Skip to content

PFDI Beta 0.8.0 Release

Latest

Choose a tag to compare

@chetan-rathore chetan-rathore released this 30 Sep 11:39
· 84 commits to main since this release

Release Notes:

  • New Features & Test Coverage
  • Implemented validation for reserved functions (R0154) and out-of-range IDs (R0157)
  • Added test cases for PFDI_PE_TEST_RUN with invalid parameters (R0164–R0168)
  • Enabled support for executing all test parts using PFDI_PE_TEST_RUN(-1, -1)
  • Introduced error injection (R0099) and recovery tests (R0100)
  • Boot test status reporting validation added (R0082)
  • Firmware check function validation implemented (R0089)
  • Added register preservation test for X5–X17 (R0040)

Infrastructure & Enhancements

  • Auto-skip PFDI tests when PFDI is not detected
  • Introduced validation for registers x0–x4 and stricter result checks
  • Refactored test methods to enforce one rule per method
  • Added support for unified binary in PFDI

Documentation

  • Updated relevant documentation to reflect new tests and behaviors