summaryrefslogtreecommitdiffstats
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* Clean up #ifsPatrick Georgi2012-05-084-21/+21
* Allow device ID arrays in the PCI driver structureVadim Bendebury2012-05-011-1/+23
* Reverse Vendor ID & Device ID for map_oprom_vendev()Martin Roth2012-04-281-3/+3
* x86, oprom: ensure DF is always clearedMathias Krause2012-04-021-28/+37
* [ChromeOS] Don't initialize VGA Option ROM in normal modeStefan Reinauer2012-04-021-0/+12
* Add a helper function to determine the number of enabled CPUsStefan Reinauer2012-04-021-0/+18
* Don't unconditionally add support for cardbus and pci-x devicesStefan Reinauer2012-03-301-3/+3
* Prepare the BIOS data areas before device init.Duncan Laurie2012-03-302-16/+8
* Add support for enabling PCIe Common Clock and ASPMDuncan Laurie2012-03-292-11/+191
* printf: Remove some L modifier usesPatrick Georgi2012-03-243-7/+7
* Add helper function to find a Local APIC by ID in the device tree.Duncan Laurie2012-03-091-0/+20
* Don't try to compute I/O for empty sub buses.Stefan Reinauer2012-03-091-0/+2
* Don't run any Option ROMs stored outside of the system flashStefan Reinauer2012-03-092-16/+35
* Don't run VGA option ROMs on S3 resume.Stefan Reinauer2012-03-082-0/+18
* Move C labels to start-of-linePatrick Georgi2012-03-071-1/+1
* Revert "Fix multipleVGA cards resource conflict on Windows"Marc Jones2012-02-231-4/+4
* Fix multipleVGA cards resource conflict on WindowsKerry Sheh2012-02-071-4/+4
* Add OPROM mapping support to corebootStefan Reinauer2012-02-071-2/+17
* Fix console output in real mode int10 implementation.Stefan Reinauer2011-12-131-1/+1
* remove trailing whitespaceStefan Reinauer2011-11-012-3/+3
* Use ntohll where appropriate.Stefan Reinauer2011-10-211-1/+0
* Fix compilation of x86emu with gcc 4.6.xStefan Reinauer2011-10-134-18/+30
* Fix native x86 option rom initializationStefan Reinauer2011-10-131-11/+14
* refactor vesa mode setting code and bootsplash codeStefan Reinauer2011-10-137-13/+117
* Refactor option rom initialization code in coreboot.Stefan Reinauer2011-10-135-251/+246
* 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