summaryrefslogtreecommitdiff
path: root/scripts/create-binary-archive.sh
diff options
context:
space:
mode:
authorAnup Patel <[email protected]>2023-08-03 12:41:01 +0530
committerAnup Patel <[email protected]>2023-08-06 10:18:51 +0530
commit6259b2ec2d095a059c89237551839c0fe8bd5bd7 (patch)
treeb3ce24ff12a0e19d5bcaf3fe82cd822f47ff7c5d /scripts/create-binary-archive.sh
parentc744ed77b18cd2c3c6deb77a53f6a6e67de2d153 (diff)
lib: utils/fdt: Fix fdt_parse_isa_extensions() implementation
Currently, the fdt_parse_isa_extensions() tries to parse the ISA string once for each HART. This ISA string parsing can fail for secondary HARTs if the FDT memory is already overwritten by the supervisor OS. To tackle this issue, we improve the fdt_parse_isa_extensions() implementation to pre-parse ISA string for all HARTs during cold boot. Fixes: d72f5f17478d ("lib: utils: Add detection of Smepmp from ISA string in FDT") Signed-off-by: Anup Patel <[email protected]> Tested-By: Mayuresh Chitale<[email protected]>
Diffstat (limited to 'scripts/create-binary-archive.sh')
0 files changed, 0 insertions, 0 deletions