Pre-EDC validation prerequisite: stand up the patina-qemu Q35 local build so we can confirm SreBootManager dispatches in real DXE firmware before EDC. Surface hardware isn't available yet, so Q35 in QEMU is the only path to end-to-end signal on the SRE orchestration code.
This is not the same as #58 (Build Product Image), which targets the real Surface Intel UEFI image. This issue is about the local dev/test environment.
Steps:
git submodule update --init --recursive in patina-qemu.
- Set up a Python venv, install from
pip-requirements.txt, run stuart_setup + stuart_update for the Q35 platform.
- Build the patched DXE core from the local
kat-perez/sre-q35-integration branch of patina-dxe-core-qemu (already exists, registers BootDispatcher::new(SreBootManager::new(...)) with placeholder paths).
- Use
build_and_run_rust_binary.py --platform Q35 --patina-dxe-core-repo ../patina-dxe-core-qemu to embed the .efi into the platform FD and launch QEMU.
- Capture serial log; assert the orchestrator runs through:
- interleave connect + dispatch
- EndOfDxe signal
- console discovery
lock_partition_write attempted (expected NotFound with placeholder path)
- ReadyToBoot signal
- main OS boot attempted (expected fail with placeholder path)
- "SRE normal boot exhausted" log line
Out of scope:
Closes-blocks: enables end-to-end signal on #49 / #61 / #62 work in QEMU.
Pre-EDC validation prerequisite: stand up the patina-qemu Q35 local build so we can confirm
SreBootManagerdispatches in real DXE firmware before EDC. Surface hardware isn't available yet, so Q35 in QEMU is the only path to end-to-end signal on the SRE orchestration code.This is not the same as #58 (Build Product Image), which targets the real Surface Intel UEFI image. This issue is about the local dev/test environment.
Steps:
git submodule update --init --recursiveinpatina-qemu.pip-requirements.txt, runstuart_setup+stuart_updatefor the Q35 platform.kat-perez/sre-q35-integrationbranch ofpatina-dxe-core-qemu(already exists, registersBootDispatcher::new(SreBootManager::new(...))with placeholder paths).build_and_run_rust_binary.py --platform Q35 --patina-dxe-core-repo ../patina-dxe-core-qemuto embed the .efi into the platform FD and launch QEMU.lock_partition_writeattempted (expectedNotFoundwith placeholder path)Out of scope:
Closes-blocks: enables end-to-end signal on #49 / #61 / #62 work in QEMU.