siemens/mc_apl1: Move SCI to IRQ 10
IRQ 9 is used for different purpose on this mainboard so move SCI away to IRQ 10. Change-Id: I7f055447f5d92bc4696b38e8103a7aebde95d9d3 Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/21586 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
841416f6f8
commit
402276574b
|
@ -4,6 +4,8 @@ chip soc/intel/apollolake
|
|||
device lapic 0 on end
|
||||
end
|
||||
|
||||
register "sci_irq" = "SCIS_IRQ10"
|
||||
|
||||
# Disable unused clkreq of PCIe root ports
|
||||
register "pcie_rp0_clkreq_pin" = "3" # PCIe-PCI-Bridge
|
||||
register "pcie_rp1_clkreq_pin" = "CLKREQ_DISABLED"
|
||||
|
|
Loading…
Reference in New Issue