public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] RFC: U-Boot Environment support in SystemAce Compact FLASH
@ 2005-08-22 15:54 Keith J Outwater
  2005-08-22 20:56 ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Keith J Outwater @ 2005-08-22 15:54 UTC (permalink / raw)
  To: u-boot

Hello all - 
I have completed the initial port of U-Boot to a custom PPC405/VirtexII 
Pro FPGA board and I am starting to look at ways to store the U-Boot 
environment in the CF card used for FPGA configuration by the Xilinx 
SystemAce.
As it stands now, there is DOS FAT read support in U-Boot but no write 
support, so that would have to be added if the environment was to be 
stored as a DOS file on the CF card.  Another option might be to partition 
the CF card so as to leave a few sectors unused and use low-level sector 
read/write routines to store the environment directly to the CF card. This 
solution seems straightforward, but seems somehow inelegant.
I am leaning toward the approach of adding DOS FAT write support and 
adjusting the initial U-Boot environment to provide sufficient stack space 
to run the DOS filesystem code during initial boot.  Does this seem 
reasonable?  Does anyone know where the original DOS filesystem code came 
from? 

Keith

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-08-23 20:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-22 15:54 [U-Boot-Users] RFC: U-Boot Environment support in SystemAce Compact FLASH Keith J Outwater
2005-08-22 20:56 ` Wolfgang Denk
2005-08-22 23:43   ` Andrew Dyer
2005-08-23 16:20     ` Keith J Outwater
2005-08-23 16:39   ` Keith J Outwater
2005-08-23 20:46     ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox