Michael D Kinney b26f0cf9ee OvmfPkg: Replace BSD License with BSD+Patent License 5 years ago
..
Csm16.inf b26f0cf9ee OvmfPkg: Replace BSD License with BSD+Patent License 5 years ago
ReadMe.txt 4b3d663f7b OvmfPkg: Add CSM16 and related drivers if CSM_ENABLE is set 12 years ago

ReadMe.txt

This module allows a CSM16 binary to be easily included
in the OVMF.fd output file.

=== How to use Csm16.inf ===

1. Copy the CSM16 binary to OvmfPkg/Csm/Csm16/Csm16.bin
2. Build OVMF with CSM_ENABLE defined.

For example:
* build -D CSM_ENABLE, or
* OvmfPkg/build.sh -D CSM_ENABLE