Up to [cvs.NetBSD.org] / pkgsrc / sysutils / arm-trusted-firmware-fiptool / patches
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
- Re-factor the arm-trusted-firmware packages into common definitions and build infrastructure. - Update arm-trusted-firmware to v2.3.
Pluck the following patch from upstream: tools/fiptool: Fix UUID parsing in blob handling Commit 0336486 ("Make TF UUID RFC 4122 compliant") changed the scanf parsing string to handle endianness correctly. However that changed the number of items sscanf handles, without adjusting the sanity check just below. Increase the expected return value from 11 to 16 to let fiptool handle UUIDs given as blob parameters correctly again. Signed-off-by: Andre Przywara <andre.przywara@arm.com>