Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35615 )
Change subject: configs: Build test CONFIG_BOOTSPLASH ......................................................................
configs: Build test CONFIG_BOOTSPLASH
Change-Id: I306d107720d51c2b378f739f68c31b8642f7354a Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M configs/config.emulation_qemu_x86_i440fx_noserial 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/35615/1
diff --git a/configs/config.emulation_qemu_x86_i440fx_noserial b/configs/config.emulation_qemu_x86_i440fx_noserial index 66b46c7..8000a23 100644 --- a/configs/config.emulation_qemu_x86_i440fx_noserial +++ b/configs/config.emulation_qemu_x86_i440fx_noserial @@ -4,3 +4,4 @@ CONFIG_CONSOLE_POST=y CONFIG_LINEAR_FRAMEBUFFER=y # CONFIG_CONSOLE_SERIAL is not set +CONFIG_BOOTSPLASH=y
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35615 )
Change subject: configs: Build test CONFIG_BOOTSPLASH ......................................................................
Patch Set 1: Code-Review+2
Hello Arthur Heymans, build bot (Jenkins), Martin Roth, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35615
to look at the new patch set (#2).
Change subject: configs: Build test CONFIG_BOOTSPLASH ......................................................................
configs: Build test CONFIG_BOOTSPLASH
Change-Id: I306d107720d51c2b378f739f68c31b8642f7354a Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M configs/config.emulation_qemu_x86_i440fx_noserial 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/35615/2
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35615 )
Change subject: configs: Build test CONFIG_BOOTSPLASH ......................................................................
Patch Set 2:
Added CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y as bootsplash.c wasn't build.
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35615 )
Change subject: configs: Build test CONFIG_BOOTSPLASH ......................................................................
Patch Set 2: Code-Review+2
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35615 )
Change subject: configs: Build test CONFIG_BOOTSPLASH ......................................................................
Patch Set 2: Code-Review+2
Patrick Rudolph has submitted this change. ( https://review.coreboot.org/c/coreboot/+/35615 )
Change subject: configs: Build test CONFIG_BOOTSPLASH ......................................................................
configs: Build test CONFIG_BOOTSPLASH
Change-Id: I306d107720d51c2b378f739f68c31b8642f7354a Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/35615 Reviewed-by: Arthur Heymans arthur@aheymans.xyz Reviewed-by: Patrick Georgi pgeorgi@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M configs/config.emulation_qemu_x86_i440fx_noserial 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved Arthur Heymans: Looks good to me, approved
diff --git a/configs/config.emulation_qemu_x86_i440fx_noserial b/configs/config.emulation_qemu_x86_i440fx_noserial index 66b46c7..2902d02 100644 --- a/configs/config.emulation_qemu_x86_i440fx_noserial +++ b/configs/config.emulation_qemu_x86_i440fx_noserial @@ -4,3 +4,5 @@ CONFIG_CONSOLE_POST=y CONFIG_LINEAR_FRAMEBUFFER=y # CONFIG_CONSOLE_SERIAL is not set +CONFIG_BOOTSPLASH=y +CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y