]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
* Patch by Stefan Roese, 06 Apr 2005:
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
a1191902
WD
1======================================================================
2Changes for U-Boot 1.1.3:
3======================================================================
4
7ec25502
SR
5* Patch by Stefan Roese, 06 Apr 2005:
6 Updates for OCOTEA board:
7 - Changed U-Boot size from 512kByte to 256kByte
8 - Fixed flash driver to support boot from soldered user flash
9 - Added README for switch from PIBS firmware to U-Boot
10
11* Patch by Travis Sawyer, 05 Apr 2005:
12 - Change timer frequency for ppc 440 from 10 ms to 1 ms.
13 Problem found by Andrew Wozniak.
14
a85f9f21
WD
15* Patch by Steven Scholz, 06 Apr 2005:
16 - creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200
17 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
18
20787e23
WD
19* Patches by Robert Whaley, 29 Nov 2004:
20 - update the pxa-regs.h file for PXA27x chips
21 - add PXA27x based ADSVIX board
22 - add support for MMC on PXA27x processors
23
24* Patch by Andrew E. Mileski, 28 Nov 2004:
25 Fix PPC4xx SPD SDRAM detection bug
26
27* Patch by Hiroshi Ito, 26 Nov 2004:
28 Fix logic of "test -z" and "test -n" commands
29
3c2b3d45
WD
30* Patch by Ladislav Michl, 05 Apr 2005:
31 Add support for VoiceBlue board.
32
33* Patch by Ladislav Michl, 05 Apr 2005:
34 Fix netboot_common() prototypes.
35
b304c968
WD
36* Patch by Steven Scholz, 05 Apr 2005:
37 Use i.MX watchdog timer for reset_cpu()
38
39* Patch by Steven Scholz, 05 Apr 2005:
40 Move reset_cpu() out of cpu/arm920t/start.S into the SoC specific
41 subdirectories cpu/arm920t/imx/ and cpu/arm920t/s3c24x0/
42 (now in interupts.c)
43
12b43d51
WD
44* Add support for MPC8220 based "sorcery" board.
45
46* Add support for TQM8560 board.
f5c5ef4a 47
3dd7f0f0
WD
48* Add FEC support for TQM8540 board.
49 Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC
50
51* Patch by Martin Krause, 04 Apr 2005:
52 Update default configuration for CMC_PU2 board.
53
8aa1a2d1
WD
54* Patch by Steven Scholz, 04 Apr 2005:
55 - remove all references to CONFIG_INIT_CRITICAL for ARM based boards
56 - introduce two new configuration options instead:
57 CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
58
ba83a307
WD
59* Patch by Steven Scholz, 04 Apr 2005:
60 Make sure that MDIO clock does not exceed 2.5 MHz on AT91
61
101e8dfa
WD
62* Fix timer code for ARM systems: make sure that udelay() does not
63 reset timers so it's save to use udelay() in timeout code.
64
50712ba1
WD
65