summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation/qemu-i440fx
Commit message (Expand)AuthorAgeFilesLines
* mb/emulation/qemu-i440fx/northbridge.c: Use SMBIOS macrosElyes HAOUAS2020-07-261-3/+3
* mb/qemu-i440fx/memmap: Add warning when falling back to CMOS infosNico Huber2020-07-191-1/+4
* mb/qemu/fw_cfg: Fix return code check for fw_cfg_e820_select()Nico Huber2020-07-191-1/+1
* mb/qemu/fw_cfg: Add info messages about (not) found filesNico Huber2020-07-191-0/+2
* src: Remove unused 'include <types.h>'Elyes HAOUAS2020-07-141-1/+0
* mb/emulation/qemu-i440fx: Drop dead codeAngel Pons2020-07-093-49/+0
* mb/emulation/qemu-i440fx,q35: Fix comment stylePaul Menzel2020-06-221-3/+1
* Kconfig: Escape variable to accommodate new Kconfig versionsPatrick Georgi2020-06-191-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1116-16/+0
* src/mainboard: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-101-10/+1
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-061-4/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-023-3/+3
* mb/qemu-i440fx,q35: Fix option tableNico Huber2020-04-181-4/+8
* 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-052-3/+0
* mainboard/emulation: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0415-186/+30
* 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
* src: capitalize 'APIC'Elyes HAOUAS2020-03-231-3/+3
* mainboard/[a-f]*: Remove copyright noticesPatrick Georgi2020-03-185-8/+0
* src/mainboard: Remove unused '#include <device/pci.h>'Elyes HAOUAS2019-12-201-1/+0
* mainboard: Add missing include <device/pci_def.h>Elyes HAOUAS2019-12-201-0/+1
* src: Add missing include <stdlib.h>Elyes HAOUAS2019-12-031-0/+1
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-231-1/+1
* mb/*: Fix default fmap with VBOOT_SLOTS_RW_A enabledPatrick Rudolph2019-11-121-0/+4
* mb/emulation/qemu: Add VBOOT supportPatrick Rudolph2019-11-063-2/+48
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-011-1/+1
* src/mainboard: Drop wrong _ADR objectsElyes HAOUAS2019-10-251-1/+0
* emulation/qemu-i440fx: use fw_cfg_dma for fw_cfg_readHimanshu Sahdev2019-09-242-4/+75
* 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
* emulation/qemu-x86: Rename memory.c to memmap.cKyösti Mälkki2019-08-262-5/+7
* emulation/qemu-x86: Use common romstage codeKyösti Mälkki2019-08-262-22/+7
* arch/x86: Add <arch/romstage.h>Kyösti Mälkki2019-08-221-1/+1
* arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki2019-08-111-1/+0
* arch/x86: Enable POSTCAR_CONSOLE by defaultKyösti Mälkki2019-08-111-1/+0
* device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki2019-07-121-1/+1
* arch/x86: Adjust size of postcar stackKyösti Mälkki2019-07-041-5/+2
* x86/smbios: Untangle system and board tablesNico Huber2019-03-161-1/+1
* src: Drop unused 'include <arch/acpigen.h>'Elyes HAOUAS2019-03-122-2/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* mb/qemu-{i440fx,q35}: Use POSTCAR stage to load the ramstageArthur Heymans2019-03-054-2/+38
* Fix indirect include for endianessKyösti Mälkki2019-03-041-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* mb/emulation/qemu: Fix fw_cfg file loadingPatrick Rudolph2019-02-241-2/+2
* mb/emulation/qemu-i440fx: use e820 in romstageThomas Heijligen2019-02-052-1/+9
* mb/emulation/qemu-i440fx: make fw_cfg_present usable in PRERAMThomas Heijligen2019-02-051-5/+7