summaryrefslogtreecommitdiffstats
path: root/src/include/device/device.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow shutting down internal graphics if plugin graphics are preferredPatrick Georgi2012-07-201-0/+1
* Define global uma_memory variablesKyösti Mälkki2012-07-161-0/+5
* Add global uma_resource()Kyösti Mälkki2012-07-161-0/+2
* MPTAPLE: generate from devicetree.cbSven Schnelle2012-07-131-1/+8
* Add a helper function to determine the number of enabled CPUsStefan Reinauer2012-04-021-0/+1
* Add helper function to find a Local APIC by ID in the device tree.Duncan Laurie2012-03-091-0/+1
* Add automatic SMBIOS table generationSven Schnelle2011-08-261-0/+6
* Fix a simple whitespace error in src/include/device/device.hSven Schnelle2011-03-011-2/+2
* Add subsystemid option to sconfigSven Schnelle2011-03-011-0/+2
* Various cosmetic and coding style fixes in src/devices.Uwe Hermann2010-11-041-1/+1
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-0/+6
* Always enable parent resources before child resources.Myles Watson2010-06-171-8/+0
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-6/+4
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-211-3/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-5/+5