mb/t400/acpi: Update ATPR buffer to fit all entries

Error spotted using acpica version 20190509 (Change-Id: I6779a20).

Change-Id: Ic9cf16a7494667f6dab156c697fb8f8e9966051e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32743
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Elyes HAOUAS
2019-05-10 19:40:50 +02:00
committed by Patrick Georgi
parent dbc787d13d
commit ef9e85bbfd

View File

@@ -63,9 +63,7 @@ Method (ATPX, 2, Serialized) {
}) })
CreateWordField (ATPR, 0x00, SIZE) CreateWordField (ATPR, 0x00, SIZE)
CreateWordField (ATPR, 0x02, VERS) CreateWordField (ATPR, 0x02, VERS)
CreateDWordField (ATPR, 0x02, MASK)
CreateDWordField (ATPR, 0x04, FUNC) CreateDWordField (ATPR, 0x04, FUNC)
CreateDWordField (ATPR, 0x06, FLAG)
/* Version request */ /* Version request */
if (LEqual(Arg0, 0x0)) if (LEqual(Arg0, 0x0))