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

2014-07-03 Thread Albert ARIBAUD
Hi Darwin, On Mon, 9 Jun 2014 11:12:59 -0700, Darwin Rambo dra...@broadcom.com wrote: The armv8 ARM Trusted Firmware (ATF) can be used to load various ATF images and u-boot, and does this for virtual platforms by using semihosting. This commit extends this idea by allowing u-boot to also use

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

2014-06-09 Thread Darwin Rambo
The armv8 ARM Trusted Firmware (ATF) can be used to load various ATF images and u-boot, and does this for virtual platforms by using semihosting. This commit extends this idea by allowing u-boot to also use semihosting to load the kernel/ramdisk/dtb. This eliminates the need for a bootwrapper and

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

2014-06-09 Thread Albert ARIBAUD
Hi Darwin, On Mon, 9 Jun 2014 11:12:59 -0700, Darwin Rambo dra...@broadcom.com wrote: [...] Please refer to README.semihosting for a more detailed description of semihosting and how it is used with the armv8 virtual platforms. With your permission, will apply but modify the above into...

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

2014-06-09 Thread Darwin Rambo
On 14-06-09 11:25 AM, Albert ARIBAUD wrote: Hi Darwin, On Mon, 9 Jun 2014 11:12:59 -0700, Darwin Rambo dra...@broadcom.com wrote: [...] Please refer to README.semihosting for a more detailed description of semihosting and how it is used with the armv8 virtual platforms. With your