summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2020-11-02 22:42:33 +0100
committerNico Huber <nico.h@gmx.de>2020-11-20 00:10:30 +0000
commit83806dd377301a8b5385e73bb7cc5ba541270977 (patch)
treee80f982b18f2822d2c02d36fe64c61f5b82fe160
parent725a3d653360dfd441bfa8f4c7426b4c97e8dfe2 (diff)
downloadcoreboot-83806dd377301a8b5385e73bb7cc5ba541270977.tar.gz
coreboot-83806dd377301a8b5385e73bb7cc5ba541270977.tar.bz2
coreboot-83806dd377301a8b5385e73bb7cc5ba541270977.zip
soc/intel/common/acpi: drop return value for disabled PEPD function 2
PEPD function 2 is currently unused and disabled. Thus, drop the return value, which matches the default return value. Change-Id: Ia95b8b36fcb78e8976b66de15ec214a38c178cda Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47139 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
-rw-r--r--src/soc/intel/common/block/acpi/acpi/pep.asl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/acpi/acpi/pep.asl b/src/soc/intel/common/block/acpi/acpi/pep.asl
index 2e822dbdfc83..64d23c106122 100644
--- a/src/soc/intel/common/block/acpi/acpi/pep.asl
+++ b/src/soc/intel/common/block/acpi/acpi/pep.asl
@@ -38,7 +38,6 @@ Device(PEPD)
* Function 2 - Get Crash Dump Device
*/
If(Arg2 == PEPD_DSM_LPI_GET_CRASH_DUMP_DEV) {
- Return(Buffer(One) {0x0})
}
/*
* Function 3 - Display Off Notification