summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-rockchip-20210606' of https://source.denx.de/u-boot/custodi...Tom Rini2021-06-071-1/+1
|\
| * MAINTAINERS: Update maintainer's mail addressKever Yang2021-06-011-1/+1
* | Merge tag 'dm-pull-6jun21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini2021-06-065-13/+44
|\ \
| * | test: add dm_test_read_resourcePatrick Delaunay2021-06-051-0/+33
| * | net: luton: remove address translation after ofnode_read_resourcePatrick Delaunay2021-06-051-4/+1
| * | pwm: cros_ec: Rename "priv_auto_alloc_size" to "priv_auto"Alper Nebi Yasak2021-06-051-1/+1
| * | sandbox: correct determination of the text baseHeinrich Schuchardt2021-06-051-1/+4
| * | of: addr: Remove call to dev_count_cells() in of_get_address()Bin Meng2021-06-051-6/+0
| * | of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Bin Meng2021-06-051-1/+5
* | | Merge tag 'video-for-2021-07-rc3' of https://source.denx.de/u-boot/custodians...Tom Rini2021-06-0511-25/+33
|\ \ \ | |/ / |/| |
| * | pico-imx6ul: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin2021-06-053-6/+6
| * | brxre1: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin2021-06-052-2/+11
| * | mx28evk: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin2021-06-054-12/+12
| * | siemens: pxm2: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin2021-06-051-2/+2
| * | siemens: rut: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin2021-06-051-3/+2
|/ /
* | Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2021-06-045-46/+287
|\ \
| * | arm: mvebu: turris_omnia: support invoking rescue boot from consoleMarek Behún2021-06-042-24/+52
| * | arm: mvebu: turris_omnia: update rescue mode boot commandMarek Behún2021-06-041-2/+7
| * | arm: a37xx: pci: Fix configuring PCIe resourcesPali Rohár2021-06-041-1/+157
| * | arm: a37xx: pci: Increase PCIe MEM size from 16 MiB to 127 MiBPali Rohár2021-06-041-3/+10
| * | arm: a37xx: pci: Fix a3700_fdt_fix_pcie_regions() functionPali Rohár2021-06-041-14/+60
| * | arm: a37xx: pci: Find PCIe controller node by compatible instead of pathPali Rohár2021-06-041-3/+1
| * | arm: a37xx: pci: Fix DT compatible string to Linux' DT compatiblePali Rohár2021-06-042-2/+2
| * | arm: a37xx: pci: Disable bus mastering when unloading driverPali Rohár2021-06-041-0/+6
| * | arm: a37xx: pci: Don't put link into LTSSM Recovery state during probePali Rohár2021-06-041-5/+0
|/ /
* / fastboot: Fix overflow when calculating chunk sizeSean Anderson2021-06-011-8/+9
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini2021-05-3148-831/+5308
|\
| * drivers: pci: pcie_dw_common: fix Werror compilation errorGreen Wan2021-05-311-25/+29
| * riscv: cpu: fu740: clear feature disable CSRGreen Wan2021-05-311-0/+15
| * board: sifive: add HiFive Unmatched board supportGreen Wan2021-05-3113-3/+860
| * riscv: dts: add SiFive Unmatched board supportGreen Wan2021-05-314-0/+1790
| * riscv: dts: add fu740 supportGreen Wan2021-05-314-0/+478
| * drivers: pci: add pcie support for fu740Green Wan2021-05-313-0/+518
| * drivers: ram: sifive: rename fu540_ddr and add fu740 supportGreen Wan2021-05-313-49/+50
| * drivers: clk: add fu740 supportGreen Wan2021-05-3110-755/+1288
| * riscv: cpu: fu740: Add support for cpu fu740Green Wan2021-05-3112-0/+281
* | Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-05-312-0/+4
|\ \ | |/ |/|
| * MAINTAINERS: Add allwinner/sunxi driver directoriesSamuel Holland2021-05-311-0/+3
| * sunxi: Bring back SD card as MMC device 0Andre Przywara2021-05-311-0/+1
|/
* Merge tag 'u-boot-stm32-20210528' of https://source.denx.de/u-boot/custodians...Tom Rini2021-05-289-6/+26
|\
| * arm: dts: stm32mp157c-odyssey-som: enable the RNG1Grzegorz Szymaszek2021-05-281-0/+4
| * configs: stm32mp: Enable UNZIP on STMicroelectronics stm32mp15 boardsPatrick Delaunay2021-05-282-0/+2
| * ARM: stm32: Enable UNZIP on DHSOM by defaultMarek Vasut2021-05-282-0/+2
| * ARM: stm32: Add additional ID register check for KSZ8851 presenceMarek Vasut2021-05-281-1/+10
| * ARM: stm32: Update dhelectronics/dh_stm32mp1/MAINTAINERS fileChristoph Niedermaier2021-05-281-0/+1
| * reset: stm32: Fix bank and offset computationPatrice Chotard2021-05-281-4/+4
| * dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supportedPatrick Delaunay2021-05-281-1/+3
* | Merge tag 'efi-2021-07-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2021-05-289-35/+285
|\ \ | |/ |/|
| * efi_loader: add PE/COFF image measurementMasahisa Kojima2021-05-286-26/+277
| * efi_loader: Work-around build issue due to missing hash_calculate()Alexandru Gagniuc2021-05-282-1/+3