soc/intel/xeon_sp/skx: Drop ACPI_FADT_8042

None of the supported mainboards have a 8042 compatible chip,
thus drop it from the common code.

When such board is added it can update fadt->iapc_boot_arch
by installing a mainboard_fill_fadt() method.

Change-Id: I40cafcec57dd49399ce449700c81a1f27c1ded99
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85507
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Patrick Rudolph 2024-12-03 09:47:30 +01:00 committed by Lean Sheng Tan
commit 534585d7bd

View file

@ -47,7 +47,7 @@ void soc_fill_fadt(acpi_fadt_t *fadt)
fadt->pm2_cnt_len = 1;
fadt->pm_tmr_len = 4;
fadt->iapc_boot_arch = ACPI_FADT_LEGACY_DEVICES | ACPI_FADT_8042;
fadt->iapc_boot_arch = ACPI_FADT_LEGACY_DEVICES;
/* PM Extended Registers */
fill_fadt_extended_pm_io(fadt);