2.14.15  -- Jamey Hicks 8/19/01
- made minor change to params_save so that saving parameters formatted
PF_DECIMAL would not truncate the parameter list.  There is an probably 
still an issue with strlen, as pointed out by Dave Panariti.

2.14.14 -- Dave Panariti 6/22/2001
- Added kpart=xxx parsing to boot flash to allow specifying a kernel
  partition on the command line.

2.14.13 -- Dave Panariti 6/22/2001
- Added ability to run multiple commands separated by ';'
- Added param which names the partition in which to find the kernel.

2.14.12 -- Dave Panariti 6/14/2001
- Fixed to to say 8b/color rather than to imple 8bpp.
- Removed debug code in lcdzimg which prevented it from converting the
  image to the lcd's color format.
- Added back the CONFIG_GIMP_SPLASH_PNM vars to os xxx.mk which someone had
  nuked.
- Added target to make a raw compressed splash image for use with lcdzimg
- Added some doc to makefile about splash image format, etc.
- Added os_freebsd.mk so I can build at home again.

2.14.11 -- Dave Panariti 6/13/2001
- Made parameter execution overridden if booting verbosely (becoming
  debug boot)
- Added cvs_ver variable and tagver target to allow easy tagging w/
  make
- Made params save smarter about strings: now does strcmp.
- Found bug in wince-bootldr w.r.t params save.  In this case, the default
  params, which should point into flash at the original version of the
  params, ends up pointing somewhere else distinctly non-default-paramish.
  This needs to be fixed.  For the c000 (wince) bootldr, there is no flash
  copy of the params for reference.  Perhaps we can make a copy of the
  initialized params and use that as the reference in wince-bootldr.
  A function to get the "defaults" will need to be conditionalized to
  return the proper thing.  And it should be const.
- Added -n option to params save to have it just show what it would
  do. It also dumps the vars used to find the default params.

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

