
USE AT YOUR OWN RISK!!!!
2.16.8: Brian Avery 10/15/01
	-- can load splash screen from a file 
		-- supports binary ppm (P6) and binary pgm (P5) file formats
	--re-enabled splash screen during jffs2 partition scan, overhead now 5%
2.16.0-2.16.6: Brian Avery 10/12/01
 - boots wince and linux.  suspends and resumes wince and linux and the bootldr.
 - autoboots wince if it is there.

============================================================
2.15.19 -- Jamey Hicks 10/10/01
- turn on the LCD after scanning the root partition for params
- look for wince at 0x40000, do not attempt to scan jffs2 if found

2.15.18 -- David Neuer 10/1/01
- make root partition not overlap bootldr on monochrom configuration

2.15.17 -- Jamey Hicks 9/28/01
- increase bootldr partition to 0x40000 on monochrome configuration 

2.15.16 -- Brian Avery 9/27/01
- added icache on by default
- made the bootldr,root partition the default one.

2.15.15 -- Brian Avery 9/26/01
- corrected params file reading bugs
- added cat command

2.15.14 -- Brian Avery 9/21/01
- converted boot_linux to pass params in a tags list
- enables bootldr to read params and partition table from root partition
  /boot/params rather than a sector

2.15.13 -- Brian Avery 9/19/01
- removed problematic enabling of cache at init time
- sped up jffs2 scan for empty fs

2.15.12 -- Jamey Hicks 9/18/2001
- initialize RTTR in bootldr.c so RTC will continue to count at 1Hz

2.14.10  -- Brian Avery 6/7/2001
- partition save command now calls command_params_save as it ought to.
- renamed the save [kernel World bootldr...] command to upload[ ...] 
- if you try to load in a kernel larger than your kernel partition size 
	there are now enough copies of the error message to overcome 
	minicoms desire to eat them.  

2.14.8 -- Jamey
- dram_size was being probed but not saved in the dram_param

2.14.7 -- Jamey
- moved set_vppen and clr_vppen to btflash.c

2.14.6  -- Chris McKillop 5/11/2001
- Added new parameter values: domainname, dns1, dns2 and netcfg.  The first three 
  are pretty obvious and the last can be used to flag for manual or dhcp network
  configuration.
- Updated the build process to use OS specific makefiles (os_<name>.mk).  


2.14.5  -- Jamey 5/11/2001
- added "jffs2" as valid flags argument for define partition
- call params_eval() after load_params

2.14.4  -- Jamey 5/11/2001
- eflash <partitionname> now erases the whole named partition
- partition define <partitionname> <base> <size> 16 
  defines a JFFS2 partition.
- load <partitionname> erases the whole partition if it is JFFS2, and marks
  the unwritten sectors with jffs2_sector_marker0, jffs2_sector_marker1, jffs2_sector_marker2,
  saving and erase cycle on the sectors.

2.14.3
- merged in mitsy mods

2.14.2
- fixed btflash_reset_partitions so it initializes default partitions even
if no partition table is loaded into params partition.
- reduced xmodem_timeout and xmodem_initial_timeout to 100000.  We might
need to increase xmodem_initial_timeout to 100000 or 300000 for minicom.
3,000,000 causes hyperterminal to fail to transfer.

2.14.1
- fixed dwordtodecimal so it prints '0' for 0 and not '' for 0.  (Tested
before updating version number.)

2.14.0 Jamey 5/3/2001
- renumber to 2.14.0 because removal of headers and addition of partition
tables is actually a relatively signicant change

2.13.8 Jamey 5/3/2001
- the load and store commands now use the partition table to upload and
download regions by name
- the kernel no longer has a 12 byte header

2.13.7: Jamey 5/2/2001
- implemented flash partition table

2.13.6: Jamey 5/2/2001
- removed the special partitions other than bootldr, params, and kernel
- others will be supported by the currently unimplemented define_partition command

