summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation
Commit message (Expand)AuthorAgeFilesLines
* RISC-V boards: Stop using the config stringJonathan Neuschäfer2017-11-071-6/+4
* mb/emu/*-riscv: Remove outdated memory mapJonathan Neuschäfer2017-09-272-20/+0
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-232-10/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+2
* mainboard/[a-e]: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-061-2/+2
* mainboard/emulation/qemu-i440fx/fw_cfg: Fix undefined behaviorRyan Salsamendi2017-06-191-10/+20
* mb/emulation/spike-riscv: Update UART addressJonathan Neuschäfer2017-06-121-1/+1
* device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INITNico Huber2017-06-083-3/+3
* Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFERNico Huber2017-06-021-0/+1
* Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFGNico Huber2017-06-022-2/+0
* vexpress: change to write32Vladimir Serbinenko2017-05-151-7/+8
* vexpress: add gfx initVladimir Serbinenko2017-05-132-0/+31
* qemu/vexpress-a9: Discover RAM size.Vladimir Serbinenko2017-05-124-5/+108
* emulation/qemu-i440fx: Use SMBIOS macrosPaul Menzel2017-03-211-3/+3
* mb/emulation/*-riscv: Don't select ARCH_BOOTBLOCK_RISCVJonathan Neuschäfer2017-02-232-2/+0
* riscv/spike: Remove obsolete DRAM_SIZE_MB settingJonathan Neuschäfer2017-01-161-4/+0
* emulation/qemu-q35: Increase default ROM_SIZEKyösti Mälkki2016-12-181-1/+1
* MMCONF_SUPPORT: Flip default to enabledKyösti Mälkki2016-12-072-1/+1
* PCI ops: MMCONF_SUPPORT_DEFAULT is requiredKyösti Mälkki2016-12-071-2/+2
* cpu/x86/msr.h: Drop excessive includesKyösti Mälkki2016-12-062-2/+0
* Remove explicit select MMCONF_SUPPORTKyösti Mälkki2016-11-221-1/+0
* riscv: start to use the configstring functionsRonald G. Minnich2016-11-121-0/+6
* riscv: Unify SBI call implementations under arch/riscv/Jonathan Neuschäfer2016-11-075-207/+0
* mb/emulation: Select QEMU-i440fx by defaultJonathan Neuschäfer2016-10-251-0/+1
* mainboard/emulation: Use C89 comments style & remove commented codeElyes HAOUAS2016-10-245-10/+5
* RISCV: Clean up the common architectural codeRonald G. Minnich2016-10-242-1/+3
* riscv: Use the generic src/lib/bootblock.cJonathan Neuschäfer2016-10-154-63/+0
* riscv: Clean up {qemu,spike}_utilJonathan Neuschäfer2016-10-152-143/+12
* riscv and power8: Convert printk/while(1) to dieJonathan Neuschäfer2016-10-153-7/+3
* mainboard/*/*/dsdt.asl: Use tabs for indentsElyes HAOUAS2016-09-262-606/+606
* mainboard/*/*/irq_tables.c: Use tabs for indentsElyes HAOUAS2016-09-261-1/+1
* src/mainboard/a-trend - emulation: Add space around operatorsElyes HAOUAS2016-09-203-10/+10
* arch/riscv: Implement the SBI againJonathan Neuschäfer2016-08-231-13/+9
* emulation/qemu-i440fx: add cmos.default fileAntonello Dettori2016-08-232-0/+6
* qemu-riscv: Remove obsolete CSR - send_ipiMartin Roth2016-08-191-8/+1
* Kconfig: lay groundwork for not assuming SPI flash boot deviceAaron Durbin2016-08-184-0/+4
* mainboard: Clean up boot_option/reboot_bits in cmos.layoutNico Huber2016-08-171-1/+1
* src/mainboard: Capitalize ROM, RAM, CPU and APICElyes HAOUAS2016-08-145-15/+15
* arch/riscv: Add include/arch/barrier.hJonathan Neuschäfer2016-08-022-2/+4
* Remove extra newlines from the end of all coreboot files.Martin Roth2016-07-311-1/+0
* spike-riscv: Look for the CBFS in RAMJonathan Neuschäfer2016-07-144-0/+62
* spike-riscv: Register RAM resource at 0x80000000Jonathan Neuschäfer2016-07-141-1/+9
* spike-riscv: Remove HTIF related codeJonathan Neuschäfer2016-07-121-103/+7
* region: Add writeat and eraseat supportAntonello Dettori2016-06-241-1/+1
* qemu/x86: car: drop pointless code, move stack out of the wayGerd Hoffmann2016-06-211-14/+11
* riscv-spike: Move coreboot to 0x80000000 (2GiB)Jonathan Neuschäfer2016-06-211-6/+8
* emulation/qemu-i440fx qemu-q35: Asmlinkage for romstage main()Kyösti Mälkki2016-06-183-5/+9
* Fix some cbmem.h includesKyösti Mälkki2016-06-171-1/+0
* Define RAMTOP for x86 onlyKyösti Mälkki2016-06-173-14/+0
* riscv-spike: Replace custom UART with a memory-mapped 8250Jonathan Neuschäfer2016-06-122-34/+2