summaryrefslogtreecommitdiffstats
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* more ifdef -> if fixesStefan Reinauer2011-04-215-18/+18
* some ifdef --> if fixesStefan Reinauer2011-04-216-31/+32
* Use subsystem id from devicetree.cb instead of Kconfig and moveSven Schnelle2011-03-011-16/+5
* Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functionsPatrick Georgi2011-02-031-4/+14
* Fix an infinite loop in pnp_get_ioresource(), which freezes coreboot ifStefan Reinauer2011-01-311-0/+6
* Make YABEL warnings-are-errors safePatrick Georgi2011-01-212-2/+4
* Improve compatibility of YABEL with real-world VGABIOSesPatrick Georgi2011-01-136-28/+49
* don't hardcode CONFIG_PC80_SYSTEMStefan Reinauer2010-12-161-1/+2
* Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer2010-11-224-8/+3
* Various cosmetic and coding style fixes in src/devices.Uwe Hermann2010-11-0412-907/+1035
* Cosmetics and coding style fixes in devices/*.Uwe Hermann2010-10-186-181/+218
* Various Doxygen comment fixes, typo fixes, etc.Uwe Hermann2010-10-1710-194/+221
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-0/+44
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-305-33/+33
* Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed.Juhana Helovuo2010-09-131-0/+8
* 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
* Simplify last_dev_p so that it matches comments.Myles Watson2010-09-011-3/+3
* 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
* Clarify comment a bitPatrick Georgi2010-08-171-1/+3
* Call mainboard init functions.Myles Watson2010-08-161-0/+3
* Always enable parent resources before child resources.Myles Watson2010-06-174-67/+78
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-098-109/+118
* cardbus_scan_bridge is identical to pci_scan_bridgeMyles Watson2010-06-071-70/+4
* 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
* Enable PCI_OPTION_ROM_REALMODE when GEODE_VSA is selected.Myles Watson2010-06-042-3/+4
* Fix hard-coded log levels.Myles Watson2010-06-021-3/+3
* 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-215-88/+105
* 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-2728-160/+160
* 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
* The error message is misleading, even for a SPEW, becauseStefan Reinauer2010-04-021-3/+7
* Prepare for using coreboot x86emu in userspace utility "vgabios"Stefan Reinauer2010-03-231-0/+2
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-2212-131/+129
* drop shadow variable from hypertransport code.Stefan Reinauer2010-03-171-1/+0
* 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-1647-2/+20839
* 1. Move run_bios prototype to device.hMyles Watson2010-03-051-1/+0
OpenPOWER on IntegriCloud