aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation
AgeCommit message (Expand)Author
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
2019-02-24mb/emulation/qemu: Fix fw_cfg file loadingPatrick Rudolph
2019-02-21ACPI: Correct asl_compiler_revision valueElyes HAOUAS
2019-02-15src: Use macro `ACPI_FADT_LEGACY_FREE`Paul Menzel
2019-02-13riscv: Add initial support for 32bit boardsPhilipp Hug
2019-02-05mb/emulation/qemu-i440fx: use e820 in romstageThomas Heijligen
2019-02-05mb/emulation/qemu-i440fx: make fw_cfg_present usable in PRERAMThomas Heijligen
2019-02-05mb/emulation/qemu-i440fx: add e820 interfaceThomas Heijligen
2019-02-05mb/emulation/qemu-i440fx: remove mm file listingThomas Heijligen
2019-01-31mb/emulation/qemu-i440fx: prepare fw_cfg for romstage usageThomas Heijligen
2019-01-31mb/emulation/qemu-i440fx: change file handlingThomas Heijligen
2019-01-26mb/qemu-riscv: update to match current qemu versionPhilipp Hug
2019-01-14console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber
2019-01-14sb/intel: Use common RCBA MACROsPeter Lemenkov
2019-01-06device: Use pcidev_on_root()Kyösti Mälkki
2019-01-04device: Replace ugly cases of dev_find_slot()Kyösti Mälkki
2018-12-22emulation/qemu-{i440fx,q35}: Don't migrate globalsArthur Heymans
2018-12-19mainboard: Remove useless include <device/pci_ids.h>Elyes HAOUAS
2018-12-05mb/emulation/spike-riscv: Implement mtime_initJonathan Neuschäfer
2018-11-30arch/power8: Rename to ppc64Jonathan Neuschäfer
2018-11-28mb/*/*/Kconfig: Remove useless commentElyes HAOUAS
2018-11-23mb: Set coreboot as DSDT's manufacturer model IDElyes HAOUAS
2018-11-14mb/emulation/qemu-i440fx|q35: Fix stack sizePatrick Rudolph
2018-11-12mb/emulation/qemu-i440fx|q35: Switch to C_ENVIRONMENT_BOOTBLOCKPatrick Rudolph
2018-11-12mb/emulation/qemu-i440fx|q35: Get rid of unused headersPatrick Rudolph
2018-11-12mb/emulation/qemu-i440fx/Makefile.inc: Fix "No newline at end of file"Elyes HAOUAS
2018-11-11mb/emulation/qemu-i440fx|q35: Link memory.cPatrick Rudolph
2018-11-05mainboard: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-11-01src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-29Documentation/mainboard: Add emulation/spike-riscv.mdJonathan Neuschäfer
2018-10-22mainboard/: Select MISSING_BOARD_RESET appropriatelyNico Huber
2018-10-17mb/*/*: Clean up FADT checksum assignmentJonathan Neuschäfer
2018-10-08Move compiler.h to commonlibNico Huber
2018-10-06mb/emulation/*-riscv: Remove "UCB" from RISC-V board namesJonathan Neuschäfer
2018-09-13src/*/intel/: clarify Kconfig options regarding IFDStefan Tauner
2018-08-16mb/*/*/cmos.default: Harmonise CMOS files syntaxElyes HAOUAS
2018-08-15mb/*/*/cmos.default: Decrease debug_level to 'Debug'Elyes HAOUAS
2018-08-13src/mb: Remove some unneeded includesElyes HAOUAS
2018-08-09src/mainboard: Fix typoElyes HAOUAS
2018-07-09src/mb: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-07-02src/mb: Fix non-local header treated as localElyes HAOUAS
2018-06-09mainboard: Get rid of device_t in ramstageElyes HAOUAS
2018-06-02src/mainboard: Add and update license headersMartin Roth
2018-05-24mb/emulation/qemu-q35: Get rid of device_tKyösti Mälkki
2018-05-23mb/emulation/qemu-i440fx: Get rid of device_tKyösti Mälkki
2018-05-15mb/emulation/qemu-q35: Enable user option table supportPaul Menzel
2018-05-08{mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber
2018-04-30cubieboard/qemu-armv7/am335x: Add fake TTB region for consistencyJulius Werner
2018-04-27RISC-V boards: Remove PAGETABLES section from memlayout.ldJonathan Neuschäfer
2018-04-25util/riscvtools: Rename to util/riscv/Jonathan Neuschäfer
2018-04-24mainboard/emulation/qemu-i440fx/fw_cfg: fix checksum for ACPI tablesOleksii Kurochko
2018-02-20mb/emu/spike-riscv: Move usage instructions into Kconfig helpJonathan Neuschäfer
2018-01-26mb/*/*/cmos.layout: Fix the values for the console levelArthur Heymans
2017-11-07RISC-V boards: Stop using the config stringJonathan Neuschäfer
2017-09-27mb/emu/*-riscv: Remove outdated memory mapJonathan Neuschäfer