summaryrefslogtreecommitdiffstats
path: root/src/devices/oprom
Commit message (Expand)AuthorAgeFilesLines
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-304-19/+19
* Make huge macros inline functions for readability. Remove warnings. Trivial.Myles Watson2010-09-092-165/+165
* My Jmicron SATA card writes the name of the hard drive to the screen.Myles Watson2010-09-091-2/+77
* My Jmicron SATA card depends on the BIOS not clearing AL when setting AH.Myles Watson2010-09-071-4/+10
* Make a Kconfig option for debugging output from realmode emulation. Trivial.Myles Watson2010-09-072-0/+4
* Make yabel work for non-zero bus numbers. The link_num is not the bus number.Myles Watson2010-08-301-1/+1
* mark unused variables in x86emu as unused. gcc has a mechanism for this.Stefan Reinauer2010-08-231-1/+1
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-1/+1
* tly cosmetical. don't use movw because we use mov in most places.Stefan Reinauer2010-06-051-15/+8
* This patch fixes the option rom code that was buggy when it switchedEdwin Beasant2010-06-041-15/+21
* fix warnings.Stefan Reinauer2010-05-271-1/+1
* consistently use decimal for the register offsets, and fix comment typos.Stefan Reinauer2010-05-231-18/+18
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-211-2/+1
* Change real mode API to allow passing intXX number or entry point andStefan Reinauer2010-05-112-149/+160
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2719-81/+81
* fix a bug in pcibios check. Stefan Reinauer2010-04-262-38/+21
* drop all duplicate copies of vgabios.c in favorStefan Reinauer2010-04-241-2/+4
* via epia-m now works with default x86.c instead of its own copy of vgabios.c.Stefan Reinauer2010-04-222-3/+1
* oops, sorry for the last commit. This commit changes the code to distinguishStefan Reinauer2010-04-211-3/+3
* Move the prototype for run_vsa.Myles Watson2010-04-211-1/+2
* * clean up all but two warnings on artecgroup dbe61Stefan Reinauer2010-04-212-1/+185
* fix a trivial warning when yabel with direct hw access is enabled.Stefan Reinauer2010-04-131-46/+46
* Prepare for using coreboot x86emu in userspace utility "vgabios"Stefan Reinauer2010-03-231-0/+2
* Clean up warnings in yabel vbe code. No more warnings on the IP1000Stefan Reinauer2010-03-173-6/+13
* it was reason for workaround rules already, and it's somewhat ugly:Stefan Reinauer2010-03-1646-0/+20837