summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | board: ti: am64x: Add support for fixing dr_mode while booting from USBAswath Govindraju2021-09-101-0/+32
| * | ARM: omap3: evm: Enable booting 'fitImage' with DEFAULT_FIT_TI_ARGSDerald D. Woods2021-09-102-40/+6
| * | arm: am335x: Enable SPL_OF_CONTROL on some configsTom Rini2021-09-102-0/+2
|/ /
* | Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/10Sep2021Tom Rini2021-09-1012-24/+76
|\ \
| * | arm: a37xx: pci: Don't spam about PIO Response StatusMarek Behún2021-09-101-1/+1
| * | arm: marvell: Dreamplug: fix typo in eth1 nameTony Dinh2021-09-101-1/+1
| * | arm: mvebu : sata_mv should probe all portsTony Dinh2021-09-101-4/+10
| * | arm: mvebu: a38x: Fix 5200000 baudratePali Rohár2021-09-101-1/+1
| * | arm: mvebu: espressobin: Enable GPT partition supportPali Rohár2021-09-101-0/+1
| * | arm: mvebu: turris_{omnia, mox}: GPT partition supportPali Rohár2021-09-102-0/+2
| * | arm: a37xx: pci: Implement re-issuing config requests on CRS responsePali Rohár2021-09-101-15/+43
| * | arm: a37xx: pci: Disable returning CRS responsePali Rohár2021-09-101-1/+12
| * | arm: mvebu: dts: Armada8k enable mdioSven Auhagen2021-09-104-0/+4
| * | arm: kirkwood: Sheevaplug: Update board maintainerTony Dinh2021-09-101-1/+1
| |/
* | MAINTAINERS: Update ARM TI entryLokesh Vutla2021-09-0912-12/+12
* | Kconfig: Drop duplicate 'select SHA512' instancesTom Rini2021-09-092-2/+0
|/
* Merge branch '2021-09-08-fix-FIT-hash-algos-in-SPL'Tom Rini2021-09-0824-171/+60
|\
| * image: Drop IMAGE_ENABLE_{MD5, CRC32} #definesWIP/2021-09-08-fix-FIT-hash-algos-in-SPLAlexandru Gagniuc2021-09-081-20/+0
| * image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc2021-09-083-26/+23
| * common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc2021-09-084-4/+20
| * common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc2021-09-0811-33/+6
| * lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc2021-09-086-14/+8
| * common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc2021-09-085-74/+3
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/07Sep2021Tom Rini2021-09-0725-159/+176
|\
| * riscv: lib: modify the indentZong Li2021-09-071-1/+1
| * board: sifive: use ccache driver instead of helper functionZong Li2021-09-0710-156/+9
| * riscv: lib: implement enable_caches for sifive cacheZong Li2021-09-073-0/+33
| * common: board_r: support enable_caches for RISC-VZong Li2021-09-072-2/+6
| * cache: add sifive composable cache driverZong Li2021-09-073-0/+83
| * riscv: Add missing sentinel in ocores_i2c.cThomas Skibo2021-09-071-0/+1