summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass1-2/+2
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass2-3/+3
2021-07-28Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass2-2/+2
2021-07-28Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass1-1/+1
2021-07-28Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass2-5/+5
2021-07-28Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTOSimon Glass2-2/+2
2021-07-28Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass1-1/+1
2021-07-27spl: Introduce spl_board_prepare_for_optee() hookAlexandru Gagniuc1-0/+5
2021-07-27spl: mmc: Support OP-TEE payloads in Falcon modeAlexandru Gagniuc1-2/+2
2021-07-23test: add first autoboot unit testsSteffen Jaeckel2-1/+6
2021-07-23common: add support to fallback to plain SHA256Steffen Jaeckel2-1/+29
2021-07-23common: add AUTOBOOT_FLUSH_STDIN optionSteffen Jaeckel2-0/+20
2021-07-23common: allow disabling of timeout for password entrySteffen Jaeckel2-1/+19
2021-07-23common: Rename macro appropriatelySteffen Jaeckel1-8/+8
2021-07-23common: integrate crypt-based passwordsSteffen Jaeckel2-14/+105
2021-07-23Kconfig.boot: Make 0x0 the default SYS_TEXT_BASE for POSITION_INDEPENDENTTom Rini1-0/+1
2021-07-23fit: Allow external data for FDTsJohn Keeping1-1/+2
2021-07-23spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)John Keeping1-2/+2
2021-07-21log: Allow padding of the function nameSimon Glass2-1/+9
2021-07-21spl: Provide more information on boot failureSimon Glass2-16/+42
2021-07-21image: Allow @ in node names when not using signaturesSimon Glass1-1/+1
2021-07-21bloblist: Correct condition in bloblist_addrec()Simon Glass1-1/+1
2021-07-21bloblist: Support resizing a blobSimon Glass1-2/+69
2021-07-21sandbox: Adjust the bloblist default addressSimon Glass1-1/+1
2021-07-17Merge branch '2021-07-16-cleanup-image-support'Tom Rini4-76/+32
2021-07-17Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-13/+24
2021-07-16image: Add support for relocating crypto_algos in linker listsAlexandru Gagniuc1-0/+13
2021-07-16image: image-sig.c: Remove crypto_algos arrayAlexandru Gagniuc1-21/+0
2021-07-16image: rsa: Move verification algorithm to a linker listAlexandru Gagniuc1-10/+0
2021-07-16image: Add support for placing crypto_algo in linker listsAlexandru Gagniuc1-0/+9
2021-07-16common: image-sig.c: Remove host-specific logic and #ifdefsAlexandru Gagniuc1-37/+2
2021-07-16image: Drop IMAGE_ENABLE_BEST_MATCHSimon Glass1-1/+1
2021-07-16image: Drop IMAGE_ENABLE_SHAxxxSimon Glass1-3/+3
2021-07-16image: Drop IMAGE_ENABLE_SHA1Simon Glass1-1/+1
2021-07-16Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5Simon Glass1-1/+1
2021-07-16Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32Simon Glass1-2/+2
2021-07-16image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass2-3/+3
2021-07-16image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxxSimon Glass1-4/+4
2021-07-16image: Shorten FIT_ENABLE_SHAxxx_SUPPORTSimon Glass1-3/+3
2021-07-16image: android: Automatically detect more compression typesStephan Gerhold1-1/+1
2021-07-16fit: Load DTO into temporary buffer and ignore load addressMarek Vasut1-4/+28
2021-07-14board-info: Call sysinfo_detect() before sysinfo_get_str()Marek Vasut1-2/+6
2021-07-14board-info: Use sysinfo_get()Marek Vasut1-1/+1
2021-07-10spl: mmc: Factor out eMMC boot partition selection codeMarek Vasut1-13/+24
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini1-1/+3
2021-07-07bootstage: Eliminate when not enabledTom Rini2-0/+4
2021-07-06sandbox: don't refer to symbol _initHeinrich Schuchardt1-1/+3
2021-07-05Merge branch 'next'Tom Rini6-16/+66
2021-07-02autoboot: fix MENUKEYDa Xue1-1/+1
2021-07-01Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2-2/+5