summaryrefslogtreecommitdiff
path: root/src/devices/oprom
AgeCommit message (Expand)Author
2012-11-30Rename devices -> deviceStefan Reinauer
2012-11-24x86 realmode: Use x86emu register file + definesPatrick Georgi
2012-11-24x86 realmode: Adapt to x86emu/YABEL style return codesPatrick Georgi
2012-11-24x86emu: Move realmode handler into own directoryPatrick Georgi
2012-11-12oprom: Ensure that mode information is valid before putting it in the tables.Gabe Black
2012-11-08Make option rom init more verboseStefan Reinauer
2012-10-05YABEL: Common API to register interrupt handlersPatrick Georgi
2012-08-02x86emu: fix jump_near_IMM to handle DATA: flag correctlyStefan Reinauer
2012-08-02x86emu: Fix more mis-decoding of the data prefixStefan Reinauer
2012-08-02x86emu: Respect the LEA 67h address size prefixStefan Reinauer
2012-07-27x86emu: Fix BSF and BSR instructionsStefan Reinauer
2012-07-27x86emu: fix comment for BTS instructionStefan Reinauer
2012-07-27x86emu: Add an RDTSC implementation to the x86 emulatorStefan Reinauer
2012-07-27x86emu: Use NULL instead of 0 when assigning pointerStefan Reinauer
2012-07-20Allow YABEL to fake write accesses to config spacePatrick Georgi
2012-07-05PCI Type2 config must dieRonald G. Minnich
2012-04-02x86, oprom: ensure DF is always clearedMathias Krause
2012-03-30Prepare the BIOS data areas before device init.Duncan Laurie
2012-03-07Move C labels to start-of-linePatrick Georgi
2011-12-13Fix console output in real mode int10 implementation.Stefan Reinauer
2011-11-01remove trailing whitespaceStefan Reinauer
2011-10-21Use ntohll where appropriate.Stefan Reinauer
2011-10-13Fix compilation of x86emu with gcc 4.6.xStefan Reinauer
2011-10-13Fix native x86 option rom initializationStefan Reinauer
2011-10-13refactor vesa mode setting code and bootsplash codeStefan Reinauer
2011-10-13Refactor option rom initialization code in coreboot.Stefan Reinauer
2011-04-21more ifdef -> if fixesStefan Reinauer
2011-04-21some ifdef --> if fixesStefan Reinauer
2011-01-21Make YABEL warnings-are-errors safePatrick Georgi
2011-01-13Improve compatibility of YABEL with real-world VGABIOSesPatrick Georgi
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-09Make huge macros inline functions for readability. Remove warnings. Trivial.Myles Watson
2010-09-09My Jmicron SATA card writes the name of the hard drive to the screen.Myles Watson
2010-09-07My Jmicron SATA card depends on the BIOS not clearing AL when setting AH.Myles Watson
2010-09-07Make a Kconfig option for debugging output from realmode emulation. Trivial.Myles Watson
2010-08-30Make yabel work for non-zero bus numbers. The link_num is not the bus number.Myles Watson
2010-08-23mark unused variables in x86emu as unused. gcc has a mechanism for this.Stefan Reinauer
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-06-05tly cosmetical. don't use movw because we use mov in most places.Stefan Reinauer
2010-06-04This patch fixes the option rom code that was buggy when it switchedEdwin Beasant
2010-05-27fix warnings.Stefan Reinauer
2010-05-23consistently use decimal for the register offsets, and fix comment typos.Stefan Reinauer
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2010-05-11Change real mode API to allow passing intXX number or entry point andStefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-26fix a bug in pcibios check. Stefan Reinauer
2010-04-24drop all duplicate copies of vgabios.c in favorStefan Reinauer
2010-04-22via epia-m now works with default x86.c instead of its own copy of vgabios.c.Stefan Reinauer
2010-04-21oops, sorry for the last commit. This commit changes the code to distinguishStefan Reinauer
2010-04-21Move the prototype for run_vsa.Myles Watson