summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* device: add ALWAYS_RUN_OPROM optionAaron Durbin2018-02-012-0/+12
* device/pci_device: remove #if/#endif in oprom logicAaron Durbin2018-02-011-7/+5
* device/pci_rom: Write _ROM method for VGA devicesPatrick Rudolph2018-01-312-0/+60
* sconfig: Add a new mmio resource typeJustin TerAvest2018-01-251-0/+8
* device/i2c_bus: allow i2c_bus and i2c_simple to coexistAaron Durbin2018-01-241-5/+5
* Intel i82830 boards & chips: Remove - using LATE_CBMEM_INITMartin Roth2018-01-151-17/+0
* device/dram/ddr2.c: Store the checksum in the decoded SPD structArthur Heymans2017-12-201-0/+1
* device: Make pci_dev_ops_pci structure globalSubrata Banik2017-12-131-1/+1
* device/pciexp_device: Set values numerically instead of as bitmaskPatrick Georgi2017-12-081-4/+13
* device: further untangle device_t from struct deviceAaron Durbin2017-11-151-21/+24
* device/device_util: Add string for DEVICE_PATH_NONEPatrick Rudolph2017-11-071-0/+3
* security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese2017-10-221-1/+1
* src/device: Update LTR configuration schemeAamir Bohra2017-10-131-11/+44
* device/dram/ddr2.c: fix a hidden syntax error introduced earlierBill XIE2017-09-261-1/+1
* device/dram/ddr2.c: Decoding byte[12] bit7 as self refresh flagArthur Heymans2017-09-221-7/+10
* device/dram/ddr2: Add break to several case statements that lack itPatrick Georgi2017-09-221-0/+6
* arch/x86: Enable ebda library for romstage and postcarSubrata Banik2017-09-221-2/+7
* device/dram/ddr2.c: Improve error returning and debug outputArthur Heymans2017-09-201-39/+99
* device/dram/ddr2: Fix decoding tRRArthur Heymans2017-09-161-6/+9
* 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-7/+26
* Kconfig: Move and rename ADD_VBT_DATA_FILEPatrick Rudolph2017-09-041-0/+14
* cpu/x86 asm: Just use the correct op suffixEdward O'Callaghan2017-08-311-4/+4