Go to file
Maurice Ma ace9d98eb8 Adjust GPIO CFGDATA structure header
This patch added additional information in the GPIO CFGDATA header
structure so that the full GPIO info can be extracted out later on
by tool. This additional information including GPIO SKIP bit position,
GPIO ID position and length.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2019-11-21 11:46:59 -08:00
BaseTools PatchCheck: Skip TAB check in .py files 2019-10-12 21:02:32 -07:00
BootloaderCommonPkg Remove platform specific GetBuiltInConfigData() 2019-11-20 14:43:50 -08:00
BootloaderCorePkg Adjust GPIO CFGDATA structure header 2019-11-21 11:46:59 -08: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 OsLoader: Free all allocated memory at failing on a boot option (#453) 2019-11-13 09:50:01 -08:00
Platform Adjust GPIO CFGDATA structure header 2019-11-21 11:46:59 -08:00
Silicon Fix no SBL serial output after restart Windows (#459) 2019-11-18 19:14:44 -08:00
.gitignore Copy FSP header files from repo and verify FSP minimum version (#187) 2019-06-13 16:09:26 -07:00
.travis.yml Fix invalid PatchCheck commit ranges in travis 2019-11-08 03:31:35 +08:00
BuildLoader.py Remove platform specific GetBuiltInConfigData() 2019-11-20 14:43:50 -08: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.