Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47814 )
Change subject: payloads/external/Makefile.inc: Fix regressions ......................................................................
payloads/external/Makefile.inc: Fix regressions
Fixes: 14ca7407196 (Makefile.inc: Move adding SeaBIOS cbfs config files)
Change-Id: I4de0b11747e3df8dd31a85160add129d8cc6bd8a Signed-off-by: Angel Pons th3fanbus@gmail.com --- M payloads/external/Makefile.inc 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/47814/1
diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc index 6208578..0300581 100644 --- a/payloads/external/Makefile.inc +++ b/payloads/external/Makefile.inc @@ -121,14 +121,14 @@ INTERMEDIATE+=seabios_sercon seabios_sercon: $(obj)/coreboot.pre $(CBFSTOOL) @printf " SeaBIOS Add sercon-port file\n" -# $(CBFSTOOL) $@.tmp add-int -i $(CONFIG_SEABIOS_SERCON_PORT_ADDR) -n etc/sercon-port + $(CBFSTOOL) $< add-int -i $(CONFIG_SEABIOS_SERCON_PORT_ADDR) -n etc/sercon-port endif
ifeq ($(CONFIG_SEABIOS_THREAD_OPTIONROMS),y) INTERMEDIATE+=seabios_thread_optionroms seabios_thread_optionroms: $(obj)/coreboot.pre $(CBFSTOOL) @printf " SeaBIOS Thread optionroms\n" - $(CBFSTOOL) $@.tmp add-int -i 2 -n etc/threads + $(CBFSTOOL) $< add-int -i 2 -n etc/threads endif
# Depthcharge
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47814 )
Change subject: payloads/external/Makefile.inc: Fix regressions ......................................................................
Patch Set 1: Code-Review+2
(3 comments)
https://review.coreboot.org/c/coreboot/+/47814/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/47814/1//COMMIT_MSG@7 PS1, Line 7: Fix regressions A bit more specific would be nice (the file contains lots of things). e.g. `Fix SeaBIOS option regressions`
https://review.coreboot.org/c/coreboot/+/47814/1//COMMIT_MSG@9 PS1, Line 9: 14ca7407196 `commit 14c...` to make it link in Gerrit.
https://review.coreboot.org/c/coreboot/+/47814/1//COMMIT_MSG@9 PS1, Line 9: Fixes: 14ca7407196 (Makefile.inc: Move adding SeaBIOS cbfs config files) Tested?
Hello build bot (Jenkins), Nico Huber, Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47814
to look at the new patch set (#2).
Change subject: payloads/external/Makefile.inc: Fix SeaBIOS option regressions ......................................................................
payloads/external/Makefile.inc: Fix SeaBIOS option regressions
Commit 14ca7407196 (Makefile.inc: Move adding SeaBIOS cbfs config files) introduced various regressions that were not spotted during review.
TEST=Building with SEABIOS_THREAD_OPTIONROMS is working properly again.
Change-Id: I4de0b11747e3df8dd31a85160add129d8cc6bd8a Signed-off-by: Angel Pons th3fanbus@gmail.com --- M payloads/external/Makefile.inc 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/47814/2
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47814 )
Change subject: payloads/external/Makefile.inc: Fix SeaBIOS option regressions ......................................................................
Patch Set 2:
(3 comments)
https://review.coreboot.org/c/coreboot/+/47814/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/47814/1//COMMIT_MSG@7 PS1, Line 7: Fix regressions
A bit more specific would be nice (the file contains lots of things). e.g. […]
Done
https://review.coreboot.org/c/coreboot/+/47814/1//COMMIT_MSG@9 PS1, Line 9: 14ca7407196
`commit 14c...` to make it link in Gerrit.
Done (though I had to make it into a sentence)
https://review.coreboot.org/c/coreboot/+/47814/1//COMMIT_MSG@9 PS1, Line 9: Fixes: 14ca7407196 (Makefile.inc: Move adding SeaBIOS cbfs config files)
Tested?
Updated as per IRC
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47814 )
Change subject: payloads/external/Makefile.inc: Fix SeaBIOS option regressions ......................................................................
Patch Set 2: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/47814 )
Change subject: payloads/external/Makefile.inc: Fix SeaBIOS option regressions ......................................................................
payloads/external/Makefile.inc: Fix SeaBIOS option regressions
Commit 14ca7407196 (Makefile.inc: Move adding SeaBIOS cbfs config files) introduced various regressions that were not spotted during review.
TEST=Building with SEABIOS_THREAD_OPTIONROMS is working properly again.
Change-Id: I4de0b11747e3df8dd31a85160add129d8cc6bd8a Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/47814 Reviewed-by: Arthur Heymans arthur@aheymans.xyz Reviewed-by: Nico Huber nico.h@gmx.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M payloads/external/Makefile.inc 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Arthur Heymans: Looks good to me, approved
diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc index 6208578..0300581 100644 --- a/payloads/external/Makefile.inc +++ b/payloads/external/Makefile.inc @@ -121,14 +121,14 @@ INTERMEDIATE+=seabios_sercon seabios_sercon: $(obj)/coreboot.pre $(CBFSTOOL) @printf " SeaBIOS Add sercon-port file\n" -# $(CBFSTOOL) $@.tmp add-int -i $(CONFIG_SEABIOS_SERCON_PORT_ADDR) -n etc/sercon-port + $(CBFSTOOL) $< add-int -i $(CONFIG_SEABIOS_SERCON_PORT_ADDR) -n etc/sercon-port endif
ifeq ($(CONFIG_SEABIOS_THREAD_OPTIONROMS),y) INTERMEDIATE+=seabios_thread_optionroms seabios_thread_optionroms: $(obj)/coreboot.pre $(CBFSTOOL) @printf " SeaBIOS Thread optionroms\n" - $(CBFSTOOL) $@.tmp add-int -i 2 -n etc/threads + $(CBFSTOOL) $< add-int -i 2 -n etc/threads endif
# Depthcharge