aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-07stm32mp: don't map the reserved region with no-map propertyWIP/2021-06-07-arm-cache-cp15-improvementsPatrick Delaunay1-2/+15
2021-06-07stm32mp: Increase the reserved memory in board_get_usable_ram_topPatrick Delaunay1-2/+5
2021-06-07image-fdt: save no-map parameter of reserve-memoryPatrick Delaunay1-8/+15
2021-06-07test: lmb: add test for lmb_reserve_flagsPatrick Delaunay1-0/+89
2021-06-07lmb: add lmb_dump_region() functionPatrick Delaunay1-20/+20
2021-06-07lmb: add lmb_is_reserved_flagsPatrick Delaunay2-2/+16
2021-06-07lmb: Add support of flags for no-map propertiesPatrick Delaunay2-9/+72
2021-06-07Prepare v2021.07-rc4v2021.07-rc4Tom Rini1-1/+1
2021-06-07configs: Resync with savedefconfigTom Rini12-68/+13
2021-06-07Merge tag 'u-boot-rockchip-20210606' of https://source.denx.de/u-boot/custodi...Tom Rini1-1/+1
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-06-01MAINTAINERS: Update maintainer's mail addressKever Yang1-1/+1
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