mb/emulation/qemu-q35: Rename PICF to PICM in ASL
Change-Id: I395056a164b6597b6fb3dfda0d85f9a0374cd893 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49998 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
62d6f1f943
commit
cdaddde067
|
@ -143,9 +143,9 @@ DefinitionBlock (
|
|||
****************************************************************/
|
||||
|
||||
/* Zero => PIC mode, One => APIC Mode */
|
||||
Name(\PICF, Zero)
|
||||
Name(\PICM, Zero)
|
||||
Method(\_PIC, 1, NotSerialized) {
|
||||
\PICF = Arg0
|
||||
\PICM = Arg0
|
||||
}
|
||||
|
||||
Scope(\_SB) {
|
||||
|
@ -269,7 +269,7 @@ DefinitionBlock (
|
|||
section 6.2.8.1 */
|
||||
/* Note: we provide the same info as the PCI routing
|
||||
table of the Bochs BIOS */
|
||||
If (\PICF == 0) {
|
||||
If (\PICM == 0) {
|
||||
Return (PRTP)
|
||||
} Else {
|
||||
Return (PRTA)
|
||||
|
|
Loading…
Reference in New Issue