Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-08-04 Thread Jon Smirl
f you're installing a different DT you might as well install a different uboot. I guess the intention is to have three pieces - uboot, DT, kernel. -- Jon Smirl [EMAIL PROTECTED] - This SF.Net email is sponsored by the

Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-08-03 Thread Jon Smirl
olfgang Denk > > > -- > DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80

Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-08-02 Thread Jon Smirl
ed DTS file and use it to dynamically generate all of the needed header files to build uboot. More info would need to be added to the DTS file like DRAM timings, etc. But a DTS file is good place to track all of that info. The generated uboot image could contain a copy of the DTB and feed it to Linux.

Re: [U-Boot-Users] why eeprom vs flash

2008-02-14 Thread Jon Smirl
On 2/14/08, David Hawkins <[EMAIL PROTECTED]> wrote: > Jon Smirl wrote: > > I'm new to working on low level code like u-boot. Something I don't > > understand is why things like the Ethernet address are stored in > > eeprom instead of flash. Is thi

[U-Boot-Users] why eeprom vs flash

2008-02-14 Thread Jon Smirl
r flash is used. -- Jon Smirl [EMAIL PROTECTED] - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120

Re: [U-Boot-Users] Initially loading uboot into flash on MPC5200

2008-02-11 Thread Jon Smirl
Studio 2008. > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ > _______ > U-Boot-Users mailing list > U-Boot-Users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/u-boot-users > -- Jon Smirl [EMAIL PROTECTE

[U-Boot-Users] Initially loading uboot into flash on MPC5200

2008-02-08 Thread Jon Smirl
finalized so we can still change things to make programming the flash easier. I wish the MPC5200 had a way to load RAM from the serial port like most ARM chips. There is a trick using the PCI bus that can be used on the MPC5200 but we don't have a PCI socket. -- Jon Smirl [