Age | Commit message (Expand) | Author |
2024-09-28 | sconfig: Move config_of_soc from device.h to static.h | Nicholas Chin |
2024-08-22 | util/sconfig: Probe device when fw_config is unprovisioned | Karthikeyan Ramasubramanian |
2024-07-31 | device: introduce and use dev_get_domain_id | Felix Held |
2024-07-25 | device: move is_domain0 and is_dev_on_domain0 to common code | Felix Held |
2024-05-28 | include/device: Fix IO resource handling covering 0xFFFF | Shuo Liu |
2024-05-28 | soc/intel/xeon_sp: Add domain resource window creation utils | Shuo Liu |
2024-05-07 | device/device_util: Add and use is_pci_bridge() | Shuo Liu |
2024-04-18 | device/device_util: Rename dev_get_pci_domain | Shuo Liu |
2024-04-18 | device/device_util: Use const qualifier | Patrick Rudolph |
2024-04-15 | include: Add 'IWYU pragma: export' comment | Elyes Haouas |
2024-04-12 | include/device/device.h: Drop duplicated <console/console.h> | Elyes Haouas |
2024-02-14 | include/device/device: drop unused soft_reserved_ram_resource macro | Felix Held |
2024-01-31 | device/device.h: Rename busses for clarity | Arthur Heymans |
2024-01-31 | include/device/device.h: Remove CHIP_NAME() macro | Nicholas Sudsgaard |
2024-01-29 | device/device.h: Drop multiple links | Arthur Heymans |
2024-01-29 | device: Add a helper function to add a downstream bus | Arthur Heymans |
2024-01-24 | device/device_util: Add method to retrieve the domain | Patrick Rudolph |
2024-01-24 | device: Add inline method to identify PATH_ROOT | Patrick Rudolph |
2024-01-22 | device/device.h: Drop acpi_inject_dsdt | Arthur Heymans |
2024-01-21 | device_util: Drop unused function bus_path | Arthur Heymans |
2024-01-18 | device/device.h: Fix outdated comment | Arthur Heymans |
2024-01-16 | device: Add support for multiple PCI segment groups | Felix Held |
2023-12-13 | drivers/ipmi to lib: Fix misspellings & capitalization issues | Martin Roth |
2023-11-17 | include/device/device: drop HAVE_ACPI_TABLES guards | Felix Held |
2023-11-17 | include/device/device: drop GENERATE_SMBIOS_TABLES guards | Felix Held |
2023-10-20 | device/device.h: Rename pci_domain_scan_bus | Arthur Heymans |
2023-08-15 | include/device/device: drop unused alignment defines | Felix Held |
2023-08-10 | include/device/device: align comments in struct bus | Felix Held |
2023-08-10 | include/device/device: drop unused fields from struct bus | Felix Held |
2023-05-26 | treewide: Remove 'extern' from functions declaration | Elyes Haouas |
2023-04-22 | lib/version: Move board identification strings | Kyösti Mälkki |
2023-04-11 | util/sconfig: Remove unused ioapic and irq keywords | Arthur Heymans |
2023-04-06 | cpu/x86/topology: Add code to fill in topology on struct path | Arthur Heymans |
2023-03-03 | lib: set up specific purpose memory as LB_MEM_SOFT_RESERVED | Jonathan Zhang |
2023-02-06 | device/pci_device.c: Add way to limit max bus numbers | Arthur Heymans |
2022-11-24 | src/device + util/sconfig: Introduce new device 'mdio' | Mario Scheithauer |
2022-10-06 | include/device/device_util.c: add predicates for pci devices | Fabio Aiuto |
2022-09-29 | include/device/path.h: use functions for enabled cpu selection | Fabio Aiuto |
2022-09-04 | pciexp_device: Propagate above-4G flag to all hotplug devices | Nico Huber |
2022-08-01 | include: Add SPDX-License-Identifiers to files missing them | Martin Roth |
2022-07-17 | include/device/device.h: Remove unneeded blank line after '{' | Elyes HAOUAS |
2022-06-26 | device: Drop LOG_MEM/IO_RESOURCE | Kyösti Mälkki |
2022-06-26 | resource: Add helpers for memory resources | Kyösti Mälkki |
2022-06-26 | device: Add fixed_io_range_flags() and helpers | Kyösti Mälkki |
2022-06-26 | device: Add fixed_mem_range_flags() and helpers | Kyösti Mälkki |
2022-06-22 | device/resource: Add _kb postfix for resource allocators | Kyösti Mälkki |
2021-11-04 | SMBIOS/SCONFIG: Allow devtree-defined Type 41 entries | Angel Pons |
2021-10-22 | include/device: ensure valid link/bus is passed to mp_cpu_bus_init | Felix Held |
2021-09-24 | device: Drop unused function `dev_find_matching_device_on_bus` | Furquan Shaikh |
2021-09-20 | device: Add helper macros for device pointers using alias names | Furquan Shaikh |
2021-09-06 | device/device.h: Drop unused function declaration | Angel Pons |
2021-06-17 | device: Add helper function devfn_disable() | Subrata Banik |
2021-06-09 | device: Add helper function is_devfn_enabled() | Subrata Banik |
2021-05-24 | device: Consider fw_config probing in `is_dev_enabled()` | Furquan Shaikh |
2021-05-10 | device: Drop unused `uma_memory_{base,size}` globals | Angel Pons |
2021-02-24 | device/device.c: Rename .disable to .vga_disable | Arthur Heymans |
2021-01-30 | device: Drop `mmconf_resource_init` function | Angel Pons |
2021-01-12 | device: Use __pci_0_00_0_config in config_of_soc() | Furquan Shaikh |
2020-12-28 | device + util/sconfig: introduce new device `gpio` | Michael Niewöhner |
2020-12-06 | include/device/device: add comment that config_of_soc never returns NULL | Felix Held |
2020-10-29 | soc/intel/xeon_sp: Move function debug macros | Marc Jones |
2020-10-29 | include/device/device.h: Move resource debug macros | Marc Jones |
2020-10-21 | device: Export enable_static_device() function | Duncan Laurie |
2020-10-08 | device: Clarify use of `config_of()` | Nico Huber |
2020-07-28 | device: Add find_dev_nested_path helper function | Rob Barnes |
2020-07-26 | device/device.h: Add `is_dev_enabled` function | Angel Pons |
2020-06-02 | fw_config: Add firmware configuration interface | Duncan Laurie |
2020-05-12 | device/pci_device: Extract pci_domain_set_resources from SOC | Raul E Rangel |
2020-05-01 | include/device/device.h: Include <smbios.h> | Elyes HAOUAS |
2020-04-28 | device: Constify struct device * parameter to acpi_inject_dsdt | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to dev_name | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to write_acpi_tables | Furquan Shaikh |
2020-04-22 | device: Add helper function to find matching device on bus | Furquan Shaikh |
2020-04-22 | device: Add a helper to find device behind a PCI-to-PCI bridge device | Furquan Shaikh |
2020-04-10 | Replace DEVICE_NOOP with noop_(set|read)_resources | Nico Huber |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2020-02-08 | Add configurable ramstage support for minimal PCI scanning | Ronald G. Minnich |
2020-02-05 | pciexp: Add support for allocating PCI express hotplug resources | Jeremy Soller |
2020-01-04 | device/smbus: Drop unused smbus_set_link() | Kyösti Mälkki |
2019-12-19 | Drop ROMCC code and header guards | Arthur Heymans |
2019-11-21 | device/pci: Reduce scope of dev_find_slot() | Kyösti Mälkki |
2019-11-18 | include: Make stdbool.h a separate file | Julius Werner |
2019-10-08 | device: Use scan_static_bus() over scan_lpc_bus() | Nico Huber |
2019-10-08 | device/root_device: Consolidate common _scan_bus() functions | Nico Huber |
2019-10-07 | device: Rename scan_static_bus() -> enable_static_devices() | Nico Huber |
2019-10-06 | device/pci: Enable full 16-bit VGA port i/o decoding | Nico Huber |
2019-10-02 | soc/intel: Replace config_of_path() with config_of_soc() | Kyösti Mälkki |
2019-09-27 | device: add commentary to dev_find_slot() | Aaron Durbin |
2019-08-23 | arch/x86/acpi: Add acpi_device_hid | Patrick Rudolph |
2019-08-15 | cpu/intel: Replace bsp_init_and_start_aps() | Kyösti Mälkki |
2019-07-18 | devicetree: Add accessors for chip_info | Kyösti Mälkki |
2019-07-17 | device: Move pci_irqs outside DEVTREE_EARLY | Kyösti Mälkki |
2019-07-17 | soc/intel: Fix regression with hidden PCI devices | Kyösti Mälkki |
2019-07-15 | device: Remove device->ops from early stages | Kyösti Mälkki |
2019-07-12 | device/pci: Declare pcidev_path_on_bus() | Kyösti Mälkki |
2019-07-07 | device/pci: Declare pci_root_bus() | Kyösti Mälkki |
2019-06-28 | device: Tidy up add_more_links() | Jacob Garber |
2019-06-28 | device,nb/amd: Deduplicate add_more_links() | Jacob Garber |
2019-05-07 | sconfig: Add SMBIOS type 9 entries | Patrick Rudolph |