Raul Rangel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45056 )
Change subject: soc/amd/picasso/acpi: Fix hang caused by IVRS
......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/45056/2/src/soc/amd/picasso/acpi.c
File src/soc/amd/picasso/acpi.c:
https://review.coreboot.org/c/coreboot/+/45056/2/src/soc/amd/picasso/acpi.c@...
PS2, Line 55: 0 - max logical cpus - 1
This reads as 0 - max logical cpus. i.e., a negative number. Maybe better written as [0, max logical cpus - 1], or maybe [0, max logical cpus)
https://review.coreboot.org/c/coreboot/+/45056/2/src/soc/amd/picasso/acpi.c@...
PS2, Line 64: nb_ioapic_base
If this is zero can we skip writing the nb ioapic? This way we don't write an invalid value if FSP is out of date.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/45056
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic4a2e9b71dba948e8a4907e5f97131426d8a4a3e
Gerrit-Change-Number: 45056
Gerrit-PatchSet: 2
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: Raul Rangel
rrangel@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Thu, 03 Sep 2020 00:40:22 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment