Revert "soc/intel/broadwell/pch: Replace ACPI device NVS"
This reverts commit68d8357dab
. Reason for revert: Device NVS is expected by mainboard samus in payload depthcharge:932c6ba270/src/board/samus/board.c (60)
Signed-off-by: Furquan Shaikh <furquan@google.com> Change-Id: Icb5fa6da3412a51aae56c3658163e5b98d57bab3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/54977 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
committed by
Nico Huber
parent
93078ba1ae
commit
27c51a0723
@ -593,16 +593,6 @@ static void pch_lpc_read_resources(struct device *dev)
|
||||
pch_lpc_add_io_resources(dev);
|
||||
}
|
||||
|
||||
static unsigned long acpi_write_serialio_ssdt(unsigned long current, struct acpi_rsdp *rsdp)
|
||||
{
|
||||
printk(BIOS_DEBUG, "ACPI: * SSDT2\n");
|
||||
acpi_header_t *ssdt = (acpi_header_t *)current;
|
||||
acpi_create_serialio_ssdt(ssdt);
|
||||
current += ssdt->length;
|
||||
acpi_add_table(rsdp, ssdt);
|
||||
return acpi_align_current(current);
|
||||
}
|
||||
|
||||
static unsigned long broadwell_write_acpi_tables(const struct device *device,
|
||||
unsigned long current,
|
||||
struct acpi_rsdp *rsdp)
|
||||
@ -613,10 +603,7 @@ static unsigned long broadwell_write_acpi_tables(const struct device *device,
|
||||
PCH_DEV_UART1 : PCH_DEV_UART0,
|
||||
ACPI_ACCESS_SIZE_DWORD_ACCESS);
|
||||
}
|
||||
current = acpi_write_hpet(device, current, rsdp);
|
||||
current = acpi_align_current(current);
|
||||
current = acpi_write_serialio_ssdt(current, rsdp);
|
||||
return current;
|
||||
return acpi_write_hpet(device, current, rsdp);
|
||||
}
|
||||
|
||||
static struct device_operations device_ops = {
|
||||
|
Reference in New Issue
Block a user