From a421ae99fb377eb3334ec60823b5523bf0325c95 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Mon, 5 Dec 2022 09:31:47 +0100 Subject: [PATCH] include/acpi/acpi_pld.h: Remove comment on PLD Remove comment on PLD horizontal position as ACPI spec 6.5 define that field: https://uefi.org/specs/ACPI/6.5/06_Device_Configuration.html?highlight=pld%20horizontal#buffer-0-return-value Change-Id: I228e0780699c223f1e3227fd45ec094e0c46205e Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/70297 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/include/acpi/acpi_pld.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/include/acpi/acpi_pld.h b/src/include/acpi/acpi_pld.h index f89a68054e..98d7f9ebcf 100644 --- a/src/include/acpi/acpi_pld.h +++ b/src/include/acpi/acpi_pld.h @@ -22,12 +22,6 @@ enum acpi_pld_vertical_position { PLD_VERTICAL_POSITION_LOWER }; -/* - * The ACPI spec 6.2A does not define the horizontal position field. - * These values are taken from the IASL compiler: - * https://github.com/acpica/acpica/blob/master/source/components/utilities/utglobal.c#L321 - */ - enum acpi_pld_horizontal_position { PLD_HORIZONTAL_POSITION_LEFT, PLD_HORIZONTAL_POSITION_CENTER,