mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 14:55:16 +00:00
feat(fvp): add stub function to retrieve DLME image auth features
DLME image authentication features are currently not supported on FVP. This patch introduces a stub function in fvp_drtm_stub.c as a placeholder for retrieving DLME image authentication features. Change-Id: I6d274834245774c5442d67ee93fcd641f3a9cd1a Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
This commit is contained in:
parent
0f7ebef73e
commit
1733deb46c
1 changed files with 5 additions and 0 deletions
|
@ -38,3 +38,8 @@ uint64_t plat_drtm_get_acpi_tables_region_size(void)
|
||||||
{
|
{
|
||||||
return 0ULL;
|
return 0ULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
uint64_t plat_drtm_get_dlme_img_auth_features(void)
|
||||||
|
{
|
||||||
|
return 0ULL;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue