aboutsummaryrefslogtreecommitdiff
path: root/src/include/device
AgeCommit message (Expand)Author
2017-03-13src/include: Wrap lines at 80 columnsLee Leahy
2017-03-13src/include: Remove use of binary constantsLee Leahy
2017-03-13src/include: Remove space between function name and parametersLee Leahy
2017-03-13src/include: Remove space after function nameLee Leahy
2017-03-13src/include: Fix space between type, * and variable nameLee Leahy
2017-03-12src/include: Remove braces for single statementsLee Leahy
2017-03-12src/include: Open brace on same line as enum or structLee Leahy
2017-03-12src/include: Remove spaces before tabsLee Leahy
2017-03-12src/include: Remove spaces before ( and after )Lee Leahy
2017-03-10src/include: Add parenthesis around macrosLee Leahy
2017-03-10device/dram/ddr2: Add common ddr2 spd decoderPatrick Rudolph
2017-03-09src/include: Add space after commaLee Leahy
2017-03-09src/include: Indent code using tabsLee Leahy
2017-03-09src/include: Fix unsigned warningsLee Leahy
2017-02-16device: Add scan_generic_bus supportFurquan Shaikh
2017-02-16device: Add a new "SPI" device typeFurquan Shaikh
2017-02-06devtree: Drop unused parameter show_devs_tree() callKyösti Mälkki
2017-02-04x86/acpi: Add VFCT tablePatrick Rudolph
2016-12-07src/device: Get device structure by path typeSubrata Banik
2016-12-07MMCONF_SUPPORT: Consolidate resource registrationKyösti Mälkki
2016-12-06PCI ops: Remove pci_mmio_xx() in ramstageKyösti Mälkki
2016-11-23AGESA binaryPI: Fix PCI ID namespaceKyösti Mälkki
2016-11-23include/device/early_smbus.h: Declare smbus write functionNaresh G Solanki
2016-11-20device/dram/ddr3: Calculate CRC16 of SPD unique identifierKyösti Mälkki
2016-11-16include/device/pci_ids.h: Correct Entertainment sub-classElyes HAOUAS
2016-11-07pci_ids.h: Correct recent AMD ID namesMarshall Dawson
2016-11-02pci_ids.h: Add ID for amd/00670F00 northbridgeMarshall Dawson
2016-09-04device/pci.h: change #ifdef argument to __SIMPLE_DEVICE__Antonello Dettori
2016-06-24SPD: fix DDR3 SDRAM memory module typesElyes HAOUAS
2016-06-20include/device/dram/ddr3: Add additional frequenciesPatrick Rudolph
2016-06-09device: i2c: Add support for I2C bus operationsDuncan Laurie
2016-05-28acpi_device: Add support for writing ACPI I2C descriptorsDuncan Laurie
2016-05-21device: Add an ACPI device name and path concept to devicesDuncan Laurie
2016-05-16sconfig: Add a new generic device typeDuncan Laurie
2016-05-16sconfig: Add 10bit addressing mode to i2c device typeDuncan Laurie
2016-03-21device: Add i2c read/write register field APIYidi Lin
2016-03-12device/i2c: Add i2c_read_bytes() APIJitao Shi
2016-03-05include/device/dram: Fix DDR3-1866Patrick Rudolph
2016-03-03src/device/dram/ddr3: Parse additional informationPatrick Rudolph
2016-03-02nb/intel/sandybridge/romstage: Read fuse bits for max MEM ClkPatrick Rudolph
2016-02-20nb/intel/sandybridge/raminit: Add XMP supportPatrick Rudolph
2016-02-18device: Add device path display supportLee Leahy
2016-02-03include/device: Move inline functions from pci_def.h to pci.hAlexandru Gagniuc
2016-01-18header files: Fix guard name comments to match guard namesMartin Roth
2015-12-29device/pnp: Ability to set vendor specific logical device configDamien Zammit
2015-11-23southbridge/amd/sr5650: Add IOMMU supportTimothy Pearson
2015-11-11southbridge/amd/sb700: Add AHCI supportTimothy Pearson
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-24drivers/aspeed: Add native text mode VGA support for the AST2050Timothy Pearson
2015-10-24southbridge/amd/sb700: Allow use of auxiliary SMBUS controllerTimothy Pearson
2015-10-22allocator: Page align memory mapped PCI resourcesNico Huber
2015-09-30AMD Bettong: Fix usb device in devicetree for Carrizozbao
2015-09-05symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin
2015-07-12Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()Martin Roth
2015-06-22AMD Merlin Falcon: Add northbridge files for new AMD processorWANG Siyuan
2015-06-22device: DDR3 generic code 64bit fixStefan Reinauer
2015-06-13Move remap_bsp_lapic to AMD specific codeStefan Reinauer
2015-06-13southbridge/amd/pi: Add support for new AMD southbridge KernWANG Siyuan
2015-06-10resource: Refactor IORESOURCE flags useKyösti Mälkki
2015-06-05device_ops: add device_t argument to write_acpi_tablesAlexander Couzens
2015-06-05device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens
2015-06-05device_ops: add device_t argument to acpi_inject_dsdt_generatorAlexander Couzens
2015-06-05AMD K8 fam10: Drop extra HT scan_chain() parametersKyösti Mälkki
2015-06-05AMD K8 fam10: Refactor HT link connection testKyösti Mälkki
2015-06-05devicetree: Add fields for HyperTransport scansKyösti Mälkki
2015-06-04devicetree: Change scan_bus() prototype in device opsKyösti Mälkki
2015-06-04devicetree: Single scan_bridges()Kyösti Mälkki
2015-06-04PCI subsystem: Drop parameter max from scan_busKyösti Mälkki
2015-06-04PCI subsystem: Refactor PCI bridge register controlKyösti Mälkki
2015-06-04devicetree: Discriminate device ops scan_bus()Kyösti Mälkki
2015-06-04HyperTransport: Move pci_scan_bus() callKyösti Mälkki
2015-05-26acpi: Remove monolithic ACPIVladimir Serbinenko
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-14superio: Replace the indexed I/O functionsDave Frodin
2015-04-22device: Add class and subclass name supportLee Leahy
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-10PCI - Add interrupt disable bit definitionLee Leahy
2015-03-23PCIe: Add L1 Sub-State support.Kenji Chen
2015-03-10AMD Bald Eagle: Add northbridge files for new AMD processorBruce Griffith
2015-03-09device/pciexp: Add support for PCIe CLK power managementKane Chen
2015-03-08device: drop i915 specific headers from resource allocator includesStefan Reinauer
2015-03-01devicetree: Drop dummy root_dev opsKyösti Mälkki
2015-02-20AMD K8 fam10: Refactor offset_unitid configurationKyösti Mälkki
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-02-10PCI subsystem: Remove AGP bridge typeKyösti Mälkki
2015-02-05drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson
2015-01-30devicetree: Search PnP device node from the tree by pathKyösti Mälkki
2015-01-09src/include: Doxygen fixesMartin Roth
2014-12-30i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner
2014-12-28RELOCATABLE_RAMSTAGE: Fix weak symbols with option ROMsKyösti Mälkki
2014-12-16i2c: Replace the i2c API.Gabe Black
2014-12-07ddr3: Plumber DIMM type to parsed structure.Vladimir Serbinenko
2014-11-20Replace includes of build.h with version.hKyösti Mälkki
2014-11-05pci_ops.{c,h}: Don't hide pointers behind typedefsEdward O'Callaghan
2014-11-01include/device/device.h: Provide DEVICE_NOOP macro shimEdward O'Callaghan
2014-10-26include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefsEdward O'Callaghan
2014-10-16ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko
2014-10-11acpi: Remove explicit pointer tracking in per-device ssdt.Vladimir Serbinenko
2014-10-11bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use.Vladimir Serbinenko
2014-09-17pnp: Allow setting of misc register 0xf4 in device treeStefan Reinauer