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