On Mon, Dec 1, 2014 at 8:42 PM, Bakul Shah <ba...@bitblocks.com> wrote:
> On Mon, 01 Dec 2014 15:54:36 CST Steven Stallion <sstall...@gmail.com> wrote:
>>
>> FWIW, u-boot is not a net-negative at all. For SoC's it simplifies
>> boot significantly - there is zero reason to eschew the functionality
>> it brings.
>
> Do you think it is worth adding support for "flattened device
> tree" (a data structure that describes system hardware)?  IIRC
> uboot already supports FDT.  Supposedly FDT reduces the
> porting effort and more than one system may even be able to
> use the same kernel (but with a different FDT).

I looked into it at the time. FDT makes more sense for targets that
have dynamically addressable peripherals (think PCI et al.) For an
SoC, you're dealing with fixed addresses, so there is very little gain
in this context.

Steve

Reply via email to