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