Arthur Heymans has uploaded a new patch set (#2). ( https://review.coreboot.org/22805 )
Change subject: sb/intel/i82801{g,j}x: Use common ACPI PIRQ function
......................................................................
sb/intel/i82801{g,j}x: Use common ACPI PIRQ function
Needs to be done for both southbridge in one patch since the the x4x
northbridge can use both.
Not yet tested.
Change-Id: I456dca61419be9f2efd06fa966343a4b5ad6d5c6
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
D src/mainboard/apple/macbook21/acpi/i945_pci_irqs.asl
M src/mainboard/apple/macbook21/romstage.c
M src/mainboard/asrock/g41c-gs/romstage.c
D src/mainboard/asus/p5gc-mx/acpi/i945_pci_irqs.asl
D src/mainboard/foxconn/g41s-k/acpi/x4x_pci_irqs.asl
M src/mainboard/foxconn/g41s-k/romstage.c
D src/mainboard/getac/p470/acpi/i945_pci_irqs.asl
M src/mainboard/getac/p470/romstage.c
D src/mainboard/gigabyte/ga-945gcm-s2l/acpi/i945_pci_irqs.asl
D src/mainboard/gigabyte/ga-g41m-es2l/acpi/x4x_pci_irqs.asl
M src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
D src/mainboard/ibase/mb899/acpi/i945_pci_irqs.asl
M src/mainboard/ibase/mb899/romstage.c
D src/mainboard/intel/d510mo/acpi/pineview_pci_irqs.asl
M src/mainboard/intel/d510mo/romstage.c
D src/mainboard/intel/d945gclf/acpi/i945_pci_irqs.asl
M src/mainboard/intel/d945gclf/romstage.c
D src/mainboard/intel/dg43gt/acpi/x4x_pci_irqs.asl
D src/mainboard/kontron/986lcd-m/acpi/i945_pci_irqs.asl
M src/mainboard/kontron/986lcd-m/romstage.c
D src/mainboard/lenovo/t60/acpi/i945_pci_irqs.asl
M src/mainboard/lenovo/t60/romstage.c
D src/mainboard/lenovo/x60/acpi/i945_pci_irqs.asl
M src/mainboard/lenovo/x60/romstage.c
D src/mainboard/roda/rk886ex/acpi/i945_pci_irqs.asl
M src/mainboard/roda/rk886ex/romstage.c
M src/northbridge/intel/i945/acpi/hostbridge.asl
M src/northbridge/intel/pineview/acpi/hostbridge.asl
M src/southbridge/intel/i82801gx/Kconfig
M src/southbridge/intel/i82801gx/lpc.c
M src/southbridge/intel/i82801jx/Kconfig
M src/southbridge/intel/i82801jx/lpc.c
32 files changed, 19 insertions(+), 1,135 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/22805/2
--
To view, visit https://review.coreboot.org/22805
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I456dca61419be9f2efd06fa966343a4b5ad6d5c6
Gerrit-Change-Number: 22805
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/22803
to look at the new patch set (#2).
Change subject: sb/intel/common: Add function to automatically generate ACPI PIRQ
......................................................................
sb/intel/common: Add function to automatically generate ACPI PIRQ
With the RCBA DxxIR registers on reset default the pins are mapped
quite straightforwardly namely pinA -> linkA, pinB -> linkB, pinC ->
linkC, pinD -> linkD. Although this might not be optimal for
performance, it does provide a good working default.
This function generates PIRQ ACPI tables automatically based on the
previous assumption.
Change-Id: I2b5d68adabf0840162c6f295af8d10d8d3007a34
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/southbridge/intel/common/Kconfig
M src/southbridge/intel/common/Makefile.inc
A src/southbridge/intel/common/acpi_pirq_gen.c
A src/southbridge/intel/common/acpi_pirq_gen.h
4 files changed, 145 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/22803/2
--
To view, visit https://review.coreboot.org/22803
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I2b5d68adabf0840162c6f295af8d10d8d3007a34
Gerrit-Change-Number: 22803
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>