summaryrefslogtreecommitdiffstats
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* Clean up KconfigStefan Reinauer2012-11-161-0/+226
* cros: Inform U-Boot via fake gpio when VGA Option ROM is loadedBill Richardson2012-11-131-1/+12
* oprom: Ensure that mode information is valid before putting it in the tables.Gabe Black2012-11-124-11/+30
* Make option rom init more verboseStefan Reinauer2012-11-081-3/+14
* Drop redundant CHIP_NAME in mainboard.cKyösti Mälkki2012-11-061-0/+2
* Add name field for deviceKyösti Mälkki2012-11-061-1/+3
* Hide all _ROM_RUN Kconfig options if the payload is SeaBIOSPeter Stuge2012-10-291-0/+3
* Run option ROMs in coreboot by default only if the payload is not SeaBIOSPeter Stuge2012-10-291-3/+6
* Clarify that _ROM_RUN Kconfig options control if ROMs are run by corebootPeter Stuge2012-10-291-10/+33
* Take care of NULL chip_ops->nameKyösti Mälkki2012-10-271-0/+8
* Every chip must have chip_operationsKyösti Mälkki2012-10-082-0/+33
* Revert order in VGA device choiceKostr2012-10-071-1/+1
* YABEL: Common API to register interrupt handlersPatrick Georgi2012-10-052-0/+7
* 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