aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-17Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/17Jul2023Tom Rini95-318/+2424
2023-07-17x86: Switch QEMU over to use the bochs driverSimon Glass3-8/+1
2023-07-17x86: video: Add a driver for QEMU bochs emulationSimon Glass4-0/+190
2023-07-17efi: Use the installed ACPI tablesSimon Glass1-14/+19
2023-07-17sandbox: Install ACPI tables on startupSimon Glass1-0/+16
2023-07-17sandbox: Correct header order in board fileSimon Glass1-3/+3
2023-07-17log: Support outputing function names in SPLSimon Glass1-2/+8
2023-07-17x86: Make sure that the LPC is active before SDRAM initSimon Glass1-0/+9
2023-07-17x86: link: Support Micron memorySimon Glass1-0/+1
2023-07-17x86: Convert some debug statements to use loggingSimon Glass6-20/+33
2023-07-17x86: Record the start and end of the tablesSimon Glass5-1/+40
2023-07-17x86: Refactor table-writing code a littleSimon Glass1-14/+14
2023-07-17x86: Enable useful options for qemu-86_64Simon Glass1-0/+8
2023-07-17fs: fat: Shrink the size of a few stringsSimon Glass2-19/+15
2023-07-17x86: Allow logging to be used in SPL reliablySimon Glass1-0/+13
2023-07-17x86: Enable display for QEMU 64-bitSimon Glass1-0/+6
2023-07-17pci: Mask the ROM address in case it is already enabledSimon Glass1-0/+1
2023-07-17pci: Adjust video BIOS debugging to be SPL-friendlySimon Glass1-2/+2
2023-07-17x86: Init video in SPL if enabledSimon Glass1-0/+9
2023-07-17x86: Ensure SPL banner is only shown onceSimon Glass1-1/+7
2023-07-17x86: Pass video settings from SPL to U-Boot properSimon Glass4-21/+83
2023-07-17x86: Allow video-BIOS code to be built for SPLSimon Glass3-18/+19
2023-07-17pci: Tidy up logging and reporting for video BIOSSimon Glass1-3/+9
2023-07-17pci: Support autoconfig in SPLSimon Glass2-1/+14
2023-07-17nvme: Provide more useful debugging messagesSimon Glass1-10/+26
2023-07-17bdinfo: Show the malloc base with the bdinfo commandSimon Glass3-3/+18
2023-07-17x86: Improve the trampoline in 64-bit modeSimon Glass3-5/+37
2023-07-17efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUGSimon Glass1-1/+1
2023-07-17qfw: Set the address of the ACPI tablesSimon Glass1-0/+4
2023-07-17log: Tidy up an ambiguous commentSimon Glass1-1/+1
2023-07-17qfw: Show the file address if availableSimon Glass2-13/+16
2023-07-17part: Allow setting the partition-table typeSimon Glass4-0/+133
2023-07-17bdinfo: Show the RAM top and approximate stack pointerSimon Glass3-0/+20
2023-07-17acpi: Add a comment to set the acpi tablesSimon Glass3-5/+86
2023-07-17x86: Show an error when a BIOS exception occursSimon Glass1-1/+1
2023-07-17x86: Correct get_sp() implementation for 64-bitSimon Glass1-1/+1
2023-07-17x86: Show the CPU physical address size with bdinfoSimon Glass1-0/+1
2023-07-17x86: Add a comment for board_init_f_r_trampoline()Simon Glass1-2/+14
2023-07-17x86: Tidy up EFI code in interrupt_init()Simon Glass1-12/+5
2023-07-17bios_emulator: Drop VIDEO_IO_OFFSETSimon Glass8-21/+10
2023-07-17bios_emulator: Add Kconfig and adjust Makefile for SPLSimon Glass4-8/+13
2023-07-17x86: mtrr: Add documentationSimon Glass2-0/+152
2023-07-17x86: Allow listing MTRRs in SPLSimon Glass4-56/+92
2023-07-17x86: coral: Adjust various config optionsSimon Glass1-2/+8
2023-07-17x86: coreboot: Adjust various config optionsSimon Glass1-12/+2
2023-07-17bootstd: Add a simple bootmeth for ChromiumOSSimon Glass4-0/+225
2023-07-17x86: zimage: Export the function to obtain the cmdlineSimon Glass2-3/+18
2023-07-17x86: Add a function to boot a zimageSimon Glass2-11/+88
2023-07-17bootstd: Support automatically setting Linux parametersSimon Glass4-2/+123
2023-07-17x86: qemu: Switch to standard bootSimon Glass3-10/+2