Go to file
James Gutbub 4d7a8b58cf Remove global variable in boot cmd
The 'boot' command is making use of a global
variable declared in the OS Loader but it might
not always be available if the Shell lib is
used with other code. This patch removes the
dependency on the global variable.

Also fixes a small issue with not providing a
value at the prompt; instead prompt the user
with a error message when no valid value has
been provided.

Signed-off-by: James Gutbub <james.gutbub@intel.com>
2019-10-24 09:19:21 -07:00
BaseTools PatchCheck: Skip TAB check in .py files 2019-10-12 21:02:32 -07:00
BootloaderCommonPkg Remove global variable in boot cmd 2019-10-24 09:19:21 -07:00
BootloaderCorePkg [OsLoader] Clean-up PreOsChecker 2019-10-16 16:45:53 -07: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 Sync up with EDK2 stable tag edk2-stable201905 2019-06-12 08:29:06 -07:00
PayloadPkg [OsLoader] OsLoader lifecycle change (#396) 2019-10-23 09:37:57 -07:00
Platform [APL] Oemkm and Bpm are not a MUST (#393) (#408) 2019-10-22 09:36:48 -07:00
Silicon [APL] Update FSP to MR6 (#392) (#404) 2019-10-17 15:58:50 -07:00
.gitignore Copy FSP header files from repo and verify FSP minimum version (#187) 2019-06-13 16:09:26 -07:00
.travis.yml Enable more build options in travis 2019-08-23 11:31:37 -07:00
BuildLoader.py Allow platform to degrade eMMC from HS400 to HS200 2019-10-15 08:23:31 -07: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.