payloads/external/Makefile.inc: Fix SeaBIOS option regressions
Commit 14ca740719
(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>
This commit is contained in:
committed by
Patrick Georgi
parent
0fcd37172f
commit
6d4de7eef9
4
payloads/external/Makefile.inc
vendored
4
payloads/external/Makefile.inc
vendored
@@ -121,14 +121,14 @@ ifeq ($(CONFIG_SEABIOS_ADD_SERCON_PORT_FILE),y)
|
|||||||
INTERMEDIATE+=seabios_sercon
|
INTERMEDIATE+=seabios_sercon
|
||||||
seabios_sercon: $(obj)/coreboot.pre $(CBFSTOOL)
|
seabios_sercon: $(obj)/coreboot.pre $(CBFSTOOL)
|
||||||
@printf " SeaBIOS Add sercon-port file\n"
|
@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
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_SEABIOS_THREAD_OPTIONROMS),y)
|
ifeq ($(CONFIG_SEABIOS_THREAD_OPTIONROMS),y)
|
||||||
INTERMEDIATE+=seabios_thread_optionroms
|
INTERMEDIATE+=seabios_thread_optionroms
|
||||||
seabios_thread_optionroms: $(obj)/coreboot.pre $(CBFSTOOL)
|
seabios_thread_optionroms: $(obj)/coreboot.pre $(CBFSTOOL)
|
||||||
@printf " SeaBIOS Thread optionroms\n"
|
@printf " SeaBIOS Thread optionroms\n"
|
||||||
$(CBFSTOOL) $@.tmp add-int -i 2 -n etc/threads
|
$(CBFSTOOL) $< add-int -i 2 -n etc/threads
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Depthcharge
|
# Depthcharge
|
||||||
|
Reference in New Issue
Block a user