summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master_rzn1/rzn1' of https://source.denx.de/u-boot/custodians/u...WIP/14May2023Tom Rini2023-05-1444-4/+5477
|\
| * doc: renesas: add Renesas board docsRalph Siemsen2023-05-134-0/+132
| * tools: spkgimage: add Renesas SPKG formatRalph Siemsen2023-05-137-0/+497
| * board: schneider: add RZN1 board supportRalph Siemsen2023-05-1314-0/+1917
| * ARM: rmobile: Add support for Renesas RZ/N1 SoCRalph Siemsen2023-05-133-2/+47
| * ARM: dts: add devicetree for Renesas RZ/N1 SoCRalph Siemsen2023-05-132-0/+626
| * ram: cadence: add driver for Cadence EDACRalph Siemsen2023-05-136-0/+605
| * pinctrl: renesas: add R906G032 driverRalph Siemsen2023-05-135-0/+529
| * clk: renesas: add R906G032 driverRalph Siemsen2023-05-133-0/+1110
| * clk: renesas: prepare for non R-Car clock driversRalph Siemsen2023-05-132-2/+9
| * ARM: armv7: add non-SPL enable for Cortex SMPENRalph Siemsen2023-05-131-0/+5
* | Merge branch '2023-05-13-bootstd-updates-and-improvements'Tom Rini2023-05-1430-148/+180
|\ \ | |/ |/|
| * bootstd: Create a new BOOTMETH_DISTROSimon Glass2023-05-131-1/+9
| * bootstd: Rename distro and syslinux to extlinuxSimon Glass2023-05-1318-126/+136
| * bootstd: Tidy up reporting of errorsSimon Glass2023-05-134-8/+8
| * bootstd: Correct default boot commandSimon Glass2023-05-133-4/+4
| * bootstd: Require HUSH_PARSER for script bootingSimon Glass2023-05-131-0/+1
| * bootstd: usb: Avoid initing USB twiceSimon Glass2023-05-132-0/+8
| * usb: Tidy up the usb_start flagSimon Glass2023-05-136-8/+6
| * bootstd: Work around missing partition 1Simon Glass2023-05-131-1/+8
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini2023-05-1158-147/+380
|\
| * x86: samus: Adjust TPL start and pre-reloc memory sizeSimon Glass2023-05-111-2/+2
| * x86: samus: Don't include audio and SATA in TPLSimon Glass2023-05-111-2/+2
| * x86: Simplify cpu_jump_to_64bit_uboot()Simon Glass2023-05-111-27/+5
| * spl: Commit MTRRs only in board_init_f_r()Simon Glass2023-05-111-1/+0
| * x86: spl: Avoid using init_cache_f_r() from SPLSimon Glass2023-05-111-1/+2
| * x86: Tidy up address for loading U-Boot from SPLSimon Glass2023-05-111-10/+3
| * x86: sysreset: Set up LPC only after relocationSimon Glass2023-05-111-2/+7
| * x86: spl: Show debugging for BSSSimon Glass2023-05-111-0/+2
| * x86: mrc: Correct SPL debug messageSimon Glass2023-05-111-1/+1
| * x86: Tidy up availability of string functionsSimon Glass2023-05-112-2/+8
| * x86: Support debug UART in 64-bit modeSimon Glass2023-05-111-0/+7
| * x86: samus: Drop EFI_LOADERSimon Glass2023-05-111-0/+1
| * x86: ivybridge: Ensure LPC is available for GPIO baseSimon Glass2023-05-111-8/+9
| * sf: Rename spi-nor-tiny functionsSimon Glass2023-05-111-8/+8
| * sf: Guard against zero erasesizeSimon Glass2023-05-111-1/+2
| * binman: Support writing symbols for ucode etypesSimon Glass2023-05-113-4/+4
| * dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass2023-05-1118-21/+21
| * coreboot: Enable ms commandSimon Glass2023-05-111-0/+1
| * x86: nvme: coreboot: Enable NVMeSimon Glass2023-05-111-0/+1
| * nvme: Enable PCI bus masteringSimon Glass2023-05-111-0/+5
| * x86: coreboot: Show unimplemented sysinfo tagsSimon Glass2023-05-113-0/+16
| * x86: coreboot: Log function names and line numbersSimon Glass2023-05-111-0/+4
| * x86: coreboot: Scan PCI after relocationSimon Glass2023-05-111-0/+1
| * x86: coreboot: Document how to enable the debug UARTSimon Glass2023-05-111-0/+29
| * x86: coreboot: Use a memory-mapped UARTSimon Glass2023-05-112-2/+0
| * pci: coreboot: Don't read regions when bootingSimon Glass2023-05-111-0/+4
| * x86: Allow locating the UART from ACPI tablesSimon Glass2023-05-112-8/+116
| * x86: coreboot: Collect the address of the ACPI tablesSimon Glass2023-05-115-2/+18
| * acpi: Move the table-finding functions into the libarySimon Glass2023-05-114-39/+56