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

2014-03-12 Thread Darwin Rambo
On 14-03-12 10:18 AM, Tom Rini wrote: > On Wed, Mar 12, 2014 at 09:41:20AM -0700, Darwin Rambo wrote: >> >> >> On 14-03-12 09:24 AM, Tom Rini wrote: >>> On Wed, Mar 12, 2014 at 09:04:01AM -0700, Darwin Rambo wrote: > [snip] + /* Assumes kernel is lower in memory than fdt */ + smh_load

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

2014-03-12 Thread Tom Rini
On Wed, Mar 12, 2014 at 09:41:20AM -0700, Darwin Rambo wrote: > > > On 14-03-12 09:24 AM, Tom Rini wrote: > > On Wed, Mar 12, 2014 at 09:04:01AM -0700, Darwin Rambo wrote: [snip] > >> + /* Assumes kernel is lower in memory than fdt */ > >> + smh_load(CONFIG_KNLNAME, kernel_addr, fdt_addr - kern

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

2014-03-12 Thread Darwin Rambo
On 14-03-12 09:41 AM, Albert ARIBAUD wrote: > Hi Darwin, > > On Wed, 12 Mar 2014 09:04:01 -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/d

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

2014-03-12 Thread Albert ARIBAUD
Hi Darwin, On Wed, 12 Mar 2014 09:04:01 -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 > fastmod

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

2014-03-12 Thread Darwin Rambo
On 14-03-12 09:24 AM, Tom Rini wrote: > On Wed, Mar 12, 2014 at 09:04:01AM -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

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

2014-03-12 Thread Tom Rini
On Wed, Mar 12, 2014 at 09:04:01AM -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 armv

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

2014-03-12 Thread Darwin Rambo
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 bo