1 This module allows a CSM16 binary to be easily included 2 in the OVMF.fd output file. 3 4 === How to use Csm16.inf === 5 6 1. Copy the CSM16 binary to OvmfPkg/Csm/Csm16/Csm16.bin 7 2. Build OVMF with CSM_ENABLE defined. 8 9 For example: 10 * build -D CSM_ENABLE, or 11 * OvmfPkg/build.sh -D CSM_ENABLE 12 13