1This module allows a CSM16 binary to be easily included
2in the OVMF.fd output file.
3
4=== How to use Csm16.inf ===
5
61. Copy the CSM16 binary to OvmfPkg/Csm/Csm16/Csm16.bin
72. 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