summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation
AgeCommit message (Expand)Author
2020-05-10src/mainboard: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS
2020-05-09src/: Replace GPL boilerplate with SPDX headerPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: move copyrights and authors to AUTHORSPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-23src/mainboard: Const'ify pci_devfn_t devicesElyes HAOUAS
2020-04-18mb/qemu-i440fx,q35: Fix option tableNico Huber
2020-04-18mb/qemu-q35: Select `HAVE_CMOS_DEFAULT`Nico Huber
2020-04-13acpi: Bump FADT to revision 6Patrick Rudolph
2020-04-10src/mb: Remove unneeded spaces before/after tabsElyes HAOUAS
2020-04-10Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber
2020-04-10Drop unnecessary DEVICE_NOOP entriesNico Huber
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS
2020-04-04mainboard/emulation: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-02mb/emulation/qemu-q35: drop unused intel_gma_get_controller_info()Matt DeVillier
2020-04-02sb/intel/i82801ix: drop IGD-related NVS variablesMatt DeVillier
2020-03-31mb/emulation/qemu-q35: Enable CHROMEOS as an optionDuncan Laurie
2020-03-31mb/emulation/qemu-q35: Enable option for TPMDuncan Laurie
2020-03-31mb/emulation/qemu-i440fx: Add acpi_name handler for QEMUDuncan Laurie
2020-03-31mb/emulation/qemu-i440fx: Reserve low memoryDuncan Laurie
2020-03-31mb/emulation/qemu-q35: Increase max size of ACPI tablesDuncan Laurie
2020-03-29drivers/intel/gma/acpi: Provide default definition for displaysNico Huber
2020-03-23src: capitalize 'APIC'Elyes HAOUAS
2020-03-18mainboard/[a-f]*: Remove copyright noticesPatrick Georgi
2020-03-03treewide: Replace BOARD_EMULATION_QEMU_X86Angel Pons
2020-03-03mb/emulation/Kconfig: Redefine BOARD_EMULATION_QEMU_X86Angel Pons
2020-03-03mb/*/Kconfig: Factor out MAINBOARD_VENDORAngel Pons
2020-03-02mb/emulation/qemu-aarch64: Add ARM trusted firmware supportPatrick Rudolph
2020-03-02mb/emulation/qemu-aarch64: Add MMU supportPatrick Rudolph
2020-02-08Add configurable ramstage support for minimal PCI scanningRonald G. Minnich
2019-12-31mb/*/*/acpi_tables: Don't zero out gnvs againPeter Lemenkov
2019-12-20src/mainboard: Remove unused '#include <device/pci.h>'Elyes HAOUAS
2019-12-20mainboard: Add missing include <device/pci_def.h>Elyes HAOUAS
2019-12-18src: Remove unused 'include <bootblock_common.h>'Elyes HAOUAS
2019-12-17mb/emulation/qemu-q35: Drop unused romcc-related KconfigArthur Heymans
2019-12-11fmap: Make FMAP_CACHE mandatory if it is configured inJulius Werner
2019-12-06mb/emulation/qemu-riscv: Implement ipi using clint to enable smp in qemu/spike.Philipp Hug
2019-12-03src: Add missing include <stdlib.h>Elyes HAOUAS
2019-11-23Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi
2019-11-12mb/*: Fix default fmap with VBOOT_SLOTS_RW_A enabledPatrick Rudolph
2019-11-06mb/emulation/qemu: Add VBOOT supportPatrick Rudolph
2019-11-04arch/ppc64: Pass cbmem_top to ramstage via calling argumentArthur Heymans
2019-11-03arch/arm64: Pass cbmem_top to ramstage via calling argumentArthur Heymans
2019-11-03arch/arm: Pass cbmem_top to ramstage via calling argumentArthur Heymans
2019-11-01mb/emulation/*-riscv: Initialize cbmem in romstageArthur Heymans
2019-11-01lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans
2019-10-27src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS
2019-10-25src/mainboard: Drop wrong _ADR objectsElyes HAOUAS
2019-09-24emulation/qemu-i440fx: use fw_cfg_dma for fw_cfg_readHimanshu Sahdev