
21 Mar
2014
21 Mar
'14
9:12 p.m.
On Fri, Mar 21, 2014 at 11:08:53AM -0700, Darwin Rambo wrote:
The reason for this change is to be able to use the ARM Trusted Firmware (ATF) to load the various ATF images, plus u-boot, which can then load the kernel/ramdisk/dtb with calls to an external host from a standard fastmodel armv8 board file using semihosting, and then launch the kernel without a bootwrapper. This gives us a more realistic boot sequence.
[snip]
- if (!(kernel_name && initrd_name && fdt_name)) {
printf
("%s: Define {kernel/initrd/fdt}_name\n", __func__);
return -1;
Funky wrapping there, please correct.
Otherwise I think this is OK. Albert?
--
Tom