summaryrefslogtreecommitdiffstats
path: root/src/include/device
Commit message (Expand)AuthorAgeFilesLines
* device: Make pci_dev_ops_pci structure globalSubrata Banik2017-12-131-1/+2
* device/pciexp_device: Set values numerically instead of as bitmaskPatrick Georgi2017-12-081-0/+5
* soc/intel/apollolake: add ability to enable eSPIBora Guvendik2017-12-071-0/+1
* soc/intel/skylake: Make use of Intel common DSP blockSubrata Banik2017-11-281-0/+1
* intel/common/block: Add SKL CSME device IDSubrata Banik2017-11-281-0/+1
* device: further untangle device_t from struct deviceAaron Durbin2017-11-151-22/+20
* device: untangle device_t from struct device some moreAaron Durbin2017-11-101-10/+5
* intel/common/smbus: increase spd read performanceKane Chen2017-10-311-0/+1
* src/device: Update LTR configuration schemeAamir Bohra2017-10-131-0/+6
* device/dram/ddr2.c: Decoding byte[12] bit7 as self refresh flagArthur Heymans2017-09-221-0/+2
* soc/intel/skylake: add Kabylake Celeron base SKUGaggery Tsai2017-09-221-0/+1
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* device/dram/ddr2: Add a function to normalize tCLKArthur Heymans2017-09-061-1/+2
* device/smbus: Reuse I2C bus operations where applicableNico Huber2017-08-181-5/+21
* Reinvent I2C opsNico Huber2017-08-182-21/+71
* include/device: Split i2c.h into threeNico Huber2017-08-183-159/+201
* device/smbus: Drop some never used boilerplateNico Huber2017-08-151-10/+0
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-49/+79
* device/pci: untangle struct device and device_tAaron Durbin2017-08-092-40/+41
* usbdebug: Refactor early enableKyösti Mälkki2017-08-071-1/+4
* sb/intel/*: Use common SMBus functionsArthur Heymans2017-08-061-0/+1
* src/include: Add guards on all header filesMartin Roth2017-08-011-0/+5
* soc/intel/skylake: Add IGD id for mobile Xeon with GT2Nico Huber2017-07-251-0/+1
* soc/intel/apollolake: Add pci device id for GLK IGDHannah Williams2017-07-211-0/+1
* src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-133-4/+4
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+1
* include/device: Add pci ids for Intel CNLLijian Zhao2017-06-271-1/+64
* device/dram/ddr3.h: Add brackets around macroArthur Heymans2017-06-221-1/+1
* haswell: add CBMEM_MEMINFO table when initing RAMMatt DeVillier2017-06-161-0/+13
* device/pnp: remove struct io_infoSamuel Holland2017-06-131-5/+1
* nb/intel/sandybridge: Improve CAS freq selectionArthur Heymans2017-06-121-0/+2
* device/dram/ddr2.c: Fix is_registered_ddr2Arthur Heymans2017-06-091-1/+1
* device/device_util: Add function to determine bridge statePatrick Rudolph2017-06-021-0/+1
* src/include/device: Add System Agent (SA) device idsSubrata Banik2017-06-011-2/+11
* include/device: Add pci ids for Intel SDBora Guvendik2017-06-011-0/+5
* include/device: Add pci ids for Intel GLKHannah Williams2017-05-221-0/+24
* src/include/device: Add PCIe root ports device idsAamir Bohra2017-05-131-0/+60
* commonlib: Move drivers/storage into commonlib/storageLee Leahy2017-05-123-455/+0
* drivers/storage: Make DRVR_CAP_8BIT controller independentLee Leahy2017-05-102-18/+18
* drivers/storage: Remove set_control_regLee Leahy2017-05-101-1/+0
* pci_device: add PCI device IDs for Intel platformsRizwan Qureshi2017-05-051-0/+107
* lib: provide clearer devicetree semanticsAaron Durbin2017-04-252-17/+17
* drivers/storage: Add SD/MMC/eMMC driver based upon depthchargeLee Leahy2017-04-253-0/+456
* src/include: Wrap lines at 80 columnsLee Leahy2017-03-138-62/+113
* src/include: Remove use of binary constantsLee Leahy2017-03-131-4/+4
* src/include: Remove space between function name and parametersLee Leahy2017-03-132-16/+16
* src/include: Remove space after function nameLee Leahy2017-03-131-6/+6
* src/include: Fix space between type, * and variable nameLee Leahy2017-03-134-21/+21
* src/include: Remove braces for single statementsLee Leahy2017-03-121-2/+1
* src/include: Open brace on same line as enum or structLee Leahy2017-03-122-28/+20