Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ODP QEMU Platform

This book documents the Open Device Partnership reference platform for the QEMU arm-virt platform. The repository assembles the platform firmware, embedded controller firmware, secure services, UEFI, Windows image, and end-to-end tests needed for development and validation.

Quick start

Open the repository in its devcontainer, then build all firmware artifacts:

make all

Boot the UEFI-only configuration:

make run

Build and boot the Windows image:

make run_os

Run the end-to-end test suite:

make e2e-test

See the repository README for project status and contribution information.