- 914f316 otp: add read-only OTP board test ported from upstream PR #38 by JesseMelon · 25 hours ago upstream/main upstream/sync/main-to-earlgrey-hwe
- 51f15af panic hardening by JesseMelon · 25 hours ago
- c9ef244 otp: add host-tested OtpController with driver fixes and strap pre-flight validation by JesseMelon · 25 hours ago
- 66182ef Add AST10x0 OTP peripheral driver by Anthony Rocha · 25 hours ago
- 2d43f31 orchestrator: Move the mock board to services/orchestrator/test by Christina Quast · 2 days ago
- d5ada04 orchestrator: Reject empty payloads in poll_stage by Christina Quast · 2 days ago
- 139de12 orchestrator: Make Updatable dyn-compatible for heterogeneous fleets by Christina Quast · 2 days ago
- 907e847 orchestrator: Add the Updatable update capability trait by Christina Quast · 2 days ago
- 403ce47 orchestrator: Construct ComponentId via From<u8> by Christina Quast · 2 days ago
- af0ed5f orchestrator: Compose boot-walk supervision from the board's BootWatch capability by Christina Quast · 2 days ago
- 03d3130 Rename VerifierBroken to VerifierError in tests by Christina Quast · 4 days ago
- 7d2b1df orchestrator: Test the at-rest guarantee end to end by Christina Quast · 4 days ago
- d11fdb4 orchestrator: Add the LockdownLatch terminal capability trait by Christina Quast · 4 days ago
- d2ea598 chore: Roll pigweed by Dave Roth · 5 days ago
- 0287b2d docs: Say platform driver, not shell by Christina Quast · 8 days ago upstream/ocp-global-demo-wip
- b3fa431 Added an attacker test for type 5 commands. by Courtney Drant · 9 days ago
- 0d7610e Added new enum for error handling of run_terminus. run_terminus_inner contains the terminus loop and is wrapped in run_terminus. run_terminus while match on error and completed. by Courtney Drant · 9 days ago
- 91d1685 Added new PldmMemError enum to disambiguate memory buffer failures by Courtney Drant · 9 days ago
- 9ce634f Modified run_terminus to use a new interface with Option<usize> returned by Courtney Drant · 9 days ago
- e206e88 Adding EID filtering into run_terminus with transport handler's now passing remote_eid. Unexpected EID tests use set/get TID to verify. by Courtney Drant · 9 days ago
- 4ed3307 Moved common test code into test/common.rs. Changed FakeFdOps to MockFdOps. by Courtney Drant · 9 days ago
- 2da2c26 Removed requester and responder. run_terminus is the connection to mctp transport. by Courtney Drant · 9 days ago
- 082924b Crate updates for pldm-lib to remove dyn FdOps. by Courtney Drant · 9 days ago
- f824257 Final updates after rebase with OpenProt/main. by Courtney Drant · 9 days ago
- ab4cf00 Add pldm test and service which leverages pldm-lib for firwmare device by Courtney Drant · 9 days ago
- 3a884df target/mock: Add MockOtpFloor, the mock board's OTP fuse bank by Christina Quast · 9 days ago
- 045ea46 i2c: Type-state ArmedDma refactor + on-hw abort test by JesseMelon · 10 days ago
- 133a555 progress by JesseMelon · 10 days ago
- 34a6e89 orchestrator: Take ImageSource::size by shared reference by Christina Quast · 10 days ago
- 7080f99 orchestrator: Return verdicts through execute, drop the event queue by Christina Quast · 10 days ago
- f082e00 orchestrator: Fail closed inline instead of stubbing unimplemented executors by Christina Quast · 10 days ago
- 58ab214 orchestrator: Match the struct form of Effect::RecoverComponent by Christina Quast · 10 days ago
- 6690df9 orchestrator: Compose reset actuation from the board's BootControl capability by Christina Quast · 10 days ago
- 917a2e3 orchestrator: Check component id validity before the staged check in verify_firmware by Christina Quast · 10 days ago
- eb25442 orchestrator: Extract source lookup helper shared by stage and verify by Christina Quast · 10 days ago
- aa6b771 orchestrator: Rename BoardTypes to BoardCapabilities by Christina Quast · 10 days ago
- d807a84 orchestrator: Rename DriverError::NoImage to NotStaged by Christina Quast · 10 days ago
- c9b8919 orchestrator: Rename Verdict::Authentic to Authenticated by Christina Quast · 10 days ago
- a013533 orchestrator: Rename read_firmware to stage_firmware by Christina Quast · 10 days ago
- d9aa9d4 orchestrator: Rename the shell to platform driver by Christina Quast · 10 days ago
- a0360e7 orchestrator: Add the shell skeleton with firmware verification by Christina Quast · 10 days ago
- 085ca06 orchestrator: Add the shell's board seams by Christina Quast · 10 days ago
- 89d580c orchestrator: Fix docs — the SM queues and injects, execute may block by Christina Quast · 10 days ago
- d8f3c65 orchestrator: Say platform driver, not shell, in the SM docs by Christina Quast · 10 days ago
- 4ec2a88 orchestrator: Latch at the queue front, never lose the latch by Christina Quast · 10 days ago
- 0fda146 orchestrator: Let Platform::execute return a follow-up event by Christina Quast · 10 days ago
- 044c1ab docs: refresh architecture map by Daniil Mordanov · 11 days ago
- 98db679 target/veer: Fix formatting by Anthony Rocha · 11 days ago
- 97b6ff7 ci: Run the caliptra emulator tests on pull requests by Anthony Rocha · 11 days ago
- 8a71676 target/veer: Add an interrupts test that validates external interrupt delivery by Anthony Rocha · 11 days ago
- b6d18b7 target/veer: Program the VeeR MEIVT redirect table by Anthony Rocha · 11 days ago
- b9a5a04 target/veer: Use a local emulator binary that always starts the I3C controller by Anthony Rocha · 11 days ago
- 6a717e4 docs(orchestrator): stop listing the state machine as a platform layer by Christina Quast · 11 days ago
- 7faae8b orchestrator: Say where the monotonic no-op is enforced by Christina Quast · 11 days ago
- 37d3202 orchestrator: Take &self in SvnFloor::floor by Christina Quast · 11 days ago
- e60766d orchestrator: Add the SvnFloor anti-rollback capability trait by Christina Quast · 11 days ago
- 0181624 Add orchestrator server runtime crate and integration QEMU test by Anthony Rocha · 12 days ago
- 6c54693 Add README for timer QEMU test by Anthony Rocha · 12 days ago
- 48d13a1 Move timer QEMU test under tests/orchestrator by Anthony Rocha · 12 days ago
- 77bfa04 ast10x0: timer test scenario 3 - event before deadline cancels watchdog by Anthony Rocha · 12 days ago
- 74be599 ast10x0: timer test scenario 2 - re-arm replaces, never stacks by Anthony Rocha · 12 days ago
- f50c9fc ast10x0: timer test scenario 1 - ordered expiry, tie-break, one-shot by Anthony Rocha · 12 days ago
- f9ac047 ast10x0: scaffold timer qemu test suite by Anthony Rocha · 12 days ago
- b2eaf1b orchestrator-sm: carry recovery attempt on RecoverComponent by Anthony Rocha · 12 days ago
- 56233e7 docs(orchestrator): apply review suggestions from leongross by Christina Quast · 12 days ago
- 635ecac docs(orchestrator): SPI monitor reports facts, not corruption verdicts by Christina Quast · 12 days ago
- 2bf9533 docs(orchestrator): scope platform page to the platform half by Christina Quast · 12 days ago
- bdd208e docs(orchestrator): show the IPC seam to platform services by Christina Quast · 12 days ago
- 23dfbd8 docs: add orchestrator Platform Architecture design page by Christina Quast · 12 days ago
- 88f2ab0 orchestrator: Fold BootStatus into the evidence module by Christina Quast · 3 weeks ago
- aa9a2df orchestrator: Make invalid table entries unconstructible by Christina Quast · 3 weeks ago
- d111508 orchestrator: Pin the orchestrator seams in the docs by Christina Quast · 3 weeks ago
- 40dbf9e orchestrator: Leave retry and terminal decisions to the orchestrator by Christina Quast · 3 weeks ago
- 2ca6788 orchestrator: Drop CommitPolicy from the device table by Christina Quast · 3 weeks ago
- 00658c1 orchestrator: Anchor the signal-id docs; show board-local validation by Christina Quast · 3 weeks ago
- 70d1e56 orchestrator: Reject duplicate checkpoint names; pin max_retries=0 meaning by Christina Quast · 3 weeks ago
- 8cd8b95 orchestrator: Document wiring a concrete reader into EvidenceReader by Christina Quast · 3 weeks ago
- 429237a orchestrator: Carry the re-armed deadline in WalkVerdict::Retry by Christina Quast · 3 weeks ago
- 538d4f9 orchestrator: Exercise message-path evidence in the reader tests by Christina Quast · 3 weeks ago
- c45fbe9 orchestrator: Let devices report failure and its retriability as evidence by Christina Quast · 3 weeks ago
- 26b9299 orchestrator: Defunctionalize evidence checks into board-defined signal ids by Christina Quast · 3 weeks ago
- 793cca2 orchestrator: Replace BootMonitor with checkpoint-embedded evidence checks by Christina Quast · 3 weeks ago
- 0aa4404 ast10x0: Add the eRoT production image skeleton by Christina Quast · 3 weeks ago
- 37d1cb5 chore: roll pigweed by Dave Roth · 3 weeks ago
- 50c2069 orchestrator-timer: add leaf watchdog bookkeeping crate by Anthony Rocha · 3 weeks ago
- dcffc2e target/veer: add Caliptra-SS register crate and third-party BUILD wiring by Anthony Rocha · 3 weeks ago
- 1664b37 docs: drop removed multilingual field from book.toml by Christina Quast · 3 weeks ago
- 11d8fec services/orchestrator: add crate READMEs by Anthony Rocha · 3 weeks ago
- d1985fb services/orchestrator: split api crate into capabilities and config by Anthony Rocha · 3 weeks ago
- 9fd7661 services: fold fwmanager into orchestrator by Christina Quast · 3 weeks ago
- ba18481 orchestrator/sm: recovery re-boots; guard out-of-turn verification verdicts by Anthony Rocha · 3 weeks ago
- e1a01f2 docs(orchestrator): recovery-is-a-reboot, INV8 catalogue, shell→platform by Anthony Rocha · 3 weeks ago
- 98aee54 orchestrator/sm: drop out-of-chain ids at the dispatch boundary by Anthony Rocha · 3 weeks ago
- a5c6320 docs(orchestrator): note the core is policy-free and drops out-of-chain ids by Anthony Rocha · 3 weeks ago
- a8a4ee5 docs(orchestrator): add core/platform separation-of-concerns section by Anthony Rocha · 3 weeks ago
- 162dbc8 orchestrator docs: drop inaccurate 'three orthogonal axes' claim by Anthony Rocha · 3 weeks ago
- 1240b7d orchestrator docs: rename shell to platform driver; trim redundant INV4 note by Anthony Rocha · 3 weeks ago
- 04e75ff orchestrator docs: define 'rejected' per CSA at first use by Anthony Rocha · 3 weeks ago
- 1179827 orchestrator docs: add consolidated invariant catalogue by Anthony Rocha · 3 weeks ago
- f9565e2 third_party: restore crate_universe lock to origin/main pins by Anthony Rocha · 3 weeks ago