Attention is currently required from: Arthur Heymans, Benjamin Doron, Kyösti Mälkki, Lance Zhao, Lean Sheng Tan, Tim Wawrzynczak.
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/75677?usp=email )
Change subject: acpi: Add a debug option to print out tables in ACPICA compatible hex
......................................................................
Patch Set 3: Code-Review+1
(2 comments)
File src/acpi/acpi.c:
https://review.coreboot.org/c/coreboot/+/75677/comment/72f8e7d4_7de4a959 :
PS2, Line 1854: printk(BIOS_SPEW, " %04lX:", i);
There is build error here from Jenkins: […]
Done
File src/acpi/acpi.c:
https://review.coreboot.org/c/coreboot/+/75677/comment/8583bd03_09cdbc76 :
PS3, Line 1874: {}
Maybe make this `[sizeof(header->signature) + 1] = { 0, }` to make it clear
that it's about 0 termination.
(random alternative: `%.4s` should do as well, w/o termination)
Also, a blank line after the declarations would make it look less bulky.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/75677?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: I7b5d879014563f7a2e1f70c45cf871ba72f142dc
Gerrit-Change-Number: 75677
Gerrit-PatchSet: 3
Gerrit-Owner: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Benjamin Doron
benjamin.doron00@gmail.com
Gerrit-Reviewer: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Lance Zhao
lance.zhao@gmail.com
Gerrit-Reviewer: Lean Sheng Tan
sheng.tan@9elements.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Tim Wawrzynczak
inforichland@gmail.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Attention: Lance Zhao
lance.zhao@gmail.com
Gerrit-Attention: Benjamin Doron
benjamin.doron00@gmail.com
Gerrit-Attention: Tim Wawrzynczak
inforichland@gmail.com
Gerrit-Attention: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Attention: Lean Sheng Tan
sheng.tan@9elements.com
Gerrit-Attention: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Comment-Date: Wed, 07 Jun 2023 10:20:02 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Lean Sheng Tan
sheng.tan@9elements.com
Gerrit-MessageType: comment