]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
* Patches by Xianghua Xiao, 15 Oct 2003:
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
a43278a4
WD
1======================================================================
2Changes for U-Boot 1.0.0:
3======================================================================
4
42d1f039
WD
5* Patches by Xianghua Xiao, 15 Oct 2003:
6
7 - Added Motorola CPU 8540/8560 support (cpu/85xx)
8 - Added Motorola MPC8540ADS board support (board/mpc8540ads)
9 - Added Motorola MPC8560ADS board support (board/mpc8560ads)
10
11* Fix flash timings on TRAB board
12
2d5b561e
WD
13* Make sure HUSH is initialized for running auto-update scripts
14
15* Make 5200 reset command _really_ reset the board, without running
16 any other code after it
17
18* Fix errors with flash erase when range spans across banks
19 that are mapped in reverse order
20
21* Fix flash mapping and display on P3G4 board
22
23* Patch by Kyle Harris, 15 Jul 2003:
24 - add support for Intel IXP425 CPU
25 - add support for IXDP425 eval board
26
f72da340
WD
27* Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent
28 for more information
29
5da627a4
WD
30* Patch by Steven Scholz, 10 Oct 2003
31 - Add support for Altera FPGA ACEX1K
32
15647dc7
WD
33* Patches by Thomas Lange, 09 Oct 2003:
34 - fix cmd_ide.c for non ppc boards (read/write functions did not
35 add ATA base address)
36 - fix for shannon board
37 - #ifdef CONFIG_IDE_8xx_DIRECT some otherwise unused code
5da627a4
WD
38 - Endian swap ATA identity for all big endian CPUs, not just PPC
39 - MIPS only: New option CONFIG_MEMSIZE_IN_BYTES for passing memsize
40 args to linux
41 - add support for dbau1x00 board (MIPS32)
15647dc7
WD
42
43* Patch by Sangmoon Kim, 07 Oct 2003:
44 add support for debris board
45
a0ff7f2e
WD
46* Patch by Martin Krause, 09 Oct 2003:
47 Fixes for TRAB board
48 - /board/trab/rs485.c: correct baudrate
42d1f039 49 - /board/trab/cmd_trab.c: bug fix for problem with timer overflow in
a0ff7f2e
WD
50 udelay(); fix some timing problems with adc controller
51 - /board/trab/trab_fkt.c: add new commands: gain, eeprom and power;
52 modify commands: touch and buzzer
53
54* Disable CONFIG_SUPPORT_VFAT when used with CONFIG_AUTO_UPDATE
55 (quick & dirty workaround for rogue pointer problem in get_vfatname());
56 Use direct function calls for auto_update instead of hush commands
57
4a551709
WD
58* Patch by Scott McNutt, 04 Oct 2003:
59 - add support for Altera Nios-32 CPU
60 - add support for Nios Cyclone Development Kit (DK-1C20)
61
62* Patch by Steven Scholz, 29 Sep 2003:
63 - A second parameter for bootm overwrites the load address for
64 "Standalone Application" images.
65 - bootm sets environment variable "filesize" to the resulting
66 (uncompressed) data length for "Standalone Application" images
67 when autostart is set to "no". Now you can do something like
68 if bootm $fpgadata $some_free_ram ; then
69 fpga load 0 $some_free_ram $filesize
70 fi
71
72* Patch by Denis Peter, 25 Sept 2003:
73 add support for the MIP405 Rev. C board
74
54387ac9
WD
75* Patch by Yuli Barcohen, 25 Sep 2003:
76 add support for Zephyr Engineering ZPC.1900 board
77
78* Patch by Anders Larsen, 23 Sep 2003:
79 add CMD_PORTIO to CFG_CMD_NONSTD (commands in question are only
80 implemented for the x86 architecture)
81
fc3e2165
WD
82* Patch by Sangmoon Kim, 23 Sep 2003:
83 fix pll_pci_to_mem_multiplier table for MPC8245
84
85* Patch by Anders Larsen, 22 Sep 2003:
86 enable timed autoboot on PXA
87
88