]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
Fix bug in the SDRAM initialization code for canmb, IceCube and
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
a1191902
WD
1======================================================================
2Changes for U-Boot 1.1.3:
3======================================================================
4
a6310928
WD
5* Fix bug in the SDRAM initialization code for canmb, IceCube and
6 PM520 boards.
7 Fix PHY address for canmb board.
8
7cc1438d
WD
9* Cleanup serial console baudrate calculation on AT91RM9200;
10 get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition
ec0ca731 11
fddae7b8
SR
12* Patch by Matthias Fuchs, 18 Apr 2005:
13 Make PCI target address spaces on PMC405 and CPCI405 boards
14 configurable via environment variables
15
b2323ea6
WD
16* Auto-size RAM on canmb board.
17
5e5f9ed2
WD
18* Add support for canmb board
19
4c2a366d
SR
20* Patch by Stefan Roese, 13 Apr 2005:
21 Update for esd apc405
22
2a8af187
WD
23* Fixes for TQM8560 board:
24 - fix clock rates
25 - remove debug messages
26 - fix flash sector protection
27
b77fad3b
WD
28* Patch by Steven Scholz, 07 Apr 2005:
29 Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C
30
2a8af187 31* Patches by Steven Scholz, 07 Apr 2005:
b77fad3b 32 Fix compiler warning in altera.c
2a8af187 33 Fix warning in cpu/arm920t/at91rm9200/i2c.c
b77fad3b
WD
34
35* Patch by Ladislav Michl, 06 Apr 2005:
36 Fix voiceblue configuration.
37
7ec25502
SR
38* Patch by Stefan Roese, 06 Apr 2005:
39 Updates for OCOTEA board:
40 - Changed U-Boot size from 512kByte to 256kByte
41 - Fixed flash driver to support boot from soldered user flash
42 - Added README for switch from PIBS firmware to U-Boot
43
44* Patch by Travis Sawyer, 05 Apr 2005:
45 - Change timer frequency for ppc 440 from 10 ms to 1 ms.
46 Problem found by Andrew Wozniak.
47
a85f9f21
WD
48* Patch by Steven Scholz, 06 Apr 2005:
49 - creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200
50 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
51
20787e23
WD
52* Patches by Robert Whaley, 29 Nov 2004:
53 - update the pxa-regs.h file for PXA27x chips
54 - add PXA27x based ADSVIX board
55 - add support for MMC on PXA27x processors
56
57* Patch by Andrew E. Mileski, 28 Nov 2004:
58 Fix PPC4xx SPD SDRAM detection bug
59
60* Patch by Hiroshi Ito, 26 Nov 2004:
61 Fix logic of "test -z" and "test -n" commands
62
3c2b3d45
WD
63* Patch by Ladislav Michl, 05 Apr 2005:
64 Add support for VoiceBlue board.
65
66* Patch by Ladislav Michl, 05 Apr 2005:
67 Fix netboot_common() prototypes.
68
b304c968
WD
69* Patch by Steven Scholz, 05 Apr 2005:
70 Use i.MX watchdog timer for reset_cpu()
71
72* Patch by Steven Scholz, 05 Apr 2005:
73 Move reset_cpu() out of cpu/arm920t/start.S into the SoC specific
74 subdirectories cpu/arm920t/imx/ and cpu/arm920t/s3c24x0/
75 (now in interupts.c)
76
12b43d51
WD
77* Add support for MPC8220 based "sorcery" board.
78
79* Add support for TQM8560 board.
f5c5ef4a 80
3dd7f0f0
WD
81* Add FEC support for TQM8540 board.
82 Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC
83
84* Patch by Martin Krause, 04 Apr 2005:
85 Update default configuration for CMC_PU2 board.
86
8aa1a2d1
WD
87* Patch by Steven Scholz, 04 Apr 2005:
88 - remove all references to CONFIG_INIT_CRITICAL for ARM based boards
89 - introduce two new configuration options instead:
90 CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
91
ba83a307
WD
92* Patch by Steven Scholz, 04 Apr 2005:
93 Make sure that MDIO clock does not exceed 2.5 MHz on AT91
94
101e8dfa
WD
95* Fix timer code for ARM systems: make sure that udelay() does not
96 reset timers so it's save to use udelay() in timeout code.
97
50712ba1
WD
98