summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation
Commit message (Expand)AuthorAgeFilesLines
* drivers: Replace set_vbe_mode_info_validPatrick Rudolph2020-12-171-8/+2
* mb/emulation/x86: Add optional parallel_mp init supportArthur Heymans2020-12-041-1/+15
* cpu/qemu-x86: Add the option to have no SMMArthur Heymans2020-12-041-0/+1
* cbfs: Enable CBFS mcache on most chipsetsJulius Werner2020-12-025-2/+7
* mb/**/cmos.layout: Indent everything with tabsAngel Pons2020-11-232-42/+42
* src: Add missing 'include <console/console.h>'Elyes HAOUAS2020-11-171-0/+1
* mb/emulation/q35: Define pm_acpi_smi_cmd_portArthur Heymans2020-11-092-0/+11
* mb/emulation/qemu-aarch64: Add a timestamp regionArthur Heymans2020-11-041-1/+2
* mb/*/*/dsdt.asl: Drop useless comments in DefinitionBlock()Elyes HAOUAS2020-10-132-4/+4
* {src/mb,util/autoport}: Use macro for DSDT revisionElyes HAOUAS2020-10-132-2/+2
* mb/Kconfig: Drop ROM sizes below 256KiBNico Huber2020-09-271-2/+0
* include/console/uart: make index parameter unsignedFelix Held2020-09-125-9/+9
* src: Drop redundant 'select BOOTBLOCK_CONSOLE'Elyes HAOUAS2020-09-021-1/+0
* mb/*/Kconfig: Drop redundant 'select CONSOLE_SERIAL'Elyes HAOUAS2020-09-012-2/+0
* mainboard/emulation/qemu-i440fx: Select HAVE_ASAN_IN_ROMSTAGEHarshit Sharma2020-08-211-0/+1
* mb/emulation/qemu-armv7: Fix boardPatrick Rudolph2020-08-031-6/+8
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-261-2/+2
* mb/emulation/qemu-i440fx/northbridge.c: Use SMBIOS macrosElyes HAOUAS2020-07-261-3/+3
* src: Remove unused 'include <cbmem.h>'Elyes HAOUAS2020-07-261-1/+0
* src: Remove extra lines in license headerElyes HAOUAS2020-07-267-32/+8
* mb/emulation/qemu-aarch64: Fix up license headerAngel Pons2020-07-261-5/+1
* 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
* src: Remove unused 'include <string.h>'Elyes HAOUAS2020-07-141-1/+0
* mb/emulation/qemu-i440fx: Drop dead codeAngel Pons2020-07-093-49/+0
* mb/emulation/qemu-q35: Drop dead codeAngel Pons2020-07-091-27/+0
* ACPI: Drop typedef global_nvs_tKyösti Mälkki2020-06-301-1/+2
* mb/emulation/qemu-q35: Use common early SPI codeAngel Pons2020-06-271-12/+2
* mb/emulation/qemu-i440fx,q35: Fix comment stylePaul Menzel2020-06-222-6/+2
* Kconfig: Escape variable to accommodate new Kconfig versionsPatrick Georgi2020-06-192-3/+3
* treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh2020-06-1310-20/+20
* sb/intel/i82801ix: Select COMMON_FADTKyösti Mälkki2020-06-101-130/+5
* arch/x86: Declare permanent_smi_handler()Kyösti Mälkki2020-06-061-1/+1
* mb/emulation/qemu-q35: Control SMI related FADT entriesKyösti Mälkki2020-06-061-6/+7
* mb/emulation: Remove fake devicetree.cb componentsKyösti Mälkki2020-05-285-12/+5
* mainboard/*/*/*.cb: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-185-15/+0
* mainboard/*/*/Kconfig*: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-185-15/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-185-15/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1171-71/+0
* src/mainboard: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-102-20/+2
* src/: Replace GPL boilerplate with SPDX headerPatrick Georgi2020-05-0912-96/+12
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-062-23/+2
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-062-10/+2
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-062-4/+2
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-025-5/+5
* src/mainboard: Const'ify pci_devfn_t devicesElyes HAOUAS2020-04-231-3/+1
* mb/qemu-i440fx,q35: Fix option tableNico Huber2020-04-182-8/+16
* mb/qemu-q35: Select `HAVE_CMOS_DEFAULT`Nico Huber2020-04-181-0/+1