1. ODP Documentation guide
  2. Why ODP?
    1. Secure Trust
    2. Modularity
    3. Cross-Domain Coherence
    4. Developer Experience
    5. Sustainability and Cost
    6. Industry Standards
  3. Introduction
    1. Concepts
      1. A Quick Look at Rust
      2. Patina
      3. Embedded Controller
      4. EC Services
        1. Sample System Implementation
        2. Legacy EC Interface
        3. Secure EC Services
    2. Tutorials
      1. Discovery
        1. Button
        2. Listener
        3. Logic
  4. Tracks of ODP
  5. What is in ODP?
  6. Building a virtual laptop
    1. Setting up Development
    2. Embedded Controller
      1. Battery
        1. Battery Example Goals
        2. Battery Example Approach
        3. Battery Example Diagrams
        4. Standard Build
          1. Battery Project
          2. Battery Traits
          3. Virtual HAL
          4. Battery Values
          5. Service Prep
          6. Battery Service
          7. Battery Messages
          8. Battery Behavior
          9. Tests
            1. Test Helper
            2. Unit Tests
            3. Integration Tests
        5. Charger
      2. Thermal
        1. MPTF Example
          1. Overview
          2. MPTF Drivers
          3. ACPI
          4. Configuration Blob
          5. Debugging
          6. EC Service
          7. ACPI
          8. Debugging
          9. MCU Firmware
          10. Apps Interface
          11. Debugging
          12. Demo
        2. Thermal Example Goals
        3. Thermal Example Approach
        4. Thermal Example Diagrams
        5. Standard Build
          1. Thermal Project
          2. Thermal Traits
          3. Thermal Values
          4. Service Prep
          5. Thermal Service
          6. Tests
        6. Integration
        7. Embedded Targeting
        8. Project Board
        9. Dependencies
        10. Code Changes
        11. Logging
        12. Flashing
        13. Testing
    3. Integrating the Virtual Laptop
  7. Summary and Takeaways
  8. ODP Specification Documents
    1. EC_Interface
      1. EC SOC Interface
      2. Legacy EC Interface
      3. Secure EC Services Overview
      4. EC Firmware Management
      5. EC Power Service
      6. Battery Service
      7. Thermal Service
      8. UCSI Interface
      9. EC Input Management
      10. EC Time Alarm Service
      11. EC Debug Service
      12. EC Manufacturing Service
      13. EC OEM Service
      14. Sample System Implementation