mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v4 0/6] boards: qemu-virt: support passing in FIT public key
@ 2023-06-12 12:50 Ahmad Fatoum
  2023-06-12 12:50 ` [PATCH v4 1/6] boards: qemu-virt: apply overlay at postcore_initcall level Ahmad Fatoum
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Ahmad Fatoum @ 2023-06-12 12:50 UTC (permalink / raw)
  To: barebox

FIT public key is usually passed in via board DT. Usual way to use
barebox with QEMU Virt however is to use DT supplied by Qemu and apply
overlay to it. mkimage doesn't generate overlay DTB though. To make
barbebox Qemu Virt behave like other boards, let's define a dummy DT
that includes CONFIG_BOOTM_FITIMAGE_PUBKEY, which is merged with the
barebox live device tree.

v3 -> v4:
  - early exit initcall if compatible doesn't match
  - evaluate DTC_CPP_FLAGS for device tree overlays
  - rename overlay to reference board name
  - Rename older QEMU's /soc/flash@X to /flash@X

v2 -> v3:
  - drop "support of_ensure_probed for top-level machine device"
  - switch from board driver back to initcall

v1 -> v2:
  - support of_ensure_probed for top-level machine device
  - ensure qemu board driver is probed at postcore

Ahmad Fatoum (6):
  boards: qemu-virt: apply overlay at postcore_initcall level
  kbuild: support DTC_CPP_FLAGS_file.dtbo
  boards: qemu-virt: compile overlay as such
  boards: qemu-virt: support passing in FIT public key
  of: implement of_move_node helper
  boards: qemu-virt: support older QEMU with /soc/flash

 common/boards/qemu-virt/Makefile              |  6 +-
 common/boards/qemu-virt/board.c               | 62 ++++++++++++-------
 common/boards/qemu-virt/fitimage-pubkey.dts   |  7 +++
 ...rlay-of-flash.dts => qemu-virt-flash.dtso} |  0
 drivers/of/base.c                             | 18 ++++++
 include/of.h                                  |  1 +
 scripts/Makefile.lib                          |  1 +
 7 files changed, 69 insertions(+), 26 deletions(-)
 create mode 100644 common/boards/qemu-virt/fitimage-pubkey.dts
 rename common/boards/qemu-virt/{overlay-of-flash.dts => qemu-virt-flash.dtso} (100%)

-- 
2.39.2




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

end of thread, other threads:[~2023-06-13  8:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-12 12:50 [PATCH v4 0/6] boards: qemu-virt: support passing in FIT public key Ahmad Fatoum
2023-06-12 12:50 ` [PATCH v4 1/6] boards: qemu-virt: apply overlay at postcore_initcall level Ahmad Fatoum
2023-06-12 12:51 ` [PATCH v4 2/6] kbuild: support DTC_CPP_FLAGS_file.dtbo Ahmad Fatoum
2023-06-12 12:51 ` [PATCH v4 3/6] boards: qemu-virt: compile overlay as such Ahmad Fatoum
2023-06-12 12:51 ` [PATCH v4 4/6] boards: qemu-virt: support passing in FIT public key Ahmad Fatoum
2023-06-12 12:51 ` [PATCH v4 5/6] of: implement of_move_node helper Ahmad Fatoum
2023-06-13  8:27   ` Sascha Hauer
2023-06-13  8:30     ` Ahmad Fatoum
2023-06-13  8:32       ` Sascha Hauer
2023-06-12 12:51 ` [PATCH v4 6/6] boards: qemu-virt: support older QEMU with /soc/flash Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox