arm-trusted-firmware/include/drivers/partition
Govindraj Raja f08460dc08 feat(partition): add interface to init gpt
Current interface 'partition_init' accepts parameter image_id
and returns no value. But the entire partition driver is build
only to parse and handle GPT partitions, so add new interface
gpt_partition_init which would return failure to platform code
if it fails to parse the image.

Change-Id: Iaf574d2ad01a15d0723c1475290c31dc4a078835
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
2023-10-27 08:31:54 -05:00
..
efi.h fix(partition): add U suffix for unsigned numbers 2022-12-07 14:16:48 +01:00
gpt.h refactor(partition): get GPT header location from MBR 2023-10-27 08:31:54 -05:00
mbr.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
partition.h feat(partition): add interface to init gpt 2023-10-27 08:31:54 -05:00