Change-Id: Iac1ddbb95768dea98917211aa995f4111bf82647 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/9617 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
27 lines
616 B
Plaintext
27 lines
616 B
Plaintext
config CPU_TI_AM335X
|
|
select ARCH_BOOTBLOCK_ARMV7
|
|
select ARCH_VERSTAGE_ARMV7
|
|
select ARCH_ROMSTAGE_ARMV7
|
|
select ARCH_RAMSTAGE_ARMV7
|
|
select HAVE_MONOTONIC_TIMER
|
|
select HAVE_UART_SPECIAL
|
|
select BOOTBLOCK_CONSOLE
|
|
select CPU_HAS_BOOTBLOCK_INIT
|
|
select GENERIC_UDELAY
|
|
bool
|
|
default n
|
|
|
|
if CPU_TI_AM335X
|
|
|
|
config CBFS_ROM_OFFSET
|
|
# Calculated by BL1 + max bootblock size.
|
|
default 0x4c00
|
|
|
|
## TODO Change this to some better address not overlapping bootblock when
|
|
## cbfstool supports creating header in arbitrary location.
|
|
config CBFS_HEADER_ROM_OFFSET
|
|
hex "offset of master CBFS header in ROM"
|
|
default 0x40
|
|
|
|
endif
|