aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-15Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashWIP/15May2023Tom Rini2-1/+10
2023-05-15mtd: cfi: respect reg address lengthNuno Sá2-1/+10
2023-05-14Merge branch 'master_rzn1/rzn1' of https://source.denx.de/u-boot/custodians/u...WIP/14May2023Tom Rini44-4/+5477
2023-05-14Merge branch '2023-05-13-bootstd-updates-and-improvements'Tom Rini30-148/+180
2023-05-13bootstd: Create a new BOOTMETH_DISTROSimon Glass1-1/+9
2023-05-13bootstd: Rename distro and syslinux to extlinuxSimon Glass18-126/+136
2023-05-13bootstd: Tidy up reporting of errorsSimon Glass4-8/+8
2023-05-13bootstd: Correct default boot commandSimon Glass3-4/+4
2023-05-13bootstd: Require HUSH_PARSER for script bootingSimon Glass1-0/+1
2023-05-13bootstd: usb: Avoid initing USB twiceSimon Glass2-0/+8
2023-05-13usb: Tidy up the usb_start flagSimon Glass6-8/+6
2023-05-13bootstd: Work around missing partition 1Simon Glass1-1/+8
2023-05-13doc: renesas: add Renesas board docsRalph Siemsen4-0/+132
2023-05-13tools: spkgimage: add Renesas SPKG formatRalph Siemsen7-0/+497
2023-05-13board: schneider: add RZN1 board supportRalph Siemsen14-0/+1917
2023-05-13ARM: rmobile: Add support for Renesas RZ/N1 SoCRalph Siemsen3-2/+47
2023-05-13ARM: dts: add devicetree for Renesas RZ/N1 SoCRalph Siemsen2-0/+626
2023-05-13ram: cadence: add driver for Cadence EDACRalph Siemsen6-0/+605
2023-05-13pinctrl: renesas: add R906G032 driverRalph Siemsen5-0/+529
2023-05-13clk: renesas: add R906G032 driverRalph Siemsen3-0/+1110
2023-05-13clk: renesas: prepare for non R-Car clock driversRalph Siemsen2-2/+9
2023-05-13ARM: armv7: add non-SPL enable for Cortex SMPENRalph Siemsen1-0/+5
2023-05-11Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/11May2023Tom Rini58-147/+380
2023-05-11x86: samus: Adjust TPL start and pre-reloc memory sizeSimon Glass1-2/+2
2023-05-11x86: samus: Don't include audio and SATA in TPLSimon Glass1-2/+2
2023-05-11x86: Simplify cpu_jump_to_64bit_uboot()Simon Glass1-27/+5
2023-05-11spl: Commit MTRRs only in board_init_f_r()Simon Glass1-1/+0
2023-05-11x86: spl: Avoid using init_cache_f_r() from SPLSimon Glass1-1/+2
2023-05-11x86: Tidy up address for loading U-Boot from SPLSimon Glass1-10/+3
2023-05-11x86: sysreset: Set up LPC only after relocationSimon Glass1-2/+7
2023-05-11x86: spl: Show debugging for BSSSimon Glass1-0/+2
2023-05-11x86: mrc: Correct SPL debug messageSimon Glass1-1/+1
2023-05-11x86: Tidy up availability of string functionsSimon Glass2-2/+8
2023-05-11x86: Support debug UART in 64-bit modeSimon Glass1-0/+7
2023-05-11x86: samus: Drop EFI_LOADERSimon Glass1-0/+1
2023-05-11x86: ivybridge: Ensure LPC is available for GPIO baseSimon Glass1-8/+9
2023-05-11sf: Rename spi-nor-tiny functionsSimon Glass1-8/+8
2023-05-11sf: Guard against zero erasesizeSimon Glass1-1/+2
2023-05-11binman: Support writing symbols for ucode etypesSimon Glass3-4/+4
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass18-21/+21
2023-05-11coreboot: Enable ms commandSimon Glass1-0/+1
2023-05-11x86: nvme: coreboot: Enable NVMeSimon Glass1-0/+1
2023-05-11nvme: Enable PCI bus masteringSimon Glass1-0/+5
2023-05-11x86: coreboot: Show unimplemented sysinfo tagsSimon Glass3-0/+16
2023-05-11x86: coreboot: Log function names and line numbersSimon Glass1-0/+4
2023-05-11x86: coreboot: Scan PCI after relocationSimon Glass1-0/+1
2023-05-11x86: coreboot: Document how to enable the debug UARTSimon Glass1-0/+29
2023-05-11x86: coreboot: Use a memory-mapped UARTSimon Glass2-2/+0
2023-05-11pci: coreboot: Don't read regions when bootingSimon Glass1-0/+4
2023-05-11x86: Allow locating the UART from ACPI tablesSimon Glass2-8/+116