Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38863 )
Change subject: superio/common: Validate devicetree
......................................................................
Patch Set 3:
(2 comments)
https://review.coreboot.org/c/coreboot/+/38863/2/src/superio/common/ssdt.c
File src/superio/common/ssdt.c:
https://review.coreboot.org/c/coreboot/+/38863/2/src/superio/common/ssdt.c@1...
PS2, Line 167: const u8 ldn = dev->path.pnp.device & 0xff;
: const u8 vldn = (dev->path.pnp.device >> 8) & 0x7;
And I guess that running the SSDT generator would not be possible, so an early return would be neede […]
Done
https://review.coreboot.org/c/coreboot/+/38863/2/src/superio/common/ssdt.c@1...
PS2, Line 184: BIOS_CRIT
If it's a critical bug, shouldn't we return instead of trying to generate the SSDT?
Done
--
To view, visit
https://review.coreboot.org/c/coreboot/+/38863
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6cbcba8ac86a2a837e23055fdd7e529f9b3277a2
Gerrit-Change-Number: 38863
Gerrit-PatchSet: 3
Gerrit-Owner: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Felix Held
felix-coreboot@felixheld.de
Gerrit-Reviewer: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Thu, 27 Feb 2020 11:02:34 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Felix Held
felix-coreboot@felixheld.de
Comment-In-Reply-To: Angel Pons
th3fanbus@gmail.com
Gerrit-MessageType: comment