summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* OxPCIe uart: Split PCI bridge controlKyösti Mälkki2014-04-093-0/+134
* devices: Allow to configure textmode in native gfx init.Vladimir Serbinenko2014-03-031-1/+5
* device: Do not show "framebuffer graphics resolution" with native init.Vladimir Serbinenko2014-02-221-1/+1
* PCI: Add capability list parser to romstageKyösti Mälkki2014-02-122-1/+70
* PCI: Guard pci.h with CONFIG_PCIKyösti Mälkki2014-02-122-2/+2
* device_util: Make device in dev_find_slot_pnp u16.Vladimir Serbinenko2014-02-091-1/+1
* device_util: Add dev_find_slot_pnp.Vladimir Serbinenko2014-02-071-0/+21
* smbus: Add guards to avoid calling NULL.Vladimir Serbinenko2014-02-011-0/+30
* lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko2014-01-122-2/+4
* Replace all occurences of sprintf with snprintfVladimir Serbinenko2014-01-102-41/+50
* device/Kconfig: Add third person singular s to lacksPaul Menzel2014-01-041-1/+1
* Remove PCI_ROM_RUN optionVladimir Serbinenko2013-12-243-30/+5
* Add Kconfig options to override Subsystem Vendor and Device IDDuncan Laurie2013-12-212-0/+20
* device/dram/ddr3: Move CRC calculation in a separate functionAlexandru Gagniuc2013-12-171-20/+42
* Log device path during resource allocationDuncan Laurie2013-12-121-0/+4
* Clean up POST codes for Boot State machineDuncan Laurie2013-11-261-0/+1
* Log device path into CMOS during probe stagesDuncan Laurie2013-11-261-2/+15
* Add function to encode device path into integerDuncan Laurie2013-11-261-0/+55
* x86: use proper types for interrupt callbacksAaron Durbin2013-11-251-1/+1
* Add new finalize functions for devices and chipsMarc Jones2013-11-081-0/+75
* Add test to match struct device with pci_devfn_tKyösti Mälkki2013-08-241-0/+13
* Add a generic Intel HD audio (Azalia) module azalia_device.cAndrew Wu2013-08-133-0/+282
* Redefine pci_bus_default_ops as functionKyösti Mälkki2013-07-251-10/+31
* device: Fix spellingMartin Roth2013-07-1023-83/+83
* Provide support for setting up the framebuffer from EDIDRonald G. Minnich2013-07-104-142/+2
* pnp: Implement common handling for PnP config modesNico Huber2013-06-171-0/+25
* pnp: Provide alternative pnp_enable() implementationNico Huber2013-06-171-0/+6
* Yabel : Add tracing option needed by i915tool.Denis 'GNUtoo' Carikli2013-06-042-0/+18
* DDR3: Add utilities for creating MRS commandsAlexandru Gagniuc2013-06-041-0/+217
* dram: Add utilities for decoding DDR3 SPDsAlexandru Gagniuc2013-06-031-0/+372
* Get rid of a number of __GNUC__ checksStefan Reinauer2013-05-101-44/+3
* device tree: track init timesAaron Durbin2013-05-011-0/+12
* Add PXE ROM selection to Kconfig menuSiyuan Wang2013-04-031-0/+31
* pci: don't load vga option rom before S3 checkAaron Durbin2013-04-011-8/+9
* ramstage: prepare for relocationAaron Durbin2013-03-213-24/+44
* Google Link: Add remaining code to support native graphicsRonald G. Minnich2013-03-151-7/+25
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0116-16/+16
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-141-7/+7
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-142-9/+9
* VBE: Skip graphics mode setting for non-VGA devicesStefan Reinauer2013-02-081-1/+3
* oprom: fix compilation for Qemu target (and possibly others)Stefan Reinauer2013-02-081-0/+1
* YABEL: use system {in,out}[bwl] on x86Patrick Georgi2013-02-071-2/+4
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-303-7/+14
* Make PCIe config options depend on PCIe supportStefan Reinauer2013-01-041-0/+2
* Fix Yabel compilation on non-x86 platformsStefan Reinauer2012-12-086-12/+28
* Allow PCI option rom execution only on systems with PCI supportStefan Reinauer2012-12-081-3/+3
* Unify assembler function handlingStefan Reinauer2012-12-062-6/+12
* Rename devices -> deviceStefan Reinauer2012-11-3066-0/+27650