
On 23/05/17 01:18, Tom Rini wrote:
On Tue, May 23, 2017 at 12:51:50AM +0100, André Przywara wrote:
On 22/05/17 20:40, Tom Rini wrote:
In situations like an autobuilder we are likely to not have bl31.bin present and thus would fail to build and propagate the error upwards. Instead, print a big warning to stderr so that human will see that something is wrong but complete the build.
Yeah, that sounds like a good idea. Thanks!
To make this even more useful, we should both mention either ATF or "ARM Trusted firmware" and board/sunxi/README.sunxi64, so that the users have a clue how to fix it.
Cc: Andre Przywara andre.przywara@arm.com Cc: Simon Glass sjg@chromium.org Cc: Maxime Ripard maxime.ripard@free-electrons.com Signed-off-by: Tom Rini trini@konsulko.com
With those hints above added: Reviewed-by: Andre Przywara andre.przywara@arm.com
I added: Please read the section on ARM Trusted Firmware (ATF) in board/sunxi/README.sunxi64
and applied to u-boot/master, thanks!
Perfect, thanks!
Cheers, Andre.