Go to file
Maurice Ma 8255640056 [APL] Enhance Boot Guard check logic for IFWI image
This patch updated the logic to check if Boot Guard is enabled in
the base IFWI image.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2019-04-16 13:20:28 -07:00
BaseTools Remove UPT tool from BaseTools 2019-03-13 15:07:00 -07:00
BootloaderCommonPkg Fix incorrect image base for TE image 2019-04-12 10:44:02 -07:00
BootloaderCorePkg Add pre-OS checker support 2019-04-15 14:16:03 -07:00
IntelFsp2Pkg Enhance SplitFspBin Tools 2018-10-30 17:57:10 -07:00
Licenses Include complete Python license 2019-02-21 17:16:02 -08:00
MdePkg [APL] Add SMBUS access library 2019-04-08 12:53:26 -07:00
PayloadPkg Add pre-OS checker support 2019-04-15 14:16:03 -07:00
Platform [APL] Enhance Boot Guard check logic for IFWI image 2019-04-16 13:20:28 -07:00
Silicon [APL] Add SMBUS access library 2019-04-08 12:53:26 -07:00
.gitignore Initial check-in for Slim Bootloader source 2018-09-13 16:11:07 -07:00
.travis.yml travis: Build both QEMU and APL targets 2018-09-22 14:27:42 -07:00
BuildLoader.py Add pre-OS checker support 2019-04-15 14:16:03 -07:00
CODEOWNERS Add CODEOWNERS file 2018-09-28 13:09:10 -07:00
Dockerfile Add fake Git user name/email in Docker container 2018-09-20 17:05:41 -07:00
LICENSE Initial check-in for Slim Bootloader source 2018-09-13 16:11:07 -07:00
README.md Update README 2019-04-03 15:52:20 -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

Slim Bootloader currently has support for Apollo Lake based designs including

  • UP Squared maker board
  • Intel Leaf Hill customer reference design

Additionally, Slim Bootloader supports booting a virtual machine via QEMU.

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/mailman/listinfo/sbl-devel

Archives: https://lists.01.org/pipermail/sbl-devel/

License

Slim Bootloader is released under the terms of the BSD license. Please see the LICENSE file for the full terms of the license.