aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk
2021-09-27ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-09-23image: add lz4 zstd compression magic mapArtem Lapkin
2021-09-17Remove including timestamp.h in version.hPali Rohár
2021-09-17version: Move version_string[] from version.h to version_string.hPali Rohár
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini
2021-09-14image: Avoid erroneous double byte-swap in CRC valueAlexandru Gagniuc
2021-09-14image: rsa: Move padding_algos to linker listsAlexandru Gagniuc
2021-09-13pci: Drop DM_PCISimon Glass
2021-09-08image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc
2021-09-08common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc
2021-09-08common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc
2021-09-08common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc
2021-09-07common: board_r: support enable_caches for RISC-VZong Li
2021-09-04net: Move network rules to drivers/netSimon Glass
2021-09-04net: Rename SPL_NET_SUPPORT to SPL_NETSimon Glass
2021-09-04power: Refactor Makefile rulesSimon Glass
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