diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-01-21 07:22:01 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-04 07:02:03 +0000 |
commit | dc15505795eb6570b94453395dae8d0d72d95dd3 (patch) | |
tree | 57369c7da953f4e02662b79ea802d9b6195baac0 /src/mainboard/google/drallion | |
parent | 07bce4ba36cb17ef5e9958097680b66326a3af5b (diff) |
vc/google/chromeos: Drop <acpi/vpd.asl>
This was used as a means to read the MAC address and dynamically
return it to the ethernet driver via ACPI. The kernel team ended
up going another direction so this became obsolete.
Change-Id: I7065bea4b288c689b41cc969989ec6fd87c75f1f
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49902
Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/drallion')
-rw-r--r-- | src/mainboard/google/drallion/dsdt.asl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/google/drallion/dsdt.asl b/src/mainboard/google/drallion/dsdt.asl index 2de104e543..5556c989bb 100644 --- a/src/mainboard/google/drallion/dsdt.asl +++ b/src/mainboard/google/drallion/dsdt.asl @@ -31,11 +31,6 @@ DefinitionBlock( #include <variant/acpi/mainboard.asl> } -#if CONFIG(CHROMEOS) - /* VPD support */ - #include <vendorcode/google/chromeos/acpi/vpd.asl> -#endif - #include <southbridge/intel/common/acpi/sleepstates.asl> /* Chrome OS Embedded Controller */ |