aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-05Merge tag 'efi-2022-04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...WIP/05Feb2022Tom Rini24-228/+1320
2022-02-05test/py: efi_capsule: check the results in case of CAPSULE_AUTHENTICATEAKASHI Takahiro1-4/+22
2022-02-05test/py: efi_capsule: add a test for "--guid" optionAKASHI Takahiro2-0/+70
2022-02-05test/py: efi_capsule: align with the syntax change of mkeficapsuleAKASHI Takahiro1-2/+2
2022-02-05tools: mkeficapsule: allow for specifying GUID explicitlyAKASHI Takahiro4-33/+84
2022-02-05test/py: efi_capsule: add image authentication testAKASHI Takahiro4-3/+318
2022-02-05doc: update UEFI document for usage of mkeficapsuleAKASHI Takahiro1-73/+74
2022-02-05tools: mkeficapsule: add man pageAKASHI Takahiro2-0/+100
2022-02-05tools: mkeficapsule: add firmware image signingAKASHI Takahiro3-34/+462
2022-02-05tools: build mkeficapsule with tools-only_defconfigAKASHI Takahiro3-2/+10
2022-02-05efi: Drop unnecessary calls to blk_find_device()Simon Glass1-12/+2
2022-02-05efi: Use device_get_uclass_id() where appropriateSimon Glass1-5/+5
2022-02-05efi: Add debugging to efi_set_bootdev()Simon Glass1-11/+21
2022-02-05efi_loader: add handle for UARTHeinrich Schuchardt2-27/+26
2022-02-05efi_loader: fix text output for Uart() DP nodesHeinrich Schuchardt1-9/+19
2022-02-05efi_loader: use %zu to print efi_uintn_t in FMP driverHeinrich Schuchardt1-2/+2
2022-02-05efi_loader: use %zu not %zd to print efi_uintn_tHeinrich Schuchardt1-3/+3
2022-02-05efi_loader: fix device path to text protocolHeinrich Schuchardt1-4/+13
2022-02-05test: test UTF-16 truncation in snprintf()Heinrich Schuchardt1-0/+31
2022-02-05lib: fix snprintf() for UTF-16 stringsHeinrich Schuchardt1-2/+12
2022-02-05efi_selftest: merge FDT and RISC-V testsHeinrich Schuchardt3-135/+57
2022-02-05efi_selftest: unit test for RISCV_EFI_BOOT_PROTOCOLSunil V L2-0/+120
2022-02-05configs: disable UEFI for Colibri VF610Heinrich Schuchardt1-1/+1
2022-02-03Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini42-173/+1179
2022-02-04configs: sunxi: Add support for Lichee Pi NanoIcenowy Zheng3-6/+20
2022-02-04ARM: dts: suniv: Add device tree files and bindings for F1C100sIcenowy Zheng6-0/+282
2022-02-04mach-sunxi: Add support for SUNIV architectureIcenowy Zheng5-31/+105
2022-02-04configs: sunxi: Add common SUNIV headerIcenowy Zheng2-15/+56
2022-02-04sunxi: board: Add support for SUNIVIcenowy Zheng1-2/+2
2022-02-04sunxi: Add F1C100s DRAM initial supportIcenowy Zheng5-0/+474
2022-02-04ARM: sunxi: Add clock and uart to sunxi headersIcenowy Zheng4-1/+21
2022-02-04arm: arm926ej-s: Add sunxi codeIcenowy Zheng6-0/+106
2022-02-04mach-sunxi: Move timer code to mach folderJesse Taube3-4/+7
2022-02-04arm: arm926ej-s: start.S: port save_boot_params support from armv7 codeIcenowy Zheng1-0/+19
2022-02-04sunxi-common.h: remove pointless #ifdefsAndre Przywara1-7/+0
2022-02-04armv8: remove no longer needed lowlevel_init.SAndre Przywara3-48/+0
2022-02-04sunxi: move early "SRAM setup" into separate fileAndre Przywara4-32/+50
2022-02-04sunxi: move Cortex SMPEN setting into start.SAndre Przywara5-14/+20
2022-02-04sunxi: move non-essential code out of s_init()Andre Przywara1-13/+12
2022-02-03Merge branch '2022-02-03-assorted-fixes'Tom Rini50-422/+951
2022-02-03treewide: Use 16-bit Unicode stringsSimon Glass4-15/+15
2022-02-03efi: Use 16-bit unicode stringsSimon Glass34-267/+267
2022-02-03scripts/checkpatch.pl: Resync with v5.16Simon Glass3-96/+641
2022-02-03armv8: start.S: remove CONFIG_SYS_RESET_SCTRL codeAndre Przywara1-37/+0
2022-02-03scripts: Makefile: also clean subdir dtcPhilippe Reynes1-1/+1
2022-02-03net: ti: am65-cpsw: Cleanup resources before jump to kernelVignesh Raghavendra1-1/+1
2022-02-03arm: pdu001: Exend the list of maintained filesFelix Brack1-1/+3
2022-02-03armv8: spl: Fix build with LINUX_KERNEL_IMAGE_HEADERAlper Nebi Yasak1-0/+4
2022-02-03spl: ymodem: Fix buffer overflow during Image copyVignesh Raghavendra1-1/+14
2022-02-03Dockfile, CI: Update to latest focal tag and buildTom Rini3-3/+3