Michał Żygowski has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/23027 )
Change subject: mb/solidrun/solidpc: Do initial commit ......................................................................
Patch Set 12:
(1 comment)
The change is ready for review. Unfortunately I do not have hardware to verify WiFi/BT M.2 slot and the DisplayPort is not working on the board I have tested (both coreboot and official AMI BIOS) - probably broken.
https://review.coreboot.org/#/c/23027/12/src/mainboard/solidrun/solidpc/acpi... File src/mainboard/solidrun/solidpc/acpi/mainboard.asl:
https://review.coreboot.org/#/c/23027/12/src/mainboard/solidrun/solidpc/acpi... PS12, Line 39: Method (_AEI, 0, Serialized) // _AEI: ACPI Event Interrupts This method gives me errors:
ACPI Error: Unknown opcode 0xFE at table offset 0x0E85, ignoring (20160831/psobject-108) ACPI Error: [RBU8] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359) ACPI Error: Method parse/execution failed [_SB.GPNC._AEI] (Node ffff8ae9fa1b8e38), AE_NOT_FOUND (20160831/psparse-543)
When I get rid of this method, the IASL compiler complains on corrupted DSDT. Any ideas what is wrong with this implementation?