summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation/qemu-x86
Commit message (Expand)AuthorAgeFilesLines
* 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-301-5/+6
* 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
* Qemu, despite "emulating" an intel chipset, uses the CMOS to Valdimir Serbinenko2010-05-031-49/+33
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-274-6/+6
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-1/+1
* cpu/emulation/qemu-x86 doesn't exist anymore, as thisPatrick Georgi2010-04-083-4/+4
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-311-1/+1
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-291-2/+1
* qemu: drop "northbridge.c" from src/cpu/... Stefan Reinauer2010-03-295-3/+168
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-291-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-1/+1
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-181-14/+0
* Remove fallback/normal handling in mainboards'Patrick Georgi2010-03-181-15/+0
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-271-2/+0
* Remove nonsensical wrapper for function inStefan Reinauer2010-02-231-1/+1
* Forgot a CBFS_PREFIX change in appropriate commit (r5102).Patrick Georgi2010-02-101-20/+0
* Move all the copies of the romstage.inc rule toPatrick Georgi2010-02-091-0/+1
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-081-0/+0
* newconfig is no more.Patrick Georgi2010-02-072-271/+0
* Make qemu use the udelay function in src/pc80/udelay_io.cPatrick Georgi2010-01-112-10/+2
* - Makefile.romccboard.inc supports tinybootblock romcc boards, too.Patrick Georgi2010-01-081-15/+2
* Kconfig builds all boards now.Patrick Georgi2010-01-061-0/+5
* * Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer2010-01-052-0/+2
* Tiny Bootblock, step 1/n.Patrick Georgi2009-12-232-6/+1
* Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson2009-11-121-0/+1
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-061-1/+0
* Fix some builds with Kconfig.Myles Watson2009-10-281-0/+5
* Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c2009-10-241-1/+0
* Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should beMyles Watson2009-10-201-1/+0
* Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann2009-10-201-1/+1
* Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge2009-10-171-1/+1
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-161-0/+1