public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] Misc fixes for SPL_FIT_SIGNATURE builds
@ 2021-02-09 18:41 Klaus Heinrich Kiwi
  2021-02-09 18:41 ` [PATCH 1/3] Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATURE Klaus Heinrich Kiwi
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Klaus Heinrich Kiwi @ 2021-02-09 18:41 UTC (permalink / raw)
  To: u-boot


This patch series contains a few fixes for issues found when
experimenting with the SPL_FIT_SIGNATURE builds. Some of them
are apparently necessary to properly integrate this U-boot
feature with build systems such as Yocto, and by extension
OpenBMC.

 -Klaus


Klaus Heinrich Kiwi (3):
  Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATURE
  Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FIT
  Makefile: Add (default) DEVICE_TREE to SPL FIT

 Makefile            | 1 +
 common/Kconfig.boot | 2 ++
 2 files changed, 3 insertions(+)

-- 
2.25.1

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

end of thread, other threads:[~2021-02-25 13:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-09 18:41 [PATCH 0/3] Misc fixes for SPL_FIT_SIGNATURE builds Klaus Heinrich Kiwi
2021-02-09 18:41 ` [PATCH 1/3] Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATURE Klaus Heinrich Kiwi
2021-02-25 13:25   ` Tom Rini
2021-02-09 18:41 ` [PATCH 2/3] Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FIT Klaus Heinrich Kiwi
2021-02-25 13:25   ` Tom Rini
2021-02-09 18:41 ` [PATCH 3/3] Makefile: Add (default) DEVICE_TREE to SPL FIT Klaus Heinrich Kiwi
2021-02-25 13:25   ` Tom Rini

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