coreboot-kgpe-d16/src
Stephen Douthit 2c18ba5bd7 soc/intel/dnv: Don't clobber SATA_MAP while trying to set mode
SATA Mode Select is bit 16 of the SATA General Configuration
register.  This code currently incorrectly pokes at the Port Clock
Disable bits in the Port Mapping Register, and without clock the
affected ports can't link.

Change-Id: I37104f520a869bd45a32cfd271d0b893aec3c8ed
Signed-off-by: Stephen Douthit <stephend@silicom-usa.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34663
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Vanessa Eusebio <vanessa.f.eusebio@intel.com>
Reviewed-by: David Guckian
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2020-03-10 20:31:33 +00:00
..
acpi src/acpi: Update license headers to SPDX 2020-01-02 14:49:00 +00:00
arch arch/arm: Use 'print("%s...", __func__)' 2020-03-09 21:31:07 +00:00
commonlib lz4: Fix out-of-bounds reads 2020-03-02 15:03:03 +00:00
console treewide: Replace BOARD_EMULATION_QEMU_X86 2020-03-03 10:16:09 +00:00
cpu cpu/x86/smm: Add smm_size to relocatable smmstub 2020-03-07 20:52:22 +00:00
device treewide: Replace BOARD_EMULATION_QEMU_X86 2020-03-03 10:16:09 +00:00
drivers soc/intel/xeon-sp,mb/ocp/tiogapass: Don't fake binaries 2020-03-10 11:52:45 +00:00
ec ec/google/chromeec: Fix dev ops for chromeec 2020-03-06 08:06:02 +00:00
include lib/spd_bin: Extend LPDDR4 SPD information 2020-03-07 20:55:06 +00:00
lib lib/spd_bin: Correct LPDDR3 SPD information 2020-03-10 10:05:48 +00:00
mainboard soc/intel/xeon-sp,mb/ocp/tiogapass: Don't fake binaries 2020-03-10 11:52:45 +00:00
northbridge src/nb: Use 'print("%s...", __func__)' 2020-03-07 20:47:58 +00:00
security vboot: Upgrade kernel space to v1.0 2020-03-07 20:45:37 +00:00
soc soc/intel/dnv: Don't clobber SATA_MAP while trying to set mode 2020-03-10 20:31:33 +00:00
southbridge sb/intel/common/firmware/Makefile.inc: use ifdtool --output flag 2020-03-06 07:53:04 +00:00
superio superio/nuvoton/npcd378: Switch to superio/common 2020-03-02 10:19:44 +00:00
vendorcode vendorcode/intel/fsp/fsp2_0/tgl: Update FSP header for Tiger Lake 2020-03-09 08:07:21 +00:00
Kconfig Kconfig: Have GDB_STUB depend on DRIVERS_UART 2020-03-03 07:45:23 +00:00