mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
arm: Introduce ARCH_OMAP2
To start consolidating various TI-related code, introduce the ARCH_OMAP2 symbol. While we have removed omap2-specific boards some time ago, matching up with the kernel naming here will help overall. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
b18491520f
commit
272686eb75
1 changed files with 20 additions and 30 deletions
|
@ -126,6 +126,11 @@ config ENABLE_ARM_SOC_BOOT0_HOOK
|
||||||
ARM_SOC_BOOT0_HOOK which contains the required assembler
|
ARM_SOC_BOOT0_HOOK which contains the required assembler
|
||||||
preprocessor code.
|
preprocessor code.
|
||||||
|
|
||||||
|
config ARCH_OMAP2
|
||||||
|
bool
|
||||||
|
select CPU_V7
|
||||||
|
select SUPPORT_SPL
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Target select"
|
prompt "Target select"
|
||||||
default TARGET_HIKEY
|
default TARGET_HIKEY
|
||||||
|
@ -327,71 +332,61 @@ config TARGET_VEXPRESS_CA9X4
|
||||||
|
|
||||||
config TARGET_BRXRE1
|
config TARGET_BRXRE1
|
||||||
bool "Support BRXRE1"
|
bool "Support BRXRE1"
|
||||||
select CPU_V7
|
select ARCH_OMAP2
|
||||||
select SUPPORT_SPL
|
|
||||||
|
|
||||||
config TARGET_BRPPT1
|
config TARGET_BRPPT1
|
||||||
bool "Support BRPPT1"
|
bool "Support BRPPT1"
|
||||||
select CPU_V7
|
select ARCH_OMAP2
|
||||||
select SUPPORT_SPL
|
|
||||||
|
|
||||||
config TARGET_DRACO
|
config TARGET_DRACO
|
||||||
bool "Support draco"
|
bool "Support draco"
|
||||||
select CPU_V7
|
select ARCH_OMAP2
|
||||||
select SUPPORT_SPL
|
|
||||||
select DM
|
select DM
|
||||||
select DM_SERIAL
|
select DM_SERIAL
|
||||||
select DM_GPIO
|
select DM_GPIO
|
||||||
|
|
||||||
config TARGET_THUBAN
|
config TARGET_THUBAN
|
||||||
bool "Support thuban"
|
bool "Support thuban"
|
||||||
select CPU_V7
|
select ARCH_OMAP2
|
||||||
select SUPPORT_SPL
|
|
||||||
select DM
|
select DM
|
||||||
select DM_SERIAL
|
select DM_SERIAL
|
||||||
select DM_GPIO
|
select DM_GPIO
|
||||||
|
|
||||||
config TARGET_RASTABAN
|
config TARGET_RASTABAN
|
||||||
bool "Support rastaban"
|
bool "Support rastaban"
|
||||||
select CPU_V7
|
select ARCH_OMAP2
|
||||||
select SUPPORT_SPL
|
|
||||||
select DM
|
select DM
|
||||||
select DM_SERIAL
|
select DM_SERIAL
|
||||||
select DM_GPIO
|
select DM_GPIO
|
||||||
|
|
||||||
config TARGET_ETAMIN
|
config TARGET_ETAMIN
|
||||||
bool "Support etamin"
|
bool "Support etamin"
|
||||||
select CPU_V7
|
select ARCH_OMAP2
|
||||||
select SUPPORT_SPL
|
|
||||||
select DM
|
select DM
|
||||||
select DM_SERIAL
|
select DM_SERIAL
|
||||||
select DM_GPIO
|
select DM_GPIO
|
||||||
|
|
||||||
config TARGET_PXM2
|
config TARGET_PXM2
|
||||||
bool "Support pxm2"
|
bool "Support pxm2"
|
||||||
select CPU_V7
|
select ARCH_OMAP2
|
||||||
select SUPPORT_SPL
|
|
||||||
select DM
|
select DM
|
||||||
select DM_SERIAL
|
select DM_SERIAL
|
||||||
select DM_GPIO
|
select DM_GPIO
|
||||||
|
|
||||||
config TARGET_RUT
|
config TARGET_RUT
|
||||||
bool "Support rut"
|
bool "Support rut"
|
||||||
select CPU_V7
|
select ARCH_OMAP2
|
||||||
select SUPPORT_SPL
|
|
||||||
select DM
|
select DM
|
||||||
select DM_SERIAL
|
select DM_SERIAL
|
||||||
select DM_GPIO
|
select DM_GPIO
|
||||||
|
|
||||||
config TARGET_TI814X_EVM
|
config TARGET_TI814X_EVM
|
||||||
bool "Support ti814x_evm"
|
bool "Support ti814x_evm"
|
||||||
select CPU_V7
|
select ARCH_OMAP2
|
||||||
select SUPPORT_SPL
|
|
||||||
|
|
||||||
config TARGET_TI816X_EVM
|
config TARGET_TI816X_EVM
|
||||||
bool "Support ti816x_evm"
|
bool "Support ti816x_evm"
|
||||||
select CPU_V7
|
select ARCH_OMAP2
|
||||||
select SUPPORT_SPL
|
|
||||||
|
|
||||||
config TARGET_BCM23550_W1D
|
config TARGET_BCM23550_W1D
|
||||||
bool "Support bcm23550_w1d"
|
bool "Support bcm23550_w1d"
|
||||||
|
@ -486,25 +481,21 @@ config TARGET_MX53SMD
|
||||||
|
|
||||||
config OMAP34XX
|
config OMAP34XX
|
||||||
bool "OMAP34XX SoC"
|
bool "OMAP34XX SoC"
|
||||||
select CPU_V7
|
select ARCH_OMAP2
|
||||||
select SUPPORT_SPL
|
|
||||||
select USE_TINY_PRINTF
|
select USE_TINY_PRINTF
|
||||||
|
|
||||||
config OMAP44XX
|
config OMAP44XX
|
||||||
bool "OMAP44XX SoC"
|
bool "OMAP44XX SoC"
|
||||||
select CPU_V7
|
select ARCH_OMAP2
|
||||||
select SUPPORT_SPL
|
|
||||||
select USE_TINY_PRINTF
|
select USE_TINY_PRINTF
|
||||||
|
|
||||||
config OMAP54XX
|
config OMAP54XX
|
||||||
bool "OMAP54XX SoC"
|
bool "OMAP54XX SoC"
|
||||||
select CPU_V7
|
select ARCH_OMAP2
|
||||||
select SUPPORT_SPL
|
|
||||||
|
|
||||||
config AM43XX
|
config AM43XX
|
||||||
bool "AM43XX SoC"
|
bool "AM43XX SoC"
|
||||||
select CPU_V7
|
select ARCH_OMAP2
|
||||||
select SUPPORT_SPL
|
|
||||||
help
|
help
|
||||||
Support for AM43xx SOC from Texas Instruments.
|
Support for AM43xx SOC from Texas Instruments.
|
||||||
The AM43xx high performance SOC features a Cortex-A9
|
The AM43xx high performance SOC features a Cortex-A9
|
||||||
|
@ -514,8 +505,7 @@ config AM43XX
|
||||||
|
|
||||||
config AM33XX
|
config AM33XX
|
||||||
bool "AM33XX SoC"
|
bool "AM33XX SoC"
|
||||||
select CPU_V7
|
select ARCH_OMAP2
|
||||||
select SUPPORT_SPL
|
|
||||||
help
|
help
|
||||||
Support for AM335x SOC from Texas Instruments.
|
Support for AM335x SOC from Texas Instruments.
|
||||||
The AM335x high performance SOC features a Cortex-A8
|
The AM335x high performance SOC features a Cortex-A8
|
||||||
|
|
Loading…
Add table
Reference in a new issue