summaryrefslogtreecommitdiff
path: root/src/devices
AgeCommit message (Expand)Author
2012-05-01Allow device ID arrays in the PCI driver structureVadim Bendebury
2012-04-28Reverse Vendor ID & Device ID for map_oprom_vendev()Martin Roth
2012-04-02x86, oprom: ensure DF is always clearedMathias Krause
2012-04-02[ChromeOS] Don't initialize VGA Option ROM in normal modeStefan Reinauer
2012-04-02Add a helper function to determine the number of enabled CPUsStefan Reinauer
2012-03-30Don't unconditionally add support for cardbus and pci-x devicesStefan Reinauer
2012-03-30Prepare the BIOS data areas before device init.Duncan Laurie
2012-03-29Add support for enabling PCIe Common Clock and ASPMDuncan Laurie
2012-03-24printf: Remove some L modifier usesPatrick Georgi
2012-03-09Add helper function to find a Local APIC by ID in the device tree.Duncan Laurie
2012-03-09Don't try to compute I/O for empty sub buses.Stefan Reinauer
2012-03-09Don't run any Option ROMs stored outside of the system flashStefan Reinauer
2012-03-08Don't run VGA option ROMs on S3 resume.Stefan Reinauer
2012-03-07Move C labels to start-of-linePatrick Georgi
2012-02-23Revert "Fix multipleVGA cards resource conflict on Windows"Marc Jones
2012-02-07Fix multipleVGA cards resource conflict on WindowsKerry Sheh
2012-02-07Add OPROM mapping support to corebootStefan Reinauer
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-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.Juhana Helovuo
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