packages/chip/docs/boot-rom/release-evidence.md
The executable reset ROM artifacts are produced by:
sh fw/boot-rom/build.sh
The build emits:
build/boot-rom/e1_reset_rom.elfbuild/boot-rom/e1_reset_rom.binbuild/boot-rom/e1_reset_rom.hexbuild/boot-rom/e1_reset_rom.manifest.jsonscripts/check_boot_rom.py rebuilds these files, verifies the executable
artifact bounds, and checks that the manifest hashes match the current source,
linker script, ELF, binary, and hex files.
The manifest is release evidence for the reset ROM artifacts only. It does not claim that the ROM is wired into the CPU wrapper, loaded by RTL, or exercised by QEMU, Renode, Verilator, or hardware.
Remaining release blockers:
build/boot-rom/e1_reset_rom.hex or an
equivalent generated ROM image.