Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45050 )
Change subject: soc/amd/picasso/acpi: Fix hang caused by IVRS
......................................................................
Patch Set 3:
(2 comments)
https://review.coreboot.org/c/coreboot/+/45050/3/src/soc/amd/picasso/acpi.c
File src/soc/amd/picasso/acpi.c:
https://review.coreboot.org/c/coreboot/+/45050/3/src/soc/amd/picasso/acpi.c@...
PS3, Line 64: CONFIG_MAX_CPUS + 1, nb_ioapic_base, 32);
You should probably use a local variable called apic_id or something and assign it CONFIG_MAX_CPUS + 1 w/ a comment indicating the reasoning.
https://review.coreboot.org/c/coreboot/+/45050/3/src/soc/amd/picasso/acpi.c@...
PS3, Line 64: 32
Is it always 32? Should we have some defines for how many IRQs are supported in each apic?
--
To view, visit
https://review.coreboot.org/c/coreboot/+/45050
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iddcff98279be1d910936b13391dd2448a3bb2d74
Gerrit-Change-Number: 45050
Gerrit-PatchSet: 3
Gerrit-Owner: Jason Glenesk
jason.glenesk@gmail.com
Gerrit-Reviewer: Aaron Durbin
adurbin@chromium.org
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Felix Held
felix-coreboot@felixheld.de
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Jason Glenesk
jason.glenesk@amd.corp-partner.google.com
Gerrit-Reviewer: Marshall Dawson
marshalldawson3rd@gmail.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Wed, 02 Sep 2020 19:46:54 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment