aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2020-10-16 22:00:04 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-10-16 22:00:04 +0000
commit4a6b33ec17702dfa23d8380e8e55b7f49f49dc7a (patch)
tree054961bb1000139e73f5ab3e9d4a65ea4bc6d7ef /include
parent29736030f3a75db07775a55dc1d129895b6c2087 (diff)
parent4b918452bdb3f117c3ab735313e8a1b86e938440 (diff)
downloadtrusted-firmware-a-4a6b33ec17702dfa23d8380e8e55b7f49f49dc7a.tar.gz
Merge changes Iba51bff1,I3f563cff into integration
* changes: plat:qti Mandate SMC implementaion and bug fix Update in coreboot_get_memory_type API to include size as well
Diffstat (limited to 'include')
-rw-r--r--include/lib/coreboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib/coreboot.h b/include/lib/coreboot.h
index dda3173a26..0aa65791dd 100644
--- a/include/lib/coreboot.h
+++ b/include/lib/coreboot.h
@@ -39,7 +39,7 @@ typedef enum {
CB_MEM_TABLE = 16,
} coreboot_memory_t;
-coreboot_memory_t coreboot_get_memory_type(uintptr_t address);
+coreboot_memory_t coreboot_get_memory_type(uintptr_t start, size_t size);
void coreboot_table_setup(void *base);
#endif /* COREBOOT_H */