Changelog for CyaCE.

CyaCE is an ELF program loader for use under Windows CE.
It loads and executes an ELF executable in kernel mode, effectively
replacing the Windows CE operating system with the ELF program
of your choice.

August 1999
Changes by Steven J. Hill
 - Added in GPL licensing file and edited all files to use GPL
 - Removed frame buffer selection from 'Settings' menu
 - Added selection to 'Settings' menu for selection the proper
   platform
 - Able to properly boot NEC Vr41xx MIPS binaries
 - Added README file to give overview of compiling the bootloader

Early September 1999
Changes by Bradley D. LaRonde (brad@ltc.com)
 - removed existing UI
 - removed device-dependent screen clear
 - converted a lot of code to C++
 - added a new "boot-only" UI
 - revised loadlce.txt configuration file format
 - added automatic cpu detection
 - added automatic booting after timeout
 - added multiple image sections
 - reorganized source tree

September 17, 1999
Changes by Bradley D. LaRonde (brad@ltc.com)
 - updated with latest pbsdboot source
 - reorganized for easier pbsdboot source updates
 - added serial port open feature

December 12, 2000
Changed by Dirk van Hennekeler <dirk.vanhennekeler@compaq.com>
 - Ported to iPAQ H3600 series.
 - Built with eMbedded Visual C++ 
 - haven't tried to run this on MIPS again. Need to (a) delete
   everything in include/asm; (b) copy everything in 
   include/asm-mips to include/asm
 - Haven't tested a release build for ARM; have tested that the debug build
   works for ARM.
 - Created directories
      o include/asm-mips
      o include/asm-arm
 - Moved include/asm files to include/asm-mips
 - Added files
      o include/asm-arm/elf.h
      o include/asm-arm/posix_types.h
      o include/asm-arm/proc-fns.h
      o include/asm-arm/procinfo.h
      o include/asm-arm/types.h
      o include/asm-arm/proc/elf.h
      o incldue/asm-arm/proc/ptrace.h
      o include/asm/elf.h
      o include/asm/posix_types.h
      o include/asm/proc-fns.h
      o include/asm/procinfo.h
      o include/asm/types.h
      o include/asm/proc/elf.h
      o incldue/asm/proc/ptrace.h
      o loader/runprog-sa11x0.s
      o loader/ASystemInfo.h
 - Modified files
      o cyace.vcw
      o include/linux/types.h  (Added #define __KERNEL_STRICT_NAMES, can't remember why now)
      o loader/loader.cpp
      o loader/loader.h
      o loader/mips-pr31700.c
      o loader/mips-vr41xx.c
      o pbsdboot/vmem.c
      o ChangeLog.txt :)
	  
