diff options
author | Tom Rini <trini@konsulko.com> | 2019-08-09 07:29:20 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-09 07:29:20 -0400 |
commit | 21bc1935b1a84176367af982f7f8da11c29cb2eb (patch) | |
tree | 5746bbe342c196fc47f3cf4cf0cbbdedbd42cf1c /doc | |
parent | fef408679b2f634ebfd6298d9fc99db99e60fb1d (diff) | |
parent | 6a452e5bd33cf8f4e851445f29ab94b66485700a (diff) | |
download | u-boot-21bc1935b1a84176367af982f7f8da11c29cb2eb.tar.gz |
Merge tag 'u-boot-rockchip-20190809' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- Add rk3399 boards Khadas Edge/-V/-Captain
- Add fully souce code support for rk3328 including TPL/DRAM init
- Enable boot from eMMC for rk3399 rock960/ficus boards
- turn on the IO supply for dw_mmc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.rockchip | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/README.rockchip b/doc/README.rockchip index 8ccbb87264..7d4dc1b33b 100644 --- a/doc/README.rockchip +++ b/doc/README.rockchip @@ -309,17 +309,11 @@ Booting from an SD card on Pine64 Rock64 (RK3328) ================================================= For Rock64 rk3328 board the following three parts are required: -TPL, SPL, and the u-boot image tree blob. While u-boot-spl.bin and -u-boot.itb are to be compiled as usual, TPL is currently not -implemented in u-boot, so you need to pick one from rkbin: - - - Get the rkbin - - => git clone https://github.com/rockchip-linux/rkbin.git +TPL, SPL, and the u-boot image tree blob. - Create TPL/SPL image - => tools/mkimage -n rk3328 -T rksd -d rkbin/bin/rk33/rk3328_ddr_333MHz_v1.16.bin idbloader.img + => tools/mkimage -n rk3328 -T rksd -d tpl/u-boot-tpl.bin idbloader.img => cat spl/u-boot-spl.bin >> idbloader.img - Write TPL/SPL image at 64 sector |