Attention is currently required from: Jason Glenesk, Raul Rangel, Jakub Czapiga, Matt DeVillier, Paul Menzel, Arthur Heymans, Fred Reitberger, Karthik Ramasubramanian, Felix Held.
Grzegorz Bernacki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74266 )
Change subject: amdfwtool: Add --output-manifest option
......................................................................
Patch Set 4:
(4 comments)
File util/amdfwtool/amdfwtool.c:
https://review.coreboot.org/c/coreboot/+/74266/comment/6bee3cd8_e2737b38
PS3, Line 853: fopen(
Recommend to use open system call to be consistent with the rest of the use-cases in this utility.
Done
https://review.coreboot.org/c/coreboot/+/74266/comment/b13f77d3_2efa0192
PS3, Line 867: blob_fd = open(index->filename, O_RDONLY);
: read(blob_fd, &hdr, sizeof(hdr));
: fprintf(version_file, "type: 0x%02x ver:%02x.%02x.%02x.%02x\n",
: index->type, hdr.version[3], hdr.version[2],
: hdr.version[1], hdr.version[0]);
: close(blob_fd);
You can add a function pointer/callback and a human-readable name of the binary into amd_fw_entry. […]
Done
https://review.coreboot.org/c/coreboot/+/74266/comment/276c98e2_bf9698fa
PS3, Line 1509: _SIG
_SIG suffix not required.
Done
https://review.coreboot.org/c/coreboot/+/74266/comment/0bd482e5_fb0d8728
PS3, Line 2145: if (manifest_file) {
: dump_blob_version(manifest_file, amd_psp_fw_table);
: }
This can be done before the amdfw_tool_cleanup. There is nothing in keeping it here. […]
Done
--
To view, visit
https://review.coreboot.org/c/coreboot/+/74266
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Idaa3a02ace524f44cfa656e34308bd896016dff6
Gerrit-Change-Number: 74266
Gerrit-PatchSet: 4
Gerrit-Owner: Grzegorz Bernacki
Gerrit-Reviewer: Felix Held
felix-coreboot@felixheld.de
Gerrit-Reviewer: Fred Reitberger
reitbergerfred@gmail.com
Gerrit-Reviewer: Jakub Czapiga
jacz@semihalf.com
Gerrit-Reviewer: Jason Glenesk
jason.glenesk@gmail.com
Gerrit-Reviewer: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Reviewer: Matt DeVillier
matt.devillier@amd.corp-partner.google.com
Gerrit-Reviewer: Raul Rangel
rrangel@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Arthur Heymans
arthur@aheymans.xyz
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Jason Glenesk
jason.glenesk@gmail.com
Gerrit-Attention: Raul Rangel
rrangel@chromium.org
Gerrit-Attention: Jakub Czapiga
jacz@semihalf.com
Gerrit-Attention: Matt DeVillier
matt.devillier@amd.corp-partner.google.com
Gerrit-Attention: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Attention: Fred Reitberger
reitbergerfred@gmail.com
Gerrit-Attention: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Attention: Felix Held
felix-coreboot@felixheld.de
Gerrit-Comment-Date: Fri, 21 Apr 2023 08:01:50 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Karthik Ramasubramanian
kramasub@google.com
Gerrit-MessageType: comment