Go to file
Maurice Ma 02771f5fb9 Add payload binary file check in BuildUtility.py
This patch added the additional existence check for payload binary.
If the file does not exist, it will error out.  Also if the binary
is already under build FV folder, skip the unnecessary copy.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2019-04-23 11:11:46 -07:00
BaseTools Remove UPT tool from BaseTools 2019-03-13 15:07:00 -07:00
BootloaderCommonPkg Allow SATA boot option to boot from any AHCI port 2019-04-19 10:43:10 -07:00
BootloaderCorePkg Add payload binary file check in BuildUtility.py 2019-04-23 11:11:46 -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 Enhance error message print for OsLoader 2019-04-19 10:43:44 -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 Fix the GCC OS Loader FV build error 2019-04-17 10:31:29 -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.