commit | f08460dc085283f25fd6b5df792f263ccdf22421 | [log] [tgz] |
---|---|---|
author | Govindraj Raja <govindraj.raja@arm.com> | Thu Oct 12 16:41:07 2023 -0500 |
committer | Govindraj Raja <govindraj.raja@arm.com> | Fri Oct 27 08:31:54 2023 -0500 |
tree | 97c783b2466a95740da618af2960403a67598610 | |
parent | 0f23e7eb1ee9a6a400e8e35bd8403f657b6405ae [diff] |
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>