summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2018-05-11devicetree: Add USB device typeDuncan Laurie
2018-05-09{device,drivers,lib,mb,nb}: Use only one space after 'if'Elyes HAOUAS
2018-05-08Move `pci_ops_mmconf` from arch/x86/ to device/Nico Huber
2018-05-08device/pci_ops: Remove unnecessary weak implementationNico Huber
2018-05-04device/root_device.c: Get rid of device_tElyes HAOUAS
2018-05-04device/pci_class.c: Get rid of device_tElyes HAOUAS
2018-05-04device/pcix_device.c: Get rid of device_tElyes HAOUAS
2018-05-04device/smbus_ops.c: Get rid of device_tElyes HAOUAS
2018-05-04src/device/cardbus_device.c: Get rid of device_tElyes HAOUAS
2018-05-04src/device/pciexp_device.c: Get rid of device_tElyes HAOUAS
2018-05-04src/device/pnp_device.c: Get rid of device_tElyes HAOUAS
2018-05-02src/device: Fix discarded-qualifiers compilation issueSubrata Banik
2018-05-02pci: Fix MMCONF_SUPPORT on non x86Patrick Rudolph
2018-05-02software_i2c: Improve error behaviorJulius Werner
2018-04-30device: constify some variablesLubomir Rintel
2018-04-26device: Add flag to disable PCIe ASPMNico Huber
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-04-23device/oprom/yabel: Fix spelling of *successful*Paul Menzel
2018-04-20pci: Move inline PCI functions to pci_ops.hPatrick Rudolph
2018-04-20device/oprom/yabel: Fix vbe-buffer index in vbe.cHal Tsai
2018-04-16device/dram/ddr3: improve XMP supportDan Elkouby
2018-04-09device/dram/ddr2.c: Add methods to compute to identify dramArthur Heymans
2018-03-14src/device/dram/ddr2: Fix supported burst lengthsElyes HAOUAS
2018-03-08timestamps: Add timestamps around the vbios load & initMartin Roth
2018-02-22device/ddr2,ddr3: Rename and move a few thingsArthur Heymans
2018-02-22device: Include devicetree in SMM stageSubrata Banik
2018-02-01Add a default path for vbt.binArthur Heymans
2018-02-01device: add ALWAYS_RUN_OPROM optionAaron Durbin
2018-02-01device/pci_device: remove #if/#endif in oprom logicAaron Durbin
2018-01-31device/pci_rom: Write _ROM method for VGA devicesPatrick Rudolph
2018-01-25sconfig: Add a new mmio resource typeJustin TerAvest
2018-01-24device/i2c_bus: allow i2c_bus and i2c_simple to coexistAaron Durbin
2018-01-15Intel i82830 boards & chips: Remove - using LATE_CBMEM_INITMartin Roth
2017-12-20device/dram/ddr2.c: Store the checksum in the decoded SPD structArthur Heymans
2017-12-13device: Make pci_dev_ops_pci structure globalSubrata Banik
2017-12-08device/pciexp_device: Set values numerically instead of as bitmaskPatrick Georgi
2017-11-15device: further untangle device_t from struct deviceAaron Durbin
2017-11-07device/device_util: Add string for DEVICE_PATH_NONEPatrick Rudolph
2017-10-22security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese
2017-10-13src/device: Update LTR configuration schemeAamir Bohra
2017-09-26device/dram/ddr2.c: fix a hidden syntax error introduced earlierBill XIE
2017-09-22device/dram/ddr2.c: Decoding byte[12] bit7 as self refresh flagArthur Heymans
2017-09-22device/dram/ddr2: Add break to several case statements that lack itPatrick Georgi
2017-09-22arch/x86: Enable ebda library for romstage and postcarSubrata Banik
2017-09-20device/dram/ddr2.c: Improve error returning and debug outputArthur Heymans
2017-09-16device/dram/ddr2: Fix decoding tRRArthur Heymans
2017-09-14device: acpi_name() should take a const struct deviceAaron Durbin
2017-09-06device/dram/ddr2: Add a function to normalize tCLKArthur Heymans
2017-09-04Kconfig: Move and rename ADD_VBT_DATA_FILEPatrick Rudolph
2017-08-31cpu/x86 asm: Just use the correct op suffixEdward O'Callaghan