Home
last modified time | relevance | path

Searched hist:ac5d8aa9aab3d2158c72a63b321b50644e029d0b (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.cac5d8aa9aab3d2158c72a63b321b50644e029d0b Sat Jan 11 06:14:00 UTC 2020 Joseph Chen <chenjh@rock-chips.com> rockchip: board: implement board_do_bootm()

Implement it to support CLI command:
- Android: bootm [aosp addr]
- FIT: bootm [fit addr]
- uImage: bootm [uimage addr]

Purpose:
- The original bootm command args require fdt addr on AOSP,
which is not flexible on rockchip boot/recovery.img.
- Take Android/FIT/uImage image into sysmem management to avoid image
memory overlap.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I4ef3f1b0307f2e061105ee29307051202445c9e9