
Am 01.04.2017 um 00:31 schrieb Andre Przywara:
With the DRAM init code and the SPL's ability to load the ATF binary as well, we can now officially get rid of the boot0 boot method, which involed a closed-source proprietary blob to be used.
"involved"
Rework the Pine64 README file to document how to build the firmware.
Signed-off-by: Andre Przywara andre.przywara@arm.com
board/sunxi/README.pine64 | 177 ++++++++++++++++++++++++++++++---------------- 1 file changed, 115 insertions(+), 62 deletions(-)
diff --git a/board/sunxi/README.pine64 b/board/sunxi/README.pine64 index 5553415..41fb58e 100644 --- a/board/sunxi/README.pine64 +++ b/board/sunxi/README.pine64
[...]
+Alternative you can concatenate the SPL and the U-Boot FIT image into a single
"Alternatively"
+file and transfer that instead:
[snip]
Regards, Andreas