
We are porting android to kylin board now. This series could let it boot up with android's boot image.
Changes in v5: Remove dup CONFIG_SYS_BOOT_RAMDISK_HIGH. Change commit message. Change "grf" to local var. New patch.
Changes in v4: Remove unused reboot mode definitions.
Changes in v3: Use rockchip's legacy reboot mode definitions.
Changes in v2: Add comments.
Jeffy Chen (6): ARM: bootm: Try to use relocated ramdisk rockchip: rk3036: Bind GPIO banks rockchip: kylin: Add default gpt partition table rockchip: kylin: Enable boot with android boot image rockchip: kylin: Check fastboot request rockchip: kylin: Store env in emmc
arch/arm/lib/bootm.c | 12 +++++- board/kylin/kylin_rk3036/kylin_rk3036.c | 32 +++++++++++++++ drivers/pinctrl/rockchip/pinctrl_rk3036.c | 8 ++++ include/configs/kylin_rk3036.h | 66 +++++++++++++++++++++++++++++++ 4 files changed, 117 insertions(+), 1 deletion(-)