summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2021-08-30Convert CONFIG_ID_EEPROM to KconfigTom Rini
2021-08-27Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2021-08-26fdt_support: Add kernel-doc for fdt_fixup_memory_banks()Michal Simek
2021-08-16Kconfig: FIT_SIGNATURE should not select RSA_VERIFYAlexandru Gagniuc
2021-08-04fit: Fix verification of images with external dataJohn Keeping
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-08-02hash: Ensure verification hex pairs are terminatedSimon Glass
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass
2021-08-01common: board_r: print error if binman_init failsTim Harvey
2021-07-31arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage headerPali Rohár
2021-07-31SPL: Add support for parsing board / BootROM specific image typesPali Rohár
2021-07-31SPL: Add support for specifying offset between header and imagePali Rohár
2021-07-28i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass
2021-07-28Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass
2021-07-28Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass
2021-07-28Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass
2021-07-28Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass
2021-07-28Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTOSimon Glass
2021-07-28Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass
2021-07-27spl: Introduce spl_board_prepare_for_optee() hookAlexandru Gagniuc
2021-07-27spl: mmc: Support OP-TEE payloads in Falcon modeAlexandru Gagniuc
2021-07-23test: add first autoboot unit testsSteffen Jaeckel
2021-07-23common: add support to fallback to plain SHA256Steffen Jaeckel
2021-07-23common: add AUTOBOOT_FLUSH_STDIN optionSteffen Jaeckel
2021-07-23common: allow disabling of timeout for password entrySteffen Jaeckel
2021-07-23common: Rename macro appropriatelySteffen Jaeckel
2021-07-23common: integrate crypt-based passwordsSteffen Jaeckel
2021-07-23Kconfig.boot: Make 0x0 the default SYS_TEXT_BASE for POSITION_INDEPENDENTTom Rini
2021-07-23fit: Allow external data for FDTsJohn Keeping
2021-07-23spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)John Keeping
2021-07-21log: Allow padding of the function nameSimon Glass
2021-07-21spl: Provide more information on boot failureSimon Glass
2021-07-21image: Allow @ in node names when not using signaturesSimon Glass
2021-07-21bloblist: Correct condition in bloblist_addrec()Simon Glass
2021-07-21bloblist: Support resizing a blobSimon Glass
2021-07-21sandbox: Adjust the bloblist default addressSimon Glass
2021-07-17Merge branch '2021-07-16-cleanup-image-support'Tom Rini
2021-07-17Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-07-16image: Add support for relocating crypto_algos in linker listsAlexandru Gagniuc
2021-07-16image: image-sig.c: Remove crypto_algos arrayAlexandru Gagniuc
2021-07-16image: rsa: Move verification algorithm to a linker listAlexandru Gagniuc
2021-07-16image: Add support for placing crypto_algo in linker listsAlexandru Gagniuc
2021-07-16common: image-sig.c: Remove host-specific logic and #ifdefsAlexandru Gagniuc
2021-07-16image: Drop IMAGE_ENABLE_BEST_MATCHSimon Glass
2021-07-16image: Drop IMAGE_ENABLE_SHAxxxSimon Glass
2021-07-16image: Drop IMAGE_ENABLE_SHA1Simon Glass