coreboot-kgpe-d16/src
Petr Cvek c49869b424 sb/intel/i82801gx: Use symbolic name for register, code rework
An original code had a wrong register address 0x27 for AHCI BAR.
The value was aligned incidentally by the code specific of
the pci_read_config32 function to the correct address 0x24.

All 0x24 values in sata.c were changed to the symbolic name
PCI_BASE_ADDRESS_5 and the code was optimized.

An equivalent code was tested on a real hardware.

Signed-off-by: Petr Cvek <petrcvekcz@gmail.com>
Change-Id: I33509befe86ff6e333c559c87a0f45886d737df9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35737
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-10-03 15:24:42 +00:00
..
acpi AUTHORS: Move src/acpi copyrights into AUTHORS file 2019-07-30 11:04:14 +00:00
arch cpu/intel/common: Move intel_ht_sibling() to common folder 2019-10-01 15:10:16 +00:00
commonlib device,drivers/: Drop some __SIMPLE_DEVICE__ use 2019-09-30 11:07:46 +00:00
console src/: Replace some __PRE_RAM__ use 2019-09-14 11:16:17 +00:00
cpu cpu/intel/common: Move intel_ht_sibling() to common folder 2019-10-01 15:10:16 +00:00
device device/pci_early: Drop some __SIMPLE_DEVICE__ use 2019-09-30 20:06:06 +00:00
drivers drivers/i2c/lm96000: Add more settings for fan control 2019-09-30 11:52:31 +00:00
ec ec/kontron/kempld: Add fall-through comments where appropriate 2019-09-30 11:51:11 +00:00
include soc/intel: Replace config_of_path() with config_of_soc() 2019-10-02 11:21:10 +00:00
lib fmap: Add get_fmap_flash_offset() 2019-09-27 21:59:44 +00:00
mainboard mb/facebook/fbg1701/devicetree.cb: Use 64MB framebuffer size 2019-10-03 14:06:21 +00:00
northbridge intel/i945: Define peg_plugin for potential add-on PCIe card 2019-10-01 01:56:17 +00:00
security vboot: create board-specific test-only GBB HWID if not set 2019-09-30 11:33:20 +00:00
soc soc/intel/braswell/chip.h: Add IGD_MEMSIZE_xxMB 2019-10-03 14:05:53 +00:00
southbridge sb/intel/i82801gx: Use symbolic name for register, code rework 2019-10-03 15:24:42 +00:00
superio superio/common: Fix types in printf 2019-09-17 10:33:40 +00:00
vendorcode vendorcode/cavium: Replace use of __PRE_RAM__ 2019-09-23 21:39:22 +00:00
Kconfig Kconfig: Hide CONFIG_CBFS_SIZE when an FMDFILE is provided 2019-09-28 12:14:12 +00:00