arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limits
[coreboot.git] / src / soc / intel / xeon_sp / skx / Kconfig
blob0ff811465399604f31f23c6f19b43503533fa870
1 ## SPDX-License-Identifier: GPL-2.0-only
3 if SOC_INTEL_SKYLAKE_SP
5 config MAINBOARD_USES_FSP2_0
6           bool
7           default y
9 config FSP_HEADER_PATH
10           string "Location of FSP headers"
11           depends on MAINBOARD_USES_FSP2_0
12           default "src/vendorcode/intel/fsp/fsp2_0/skylake_sp"
14 config MAX_SOCKET
15         int
16         default 2
18 config CPU_ADDR_BITS
19         int
20         default 46
22 # For 2S config, the number of cpus could be as high as
23 # 2 threads * 20 cores * 2 sockets
24 config MAX_CPUS
25         int
26         default 80
28 config PCR_BASE_ADDRESS
29         hex
30         default 0xfd000000
31         help
32           This option allows you to select MMIO Base Address of sideband bus.
34 config DCACHE_RAM_BASE
35         hex
36         default 0xfe800000
38 config DCACHE_RAM_SIZE
39         hex
40         default 0x200000
42 config DCACHE_BSP_STACK_SIZE
43         hex
44         default 0x10000
46 config CPU_MICROCODE_CBFS_LOC
47         hex
48         default 0xfff0fdc0
50 config CPU_MICROCODE_CBFS_LEN
51         hex
52         default 0x7C00
54 config HEAP_SIZE
55         hex
56         default 0x80000
58 config IED_REGION_SIZE
59         hex
60         default 0x400000
62 endif