Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Simon Glass | 8ef0757 | 2014-11-12 22:42:07 -0700 | [diff] [blame] | 2 | # |
| 3 | # From Coreboot src/northbridge/intel/sandybridge/Kconfig |
| 4 | # |
| 5 | # Copyright (C) 2010 Google Inc. |
| 6 | # |
Simon Glass | 8ef0757 | 2014-11-12 22:42:07 -0700 | [diff] [blame] | 7 | |
Simon Glass | 8ef0757 | 2014-11-12 22:42:07 -0700 | [diff] [blame] | 8 | config NORTHBRIDGE_INTEL_IVYBRIDGE |
| 9 | bool |
Simon Glass | f7d35bc | 2016-03-11 22:07:08 -0700 | [diff] [blame] | 10 | select CACHE_MRC_BIN if HAVE_MRC |
Bin Meng | 1e452b4 | 2017-07-30 06:23:10 -0700 | [diff] [blame] | 11 | imply HAVE_INTEL_ME |
Bin Meng | 67f99f9 | 2017-07-30 06:23:14 -0700 | [diff] [blame] | 12 | imply ENABLE_MRC_CACHE |
Bin Meng | 24357df | 2017-07-30 19:24:02 -0700 | [diff] [blame] | 13 | imply AHCI_PCI |
Bin Meng | a5b2129 | 2017-07-30 06:23:18 -0700 | [diff] [blame] | 14 | imply ICH_SPI |
Bin Meng | 7243689 | 2017-07-30 06:23:28 -0700 | [diff] [blame] | 15 | imply INTEL_ICH6_GPIO |
Bin Meng | fcfc8a8 | 2018-06-10 06:25:01 -0700 | [diff] [blame] | 16 | imply PINCTRL_ICH6 |
Bin Meng | a5b2129 | 2017-07-30 06:23:18 -0700 | [diff] [blame] | 17 | imply SCSI |
Tuomas Tynkkynen | 9fd95ef | 2017-12-08 15:36:19 +0200 | [diff] [blame] | 18 | imply SCSI_AHCI |
Bin Meng | a5b2129 | 2017-07-30 06:23:18 -0700 | [diff] [blame] | 19 | imply SPI_FLASH |
Bin Meng | b9342b2 | 2017-07-30 06:23:27 -0700 | [diff] [blame] | 20 | imply USB |
| 21 | imply USB_EHCI_HCD |
Bin Meng | b173b4e | 2018-06-03 19:04:15 -0700 | [diff] [blame] | 22 | imply USB_XHCI_HCD |
Bin Meng | a5b2129 | 2017-07-30 06:23:18 -0700 | [diff] [blame] | 23 | imply VIDEO_VESA |
Simon Glass | 6744c0d | 2019-02-16 20:24:57 -0700 | [diff] [blame] | 24 | imply SOUND_IVYBRIDGE |
Simon Glass | 8ef0757 | 2014-11-12 22:42:07 -0700 | [diff] [blame] | 25 | |
Simon Glass | 8ef0757 | 2014-11-12 22:42:07 -0700 | [diff] [blame] | 26 | if NORTHBRIDGE_INTEL_IVYBRIDGE |
| 27 | |
Simon Glass | 8ef0757 | 2014-11-12 22:42:07 -0700 | [diff] [blame] | 28 | config DCACHE_RAM_BASE |
Simon Glass | 8ef0757 | 2014-11-12 22:42:07 -0700 | [diff] [blame] | 29 | default 0xff7e0000 |
| 30 | |
| 31 | config DCACHE_RAM_SIZE |
Simon Glass | 8ef0757 | 2014-11-12 22:42:07 -0700 | [diff] [blame] | 32 | default 0x20000 |
| 33 | |
Simon Glass | 8ef0757 | 2014-11-12 22:42:07 -0700 | [diff] [blame] | 34 | config DCACHE_RAM_MRC_VAR_SIZE |
Simon Glass | 8ef0757 | 2014-11-12 22:42:07 -0700 | [diff] [blame] | 35 | default 0x4000 |
Simon Glass | 8ef0757 | 2014-11-12 22:42:07 -0700 | [diff] [blame] | 36 | |
Simon Glass | 8ef0757 | 2014-11-12 22:42:07 -0700 | [diff] [blame] | 37 | config CPU_SPECIFIC_OPTIONS |
| 38 | def_bool y |
| 39 | select SMM_TSEG |
Simon Glass | 65dd74a | 2014-11-12 22:42:28 -0700 | [diff] [blame] | 40 | select X86_RAMTEST |
Simon Glass | 8ef0757 | 2014-11-12 22:42:07 -0700 | [diff] [blame] | 41 | |
| 42 | config SMM_TSEG_SIZE |
| 43 | hex |
| 44 | default 0x800000 |
| 45 | |
| 46 | config ENABLE_VMX |
| 47 | bool "Enable VMX for virtualization" |
| 48 | default n |
| 49 | help |
| 50 | Virtual Machine Extensions are provided in many x86 CPUs. These |
| 51 | provide various facilities for allowing a host OS to provide an |
| 52 | environment where potentially several guest OSes have only |
| 53 | limited access to the underlying hardware. This is achieved |
| 54 | without resorting to software trapping and/or instruction set |
| 55 | emulation (which would be very slow). |
| 56 | |
| 57 | Intel's implementation of this is called VT-x. This option enables |
| 58 | VT-x this so that the OS that is booted by U-Boot can make use of |
| 59 | these facilities. If this option is not enabled, then the host OS |
| 60 | will be unable to support virtualisation, or it will run very |
| 61 | slowly. |
| 62 | |
Bin Meng | 4374139 | 2016-02-17 00:16:21 -0800 | [diff] [blame] | 63 | config FSP_ADDR |
| 64 | hex |
| 65 | default 0xfff80000 |
| 66 | |
| 67 | config FSP_USE_UPD |
| 68 | bool |
| 69 | default n |
| 70 | |
Bin Meng | a2e3b05 | 2016-02-17 00:16:25 -0800 | [diff] [blame] | 71 | config FSP_BROKEN_HOB |
| 72 | bool |
| 73 | default y |
| 74 | |
Simon Glass | 8ef0757 | 2014-11-12 22:42:07 -0700 | [diff] [blame] | 75 | endif |