]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
* Make CPU clock on ICA-IP board controllable by a "cpuclk"
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
5cf9da48
WD
1======================================================================
2Changes since U-Boot 1.0.0:
3======================================================================
4
7cb22f97
WD
5* Make CPU clock on ICA-IP board controllable by a "cpuclk"
6 environment variable which can set to "100", "133", or "150". The
7 CPU clock will be configured accordingly upon next reboot. Other
8 values are ignored. In case of an invalid or undefined "cpuclk"
9 value, the compile-time default CPU clock speed will be used.
10
11* Enable Quad-UART on BMS2003 board (initialize the PCMCIA memory
12 window that is used to access the UART registers by the Linux driver)
13
14* Patch by Reinhard Meyer, 20 Dec 2003:
15 Fix clock calculation for the MPC5200 for higher clock frequencies
16 (above 2**32 / 10 = 429.5 MHz).
17
18* Fix CONFIG_PLL_PCI_TO_MEM_MULTIPLIER divider error in SP8240 configuration
19
b2001f27
WD
20* Fix IceCube CLKIN configuration (it's 33.000000MHz)
21
22* Add new configuration for IceCube board with DDR memory
23
24* Update TRAB memory configurations
25
5c745d26
WD
26* Add JFFS2 support for INCA-IP board
27
d4f58f78
SR
28* Patch by Bill Hargen, 09 Dec 2003:
29 - BUBINGA405EP: changed flash driver to protect top sector containing
30 first instruction.
31 - BUBINGA405EP: configured "eeprom" command to access boot config EEPROM.
32 - BUBINGA405EP: fixed PLL init (init chip selects before FPGA/NVRAM access).
33 - 405EP: fixed SPD-based SDRAM init (only use banks 0 and 1).
34 - 405EP: added/fixed support for "reginfo" command.
35 - 4xx: removed spurious MII error messages on "mii info" command.
36
4e5ca3eb
WD
37* Patch by Bernhard Kuhn, 28 Nov 2003:
38 add support for Coldfire CPU
39 add support for Motorola M5272C3 and M5282EVB boards
40
9fd5e31f
WD
41* Patch by Pierre Aubert, 24 Nov 2003:
42 - add a return value for the fpga command
43 - add ide_preinit() function called in ide_init if CONFIG_IDE_PREINIT
44 is defined. If ide_preinit fails, ide_init is aborted.
45 - fix an endianess problem in fat.h
46
3bbc899f
WD
47* Patch by Wolter Kamphuis, 05 Dec 2003:
48 Add support for SNMC's QS850/QS823/QS860T boards
49
b028f715
WD
50* Patch by Yuli Barcohen, 3 Dec 2003:
51 "revive" U-Boot support for old Motorola MPC860ADS board
52
53* Patch by Cam(ilo?), 03 Dec 2003:
54 make examples build even with broken Montavista objcopy
55
56* Patch by Pavel Bartusek, 27 Nov 2003:
57 fix conversion problem with "bootretry" evironment variable
58
b4676a25
WD
59* Patch by Andre Schwarz, 24 Nov 2003:
60 add support for mvblue (mvBlueLYNX and mvBlueBOX) boards
61
62* Patch by Pavel Bartusek, 21 Nov 2003:
63 set ZMII bridge speed on 440
64
65* Patch by Anders Larsen, 17 Nov 2003:
66 Fix mismatched #ifdef / #endif in include/asm-arm/arch-pxa/hardware.h
67
a2663ea4
WD
68