Go to file
James Gutbub 2ea731017c Skip submodules during PatchCheck.py
If a submodule is being updated in a
commit there is inadvertently some line
ending issues that will cause PatchCheck.py
to report an error; since we cannot change
the line ending in the submodule files
we should skip over a line in a patch that
matches the format of a submodule being
updated.

Signed-off-by: James Gutbub <james.gutbub@intel.com>
2020-02-06 16:05:11 -07:00
BaseTools Skip submodules during PatchCheck.py 2020-02-06 16:05:11 -07:00
BootloaderCommonPkg IAS Library KlocWork fixes 2020-02-05 22:44:10 -08:00
BootloaderCorePkg [CFL] Fix incomplete ACPI table generation 2020-02-05 22:43:37 -08: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 Fix several minor issues in the code 2020-02-04 10:38:08 -07:00
Platform [CFL] Fix incomplete ACPI table generation 2020-02-05 22:43:37 -08:00
Silicon Add missing header files in INF 2020-02-03 15:49:48 -08:00
.gitignore Cosmetic: Convert LF to CRLF 2019-12-02 16:21:19 -08:00
.travis.yml Switch to use Python 3.6 or above for build 2020-01-09 11:26:04 -08:00
BuildLoader.py Allow adding EMPTY component in flash layout 2020-01-29 11:54:36 -08: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.