]>
Commit | Line | Data |
---|---|---|
a1191902 WD |
1 | ====================================================================== |
2 | Changes for U-Boot 1.1.3: | |
3 | ====================================================================== | |
4 | ||
b304c968 WD |
5 | * Patch by Steven Scholz, 05 Apr 2005: |
6 | Use i.MX watchdog timer for reset_cpu() | |
7 | ||
8 | * Patch by Steven Scholz, 05 Apr 2005: | |
9 | Move reset_cpu() out of cpu/arm920t/start.S into the SoC specific | |
10 | subdirectories cpu/arm920t/imx/ and cpu/arm920t/s3c24x0/ | |
11 | (now in interupts.c) | |
12 | ||
12b43d51 WD |
13 | * Add support for MPC8220 based "sorcery" board. |
14 | ||
15 | * Add support for TQM8560 board. | |
f5c5ef4a | 16 | |
3dd7f0f0 WD |
17 | * Add FEC support for TQM8540 board. |
18 | Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC | |
19 | ||
20 | * Patch by Martin Krause, 04 Apr 2005: | |
21 | Update default configuration for CMC_PU2 board. | |
22 | ||
8aa1a2d1 WD |
23 | * Patch by Steven Scholz, 04 Apr 2005: |
24 | - remove all references to CONFIG_INIT_CRITICAL for ARM based boards | |
25 | - introduce two new configuration options instead: | |
26 | CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT | |
27 | ||
ba83a307 WD |
28 | * Patch by Steven Scholz, 04 Apr 2005: |
29 | Make sure that MDIO clock does not exceed 2.5 MHz on AT91 | |
30 | ||
101e8dfa WD |
31 | * Fix timer code for ARM systems: make sure that udelay() does not |
32 | reset timers so it's save to use udelay() in timeout code. | |
33 | ||
50712ba1 WD |
34 |