summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next' of https://source.denx.de/u-boot/custodians/u-boot-efi i...WIP/25Mar2021-nextTom Rini2021-03-2536-453/+1781
|\
| * efi_loader: Clean up file size calculationsIlias Apalodimas2021-03-251-15/+1
| * efi_selfest: redefine enum efi_test_phaseHeinrich Schuchardt2021-03-253-10/+10
| * efi_loader: Add an S-CRTM even for firmware versionIlias Apalodimas2021-03-251-0/+35
| * efi_loader: EFI TCG2 free efi memory on protocol failureIlias Apalodimas2021-03-251-8/+32
| * test: test the ESRT creationJose Marinho2021-03-251-0/+8
| * efi: ESRT creation testsJose Marinho2021-03-252-0/+293
| * cmd: efi: ESRT table debug printJose Marinho2021-03-251-0/+84
| * efi: Add ESRT to the EFI system tableJose Marinho2021-03-259-4/+584
| * dfu: dfu_sf: avoid double free of SPI deviceHeinrich Schuchardt2021-03-251-1/+17
| * efidebug: add multiple device path instances on Boot####Ilias Apalodimas2021-03-257-58/+177
| * efi_loader: Replace config option for initrd loadingIlias Apalodimas2021-03-255-98/+144
| * efi_loader: Add helper functions for EFIIlias Apalodimas2021-03-255-0/+178
| * efi_loader: Add device path related functions for initrd via Boot####Ilias Apalodimas2021-03-252-5/+109
| * cmd/load: support uploading EFI binary via UARTHeinrich Schuchardt2021-03-251-2/+8
| * efi_loader: Uart device pathHeinrich Schuchardt2021-03-253-9/+55
| * efi_loader: NULL dereference in EFI consoleHeinrich Schuchardt2021-03-251-13/+38
| * efi: Fix compiler warningsSimon Glass2021-03-253-5/+5
| * efi_selftest: Remove loadfile2 for initrd selftestsIlias Apalodimas2021-03-252-222/+0
| * efi_selftest: illegal cast to pointer in initrddumpHeinrich Schuchardt2021-03-251-1/+1
| * efi_loader: fix memory type for memory reservation blockMark Kettenis2021-03-251-1/+1
| * efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXIHeinrich Schuchardt2021-03-251-1/+1
|/
* Merge branch '2021-03-20-mediatek-updates' into nextTom Rini2021-03-2030-98/+798
|\
| * tools: mtk_image: add an option to set device header offsetWIP/2021-03-20-mediatek-updatesWeijie Gao2021-03-201-3/+47
| * configs: mt7622: enable debug uart for mt7622_rfb_defconfigWeijie Gao2021-03-201-0/+3
| * board: mt7629: enable compression of u-boot to reduce the size of final imageWeijie Gao2021-03-204-19/+9
| * serial: mtk: rewrite the setbrg functionWeijie Gao2021-03-201-41/+33
| * dts: mt7629: enable JTAG pins by defaultWeijie Gao2021-03-202-0/+16
| * configs: mt7622: use ARMv8 Generic Timer instead of mtk_timerWeijie Gao2021-03-201-2/+0
| * pinctrl: mt7629: add jtag function and pin groupWeijie Gao2021-03-201-0/+7
| * pinctrl: mediatek: do not probe gpio driver if not enabledWeijie Gao2021-03-201-4/+8
| * pinctrl: mediatek: add get_pin_muxing ops for mediatek pinctrlSam Shih2021-03-201-0/+14
| * pinctrl: mediatek: fix wrong assignment in mtk_get_pin_nameSam Shih2021-03-201-1/+1
| * board: Add MT8183 pumpkin board supportFabien Parent2021-03-209-0/+273
| * ARM: mediatek: Add MT8183 supportFabien Parent2021-03-205-0/+367
| * configs: mt8516: use bootcmd from config_distro_bootcmd.hFabien Parent2021-03-201-16/+4
| * board: mediatek: mt8516: init USB Ether for pumpkin boardFabien Parent2021-03-201-0/+4
| * board: mediatek: rename pumpkin board into mt8516Fabien Parent2021-03-208-12/+12
|/
* Merge branch 'next' of git://source.denx.de/u-boot-sh into nextWIP/19Mar2021-nextTom Rini2021-03-1935-7/+1486
|\
| * board: silinux: Enable recovery SPL for EK874 boardLad Prabhakar2021-03-163-2/+6
| * arm: rmobile: Add Silicon Linux EK874 board supportLad Prabhakar2021-03-1614-0/+796
| * pinctrl: renesas: Add support for R8A774C0Lad Prabhakar2021-03-165-0/+24
| * pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.11Lad Prabhakar2021-03-161-2/+85
| * arm: dts: r8a774c0: Resync R8A774C0 SoC DTSI with Linux 5.11Lad Prabhakar2021-03-161-4/+23
| * arm: rmobile: Add HopeRun HiHope RZ/G2H board supportBiju Das2021-03-166-2/+94
| * arm: rmobile: Add HopeRun HiHope RZ/G2N board supportBiju Das2021-03-166-2/+88
| * arm: rmobile: Add HopeRun HiHope RZ/G2M board supportBiju Das2021-03-168-0/+252
| * arm: dts: rmobile: r8a774e1: Synchronize DTs with Linux 5.11Biju Das2021-03-162-0/+61
| * arm: dts: rmobile: r8a774b1: Synchronize DTs with Linux 5.11Biju Das2021-03-162-0/+62
|/
* Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-15313-2295/+13469
|\