summaryrefslogtreecommitdiff
path: root/src/devices
AgeCommit message (Expand)Author
2011-04-21more ifdef -> if fixesStefan Reinauer
2011-04-21some ifdef --> if fixesStefan Reinauer
2011-03-01Use subsystem id from devicetree.cb instead of Kconfig and moveSven Schnelle
2011-02-03Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functionsPatrick Georgi
2011-01-31Fix an infinite loop in pnp_get_ioresource(), which freezes coreboot ifStefan Reinauer
2011-01-21Make YABEL warnings-are-errors safePatrick Georgi
2011-01-13Improve compatibility of YABEL with real-world VGABIOSesPatrick Georgi
2010-12-16don't hardcode CONFIG_PC80_SYSTEMStefan Reinauer
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-11-04Various cosmetic and coding style fixes in src/devices.Uwe Hermann
2010-10-18Cosmetics and coding style fixes in devices/*.Uwe Hermann
2010-10-17Various Doxygen comment fixes, typo fixes, etc.Uwe Hermann
2010-10-11Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-13Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed.Myles Watson
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-09-01Simplify last_dev_p so that it matches comments.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-08-17Clarify comment a bitPatrick Georgi
2010-08-16Call mainboard init functions.Myles Watson
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-06-07cardbus_scan_bridge is identical to pci_scan_bridgeMyles 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 switchedStefan Reinauer
2010-06-04Enable PCI_OPTION_ROM_REALMODE when GEODE_VSA is selected.Myles Watson
2010-06-02Fix hard-coded log levels.Myles Watson
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
2010-04-21* clean up all but two warnings on artecgroup dbe61Stefan Reinauer
2010-04-13fix a trivial warning when yabel with direct hw access is enabled.Stefan Reinauer
2010-04-02The error message is misleading, even for a SPEW, becauseStefan Reinauer
2010-03-23Prepare for using coreboot x86emu in userspace utility "vgabios"Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17drop shadow variable from hypertransport code.Stefan Reinauer
2010-03-17Clean up warnings in yabel vbe code. No more warnings on the IP1000Stefan Reinauer
2010-03-16it was reason for workaround rules already, and it's somewhat ugly:Stefan Reinauer
2010-03-051. Move run_bios prototype to device.hMyles Watson