aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-06Merge tag 'dm-pull-6jun21' of https://source.denx.de/u-boot/custodians/u-boot-dmWIP/06Jun2021Tom Rini5-13/+44
2021-06-05Merge tag 'video-for-2021-07-rc3' of https://source.denx.de/u-boot/custodians...WIP/05Jun2021Tom Rini11-25/+33
2021-06-05test: add dm_test_read_resourcePatrick Delaunay1-0/+33
2021-06-05net: luton: remove address translation after ofnode_read_resourcePatrick Delaunay1-4/+1
2021-06-05pwm: cros_ec: Rename "priv_auto_alloc_size" to "priv_auto"Alper Nebi Yasak1-1/+1
2021-06-05sandbox: correct determination of the text baseHeinrich Schuchardt1-1/+4
2021-06-05of: addr: Remove call to dev_count_cells() in of_get_address()Bin Meng1-6/+0
2021-06-05of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Bin Meng1-1/+5
2021-06-05pico-imx6ul: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin3-6/+6
2021-06-05brxre1: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin2-2/+11
2021-06-05mx28evk: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin4-12/+12
2021-06-05siemens: pxm2: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin1-2/+2
2021-06-05siemens: rut: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin1-3/+2
2021-06-04Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/04Jun2021Tom Rini5-46/+287
2021-06-04arm: mvebu: turris_omnia: support invoking rescue boot from consoleMarek Behún2-24/+52
2021-06-04arm: mvebu: turris_omnia: update rescue mode boot commandMarek Behún1-2/+7
2021-06-04arm: a37xx: pci: Fix configuring PCIe resourcesPali Rohár1-1/+157
2021-06-04arm: a37xx: pci: Increase PCIe MEM size from 16 MiB to 127 MiBPali Rohár1-3/+10
2021-06-04arm: a37xx: pci: Fix a3700_fdt_fix_pcie_regions() functionPali Rohár1-14/+60
2021-06-04arm: a37xx: pci: Find PCIe controller node by compatible instead of pathPali Rohár1-3/+1
2021-06-04arm: a37xx: pci: Fix DT compatible string to Linux' DT compatiblePali Rohár2-2/+2
2021-06-04arm: a37xx: pci: Disable bus mastering when unloading driverPali Rohár1-0/+6
2021-06-04arm: a37xx: pci: Don't put link into LTSSM Recovery state during probePali Rohár1-5/+0
2021-06-01fastboot: Fix overflow when calculating chunk sizeWIP/01Jun2021Sean Anderson1-8/+9
2021-05-31Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/31May2021Tom Rini48-831/+5308
2021-05-31Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2-0/+4
2021-05-31drivers: pci: pcie_dw_common: fix Werror compilation errorGreen Wan1-25/+29
2021-05-31riscv: cpu: fu740: clear feature disable CSRGreen Wan1-0/+15
2021-05-31board: sifive: add HiFive Unmatched board supportGreen Wan13-3/+860
2021-05-31riscv: dts: add SiFive Unmatched board supportGreen Wan4-0/+1790
2021-05-31riscv: dts: add fu740 supportGreen Wan4-0/+478
2021-05-31drivers: pci: add pcie support for fu740Green Wan3-0/+518
2021-05-31drivers: ram: sifive: rename fu540_ddr and add fu740 supportGreen Wan3-49/+50
2021-05-31drivers: clk: add fu740 supportGreen Wan10-755/+1288
2021-05-31riscv: cpu: fu740: Add support for cpu fu740Green Wan12-0/+281
2021-05-31MAINTAINERS: Add allwinner/sunxi driver directoriesSamuel Holland1-0/+3
2021-05-31sunxi: Bring back SD card as MMC device 0Andre Przywara1-0/+1
2021-05-28Merge tag 'u-boot-stm32-20210528' of https://source.denx.de/u-boot/custodians...WIP/28May2021Tom Rini9-6/+26
2021-05-28Merge tag 'efi-2021-07-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini9-35/+285
2021-05-28efi_loader: add PE/COFF image measurementMasahisa Kojima6-26/+277
2021-05-28efi_loader: Work-around build issue due to missing hash_calculate()Alexandru Gagniuc2-1/+3
2021-05-28Revert "lib: introduce HASH_CALCULATE option"Alexandru Gagniuc4-7/+1
2021-05-28efi_loader: Fix coverity warnings for efi tcg2 protocolIlias Apalodimas1-2/+5
2021-05-28arm: dts: stm32mp157c-odyssey-som: enable the RNG1Grzegorz Szymaszek1-0/+4
2021-05-28configs: stm32mp: Enable UNZIP on STMicroelectronics stm32mp15 boardsPatrick Delaunay2-0/+2
2021-05-28ARM: stm32: Enable UNZIP on DHSOM by defaultMarek Vasut2-0/+2
2021-05-28ARM: stm32: Add additional ID register check for KSZ8851 presenceMarek Vasut1-1/+10
2021-05-28ARM: stm32: Update dhelectronics/dh_stm32mp1/MAINTAINERS fileChristoph Niedermaier1-0/+1
2021-05-28reset: stm32: Fix bank and offset computationPatrice Chotard1-4/+4
2021-05-28dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supportedPatrick Delaunay1-1/+3