diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2024-05-21 23:11:48 -0600 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-06-23 17:42:45 +0000 |
commit | 273be9f25159b6ef1e6881ef6d45792d6aa55b63 (patch) | |
tree | 5b02ee5c0fbd82c020604ba0a21969443b708c50 | |
parent | a93b5c84680e8a18610aefed528d3b646365c858 (diff) |
util/autoport: Remove bd82x6x/pch.h from generated mainboard.c
The southbridge/intel/bd82x6x/pch.h header was previously used to
configure a few registers in SPIBAR, but these have since been moved to
PCH code and the devicetree, making it unnecessary in mainboard.c
Change-Id: I904c95394b4fea73b4990342e647595b5f10335f
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82601
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | util/autoport/bd82x6x.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go index 00b136b03a..8ad0c1756b 100644 --- a/util/autoport/bd82x6x.go +++ b/util/autoport/bd82x6x.go @@ -194,9 +194,6 @@ func (b bd82x6x) Scan(ctx Context, addr PCIDevData) { Value: "\\_SB.PCI0.GFX0.DECB", }) - /* SPI init */ - MainboardIncludes = append(MainboardIncludes, "southbridge/intel/bd82x6x/pch.h") - FADT := ctx.InfoSource.GetACPI()["FACP"] pcieHotplugMap := "{ " |