diff options
author | wdenk <wdenk> | 2003-06-28 17:24:46 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-28 17:24:46 +0000 |
commit | d1cbe85b084ce543ba0b09def03a1b20940e6c03 (patch) | |
tree | 1cbfceb46952e902208d58595d163143d6038e8a /MAKEALL | |
parent | 8bde7f776c77b343aca29b8c7b58464d915ac245 (diff) | |
download | u-boot-d1cbe85b084ce543ba0b09def03a1b20940e6c03.zip u-boot-d1cbe85b084ce543ba0b09def03a1b20940e6c03.tar.gz u-boot-d1cbe85b084ce543ba0b09def03a1b20940e6c03.tar.bz2 |
Merge from "stable branch", tag LABEL_2003_06_28_1800-stable:
- Allow to call sysmon function interactively
- PIC on LWMON board needs delay after power-on
- Add missing RSR definitions for MPC8xx
- Improve log buffer handling: guarantee clean reset after power-on
- Add support for EXBITGEN board
- Add support for SL8245 board
Diffstat (limited to 'MAKEALL')
-rw-r--r-- | MAKEALL | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -45,12 +45,12 @@ LIST_8xx=" \ LIST_4xx=" \ ADCIOP AR405 ASH405 BUBINGA405EP \ - CANBT CPCI405 CPCI4052 CPCI405AB \ + CANBT CPCI405 CPCI4052 CPCI405AB \ CPCI440 CPCIISER4 CRAYL1 DASA_SIM \ - DU405 EBONY ERIC MIP405 \ - MIP405T ML2 OCRTC ORSG \ - PCI405 PIP405 PMC405 W7OLMC \ - W7OLMG WALNUT405 \ + DU405 EBONY ERIC EXBITGEN \ + MIP405 MIP405T ML2 OCRTC \ + ORSG PCI405 PIP405 PMC405 \ + W7OLMC W7OLMG WALNUT405 \ " ######################################################################### @@ -60,7 +60,7 @@ LIST_4xx=" \ LIST_824x=" \ A3000 BMW CPC45 CU824 \ MOUSSE MUSENKI OXC PN62 \ - Sandpoint8240 Sandpoint8245 utx8245 \ + Sandpoint8240 Sandpoint8245 SL8245 utx8245 \ " ######################################################################### |