[U-Boot] [PATCH 2/3] enable fpga loadfs
Simon Glass
sjg at chromium.org
Mon Jul 30 13:26:24 UTC 2018
Hi,
On 27 July 2018 at 02:57, Chee, Tien Fong <tien.fong.chee at intel.com> wrote:
> On Thu, 2018-07-26 at 10:10 +0200, Marek Vasut wrote:
>> On 07/26/2018 09:54 AM, tien.fong.chee at intel.com wrote:
>> >
>> > From: Tien Fong Chee <tien.fong.chee at intel.com>
>> >
>> > Signed-off-by: Tien Fong Chee <tien.fong.chee at intel.com>
>> > ---
>> > arch/arm/dts/socfpga_arria10.dtsi | 12 ++++++++++++
>> > arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts | 6 ++++++
>> > configs/socfpga_arria10_defconfig | 12 ++++++++++++
>> > 3 files changed, 30 insertions(+), 0 deletions(-)
>> >
>> > diff --git a/arch/arm/dts/socfpga_arria10.dtsi
>> > b/arch/arm/dts/socfpga_arria10.dtsi
>> > index b51febd..45aef6a 100644
>> > --- a/arch/arm/dts/socfpga_arria10.dtsi
>> > +++ b/arch/arm/dts/socfpga_arria10.dtsi
>> > @@ -48,6 +48,12 @@
>> > <0xffffc100 0x100>;
>> > };
>> >
>> > + fs_loader0: fs-loader at 0 {
>> > + u-boot,dm-pre-reloc;
>> > + compatible = "u-boot,fs-loader";
>> > + phandlepart = <&mmc 1>;
>> Which hardware does this describe ?
>> DT is hardware description ...
> I agree with Simon, it still describes some hardware information
> required for this whole mechanism to work although this pointer is not
> represent a real hardware.
Right, I would like to drop the 'DT is a hardware description' meme
:-) See the other thread about this.
Regards,
Simon
More information about the U-Boot
mailing list