aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk2-3/+0
2021-09-27ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini1-1/+1
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass2-5/+5
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass4-15/+12
2021-09-23image: add lz4 zstd compression magic mapArtem Lapkin1-0/+2
2021-09-17Remove including timestamp.h in version.hPali Rohár1-0/+3
2021-09-17version: Move version_string[] from version.h to version_string.hPali Rohár1-1/+1
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini8-140/+37
2021-09-14image: Avoid erroneous double byte-swap in CRC valueAlexandru Gagniuc1-9/+0
2021-09-14image: rsa: Move padding_algos to linker listsWIP/2021-09-14-assorted-fixesAlexandru Gagniuc1-17/+6
2021-09-13pci: 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-09-04net: Move network rules to drivers/netSimon Glass1-0/+2
2021-09-04net: Rename SPL_NET_SUPPORT to SPL_NETSimon Glass3-7/+7
2021-09-04power: Refactor Makefile rulesSimon Glass1-0/+13
2021-09-04sata: Rename SATA_SUPPORT to SATASimon Glass2-4/+4
2021-09-04ppc: Rename MPC8XXX_INIT_DDR_SUPPORT to MPC8XXX_INIT_DDRSimon Glass1-3/+3
2021-09-04Rename CACHE_SUPPORT to CACHESimon Glass1-7/+1
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass1-5/+5
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass3-10/+10
2021-09-04rtc: Rename RTC_SUPPORT to RTCSimon Glass1-2/+2
2021-09-04pch: Rename PCH_SUPPORT to PCHSimon Glass1-2/+2
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass2-7/+7
2021-09-03xyz-modem: Allow to cancel transfer also by CTRL+CWIP/2021-09-03-xyz-modem-fixesPali Rohár1-0/+2
2021-09-03xyz-modem: Put xyzModem_stream_close debug diagnostic message into ZM_DEBUG()Pali Rohár1-2/+2
2021-09-03xyz-modem: Fix x-modem "xyzModem_eof error" at the end of filePali Rohár1-0/+2
2021-09-03xyz-modem: Fix crash after cancelling transferPali Rohár1-2/+2
2021-09-01fit: Use DM hash driver if supportedChia-Wei Wang1-0/+30
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek3-23/+0
2021-08-31Convert CONFIG_RAMBOOT_PBL et al to KconfigTom Rini1-0/+20
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini2-3/+3
2021-08-30Convert CONFIG_ID_EEPROM to KconfigTom Rini2-1/+7
2021-08-27Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/27Aug2021Tom 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