public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/6] rockchip: kylin: Boot with android boot image
@ 2016-01-08 10:33 Jeffy Chen
  2016-01-08 10:33 ` [U-Boot] [PATCH v2 1/6] common/image-fdt.c: Make boot_get_fdt() perform a check for Android images Jeffy Chen
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Jeffy Chen @ 2016-01-08 10:33 UTC (permalink / raw)
  To: u-boot

We are porting android to kylin board now.
This series could let it boot up with android's boot image.

Changes in v2:
Add comments.

Jeffy Chen (6):
  common/image-fdt.c: Make boot_get_fdt() perform a check for Android
    images
  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

 arch/arm/lib/bootm.c                      | 12 ++++++-
 board/kylin/kylin_rk3036/kylin_rk3036.c   | 32 ++++++++++++++++++
 common/image-fdt.c                        |  4 +++
 drivers/pinctrl/rockchip/pinctrl_rk3036.c |  8 +++++
 include/configs/kylin_rk3036.h            | 55 +++++++++++++++++++++++++++++++
 5 files changed, 110 insertions(+), 1 deletion(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-01-13  2:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-08 10:33 [U-Boot] [PATCH v2 0/6] rockchip: kylin: Boot with android boot image Jeffy Chen
2016-01-08 10:33 ` [U-Boot] [PATCH v2 1/6] common/image-fdt.c: Make boot_get_fdt() perform a check for Android images Jeffy Chen
2016-01-08 10:33 ` [U-Boot] [PATCH v2 2/6] ARM: bootm: Try to use relocated ramdisk Jeffy Chen
2016-01-11 16:58   ` Simon Glass
2016-01-08 10:33 ` [U-Boot] [PATCH v2 3/6] rockchip: rk3036: Bind GPIO banks Jeffy Chen
2016-01-08 10:33 ` [U-Boot] [PATCH v2 4/6] rockchip: kylin: Add default gpt partition table Jeffy Chen
2016-01-08 10:33 ` [U-Boot] [PATCH v2 5/6] rockchip: kylin: Enable boot with android boot image Jeffy Chen
2016-01-08 10:33 ` [U-Boot] [PATCH v2 6/6] rockchip: kylin: Check fastboot request Jeffy Chen
2016-01-13  2:40   ` Jeffy Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox