summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/27Aug2021Tom Rini2021-08-271-0/+18
|\
| * fdt_support: Add kernel-doc for fdt_fixup_memory_banks()Michal Simek2021-08-261-0/+18
* | Kconfig: FIT_SIGNATURE should not select RSA_VERIFYAlexandru Gagniuc2021-08-161-4/+4
|/
* fit: Fix verification of images with external dataJohn Keeping2021-08-041-1/+7
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-022-3/+3
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-0212-27/+26
* hash: Ensure verification hex pairs are terminatedSimon Glass2021-08-021-1/+1
* sandbox: Reduce keyed autoboot delaySimon Glass2021-08-011-3/+3
* common: board_r: print error if binman_init failsTim Harvey2021-08-011-1/+7
* arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage headerPali Rohár2021-07-311-1/+3
* SPL: Add support for parsing board / BootROM specific image typesPali Rohár2021-07-311-0/+9
* SPL: Add support for specifying offset between header and imagePali Rohár2021-07-313-3/+27
* 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