diff options
author | David Hendricks <dhendrix@chromium.org> | 2013-01-11 11:34:06 -0800 |
---|---|---|
committer | David Hendricks <dhendrix@chromium.org> | 2013-01-17 01:07:40 +0100 |
commit | 694719aff0a782782fd1c0a0d6635f7af1729ba1 (patch) | |
tree | d468378c97dff81a38ff6fb0c973f49747dd36b0 /src/cpu/samsung/exynos5250/Kconfig | |
parent | 0b23d47ffd1c87cb41df9e3e1b73cdfddd425dcd (diff) | |
download | coreboot-694719aff0a782782fd1c0a0d6635f7af1729ba1.tar.xz |
bootblock_cpu_init() stub for exynos5250
This adds a stub for bootblock_cpu_init() for exynos5250. It will
eventually contain code to copy ROM content from SPI to SRAM.
Change-Id: I26ee62a1e701013f38f76f200579faa680530860
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/2138
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu/samsung/exynos5250/Kconfig')
-rw-r--r-- | src/cpu/samsung/exynos5250/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cpu/samsung/exynos5250/Kconfig b/src/cpu/samsung/exynos5250/Kconfig index c2d9b9fddc..3d66c77440 100644 --- a/src/cpu/samsung/exynos5250/Kconfig +++ b/src/cpu/samsung/exynos5250/Kconfig @@ -1,3 +1,11 @@ +config BOOTBLOCK_CPU_INIT + string + default "cpu/samsung/exynos5250/bootblock.c" + help + CPU/SoC-specific bootblock code. This is useful if the + bootblock must load microcode or copy data from ROM before + searching for the bootblock. + config EXYNOS_ACE_SHA bool default n |