MMCONF_SUPPORT: Consolidate resource registration
Change-Id: Id727270bff9e0288747d178c00f3d747fe223b0f Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/17695 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
3d15e10aef
commit
e25b5ef39f
25 changed files with 132 additions and 276 deletions
|
|
@ -234,6 +234,9 @@ void pci_domain_scan_bus(struct device *dev);
|
|||
void fixed_mem_resource(device_t dev, unsigned long index,
|
||||
unsigned long basek, unsigned long sizek, unsigned long type);
|
||||
|
||||
void mmconf_resource_init(struct resource *res, resource_t base, int buses);
|
||||
void mmconf_resource(struct device *dev, unsigned long index);
|
||||
|
||||
void scan_smbus(device_t bus);
|
||||
void scan_static_bus(device_t bus);
|
||||
void scan_lpc_bus(device_t bus);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue