coreboot/src
Angel Pons d9f1b04ec5 sb/intel/lynxpoint: Do not determine PCH type at runtime
Both PCH types are very different, and mixing the code for both together
isn't useful. First of all, inline `pch_is_lp` to return a constant.
This allows the compiler to optimize out unused code, which results in
smaller executables. For the Asrock B85M Pro4, it's about 2.5 KiB less.

Subsequent commits will further split the southbridge code.

Change-Id: Iba904acf64096478d1b76ffd05a076f0203502f8
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45047
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-09-14 07:07:04 +00:00
..
acpi src/acpi: Drop unneeded empty lines 2020-08-24 09:16:59 +00:00
arch memory_info: add max_speed_mts and configured_speed_mts 2020-09-03 21:27:54 +00:00
commonlib src: Remove incorrect x86 exception not from TS_DONE_LOADING description 2020-08-28 06:07:37 +00:00
console ec/system76: Add console support 2020-09-07 21:46:34 +00:00
cpu cpu/intel/model_1067x: enable PECI 2020-09-12 10:50:33 +00:00
device device: Add method to configure bus mastering based on Kconfig 2020-08-31 18:34:22 +00:00
drivers include/console/uart: make index parameter unsigned 2020-09-12 14:59:33 +00:00
ec src/ec: Drop unneeded empty lines 2020-09-11 17:07:03 +00:00
include soc/intel/common/cpu: Update COS mask calculation for NEM enhanced mode 2020-09-14 07:02:26 +00:00
lib lib/Makefile.inc: fix hex-to-bin conversion of SPD files 2020-09-10 17:30:00 +00:00
mainboard mb/ocp/deltalake: Drop redundant select FSP_CAR 2020-09-14 07:06:40 +00:00
northbridge nb/intel/ironlake: Use an enum for gpu_panel_port_select 2020-09-08 05:27:26 +00:00
security security/intel/txt/getsec.c: Do not check lock bit 2020-08-30 19:26:48 +00:00
soc soc/intel/xeon_sp/cpx: display FSP_PREV_BOOT_ERR_SRC_HOB 2020-09-14 07:05:49 +00:00
southbridge sb/intel/lynxpoint: Do not determine PCH type at runtime 2020-09-14 07:07:04 +00:00
superio src/superio: Use 'PNP_IDX_*' macros instead of magic numbers 2020-09-11 22:19:38 +00:00
vendorcode src/vendorcode/intel/fsp/fsp2_0/cpx-sp: add prev boot error info HOB header file 2020-09-14 07:05:41 +00:00
Kconfig Kconfig: Update ASan config options 2020-08-21 07:42:21 +00:00