Go to file
Ravi Rangarajan cffc6cdfe1
Fix comments to SBL core MemAllocLib to relfect code behavior (#426)
2019-11-01 17:52:57 -07:00
BaseTools PatchCheck: Skip TAB check in .py files 2019-10-12 21:02:32 -07:00
BootloaderCommonPkg Klocwork scanning fixes for IppCryptoLib 2019-11-02 06:22:17 +08:00
BootloaderCorePkg Fix comments to SBL core MemAllocLib to relfect code behavior (#426) 2019-11-01 17:52:57 -07:00
IntelFsp2Pkg [TOOLS] Add python3 build support 2019-08-22 09:18:52 -07:00
Licenses Update BSD license to BSD+Patent license 2019-06-13 10:46:49 -07:00
MdePkg Redefine CR macro to address Klocwork scanning issue 2019-10-31 12:47:57 +08:00
PayloadPkg Clean up OsLoader main boot flow (#412) 2019-10-24 09:44:03 -07:00
Platform [WHL] Allow relative path in StitchIfwi.py (#415) 2019-10-25 09:49:44 -07:00
Silicon [APL] Update FSP to MR6 (#392) (#404) 2019-10-17 15:58:50 -07:00
.gitignore Copy FSP header files from repo and verify FSP minimum version (#187) 2019-06-13 16:09:26 -07:00
.travis.yml Enable more build options in travis 2019-08-23 11:31:37 -07:00
BuildLoader.py Allow platform to degrade eMMC from HS400 to HS200 2019-10-15 08:23:31 -07:00
CODEOWNERS Add CODEOWNERS file 2018-09-28 13:09:10 -07:00
Dockerfile Enable more build options in travis 2019-08-23 11:31:37 -07:00
LICENSE Update BSD license to BSD+Patent license 2019-06-13 10:46:49 -07:00
README.md Update README.md 2019-10-02 09:07:19 -07: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.