summaryrefslogtreecommitdiff
path: root/src/devices
AgeCommit message (Expand)Author
2012-11-30Rename devices -> deviceStefan Reinauer
2012-11-30Create a a new configuration variable for PCIRonald G. Minnich
2012-11-28Remove assembly coded log2 functionRonald G. Minnich
2012-11-27Provide weak empty declarations of all chip_ops used on a boardPatrick Georgi
2012-11-27Add initialization hook for chipsNico Huber
2012-11-24x86 realmode: Use x86emu register file + definesPatrick Georgi
2012-11-24x86 realmode: Adapt to x86emu/YABEL style return codesPatrick Georgi
2012-11-24x86emu: Move realmode handler into own directoryPatrick Georgi
2012-11-20Unify use of bool config variablesStefan Reinauer
2012-11-16Clean up KconfigStefan Reinauer
2012-11-13cros: Inform U-Boot via fake gpio when VGA Option ROM is loadedBill Richardson
2012-11-12oprom: Ensure that mode information is valid before putting it in the tables.Gabe Black
2012-11-08Make option rom init more verboseStefan Reinauer
2012-11-06Drop redundant CHIP_NAME in mainboard.cKyösti Mälkki
2012-11-06Add name field for deviceKyösti Mälkki
2012-10-29Hide all _ROM_RUN Kconfig options if the payload is SeaBIOSPeter Stuge
2012-10-29Run option ROMs in coreboot by default only if the payload is not SeaBIOSPeter Stuge
2012-10-29Clarify that _ROM_RUN Kconfig options control if ROMs are run by corebootPeter Stuge
2012-10-27Take care of NULL chip_ops->nameKyösti Mälkki
2012-10-08Every chip must have chip_operationsKyösti Mälkki
2012-10-07Revert order in VGA device choiceKostr
2012-10-05YABEL: Common API to register interrupt handlersPatrick Georgi
2012-08-27AMD northbridges: factor out CPU allocationKyösti Mälkki
2012-08-08Fix SMBIOS generationStefan Reinauer
2012-08-04Make the device tree available in the rom stageStefan Reinauer
2012-08-03Fix mainboard level enable_dev()Kyösti Mälkki
2012-08-02x86emu: fix jump_near_IMM to handle DATA: flag correctlyStefan Reinauer
2012-08-02x86emu: Fix more mis-decoding of the data prefixStefan Reinauer
2012-08-02Remove uma_memory_base from build if no GFXUMAKyösti Mälkki
2012-08-02x86emu: Respect the LEA 67h address size prefixStefan Reinauer
2012-07-27x86emu: Fix BSF and BSR instructionsStefan Reinauer
2012-07-27x86emu: fix comment for BTS instructionStefan Reinauer
2012-07-27x86emu: Add an RDTSC implementation to the x86 emulatorStefan Reinauer
2012-07-27Allocators for different memory regions typesKyösti Mälkki
2012-07-27x86emu: Use NULL instead of 0 when assigning pointerStefan Reinauer
2012-07-25Remove useless semicolonPatrick Georgi
2012-07-22Simplify VGA card discoveryPatrick Georgi
2012-07-20Allow shutting down internal graphics if plugin graphics are preferredPatrick Georgi
2012-07-20Allow YABEL to fake write accesses to config spacePatrick Georgi
2012-07-20Drop VGA_BRIDGE_SETUP config optionPatrick Georgi
2012-07-16Change uma_resource() to use new type IORESOURCE_UMA_FB.Kyösti Mälkki
2012-07-16Define global uma_memory variablesKyösti Mälkki
2012-07-16Add global uma_resource()Kyösti Mälkki
2012-07-13MPTAPLE: generate from devicetree.cbSven Schnelle
2012-07-10Use dev_lock for alloc_find_dev()Kyösti Mälkki
2012-07-05PCI Type2 config must dieRonald G. Minnich
2012-05-08Clean up #ifsPatrick Georgi
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