Keith Hui has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41458 )
Change subject: sb/intel/i82371eb: Leave I/O ports 0x2e-0x2f unclaimed ......................................................................
sb/intel/i82371eb: Leave I/O ports 0x2e-0x2f unclaimed
This change reflects vendor setup for asus/p3b-f.
Change-Id: I11972b650d95a48e4d372defe201cc9e743d5b30 Signed-off-by: Keith Hui buurin@gmail.com --- M src/southbridge/intel/i82371eb/acpi/i82371eb.asl 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/41458/1
diff --git a/src/southbridge/intel/i82371eb/acpi/i82371eb.asl b/src/southbridge/intel/i82371eb/acpi/i82371eb.asl index 4a1b385..f0f6a0c 100644 --- a/src/southbridge/intel/i82371eb/acpi/i82371eb.asl +++ b/src/southbridge/intel/i82371eb/acpi/i82371eb.asl @@ -34,7 +34,9 @@ /* Aliased DMA ports */ IO (Decode16, 0x0010, 0x0010, 0x01, 0x10, ) /* Aliased PIC ports */ - IO (Decode16, 0x0022, 0x0022, 0x01, 0x1E, ) + /* Do not claim 0x2e-0x2f, per P3B-F vendor DSDT */ + IO (Decode16, 0x0022, 0x0022, 0x01, 0x0C, ) + IO (Decode16, 0x0030, 0x0030, 0x01, 0x10, ) /* Aliased timer ports */ IO (Decode16, 0x0050, 0x0050, 0x01, 0x04, ) IO (Decode16, 0x0062, 0x0062, 0x01, 0x02, )
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41458 )
Change subject: sb/intel/i82371eb: Leave I/O ports 0x2e-0x2f unclaimed ......................................................................
Patch Set 1: Code-Review+2
(1 comment)
https://review.coreboot.org/c/coreboot/+/41458/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/41458/1//COMMIT_MSG@9 PS1, Line 9: This change reflects vendor setup for asus/p3b-f. What do other boards do?
Keith Hui has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41458 )
Change subject: sb/intel/i82371eb: Leave I/O ports 0x2e-0x2f unclaimed ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/41458/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/41458/1//COMMIT_MSG@9 PS1, Line 9: This change reflects vendor setup for asus/p3b-f.
What do other boards do?
Others in p2b family do it the pre-patch way.
Hello build bot (Jenkins), Angel Pons, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41458
to look at the new patch set (#6).
Change subject: sb/intel/i82371eb: Leave I/O ports 0x2e-0x2f unclaimed ......................................................................
sb/intel/i82371eb: Leave I/O ports 0x2e-0x2f unclaimed
This change reflects vendor setup for asus/p3b-f.
Change-Id: I11972b650d95a48e4d372defe201cc9e743d5b30 Signed-off-by: Keith Hui buurin@gmail.com --- M src/southbridge/intel/i82371eb/acpi/i82371eb.asl 1 file changed, 15 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/41458/6
Attention is currently required from: Keith Hui.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41458 )
Change subject: sb/intel/i82371eb: Leave I/O ports 0x2e-0x2f unclaimed ......................................................................
Patch Set 6:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/41458/comment/03055ceb_3b3ea4d5 PS6, Line 10: What Linux(?) messages did you check to verify, it’s working?
Is that just to match the vendor firmware, or is also a problem fixed?
Attention is currently required from: Paul Menzel.
Keith Hui has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41458 )
Change subject: sb/intel/i82371eb: Leave I/O ports 0x2e-0x2f unclaimed ......................................................................
Patch Set 6:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/41458/comment/b7410ebd_56bcddda PS6, Line 10:
What Linux(?) messages did you check to verify, it’s working? […]
Just to match vendor firmware. More resources may have to be left unclaimed to resolve the resource conflict that "necessitates" SCMI support in another patch. That though will be separate.
Attention is currently required from: Paul Menzel.
Keith Hui has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41458 )
Change subject: sb/intel/i82371eb: Leave I/O ports 0x2e-0x2f unclaimed ......................................................................
Patch Set 6:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/41458/comment/02792b29_955dd7b7 PS6, Line 10:
Just to match vendor firmware. […]
Done
Attention is currently required from: Keith Hui, Paul Menzel.
Hello Angel Pons, Patrick Rudolph, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41458?usp=email
to look at the new patch set (#7).
Change subject: sb/intel/i82371eb/acpi: Leave I/O ports 0x2e-0x2f unclaimed ......................................................................
sb/intel/i82371eb/acpi: Leave I/O ports 0x2e-0x2f unclaimed
This change reflects vendor setup for asus/p3b-f.
Change-Id: I11972b650d95a48e4d372defe201cc9e743d5b30 Signed-off-by: Keith Hui buurin@gmail.com --- M src/southbridge/intel/i82371eb/acpi/i82371eb.asl 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/41458/7
Attention is currently required from: Keith Hui, Paul Menzel.
Angel Pons has posted comments on this change by Keith Hui. ( https://review.coreboot.org/c/coreboot/+/41458?usp=email )
Change subject: sb/intel/i82371eb/acpi: Leave I/O ports 0x2e-0x2f unclaimed ......................................................................
Patch Set 7: Code-Review+1
(1 comment)
Patchset:
PS7: Does the Super I/O use these ports?
Attention is currently required from: Angel Pons.
Keith Hui has posted comments on this change by Keith Hui. ( https://review.coreboot.org/c/coreboot/+/41458?usp=email )
Change subject: sb/intel/i82371eb/acpi: Leave I/O ports 0x2e-0x2f unclaimed ......................................................................
Patch Set 7:
(1 comment)
Patchset:
PS7:
Does the Super I/O use these ports?
Usually yes.
Attention is currently required from: Keith Hui.
Angel Pons has posted comments on this change by Keith Hui. ( https://review.coreboot.org/c/coreboot/+/41458?usp=email )
Change subject: sb/intel/i82371eb/acpi: Leave I/O ports 0x2e-0x2f unclaimed ......................................................................
Patch Set 7:
(1 comment)
Patchset:
PS7:
Usually yes.
If they're claimed by the Super I/O ASL, then I'm OK with this. In that case I'd expect this to fix some resource conflict.