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

