summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-03serial: sifive: Cast dev_read_addr() with uintptr_tBin Meng1-1/+1
2021-02-03global_data.h: Change ram_top type to phys_addr_tBin Meng1-1/+1
2021-02-03arm: rockchip: Explicitly cast gd->ram_top in dram_init_banksize()Bin Meng1-1/+1
2021-02-03riscv: Adjust board_get_usable_ram_top() for 32-bitBin Meng2-8/+6
2021-02-03dm: core: Add documentation about device removalSimon Glass1-0/+20
2021-02-03arm: Remove vital devices lastSimon Glass1-0/+3
2021-02-03dm: core: Add late driver remove optionMarek Vasut6-12/+165
2021-02-03dm: core: Avoid partially removing devicesSimon Glass3-21/+51
2021-02-03dm: core: Remove children before advising uclassSimon Glass1-9/+3
2021-02-03dm: pci: Correct use of wrong flag nameSimon Glass2-1/+4
2021-02-03dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass4-4/+4
2021-02-03nand: brcmnand: Don't use -EPROBE_DEFERSimon Glass1-4/+1
2021-02-03smem: Don't use -EPROBE_DEFERSimon Glass1-3/+3
2021-02-03fs: fat: must not write directory '.' and '..'Heinrich Schuchardt1-10/+3
2021-02-03fs: fat: usage basename in file_fat_write_at, fat_mkdirHeinrich Schuchardt1-14/+13
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1361-23/+1405
2021-02-02Merge branch '2021-02-01-assorted-fixes'Tom Rini9-8/+26
2021-02-02azure: Add -E back for the world build scriptBin Meng1-1/+1
2021-02-02test/py: fix runtest wrapper for pytest 6Stephen Warren1-1/+4
2021-02-02MAINTAINERS: Add maintainer to network subsystemRamon Fried1-0/+1
2021-02-02disk: part_dos: update partition table entries after writeGary Bisson1-0/+6
2021-02-02common: Kconfig.boot: Add FIT_PRINT config optionRavik Hasija2-2/+8
2021-02-02cmd: load, emit error message for invalid block deviceHeinrich Schuchardt1-1/+3
2021-02-02arm: Remove #include <version.h> from armv8/fwcall.cPali Rohár1-1/+0
2021-02-02tools/fit_check_sign.c: Update usage function.Ilies CHERGUI1-2/+3
2021-02-01Prepare v2021.04-rc1Tom Rini1-2/+2
2021-02-01Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini16-32/+124
2021-02-01x86: Reduce size of samus imageSimon Glass2-0/+4
2021-02-01x86: tpl: Show next stage being bootedSimon Glass1-1/+6
2021-02-01x86: spl: Clear BSS unconditionallySimon Glass1-1/+1
2021-02-01x86: zimage: Improve command-line debug handlingSimon Glass1-3/+7
2021-02-01x86: zimage: Allow dumping the image from outside the moduleSimon Glass2-8/+25
2021-02-01x86: Update Chromium OS GNVS namesSimon Glass1-6/+28
2021-02-01x86: spl: Make moving BSS conditionalSimon Glass1-0/+2
2021-02-01x86: Make sure the SPL image ends on a suitable boundarySimon Glass1-0/+10
2021-02-01x86: apl: Enhance debugging in the SPL loaderSimon Glass1-5/+7
2021-02-01x86: spl: Add a function to find the text baseSimon Glass2-0/+16
2021-02-01x86: acpi_gpe: Update driver name to match devicetreeSimon Glass1-2/+4
2021-02-01acpi: Tidy up documentation for struct acpi_gpioSimon Glass1-4/+5
2021-02-01x86: coral: Add a devicetree node for eMMCSimon Glass1-0/+6
2021-02-01x86: tsc_timer: Correct overflow in __udelay()Simon Glass1-1/+1
2021-02-01cmd: CMD_ACPI depends on ACPIGENHeinrich Schuchardt1-1/+2
2021-02-01Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini3-30/+39
2021-02-01ata: sunxi: fix debug messagesDario Binacchi1-4/+4
2021-02-01sunxi: OrangePi Zero 2: Enable EthernetAndre Przywara1-0/+2
2021-02-01net: sun8i-emac: Determine pinmux based on SoC, not EMAC typeAndre Przywara1-8/+20
2021-02-01net: sun8i-emac: Always clear syscon EPHY registerAndre Przywara1-18/+13
2021-01-31Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini28-207/+1001
2021-01-31Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini10-0/+741
2021-01-31Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini62-137/+1487