summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rpi-next' of https://source.denx.de/u-boot/custodians/u-boot-ra...WIP/15Sep2021Tom Rini2021-09-1512-8/+44
|\
| * rpi: Conditionally add simple-framebuffer nodeIvan T. Ivanov2021-09-151-6/+5
| * ARM: bcm283x: change the virtual address of the XHCI PCI device baseMarek Szyprowski2021-09-151-2/+2
| * configs: rpi: Enable SMBIOS sysinfo driverMatthias Brugger2021-09-159-0/+18
| * arm: dts: bcm283x: Add minimal smbios informationMatthias Brugger2021-09-151-0/+19
|/
* Prepare v2021.10-rc4v2021.10-rc4Tom Rini2021-09-141-1/+1
* configs: Resync with savedefconfigTom Rini2021-09-1427-48/+5
* image: Avoid erroneous double byte-swap in CRC valueAlexandru Gagniuc2021-09-141-9/+0
* Merge branch '2021-09-14-assorted-fixes'Tom Rini2021-09-146-21/+29
|\
| * image: rsa: Move padding_algos to linker listsWIP/2021-09-14-assorted-fixesAlexandru Gagniuc2021-09-143-17/+25
| * pinctrl: fix typoYuan Fang2021-09-141-1/+1
| * lib: fix typos in KconfigOleksandr Suvorov2021-09-141-2/+2
| * lib/rsa: don't use NULL as key_idHeinrich Schuchardt2021-09-141-1/+1
|/
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-09-131-3/+7
|\
| * sunxi: mmc: A20: Fix MMC optimisationAndre Przywara2021-09-141-3/+7
* | Merge branch '2021-09-09-finish-pre-DM_PCI-removal'WIP/13Sep2021Tom Rini2021-09-1344-2605/+36
|\ \ | |/ |/|
| * pci: Drop DM_PCISimon Glass2021-09-1315-54/+14
| * pci: Drop PCI_INDIRECT_BRIDGESimon Glass2021-09-1310-92/+0
| * net: Drop DM_PCI check from designware driverSimon Glass2021-09-131-12/+10
| * pci: acpi: Drop DM_PCI check from ahciSimon Glass2021-09-132-59/+0
| * pci: Drop DM_PCI check from fdtdecSimon Glass2021-09-131-2/+8
| * pci: Drop old code from header fileSimon Glass2021-09-131-57/+3
| * ppc: Remove UCP1020 boardSimon Glass2021-09-1316-2329/+1
|/
* Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini2021-09-138-25/+135
|\
| * mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common()Michael Walle2021-09-131-7/+0
| * mmc: fix device_remove when HS400_ES is enabledYe Li2021-09-101-3/+5
| * mmc: fix switch issue with send_status disabledYe Li2021-09-101-1/+1
| * doc: usage: mmc: Document usage of speed mode in "mmc dev" and "mmc rescan"Aswath Govindraju2021-09-101-2/+47
| * mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju2021-09-105-10/+81
| * Revert "mmc: sdhci: set to INT_DATA_END when there are data"Yuezhang.Mo@sony.com2021-09-101-2/+1
* | Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/12Sep2021Tom Rini2021-09-1212-40/+88
|\ \
| * | efi_loader: simplify efi_watchdog_timer_notify()Heinrich Schuchardt2021-09-111-2/+1
| * | efi_loader: eliminate EFI_CALL() in nvedit_efi.cHeinrich Schuchardt2021-09-111-5/+4
| * | efi_loader: Remove incorrect calls of EFI_CALL in TCG2Ilias Apalodimas2021-09-111-9/+6
| * | efi_loader: require CONFIG_BLKHeinrich Schuchardt2021-09-111-0/+1
| * | efi_loader: boot_service_capability_min should be capitalizedMasahisa Kojima2021-09-112-3/+3
| * | doc: Complete the list of available runtime-config optionsSimon Glass2021-09-111-0/+45
| * | doc: Tidy up the bindings for the config/ nodeSimon Glass2021-09-111-20/+26
| * | bloblist: Move to rST formatSimon Glass2021-09-112-2/+3
| * | doc: board: toradex: fix file namesOleksandr Suvorov2021-09-114-3/+3
| |/
* | Merge branch '2021-09-10-assorted-TI-updates'Tom Rini2021-09-1137-89/+120
|\ \
| * | configs: j72*_evm: Define the buffer sizes for dfuWIP/2021-09-10-assorted-TI-updatesAswath Govindraju2021-09-105-2/+6
| * | environment: ti: k3_dfu: Increase the size allocated for bootloader images in...Aswath Govindraju2021-09-101-2/+2
| * | arm: dts: k3-j721e-r5-*.dts: Fix clock-names property in the usb0 instanceAswath Govindraju2021-09-101-1/+1
| * | ARM: dts: Fix node status to "okay" on TI boardsRoger Quadros2021-09-1020-34/+34
| * | tools: k3_fit_atf: Fix DM binary FIT load addressesSuman Anna2021-09-101-2/+2
| * | arm: dts: k3-am642-evm-u-boot: Add u-boot, dm-spl tag in the pinmux node of mmc1Aswath Govindraju2021-09-101-0/+4
| * | am33xx: Fix USB for am335x boardsMatwey V. Kornilov2021-09-101-6/+0
| * | include: configs: am64x_evm: Add env variables for booting to kernel using US...Aswath Govindraju2021-09-101-1/+30
| * | environment: ti: mmc.h: Make the finduuid generic for usage across different ...Aswath Govindraju2021-09-101-1/+1