Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/63207 )
Change subject: mb/dell/snb_ivb_workstations: Choose correct PCH for OptiPlex 9010 ......................................................................
mb/dell/snb_ivb_workstations: Choose correct PCH for OptiPlex 9010
The Dell OptiPlex 9010 uses a Q77 PCH, which is Panther Point. The only difference is the definition of the `CROS_GPIO_DEVICE_NAME` macro, which is not used for non-ChromeOS coreboot builds.
Change-Id: I7ad07b464aef24f7749c3fe9300b7f7dd865e47b Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/63207 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Paul Menzel paulepanter@mailbox.org Reviewed-by: Felix Singer felixsinger@posteo.net --- M src/mainboard/dell/snb_ivb_workstations/Kconfig.name 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Felix Singer: Looks good to me, approved
diff --git a/src/mainboard/dell/snb_ivb_workstations/Kconfig.name b/src/mainboard/dell/snb_ivb_workstations/Kconfig.name index 1176f6a..6f6d833 100644 --- a/src/mainboard/dell/snb_ivb_workstations/Kconfig.name +++ b/src/mainboard/dell/snb_ivb_workstations/Kconfig.name @@ -1,7 +1,7 @@ config BOARD_DELL_OPTIPLEX_9010 bool "OptiPlex 9010 SFF" select BOARD_DELL_SNB_IVB_WORKSTATIONS - select SOUTHBRIDGE_INTEL_BD82X6X + select SOUTHBRIDGE_INTEL_C216
config BOARD_DELL_PRECISION_T1650 bool "Dell Precision T1650"