summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2023-11-29common: board_r: Enable set_pmic()Hal Feng1-0/+3
2023-10-18usb: fix TRB_TRANSFER return null pointer issueMinda Chen1-6/+18
2023-10-10usb: hub: Do NOT add device if portchanged over current bit is setMinda Chen1-0/+3
2023-09-07common: autoboot: Add auto-fastboot on StarFive SoCXingyu Wu3-1/+74
2021-09-15image: Avoid erroneous double byte-swap in CRC valueAlexandru Gagniuc1-9/+0
2021-09-14image: rsa: Move padding_algos to linker listsAlexandru Gagniuc1-17/+6
2021-09-14pci: Drop DM_PCISimon Glass1-1/+0
2021-09-08image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc2-26/+21
2021-09-08common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc1-0/+13
2021-09-08common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc3-26/+3
2021-09-08common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc2-70/+1
2021-09-07common: board_r: support enable_caches for RISC-VZong Li1-2/+2
2021-08-27Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+18
2021-08-26fdt_support: Add kernel-doc for fdt_fixup_memory_banks()Michal Simek1-0/+18
2021-08-16Kconfig: FIT_SIGNATURE should not select RSA_VERIFYAlexandru Gagniuc1-4/+4
2021-08-04fit: Fix verification of images with external dataJohn Keeping1-1/+7
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2-3/+3
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass12-27/+26
2021-08-02hash: Ensure verification hex pairs are terminatedSimon Glass1-1/+1
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass1-3/+3
2021-08-01common: board_r: print error if binman_init failsTim Harvey1-1/+7
2021-07-31arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage headerPali Rohár1-1/+3
2021-07-31SPL: Add support for parsing board / BootROM specific image typesPali Rohár1-0/+9
2021-07-31SPL: Add support for specifying offset between header and imagePali Rohár3-3/+27
2021-07-28i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass1-3/+3
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2-3/+3
2021-07-28Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass1-2/+2
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