use movsl for copying resume memory back
[coreboot.git] / src / devices / oprom /
2012-03-30 Duncan LauriePrepare the BIOS data areas before device init.
2012-03-07 Patrick GeorgiMove C labels to start-of-line
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-01-21 Patrick GeorgiMake YABEL warnings-are-errors safe
2011-01-13 Patrick GeorgiImprove compatibility of YABEL with real-world VGABIOSes
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
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-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-06-09 Myles WatsonSame conversion as with resources from static arrays...
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-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-03-23 Stefan ReinauerPrepare for using coreboot x86emu in userspace utility...
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...