From a574a73852a527779234e73e17e7597fd8128882 Mon Sep 17 00:00:00 2001 From: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]> Date: Sun, 30 Mar 2008 11:21:58 +0100 Subject: Adds support for the Prodrive PMDRA board, based on a DM6441 Signed-off-by: Pieter Voorthuijsen --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4255cf5a02d..b9b09cb589c 100644 --- a/Makefile +++ b/Makefile @@ -2377,6 +2377,9 @@ davinci_schmoogie_config : unconfig davinci_sonata_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm926ejs sonata davinci davinci +pmdra_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm926ejs pmdra prodrive davinci + omap1610inn_config \ omap1610inn_cs0boot_config \ omap1610inn_cs3boot_config \ -- cgit v1.2.3 From 8bf69d81782619187933a605f1a95ee1d069478d Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sun, 30 Mar 2008 11:28:46 +0100 Subject: Separate omap24xx specific code from arm1136 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx. Signed-off-by: Sascha Hauer Signed-off-by: Guennadi Liakhovetski --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b9b09cb589c..9a49aecd7e7 100644 --- a/Makefile +++ b/Makefile @@ -2590,12 +2590,12 @@ zylonite_config : ## ARM1136 Systems ######################################################################### omap2420h4_config : unconfig - @$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 + @$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 NULL omap24xx apollon_config : unconfig @mkdir -p $(obj)include @echo "#define CONFIG_ONENAND_U_BOOT" > $(obj)include/config.h - @$(MKCONFIG) $(@:_config=) arm arm1136 apollon + @$(MKCONFIG) $(@:_config=) arm arm1136 apollon NULL omap24xx @echo "CONFIG_ONENAND_U_BOOT = y" >> $(obj)include/config.mk #======================================================================== -- cgit v1.2.3 From a147e56f03871bba4f05058d5e04ce7deb010b04 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sun, 30 Mar 2008 11:32:24 +0100 Subject: mx31 litekit support This patch adds support for the mx31 litekit board Signed-off-by: Sascha Hauer Signed-off-by: Guennadi Liakhovetski --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9a49aecd7e7..9c29241881e 100644 --- a/Makefile +++ b/Makefile @@ -2598,6 +2598,9 @@ apollon_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 apollon NULL omap24xx @echo "CONFIG_ONENAND_U_BOOT = y" >> $(obj)include/config.mk +imx31_litekit_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm1136 imx31_litekit NULL mx31 + #======================================================================== # i386 #======================================================================== -- cgit v1.2.3 From c88ae20580b2b01487b4cdcc8b2a113f551aee36 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sun, 30 Mar 2008 11:32:27 +0100 Subject: Phytec Phycore-i.MX31 support This patch adds support for the Phytec Phycore-i.MX31 board Signed-off-by: Sascha Hauer Signed-off-by: Guennadi Liakhovetski --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c29241881e..9fa8b63e177 100644 --- a/Makefile +++ b/Makefile @@ -2601,6 +2601,9 @@ apollon_config : unconfig imx31_litekit_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 imx31_litekit NULL mx31 +imx31_phycore_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm1136 imx31_phycore NULL mx31 + #======================================================================== # i386 #======================================================================== -- cgit v1.2.3 From 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski <[lg@denx.de]> Date: Sun, 30 Mar 2008 11:32:30 +0100 Subject: Support for the MX31ADS evaluation board from Freescale This patch adds support for the MX31ADS evaluation board from Freescale, initialization code is copied from RedBoot sources, also provided by Freescale. Signed-off-by: Guennadi Liakhovetski --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9fa8b63e177..f160d25ab25 100644 --- a/Makefile +++ b/Makefile @@ -2604,6 +2604,9 @@ imx31_litekit_config : unconfig imx31_phycore_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 imx31_phycore NULL mx31 +mx31ads_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm1136 mx31ads NULL mx31 + #======================================================================== # i386 #======================================================================== -- cgit v1.2.3