aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation
AgeCommit message (Expand)Author
2020-06-30ACPI: Drop typedef global_nvs_tKyösti Mälkki
2020-06-27mb/emulation/qemu-q35: Use common early SPI codeAngel Pons
2020-06-22mb/emulation/qemu-i440fx,q35: Fix comment stylePaul Menzel
2020-06-19Kconfig: Escape variable to accommodate new Kconfig versionsPatrick Georgi
2020-06-13treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh
2020-06-10sb/intel/i82801ix: Select COMMON_FADTKyösti Mälkki
2020-06-06arch/x86: Declare permanent_smi_handler()Kyösti Mälkki
2020-06-06mb/emulation/qemu-q35: Control SMI related FADT entriesKyösti Mälkki
2020-05-28mb/emulation: Remove fake devicetree.cb componentsKyösti Mälkki
2020-05-18mainboard/*/*/*.cb: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-18mainboard/*/*/Kconfig*: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
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
2019-09-19cpu,mb,soc: Init missing lb_serial struct fieldsJacob Garber
2019-09-13emulation/qemu-i440fx/fw_cfg_if.h: replace macro with enumHimanshu Sahdev
2019-09-11emulation/qemu-i440fx/northbridge.c: Fix minor whitespaceHimanshu Sahdev
2019-09-02arch/ppc64: move misc.c to qemu-power8 as timer.cMarty E. Plummer
2019-08-26emulation/qemu-x86: Rename memory.c to memmap.cKyösti Mälkki
2019-08-26emulation/qemu-x86: Use common romstage codeKyösti Mälkki
2019-08-26mainboard/emulation/qemu-aarch64: Update DRAM_SIZE_MBAsami Doi
2019-08-22arch/x86: Add <arch/romstage.h>Kyösti Mälkki
2019-08-20arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki
2019-08-11arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki
2019-08-11arch/x86: Enable POSTCAR_CONSOLE by defaultKyösti Mälkki
2019-08-08mainboard/emulation/qemu-aarch64: Add new board for ARMv8Asami Doi
2019-08-03mb/emulation/qemu-riscv: Add opensbi supportPatrick Rudolph
2019-07-30mb/emulation/qemu-riscv: Protect CBFS from payload loaderPatrick Rudolph
2019-07-29mb/emulation/qemu-riscv: Fix regressionPatrick Rudolph
2019-07-28lib: Rewrite qemu-armv7 ramdetectPatrick Rudolph
2019-07-26arch/ppc64: Make PPC64 stages select ARCH_PPC64Arthur Heymans
2019-07-17lib: Remove the BOOTBLOCK_CUSTOM compile guardAsami Doi
2019-07-12device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki
2019-07-09arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki
2019-07-09emulation/qemu-power8: Select CPU_QEMU_POWER8Kyösti Mälkki
2019-07-08qemu-q35: die if started on wrong machinePatrick Rudolph
2019-07-04arch/x86: Adjust size of postcar stackKyösti Mälkki
2019-06-28mb/emulation/qemu-riscv: Use generic 8250 uart driverPatrick Rudolph
2019-06-21mb/emulation/qemu-riscv: Support arbitrary ROM sizesPatrick Rudolph
2019-06-19{mb,sb}: Use get_acpi_table_revision(FADT)Elyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-16x86/smbios: Untangle system and board tablesNico Huber
2019-03-12src: Drop unused 'include <arch/acpigen.h>'Elyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-05mb/qemu-{i440fx,q35}: Use POSTCAR stage to load the ramstageArthur Heymans
2019-03-04Fix indirect include for endianessKyösti Mälkki
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-03-04arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-03-01ACPI: Rename FADT model and set it to zeroElyes HAOUAS