summaryrefslogtreecommitdiff
path: root/board/emulation
AgeCommit message (Expand)AuthorFilesLines
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-10Correct 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-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-3/+3
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-12-06global: 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-06qemu-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_HOSTFILEIlias Apalodimas3-3/+6
2021-10-18riscv: Remove OF_PRIOR_STAGE from RISC-V boardsIlias Apalodimas1-0/+8
2021-09-18Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass1-0/+1
2021-09-14pci: Drop DM_PCISimon Glass1-1/+0
2021-08-11riscv: qemu: Enable MTD NOR flash supportBin Meng1-0/+2
2021-07-18efi_capsule: Move signature from DTB to .rodataIlias Apalodimas2-44/+0
2021-05-18efi_loader: capsule: Remove the check for capsule_authentication_enabled envi...Sughosh Ganu1-6/+0
2021-04-15ppc: qemu: Create a virtual memory mapping of the platform busBin Meng2-0/+35
2021-04-13qemu: arm: select QFW, MMIO on qemu-armAsherah Connor1-0/+2
2021-04-13x86: qemu: move QFW to its own uclassAsherah Connor1-0/+1
2021-03-05ppc: qemu: Move board directory from board/freescale to board/emulationBin Meng4-0/+342
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu2-0/+49
2020-12-31qemu: common: Set dfu_alt_info variable for the platformSughosh Ganu3-0/+70
2020-12-31qemu: common: Add support for dynamic mtdparts for the platformSughosh Ganu4-0/+107
2020-12-31qemu: arm: Initialise virtio devices in board_late_initSughosh Ganu1-0/+5
2020-11-17riscv: enable SATA disk on QEMU RISC-VHeinrich Schuchardt1-0/+7
2020-11-17riscv: sort SPECIFIC_OPTIONSHeinrich Schuchardt1-19/+19
2020-09-01x86: qemu: Remove dead codeAndy Shevchenko3-9/+1
2020-07-29arm: qemu: override flash accessors to use virtualizable instructionsArd Biesheuvel1-0/+45
2020-07-29arm: qemu: implement enable_caches()Ard Biesheuvel1-0/+7
2020-07-24riscv: qemu: Add syscon reboot and poweroff supportBin Meng1-0/+4
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-04-23Revert "riscv: qemu: clear kernel-start/-end in device tree as workaround for...Lukas Auer2-40/+0
2020-01-07efi: qemu: arm64: Add efi_rng_protocol implementation for the platformSughosh Ganu1-0/+42
2019-12-03common: Move some board functions out of common.hSimon Glass1-0/+1
2019-08-26riscv: qemu: Fix kconfig build warningBin Meng1-0/+1
2019-08-26riscv: qemu: add SPL configurationLukas Auer3-0/+29
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1