coreboot-kgpe-d16/src
Martin Roth 3424f38ae6 soc/amd/stoneyridge: Get rid of domain_read_resources
The function domain_read_resources() didn't have any code to actually
reserve any resources - it was just creating an empty resource entry.

I looked at fixing it to actually reserve the space, but the values in
the registers at the point when this runs aren't the final values that
we want to reserve anyway, they're temp values with a range much larger
than we want to reserve.

I next looked at moving the amd_initcpuio() function earlier so that we
could get the correct values for the registers, but even that doesn't
give us what we really want.

Ultimately removing this whole function seems to be the right thing.

BUG=None
TEST=Verify that the only resource that changes is the empty resource:
PCI: 00:18.0 resource base 0 size 0 align 0 gran 0 limit 0 flags 1 index 1080

Change-Id: I83bd3ea8db141416632c12fc883386070363f2f1
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/29345
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
2018-10-31 21:56:09 +00:00
..
acpi
arch src: Add missing include <stdint.h> 2018-10-30 09:41:08 +00:00
commonlib src: Remove unneeded whitespace 2018-10-23 15:52:09 +00:00
console console: Set default loglevel to 8 (SPEW) for CONFIG_CHROMEOS 2018-10-18 12:50:41 +00:00
cpu reset: Finalize move to new API 2018-10-31 15:29:42 +00:00
device src: Remove unneeded whitespace 2018-10-23 15:52:09 +00:00
drivers {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macros 2018-10-30 20:18:53 +00:00
ec ec/google/wilco: Unmute audio on init 2018-10-31 18:31:15 +00:00
include reset: Finalize move to new API 2018-10-31 15:29:42 +00:00
lib reset: Finalize move to new API 2018-10-31 15:29:42 +00:00
mainboard Veyron: add Hynix H9CCNNNBKTMLBR-NTD ddr with RAMID '00Z1' 2018-10-31 16:00:06 +00:00
northbridge reset: Finalize move to new API 2018-10-31 15:29:42 +00:00
security reset: Finalize move to new API 2018-10-31 15:29:42 +00:00
soc soc/amd/stoneyridge: Get rid of domain_read_resources 2018-10-31 21:56:09 +00:00
southbridge reset: Finalize move to new API 2018-10-31 15:29:42 +00:00
superio src: Remove unneeded whitespace 2018-10-23 15:52:09 +00:00
vendorcode vendorcode/intel/fsp/icelake: Add icelake FSP header file template 2018-10-26 11:21:05 +00:00
Kconfig reset: Finalize move to new API 2018-10-31 15:29:42 +00:00