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