use movsl for copying resume memory back
[coreboot.git] / src / mainboard / emulation /
2012-03-08 Patrick GeorgiUnify Local APIC address definitions
2011-10-28 Patrick GeorgiGet rid of the old romstage-as-bootblock ROM layout
2011-08-26 Sven SchnelleAdd automatic SMBIOS table generation
2011-06-04 Stefan ReinauerWARNINGS_ARE_ERRORS is y per default, don't set it...
2011-04-20 Stefan Reinauerrun uart_init() from console_init, just like the other...
2011-04-19 Stefan ReinauerDrop baud rate init to an arbitrary baud rate from...
2010-12-13 Rudolf MarekWe hardcode highmemory size in every northbridge!...
2010-11-21 Uwe HermannSimplify a few code chunks, fix whitespace and indentation.
2010-10-12 Uwe HermannWe define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
2010-10-11 Uwe HermannFactor out a few commonly duplicated functions from...
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-21 Uwe HermannCut the crap.
2010-09-06 Kevin O'ConnorInstead of requiring users to modify qemu to allow...
2010-08-30 Jens RottmannRestructured all vendors' Kconfig files to no longer...
2010-08-26 Myles WatsonRemove unused mainboard_config definitions. Trivial.
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-06-17 Myles WatsonAlways enable parent resources before child resources.
2010-06-09 Myles WatsonSame conversion as with resources from static arrays...
2010-05-09 Patrick GeorgiRemove pc80/serial.c includes in ROMCC boards and include
2010-05-08 Patrick GeorgiDrop console/console.c and pc80/serial.c from mainboards'
2010-05-03 Valdimir SerbinenkoQemu, despite "emulating" an intel chipset, uses the...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-08 Myles WatsonReplace dual_core and quad_core CMOS (nvram) options...
2010-04-08 Patrick Georgicpu/emulation/qemu-x86 doesn't exist anymore, as this
2010-03-31 Stefan ReinauerThis patch drops arch/i386/lib/console.c and arch/i386...
2010-03-29 Stefan ReinauerThis drops the ASSEMBLY define from romstage.c, too
2010-03-29 Stefan Reinauerqemu: drop "northbridge.c" from src/cpu/...
2010-03-29 Stefan Reinauer__PRE_RAM__ is now correctly specified in the Makefile...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-18 Patrick GeorgiRework boolean expression (DeMorgan and all) for
2010-03-18 Patrick GeorgiRemove fallback/normal handling in mainboards'
2010-02-27 Patrick Georgi- make HAVE_HARD_RESET match what newconfig did
2010-02-23 Stefan ReinauerRemove nonsensical wrapper for function in
2010-02-10 Patrick GeorgiForgot a CBFS_PREFIX change in appropriate commit ...
2010-02-09 Patrick GeorgiMove all the copies of the romstage.inc rule to
2010-02-08 Stefan Reinauerjanitor task: unify and cleanup naming.
2010-02-07 Patrick Georginewconfig is no more.
2010-01-11 Patrick GeorgiMake qemu use the udelay function in src/pc80/udelay_io.c
2010-01-08 Patrick Georgi- Makefile.romccboard.inc supports tinybootblock romcc...
2010-01-06 Patrick GeorgiKconfig builds all boards now.
2010-01-05 Stefan Reinauer* Explicitly add __PRE_RAM__ where it should be added.
2009-12-23 Patrick GeorgiTiny Bootblock, step 1/n.
2009-11-12 Myles WatsonAdd CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
2009-11-06 Myles WatsonRemove drivers/pci/onboard. The only purpose was for...
2009-10-28 Myles WatsonFix some builds with Kconfig.
2009-10-24 - supermicro/x6dhe... Major cleanups of the hard_reset() code and config...
2009-10-20 Myles WatsonRemove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from...
2009-10-20 Uwe HermannFix all board names in Kconfig as per wiki / vendor...
2009-10-17 Peter StugeMove files from src/cpu/x86/{fpu,mmx,sse}/ to x86/
2009-10-16 Uwe HermannSet default ROM sizes per-board to match the ROM chip...
2009-10-15 Myles WatsonAdd CONFIG_GENERATE_* for tables so that the user can...
2009-10-11 Uwe HermannRemove useless udelay() duplication.
2009-10-10 Uwe HermannDrop "select CONSOLE_SERIAL8250" from QEMU, it's defaul...
2009-10-07 Uwe HermannMajor CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some...
2009-10-06 Patrick GeorgiVarious fixes to Kconfig: All kconfig-boards should...
2009-10-04 Patrick GeorgiThis does away with CONFIG_ROM_PAYLOAD_START and CONFIG...
2009-10-03 Patrick GeorgiRemove:
2009-10-03 Uwe HermannRemove duplicate and not too useful Kconfig board comme...
2009-09-24 Patrick GeorgiMake all Kconfig enabled boards build (tested with...
2009-08-12 Patrick GeorgiKconfig!
2009-06-30 Stefan Reinauerthe tool chain settings should not be in renamed (as...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-06-16 Ronald G. minnichThese changes implement car in qemu. The implementatio...
2009-06-06 Patrick GeorgiChange the CBFS build process to use coreboot.rom
2009-05-29 Joseph Smithrename the option CONFIG_PCI_OPTION_ROM_RUN_VM86 to...
2009-05-11 Myles WatsonThis patch adds high table support to qemu. It was...
2009-04-25 Patrick GeorgiEnable CBFS for qemu and kontron. Both are builds-and...
2009-04-14 Peter Stugev2/src romfs->cbfs rename
2009-04-07 Ronald G. MinnichThis tested ok, but qemu can't really handle c0000...
2009-04-07 Ronald G. Minnich... This is a bit of an emergency fix for qemu. Ethernet...
2009-04-06 Ronald G. MinnichSome changes for option roms:
2009-03-31 Ronald G. MinnichAdd the CONFIG_ROMS config variable.
2009-03-13 Stefan ReinauerThis one is an example on how to drop vgabios.c from...
2009-03-06 Stefan Reinauerclean up qemu target config (trivial)
2009-02-28 Stefan Reinauercoreboot-v2: drop this ugly historic union name in...
2009-02-18 Carl-Daniel HailfingerCarl-Daniel's part:
2008-10-12 Uwe HermannDrop tons of duplicated debug.c files, move common...
2008-09-04 Carl-Daniel HailfingerThis changes the python generated makefiles
2008-08-08 Ward VandewegeEnable both IDE ports for our qemu target.
2008-05-06 Aaron LweThis patch adds pc keyboard init function call for...
2008-02-07 Myles WatsonChange references to qemu in Coreboot-v2 calls to qemu...
2008-01-18 Stefan ReinauerRename almost all occurences of LinuxBIOS to coreboot.
2007-10-24 Stefan ReinauerEver wondered where those "setting incorrect section...
2007-10-22 Stefan ReinauerThis is a hack for easier testing of GRUB2 in LinuxBIOSv2
2006-12-15 Ed SwierkApply linuxbios-rename-other-payload-options.patch
2006-12-15 Ed SwierkApply linuxbios-rename-compressed-payload-options.patch...
2006-11-05 Uwe HermannUse the canonical name of the vendors/devices and the
2006-11-02 Uwe HermannRemove some unneeded #includes from most mainboard...
2006-10-27 Uwe HermannFix the CHIP_NAME() entries of all mainboards to have...
2006-09-19 Ronald G. Minnichadd an OLPC target for qemu
2006-09-13 ronald g. minnichFix the irq_tables
2006-09-13 ronald g. minnichmods for qemu, these build
2005-12-03 Stefan Reinauersmaller fixups here and there, allowing some motherboar...
2005-09-08 Stefan Reinauersimplify code
2005-07-08 Yinghai Lueric patch
2005-07-06 arch import user... Revision: linuxbios@linuxbios.org--devel/freebios-...
2005-02-13 Stefan Reinauersimplify
2004-11-05 Eric Biederman- Ensure every copy of Options.lb uses:
2004-11-04 Eric Biederman- Update abuild.sh so it will rebuild successfull builds
2004-11-02 Stefan Reinauerget qemu-i386 target building again
next