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