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
|
||||
{{ if (C): partstack.tos().addi2cpath(enable, device) }}
|
||||
resources<<C>>
|
||||
partend<<C>>
|
||||
|
||||
rule apic<<C>>: APIC {{ if (C): devicepart('apic') }}
|
||||
HEX_NUM {{ apic_id = int(HEX_NUM, 16) }}
|
||||
enable
|
||||
{{ if (C): partstack.tos().addapicpath(enable, apic_id) }}
|
||||
resources<<C>>
|
||||
partend<<C>>
|
||||
|
||||
rule pci_domain<<C>>:
|
||||
PCI_DOMAIN {{ if (C): devicepart('pci_domain') }}
|
||||
|
|
Loading…
Reference in New Issue