summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-15net: dsa: fix phydev->speed being uninitialized for the CPU port fixed PHYVladimir Oltean1-0/+11
2022-01-15cmd: pxe_utils: sysboot: add label override supportAmjad Ouled-Ameur2-0/+21
2022-01-15mach-k3: am64_spl: Alias Ethernet RGMII boot to CPGMACVignesh Raghavendra1-0/+1
2022-01-15mach-k3: am642_init: Probe AM65 CPSW NUSS for R5/A53 SPLVignesh Raghavendra1-0/+7
2022-01-15board: ti: am64x: Init DRAM size in R5/A53 SPLVignesh Raghavendra1-0/+3
2022-01-15net: ti: am65-cpsw: Add support for multi port independent MAC modeVignesh Raghavendra2-27/+52
2022-01-15mach-k3: common: Instantiate AM65 CPSW NUSS wrapperVignesh Raghavendra1-0/+16
2022-01-15dma: ti: k3-udma: Fix rflow reservation for PKTDMAVignesh Raghavendra1-13/+8
2022-01-15ARM: mach-k3: sysfw-loader: Copy sysfw.itb to OCRAM in OSPI/SPI bootmodeVignesh Raghavendra1-2/+16
2022-01-15arm: mach-k3: am642_init: Unlock MCU PADCFG regsMichael Liebert2-0/+5
2022-01-15Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom 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