Go to file
Maurice Ma c49be1603e Use Treeview widget to display table in ConfigEditor
Current ConfigEditor uses multiple Entry widgets to build a Table
widget since Tkinter does not support Table widget. However, when
the table is big, the loading performance is very slow because of
large mount of Entry widgets. This patch switched to use Treeview
widget to build a table widget, and it is much more faster than the
original implementation.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2019-10-09 15:52:37 -07:00
BaseTools Disable force_crlf in PatchCheck.py for now 2019-09-30 12:40:28 -07:00
BootloaderCommonPkg Clean up EXT library 2019-10-09 11:56:09 -07:00
BootloaderCorePkg Use Treeview widget to display table in ConfigEditor 2019-10-09 15:52:37 -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 Add USB Deinitialization flow into OsLoader 2019-10-05 19:55:25 -07:00
Platform [WHL] Use common PchSpiLib (#365) 2019-10-09 13:26:06 -07:00
Silicon [WHL] Use common PchSpiLib (#365) 2019-10-09 13:26:06 -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 Support boot image from container 2019-10-02 12:18:45 -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.