The document discusses Agnostic Device Drivers (ADD), a concept for a slimline boot firmware for Linux on Power Architecture systems. ADD uses a small virtual machine to execute bytecode programs that control low-bandwidth devices like I2C and GPIO in a platform-agnostic way. ADD programs can be packaged in the device tree or inserted at runtime, and the virtual machine can run in hosted mode or as a kernel thread. ADD aims to provide high-level programming capabilities while maintaining flexibility, performance and a small footprint. The document also discusses further opportunities for ADD like real-time support, scheduling, multi-OS compatibility and extended debugging facilities.