summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation
Commit message (Expand)AuthorAgeFilesLines
* riscv-memlayout: fix existing memlayout issues, add sbi interfaceThaminda Edirisooriya2015-09-164-136/+357
* riscv-trap-handling: Add implementation for trap calls in riscvThaminda Edirisooriya2015-09-101-0/+136
* x86: remove cpu_incs as romstage Make variableAaron Durbin2015-09-042-2/+2
* emulation/qemu: Serialize IQCR methodPaul Menzel2015-08-142-2/+2
* riscv-spike: support for Spike emulation of riscvThaminda Edirisooriya2015-08-0911-0/+377
* x86: Drop -Wa,--divideStefan Reinauer2015-07-071-1/+1
* drop unneeded IRQ_SLOT_COUNTsStefan Reinauer2015-06-231-4/+0
* Remove obsolete EARLY_CONSOLE usageMartin Roth2015-06-211-1/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-082-2/+0
* device_ops: add device_t argument to write_acpi_tablesAlexander Couzens2015-06-051-1/+1
* devicetree: Change scan_bus() prototype in device opsKyösti Mälkki2015-06-041-3/+2
* devicetree: Rename unused parameter to passthruKyösti Mälkki2015-06-041-1/+1
* cbfs: new API and better program loadingAaron Durbin2015-06-021-73/+2
* Remove whitespace at the end of line.Vladimir Serbinenko2015-05-291-1/+1
* igd.asl rewriteVladimir Serbinenko2015-05-281-0/+14
* coreboot: introduce boot_deviceAaron Durbin2015-05-261-11/+34
* acpi: Remove monolithic ACPIVladimir Serbinenko2015-05-261-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2117-17/+17
* acpi: make fill_slit and fill_srat into arguments.Vladimir Serbinenko2015-05-202-24/+0
* qemu-armv7: fix cbfs media implementationAaron Durbin2015-04-221-1/+7
* kconfig: automatically include mainboardsStefan Reinauer2015-04-186-14/+12
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-171-0/+1
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-142-24/+0
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-068-61/+92
* emulation/imgvp-pistachio: Drop boardPatrick Georgi2015-03-307-191/+0
* pistachio: don't open code ramstage loadingAaron Durbin2015-03-281-11/+2
* urara: use proper SOC nameVadim Bendebury2015-03-277-11/+10
* imgvp-danube: Support for the ImgTec Danube Virtual PlatformPaul Burton2015-03-237-0/+200
* bootblocks: use run_romstage()Aaron Durbin2015-03-201-12/+2
* romstages: use common run_ramstage()Aaron Durbin2015-03-202-16/+4
* qemu: 2.1+ smbios tables supportGerd Hoffmann2015-03-103-0/+89
* mainboard/cmos: Kill off unused boot_* parametersTimothy Pearson2015-02-161-12/+0
* mainboard/cmos: Move ECC variables out of fallback mechanism byteTimothy Pearson2015-02-161-1/+1
* mainboard/cmos: Delete obsolete commented parametersTimothy Pearson2015-02-161-23/+0
* CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki2015-01-274-7/+0
* CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEMKyösti Mälkki2015-01-271-2/+2
* mainboard/*/romstage.c: Fix 'lib/delay.c' inclusionEdward O'Callaghan2015-01-062-2/+2
* mainboard/*/romstage.c: Sanitize system header inclusionsEdward O'Callaghan2015-01-062-2/+2
* timestamps: Switch from tsc_t to uint64_tStefan Reinauer2015-01-052-2/+2
* ARMv7: Always has DYNAMIC_CBMEMKyösti Mälkki2015-01-033-0/+28
* qemu-armv7: Trivial style fixesDavid Hendricks2014-12-191-2/+4
* i82371eb & qemu: Move to per-device ACPI.Vladimir Serbinenko2014-12-186-266/+20
* RISCV: get RISCV to build againRonald G. Minnich2014-12-041-1/+0
* Replace hlt with halt()Patrick Georgi2014-12-022-2/+0
* Add UCB RISCV support for architecture, soc, and emulation mainboard..Ronald G. Minnich2014-12-019-0/+310
* qemu-armv7: Minimal changes to pass compiling qemu-v7 platform.Hung-Te Lin2014-11-131-12/+14
* mainboard: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-011-7/+3
* x86 romstage: Move stack just below RAMTOPKyösti Mälkki2014-10-191-2/+1
* qemu-armv7: 32/64Ronald G. Minnich2014-10-161-1/+1
* ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko2014-10-161-7/+1