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 */
|
/* Zero => PIC mode, One => APIC Mode */
|
||||||
Name(\PICF, Zero)
|
Name(\PICM, Zero)
|
||||||
Method(\_PIC, 1, NotSerialized) {
|
Method(\_PIC, 1, NotSerialized) {
|
||||||
\PICF = Arg0
|
\PICM = Arg0
|
||||||
}
|
}
|
||||||
|
|
||||||
Scope(\_SB) {
|
Scope(\_SB) {
|
||||||
|
@ -269,7 +269,7 @@ DefinitionBlock (
|
||||||
section 6.2.8.1 */
|
section 6.2.8.1 */
|
||||||
/* Note: we provide the same info as the PCI routing
|
/* Note: we provide the same info as the PCI routing
|
||||||
table of the Bochs BIOS */
|
table of the Bochs BIOS */
|
||||||
If (\PICF == 0) {
|
If (\PICM == 0) {
|
||||||
Return (PRTP)
|
Return (PRTP)
|
||||||
} Else {
|
} Else {
|
||||||
Return (PRTA)
|
Return (PRTA)
|
||||||
|
|
Loading…
Reference in New Issue