Visual Studio Supported version: 2015-2022
Ubuntu latest stable version: 22.04
Intel UDK link deceprated, replaced with updated direct links
Other minor updates to the documentations
Signed-off-by: Syahirah Sabryna <nur.syahirah.sabryna.mohmad@intel.com>
Because the doc asks users to install LLVM to C:\LLVM, it is better to
add the CLANG_BIN env variable. Otherwise, the build system will use
C:\Program Files\LLVM\bin, which does not exist if a user only installs
LLVM to C:\LLVM.
Signed-off-by: Stanley Chang <stanley.chang@intel.com>
- Added info to set SBL_KEY_DIR environment variable
- Added an anchor in key-management.rst to reference it in SBL Keys
Generation section
Signed-off-by: Supreet Gulavani <supreet.gulavani@intel.com>
Some SBL platforms are requiring a newer
version of the IASL compiler. Update the
documentation to advise developers to
start using the newer version.
Signed-off-by: James Gutbub <james.gutbub@intel.com>
User has to set OPENSSL_PATH to Openssl directort
where openssl.exe is present.
Updated documentation error in verified boot.
Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com>
- Updated SBL key management and Key ids
- Info with GenerateKeys.py
- Build changes for introducting SBL_KEY_DIR env variable
- GenContainer updates for auth types and Key id
Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com>
Since slimboot commit 397f25b8539b0e8edcb367a54e827784c266ae64, Building on Windows does not require cxFreeze tool anymore. Update docs for this.
Signed-off-by: donna.yu <yu0912@gmail.com>