summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace BOARD_EMULATION_QEMU_X86Angel Pons2020-03-031-5/+0
* mb/emulation/Kconfig: Redefine BOARD_EMULATION_QEMU_X86Angel Pons2020-03-031-1/+1
* mb/*/Kconfig: Factor out MAINBOARD_VENDORAngel Pons2020-03-031-1/+0
* mb/emulation/qemu-aarch64: Add ARM trusted firmware supportPatrick Rudolph2020-03-026-0/+18
* mb/emulation/qemu-aarch64: Add MMU supportPatrick Rudolph2020-03-023-3/+38
* Add configurable ramstage support for minimal PCI scanningRonald G. Minnich2020-02-081-2/+2
* mb/*/*/acpi_tables: Don't zero out gnvs againPeter Lemenkov2019-12-311-1/+0
* src/mainboard: Remove unused '#include <device/pci.h>'Elyes HAOUAS2019-12-202-2/+0
* mainboard: Add missing include <device/pci_def.h>Elyes HAOUAS2019-12-201-0/+1
* src: Remove unused 'include <bootblock_common.h>'Elyes HAOUAS2019-12-181-1/+0
* mb/emulation/qemu-q35: Drop unused romcc-related KconfigArthur Heymans2019-12-171-4/+0
* fmap: Make FMAP_CACHE mandatory if it is configured inJulius Werner2019-12-115-2/+7
* mb/emulation/qemu-riscv: Implement ipi using clint to enable smp in qemu/spike.Philipp Hug2019-12-064-0/+14
* src: Add missing include <stdlib.h>Elyes HAOUAS2019-12-031-0/+1
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-237-7/+6
* mb/*: Fix default fmap with VBOOT_SLOTS_RW_A enabledPatrick Rudolph2019-11-122-0/+8
* mb/emulation/qemu: Add VBOOT supportPatrick Rudolph2019-11-066-4/+96
* arch/ppc64: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-041-1/+0
* arch/arm64: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-031-1/+0
* arch/arm: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-031-1/+0
* mb/emulation/*-riscv: Initialize cbmem in romstageArthur Heymans2019-11-012-0/+5
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-014-4/+4
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-1/+0
* src/mainboard: Drop wrong _ADR objectsElyes HAOUAS2019-10-252-2/+0
* emulation/qemu-i440fx: use fw_cfg_dma for fw_cfg_readHimanshu Sahdev2019-09-242-4/+75
* cpu,mb,soc: Init missing lb_serial struct fieldsJacob Garber2019-09-191-0/+3
* emulation/qemu-i440fx/fw_cfg_if.h: replace macro with enumHimanshu Sahdev2019-09-131-28/+31
* emulation/qemu-i440fx/northbridge.c: Fix minor whitespaceHimanshu Sahdev2019-09-111-1/+1
* arch/ppc64: move misc.c to qemu-power8 as timer.cMarty E. Plummer2019-09-022-0/+23
* emulation/qemu-x86: Rename memory.c to memmap.cKyösti Mälkki2019-08-263-12/+15
* emulation/qemu-x86: Use common romstage codeKyösti Mälkki2019-08-263-42/+8
* mainboard/emulation/qemu-aarch64: Update DRAM_SIZE_MBAsami Doi2019-08-261-1/+1
* arch/x86: Add <arch/romstage.h>Kyösti Mälkki2019-08-222-2/+2
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-2/+0
* arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki2019-08-112-2/+0
* arch/x86: Enable POSTCAR_CONSOLE by defaultKyösti Mälkki2019-08-112-2/+0
* mainboard/emulation/qemu-aarch64: Add new board for ARMv8Asami Doi2019-08-0812-0/+270
* mb/emulation/qemu-riscv: Add opensbi supportPatrick Rudolph2019-08-032-0/+26
* mb/emulation/qemu-riscv: Protect CBFS from payload loaderPatrick Rudolph2019-07-302-6/+13
* mb/emulation/qemu-riscv: Fix regressionPatrick Rudolph2019-07-291-1/+1
* lib: Rewrite qemu-armv7 ramdetectPatrick Rudolph2019-07-285-72/+14
* arch/ppc64: Make PPC64 stages select ARCH_PPC64Arthur Heymans2019-07-261-1/+3
* lib: Remove the BOOTBLOCK_CUSTOM compile guardAsami Doi2019-07-171-1/+3
* device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki2019-07-122-3/+3
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-0/+1
* emulation/qemu-power8: Select CPU_QEMU_POWER8Kyösti Mälkki2019-07-091-0/+1
* qemu-q35: die if started on wrong machinePatrick Rudolph2019-07-082-0/+21
* arch/x86: Adjust size of postcar stackKyösti Mälkki2019-07-042-10/+4
* mb/emulation/qemu-riscv: Use generic 8250 uart driverPatrick Rudolph2019-06-282-35/+2
* mb/emulation/qemu-riscv: Support arbitrary ROM sizesPatrick Rudolph2019-06-211-7/+10