aboutsummaryrefslogtreecommitdiff
path: root/board/emulation
AgeCommit message (Expand)AuthorFilesLines
2024-07-04board: emulation: New board qemu-xtensaJiaxun Yang4-0/+116
2024-05-06board: emulation: Remove <common.h> and add needed includesTom Rini5-5/+2
2024-04-10Merge patch series "Resolve issues with booting distros on x86"Tom Rini1-1/+2
2024-04-10x86: qemu: Expand ROM sizeSimon Glass1-1/+2
2024-04-09riscv: Move virtio scan to board_late_init()Łukasz Stelmach1-6/+6
2024-03-02qemu-arm: round down memory to multiple of 2MB for LPAEIgor Opaniuk1-0/+12
2024-02-27qemu-x86*: Remove empty config headerTom Rini2-5/+0
2024-01-17riscv: qemu: imply GOLDFISH_RTCHeinrich Schuchardt1-0/+2
2024-01-07arm: enable support for QEMU firmware tablesHeinrich Schuchardt1-0/+1
2024-01-07configs: qemu: add config fragment for ACPIHeinrich Schuchardt1-0/+3
2024-01-07riscv: add support for QEMU firmware tablesHeinrich Schuchardt1-0/+2
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini1-1/+1
2023-12-06risc-v: qemu: imply NVME_PCIHeinrich Schuchardt1-1/+1
2023-11-27Merge patch series "ufs: Add a PCI UFS controller support"WIP/27Nov2023-nextTom Rini1-0/+2
2023-11-27qemu: riscv: Enable UFS supportBin Meng1-0/+2
2023-11-07scsi: Forceably finish migration to DM_SCSIWIP/07Nov2023-nextTom Rini1-1/+0
2023-11-07qemu: Correct CMD_QFW dependencies in KconfigTom Rini2-3/+2
2023-10-09board: Remove essentially empty board files and MakefilesTom Rini2-5/+0
2023-09-21global: Use proper project name U-Boot (next2)Michal Simek1-1/+1
2023-08-31event: Use an event to replace last_stage_init()WIP/2023-08-31-replace-more-init-hooks-with-eventsSimon Glass1-1/+3
2023-08-24arm: qemu: Enable usb keyboard as an input deviceAlper Nebi Yasak2-1/+6
2023-08-24arm: qemu: Enable PRE_CONSOLE_BUFFERAlper Nebi Yasak1-0/+4
2023-08-24arm: qemu: Enable Bochs video supportAlper Nebi Yasak1-0/+3
2023-08-10riscv: qemu: imply CONFIG_DM_RNGHeinrich Schuchardt1-0/+1
2023-08-09x86: qemu-x86: Convert to text environmentSimon Glass1-0/+6
2023-08-02riscv: qemu: Enable usb keyboard as an input deviceBin Meng2-0/+10
2023-08-02riscv: qemu: Remove out-of-date "riscv, kernel-start" handlingBin Meng1-24/+0
2023-08-02riscv: qemu: Enable PRE_CONSOLE_BUFFERBin Meng1-0/+5
2023-08-02riscv: qemu: Enable Bochs video supportBin Meng1-0/+3
2023-07-25MAINTAINERS: Add a number of "common" directoriesTom Rini4-0/+5
2023-06-08efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima1-1/+1
2023-04-25qemu: dfu: Correct memset call in set_dfu_alt_infoTom Rini1-1/+1
2023-02-09Correct SPL uses of EFI_HAVE_CAPSULE_SUPPORTSimon Glass2-2/+2
2023-02-06arm: qemu: Move GUIDs to the C fileSimon Glass1-0/+10
2023-02-06arm: qemu: Switch to a text environmentSimon Glass1-0/+12
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-3/+3
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini1-1/+1
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass3-3/+3
2022-10-20riscv: qemu: spl: Fix booting Linux kernel with OpenSBI 1.0+Bin Meng1-1/+1
2022-07-05qemu-ppce500: Move CONFIG_SYS_PCI_MAP_{START, END} to board codeTom Rini1-2/+6
2022-04-15capsule: board: Add information needed for capsule updatesSughosh Ganu2-1/+30
2022-04-06riscv: enable CONFIG_CMD_SBI for QEMU boardsHeinrich Schuchardt1-0/+1
2022-03-31qemu: arm: Remove platform specific function to get RNG deviceSughosh Ganu1-42/+0
2022-02-10riscv: qemu: Implement is_flash_available() for MTD NORAnup Patel1-0/+12
2022-02-10riscv: qemu: Enable HTIF console supportAnup Patel1-0/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-12-23fdt: Enable OF_HAS_PRIOR_STAGE for most boards with OF_BOARDSimon Glass1-0/+1
2021-11-29qemu: common: Fix build with update capsuleVincent Stehlé1-1/+0
2021-10-27sandbox: Remove OF_HOSTFILEWIP/27Oct2021Ilias Apalodimas3-3/+6