coreboot/src
Arthur Heymans eb5fa79723 cpu/intel/model_2065x: Don't redefine CPU_ADDR_BITS
This Kconfig symbol is set at a default of 36 in cpu/x86 and is now
only used in the romcc bootblock to set up caching to upgrade the
microcode. It's not mainboard specific.

Change-Id: I29d3a8308025e586a823603f8d6edafd30cb9d95
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35436
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-09-17 08:18:19 +00:00
..
acpi AUTHORS: Move src/acpi copyrights into AUTHORS file 2019-07-30 11:04:14 +00:00
arch arch/x86: Replace some __PRE_RAM__ use 2019-09-14 10:56:46 +00:00
commonlib AUTHORS: Move src/commonlib copyrights into AUTHORS file 2019-09-10 12:50:35 +00:00
console src/: Replace some __PRE_RAM__ use 2019-09-14 11:16:17 +00:00
cpu cpu/intel/microcode: Make microcode lib available in bootblock 2019-09-15 20:45:21 +00:00
device AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
drivers {cpu,device,drivers}: Remove unused include <device/pci_ops.h> 2019-09-15 20:38:45 +00:00
ec 3rdparty/chromeec: Update to latest master 2019-09-16 13:42:10 +00:00
include security/vboot: Fix regression with VBOOT_STARTS_IN_ROMSTAGE 2019-09-17 08:17:23 +00:00
lib lib/coreboot_table: Show splashscreen in lb_table_init 2019-09-15 11:10:58 +00:00
mainboard cpu/intel/model_2065x: Don't redefine CPU_ADDR_BITS 2019-09-17 08:18:19 +00:00
northbridge nb/nehalem: Move MMCONF_BASE_ADDRESS to a common place 2019-09-17 08:18:00 +00:00
security src/security: Remove unused #include <fmap.h> 2019-09-15 20:42:15 +00:00
soc src/soc/intel/{common,cnl,skl,icl}: Move global reset req function to common 2019-09-16 07:29:36 +00:00
southbridge binaryPI: Drop PSP Secure OS from build 2019-09-17 08:16:56 +00:00
superio superio/common: fix regression in ssdt 2019-09-11 13:49:28 +00:00
vendorcode src/vendorcode: Remove not used #include <elog.h> 2019-09-12 13:16:04 +00:00
Kconfig ACPI S3: Depend on RELOCATABLE_RAMSTAGE 2019-08-22 06:38:13 +00:00