build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/21437 )
Change subject: ifdtool: port the feature to set AltMeDisable/HAP bit here
......................................................................
Patch Set 65:
(2 comments)
https://review.coreboot.org/#/c/21437/65/util/ifdtool/ifdtool.c
File util/ifdtool/ifdtool.c:
https://review.coreboot.org/#/c/21437/65/util/ifdtool/ifdtool.c@188
PS65, Line 188: printf("Peculiar firmware descriptor, assuming Ibex Peak compatibility.\n");
line over 80 characters
https://review.coreboot.org/#/c/21437/65/util/ifdtool/ifdtool.c@197
PS65, Line 197: printf("Peculiar firmware descriptor, assuming Wildcat Point compatibility.\n");
line over 80 characters
--
To view, visit https://review.coreboot.org/21437
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I9a2ecc60cfbb9ee9d96f15be3d53226cb428729a
Gerrit-Change-Number: 21437
Gerrit-PatchSet: 65
Gerrit-Owner: Bill XIE <persmule(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Bill XIE <persmule(a)gmail.com>
Gerrit-Reviewer: Nicola Corna <nicola(a)corna.info>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Stefan Tauner <stefan.tauner(a)gmx.at>
Gerrit-Comment-Date: Mon, 13 Aug 2018 09:24:12 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/21437 )
Change subject: ifdtool: port the feature to set AltMeDisable/HAP bit here
......................................................................
Patch Set 63:
(4 comments)
https://review.coreboot.org/#/c/21437/63/util/ifdtool/ifdtool.c
File util/ifdtool/ifdtool.c:
https://review.coreboot.org/#/c/21437/63/util/ifdtool/ifdtool.c@188
PS63, Line 188: printf("Peculiar firmware descriptor, assuming Ibex Peak compatibility.\n");
line over 80 characters
https://review.coreboot.org/#/c/21437/63/util/ifdtool/ifdtool.c@197
PS63, Line 197: printf("Peculiar firmware descriptor, assuming Wildcat Point compatibility.\n");
line over 80 characters
https://review.coreboot.org/#/c/21437/63/util/ifdtool/ifdtool.c@1650
PS63, Line 1650: fpsba_t* fpsba = find_fpsba(image, size);
"foo* bar" should be "foo *bar"
https://review.coreboot.org/#/c/21437/63/util/ifdtool/ifdtool.c@1651
PS63, Line 1651: fmsba_t* fmsba = find_fmsba(image, size);
"foo* bar" should be "foo *bar"
--
To view, visit https://review.coreboot.org/21437
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I9a2ecc60cfbb9ee9d96f15be3d53226cb428729a
Gerrit-Change-Number: 21437
Gerrit-PatchSet: 63
Gerrit-Owner: Bill XIE <persmule(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Nicola Corna <nicola(a)corna.info>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Stefan Tauner <stefan.tauner(a)gmx.at>
Gerrit-Comment-Date: Mon, 13 Aug 2018 06:54:50 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Hello Angel Pons, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/28054
to look at the new patch set (#4).
Change subject: util/autoport: Adapt logmaker for newer ACPI versions
......................................................................
util/autoport: Adapt logmaker for newer ACPI versions
acpidump now creates dumps with 4 spaces instead of 2 in front of the hex dump,
so be a bit smarter about the input with regexp.
Tested with X220 autoport logs: Still creates the same coreboot code.
Change-Id: I8d48c09cdff9432f394b350540ea9765fc942781
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M util/autoport/log_reader.go
1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/28054/4
--
To view, visit https://review.coreboot.org/28054
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I8d48c09cdff9432f394b350540ea9765fc942781
Gerrit-Change-Number: 28054
Gerrit-PatchSet: 4
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>