summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* device/pci_early.c: Mixes up variants of a typedefs to 'u32'Edward O'Callaghan2014-07-191-4/+3
* device,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-173-3/+0
* YABEL: Initialize global `biosmem` pointer for VBENico Huber2014-07-111-0/+3
* device: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-086-8/+0
* YABEL: Drop IO stubs that are (by own admission) never usedPatrick Georgi2014-07-051-47/+0
* gizmosphere/gizmo: Move support of SPD data in CBFSKyösti Mälkki2014-07-054-1/+74
* device/pci_device.c: Sanitize headersEdward O'Callaghan2014-06-251-22/+8
* Remove guarding #includes by CONFIG_FOO combinationsEdward O'Callaghan2014-06-213-14/+2
* PCI VGA ROM: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-6/+2
* device/device_util.c: Fix wording in comment of `new_resource()`Paul Menzel2014-06-111-1/+1
* PCI IRQs: Swizzle PCI IRQs for PCI bridgesMike Loptien2014-05-291-0/+151
* device_romstage: Add a way to move to the next deviceMartin Roth2014-05-211-0/+24
* device/oprom/yabel/vbe.c: Avoid unused func warnEdward O'Callaghan2014-05-181-1/+1
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-061-1/+1
* device: Conditionally bypass oprom executionKyösti Mälkki2014-05-011-11/+9
* ChromeOS: Remove oprom_is_loadedKyösti Mälkki2014-05-011-8/+3
* device: provide option to always load PCI option romsKyösti Mälkki2014-05-012-10/+52
* 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
OpenPOWER on IntegriCloud