public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-test][PATCH v1 0/4] uefi-sct/SctPkg: Add SCT Documents
@ 2020-08-25 21:39 Samer El-Haj-Mahmoud
  2020-08-25 21:39 ` [edk2-platform][PATCH v1 1/1] uefi-sct/SctPkg: Add SCT Test Case Spec Word docs Samer El-Haj-Mahmoud
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Samer El-Haj-Mahmoud @ 2020-08-25 21:39 UTC (permalink / raw)
  To: devel; +Cc: G Edhaya Chandran, Eric Jin

Since UEFI Forum is no longer maintaining SCT, the documents, along with
their source (word format), are being contributed to the edk2-test
project for community ownership and maintenance.

Cc: G Edhaya Chandran <Edhaya.Chandran@arm.com>
Cc: Eric Jin <eric.jin@intel.com>
Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@arm.com>

Samer El-Haj-Mahmoud (4):
  uefi-sct/SctPkg: Add SCT User Guide PDF
  uefi-sct/SctPkg: Add SCT User Guide Word document
  uefi-sct/SctPkg: Add SCT Test Case Spec PDF
  uefi-sct/SctPkg: Add SCT Test Case Spec Word docs

 .../Doc/TestCaseSpec/Src/00_Frontmatter.docx  | Bin 0 -> 44820 bytes
 .../TestCaseSpec/Src/00_List_of_Tables.docx   | Bin 0 -> 27380 bytes
 .../Src/00_Table_of_Contents.docx             | Bin 0 -> 49886 bytes
 .../Doc/TestCaseSpec/Src/01_Introduction.docx | Bin 0 -> 33593 bytes
 .../Src/02_EFI_Compliance_Test.docx           | Bin 0 -> 43922 bytes
 .../Src/03_Services_Boot_Services.docx        | Bin 0 -> 376489 bytes
 .../04_Services_Runtime_Services_Test.docx    | Bin 0 -> 73476 bytes
 .../05_Protocols_EFI_Loaded_Image_Test.docx   | Bin 0 -> 34764 bytes
 ...6_Protocols_Device_Path_Protocol_Test.docx | Bin 0 -> 79759 bytes
 .../07_Protocols_EFI_Driver_Model_Test.docx   | Bin 0 -> 60704 bytes
 .../08_Protocols_Console_Support_Test.docx    | Bin 0 -> 86615 bytes
 ...Protocols_Bootable_Image_Support_Test.docx | Bin 0 -> 178220 bytes
 .../10_Protocols_PCI_Bus_Support_Test.docx    | Bin 0 -> 123442 bytes
 .../Src/11_Protocols_USB_Support_Test.docx    | Bin 0 -> 60079 bytes
 .../12_Protocols_SCSI_Bus_Support_Test.docx   | Bin 0 -> 44727 bytes
 .../Src/13_Protocols_iSCSI_Boot_Test.docx     | Bin 0 -> 33149 bytes
 ...14_Network_Protocols_SNP_PXE_BIS_Test.docx | Bin 0 -> 51766 bytes
 .../Src/15_Protocols_Compresstion_Test.docx   | Bin 0 -> 34253 bytes
 .../16_Protocols_Debugger_Support_Test.docx   | Bin 0 -> 35983 bytes
 .../Src/17_Protocols_ACPI_Test.docx           | Bin 0 -> 32935 bytes
 .../18_Network_Protocols_Managed_Network.docx | Bin 0 -> 48165 bytes
 ...19_EFI_Byte_Code_Vittual_Machine_Test.docx | Bin 0 -> 33347 bytes
 .../Src/20_Network_Protocols_ARP_DHCPv4.docx  | Bin 0 -> 122763 bytes
 ...rk_Protocols_TCPv4_IPv4_Configuration.docx | Bin 0 -> 240082 bytes
 .../22_Network_Protocols_UDPv4_MTFTPv4.docx   | Bin 0 -> 155830 bytes
 .../Src/23_Network_Protocols_VLAN_EAP.docx    | Bin 0 -> 35047 bytes
 .../Src/24_Protocols_EFI_Tape_IO_to_Test.docx | Bin 0 -> 36572 bytes
 .../Src/25_Protocols_Security_Test.docx       | Bin 0 -> 49657 bytes
 .../26_EFI_Firmware_Management_Protocol.docx  | Bin 0 -> 37223 bytes
 .../Src/27_Protocols_HII_Test.docx            | Bin 0 -> 120534 bytes
 .../Src/28_Random_Number_Generator.docx       | Bin 0 -> 34018 bytes
 .../Doc/TestCaseSpec/Src/29_Timestamp.docx    | Bin 0 -> 31815 bytes
 .../30_Protocols_String_Services_Test.docx    | Bin 0 -> 34234 bytes
 .../Src/Apx_A_Format_of_Test_Profiles.docx    | Bin 0 -> 33756 bytes
 .../Src/Apx_B_Deprecated_Protocols.docx       | Bin 0 -> 47138 bytes
 uefi-sct/Doc/TestCaseSpec/Src/ReadMe.txt      |   1 +
 .../UEFI_SCTII_Case_Spec_2_6_A.pdf            | Bin 0 -> 6641871 bytes
 .../UEFI_SCT_II_UserGuide_2_6_A.docx          | Bin 0 -> 1674700 bytes
 .../UserGuide/UEFI_SCT_II_UserGuide_2_6_A.pdf | Bin 0 -> 4381461 bytes
 39 files changed, 1 insertion(+)
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/00_Frontmatter.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/00_List_of_Tables.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/00_Table_of_Contents.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/01_Introduction.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/02_EFI_Compliance_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/03_Services_Boot_Services.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/04_Services_Runtime_Services_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/05_Protocols_EFI_Loaded_Image_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/06_Protocols_Device_Path_Protocol_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/07_Protocols_EFI_Driver_Model_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/08_Protocols_Console_Support_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/09_Protocols_Bootable_Image_Support_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/10_Protocols_PCI_Bus_Support_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/11_Protocols_USB_Support_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/12_Protocols_SCSI_Bus_Support_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/13_Protocols_iSCSI_Boot_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/14_Network_Protocols_SNP_PXE_BIS_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/15_Protocols_Compresstion_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/16_Protocols_Debugger_Support_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/17_Protocols_ACPI_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/18_Network_Protocols_Managed_Network.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/19_EFI_Byte_Code_Vittual_Machine_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/20_Network_Protocols_ARP_DHCPv4.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/21_Network_Protocols_TCPv4_IPv4_Configuration.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/22_Network_Protocols_UDPv4_MTFTPv4.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/23_Network_Protocols_VLAN_EAP.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/24_Protocols_EFI_Tape_IO_to_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/25_Protocols_Security_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/26_EFI_Firmware_Management_Protocol.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/27_Protocols_HII_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/28_Random_Number_Generator.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/29_Timestamp.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/30_Protocols_String_Services_Test.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/Apx_A_Format_of_Test_Profiles.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/Apx_B_Deprecated_Protocols.docx
 create mode 100644 uefi-sct/Doc/TestCaseSpec/Src/ReadMe.txt
 create mode 100644 uefi-sct/Doc/TestCaseSpec/UEFI_SCTII_Case_Spec_2_6_A.pdf
 create mode 100644 uefi-sct/Doc/UserGuide/UEFI_SCT_II_UserGuide_2_6_A.docx
 create mode 100644 uefi-sct/Doc/UserGuide/UEFI_SCT_II_UserGuide_2_6_A.pdf

-- 
2.17.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-02-20 16:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-25 21:39 [edk2-test][PATCH v1 0/4] uefi-sct/SctPkg: Add SCT Documents Samer El-Haj-Mahmoud
2020-08-25 21:39 ` [edk2-platform][PATCH v1 1/1] uefi-sct/SctPkg: Add SCT Test Case Spec Word docs Samer El-Haj-Mahmoud
2020-08-25 21:39 ` [edk2-test][PATCH v1 1/4] uefi-sct/SctPkg: Add SCT User Guide PDF Samer El-Haj-Mahmoud
2020-09-22 20:35   ` [edk2-devel] " G Edhaya Chandran
2020-08-25 21:39 ` [edk2-test][PATCH v1 2/4] uefi-sct/SctPkg: Add SCT User Guide Word document Samer El-Haj-Mahmoud
2020-09-23 19:01   ` [edk2-devel] " G Edhaya Chandran
2020-08-25 21:39 ` [edk2-test][PATCH v1 3/4] uefi-sct/SctPkg: Add SCT Test Case Spec PDF Samer El-Haj-Mahmoud
2020-08-25 21:39 ` [edk2-test][PATCH v1 4/4] uefi-sct/SctPkg: Add SCT Test Case Spec Word docs Samer El-Haj-Mahmoud
2024-02-20 16:40 ` [edk2-devel] [edk2-test][PATCH v1 0/4] uefi-sct/SctPkg: Add SCT Documents G Edhaya Chandran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox