From d9b94f28a442b0013caef99de084d7b72e2d4607 Mon Sep 17 00:00:00 2001 From: Jon Loeliger Date: Mon, 25 Jul 2005 14:05:07 -0500 Subject: * Patch by Jon Loeliger, 2005-05-05 Implemented support for MPC8548CDS board. Added DDR II support based on SPD values for MPC85xx boards. This roll-up patch also includes bugfies for the previously published patches: DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O --- MAKEALL | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'MAKEALL') diff --git a/MAKEALL b/MAKEALL index e9f93076d4..26d0ac9d74 100755 --- a/MAKEALL +++ b/MAKEALL @@ -111,9 +111,10 @@ LIST_8260=" \ ######################################################################### LIST_85xx=" \ - MPC8540ADS MPC8541CDS MPC8555CDS MPC8560ADS \ - PM854 sbc8540 sbc8560 stxgp3 \ - TQM8540 \ + + MPC8540ADS MPC8541CDS MPC8548CDS MPC8555CDS \ + MPC8560ADS PM854 sbc8540 sbc8560 \ + stxgp3 TQM8540 \ " ######################################################################### -- cgit v1.2.1 From f046ccd15c8bc9613bfd72916b761a127d36e5c6 Mon Sep 17 00:00:00 2001 From: Eran Liberty Date: Thu, 28 Jul 2005 10:08:46 -0500 Subject: * Patch by Eran Liberty Add support for the Freescale MPC8349ADS board. --- MAKEALL | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'MAKEALL') diff --git a/MAKEALL b/MAKEALL index 26d0ac9d74..c96f52c478 100755 --- a/MAKEALL +++ b/MAKEALL @@ -106,6 +106,15 @@ LIST_8260=" \ ZPC1900 \ " +######################################################################### +## MPC83xx Systems (includes 8349, etc.) +######################################################################### + +LIST_83xx=" \ + MPC8349ADS \ +" + + ######################################################################### ## MPC85xx Systems (includes 8540, 8560 etc.) ######################################################################### @@ -133,6 +142,7 @@ LIST_7xx=" \ LIST_ppc="${LIST_5xx} ${LIST_5xxx} \ ${LIST_8xx} \ ${LIST_8220} ${LIST_824x} ${LIST_8260} \ + ${LIST_83xx} \ ${LIST_85xx} \ ${LIST_4xx} \ ${LIST_74xx} ${LIST_7xx}" @@ -250,7 +260,7 @@ build_target() { for arg in $@ do case "$arg" in - ppc|5xx|5xxx|8xx|8220|824x|8260|85xx|4xx|7xx|74xx| \ + ppc|5xx|5xxx|8xx|8220|824x|8260|83xx|85xx|4xx|7xx|74xx| \ arm|SA|ARM7|ARM9|ARM11|pxa|ixp| \ microblaze| \ mips| \ -- cgit v1.2.1 From b0e32949239c7870d409ca687a2dfc1261a3d838 Mon Sep 17 00:00:00 2001 From: Lunsheng Wang Date: Fri, 29 Jul 2005 10:20:29 -0500 Subject: * Patch by Ron Alder, 11 July 2005 Add Xianghua Xiao and Lunsheng Wang's support for the GDA MPC8540 EVAL board. --- MAKEALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MAKEALL') diff --git a/MAKEALL b/MAKEALL index c96f52c478..2a70320bd7 100755 --- a/MAKEALL +++ b/MAKEALL @@ -121,9 +121,9 @@ LIST_83xx=" \ LIST_85xx=" \ - MPC8540ADS MPC8541CDS MPC8548CDS MPC8555CDS \ - MPC8560ADS PM854 sbc8540 sbc8560 \ - stxgp3 TQM8540 \ + MPC8540ADS MPC8540EVAL MPC8541CDS MPC8548CDS \ + MPC8555CDS MPC8560ADS PM854 sbc8540 \ + sbc8560 stxgp3 TQM8540 \ " ######################################################################### -- cgit v1.2.1