summaryrefslogtreecommitdiffstats
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* AMD northbridges: factor out CPU allocationKyösti Mälkki2012-08-272-0/+72
* Fix SMBIOS generationStefan Reinauer2012-08-081-2/+2
* Make the device tree available in the rom stageStefan Reinauer2012-08-042-0/+82
* Fix mainboard level enable_dev()Kyösti Mälkki2012-08-031-2/+2
* x86emu: fix jump_near_IMM to handle DATA: flag correctlyStefan Reinauer2012-08-021-7/+16
* x86emu: Fix more mis-decoding of the data prefixStefan Reinauer2012-08-021-20/+47
* Remove uma_memory_base from build if no GFXUMAKyösti Mälkki2012-08-021-1/+2
* x86emu: Respect the LEA 67h address size prefixStefan Reinauer2012-08-021-14/+16
* x86emu: Fix BSF and BSR instructionsStefan Reinauer2012-07-271-18/+18
* x86emu: fix comment for BTS instructionStefan Reinauer2012-07-271-1/+1
* x86emu: Add an RDTSC implementation to the x86 emulatorStefan Reinauer2012-07-271-1/+35
* Allocators for different memory regions typesKyösti Mälkki2012-07-271-18/+5
* x86emu: Use NULL instead of 0 when assigning pointerStefan Reinauer2012-07-271-1/+1
* Remove useless semicolonPatrick Georgi2012-07-251-1/+1
* Simplify VGA card discoveryPatrick Georgi2012-07-221-30/+13
* Allow shutting down internal graphics if plugin graphics are preferredPatrick Georgi2012-07-201-0/+8
* Allow YABEL to fake write accesses to config spacePatrick Georgi2012-07-202-0/+14
* Drop VGA_BRIDGE_SETUP config optionPatrick Georgi2012-07-202-12/+0
* Change uma_resource() to use new type IORESOURCE_UMA_FB.Kyösti Mälkki2012-07-161-1/+1
* Define global uma_memory variablesKyösti Mälkki2012-07-161-0/+5
* Add global uma_resource()Kyösti Mälkki2012-07-161-0/+15
* MPTAPLE: generate from devicetree.cbSven Schnelle2012-07-131-0/+4
* Use dev_lock for alloc_find_dev()Kyösti Mälkki2012-07-102-19/+27
* PCI Type2 config must dieRonald G. Minnich2012-07-051-2/+0
* 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