Go to file
Subash Lakkimsetti 442cb62fce Validate board config hash types
SIGN_HASH_TYPE and IPP_HASH_LIB_SUPPORTED_MASK are derived from
_SIGN_HASH. AT times only _SIGN_HASH is configured in
BoardConfig.py which causes in incorrect hash set to
respective PCDs.

Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com>
2020-05-26 11:49:54 -07:00
BaseTools Upgrade LZ4 to 1.7.4 2020-04-15 17:54:26 -07:00
BootloaderCommonPkg Check SATA controller at Ahci Init 2020-05-22 12:20:57 -07:00
BootloaderCorePkg Add OEM container verification support 2020-05-22 12:19:50 -07:00
IntelFsp2Pkg Enable QEMU Stage1A boot in X64 mode (#621) 2020-04-02 07:30:43 -07:00
Licenses IPP License file update 2019-12-18 08:33:46 -08:00
MdePkg Measure firmware debugger launch 2020-05-05 15:07:15 -07:00
PayloadPkg Firmware update in command mode 2020-05-20 09:38:47 -07:00
Platform Reprogram SMRR base and mask on S3 path for CFL 2020-05-13 16:51:32 -07:00
Silicon Firmware update in command mode 2020-05-20 09:38:47 -07:00
.gitignore Add SBL x64 build for VTF (#609) 2020-04-02 07:25:06 -07:00
.travis.yml Add travis Windows build support (#650) 2020-04-09 13:25:38 -07:00
BuildLoader.py Validate board config hash types 2020-05-26 11:49:54 -07:00
CODEOWNERS Cosmetic: Convert LF to CRLF 2019-12-02 16:21:19 -08:00
Dockerfile Modify travis to run QEMU test 2020-02-10 10:54:55 -08:00
LICENSE Cosmetic: Convert LF to CRLF 2019-12-02 16:21:19 -08:00
README.md Cosmetic: Convert LF to CRLF 2019-12-02 16:21:19 -08:00

README.md

Slim Bootloader

Welcome to the Slim Bootloader project!

Slim Bootloader is an open-source boot firmware solution, built from the ground up to be secure, lightweight, and highly optimized while leveraging robust tools and libraries from the EDK II framework.

What is a Bootloader?

Just like a typical BIOS, Slim Bootloader is the piece of software responsible for initializing the core hardware components of the system when it is powered on, followed by the loading and launching of the desired operating system.

Slim Bootloader offers the flexibility for OEMs, device manufacturers, and hobbyists to isolate, configure, and optimize for the the specific requirements of the system thereby achieving unparalleled boot performance and minimizing firmware footprint.

Supported Platforms

Please visit Supported Hardware page for a list of platforms supported by Slim Bootloader.

Getting Started

Documentation for compiling, using, and extending Slim Bootloader can be found here.

Mailing List

You can subscribe to our mailing list for questions or share your learnings: https://lists.01.org/postorius/lists/sbl-devel.lists.01.org/

Archives:  https://lists.01.org/hyperkitty/list/sbl-devel@lists.01.org/

License

Slim Bootloader is released under the terms of the BSD-2-Clause Plus Patent License. Please see the LICENSE file for the full terms of the license.