Skip to content

Fix fw_rsc_mapping alignment

Carl Soyseth requested to merge feature/fw_rsc_mapping_alignment into main

fw_rsc_mapping is part of the packed OpenAMP resource table. The original definition used an 8-bit num_ranges field before 32-bit fields, causing misalignment of subsequent entries when packed.

Change num_ranges to u32 to preserve proper alignment of following entries in the packed layout.

Change-Id: I584aab3427613fb577ec2692efe4e6dbebf16cfa Signed-off-by: Carl Söyseth carl.soeyseth@arm.com

Merge request reports

Loading