summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-15pci: pci_mvebu, pci_aardvark: Fix size of configuration cacheMarek BehĂșn2-2/+2
2021-12-13Merge tag 'u-boot-stm32-20211213' of https://source.denx.de/u-boot/custodians...Tom Rini5-5/+45
2021-12-13ARM: stm32: Enable KSZ90x1 PHY driver on DHCORMarek Vasut1-0/+2
2021-12-13ARM: dts: stm32: Add custom PHY reset bindings on AV96Marek Vasut1-0/+11
2021-12-13ARM: stm32: Fix SoM and board coding strap GPIO handling on DHSOMMarek Vasut1-4/+10
2021-12-13ARM: stm32: Increase PHY auto-negotiation timeout to 20s on DHSOMMarek Vasut1-0/+3
2021-12-13ARM: stm32: Add update_sf script to install U-Boot into SF on DHSOMMarek Vasut1-1/+11
2021-12-13ARM: stm32: Increase USB power-good delay on DHSOMMarek Vasut2-1/+9
2021-12-13Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini13-145/+129
2021-12-13configs: beacon-rzg2m: Config to address new aliasesAdam Ford1-1/+1
2021-12-13ARM: rmobile: Fix rzg2_beacon_defconfig to address new aliasesAdam Ford1-1/+0
2021-12-13arm: dts: Create common rz-g2-beacon-u-boot fileAdam Ford5-100/+91
2021-12-13arm: dts: beacon-rzg2: Resync device trees with Linux 5.16-rc3Adam Ford5-38/+32
2021-12-13net: ravb: Support multiple clocksAdam Ford1-5/+5
2021-12-10Merge tag 'efi-2022-01-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini24-44/+346
2021-12-09efi: Add a media/block driver for EFI block devicesSimon Glass4-0/+137
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass12-1/+101
2021-12-09efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass6-16/+16
2021-12-09efi_loader: correctly handle no tpm device errorMasahisa Kojima3-8/+18
2021-12-09efi_loader: check tcg2 protocol installation outside the TCG protocolMasahisa Kojima1-0/+18
2021-12-09efi_loader: efi_tcg2_register returns appropriate errorMasahisa Kojima4-18/+55
2021-12-09doc: usage: Fix command in fdt overlay apply sequenceAlexander Dahl1-1/+1
2021-12-09Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2-8/+2
2021-12-09sunxi: Remove misleading USB-OTG charger messageAndre Przywara1-7/+1
2021-12-09sunxi: dts: Fix typoed eMMC checkAndre Przywara1-1/+1
2021-12-03Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini19-405/+1512
2021-12-02Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2-12/+12
2021-12-02riscv: Enable SPI flash env for SiFive Unmatched.Thomas Skibo2-0/+14
2021-12-02riscv: Support booting SiFive Unmatched from SPI.Thomas Skibo4-0/+51
2021-12-02doc: board: Update Microchip MPFS Icicle Kit docPadmarao Begari1-2/+5
2021-12-02riscv: Update Microchip MPFS Icicle Kit supportPadmarao Begari3-2/+21
2021-12-02riscv: dts: Split Microchip device treePadmarao Begari4-389/+913
2021-12-02i2c: Add Microchip PolarFire SoC I2C driverPadmarao Begari3-0/+489
2021-12-02net: macb: Remove Microchip compatible stringPadmarao Begari1-11/+7
2021-12-02board: ae350: Support autoboot from RAMLeo Yu-Chi Liang1-1/+12
2021-12-02net: dwc_eth_qos: Enable clock in probeMarek Vasut1-11/+11
2021-12-02net: eth-phy: Handle gpio_request_by_name() return valueMarek Vasut1-1/+1
2021-12-02mtd: spi: Remove SF_DUAL_FLASH symbol from KconfigMichal Simek1-6/+0
2021-12-02mtd: cqspi: Wait for transfer completionMarek Vasut1-0/+17
2021-11-30Fix MMC numbering issue for Raspberry Pi 3Mike Karels1-1/+2
2021-11-30rpi: Add identifier for the new RPi Zero 2 WPeter Robinson1-0/+5
2021-11-30rpi: Update the Raspberry Pi doucmentation URLPeter Robinson1-1/+1
2021-11-30Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-3/+75
2021-11-30Merge tag 'tpm-30112021' of https://source.denx.de/u-boot/custodians/u-boot-tpmTom Rini2-1/+7
2021-11-30Merge tag 'efi-2022-01-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini11-78/+526
2021-11-30tis: fix tpm_tis_remove()Heinrich Schuchardt2-1/+10
2021-11-30efi_loader: Extend PCR's for firmware measurementsRuchika Gupta1-0/+76
2021-11-30tpm: use more algorithms than sha256 on pcr_readRuchika Gupta3-6/+14
2021-11-30efi_loader: Add check for event log passed from firmwareRuchika Gupta2-69/+402
2021-11-30test: unit test for the EFI_TCG2_PROTOCOLHeinrich Schuchardt1-0/+20