aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-04Merge tag 'efi-2021-10-rc4' of https://source.denx.de/u-boot/custodians/u-boo...WIP/04Sep2021Tom Rini7-38/+118
2021-09-04efi_loader: fix efi_tcg2_hash_log_extend_event() parameter checkMasahisa Kojima2-1/+3
2021-09-04efi_loader: fix boot_service_capability_min calculationMasahisa Kojima1-1/+1
2021-09-04efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL apiMasahisa Kojima1-0/+19
2021-09-04efi_loader: correct determination of secure boot stateHeinrich Schuchardt1-8/+31
2021-09-04efi_loader: efi_auth_var_type for AuditMode, DeployedModeHeinrich Schuchardt3-2/+5
2021-09-04efi_loader: don't load signature database from fileHeinrich Schuchardt4-20/+30
2021-09-04efi_loader: rounding of image sizeHeinrich Schuchardt1-2/+2
2021-09-04efi_loader: sections with zero VirtualSizeHeinrich Schuchardt1-4/+27
2021-09-04doc: Remove information about CAPSULE_FMP_HEADERMichal Simek1-1/+0
2021-09-03Merge tag 'xilinx-for-v2021.10-rc4' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2-17/+14
2021-09-03spi: zynqmp_gqspi: Fix dma alignment issueAshok Reddy Soma1-9/+7
2021-09-03spi: zynqmp_gqspi: Switch genfifo start to manual modeAshok Reddy Soma1-7/+7
2021-09-03doc: Remove information about CAPSULE_FMP_HEADERMichal Simek1-1/+0
2021-09-01btrfs: Use default subvolume as filesystem rootMatwey V. Kornilov1-3/+35
2021-09-01Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini12-101/+138
2021-09-01tools: kwbimage: Remove comment about unimplemented register headers in v1 im...Pali Rohár1-2/+0
2021-09-01kwbimage: check return value of image_get_csk_indexHeinrich Schuchardt1-1/+1
2021-09-01kwbimage: check fopen() return valueHeinrich Schuchardt1-0/+11
2021-09-01arm: mvebu: turris_omnia: disable MCU watchdog in board_late_init()Marek Behún1-5/+5
2021-09-01arm: mvebu: turris_omnia: disable MCU watchdog in SPL when booting over UARTMarek Behún2-1/+17
2021-09-01arm: mvebu: turris_omnia: don't guard by CONFIG_SPL_BUILD macroMarek Behún1-8/+0
2021-09-01arm: mvebu: Move get_boot_device() to cpu.c and make visibleMarek Behún3-68/+71
2021-09-01serial: a37xx: Remove CONFIG_DEBUG_UART_SHIFT optionsPali Rohár4-4/+0
2021-09-01arm: mvebu: turris_omnia: Enable NVMe supportPali Rohár1-0/+1
2021-09-01arm: mvebu: turris_mox: Enable SATA supportPali Rohár1-0/+6
2021-09-01arm: mvebu: espressobin: Enable also SATA support via PCIePali Rohár1-0/+2
2021-09-01arm: mvebu: axp: Properly check for Armada XP in mach/soc.hPali Rohár1-1/+1
2021-09-01tools: kwbimage: Use IBR_HDR_* constants instead of raw numbersPali Rohár1-11/+11
2021-09-01tools: kwbimage: Verify size of image dataPali Rohár1-1/+1
2021-09-01tools: kwbimage: Verify size of v0 image headerPali Rohár1-0/+3
2021-09-01tools: kwbimage: Verify supported image versionPali Rohár1-3/+3
2021-09-01arm: mvebu: a38x: Define supported UART baudratesPali Rohár1-0/+9
2021-08-31Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini4-0/+50
2021-08-30Prepare v2021.10-rc3v2021.10-rc3Tom Rini1-1/+1
2021-08-30configs: Resync with savedefconfigTom Rini5-13/+8
2021-08-27Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/27Aug2021Tom Rini49-294/+1395
2021-08-26xilinx: zynqmp: Enable stack relocation to DDRMichal Simek1-0/+4
2021-08-26xilinx: zynqmp: Update descriptions for u-boot.itsMichal Simek1-2/+2
2021-08-26xilinx: common: Enabling generic function for DT reselectionMichal Simek2-6/+81
2021-08-26xilinx: zynqmp: Generate different u-boot.itb for MULTI_DTB_FITMichal Simek1-0/+47
2021-08-26arm64: dts: Make sure that all DTBs are 64bit alignedMichal Simek1-1/+1
2021-08-26Makefile: Align fit-dtb.blob and u-boot.itb by 64bitsMichal Simek1-0/+3
2021-08-26xilinx: zynqmp: Check that DT is 64bit alignedMichal Simek1-0/+3
2021-08-26xilinx: Add support for generic board detectionMichal Simek1-0/+31
2021-08-26xilinx: common: Free allocated structureMichal Simek1-5/+7
2021-08-26xilinx: common: Change board_info[] handlingMichal Simek1-17/+6
2021-08-26xilinx: Use variable for passing board_nameMichal Simek1-2/+4
2021-08-26xilinx: fru: Replace spaces with \0 in detected nameMichal Simek1-1/+5
2021-08-26xilinx: zynqmp: Enable gpio-key/button driverMichal Simek1-0/+2