util/autoport/bd82x6x: Output the correct PCH version comment

TEST=Tested with logs from 6-series and 7-series boards.

Change-Id: I5cd99be965b41b49845a9a1072868ba43b445a79
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85823
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com>
This commit is contained in:
Riku Viitanen 2025-01-01 16:35:04 +02:00 committed by Matt DeVillier
commit 06ff3381a5

View file

@ -104,9 +104,16 @@ func (b bd82x6x) Scan(ctx Context, addr PCIDevData) {
pcieHotplugMap += "0 }"
}
pchComment := "Intel Series "
if b.variant == "BD82X6X" {
pchComment += "6 Cougar Point PCH"
} else {
pchComment += "7 Panther Point PCH"
}
cur := DevTreeNode{
Chip: "southbridge/intel/bd82x6x",
Comment: "Intel Series 6 Cougar Point PCH",
Comment: pchComment,
Registers: map[string]string{
"sata_interface_speed_support": "0x3",