summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass2021-07-281-3/+3
* i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-282-3/+3
* Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass2021-07-281-2/+2
* Rename GPIO_SUPPORT to GPIOSimon Glass2021-07-281-2/+2
* Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass2021-07-282-3/+3
* Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass2021-07-282-2/+2
* Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass2021-07-281-1/+1
* Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass2021-07-282-5/+5
* Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTOSimon Glass2021-07-282-2/+2
* Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass2021-07-281-1/+1
* spl: Introduce spl_board_prepare_for_optee() hookAlexandru Gagniuc2021-07-271-0/+5
* spl: mmc: Support OP-TEE payloads in Falcon modeAlexandru Gagniuc2021-07-271-2/+2
* test: add first autoboot unit testsSteffen Jaeckel2021-07-232-1/+6
* common: add support to fallback to plain SHA256Steffen Jaeckel2021-07-232-1/+29
* common: add AUTOBOOT_FLUSH_STDIN optionSteffen Jaeckel2021-07-232-0/+20
* common: allow disabling of timeout for password entrySteffen Jaeckel2021-07-232-1/+19
* common: Rename macro appropriatelySteffen Jaeckel2021-07-231-8/+8
* common: integrate crypt-based passwordsSteffen Jaeckel2021-07-232-14/+105
* Kconfig.boot: Make 0x0 the default SYS_TEXT_BASE for POSITION_INDEPENDENTTom Rini2021-07-231-0/+1
* fit: Allow external data for FDTsJohn Keeping2021-07-231-1/+2
* spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)John Keeping2021-07-231-2/+2
* log: Allow padding of the function nameSimon Glass2021-07-212-1/+9
* spl: Provide more information on boot failureSimon Glass2021-07-212-16/+42
* image: Allow @ in node names when not using signaturesSimon Glass2021-07-211-1/+1
* bloblist: Correct condition in bloblist_addrec()Simon Glass2021-07-211-1/+1
* bloblist: Support resizing a blobSimon Glass2021-07-211-2/+69
* sandbox: Adjust the bloblist default addressSimon Glass2021-07-211-1/+1
* Merge branch '2021-07-16-cleanup-image-support'Tom Rini2021-07-174-76/+32
|\
| * image: Add support for relocating crypto_algos in linker listsAlexandru Gagniuc2021-07-161-0/+13
| * image: image-sig.c: Remove crypto_algos arrayAlexandru Gagniuc2021-07-161-21/+0
| * image: rsa: Move verification algorithm to a linker listAlexandru Gagniuc2021-07-161-10/+0
| * image: Add support for placing crypto_algo in linker listsAlexandru Gagniuc2021-07-161-0/+9
| * common: image-sig.c: Remove host-specific logic and #ifdefsAlexandru Gagniuc2021-07-161-37/+2
| * image: Drop IMAGE_ENABLE_BEST_MATCHSimon Glass2021-07-161-1/+1
| * image: Drop IMAGE_ENABLE_SHAxxxSimon Glass2021-07-161-3/+3
| * image: Drop IMAGE_ENABLE_SHA1Simon Glass2021-07-161-1/+1
| * Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5Simon Glass2021-07-161-1/+1
| * Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32Simon Glass2021-07-161-2/+2
| * image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass2021-07-162-3/+3
| * image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxxSimon Glass2021-07-161-4/+4
| * image: Shorten FIT_ENABLE_SHAxxx_SUPPORTSimon Glass2021-07-161-3/+3
* | Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-07-171-13/+24
|\ \ | |/ |/|
| * spl: mmc: Factor out eMMC boot partition selection codeMarek Vasut2021-07-101-13/+24
* | image: android: Automatically detect more compression typesStephan Gerhold2021-07-151-1/+1
* | fit: Load DTO into temporary buffer and ignore load addressMarek Vasut2021-07-151-4/+28
* | board-info: Call sysinfo_detect() before sysinfo_get_str()Marek Vasut2021-07-141-2/+6
* | board-info: Use sysinfo_get()Marek Vasut2021-07-141-1/+1
|/
* Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini2021-07-071-1/+3
|\
| * sandbox: don't refer to symbol _initHeinrich Schuchardt2021-07-061-1/+3
* | bootstage: Eliminate when not enabledTom Rini2021-07-072-0/+4
|/