Re: [U-Boot] [RFC 05/11] arm: K3: Introduce System Firmware loader framework

2019-05-21 Thread dannenb...@ti.com
Hi TF, On Tue, May 21, 2019 at 05:21:15AM +, Chee, Tien Fong wrote: > On Thu, 2019-05-16 at 15:54 -0500, Andreas Dannenberg wrote: > > + if (mmc_dev < 0) { > > + pr_err("%s: Getting MMC device index failed (%d)\n", > > __func__, > > +    mmc_dev); > > +

Re: [U-Boot] [RFC 05/11] arm: K3: Introduce System Firmware loader framework

2019-05-20 Thread Chee, Tien Fong
On Thu, 2019-05-16 at 15:54 -0500, Andreas Dannenberg wrote: > Introduce a framework that allows loading the System Firmware (SYSFW) > binary as well as the associated configuration data from an image > tree > blob named "sysfw.itb" from an FS-based boot media using the FS > loader > framework. >

Re: [U-Boot] [RFC 05/11] arm: K3: Introduce System Firmware loader framework

2019-05-20 Thread Chee, Tien Fong
On Thu, 2019-05-16 at 15:54 -0500, Andreas Dannenberg wrote: > Introduce a framework that allows loading the System Firmware (SYSFW) > binary as well as the associated configuration data from an image > tree > blob named "sysfw.itb" from an FS-based boot media using the FS > loader > framework. >

[U-Boot] [RFC 05/11] arm: K3: Introduce System Firmware loader framework

2019-05-16 Thread Andreas Dannenberg
Introduce a framework that allows loading the System Firmware (SYSFW) binary as well as the associated configuration data from an image tree blob named "sysfw.itb" from an FS-based boot media using the FS loader framework. Signed-off-by: Andreas Dannenberg --- arch/arm/mach-k3/Kconfig