summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation
Commit message (Expand)AuthorAgeFilesLines
* acpi: Bump FADT to revision 6Patrick Rudolph2020-04-131-5/+5
* src/mb: Remove unneeded spaces before/after tabsElyes HAOUAS2020-04-101-1/+1
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-053-4/+0
* mainboard/emulation: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0447-598/+94
* mb/emulation/qemu-q35: drop unused intel_gma_get_controller_info()Matt DeVillier2020-04-021-9/+0
* sb/intel/i82801ix: drop IGD-related NVS variablesMatt DeVillier2020-04-021-3/+0
* mb/emulation/qemu-q35: Enable CHROMEOS as an optionDuncan Laurie2020-03-314-3/+95
* mb/emulation/qemu-q35: Enable option for TPMDuncan Laurie2020-03-312-1/+6
* mb/emulation/qemu-i440fx: Add acpi_name handler for QEMUDuncan Laurie2020-03-311-0/+17
* mb/emulation/qemu-i440fx: Reserve low memoryDuncan Laurie2020-03-311-0/+6
* mb/emulation/qemu-q35: Increase max size of ACPI tablesDuncan Laurie2020-03-311-0/+5
* drivers/intel/gma/acpi: Provide default definition for displaysNico Huber2020-03-291-6/+1
* src: capitalize 'APIC'Elyes HAOUAS2020-03-231-3/+3
* mainboard/[a-f]*: Remove copyright noticesPatrick Georgi2020-03-1854-61/+0
* 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