$Id: TODO,v 1.3 2002/03/29 19:00:32 jamey Exp $

T1) new serial port abstraction to help us get rid of some of the ifdef's
and also so that bootldr can use irda, usb, pcmcia serial for input and
output
T2) irda console, using abstraction from T1
    sachac working on this.
T3) usb console, using abstraction from T1
T4) IDE write -- done. sachac 03/28/2002.
T5) VFAT write to existing file (updating filesize, but otherwise not changing FAT or dir entry).
    done. sachac 03/28/2002.
T6) adding support to T5 to update FAT entries and dir entry
    done. sachac 03/28/2002.
T7) using T6 to delete files
    sachac working on this.
T8) using T6 to create files
T9) Using T7 and T8 to create and delete directories
T10) long filename support  -- done sachac 3/27/2002 

T20) add ext2 filesystem definitions
T21) read ext2 superblock
T22) mount ext2 filesystem
T23) read and list ext2 directories
T24) read ext2 files
T25) allocate space for ext2 files
T26) update ext2 directory entries
T27) create, write, delete ext2 files
T28) create, delete ext2 directories

T100) update boot-sa1100.s to support Intel PXA250 architecture (lubbock eval board)
T101) adding serial port support for Lubbock
