diff options
| author | Tom Rini <[email protected]> | 2021-10-26 18:34:55 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-26 18:34:55 -0400 |
| commit | c9661d0fee0fa57b2ae2442829ed4e6b014c6296 (patch) | |
| tree | b088ee2d5955e72327db9660fdfcce1898aafc7d /common | |
| parent | 75e33b378b3c81f1be1a8fa3815390b39fddda57 (diff) | |
| parent | 28ab12ad145d92de13baf679c8e3733be99ee95e (diff) | |
Merge branch '2021-10-26-add-nand-biterr-and-bugfixes'
- Add biterr sub-command to "nand"
- scmi, rsa, uuid bugfixes, re-sort DFU menu in Kconfig and remove
superfluous checks before free in env.
Diffstat (limited to 'common')
| -rw-r--r-- | common/Kconfig.boot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/Kconfig.boot b/common/Kconfig.boot index 9b84a8d005f..c948d58094c 100644 --- a/common/Kconfig.boot +++ b/common/Kconfig.boot @@ -175,6 +175,13 @@ config SPL_FIT_SIGNATURE_MAX_SIZE device memory. Assure this size does not extend past expected storage space. +config SPL_FIT_RSASSA_PSS + bool "Support rsassa-pss signature scheme of FIT image contents in SPL" + depends on SPL_FIT_SIGNATURE + help + Enable this to support the pss padding algorithm as described + in the rfc8017 (https://tools.ietf.org/html/rfc8017) in SPL. + config SPL_LOAD_FIT bool "Enable SPL loading U-Boot as a FIT (basic fitImage features)" select SPL_FIT |
