Add constants for fast path resume copying
[coreboot.git] / src / devices /
2012-04-02 Mathias Krausex86, oprom: ensure DF is always cleared
2012-04-02 Stefan Reinauer[ChromeOS] Don't initialize VGA Option ROM in normal...
2012-04-02 Stefan ReinauerAdd a helper function to determine the number of enable...
2012-03-30 Stefan ReinauerDon't unconditionally add support for cardbus and pci...
2012-03-30 Duncan LauriePrepare the BIOS data areas before device init.
2012-03-29 Duncan LaurieAdd support for enabling PCIe Common Clock and ASPM
2012-03-24 Patrick Georgiprintf: Remove some L modifier uses
2012-03-09 Duncan LaurieAdd helper function to find a Local APIC by ID in the...
2012-03-09 Stefan ReinauerDon't try to compute I/O for empty sub buses.
2012-03-09 Stefan ReinauerDon't run any Option ROMs stored outside of the system...
2012-03-08 Stefan ReinauerDon't run VGA option ROMs on S3 resume.
2012-03-07 Patrick GeorgiMove C labels to start-of-line
2012-02-23 Marc JonesRevert "Fix multipleVGA cards resource conflict on...
2012-02-06 Kerry ShehFix multipleVGA cards resource conflict on Windows
2012-02-06 Stefan ReinauerAdd OPROM mapping support to coreboot
2011-12-13 Stefan ReinauerFix console output in real mode int10 implementation.
2011-11-01 Stefan Reinauerremove trailing whitespace
2011-10-21 Stefan ReinauerUse ntohll where appropriate.
2011-10-13 Stefan ReinauerFix compilation of x86emu with gcc 4.6.x
2011-10-13 Stefan ReinauerFix native x86 option rom initialization
2011-10-13 Stefan Reinauerrefactor vesa mode setting code and bootsplash code
2011-10-13 Stefan ReinauerRefactor option rom initialization code in coreboot.
2011-04-21 Stefan Reinauermore ifdef -> if fixes
2011-04-21 Stefan Reinauersome ifdef --> if fixes
2011-03-01 Sven SchnelleUse subsystem id from devicetree.cb instead of Kconfig...
2011-02-03 Patrick GeorgiWrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE...
2011-01-31 Stefan ReinauerFix an infinite loop in pnp_get_ioresource(), which...
2011-01-21 Patrick GeorgiMake YABEL warnings-are-errors safe
2011-01-13 Patrick GeorgiImprove compatibility of YABEL with real-world VGABIOSes
2010-12-16 Stefan Reinauerdon't hardcode CONFIG_PC80_SYSTEM
2010-11-22 Stefan ReinauerPrinting coreboot debug messages on VGA console is...
2010-11-04 Uwe HermannVarious cosmetic and coding style fixes in src/devices.
2010-10-18 Uwe HermannCosmetics and coding style fixes in devices/*.
2010-10-17 Uwe HermannVarious Doxygen comment fixes, typo fixes, etc.
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-13 Juhana HelovuoPrint an error and correct pci scan limits. Skip sb700...
2010-09-09 Myles WatsonMake huge macros inline functions for readability....
2010-09-09 Myles WatsonMy Jmicron SATA card writes the name of the hard drive...
2010-09-07 Myles WatsonMy Jmicron SATA card depends on the BIOS not clearing...
2010-09-07 Myles WatsonMake a Kconfig option for debugging output from realmod...
2010-09-01 Myles WatsonSimplify last_dev_p so that it matches comments.
2010-08-30 Myles WatsonMake yabel work for non-zero bus numbers. The link_num...
2010-08-23 Stefan Reinauermark unused variables in x86emu as unused. gcc has...
2010-08-17 Patrick GeorgiClarify comment a bit
2010-08-16 Myles WatsonCall mainboard init functions.
2010-06-17 Myles WatsonAlways enable parent resources before child resources.
2010-06-09 Myles WatsonSame conversion as with resources from static arrays...
2010-06-07 Myles Watsoncardbus_scan_bridge is identical to pci_scan_bridge
2010-06-05 Stefan Reinauertly cosmetical. don't use movw because we use mov in...
2010-06-04 Edwin BeasantThis patch fixes the option rom code that was buggy...
2010-06-04 Myles WatsonEnable PCI_OPTION_ROM_REALMODE when GEODE_VSA is selected.
2010-06-02 Myles WatsonFix hard-coded log levels.
2010-05-27 Stefan Reinauerfix warnings.
2010-05-23 Stefan Reinauerconsistently use decimal for the register offsets,...
2010-05-21 Myles WatsonUse lists instead of arrays for resources in devices...
2010-05-11 Stefan ReinauerChange real mode API to allow passing intXX number...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-26 Stefan Reinauerfix a bug in pcibios check.
2010-04-24 Stefan Reinauerdrop all duplicate copies of vgabios.c in favor
2010-04-22 Stefan Reinauervia epia-m now works with default x86.c instead of...
2010-04-21 Stefan Reinaueroops, sorry for the last commit. This commit changes...
2010-04-21 Myles WatsonMove the prototype for run_vsa.
2010-04-21 Stefan Reinauer* clean up all but two warnings on artecgroup dbe61
2010-04-13 Stefan Reinauerfix a trivial warning when yabel with direct hw access...
2010-04-02 Stefan ReinauerThe error message is misleading, even for a SPEW, because
2010-03-23 Stefan ReinauerPrepare for using coreboot x86emu in userspace utility...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-17 Stefan Reinauerdrop shadow variable from hypertransport code.
2010-03-17 Stefan ReinauerClean up warnings in yabel vbe code. No more warnings...
2010-03-16 Stefan Reinauerit was reason for workaround rules already, and it...
2010-03-05 Myles Watson1. Move run_bios prototype to device.h
2010-03-05 Uwe HermannThis patch is from 2009-10-20
2010-03-01 Stefan ReinauerThis patch implements MBI (modular bios interface)...
2010-02-22 Uwe HermannRandom cosmetic fixes (trivial).
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-22 Stefan ReinauerYABEL update
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-12 Stefan ReinauerAdd two YABEL options to Kconfig
2010-02-07 Patrick Georginewconfig is no more.
2010-01-31 Stefan Reinauer- Improve help texts for option ROM initialization...
2010-01-17 Stefan ReinauerInitial PCIe tuning: Enable Active State Power Manageme...
2010-01-03 Stefan Reinauerimprove debug output.
2009-11-17 Myles WatsonSilence two warnings. Only use the Qemu hard-coded...
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-11-05 Myles WatsonDon't try to set fixed resources. Trivial.
2009-11-05 Mark MarshallWhen loading an option ROM use the class stored in...
2009-10-30 Myles WatsonRemove some warnings from the tyan s2895.
2009-10-29 Myles WatsonSplit a print statement that called dev_path twice...
2009-10-28 Stefan ReinauerThe check for zero sized resources is already done...
2009-10-27 Uwe HermannImprove coreboot build output and eliminate some warnings:
2009-10-27 Maciej PijankaAdd few missing prototypes, and remove few unused ...
2009-10-26 Uwe HermannAdd kconfig menus for most chipset VIDEO_MB values.
2009-10-26 Stefan ReinauerNow that the resource allocator is working nicely we...
2009-10-13 Myles WatsonRemove a couple more warnings. Trivial.
2009-10-09 Myles WatsonAdd const to get rid of some warnings when passing...
2009-10-07 Myles WatsonKconfig allows you to run all PCI ROMs, VGA only, or...
2009-10-07 Uwe HermannVarious Kconfig fixes and improvements:
2009-10-03 Patrick GeorgiRemove:
next