commit | 20431cfc9b31e836ef90aa8ee752fd06ff5484a5 | [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 | 1341a3fdfcf8226eb4a5d360637acba24568ef6b [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>