]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
Fix compile problems caused by new burst mode SDRAM test;
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
a1191902
WD
1======================================================================
2Changes for U-Boot 1.1.3:
3======================================================================
4
c0176630
WD
5* Fix compile problems caused by new burst mode SDRAM test;
6 make port pins to trigger logic analyzer configurable
7
343117bf
WD
8* Fix timer handling on MPC85xx systems
9
9dd41a7b
WD
10* Fix debug code in omap5912osk flash driver
11
12* Add support for MPC8247 based "IDS8247" board.
13
d44e14b5
WD
14* Add support for 2 x TSEC interfaces on the TQM8540 board.
15
ed16fefc
WD
16* On LWMON we must use the watchdog to reset the board as the CPU
17 genereated HRESET pulse is too short to reset the external
18 circuitry.
19
931da93e
WD
20* Add test tool to exercise SDRAM accesses in burst mode
21 (as standalone program, MPC8xx/PowerPC only)
22
60fc6cbb
WD
23* Increase CFG_MONITOR_LEN for Rattler board to match actual code
24 size.
25
07cc0999 26* Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of
412babe3
WD
27 March 13, 2005); new configuration option CONFIG_JFFS2_LZO_LZARI
28 added to support LZO and LZARI compression modes (undefined by
29 default).
07cc0999 30
cf8bc577
WD
31* Fix problem with symbolic links in JFFS2 code.
32
a710d4be
WD
33* Use linker ASSERT statement to prevent undetected overlapping of
34 sections on PPChameleon board; other boards might use this, too.
35
434cf850
SR
36* Patch by Stefan Roese, 03 May 2005:
37 Update for P3G4
38 Fix problems in cmd_universe.c
39
40* Patch by Matthias Fuchs, 03 May 2005:
41 Added missing variable declaration in cmd_nand.c
42 Modified CFG_PCI_PTM1MS in configs/PLU405.h to map 128MB ram
43
9f709b6c
WD
44* Fix INKA4x0: use CS1 as gpio_wkup_6 output
45
a6310928
WD
46* Fix bug in the SDRAM initialization code for canmb, IceCube and
47 PM520 boards.
48 Fix PHY address for canmb board.
49
7cc1438d
WD
50* Cleanup serial console baudrate calculation on AT91RM9200;
51 get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition
ec0ca731 52
fddae7b8
SR
53* Patch by Matthias Fuchs, 18 Apr 2005:
54 Make PCI target address spaces on PMC405 and CPCI405 boards
55 configurable via environment variables
56
b2323ea6
WD
57* Auto-size RAM on canmb board.
58
5e5f9ed2
WD
59* Add support for canmb board
60
4c2a366d
SR
61* Patch by Stefan Roese, 13 Apr 2005:
62 Update for esd apc405
63
2a8af187
WD
64* Fixes for TQM8560 board:
65 - fix clock rates
66 - remove debug messages
67 - fix flash sector protection
68
b77fad3b
WD
69* Patch by Steven Scholz, 07 Apr 2005:
70 Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C
71
2a8af187 72* Patches by Steven Scholz, 07 Apr 2005:
b77fad3b 73 Fix compiler warning in altera.c
2a8af187 74 Fix warning in cpu/arm920t/at91rm9200/i2c.c
b77fad3b
WD
75
76* Patch by Ladislav Michl, 06 Apr 2005:
77 Fix voiceblue configuration.
78
7ec25502
SR
79* Patch by Stefan Roese, 06 Apr 2005:
80 Updates for OCOTEA board:
81 - Changed U-Boot size from 512kByte to 256kByte
82 - Fixed flash driver to support boot from soldered user flash
83 - Added README for switch from PIBS firmware to U-Boot
84
85* Patch by Travis Sawyer, 05 Apr 2005:
86 - Change timer frequency for ppc 440 from 10 ms to 1 ms.
87 Problem found by Andrew Wozniak.
88
a85f9f21
WD
89* Patch by Steven Scholz, 06 Apr 2005:
90 - creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200
91 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
92
20787e23
WD
93* Patches by Robert Whaley, 29 Nov 2004:
94 - update the pxa-regs.h file for PXA27x chips
95 - add PXA27x based ADSVIX board
96 - add support for MMC on PXA27x processors
97
98* Patch by Andrew E. Mileski, 28 Nov 2004:
99 Fix PPC4xx SPD SDRAM detection bug
100
101* Patch by Hiroshi Ito, 26 Nov 2004:
102 Fix logic of "test -z" and "test -n" commands
103
3c2b3d45
WD
104* Patch by Ladislav Michl, 05 Apr 2005:
105 Add support for VoiceBlue board.
106
107* Patch by Ladislav Michl, 05 Apr 2005:
108 Fix netboot_common() prototypes.
109
b304c968
WD
110* Patch by Steven Scholz, 05 Apr 2005:
111 Use i.MX watchdog timer for reset_cpu()
112
113* Patch by Steven Scholz, 05 Apr 2005:
114 Move reset_cpu() out of cpu/arm920t/start.S into the SoC specific
115 subdirectories cpu/arm920t/imx/ and cpu/arm920t/s3c24x0/
116 (now in interupts.c)
117
12b43d51
WD
118* Add support for MPC8220 based "sorcery" board.
119
120* Add support for TQM8560 board.
f5c5ef4a 121
3dd7f0f0
WD
122* Add FEC support for TQM8540 board.
123 Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC
124
125* Patch by Martin Krause, 04 Apr 2005:
126 Update default configuration for CMC_PU2 board.
127
8aa1a2d1
WD
128* Patch by Steven Scholz, 04 Apr 2005:
129 - remove all references to CONFIG_INIT_CRITICAL for ARM based boards
130 - introduce two new configuration options instead:
131 CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
132
ba83a307
WD
133* Patch by Steven Scholz, 04 Apr 2005:
134 Make sure that MDIO clock does not exceed 2.5 MHz on AT91
135
101e8dfa
WD
136* Fix timer code for ARM systems: make sure that udelay() does not
137 reset timers so it's save to use udelay() in timeout code.
138
50712ba1
WD
139