diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-05-27 01:02:37 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-05-30 16:05:35 +0000 |
commit | 0fdede09e0c142cce63579cd8b916c03bd48bb84 (patch) | |
tree | 924a204695f80fb83e3734338a546e99b518ac57 /src/ec | |
parent | bc069ea6b3904e8bde0b7b7b93f7bfad156ee4b3 (diff) |
acpi/acpigen: rename and clarify bus/IO/MMIO resource producer functions
The acpigen_resource_[bus_number,io,mmio*] functions didn't make it very
clear that they are generating resource producer ranges and not resource
consumer ranges. To clarify this, change the function names to
acpigen_resource_producer_[bus_number,io,mmio*] and explicitly add the
ADDR_SPACE_GENERAL_FLAG_PRODUCER flag which evaluates to 0, so this
doesn't change the functionality.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I334f38aa8ab418d5577f92b980ff750504e2bb4e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75486
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com>
Diffstat (limited to 'src/ec')
0 files changed, 0 insertions, 0 deletions