Age | Commit message (Expand) | Author |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2019-01-04 | device: Introduce pcidev_on_root() and friends | Kyösti Mälkki |
2019-01-04 | src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h' | Elyes HAOUAS |
2019-01-04 | src: Get rid of device_t | Elyes HAOUAS |
2018-09-16 | sconfig: Allow setting device status in device tree | Hung-Te Lin |
2018-07-26 | device: add child traversal helper function | Aaron Durbin |
2018-05-25 | device: Move find_dev_path() to device_const.c | Kyösti Mälkki |
2018-05-25 | device: Move dev_find_path() to device_const.c | Nico Huber |
2018-05-11 | devicetree: Add USB device type | Duncan Laurie |
2018-05-02 | src/device: Fix discarded-qualifiers compilation issue | Subrata Banik |
2018-04-30 | device: constify some variables | Lubomir Rintel |
2018-04-26 | device: Add flag to disable PCIe ASPM | Nico Huber |
2018-04-20 | pci: Move inline PCI functions to pci_ops.h | Patrick Rudolph |
2017-11-15 | device: further untangle device_t from struct device | Aaron Durbin |
2017-11-10 | device: untangle device_t from struct device some more | Aaron Durbin |
2017-09-14 | device: acpi_name() should take a const struct device | Aaron Durbin |
2017-08-09 | device/pci: untangle struct device and device_t | Aaron Durbin |
2017-07-13 | src/include: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-06-02 | device/device_util: Add function to determine bridge state | Patrick Rudolph |
2017-04-25 | lib: provide clearer devicetree semantics | Aaron Durbin |
2017-03-13 | src/include: Wrap lines at 80 columns | Lee Leahy |
2017-03-13 | src/include: Remove space after function name | Lee Leahy |
2017-03-13 | src/include: Fix space between type, * and variable name | Lee Leahy |
2017-03-12 | src/include: Remove spaces before tabs | Lee Leahy |
2017-03-09 | src/include: Fix unsigned warnings | Lee Leahy |
2017-02-16 | device: Add scan_generic_bus support | Furquan Shaikh |
2017-02-16 | device: Add a new "SPI" device type | Furquan Shaikh |
2017-02-06 | devtree: Drop unused parameter show_devs_tree() call | Kyösti Mälkki |
2016-12-07 | src/device: Get device structure by path type | Subrata Banik |
2016-12-07 | MMCONF_SUPPORT: Consolidate resource registration | Kyösti Mälkki |
2016-06-09 | device: i2c: Add support for I2C bus operations | Duncan Laurie |
2016-05-21 | device: Add an ACPI device name and path concept to devices | Duncan Laurie |
2016-05-16 | sconfig: Add a new generic device type | Duncan Laurie |
2015-06-13 | Move remap_bsp_lapic to AMD specific code | Stefan Reinauer |
2015-06-05 | device_ops: add device_t argument to write_acpi_tables | Alexander Couzens |
2015-06-05 | device_ops: add device_t argument to acpi_fill_ssdt_generator | Alexander Couzens |
2015-06-05 | device_ops: add device_t argument to acpi_inject_dsdt_generator | Alexander Couzens |
2015-06-05 | AMD K8 fam10: Refactor HT link connection test | Kyösti Mälkki |
2015-06-05 | devicetree: Add fields for HyperTransport scans | Kyösti Mälkki |
2015-06-04 | devicetree: Change scan_bus() prototype in device ops | Kyösti Mälkki |
2015-06-04 | devicetree: Single scan_bridges() | Kyösti Mälkki |
2015-06-04 | PCI subsystem: Refactor PCI bridge register control | Kyösti Mälkki |
2015-06-04 | devicetree: Discriminate device ops scan_bus() | Kyösti Mälkki |
2015-05-26 | acpi: Remove monolithic ACPI | Vladimir Serbinenko |
2015-03-01 | devicetree: Drop dummy root_dev ops | Kyösti Mälkki |
2015-01-30 | devicetree: Search PnP device node from the tree by path | Kyösti Mälkki |
2014-11-01 | include/device/device.h: Provide DEVICE_NOOP macro shim | Edward O'Callaghan |
2014-10-26 | include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefs | Edward O'Callaghan |
2014-10-16 | ACPI: Remove CONFIG_GENERATE_ACPI_TABLES | Vladimir Serbinenko |
2014-10-11 | acpi: Remove explicit pointer tracking in per-device ssdt. | Vladimir Serbinenko |
2014-10-11 | bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use. | Vladimir Serbinenko |
2014-09-05 | Implement ACPI in a per device way | Vladimir Serbinenko |
2014-08-30 | smbios: reorganise OEM strings handling. | Vladimir Serbinenko |
2014-07-01 | ROMCC: Fix collision with token name max | Kyösti Mälkki |
2014-06-27 | include/device/device.h: Header is ROMCC tentative | Edward O'Callaghan |
2014-05-21 | device_romstage: Add a way to move to the next device | Martin Roth |
2014-05-19 | Add guard for UMA globals | Kyösti Mälkki |
2014-05-14 | intel: Drop obsolete comments on MTRR usage | Kyösti Mälkki |
2014-04-18 | build rules: Identify build stage with simple variables | Kyösti Mälkki |
2014-02-09 | device_util: Make device in dev_find_slot_pnp u16. | Vladimir Serbinenko |
2014-02-07 | device_util: Add dev_find_slot_pnp. | Vladimir Serbinenko |
2013-11-26 | Add function to encode device path into integer | Duncan Laurie |
2013-11-08 | Add new finalize functions for devices and chips | Marc Jones |
2013-08-24 | Add pnp_devfn_t and use with __SIMPLE_DEVICE__ | Kyösti Mälkki |
2013-08-24 | Add pci_devfn_t and use with __SIMPLE_DEVICE__ | Kyösti Mälkki |
2013-08-01 | Add directive __SIMPLE_DEVICE__ | Kyösti Mälkki |
2013-07-25 | Redefine pci_bus_default_ops as function | Kyösti Mälkki |
2013-06-17 | pnp: Implement common handling for PnP config modes | Nico Huber |
2013-03-29 | resources: remove IORESOURCE_[UMA_FB|IGNORE_MTRR] | Aaron Durbin |
2013-03-23 | resources: introduce reserved_ram_resource() | Aaron Durbin |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2012-11-27 | Add initialization hook for chips | Nico Huber |
2012-11-06 | Drop redundant CHIP_NAME in mainboard.c | Kyösti Mälkki |
2012-11-06 | Add name field for device | Kyösti Mälkki |
2012-10-29 | Drop get_smbios_data from chip_operations | Kyösti Mälkki |
2012-10-27 | Take care of NULL chip_ops->name | Kyösti Mälkki |
2012-08-27 | AMD northbridges: factor out CPU allocation | Kyösti Mälkki |
2012-08-08 | Fix SMBIOS generation | Stefan Reinauer |
2012-08-04 | Make the device tree available in the rom stage | Stefan Reinauer |
2012-08-03 | Fix mainboard level enable_dev() | Kyösti Mälkki |
2012-08-02 | AMD and GFXUMA: move setup_uma_memory() to northbridge | Kyösti Mälkki |
2012-08-01 | Intel Sandybridge: add reserved memory as resources | Kyösti Mälkki |
2012-07-27 | Allocators for different memory regions types | Kyösti Mälkki |
2012-07-20 | Allow shutting down internal graphics if plugin graphics are preferred | Patrick Georgi |
2012-07-16 | Define global uma_memory variables | Kyösti Mälkki |
2012-07-16 | Add global uma_resource() | Kyösti Mälkki |
2012-07-13 | MPTAPLE: generate from devicetree.cb | Sven Schnelle |
2012-04-02 | Add a helper function to determine the number of enabled CPUs | Stefan Reinauer |
2012-03-09 | Add helper function to find a Local APIC by ID in the device tree. | Duncan Laurie |
2011-08-26 | Add automatic SMBIOS table generation | Sven Schnelle |
2011-03-01 | Fix a simple whitespace error in src/include/device/device.h | Sven Schnelle |
2011-03-01 | Add subsystemid option to sconfig | Sven Schnelle |
2010-11-04 | Various cosmetic and coding style fixes in src/devices. | Uwe Hermann |
2010-10-11 | Factor out a few commonly duplicated functions from northbridge.c. | Uwe Hermann |
2010-06-17 | Always enable parent resources before child resources. | Myles Watson |
2010-06-09 | Same conversion as with resources from static arrays to lists, except | Myles Watson |
2010-05-21 | Use lists instead of arrays for resources in devices to reduce memory usage. | Myles Watson |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-03-05 | 1. Move run_bios prototype to device.h | Myles Watson |
2009-11-06 | Remove drivers/pci/onboard. The only purpose was for option ROMs, which are | Myles Watson |