summaryrefslogtreecommitdiffstats
path: root/src/include/device/device.h
Commit message (Expand)AuthorAgeFilesLines
* Move remap_bsp_lapic to AMD specific codeStefan Reinauer2015-06-131-1/+0
* device_ops: add device_t argument to write_acpi_tablesAlexander Couzens2015-06-051-1/+1
* device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens2015-06-051-1/+1
* device_ops: add device_t argument to acpi_inject_dsdt_generatorAlexander Couzens2015-06-051-1/+1
* AMD K8 fam10: Refactor HT link connection testKyösti Mälkki2015-06-051-0/+1
* devicetree: Add fields for HyperTransport scansKyösti Mälkki2015-06-051-0/+2
* devicetree: Change scan_bus() prototype in device opsKyösti Mälkki2015-06-041-4/+4
* devicetree: Single scan_bridges()Kyösti Mälkki2015-06-041-1/+1
* PCI subsystem: Refactor PCI bridge register controlKyösti Mälkki2015-06-041-0/+1
* devicetree: Discriminate device ops scan_bus()Kyösti Mälkki2015-06-041-1/+2
* acpi: Remove monolithic ACPIVladimir Serbinenko2015-05-261-1/+1
* devicetree: Drop dummy root_dev opsKyösti Mälkki2015-03-011-2/+0
* devicetree: Search PnP device node from the tree by pathKyösti Mälkki2015-01-301-0/+1
* include/device/device.h: Provide DEVICE_NOOP macro shimEdward O'Callaghan2014-11-011-0/+6
* include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefsEdward O'Callaghan2014-10-261-2/+0
* ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko2014-10-161-1/+1
* acpi: Remove explicit pointer tracking in per-device ssdt.Vladimir Serbinenko2014-10-111-2/+1
* bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use.Vladimir Serbinenko2014-10-111-0/+1
* Implement ACPI in a per device wayVladimir Serbinenko2014-09-051-0/+6
* smbios: reorganise OEM strings handling.Vladimir Serbinenko2014-08-301-0/+3
* ROMCC: Fix collision with token name maxKyösti Mälkki2014-07-011-4/+5
* include/device/device.h: Header is ROMCC tentativeEdward O'Callaghan2014-06-271-0/+9
* device_romstage: Add a way to move to the next deviceMartin Roth2014-05-211-0/+2
* Add guard for UMA globalsKyösti Mälkki2014-05-191-0/+2
* intel: Drop obsolete comments on MTRR usageKyösti Mälkki2014-05-141-4/+0
* build rules: Identify build stage with simple variablesKyösti Mälkki2014-04-181-1/+1
* device_util: Make device in dev_find_slot_pnp u16.Vladimir Serbinenko2014-02-091-1/+1
* device_util: Add dev_find_slot_pnp.Vladimir Serbinenko2014-02-071-0/+1
* Add function to encode device path into integerDuncan Laurie2013-11-261-0/+1
* Add new finalize functions for devices and chipsMarc Jones2013-11-081-0/+5
* Add pnp_devfn_t and use with __SIMPLE_DEVICE__Kyösti Mälkki2013-08-241-0/+1
* Add pci_devfn_t and use with __SIMPLE_DEVICE__Kyösti Mälkki2013-08-241-0/+1
* Add directive __SIMPLE_DEVICE__Kyösti Mälkki2013-08-011-9/+12
* Redefine pci_bus_default_ops as functionKyösti Mälkki2013-07-251-1/+1
* pnp: Implement common handling for PnP config modesNico Huber2013-06-171-0/+2
* resources: remove IORESOURCE_[UMA_FB|IGNORE_MTRR]Aaron Durbin2013-03-291-3/+3
* resources: introduce reserved_ram_resource()Aaron Durbin2013-03-231-1/+4
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-0/+4
* Add initialization hook for chipsNico Huber2012-11-271-1/+4
* Drop redundant CHIP_NAME in mainboard.cKyösti Mälkki2012-11-061-0/+2
* Add name field for deviceKyösti Mälkki2012-11-061-0/+1
* Drop get_smbios_data from chip_operationsKyösti Mälkki2012-10-291-3/+0
* Take care of NULL chip_ops->nameKyösti Mälkki2012-10-271-0/+1
* AMD northbridges: factor out CPU allocationKyösti Mälkki2012-08-271-0/+10
* Fix SMBIOS generationStefan Reinauer2012-08-081-1/+2
* Make the device tree available in the rom stageStefan Reinauer2012-08-041-12/+23
* Fix mainboard level enable_dev()Kyösti Mälkki2012-08-031-0/+1
* AMD and GFXUMA: move setup_uma_memory() to northbridgeKyösti Mälkki2012-08-021-1/+0
* Intel Sandybridge: add reserved memory as resourcesKyösti Mälkki2012-08-011-2/+10
* Allocators for different memory regions typesKyösti Mälkki2012-07-271-4/+15