diff options
Diffstat (limited to 'OptionRomPkg/ReadMe.txt')
-rw-r--r-- | OptionRomPkg/ReadMe.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/OptionRomPkg/ReadMe.txt b/OptionRomPkg/ReadMe.txt new file mode 100644 index 0000000000..a6c160a6b6 --- /dev/null +++ b/OptionRomPkg/ReadMe.txt @@ -0,0 +1,17 @@ +For now, AtapiPassThru driver in this package is to test Scsi Bus support:
+ScsiBus driver should support both/either ScsiPassThru and ExtScsiPassThru
+installed on a controller handle.
+
+AtapiPassThru driver in this package can selectively produce ScsiPassThru
+and/or ExtScsiPassThru protocol based on feature flags of PcdSupportScsiPassThru
+and PcdExtScsiPassThru.
+
+Please note that AtapiPassThru driver has not been tuned to size optimal.
+Neither is it feature complete: several driver model protocols required
+by option ROM driver, e.g. EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL Protocol.
+
+Build Validation:
+MYTOOLS(VS2005) IA32 X64 IPF EBC
+ICC IA32 X64 IPF
+CYGWINGCC IA32 X64
+
|