aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-15Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...WIP/15Jan2022Tom Rini49-670/+1059
2022-01-15Merge branch '2022-01-14-assorted-fixes'Tom Rini16-48/+539
2022-01-15efi: Tidy up some comments in efi headerSimon Glass1-8/+9
2022-01-15efi: Build the 64-bit app properlySimon Glass1-2/+2
2022-01-15x86: efi: Set the correct link flags for the 64-bit EFI appSimon Glass1-3/+12
2022-01-15x86: efi: Don't use the 64-bit link script for the EFI appSimon Glass1-1/+1
2022-01-15x86: efi: Round out the link script for 64-bit EFISimon Glass1-1/+4
2022-01-15x86: efi: Tweak the code used for the 64-bit EFI appSimon Glass3-3/+9
2022-01-15efi: Support the efi command in the appSimon Glass4-16/+82
2022-01-15x86: efi: Update efi_get_next_mem_desc() to avoid needing a mapSimon Glass3-22/+24
2022-01-15efi: Move exit_boot_services into a functionSimon Glass4-55/+124
2022-01-15MAINTAINERS: remove Alexander Graf from EFI PAYLOADHeinrich Schuchardt1-1/+0
2022-01-15efidebug: avoid 'dfu_alt_info not defined' messageHeinrich Schuchardt1-2/+5
2022-01-15efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installedIlias Apalodimas3-0/+37
2022-01-15cmd: part: list all 128 GPT partitionsHeinrich Schuchardt2-3/+3
2022-01-15disk: gpt: print all partitionsHeinrich Schuchardt1-2/+2
2022-01-15efi_loader: fix SectionAlignment, FileAlignmentHeinrich Schuchardt7-14/+17
2022-01-15riscv: revert Complete efi header for RV32/64Heinrich Schuchardt1-10/+0
2022-01-15doc: add include/dm/fdtaddr.h to the HTML documentationPatrick Delaunay2-13/+13
2022-01-15doc: add include/dm/of*.h to the HTML documentationPatrick Delaunay6-275/+297
2022-01-15doc: add include/dm/read.h to the HTML documentationPatrick Delaunay2-80/+82
2022-01-15doc: add include/dm/devres.h to the HTML documentationPatrick Delaunay2-7/+8
2022-01-15doc: add include/dm/device.h to the HTML documentationPatrick Delaunay2-93/+121
2022-01-15doc: add include/dm/platdata.h to the HTML documentationPatrick Delaunay2-2/+3
2022-01-15doc: add include/dm/lists.h to the HTML documentationPatrick Delaunay2-3/+6
2022-01-15doc: add include/dm/root.h to the HTML documentationPatrick Delaunay2-9/+12
2022-01-15doc: add include/dm/uclass.h to the HTML documentationPatrick Delaunay3-41/+52
2022-01-15.readthedocs.yml: update the requirementsHeinrich Schuchardt2-8/+13
2022-01-15doc: Building on Alpine LinuxHeinrich Schuchardt1-0/+10
2022-01-15doc: add Arm Juno board documentationAndre Przywara2-0/+115
2022-01-14lib: Kconfig: fix PHANDLE_CHECK_SEQ position outside of menuEugen Hristev1-2/+2
2022-01-14env: fat: Add new lines at the end of print statementsPeter Robinson1-4/+4
2022-01-14phy: Track power-on and init counts in uclassAlper Nebi Yasak3-14/+215
2022-01-14ARM: qemu-arm: Fix build fail with boot devices disabledPiotr Kubik1-4/+28
2022-01-14armv8: apple: Disable PSCI resetMark Kettenis1-1/+1
2022-01-14BRCMNAND: Fix reporting of uncorrectable errors on subpages during page readJoel Peshkin1-1/+1
2022-01-14cmd: adc: Report return value on errorSamuel Dionne-Riel1-2/+2
2022-01-14lib: export vsscanfSamuel Dionne-Riel1-0/+8
2022-01-14checkpatch: report ERROR only on disabling of fdt and initrd relocationHou Zhiqiang1-1/+1
2022-01-14nvme: Do not allocate 8kB buffer on stackPali Rohár1-9/+26
2022-01-14test: test_lsblk: Mark as sandbox specificPatrick Delaunay1-0/+1
2022-01-14pci: Work around PCIe link training failuresMaciej W. Rozycki2-2/+189
2022-01-14lib: sparse: Make CHUNK_TYPE_RAW buffer alignedqianfan Zhao1-8/+61
2022-01-14Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/14Jan2022Tom Rini47-330/+920
2022-01-14arm: mvebu: Replace hardcoded values 0x0030/0x4030 by proper calculationPali Rohár11-11/+11
2022-01-14arm: mvebu: db-88f6720: Fix CONFIG_SPL_TEXT_BASE and remove wrong memory layoutPali Rohár2-15/+2
2022-01-14tools: kwbimage: Fix mkimage/dumpimage -l argumentPali Rohár1-1/+2
2022-01-14tools: kwbimage: Extract main data image without -p arg for dumpimagePali Rohár1-27/+40
2022-01-14tools: kwbimage/kwboot: Check ext field for non-zero valuePali Rohár3-6/+6
2022-01-14tools: kwbimage: Do not cast const pointers to non-const pointersPali Rohár1-2/+2