Attention is currently required from: Kapil Porwal, Paul Menzel, Pratikkumar V Prajapati, Subrata Banik, Sumeet R Pawnikar, Tarun Tuli, Tracy Wu.
Jakub Czapiga has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/76333?usp=email )
Change subject: soc/intel/meteorlake: Validate CPU crashlog discovery table and records
......................................................................
Patch Set 13:
(3 comments)
File src/soc/intel/meteorlake/crashlog.c:
https://review.coreboot.org/c/coreboot/+/76333/comment/d8e6568c_72360cff :
PS13, Line 381: 0x%x
info-nit: You can use `%#x` instead of `0x%x`, or `%#X` instead of `%#X`.
https://review.coreboot.org/c/coreboot/+/76333/comment/49e47693_41626d3a :
PS13, Line 403: printk(BIOS_DEBUG, "cpu crashlog records already consumed."
: "id: 0x%x dw0: 0x%x\n", i, dw0);
Message says `records` but only one ID is passed. Can you rephrase this message to inform that all records from this one ID are already consumed instead?
File src/soc/intel/meteorlake/include/soc/crashlog.h:
https://review.coreboot.org/c/coreboot/+/76333/comment/f1f5f303_07f4597d :
PS13, Line 21: 0x1
`(1 << 31)` should be enough here or you can use `BIT(31)` from `types.h` instead.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/76333?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia81bd293a533217425e44473ae85b2115c85faf6
Gerrit-Change-Number: 76333
Gerrit-PatchSet: 13
Gerrit-Owner: Pratikkumar V Prajapati
pratikkumar.v.prajapati@intel.com
Gerrit-Reviewer: Jakub Czapiga
jacz@semihalf.com
Gerrit-Reviewer: Kapil Porwal
kapilporwal@google.com
Gerrit-Reviewer: Subrata Banik
subratabanik@google.com
Gerrit-Reviewer: Tarun Tuli
taruntuli@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-CC: Pratikkumar Prajapati
pratikkumar.v.prajapati@intel.corp-partner.google.com
Gerrit-CC: Sumeet R Pawnikar
sumeet.r.pawnikar@intel.com
Gerrit-CC: Tracy Wu
tracy.wu@intel.corp-partner.google.com
Gerrit-Attention: Tracy Wu
tracy.wu@intel.corp-partner.google.com
Gerrit-Attention: Tarun Tuli
taruntuli@google.com
Gerrit-Attention: Subrata Banik
subratabanik@google.com
Gerrit-Attention: Kapil Porwal
kapilporwal@google.com
Gerrit-Attention: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Sumeet R Pawnikar
sumeet.r.pawnikar@intel.com
Gerrit-Attention: Pratikkumar V Prajapati
pratikkumar.v.prajapati@intel.com
Gerrit-Comment-Date: Tue, 01 Aug 2023 11:47:10 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment