All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] configs: qemu: enable FIT images on qemu_arm(64)_defconfig
@ 2019-12-29 19:07 Heinrich Schuchardt
  2020-01-16 14:41 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2019-12-29 19:07 UTC (permalink / raw)
  To: u-boot

For testing UEFI FIT images we need FIT image support on QEMU.

Cf. "test/py: Create a test for launching UEFI binaries from FIT images"
https://lists.denx.de/pipermail/u-boot/2019-December/394516.html

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 configs/qemu_arm64_defconfig | 5 +++++
 configs/qemu_arm_defconfig   | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig
index b7c320743a..50d0aa5bf5 100644
--- a/configs/qemu_arm64_defconfig
+++ b/configs/qemu_arm64_defconfig
@@ -6,6 +6,11 @@ CONFIG_NR_DRAM_BANKS=1
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_AHCI=y
 CONFIG_DISTRO_DEFAULTS=y
+CONFIG_FIT=y
+CONFIG_FIT_SIGNATURE=y
+CONFIG_FIT_VERBOSE=y
+CONFIG_FIT_BEST_MATCH=y
+CONFIG_LEGACY_IMAGE_FORMAT=y
 CONFIG_USE_PREBOOT=y
 CONFIG_PREBOOT="pci enum"
 # CONFIG_DISPLAY_CPUINFO is not set
diff --git a/configs/qemu_arm_defconfig b/configs/qemu_arm_defconfig
index 521c6793a3..ff97d6bd83 100644
--- a/configs/qemu_arm_defconfig
+++ b/configs/qemu_arm_defconfig
@@ -7,6 +7,11 @@ CONFIG_NR_DRAM_BANKS=1
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_AHCI=y
 CONFIG_DISTRO_DEFAULTS=y
+CONFIG_FIT=y
+CONFIG_FIT_SIGNATURE=y
+CONFIG_FIT_VERBOSE=y
+CONFIG_FIT_BEST_MATCH=y
+CONFIG_LEGACY_IMAGE_FORMAT=y
 CONFIG_USE_PREBOOT=y
 CONFIG_PREBOOT="pci enum"
 # CONFIG_DISPLAY_CPUINFO is not set
--
2.24.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 1/1] configs: qemu: enable FIT images on qemu_arm(64)_defconfig
  2019-12-29 19:07 [PATCH 1/1] configs: qemu: enable FIT images on qemu_arm(64)_defconfig Heinrich Schuchardt
@ 2020-01-16 14:41 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-01-16 14:41 UTC (permalink / raw)
  To: u-boot

On Sun, Dec 29, 2019 at 08:07:49PM +0100, Heinrich Schuchardt wrote:

> For testing UEFI FIT images we need FIT image support on QEMU.
> 
> Cf. "test/py: Create a test for launching UEFI binaries from FIT images"
> https://lists.denx.de/pipermail/u-boot/2019-December/394516.html
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200116/41ae9d69/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-16 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-29 19:07 [PATCH 1/1] configs: qemu: enable FIT images on qemu_arm(64)_defconfig Heinrich Schuchardt
2020-01-16 14:41 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.