fixes for apic, i2c
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1678 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
09b0aeddd3
commit
9510aa888b
|
@ -1686,12 +1686,14 @@ parser Config:
|
||||||
enable
|
enable
|
||||||
{{ if (C): partstack.tos().addi2cpath(enable, device) }}
|
{{ if (C): partstack.tos().addi2cpath(enable, device) }}
|
||||||
resources<<C>>
|
resources<<C>>
|
||||||
|
partend<<C>>
|
||||||
|
|
||||||
rule apic<<C>>: APIC {{ if (C): devicepart('apic') }}
|
rule apic<<C>>: APIC {{ if (C): devicepart('apic') }}
|
||||||
HEX_NUM {{ apic_id = int(HEX_NUM, 16) }}
|
HEX_NUM {{ apic_id = int(HEX_NUM, 16) }}
|
||||||
enable
|
enable
|
||||||
{{ if (C): partstack.tos().addapicpath(enable, apic_id) }}
|
{{ if (C): partstack.tos().addapicpath(enable, apic_id) }}
|
||||||
resources<<C>>
|
resources<<C>>
|
||||||
|
partend<<C>>
|
||||||
|
|
||||||
rule pci_domain<<C>>:
|
rule pci_domain<<C>>:
|
||||||
PCI_DOMAIN {{ if (C): devicepart('pci_domain') }}
|
PCI_DOMAIN {{ if (C): devicepart('pci_domain') }}
|
||||||
|
|
Loading…
Reference in New Issue