summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation
Commit message (Expand)AuthorAgeFilesLines
* qemu: copy dsdt tables from SeaBIOS, adapt for coreboot and enable acpiGerd Hoffmann2013-06-067-797/+518
* qemu: wind up new cpu chipGerd Hoffmann2013-06-063-0/+52
* qemu: add power management function to device treeGerd Hoffmann2013-06-051-4/+4
* qemu: Initial support for the qemu firmware config interface.Gerd Hoffmann2013-06-054-0/+132
* qemu: fix IRQ routing setupGerd Hoffmann2013-06-051-8/+7
* qemu: remove vga hookGerd Hoffmann2013-05-291-26/+0
* copy_and_run: drop boot_complete parameterStefan Reinauer2013-05-081-5/+0
* hardwaremain: drop boot_complete parameterStefan Reinauer2013-05-081-4/+2
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-015-5/+5
* CBMEM: always initialize early if the board supports itStefan Reinauer2013-02-282-5/+1
* Drop SRC_ROOT from mainboard Makefile.incsStefan Reinauer2013-02-281-2/+0
* Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer2013-02-281-5/+0
* QEMU x86: northbridge.c: Name enabling device function to `northbridge_enable`Paul Menzel2013-02-251-2/+2
* mainboard.c: Name enable_dev function uniformly `mainboard_enable`Paul Menzel2013-02-251-2/+2
* ARMV7: create a correct LB_SERIAL table entryRonald G. Minnich2013-02-212-0/+5
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-142-2/+2
* armv7: Add emulation/qemu-armv7 board.Hung-Te Lin2013-02-1211-0/+412
* romcc: Use default romcc flags for most boardsPatrick Georgi2013-02-091-2/+0
* qemu-x86: Implement more featuresStefan Reinauer2013-01-0810-20/+1380
* Drop empty mainboard_opsKyösti Mälkki2012-11-291-3/+0
* Remove assembly coded log2 functionRonald G. Minnich2012-11-281-1/+0
* Fix PIRQ routing abstractionStefan Reinauer2012-11-161-2/+2
* Drop redundant CHIP_NAME in mainboard.cKyösti Mälkki2012-11-061-1/+0
* Remove chip.h files without config structureKyösti Mälkki2012-10-072-3/+0
* Auto-declare chip_operationsKyösti Mälkki2012-08-221-2/+0
* Fix mainboard level enable_dev()Kyösti Mälkki2012-08-031-4/+0
* Drop mainboard chip.hStefan Reinauer2012-07-261-1/+0
* Clean up #ifsPatrick Georgi2012-05-081-2/+2
* Move top level pc80 directory to drivers/Stefan Reinauer2012-04-271-1/+1
* Unify Local APIC address definitionsPatrick Georgi2012-03-081-1/+2
* Get rid of the old romstage-as-bootblock ROM layoutPatrick Georgi2011-10-281-1/+0
* Add automatic SMBIOS table generationSven Schnelle2011-08-261-5/+67
* WARNINGS_ARE_ERRORS is y per default, don't set it twice.Stefan Reinauer2011-06-041-1/+0
* run uart_init() from console_init, just like the other console initialization...Stefan Reinauer2011-04-201-1/+0
* Drop baud rate init to an arbitrary baud rate from Super I/O code. ...Stefan Reinauer2011-04-191-2/+0
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-131-4/+3
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-211-2/+1
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-1/+2
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-39/+0
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-1/+1
* Cut the crap.Uwe Hermann2010-09-211-1/+1
* Instead of requiring users to modify qemu to allow writes toKevin O'Connor2010-09-061-8/+33
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-302-7/+18
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-261-5/+2
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-062-2/+2
* Always enable parent resources before child resources.Myles Watson2010-06-171-2/+2
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-2/+2
* Remove pc80/serial.c includes in ROMCC boards and includePatrick Georgi2010-05-091-1/+0
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-081-1/+1
OpenPOWER on IntegriCloud