aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* lib: optee: remove the duplicate CONFIG_OPTEEPatrick Delaunay2021-10-053-5/+5
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-303-3/+3
* WS cleanup: remove trailing white spaceWolfgang Denk2021-09-301-1/+1
* WS cleanup: remove trailing empty linesWolfgang Denk2021-09-302-3/+0
* ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini2021-09-271-1/+1
* treewide: Simply conditions with the new OF_REALSimon Glass2021-09-252-5/+5
* treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-254-15/+12
* image: add lz4 zstd compression magic mapArtem Lapkin2021-09-231-0/+2
* Remove including timestamp.h in version.hWIP/2021-09-16-general-updatesPali Rohár2021-09-171-0/+3
* version: Move version_string[] from version.h to version_string.hPali Rohár2021-09-171-1/+1
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-168-140/+37
|\
| * image: Avoid erroneous double byte-swap in CRC valueAlexandru Gagniuc2021-09-141-9/+0
| * image: rsa: Move padding_algos to linker listsWIP/2021-09-14-assorted-fixesAlexandru Gagniuc2021-09-141-17/+6
| * pci: Drop DM_PCISimon Glass2021-09-131-1/+0
| * image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc2021-09-082-26/+21
| * common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc2021-09-081-0/+13
| * common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc2021-09-083-26/+3
| * common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc2021-09-082-70/+1
| * common: board_r: support enable_caches for RISC-VZong Li2021-09-071-2/+2
* | net: Move network rules to drivers/netWIP/2021-09-04-makefile-cleanups-part-bSimon Glass2021-09-041-0/+2
* | net: Rename SPL_NET_SUPPORT to SPL_NETSimon Glass2021-09-043-7/+7
* | power: Refactor Makefile rulesSimon Glass2021-09-041-0/+13
* | sata: Rename SATA_SUPPORT to SATASimon Glass2021-09-042-4/+4
* | ppc: Rename MPC8XXX_INIT_DDR_SUPPORT to MPC8XXX_INIT_DDRSimon Glass2021-09-041-3/+3
* | Rename CACHE_SUPPORT to CACHESimon Glass2021-09-041-7/+1
* | spi: Rename SPI_SUPPORT to SPISimon Glass2021-09-041-5/+5
* | serial: Rename SERIAL_SUPPORT to SERIALSimon Glass2021-09-043-10/+10
* | rtc: Rename RTC_SUPPORT to RTCSimon Glass2021-09-041-2/+2
* | pch: Rename PCH_SUPPORT to PCHSimon Glass2021-09-041-2/+2
* | mmc: Rename MMC_SUPPORT to MMCSimon Glass2021-09-042-7/+7
* | xyz-modem: Allow to cancel transfer also by CTRL+CWIP/2021-09-03-xyz-modem-fixesPali Rohár2021-09-031-0/+2
* | xyz-modem: Put xyzModem_stream_close debug diagnostic message into ZM_DEBUG()Pali Rohár2021-09-031-2/+2
* | xyz-modem: Fix x-modem "xyzModem_eof error" at the end of filePali Rohár2021-09-031-0/+2
* | xyz-modem: Fix crash after cancelling transferPali Rohár2021-09-031-2/+2
* | fit: Use DM hash driver if supportedChia-Wei Wang2021-09-011-0/+30
* | Kconfig: Remove all default n/no optionsMichal Simek2021-08-313-23/+0
* | Convert CONFIG_RAMBOOT_PBL et al to KconfigTom Rini2021-08-311-0/+20
* | Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini2021-08-302-3/+3
* | Convert CONFIG_ID_EEPROM to KconfigTom Rini2021-08-302-1/+7
|/
* Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/27Aug2021Tom Rini2021-08-271-0/+18
|\
| * fdt_support: Add kernel-doc for fdt_fixup_memory_banks()Michal Simek2021-08-261-0/+18
* | Kconfig: FIT_SIGNATURE should not select RSA_VERIFYAlexandru Gagniuc2021-08-161-4/+4
|/
* fit: Fix verification of images with external dataJohn Keeping2021-08-041-1/+7
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-022-3/+3
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-0212-27/+26
* hash: Ensure verification hex pairs are terminatedSimon Glass2021-08-021-1/+1
* sandbox: Reduce keyed autoboot delaySimon Glass2021-08-011-3/+3
* common: board_r: print error if binman_init failsTim Harvey2021-08-011-1/+7
* arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage headerPali Rohár2021-07-311-1/+3
* SPL: Add support for parsing board / BootROM specific image typesPali Rohár2021-07-311-0/+9