Go to file
Subash Lakkimsetti e18699930d Python3 Next() compatibility fix
In Python 3 built-in function next() is used to get the next
result from an iterator. next method causes post build failure.
Fixed an issue in GenContainer for byte array comparison.

Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com>
2020-01-06 22:44:36 +01:00
BaseTools Build stuck on unicode locale Windows 2019-12-11 13:35:31 -08:00
BootloaderCommonPkg Enable RSA3072 and SHA384 signing support 2020-01-02 11:23:49 -07:00
BootloaderCorePkg Python3 Next() compatibility fix 2020-01-06 22:44:36 +01:00
IntelFsp2Pkg [TOOLS] Add python3 build support 2019-08-22 09:18:52 -07:00
Licenses IPP License file update 2019-12-18 08:33:46 -08:00
MdePkg Add SmbusLib 2019-12-13 16:30:32 -07:00
PayloadPkg Execute version check only for SBL update (#513) 2020-01-06 11:01:25 -08:00
Platform Remove PDR CfgData support 2019-12-18 21:28:45 -07:00
Silicon Add SmbusLib 2019-12-13 16:30:32 -07:00
.gitignore Cosmetic: Convert LF to CRLF 2019-12-02 16:21:19 -08:00
.travis.yml Cosmetic: Convert LF to CRLF 2019-12-02 16:21:19 -08:00
BuildLoader.py Enable RSA3072 and SHA384 signing support 2020-01-02 11:23:49 -07:00
CODEOWNERS Cosmetic: Convert LF to CRLF 2019-12-02 16:21:19 -08:00
Dockerfile Cosmetic: Remove TAB characters (Tab to Space) 2019-11-21 12:11:37 -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.