device/device_util: Rename dev_get_pci_domain
In coreboot, domain indicates hardware units that provide/group resource windows, For Xeon-SP, domains are PCIe compatible and further function in many aspects, e.g. PCIe, CXL, IOAT, UBOX. Rename dev_get_pci_domain to dev_get_domain to align with coreboot concept and distinguish from Xeon-SP concept. TEST=Build and boot on intel/archercity CRB Change-Id: I51b18b30fb41038869ea1384b01091da31a895b9 Signed-off-by: Shuo Liu <shuo.liu@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81554 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
e56a41b33f
commit
271ee0745e
5 changed files with 14 additions and 14 deletions
|
|
@ -182,7 +182,7 @@ void assign_resources(struct bus *bus);
|
|||
const char *dev_name(const struct device *dev);
|
||||
const char *dev_path(const struct device *dev);
|
||||
u32 dev_path_encode(const struct device *dev);
|
||||
const struct device *dev_get_pci_domain(const struct device *dev);
|
||||
const struct device *dev_get_domain(const struct device *dev);
|
||||
void dev_set_enabled(struct device *dev, int enable);
|
||||
void disable_children(struct bus *bus);
|
||||
bool dev_is_active_bridge(struct device *dev);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue