summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2021-09-04sata: Rename SATA_SUPPORT to SATASimon Glass
2021-09-04ppc: Rename MPC8XXX_INIT_DDR_SUPPORT to MPC8XXX_INIT_DDRSimon Glass
2021-09-04Rename CACHE_SUPPORT to CACHESimon Glass
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass
2021-09-04rtc: Rename RTC_SUPPORT to RTCSimon Glass
2021-09-04pch: Rename PCH_SUPPORT to PCHSimon Glass
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass
2021-09-03xyz-modem: Allow to cancel transfer also by CTRL+CPali Rohár
2021-09-03xyz-modem: Put xyzModem_stream_close debug diagnostic message into ZM_DEBUG()Pali Rohár
2021-09-03xyz-modem: Fix x-modem "xyzModem_eof error" at the end of filePali Rohár
2021-09-03xyz-modem: Fix crash after cancelling transferPali Rohár
2021-09-01fit: Use DM hash driver if supportedChia-Wei Wang
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-08-31Convert CONFIG_RAMBOOT_PBL et al to KconfigTom Rini
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini
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