summaryrefslogtreecommitdiff
path: root/common/Kconfig.boot
AgeCommit message (Expand)AuthorFilesLines
2023-09-07common: autoboot: Add auto-fastboot on StarFive SoCXingyu Wu1-0/+7
2021-09-08image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc1-0/+2
2021-09-08common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc1-1/+1
2021-09-08common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc1-28/+1
2021-08-16Kconfig: FIT_SIGNATURE should not select RSA_VERIFYAlexandru Gagniuc1-4/+4
2021-07-28Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTOSimon Glass1-1/+1
2021-07-23test: add first autoboot unit testsSteffen Jaeckel1-1/+1
2021-07-23common: add support to fallback to plain SHA256Steffen Jaeckel1-0/+8
2021-07-23common: add AUTOBOOT_FLUSH_STDIN optionSteffen Jaeckel1-0/+9
2021-07-23common: allow disabling of timeout for password entrySteffen Jaeckel1-0/+8
2021-07-23common: integrate crypt-based passwordsSteffen Jaeckel1-5/+33
2021-07-23Kconfig.boot: Make 0x0 the default SYS_TEXT_BASE for POSITION_INDEPENDENTTom Rini1-0/+1
2021-07-16image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass1-1/+1
2021-07-16image: Shorten FIT_ENABLE_SHAxxx_SUPPORTSimon Glass1-3/+3
2021-05-28Revert "lib: introduce HASH_CALCULATE option"Alexandru Gagniuc1-1/+0
2021-05-19riscv: Drop USE_SPL_FIT_GENERATORBin Meng1-2/+1
2021-05-19common: kconfig: Correct a typo in SPL_LOAD_FITBin Meng1-1/+1
2021-05-18lib: introduce HASH_CALCULATE optionMasahisa Kojima1-0/+1
2021-04-14Kconfig: Document the limitations of the simple SPL_LOAD_FIT pathAlexandru Gagniuc1-0/+10
2021-03-08arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)Siew Chin Lim1-1/+1
2021-03-04bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNTSimon Glass1-0/+3
2021-02-25Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FITKlaus Heinrich Kiwi1-0/+1
2021-02-25Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATUREKlaus Heinrich Kiwi1-0/+1
2021-02-16image: Add an option to do a full check of the FITSimon Glass1-0/+20
2021-02-02common: Kconfig.boot: Add FIT_PRINT config optionRavik Hasija1-0/+6
2021-01-16Add optional salt to AUTOBOOT_STOP_STR_SHA256Joel Peshkin1-1/+4
2020-12-05bootm: Support string substitution in bootargsSimon Glass1-0/+17
2020-11-06x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass1-0/+17
2020-10-22Remove default value of CONFIG_PREBOOT for CONFIG_USB_STORAGEPatrick Delaunay1-1/+1
2020-10-09Kconfig: Move DEFAULT_FDT_FILE under boot optionsSimon Glass1-0/+5
2020-10-09Kconfig: Move SUPPORT_RAW_INITRD under boot optionsSimon Glass1-0/+8
2020-10-09Kconfig: Move misc boot options under 'boot options'Simon Glass1-0/+53
2020-10-09Kconfig: Move CONFIG_BOOTDELAY under autoboot optionsSimon Glass1-0/+16
2020-10-09Kconfig: Move autoboot options under boot optionsSimon Glass1-0/+117
2020-10-09Kconfig: Move boot media under boot optionsSimon Glass1-0/+63
2020-10-09Kconfig: Move boot timing under boot optionsSimon Glass1-0/+291
2020-10-09Kconfig: Move boot menu into common/Simon Glass1-0/+340