summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* image: Drop IMAGE_ENABLE_{MD5, CRC32} #definesWIP/2021-09-08-fix-FIT-hash-algos-in-SPLAlexandru Gagniuc2021-09-081-20/+0
* image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc2021-09-083-26/+23
* common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc2021-09-084-4/+20
* common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc2021-09-0811-33/+6
* lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc2021-09-086-14/+8
* common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc2021-09-085-74/+3
* Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/07Sep2021Tom Rini2021-09-0725-159/+176
|\
| * riscv: lib: modify the indentZong Li2021-09-071-1/+1
| * board: sifive: use ccache driver instead of helper functionZong Li2021-09-0710-156/+9
| * riscv: lib: implement enable_caches for sifive cacheZong Li2021-09-073-0/+33
| * common: board_r: support enable_caches for RISC-VZong Li2021-09-072-2/+6
| * cache: add sifive composable cache driverZong Li2021-09-073-0/+83
| * riscv: Add missing sentinel in ocores_i2c.cThomas Skibo2021-09-071-0/+1
| * riscv: show code leading to exceptionHeinrich Schuchardt2021-09-071-0/+33
| * configs: qemu-riscvXX_spl_defconfig enable CMD_SBIHeinrich Schuchardt2021-09-072-0/+2
| * riscv: enable booting HiFive Unmatched from SATAHeinrich Schuchardt2021-09-072-0/+8
|/
* Merge tag 'u-boot-stm32-20210906' of https://source.denx.de/u-boot/custodians...Tom Rini2021-09-061-1/+1
|\
| * stm32mp: Fix board_get_usable_ram_top()Patrice Chotard2021-09-061-1/+1
* | Merge tag 'efi-2021-10-rc4' of https://source.denx.de/u-boot/custodians/u-boo...WIP/04Sep2021Tom Rini2021-09-047-38/+118
|\ \ | |/ |/|
| * efi_loader: fix efi_tcg2_hash_log_extend_event() parameter checkMasahisa Kojima2021-09-042-1/+3
| * efi_loader: fix boot_service_capability_min calculationMasahisa Kojima2021-09-041-1/+1
| * efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL apiMasahisa Kojima2021-09-041-0/+19
| * efi_loader: correct determination of secure boot stateHeinrich Schuchardt2021-09-041-8/+31
| * efi_loader: efi_auth_var_type for AuditMode, DeployedModeHeinrich Schuchardt2021-09-043-2/+5
| * efi_loader: don't load signature database from fileHeinrich Schuchardt2021-09-044-20/+30
| * efi_loader: rounding of image sizeHeinrich Schuchardt2021-09-041-2/+2
| * efi_loader: sections with zero VirtualSizeHeinrich Schuchardt2021-09-041-4/+27
| * doc: Remove information about CAPSULE_FMP_HEADERMichal Simek2021-09-041-1/+0
* | Merge tag 'xilinx-for-v2021.10-rc4' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-09-032-17/+14
|\ \ | |/ |/|
| * spi: zynqmp_gqspi: Fix dma alignment issueAshok Reddy Soma2021-09-031-9/+7
| * spi: zynqmp_gqspi: Switch genfifo start to manual modeAshok Reddy Soma2021-09-031-7/+7
| * doc: Remove information about CAPSULE_FMP_HEADERMichal Simek2021-09-031-1/+0
|/
* btrfs: Use default subvolume as filesystem rootMatwey V. Kornilov2021-09-011-3/+35
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2021-09-0112-101/+138
|\
| * tools: kwbimage: Remove comment about unimplemented register headers in v1 im...Pali Rohár2021-09-011-2/+0
| * kwbimage: check return value of image_get_csk_indexHeinrich Schuchardt2021-09-011-1/+1
| * kwbimage: check fopen() return valueHeinrich Schuchardt2021-09-011-0/+11
| * arm: mvebu: turris_omnia: disable MCU watchdog in board_late_init()Marek Behún2021-09-011-5/+5
| * arm: mvebu: turris_omnia: disable MCU watchdog in SPL when booting over UARTMarek Behún2021-09-012-1/+17
| * arm: mvebu: turris_omnia: don't guard by CONFIG_SPL_BUILD macroMarek Behún2021-09-011-8/+0
| * arm: mvebu: Move get_boot_device() to cpu.c and make visibleMarek Behún2021-09-013-68/+71
| * serial: a37xx: Remove CONFIG_DEBUG_UART_SHIFT optionsPali Rohár2021-09-014-4/+0
| * arm: mvebu: turris_omnia: Enable NVMe supportPali Rohár2021-09-011-0/+1
| * arm: mvebu: turris_mox: Enable SATA supportPali Rohár2021-09-011-0/+6
| * arm: mvebu: espressobin: Enable also SATA support via PCIePali Rohár2021-09-011-0/+2
| * arm: mvebu: axp: Properly check for Armada XP in mach/soc.hPali Rohár2021-09-011-1/+1
| * tools: kwbimage: Use IBR_HDR_* constants instead of raw numbersPali Rohár2021-09-011-11/+11
| * tools: kwbimage: Verify size of image dataPali Rohár2021-09-011-1/+1
| * tools: kwbimage: Verify size of v0 image headerPali Rohár2021-09-011-0/+3
| * tools: kwbimage: Verify supported image versionPali Rohár2021-09-011-3/+3