coreboot-kgpe-d16/src
Stefan Tauner 97c8089430 sb/intel/i82801[ij]x: do not set Chipset Initialization Register (CIR) 5
The specification updates for ICH 9 & 10 require to leave the
register in its default state by reserving all of its bits.
Writing to it does not seem to make a difference anyway since
reading it afterwards does not reflect the write (tested on ICH10).
Therefore we should omit the writes but document this fact in the
code because it is easy to miss from the datasheet alone.

Change-Id: Iec0d79f926a826a80b90907f7861d0cb2ca30a5b
Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at>
Reviewed-on: https://review.coreboot.org/28094
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2018-08-16 16:31:00 +00:00
..
acpi
arch arch/x86/acpigen: refactor calls to acpigen_write_register 2018-08-15 18:35:56 +00:00
commonlib cbmem: rename vdat to chromeos_acpi 2018-08-14 14:48:44 +00:00
console arch/x86: Drop leftover ROMCC console support 2018-06-08 03:31:12 +00:00
cpu src: Get rid of non-local header treated as local 2018-08-13 15:38:38 +00:00
device src/device: Fix typo 2018-08-09 15:57:35 +00:00
drivers src: Remove duplicated 'include <device/device.h>' 2018-08-14 23:25:59 +00:00
ec ec/google/chromeec: de-dup a _UID 2018-08-13 12:23:37 +00:00
include lib/fit: support booting initrd placed above 4GiB 2018-08-10 23:23:17 +00:00
lib lib/lzmadecode.c: : Avoid static analysis error for unused value 2018-08-14 23:24:58 +00:00
mainboard mb/*/*/cmos.default: Decrease debug_level to 'Debug' 2018-08-15 18:39:17 +00:00
northbridge nb/intel/haswell: Always locate mrc.bin in the COREBOOT fmap region 2018-08-13 12:29:23 +00:00
security security/vboot/Makefile: Use shell cat instead of make file command 2018-08-13 12:17:25 +00:00
soc amd/stoneyridge: Add PMxC0 reset status to boot log 2018-08-16 16:30:52 +00:00
southbridge sb/intel/i82801[ij]x: do not set Chipset Initialization Register (CIR) 5 2018-08-16 16:31:00 +00:00
superio superio/winbond/w83627hf: Remove unused value 2018-08-13 15:39:29 +00:00
vendorcode Stoneyridge: Remove VENDORCODE_FULL_SUPPORT 2018-08-15 18:34:15 +00:00
Kconfig Kconfig: Make the EM100 config option common 2018-07-16 07:41:14 +00:00