User Details
- User Since
- Feb 17 2015, 10:41 PM (509 w, 1 d)
Dec 13 2020
Sep 18 2019
Sep 9 2019
Jun 24 2019
May 31 2019
address andrew's comment.
Fix the check for warning (i > 1 now), fix up error message, and add a comment.
May 30 2019
I took a second look at this, and ran some more testing. I need to fix up a bug and add more comments.
May 29 2019
fixes for addressing andrew's not on KABI.
May 26 2019
Apr 15 2019
Let me know if you need a new rev with bool.
Apr 8 2019
Mar 3 2019
Feb 7 2019
This fixes the failure on ThunderX2 when INVARIANTS are turned off. The failure was:
Feb 6 2019
Will rebase and submit a new rev addressing the comment.
Feb 5 2019
Feb 4 2019
Dropping this for now. We need better EARLY_PRINTF support like andrew noted above before adding this.
On second thought, for now I think I will drop this until we have a better EARLY_PRINTF
Dec 8 2018
Dec 5 2018
markj: Regarding the question on pxm prefix. I used the convention starting with the filename. I kind of settled for acpi_pxm since I could not think of a better filename and prefix (which covers SRAT for resource affinity and SLIT for locality).
Dec 4 2018
markj: please see the inline comment, and let me know if think there is further changes needed. Thanks.
Nov 20 2018
Few fixes to earlier revision-
- IORT table walking fixed (not to use acpi_walk_subtables since the header is slightly different)
- proximity is changed to int, so that we can return -1 when SRAT does not have an entry.
- return o copy data is changed to void since it returned only 0 - this simplified the code a bit.
New version planned with correct way of walking IORT.
Nov 19 2018
Addressed markj's comments.
- use the UID instead of APIC id in prints for arm64
- the comment on 'max' is already handled in preceding commit
Addressed markj's comment - removed unnecessary includes.