forked from Xilinx/u-boot-xlnx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Patches by Xianghua Xiao, 15 Oct 2003:
- Added Motorola CPU 8540/8560 support (cpu/85xx) - Added Motorola MPC8540ADS board support (board/mpc8540ads) - Added Motorola MPC8560ADS board support (board/mpc8560ads) * Minor code cleanup
- Loading branch information
wdenk
committed
Oct 15, 2003
1 parent
2d5b561
commit 42d1f03
Showing
174 changed files
with
14,818 additions
and
3,542 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,14 +18,14 @@ N: Dr. Bruno Achauer | |
E: [email protected] | ||
D: Support for NetBSD (both as host and target system) | ||
|
||
N: Swen Anderson | ||
E: [email protected] | ||
D: ERIC Support | ||
|
||
N: Guillaume Alexandre | ||
E: [email protected] | ||
D: Add PCIPPC6 configuration | ||
|
||
N: Swen Anderson | ||
E: [email protected] | ||
D: ERIC Support | ||
|
||
N: Pantelis Antoniou | ||
E: [email protected] | ||
D: NETVIA board support, ARTOS support. | ||
|
@@ -190,6 +190,11 @@ N: Thomas Koeller | |
E: [email protected] | ||
D: Port to Motorola Sandpoint 3 (MPC8240) | ||
|
||
N: Raghu Krishnaprasad | ||
E: [email protected] | ||
D: Support for Adder-II MPC852T evaluation board | ||
W: http://www.forcecomputers.com | ||
|
||
N: Thomas Lange | ||
E: [email protected] | ||
D: Support for GTH and dbau1x00 boards; lots of PCMCIA fixes | ||
|
@@ -307,12 +312,6 @@ E: [email protected] | |
D: Overall improvements on StrongARM, ARM720TDMI; Support for Tuxscreen; initial PCMCIA support for ARM | ||
W: www.elinos.com | ||
|
||
N: Pantelis Antoniou | ||
E: [email protected] | ||
D: NETVIA board support, ARTOS support. | ||
|
||
N: Raghu Krishnaprasad | ||
E: [email protected] | ||
D: Support for Adder-II MPC852T evaluation board | ||
W: http://www.forcecomputers.com | ||
|
||
N: Xianghua Xiao | ||
E: [email protected] | ||
D: Support for Motorola 85xx(PowerQUICC III) chip, MPC8540ADS and MPC8560ADS boards. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,10 +112,6 @@ Dave Ellis <[email protected]> | |
|
||
SXNI855T MPC8xx | ||
|
||
Raghu Krishnaprasad <[email protected]> | ||
|
||
ADDERII MPC852T | ||
|
||
Thomas Frieden <[email protected]> | ||
|
||
AmigaOneG3SE MPC7xx | ||
|
@@ -158,6 +154,10 @@ Sangmoon Kim <[email protected]> | |
|
||
debris MPC8245 | ||
|
||
Raghu Krishnaprasad <[email protected]> | ||
|
||
ADDERII MPC852T | ||
|
||
Nye Liu <[email protected]> | ||
|
||
ZUMA MPC7xx_74xx | ||
|
@@ -240,6 +240,11 @@ John Zhan <[email protected]> | |
|
||
svm_sc8xx MPC8xx | ||
|
||
Xianghua Xiao <[email protected]> | ||
|
||
MPC8540ADS MPC8540 | ||
MPC8560ADS MPC8560 | ||
|
||
------------------------------------------------------------------------- | ||
|
||
Unknown / orphaned boards: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,5 +41,3 @@ | |
* | | | ||
* | ... | | ||
*****************************************************************************/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,3 @@ | |
# | ||
|
||
TEXT_BASE = 0xFE000000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,4 +144,3 @@ SECTIONS | |
_end = . ; | ||
PROVIDE (end = .); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.