mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
2e87980580
The omapl138_lcdk platform is not a DA850 SoC so we need to select
SOC_DA8XX and not SOC_DA850, as it was before. It does however point
out a bit of a misnomer in how all of these PLL defines are named as
they are generic to DA8xx, not DA850 centric. Remove the 'if SOC_DA850'
under the defaults as these are simply the defaults. As SOC_DA8XX will
select SYS_DA850_DDR_INIT when needed, we do not need it under both SOC
options.
Fixes: 76e22222d3
("Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig")
Signed-off-by: Tom Rini <trini@konsulko.com>
158 lines
3 KiB
Text
158 lines
3 KiB
Text
if ARCH_DAVINCI
|
|
|
|
choice
|
|
prompt "DaVinci board select"
|
|
optional
|
|
|
|
config TARGET_IPAM390
|
|
bool "IPAM390 board"
|
|
select MACH_DAVINCI_DA850_EVM
|
|
select SOC_DA850
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_DA850EVM
|
|
bool "DA850 EVM board"
|
|
select MACH_DAVINCI_DA850_EVM
|
|
select SOC_DA850
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_EA20
|
|
bool "EA20 board"
|
|
select MACH_DAVINCI_DA850_EVM
|
|
select SOC_DA850
|
|
select BOARD_LATE_INIT
|
|
|
|
config TARGET_OMAPL138_LCDK
|
|
bool "OMAPL138 LCDK"
|
|
select SOC_DA8XX
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_CALIMAIN
|
|
bool "Calimain board"
|
|
select SOC_DA850
|
|
|
|
config TARGET_LEGOEV3
|
|
bool "LEGO MINDSTORMS EV3"
|
|
select MACH_DAVINCI_DA850_EVM
|
|
select SOC_DA850
|
|
|
|
endchoice
|
|
|
|
config SYS_SOC
|
|
default "davinci"
|
|
|
|
config DA850_LOWLEVEL
|
|
bool "Enable Lowlevel DA850 initialization"
|
|
depends on SOC_DA850
|
|
|
|
config SYS_DA850_PLL_INIT
|
|
bool
|
|
|
|
config SYS_DA850_DDR_INIT
|
|
bool
|
|
|
|
config SOC_DA850
|
|
bool
|
|
select SOC_DA8XX
|
|
|
|
config SOC_DA8XX
|
|
bool
|
|
select SYS_DA850_PLL_INIT if SUPPORT_SPL || DA850_LOWLEVEL
|
|
|
|
config MACH_DAVINCI_DA850_EVM
|
|
bool
|
|
|
|
if SYS_DA850_PLL_INIT
|
|
comment "DA850 PLL Initialization Parameters"
|
|
|
|
config SYS_DV_CLKMODE
|
|
int "PLLCTL Clock Mode"
|
|
default 0
|
|
help
|
|
Set PLLCTL Clock Mode bit as External Clock or On Chip oscillator
|
|
|
|
config SYS_DA850_PLL0_POSTDIV
|
|
int "PLLC0 PLL Post-Divider"
|
|
default 1
|
|
help
|
|
Value written to PLLC0 PLL Post-Divider Control Register
|
|
|
|
config SYS_DA850_PLL0_PLLDIV1
|
|
hex "PLLC0 Divider 1"
|
|
default 0x8000
|
|
help
|
|
Value written to PLLC0 Divider 1 register
|
|
|
|
config SYS_DA850_PLL0_PLLDIV2
|
|
hex "PLLC0 Divider 2"
|
|
default 0x8001
|
|
help
|
|
Value written to PLLC0 Divider 2 register
|
|
|
|
config SYS_DA850_PLL0_PLLDIV3
|
|
hex "PLLC0 Divider 3"
|
|
default 0x8002
|
|
help
|
|
Value written to PLLC0 Divider 3 register
|
|
|
|
config SYS_DA850_PLL0_PLLDIV4
|
|
hex "PLLC0 Divider 4"
|
|
default 0x8003
|
|
help
|
|
Value written to PLLC0 Divider 4 register
|
|
|
|
config SYS_DA850_PLL0_PLLDIV5
|
|
hex "PLLC0 Divider 5"
|
|
default 0x8002
|
|
help
|
|
Value written to PLLC0 Divider 5 register
|
|
|
|
config SYS_DA850_PLL0_PLLDIV6
|
|
hex "PLLC0 Divider 6"
|
|
default 0x8000
|
|
help
|
|
Value written to PLLC0 Divider 6 register
|
|
|
|
config SYS_DA850_PLL0_PLLDIV7
|
|
hex "PLLC0 Divider 7"
|
|
default 0x8005
|
|
help
|
|
Value written to PLLC0 Divider 7 register
|
|
|
|
config SYS_DA850_PLL1_POSTDIV
|
|
hex "PLLC1 PLL Post-Divider"
|
|
default 1
|
|
help
|
|
Value written to PLLC1 PLL Post-Divider Control Register
|
|
|
|
config SYS_DA850_PLL1_PLLDIV1
|
|
hex "PLLC1 Divider 2"
|
|
default 0x8000
|
|
help
|
|
Value written to PLLC1 Divider 1 register
|
|
|
|
config SYS_DA850_PLL1_PLLDIV2
|
|
hex "PLLC1 Divider 2"
|
|
default 0x8001
|
|
help
|
|
Value written to PLLC1 Divider 2 register
|
|
|
|
config SYS_DA850_PLL1_PLLDIV3
|
|
hex "PLLC1 Divider 3"
|
|
default 0x8002
|
|
help
|
|
Value written to PLLC1 Divider 3 register
|
|
|
|
endif
|
|
|
|
source "board/Barix/ipam390/Kconfig"
|
|
source "board/davinci/da8xxevm/Kconfig"
|
|
source "board/davinci/ea20/Kconfig"
|
|
source "board/omicron/calimain/Kconfig"
|
|
source "board/lego/ev3/Kconfig"
|
|
|
|
config SPL_LDSCRIPT
|
|
default "board/$(BOARDDIR)/u-boot-spl-ipam390.lds" if TARGET_IPAM390
|
|
default "board/$(BOARDDIR)/u-boot-spl-da850evm.lds"
|
|
|
|
endif
|