---------------------------------------------------------------------
	Version information for iBootCore K1 version
---------------------------------------------------------------------

Version 1.3
Date:	14.03.03


---------------------------------------------------------------------
	Changelog for iBootCore K1 version
---------------------------------------------------------------------

Version	|  Date    |  Changed by  | Reason for change
-----------------------------------------------------------------
1.0	 13.02.03   AALheu	   
- First working version running from 0x4000000 supplied by Pennycate
  (TI). 
- Added control of keylight as progress indication for user.

-----------------------------------------------------------------
1.1      18.02.03   AALheu	   
- When flashing iBootCore with Iboot host it now copies itself to both
  0x0 and 0x4000000 just as LoadCore does. 
- Fatal error LED indication added - BackLight and Keylight alternates 
  whenever something fails.
- Code mem usage decreased and possible download size increased. 
- Check for neccesary jump from symbian image added. If symbian image does not
  include a jump to iBoot, download is denied and fatal error
  signalled. 
- RFT test check included (GPIO0). 
- Keypad navikey is checked in dalboot.s to prevent iBoot from starting unless this key is
  pressed. If it is not pressed we go to an infinite loop (added to prevent
  iBoot USB from garbling RxTx pins for the Modem). 
- LoadCore now switches on backlight and keylight (and switches both off again when
  finished).
- RFT mode activated. RFT: Switch-on of different Sofia registers
  added. RFT: Primitive polling serial reader added.

-----------------------------------------------------------------
1.2	 05.03.03  AALheu
- RFT functionality implemented. Still missing is SW version readout &
  frequency routing. Note! For RFT_Check_Flash to "#ACK" an EPOC image
  must be downloaded and this must be run through the epoc_checksum
  tool before downloading.
- 128kb one-shot area reserved at 0x40E0000
- Version numbering moved to k1-iboot-version.h

-----------------------------------------------------------------
1.3	14.03.03  AALheu
- Interrupts are now disabled while flashing. Theoretically this means
  that the USB cable can be unplugged while the flashing
  is ongoing. 
  !IMPORTANT  !IMPORTANT  !IMPORTANT  !IMPORTANT  !IMPORTANT  !IMPORTANT
  This has NOT been thoroughly tested so use it at your own
  risk and preferably only on devices which can easily be JTAG'ed.
- Display activated - support is still buggy as garbled data may show
  on screen. SP55displayfunc.c is introduced and is called from
  DisplayNEC.c as part of the init process. DisplayNEC.c was modified to
  reflect correct display size and framebuffer location setting. When
  flashing iBootCore please note that the progress will run twice so
  don't switch off before both processes are completed.
- Calls of FSLU functions commented out in CoreUI.c to increase stability.
- Framebuffer area truncated to neccesary size and moved to internal
  mem.
- Heap memory downsized to 0x20000.
- Maximum downloadable file size increased to 0xFA0000. NOTE!!! This may be
  decreased at a later stage if more code space is needed.
- Stability of backlight & keylight switch-on & switch-offs
  increased.
- Compiler optimization enabled (-o3)





