summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/sandybridge/raminit: Move fill_smbios17 to ddr3.cPatrick Rudolph2018-08-211-0/+79
* nb/intel/sandybridge: Fill in DIMM serial numberPatrick Rudolph2018-08-201-0/+2
* src/device: Fix typoElyes HAOUAS2018-08-094-6/+6
* src/device/pci_rom.c: Remove double initializationRichard Spiegel2018-08-091-1/+1
* device/pci_device.c: Remove unused variable attr settingRichard Spiegel2018-08-081-1/+0
* pnp_device: don't treat missing PNP_MSC devicetree entry as errorFelix Held2018-07-291-3/+15
* device/pnp_device: rewrite pnp_get_ioresourceFelix Held2018-07-291-36/+27
* device: add child traversal helper functionAaron Durbin2018-07-261-0/+24
* device/pci: Add MSI-X helper functionsPatrick Rudolph2018-07-191-0/+68
* pnp_device: improve readabilityFelix Held2018-07-171-3/+6
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-096-21/+21
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-07-021-2/+2
* src/device: Add check for existence and validity of PCIE base address configAamir Bohra2018-06-291-0/+4
* src: Use of device_t is deprecatedElyes HAOUAS2018-06-141-7/+7
* drivers/intel/gma: Unify VBT related Kconfig namesNico Huber2018-06-121-6/+6
* drivers/intel/gma: Include mainboard data.vbtArthur Heymans2018-06-061-0/+10
* device: Only expose VGA_ROM_RUN on supported architecturesPatrick Rudolph2018-06-041-1/+1
* device: Move find_dev_path() to device_const.cKyösti Mälkki2018-05-252-80/+83
* device: Move dev_find_path() to device_const.cNico Huber2018-05-252-38/+26
* device: Rename device_simple.c --> device_const.cNico Huber2018-05-252-6/+6
* device: Always build device_simple.c for less code duplicationNico Huber2018-05-243-69/+1
* src/device: Get rid of device_tElyes HAOUAS2018-05-224-20/+24
* device/device_util.c: Remove space after sizeofElyes HAOUAS2018-05-221-16/+16
* devicetree: Add USB device typeDuncan Laurie2018-05-112-0/+26
* {device,drivers,lib,mb,nb}: Use only one space after 'if'Elyes HAOUAS2018-05-091-1/+1
* Move `pci_ops_mmconf` from arch/x86/ to device/Nico Huber2018-05-082-0/+79
* device/pci_ops: Remove unnecessary weak implementationNico Huber2018-05-081-7/+0
* device/root_device.c: Get rid of device_tElyes HAOUAS2018-05-041-7/+7
* device/pci_class.c: Get rid of device_tElyes HAOUAS2018-05-041-3/+3
* device/pcix_device.c: Get rid of device_tElyes HAOUAS2018-05-041-3/+3
* device/smbus_ops.c: Get rid of device_tElyes HAOUAS2018-05-041-4/+4
* src/device/cardbus_device.c: Get rid of device_tElyes HAOUAS2018-05-041-4/+4
* src/device/pciexp_device.c: Get rid of device_tElyes HAOUAS2018-05-041-22/+22
* src/device/pnp_device.c: Get rid of device_tElyes HAOUAS2018-05-041-20/+20
* src/device: Fix discarded-qualifiers compilation issueSubrata Banik2018-05-021-1/+1
* pci: Fix MMCONF_SUPPORT on non x86Patrick Rudolph2018-05-021-5/+4
* software_i2c: Improve error behaviorJulius Werner2018-05-021-25/+29
* device: constify some variablesLubomir Rintel2018-04-302-15/+15
* device: Add flag to disable PCIe ASPMNico Huber2018-04-261-0/+3
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* device/oprom/yabel: Fix spelling of *successful*Paul Menzel2018-04-231-1/+1
* pci: Move inline PCI functions to pci_ops.hPatrick Rudolph2018-04-201-0/+1
* device/oprom/yabel: Fix vbe-buffer index in vbe.cHal Tsai2018-04-201-3/+3
* device/dram/ddr3: improve XMP supportDan Elkouby2018-04-161-1/+16
* device/dram/ddr2.c: Add methods to compute to identify dramArthur Heymans2018-04-092-3/+27
* src/device/dram/ddr2: Fix supported burst lengthsElyes HAOUAS2018-03-141-2/+2
* timestamps: Add timestamps around the vbios load & initMartin Roth2018-03-081-0/+4
* device/ddr2,ddr3: Rename and move a few thingsArthur Heymans2018-02-221-7/+7
* device: Include devicetree in SMM stageSubrata Banik2018-02-221-0/+1
* Add a default path for vbt.binArthur Heymans2018-02-011-9/+10