aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation
AgeCommit message (Expand)Author
2013-02-25QEMU x86: northbridge.c: Name enabling device function to `northbridge_enable`Paul Menzel
2013-02-25mainboard.c: Name enable_dev function uniformly `mainboard_enable`Paul Menzel
2013-02-21ARMV7: create a correct LB_SERIAL table entryRonald G. Minnich
2013-02-14sconfig: rename pci_domain -> domainStefan Reinauer
2013-02-12armv7: Add emulation/qemu-armv7 board.Hung-Te Lin
2013-02-09romcc: Use default romcc flags for most boardsPatrick Georgi
2013-01-08qemu-x86: Implement more featuresStefan Reinauer
2012-11-29Drop empty mainboard_opsKyösti Mälkki
2012-11-28Remove assembly coded log2 functionRonald G. Minnich
2012-11-16Fix PIRQ routing abstractionStefan Reinauer
2012-11-06Drop redundant CHIP_NAME in mainboard.cKyösti Mälkki
2012-10-07Remove chip.h files without config structureKyösti Mälkki
2012-08-22Auto-declare chip_operationsKyösti Mälkki
2012-08-03Fix mainboard level enable_dev()Kyösti Mälkki
2012-07-26Drop mainboard chip.hStefan Reinauer
2012-05-08Clean up #ifsPatrick Georgi
2012-04-27Move top level pc80 directory to drivers/Stefan Reinauer
2012-03-08Unify Local APIC address definitionsPatrick Georgi
2011-10-28Get rid of the old romstage-as-bootblock ROM layoutPatrick Georgi
2011-08-26Add automatic SMBIOS table generationSven Schnelle
2011-06-04WARNINGS_ARE_ERRORS is y per default, don't set it twice.Stefan Reinauer
2011-04-20run uart_init() from console_init, just like the other console initialization...Stefan Reinauer
2011-04-19Drop baud rate init to an arbitrary baud rate from Super I/O code. ...Stefan Reinauer
2010-12-13We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek
2010-11-21Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-10-11Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-21Cut the crap.Uwe Hermann
2010-09-06Instead of requiring users to modify qemu to allow writes toKevin O'Connor
2010-08-30Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann
2010-08-26Remove unused mainboard_config definitions. Trivial.Myles Watson
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-05-09Remove pc80/serial.c includes in ROMCC boards and includePatrick Georgi
2010-05-08Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi
2010-05-03Qemu, despite "emulating" an intel chipset, uses the CMOS to Valdimir Serbinenko
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-08Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson
2010-04-08cpu/emulation/qemu-x86 doesn't exist anymore, as thisPatrick Georgi
2010-03-31This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer
2010-03-29This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer
2010-03-29qemu: drop "northbridge.c" from src/cpu/... Stefan Reinauer
2010-03-29__PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-18Rework boolean expression (DeMorgan and all) forPatrick Georgi
2010-03-18Remove fallback/normal handling in mainboards'Patrick Georgi
2010-02-27- make HAVE_HARD_RESET match what newconfig didPatrick Georgi
2010-02-23Remove nonsensical wrapper for function inStefan Reinauer
2010-02-10Forgot a CBFS_PREFIX change in appropriate commit (r5102).Patrick Georgi
2010-02-09Move all the copies of the romstage.inc rule toPatrick Georgi
2010-02-08janitor task: unify and cleanup naming.Stefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-01-11Make qemu use the udelay function in src/pc80/udelay_io.cPatrick Georgi
2010-01-08- Makefile.romccboard.inc supports tinybootblock romcc boards, too.Patrick Georgi
2010-01-06Kconfig builds all boards now.Patrick Georgi
2010-01-05* Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer
2009-12-23Tiny Bootblock, step 1/n.Patrick Georgi
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
2009-11-06Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson
2009-10-28Fix some builds with Kconfig.Myles Watson
2009-10-24Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c
2009-10-20Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should beMyles Watson
2009-10-20Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann
2009-10-17Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge
2009-10-16Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-10-11Remove useless udelay() duplication.Uwe Hermann
2009-10-10Drop "select CONSOLE_SERIAL8250" from QEMU, it's default-y anyway.Uwe Hermann
2009-10-07Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann
2009-10-06Various fixes to Kconfig: All kconfig-boards should have aPatrick Georgi
2009-10-04This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi
2009-10-03Remove:Patrick Georgi
2009-10-03Remove duplicate and not too useful Kconfig board comments asUwe Hermann
2009-09-24Make all Kconfig enabled boards build (tested with kbuildall).Patrick Georgi
2009-08-12Kconfig!Patrick Georgi
2009-06-30the tool chain settings should not be in renamed (as they will never live inStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-16These changes implement car in qemu. The implementation is in several Ronald G. minnich
2009-06-06Change the CBFS build process to use coreboot.romPatrick Georgi
2009-05-29rename the option CONFIG_PCI_OPTION_ROM_RUN_VM86 to CONFIG_PCI_OPTION_ROM_RUN...Joseph Smith
2009-05-11This patch adds high table support to qemu. It was already added toMyles Watson
2009-04-25Enable CBFS for qemu and kontron. Both are builds-and-runsPatrick Georgi
2009-04-14v2/src romfs->cbfs renamePeter Stuge
2009-04-07This tested ok, but qemu can't really handle c0000 as RAM.Ronald G. Minnich
2009-04-07This is a bit of an emergency fix for qemu. Ethernet routing has not been Ronald G. Minnich rminnich
2009-04-06Some changes for option roms: Ronald G. Minnich
2009-03-31Add the CONFIG_ROMS config variable. Ronald G. Minnich
2009-03-13This one is an example on how to drop vgabios.c from the mainboard or chipsetStefan Reinauer
2009-03-06clean up qemu target config (trivial)Stefan Reinauer
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-18Carl-Daniel's part:Carl-Daniel Hailfinger
2008-10-12Drop tons of duplicated debug.c files, move common file toUwe Hermann
2008-09-04This changes the python generated makefilesCarl-Daniel Hailfinger
2008-08-08Enable both IDE ports for our qemu target.Ward Vandewege
2008-05-06This patch adds pc keyboard init function call for qemu in v2 since some payl...Aaron Lwe
2008-02-07Change references to qemu in Coreboot-v2 calls to qemu-x86.Myles Watson
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2007-10-24Ever wondered where those "setting incorrect section attributes forStefan Reinauer