Go to file
Maurice Ma f371334318 Enable build without FSP binary
Current SBL build needs the actual FSP binary to pass the build.
This patch enables a mode to test the build without the actual FSP
bianry. It is useful for test before the FSP binary is available.
It is controlled by HAVE_FSP_BIN option. It can be overriden in
BoardConfig.py file.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2020-11-02 10:52:07 -08:00
BaseTools Resync BaseTools with latest EDKII stable tag 2020-10-12 16:02:35 -07:00
BootloaderCommonPkg Enable mixed payload mode calling 2020-10-12 13:01:07 -07:00
BootloaderCorePkg Revert "Reserve Pcie config space region as a reserved memory" 2020-10-30 10:40:14 -07:00
IntelFsp2Pkg Sync IntelFsp2Pkg to support FSP 2.2 2020-09-03 14:17:01 -07:00
Licenses IPP License file update 2019-12-18 08:33:46 -08:00
MdePkg Add LowPowerIdleTable header file 2020-07-16 13:47:23 -07:00
PayloadPkg Enable mixed payload mode calling 2020-10-12 13:01:07 -07:00
Platform [CFL] Fix BOM ID detection for Upx platform. 2020-10-29 20:48:48 -07:00
Silicon [CMLV] Fix PMC register offset value (#887) 2020-10-24 08:22:34 -07:00
.gitignore Add payload module support in OsLoader 2020-09-02 15:42:36 -07:00
.travis.yml Enable cml & cmlv boot options in travis 2020-09-21 08:39:24 -07:00
BuildLoader.py Enable build without FSP binary 2020-11-02 10:52:07 -08: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 Update README.md 2020-06-12 17:13:01 -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://groups.io/g/slimbootloader

Topic Archive: https://groups.io/g/slimbootloader/topics

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.