Christian Walter has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34452 )
Change subject: src/mainboard/up/squared: Fix VBOOT on Up Squared ......................................................................
src/mainboard/up/squared: Fix VBOOT on Up Squared
Fix VBOOT on UP Squared thanks to previous VBOOT Patch.
Change-Id: I0ee57f09374c938fa31dae5dc3df03fdac153c77 Signed-off-by: Christian Walter christian.walter@9elements.com --- M src/mainboard/up/squared/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/34452/1
diff --git a/src/mainboard/up/squared/Kconfig b/src/mainboard/up/squared/Kconfig index 59bd2ce..fc3c2f5 100644 --- a/src/mainboard/up/squared/Kconfig +++ b/src/mainboard/up/squared/Kconfig @@ -17,6 +17,7 @@
config VBOOT select VBOOT_NO_BOARD_SUPPORT + select VBOOT_MAY_SKIP_DISPLAY_INIT select GBB_FLAG_DISABLE_LID_SHUTDOWN select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC select GBB_FLAG_DISABLE_PD_SOFTWARE_SYNC
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34452 )
Change subject: src/mainboard/up/squared: Fix VBOOT on Up Squared ......................................................................
Patch Set 4:
(2 comments)
https://review.coreboot.org/c/coreboot/+/34452/4//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/34452/4//COMMIT_MSG@9 PS4, Line 9: Fix What is broken? Please elaborate in the commit message.
https://review.coreboot.org/c/coreboot/+/34452/4//COMMIT_MSG@9 PS4, Line 9: Patch patch
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34452
to look at the new patch set (#7).
Change subject: src/mainboard/up/squared: Fix VBOOT on Up Squared ......................................................................
src/mainboard/up/squared: Fix VBOOT on Up Squared
Fix VBOOT on UP Squared thanks to previous VBOOT Patch. We need to select VBOOT_MAY_SKIP_DISPLAY_INIT, otherwise the build will fail.
Change-Id: I0ee57f09374c938fa31dae5dc3df03fdac153c77 Signed-off-by: Christian Walter christian.walter@9elements.com --- M src/mainboard/up/squared/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/34452/7
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34452
to look at the new patch set (#8).
Change subject: src/mainboard/up/squared: Fix VBOOT on Up Squared ......................................................................
src/mainboard/up/squared: Fix VBOOT on Up Squared
Fix VBOOT on UP Squared thanks to previous VBOOT patch. We need to select VBOOT_MAY_SKIP_DISPLAY_INIT, otherwise the build will fail.
Change-Id: I0ee57f09374c938fa31dae5dc3df03fdac153c77 Signed-off-by: Christian Walter christian.walter@9elements.com --- M src/mainboard/up/squared/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/34452/8
Christian Walter has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34452 )
Change subject: src/mainboard/up/squared: Fix VBOOT on Up Squared ......................................................................
Patch Set 8:
(2 comments)
Patch Set 4:
(2 comments)
If you
https://review.coreboot.org/c/coreboot/+/34452/4//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/34452/4//COMMIT_MSG@9 PS4, Line 9: Patch
patch
Ack
https://review.coreboot.org/c/coreboot/+/34452/4//COMMIT_MSG@9 PS4, Line 9: Fix
What is broken? Please elaborate in the commit message.
Ack
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34452
to look at the new patch set (#9).
Change subject: src/mainboard/up/squared: Fix VBOOT on Up Squared ......................................................................
src/mainboard/up/squared: Fix VBOOT on Up Squared
Fix VBOOT on UP Squared thanks to previous VBOOT Patch.
Change-Id: I0ee57f09374c938fa31dae5dc3df03fdac153c77 Signed-off-by: Christian Walter christian.walter@9elements.com --- M src/mainboard/up/squared/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/34452/9
Christian Walter has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34452 )
Change subject: src/mainboard/up/squared: Fix VBOOT on Up Squared ......................................................................
Patch Set 9: Code-Review+1
Christian Walter has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34452 )
Change subject: src/mainboard/up/squared: Fix VBOOT on Up Squared ......................................................................
Patch Set 9: -Code-Review
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34452 )
Change subject: src/mainboard/up/squared: Fix VBOOT on Up Squared ......................................................................
Patch Set 9:
seems to be used on chromeos only. I don't see how the previous patch should affect UP.
Christian Walter has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34452 )
Change subject: src/mainboard/up/squared: Fix VBOOT on Up Squared ......................................................................
Patch Set 9:
Patch Set 9:
seems to be used on chromeos only. I don't see how the previous patch should affect UP.
You might be right. You have to select this, if you select SeaBIOS with VGA legacy ROM.
Christian Walter has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/34452 )
Change subject: src/mainboard/up/squared: Fix VBOOT on Up Squared ......................................................................
Abandoned
SeaBIOS-specific - sorry.