public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add support for multiple required keys
@ 2020-07-18  3:20 Thirupathaiah Annapureddy
  2020-07-18  3:20 ` [PATCH v2 1/3] vboot: add DTB policy for supporting multiple required conf keys Thirupathaiah Annapureddy
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Thirupathaiah Annapureddy @ 2020-07-18  3:20 UTC (permalink / raw)
  To: u-boot

This patch series adds the support for multiple required keys
in U-Boot DTB with test support.

Changes in v2 (thanks for the feedback Simon and Rasmus):
- Introduce a policy variable in U-boot DTB to control whether any or all
required keys must have signed configuration.
- Added tests to cover any or all required keys policy. 
- Updated signature.txt to include required-mode policy information.

Thirupathaiah Annapureddy (3):
  vboot: add DTB policy for supporting multiple required conf keys
  test: vboot: add tests for multiple required keys
  doc: verified-boot: add required-mode information

 common/image-fit-sig.c       | 30 ++++++++++++++++++++---
 doc/uImage.FIT/signature.txt | 14 +++++++++++
 test/py/tests/test_vboot.py  | 46 ++++++++++++++++++++++++++++++++++--
 3 files changed, 85 insertions(+), 5 deletions(-)

-- 
2.25.2

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

end of thread, other threads:[~2020-08-22 15:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-18  3:20 [PATCH v2 0/3] Add support for multiple required keys Thirupathaiah Annapureddy
2020-07-18  3:20 ` [PATCH v2 1/3] vboot: add DTB policy for supporting multiple required conf keys Thirupathaiah Annapureddy
2020-07-28 18:58   ` Simon Glass
2020-07-18  3:20 ` [PATCH v2 2/3] test: vboot: add tests for multiple required keys Thirupathaiah Annapureddy
2020-07-28 18:58   ` Simon Glass
2020-07-18  3:20 ` [PATCH v2 3/3] doc: verified-boot: add required-mode information Thirupathaiah Annapureddy
2020-07-28 18:58   ` Simon Glass
2020-08-17  4:09     ` Thirupathaiah Annapureddy
2020-08-22 15:08       ` Simon Glass

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