summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/Kconfig
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2020-11-09 12:42:19 +0800
committerIru Cai <mytbk920423@gmail.com>2020-11-15 11:00:59 +0800
commitd5a7ee4465a8a3c1c99cd809466c4a2d55ca4a31 (patch)
tree4a48eb8bc41f38ec120f26f5f23ccb97be14996b /src/soc/intel/broadwell/Kconfig
parentb42967112f2e907e6c3b5dc47b424f8a1d7eb50e (diff)
downloadcoreboot-d5a7ee4465a8a3c1c99cd809466c4a2d55ca4a31.tar.xz
add broadwell_mrc.asm
Diffstat (limited to 'src/soc/intel/broadwell/Kconfig')
-rw-r--r--src/soc/intel/broadwell/Kconfig30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig
index 5871d58d17..de80bf3dfe 100644
--- a/src/soc/intel/broadwell/Kconfig
+++ b/src/soc/intel/broadwell/Kconfig
@@ -124,36 +124,6 @@ config DCACHE_BSP_STACK_SIZE
The amount of anticipated stack usage in CAR by bootblock and
other stages.
-config HAVE_MRC
- bool "Add a Memory Reference Code binary"
- help
- Select this option to add a Memory Reference Code binary to
- the resulting coreboot image.
-
- Note: Without this binary coreboot will not work
-
-if HAVE_MRC
-
-config MRC_FILE
- string "Intel Memory Reference Code path and filename"
- depends on HAVE_MRC
- default "mrc.bin"
- help
- The filename of the file to use as Memory Reference Code binary.
-
-config MRC_BIN_ADDRESS
- hex
- default 0xfffa0000
-
-# The UEFI System Agent binary needs to be at a fixed offset in the flash
-# and can therefore only reside in the COREBOOT fmap region
-config RO_REGION_ONLY
- string
- depends on VBOOT
- default "mrc.bin"
-
-endif # HAVE_MRC
-
config PRE_GRAPHICS_DELAY
int "Graphics initialization delay in ms"
default 0