From 9acb626fc145e7327f94fd77f927dce08dd978a8 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Thu, 20 Apr 2006 08:42:42 +0200 Subject: Add MCF5282 support (without preloader) relocate ichache_State to ram u-boot can run from internal flash Add EB+MCF-EV123 board support. Add m68k Boards to MAKEALL Patch from Jens Scharsig, 08 Aug 2005 --- MAKEALL | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'MAKEALL') diff --git a/MAKEALL b/MAKEALL index d388afa..d3bd032 100755 --- a/MAKEALL +++ b/MAKEALL @@ -273,6 +273,17 @@ LIST_nios2="PCI5441 PK1C20" LIST_microblaze="suzaku" +######################################################################### +## M68K Systems +######################################################################### + +LIST_m68k="\ + cobra5272 \ + EB+MCF-EV123 EB+MCF-EV123_internal \ + M5272C3 M5282EVB \ + TASREG \ +" + #----------------------------------------------------------------------- #----- for now, just run PPC by default ----- @@ -286,7 +297,7 @@ build_target() { ${MAKE} distclean >/dev/null ${MAKE} ${target}_config ${MAKE} ${JOBS} all 2>&1 >LOG/$target.MAKELOG | tee LOG/$target.ERR - ${CROSS_COMPILE:-ppc_8xx-}size u-boot | tee -a LOG/$target.MAKELOG +# ${CROSS_COMPILE:-ppc_8xx-}size u-boot | tee -a LOG/$target.MAKELOG } #----------------------------------------------------------------------- @@ -300,6 +311,7 @@ do microblaze| \ mips|mips_el| \ nios|nios2| \ + m68k| \ x86|I486) for target in `eval echo '$LIST_'${arg}` do -- cgit v1.1 From 0e0ef590b263927a62d399dce0cf1b7aa8dee42e Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Wed, 26 Apr 2006 08:13:18 +0200 Subject: Add Altera Nios-II boards EP1C20, EP1S10 and EP1S40 Patch from Scott McNutt, 11 Aug 2005 --- MAKEALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MAKEALL') diff --git a/MAKEALL b/MAKEALL index d3bd032..75ec513 100755 --- a/MAKEALL +++ b/MAKEALL @@ -265,7 +265,7 @@ LIST_nios=" \ ## Nios-II Systems ######################################################################### -LIST_nios2="PCI5441 PK1C20" +LIST_nios2="PCI5441 PK1C20 EP1C20 EP1S10 EP1S40" ######################################################################### ## MicroBlaze Systems -- cgit v1.1