28 Commits

Author SHA1 Message Date
Fernando Silva
679308c9df Update build host setup for Fedora 42 (#213)
Signed-off-by: Fernando Silva <eng.fernandosilva@outlook.com>
2025-06-27 10:12:40 -07:00
Sabryna
2d67e89703 Update basic info, tool version & amend parts of tutorials (#211)
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>
2025-06-16 11:05:45 +08:00
Yugendran Sreetharan
993e6773c1 Add git config to SBL Build (#208)
* [ARL] Adding Support files for all ArrowLake Platform

Signed-off-by: Yugendran Sreetharan <yugendran.sreetharan@intel.com>

* Adding git config for SBL Build

Signed-off-by: Yugendran Sreetharan <yugendran.sreetharan@intel.com>

---------

Signed-off-by: Yugendran Sreetharan <yugendran.sreetharan@intel.com>
2025-03-11 13:16:47 +08:00
Stanley Chang
b8b5e104d4 fix: llvm installation on Windows
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>
2024-08-15 07:22:56 -07:00
Federico Cerutti
cc5163aa34 Update build-host-setup.rst ubuntu packages
Updated required packages list to work on Ubuntu 23.10
2024-07-03 11:08:47 -07:00
Sabryna
1bddabacc8 fix typing error (typo) on IASL version (#189)
removing the "LLVM" in IASL version line

Signed-off-by: Mohmad, Nur Syahirah Sabryna <nur.syahirah.sabryna.mohmad@intel.com>
2024-02-26 07:42:57 -08:00
Sabryna
adae62e1a9 Update tool chain versions (#188)
Python, NASM, LLVM and GCC updated to latest stable version.

Signed-off-by: Mohmad, Nur Syahirah Sabryna <nur.syahirah.sabryna.mohmad@intel.com>
2024-02-21 20:01:20 -08:00
Amirah Abdul Rahim
62d1fbf8fa Update build-host-setup.rst
Signed-off-by: Amirah Abdul Rahim <amirah.abdul.rahim@intel.com>
2023-10-26 07:49:04 -07:00
Supreet Gulavani
d6e489bb70 Updated SBL Keys Generation Section (#164)
- 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>
2023-02-21 11:35:25 -08:00
James Gutbub
8a0acfd9d8 Update IASL version to 20190509
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>
2022-01-06 10:28:10 -07:00
James Gutbub
3ac45aba9f Update Nasm from 2.11 to 2.12.02 (#111)
SblOpen may have issue to build if using older
NASM versions; advise users to start using version
2.12.02 or newer:

https://www.nasm.us/pub/nasm/releasebuilds/

Signed-off-by: James Gutbub <james.gutbub@intel.com>
2021-04-19 17:31:12 -07:00
Subash Lakkimsetti
3ab68264c4 Update openssl to latest version (#100)
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>
2020-12-15 08:09:31 -08:00
Matthias Klötter
b65c6ee342 Update build-host-setup.rst (#83) 2020-07-22 07:55:47 -07:00
Subash Lakkimsetti
4672e9b185 Update documentation for single sign key management (#74)
- 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>
2020-07-07 13:16:40 -07:00
Mike M
fb4dbf2ce6 Added additional subdirectory in order to allow download of FSP without requiring root privilege in the container (#67) 2020-03-16 18:51:48 -07:00
Maurice Ma
092ab903b6 Fixed the supported environment statement
Fixed the supported environment statement
2020-01-17 12:25:45 -08:00
Aiden Park
32ec62420f Add Git Tool in Build Environment page (#65)
- GitBash as Window Git Tool example

Signed-off-by: Aiden Park <aiden.park@intel.com>
2020-01-15 22:30:04 -08:00
Maurice Ma
f6bb1a66ad Update build tools for Python (#64)
Updated Visual Studio version and python version information for
the latest SBL build.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2020-01-09 19:44:33 -08:00
mac
67d0930d38 Fix typo in clean command (#54)
python BuildLoader.py clean (pthon -> python)
2019-09-16 16:32:53 -07:00
Sindhura Grandhi
cb390d81fa Updated Terminology section and some general updates. (#46)
Signed-off-by: Grandhi <sindhura.grandhi@intel.com>
2019-06-24 14:34:42 -07:00
Ravi Rangarajan
2c1c6adc46 Updated Getting Started and Supported Hardware sections (#45) 2019-06-24 10:40:37 -07:00
YoYo
c201ffd3c5 Update comments on getting start guide (#44)
Signed-off-by: dyu4 <donna.yu@intel.com>
2019-06-17 13:06:17 -07:00
James Gutbub
c5a516be99 Clean up spelling (#41)
Performed some spell checking on the source/*.rst files
in most places as needed

Signed-off-by: James Gutbub <james.gutbub@intel.com>
2019-04-23 15:34:23 -07:00
Huang Jin
41ca732eea Cleanup build warnings. No content change. (#27)
Signed-off-by: Huang Jin <huang.jin@intel.com>
2019-01-04 16:53:36 -08:00
YoYo
f0a6d9697b Update Windows toolchain not requiring cxFreeze (#12)
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>
2018-12-04 14:19:47 -08:00