23425 added a feature to the Earlgrey PROD ROM to support execution of a non-mutable ROM_EXT code section in the ROM before handing execution over to the ROM_EXT itself. To enable using this feature, we should develop:
a reference implementation of the most common use case for this feature (namely to perform UDS and CDI_0 key and certificate generation), and
Bazel build rules to enable building this code section as a separate CC binary and embedding it directly in the ROM_EXT binary
Bazel tooling to enable building an individualization binary with the proper code of hash of the expected non-mutable ROM_EXT to be deployed in a device's transport image
23425 added a feature to the Earlgrey PROD ROM to support execution of a non-mutable ROM_EXT code section in the ROM before handing execution over to the ROM_EXT itself. To enable using this feature, we should develop: