[U-Boot] [PATCH v2] arm: Add support for semihosting for armv8 fastmodel targets.

Tom Rini trini at ti.com
Fri Mar 21 21:12:29 CET 2014


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140321/38ec9961/attachment.pgp>


More information about the U-Boot mailing list