Go to file
Sai Talamudupula cb853f876b Update FPDT length
If FPDT->Length is just the size of FIRMWARE_PERFORMANCE_TABLE,
BOOT_PERFORMANCE_TABLE and S3_PERFORMANCE_TABLE are overwritten
by the next Table in ACPI init. Therefore, make the size in the
header as sizeof(INTERNAL_FIRMWARE_PERFORMANCE_TABLE) so that
the next table starts after INTERNAL_FIRMWARE_PERFORMANCE_TABLE.
Otherwise, S3 Perf Table can't be located on S3 resume path.

Signed-off-by: Sai Talamudupula <sai.kiran.talamudupula@intel.com>
2019-10-01 16:28:53 -07:00
BaseTools Disable force_crlf in PatchCheck.py for now 2019-09-30 12:40:28 -07:00
BootloaderCommonPkg Fix a compile error with gcc-4.8 2019-09-29 22:26:22 -07:00
BootloaderCorePkg Update FPDT length 2019-10-01 16:28: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 Fix config file buffer overflow issue 2019-09-11 09:46:21 -07:00
Platform [CFL] Enable UPX SIO debug UART for COM1 and COM2 2019-10-01 13:26:23 -07:00
Silicon [CFL] Enable UPX SIO debug UART for COM1 and COM2 2019-10-01 13:26:23 -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 Enable 'NOOPT' target for debugging purpose 2019-09-29 22:26:22 -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-07-03 14:22:56 -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/mailman/listinfo/sbl-devel

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

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.