1. System Requirements, including Hardware, Firmware and Software requirment, please refer to "Intel SGX PSW Release Notes for Windows OS.pdf"

2. Installation Notes
	a. Before installing Intel(R) SGX PSW, enable Intel(R) SGX in the BIOS.
		For example, if the system is using an Intel reference BIOS, you may configure the BIOS options according to the following steps:
		Go to Intel Advanced Menu -> CPU Configuration -> SW Guard Extensions (SGX). Set SW Guard Extensions (SGX) as Enabled or Software Controlled. 
		If you set Software Controlled for the SW Guard Extensions (SGX) option, you need to enable Intel(R) SGX using Intel(R) SGX Enabling Functions after installing Intel(R) SGX PSW. 
		See the Intel(R) SGX SDK Users Guide for Windows* OS for more details.
		
		If you set Enabled for the SW Guard Extensions (SGX) option, you may need to configure 
		Intel Advanced Menu -> CPU Configuration -> PRMRR. You can set it to 32MB, 64MB or 128MB. The default option is 128MB.

		This step may be only applicable to Intel reference BIOS and may be not applicable to OEM BIOS.

	b. You need administrator privilege to run the installer. Once installed, you can see Intel Software Guard Extensions Platform Software in the Control Panel\Programs\Programs and 
Features list. 

	c. The Intel(R) SGX PSW installer does not uninstall the Intel SGX device driver after the uninstallation of the platform software. Subsequent installations of the Intel(R) SGX PSW will 
update the driver to a newer version only (no downgrade is allowed). 
	
	d. To use Intel(R) SGX platform service, you need to install full set of Intel Management Engine (ME) software components which includes Intel(R) Dynamic Application Loader(DAL) Host 
Interface Service. If you install Intel(R) ME driver only, Intel(R) SGX platform service is not available.
	
	Important note: 
	In this package, we only provide EXE version installer, so silent install command line would like below.
		> SGX_PSW_Installer.exe --a install --nsev --eula=accept --output=c:\log.txt  	
	
	The default top-level installation folder for this product is:
		C:\Program Files\Intel\IntelSGXPSW


3. Test in "sgx_test" folder
	a. Enable SGX in BIOS
	b. Install SGX PSW installer (named 'SGX_PSW_Installer.exe)
	c. Go to 'sgx_test' directory, run 'sgx_test.exe -auto'
		Test result would be saved in a file named 'TestResult.csv'
		

4. Test in "sgxtesttoolbkc" folder, yet another comprehensive SGX test tool, we recommend to run this test tool by following README in the folder
