From 283cca3d57ca7f6cf6be5686d6ebd87a452ed336 Mon Sep 17 00:00:00 2001 From: "Guo Dong (via Travis CI)" Date: Mon, 16 Dec 2024 16:42:21 +0000 Subject: [PATCH 01/28] Deploy slimbootloader/documentation to github.com/slimbootloader/slimbootloader.github.io.git:master --- LICENSE | 102 +++++++++--------- developer-guides/boot-flow.html | 2 +- developer-guides/boot-options.html | 2 +- developer-guides/boot-performance.html | 2 +- developer-guides/bootimage.html | 2 +- developer-guides/build-system.html | 2 +- developer-guides/configuration.html | 2 +- developer-guides/contributions.html | 2 +- developer-guides/debugging-with-cca.html | 2 +- developer-guides/debugging-with-udk.html | 2 +- developer-guides/flash-boot.html | 2 +- developer-guides/flashmap.html | 2 +- developer-guides/fsp.html | 2 +- developer-guides/index.html | 2 +- developer-guides/ingredients-update.html | 2 +- developer-guides/logging.html | 2 +- developer-guides/memory-map.html | 2 +- developer-guides/osloader.html | 2 +- developer-guides/payload.html | 2 +- developer-guides/shell.html | 2 +- developer-guides/source-tree.html | 2 +- developer-guides/stitching-ifwi.html | 2 +- developer-guides/versioning.html | 2 +- genindex.html | 2 +- getting-started/build-host-setup.html | 2 +- getting-started/build-source.html | 2 +- getting-started/index.html | 2 +- getting-started/misc-build-setup.html | 2 +- how-tos/add-fastboot.html | 2 +- how-tos/add-new-library.html | 2 +- how-tos/add-new-payload.html | 2 +- how-tos/boot-acrn.html | 2 +- how-tos/boot-micropython.html | 2 +- how-tos/boot-netboot.html | 2 +- how-tos/boot-pxe-uboot.html | 2 +- how-tos/boot-ubuntu.html | 2 +- how-tos/boot-vxworks.html | 2 +- how-tos/boot-windows.html | 2 +- how-tos/boot-with-linux-payload.html | 2 +- how-tos/boot-with-u-boot-payload.html | 2 +- how-tos/boot-zephyr.html | 2 +- how-tos/change-boot-option.html | 2 +- how-tos/collect-time-logs.html | 2 +- how-tos/configure-memory-down.html | 2 +- how-tos/configure_gpio.html | 2 +- how-tos/create-container-boot-image.html | 2 +- how-tos/create-ias-boot-image.html | 2 +- how-tos/customize-build.html | 2 +- how-tos/enable-intel-tcc.html | 2 +- how-tos/enable-intel-tsn.html | 2 +- how-tos/enable-pre-os-payload.html | 2 +- how-tos/enable-tsn-gbe-sgmii.html | 2 +- how-tos/enable-verified-boot.html | 2 +- how-tos/index.html | 2 +- how-tos/integrate-multiple-payloads.html | 2 +- how-tos/reduce-debug-message.html | 2 +- index.html | 2 +- introduction/index.html | 2 +- references/references.html | 2 +- references/terminology.html | 2 +- search.html | 2 +- security/boot-guard.html | 2 +- security/container-security.html | 2 +- .../firmware-resiliency-and-recovery.html | 2 +- security/firmware-update.html | 2 +- security/index.html | 2 +- security/key-management.html | 2 +- security/measured-boot.html | 2 +- security/verified-boot.html | 2 +- specs/config.html | 2 +- specs/index.html | 2 +- supported-hardware/adl-rvp.html | 2 +- supported-hardware/apollo-lake-crb.html | 2 +- supported-hardware/cfl-crb.html | 2 +- supported-hardware/cml-rvp.html | 2 +- supported-hardware/ehl-crb.html | 2 +- supported-hardware/icdx-crb.html | 2 +- supported-hardware/index.html | 2 +- supported-hardware/mtl-mcl.html | 2 +- supported-hardware/mtl-rvp.html | 2 +- supported-hardware/qemu.html | 2 +- supported-hardware/qsp.html | 2 +- supported-hardware/raptor-lake.html | 2 +- supported-hardware/tgl-rvp.html | 2 +- supported-hardware/up2-6000.html | 2 +- supported-hardware/up2.html | 2 +- supported-hardware/up7000adln50.html | 2 +- supported-hardware/upxtreme.html | 2 +- supported-hardware/upxtremei11.html | 2 +- supported-hardware/upxtremei12.html | 2 +- supported-hardware/upxtremei12rplp.html | 2 +- supported-hardware/whl-crb.html | 2 +- tools/BuildTool.html | 2 +- tools/ConfigTools.html | 2 +- tools/GenContainer.html | 2 +- tools/GpioTool.html | 2 +- tools/StitchTool.html | 2 +- tools/UcodeUtility.html | 2 +- tools/index.html | 2 +- tutorials/ex_boot_to_linux.html | 2 +- tutorials/ex_build_sbl_for_qemu.html | 2 +- tutorials/ex_corrupt_sbl_component.html | 2 +- tutorials/ex_debug_sbl_on_qemu_with_gdb.html | 2 +- tutorials/ex_feature_custom_boot_order.html | 2 +- tutorials/ex_feature_custom_splash.html | 2 +- .../ex_feature_custom_verified_boot.html | 2 +- tutorials/ex_run_sbl_on_qemu.html | 2 +- tutorials/ex_sbl_shell_cli.html | 2 +- tutorials/ex_uefi_payload.html | 2 +- tutorials/index.html | 2 +- 110 files changed, 160 insertions(+), 160 deletions(-) diff --git a/LICENSE b/LICENSE index 47322539..417f6e70 100644 --- a/LICENSE +++ b/LICENSE @@ -1,51 +1,51 @@ -Copyright (c) 2021, Intel Corporation and contributors. All rights reserved. - -SPDX-License-Identifier: BSD-2-Clause-Patent - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -Subject to the terms and conditions of this license, each copyright holder -and contributor hereby grants to those receiving rights under this license -a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable -(except for failure to satisfy the conditions of this license) patent -license to make, have made, use, offer to sell, sell, import, and otherwise -transfer this software, where such license applies only to those patent -claims, already acquired or hereafter acquired, licensable by such copyright -holder or contributor that are necessarily infringed by: - -(a) their Contribution(s) (the licensed copyrights of copyright holders and - non-copyrightable additions of contributors, in source or binary form) - alone; or - -(b) combination of their Contribution(s) with the work of authorship to - which such Contribution(s) was added by such copyright holder or - contributor, if, at the time the Contribution is added, such addition - causes such combination to be necessarily infringed. The patent license - shall not apply to any other combinations which include the - Contribution. - -Except as expressly stated above, no rights or licenses from any copyright -holder or contributor is granted under this license, whether expressly, by -implication, estoppel or otherwise. - -DISCLAIMER - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +Copyright (c) 2019, Intel Corporation and contributors. All rights reserved. + +SPDX-License-Identifier: BSD-2-Clause-Patent + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +Subject to the terms and conditions of this license, each copyright holder +and contributor hereby grants to those receiving rights under this license +a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except for failure to satisfy the conditions of this license) patent +license to make, have made, use, offer to sell, sell, import, and otherwise +transfer this software, where such license applies only to those patent +claims, already acquired or hereafter acquired, licensable by such copyright +holder or contributor that are necessarily infringed by: + +(a) their Contribution(s) (the licensed copyrights of copyright holders and + non-copyrightable additions of contributors, in source or binary form) + alone; or + +(b) combination of their Contribution(s) with the work of authorship to + which such Contribution(s) was added by such copyright holder or + contributor, if, at the time the Contribution is added, such addition + causes such combination to be necessarily infringed. The patent license + shall not apply to any other combinations which include the + Contribution. + +Except as expressly stated above, no rights or licenses from any copyright +holder or contributor is granted under this license, whether expressly, by +implication, estoppel or otherwise. + +DISCLAIMER + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. diff --git a/developer-guides/boot-flow.html b/developer-guides/boot-flow.html index 82cd1e6d..2b84cae9 100644 --- a/developer-guides/boot-flow.html +++ b/developer-guides/boot-flow.html @@ -337,7 +337,7 @@

Platform Initialization

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/boot-options.html b/developer-guides/boot-options.html index ee401838..d687ed53 100644 --- a/developer-guides/boot-options.html +++ b/developer-guides/boot-options.html @@ -204,7 +204,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/boot-performance.html b/developer-guides/boot-performance.html index 5df0b404..d4b772aa 100644 --- a/developer-guides/boot-performance.html +++ b/developer-guides/boot-performance.html @@ -242,7 +242,7 @@

FPDT Entry

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/bootimage.html b/developer-guides/bootimage.html index 7a6ff3a5..20bae74c 100644 --- a/developer-guides/bootimage.html +++ b/developer-guides/bootimage.html @@ -142,7 +142,7 @@

Boot Image

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/build-system.html b/developer-guides/build-system.html index 452bfaa1..125093bc 100644 --- a/developer-guides/build-system.html +++ b/developer-guides/build-system.html @@ -463,7 +463,7 @@

Post Build Customization

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/configuration.html b/developer-guides/configuration.html index bbf60031..70e818f4 100644 --- a/developer-guides/configuration.html +++ b/developer-guides/configuration.html @@ -520,7 +520,7 @@

Example configuration:

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/contributions.html b/developer-guides/contributions.html index 238baee6..3989bf2a 100644 --- a/developer-guides/contributions.html +++ b/developer-guides/contributions.html @@ -153,7 +153,7 @@

Coding Style

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/debugging-with-cca.html b/developer-guides/debugging-with-cca.html index a656d839..89804eb0 100644 --- a/developer-guides/debugging-with-cca.html +++ b/developer-guides/debugging-with-cca.html @@ -434,7 +434,7 @@

Debug steps

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/debugging-with-udk.html b/developer-guides/debugging-with-udk.html index dde78770..94b5cd1a 100644 --- a/developer-guides/debugging-with-udk.html +++ b/developer-guides/debugging-with-udk.html @@ -335,7 +335,7 @@

General Steps

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/flash-boot.html b/developer-guides/flash-boot.html index 4729bd9b..6b0e0094 100644 --- a/developer-guides/flash-boot.html +++ b/developer-guides/flash-boot.html @@ -220,7 +220,7 @@

Boot options for Boot from PDR.

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/flashmap.html b/developer-guides/flashmap.html index 186d5c11..f3086918 100644 --- a/developer-guides/flashmap.html +++ b/developer-guides/flashmap.html @@ -287,7 +287,7 @@

Flash Components

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/fsp.html b/developer-guides/fsp.html index c642ea04..6ad0432e 100644 --- a/developer-guides/fsp.html +++ b/developer-guides/fsp.html @@ -142,7 +142,7 @@

Firmware Support Package

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/index.html b/developer-guides/index.html index 94d529be..993125d6 100644 --- a/developer-guides/index.html +++ b/developer-guides/index.html @@ -239,7 +239,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/ingredients-update.html b/developer-guides/ingredients-update.html index 86dd443f..3135129b 100644 --- a/developer-guides/ingredients-update.html +++ b/developer-guides/ingredients-update.html @@ -152,7 +152,7 @@

Microcode upgrade

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/logging.html b/developer-guides/logging.html index 92535b84..8871a8ee 100644 --- a/developer-guides/logging.html +++ b/developer-guides/logging.html @@ -190,7 +190,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/memory-map.html b/developer-guides/memory-map.html index 944d1573..01ed343a 100644 --- a/developer-guides/memory-map.html +++ b/developer-guides/memory-map.html @@ -301,7 +301,7 @@

FullMemoryAlloc

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/osloader.html b/developer-guides/osloader.html index 02620128..54b529e0 100644 --- a/developer-guides/osloader.html +++ b/developer-guides/osloader.html @@ -145,7 +145,7 @@

OsLoader Boot Flow

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/payload.html b/developer-guides/payload.html index 24a2fea2..af68761e 100644 --- a/developer-guides/payload.html +++ b/developer-guides/payload.html @@ -178,7 +178,7 @@

Multiple Payload Support

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/shell.html b/developer-guides/shell.html index 4bf503c6..6ea9ed1a 100644 --- a/developer-guides/shell.html +++ b/developer-guides/shell.html @@ -162,7 +162,7 @@

Shell Interface

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/source-tree.html b/developer-guides/source-tree.html index 8674f2a1..54fd5c1e 100644 --- a/developer-guides/source-tree.html +++ b/developer-guides/source-tree.html @@ -183,7 +183,7 @@

Source Tree Structure

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/stitching-ifwi.html b/developer-guides/stitching-ifwi.html index bf005ec3..e1478136 100644 --- a/developer-guides/stitching-ifwi.html +++ b/developer-guides/stitching-ifwi.html @@ -132,7 +132,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/developer-guides/versioning.html b/developer-guides/versioning.html index 9636b915..6039bb50 100644 --- a/developer-guides/versioning.html +++ b/developer-guides/versioning.html @@ -174,7 +174,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/genindex.html b/genindex.html index 6b9a343b..6e86919e 100644 --- a/genindex.html +++ b/genindex.html @@ -99,7 +99,7 @@

Index

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/getting-started/build-host-setup.html b/getting-started/build-host-setup.html index b0fb3f99..477a0463 100644 --- a/getting-started/build-host-setup.html +++ b/getting-started/build-host-setup.html @@ -221,7 +221,7 @@

Build Tools Download - Windows

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/getting-started/build-source.html b/getting-started/build-source.html index cdf40eda..f482fb55 100644 --- a/getting-started/build-source.html +++ b/getting-started/build-source.html @@ -175,7 +175,7 @@

Flash IFWI

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/getting-started/index.html b/getting-started/index.html index 5e6b1b7a..a38ab067 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -130,7 +130,7 @@

Getting Started

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/getting-started/misc-build-setup.html b/getting-started/misc-build-setup.html index ed9bc926..2768c0fa 100644 --- a/getting-started/misc-build-setup.html +++ b/getting-started/misc-build-setup.html @@ -162,7 +162,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/add-fastboot.html b/how-tos/add-fastboot.html index 93d4290a..36f4ea02 100644 --- a/how-tos/add-fastboot.html +++ b/how-tos/add-fastboot.html @@ -233,7 +233,7 @@

Load from SPI

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/add-new-library.html b/how-tos/add-new-library.html index 454ef80f..c377d682 100644 --- a/how-tos/add-new-library.html +++ b/how-tos/add-new-library.html @@ -136,7 +136,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/add-new-payload.html b/how-tos/add-new-payload.html index 2d0d8f4c..f6fe35d1 100644 --- a/how-tos/add-new-payload.html +++ b/how-tos/add-new-payload.html @@ -194,7 +194,7 @@

HelloWorld Payload

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/boot-acrn.html b/how-tos/boot-acrn.html index 9d5131ad..af9c0a26 100644 --- a/how-tos/boot-acrn.html +++ b/how-tos/boot-acrn.html @@ -436,7 +436,7 @@

Upgrade SBL

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/boot-micropython.html b/how-tos/boot-micropython.html index d61849ee..eaa398fa 100644 --- a/how-tos/boot-micropython.html +++ b/how-tos/boot-micropython.html @@ -248,7 +248,7 @@

How to Enable MicroPython for Other Platforms

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/boot-netboot.html b/how-tos/boot-netboot.html index ab4f41fc..8e89923c 100644 --- a/how-tos/boot-netboot.html +++ b/how-tos/boot-netboot.html @@ -212,7 +212,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/boot-pxe-uboot.html b/how-tos/boot-pxe-uboot.html index 704075a4..88e51f7e 100644 --- a/how-tos/boot-pxe-uboot.html +++ b/how-tos/boot-pxe-uboot.html @@ -247,7 +247,7 @@

U-Boot Shell PXE Boot Commands

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/boot-ubuntu.html b/how-tos/boot-ubuntu.html index d85bcf7b..ffecabc1 100644 --- a/how-tos/boot-ubuntu.html +++ b/how-tos/boot-ubuntu.html @@ -284,7 +284,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/boot-vxworks.html b/how-tos/boot-vxworks.html index a73a12a2..bf76c830 100644 --- a/how-tos/boot-vxworks.html +++ b/how-tos/boot-vxworks.html @@ -309,7 +309,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/boot-windows.html b/how-tos/boot-windows.html index 6ab32656..c45c37a2 100644 --- a/how-tos/boot-windows.html +++ b/how-tos/boot-windows.html @@ -218,7 +218,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/boot-with-linux-payload.html b/how-tos/boot-with-linux-payload.html index 760385e4..70b857db 100644 --- a/how-tos/boot-with-linux-payload.html +++ b/how-tos/boot-with-linux-payload.html @@ -585,7 +585,7 @@

PXE Booting

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/boot-with-u-boot-payload.html b/how-tos/boot-with-u-boot-payload.html index 15766084..e3cce47c 100644 --- a/how-tos/boot-with-u-boot-payload.html +++ b/how-tos/boot-with-u-boot-payload.html @@ -327,7 +327,7 @@

Build Instruction to use ELF U-Boot

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/boot-zephyr.html b/how-tos/boot-zephyr.html index 601fb9ce..4417b411 100644 --- a/how-tos/boot-zephyr.html +++ b/how-tos/boot-zephyr.html @@ -260,7 +260,7 @@

QEMU

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/change-boot-option.html b/how-tos/change-boot-option.html index e04eb7ce..d5bc912b 100644 --- a/how-tos/change-boot-option.html +++ b/how-tos/change-boot-option.html @@ -256,7 +256,7 @@

Change at Runtime

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/collect-time-logs.html b/how-tos/collect-time-logs.html index 00cfdae4..f1ba502a 100644 --- a/how-tos/collect-time-logs.html +++ b/how-tos/collect-time-logs.html @@ -144,7 +144,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/configure-memory-down.html b/how-tos/configure-memory-down.html index bb4d6030..17db91b5 100644 --- a/how-tos/configure-memory-down.html +++ b/how-tos/configure-memory-down.html @@ -184,7 +184,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/configure_gpio.html b/how-tos/configure_gpio.html index 9cd29123..65a16cb6 100644 --- a/how-tos/configure_gpio.html +++ b/how-tos/configure_gpio.html @@ -232,7 +232,7 @@

Run GenGpioData Tool

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/create-container-boot-image.html b/how-tos/create-container-boot-image.html index d878a635..47e6fc84 100644 --- a/how-tos/create-container-boot-image.html +++ b/how-tos/create-container-boot-image.html @@ -237,7 +237,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/create-ias-boot-image.html b/how-tos/create-ias-boot-image.html index 6d4e67ff..507b1c1a 100644 --- a/how-tos/create-ias-boot-image.html +++ b/how-tos/create-ias-boot-image.html @@ -234,7 +234,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/customize-build.html b/how-tos/customize-build.html index bf4394b5..2c51c801 100644 --- a/how-tos/customize-build.html +++ b/how-tos/customize-build.html @@ -137,7 +137,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/enable-intel-tcc.html b/how-tos/enable-intel-tcc.html index c2a592ad..381ff9a3 100644 --- a/how-tos/enable-intel-tcc.html +++ b/how-tos/enable-intel-tcc.html @@ -397,7 +397,7 @@

Step 5: Trigger firmware update

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/enable-intel-tsn.html b/how-tos/enable-intel-tsn.html index a46d883a..f0eebbba 100644 --- a/how-tos/enable-intel-tsn.html +++ b/how-tos/enable-intel-tsn.html @@ -375,7 +375,7 @@

Step 5: Trigger firmware update

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/enable-pre-os-payload.html b/how-tos/enable-pre-os-payload.html index 24592326..be7d554e 100644 --- a/how-tos/enable-pre-os-payload.html +++ b/how-tos/enable-pre-os-payload.html @@ -147,7 +147,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/enable-tsn-gbe-sgmii.html b/how-tos/enable-tsn-gbe-sgmii.html index f93af38f..88537071 100644 --- a/how-tos/enable-tsn-gbe-sgmii.html +++ b/how-tos/enable-tsn-gbe-sgmii.html @@ -237,7 +237,7 @@

Update configuration data directly on delta file

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/enable-verified-boot.html b/how-tos/enable-verified-boot.html index 8b272869..1a33ceb1 100644 --- a/how-tos/enable-verified-boot.html +++ b/how-tos/enable-verified-boot.html @@ -140,7 +140,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/index.html b/how-tos/index.html index 5838cf1b..141ab661 100644 --- a/how-tos/index.html +++ b/how-tos/index.html @@ -242,7 +242,7 @@

How-Tos

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/integrate-multiple-payloads.html b/how-tos/integrate-multiple-payloads.html index 12a9184f..5ee72388 100644 --- a/how-tos/integrate-multiple-payloads.html +++ b/how-tos/integrate-multiple-payloads.html @@ -187,7 +187,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/how-tos/reduce-debug-message.html b/how-tos/reduce-debug-message.html index b8071a8b..f3c7e602 100644 --- a/how-tos/reduce-debug-message.html +++ b/how-tos/reduce-debug-message.html @@ -136,7 +136,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/index.html b/index.html index c3fe6804..e0573ffd 100644 --- a/index.html +++ b/index.html @@ -116,7 +116,7 @@

Slim Bootloader Project Documentation

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/introduction/index.html b/introduction/index.html index 09adbd4c..1cdc3caa 100644 --- a/introduction/index.html +++ b/introduction/index.html @@ -185,7 +185,7 @@

Features

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/references/references.html b/references/references.html index 50b152e7..0c69db09 100644 --- a/references/references.html +++ b/references/references.html @@ -108,7 +108,7 @@

References and Links

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/references/terminology.html b/references/terminology.html index 7e8e032e..5721c313 100644 --- a/references/terminology.html +++ b/references/terminology.html @@ -122,7 +122,7 @@

Terminology and Acronyms

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/search.html b/search.html index f45a4335..a4d0b7ec 100644 --- a/search.html +++ b/search.html @@ -107,7 +107,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/security/boot-guard.html b/security/boot-guard.html index fc85c928..7d7f6d39 100644 --- a/security/boot-guard.html +++ b/security/boot-guard.html @@ -126,7 +126,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/security/container-security.html b/security/container-security.html index 0e6fced2..0285ed1a 100644 --- a/security/container-security.html +++ b/security/container-security.html @@ -212,7 +212,7 @@

Container Firmware

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/security/firmware-resiliency-and-recovery.html b/security/firmware-resiliency-and-recovery.html index 9557ac42..77a0c995 100644 --- a/security/firmware-resiliency-and-recovery.html +++ b/security/firmware-resiliency-and-recovery.html @@ -232,7 +232,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/security/firmware-update.html b/security/firmware-update.html index 4bd916f4..be194563 100644 --- a/security/firmware-update.html +++ b/security/firmware-update.html @@ -638,7 +638,7 @@

Firmware Update Status

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/security/index.html b/security/index.html index 1b26e765..1f41ff43 100644 --- a/security/index.html +++ b/security/index.html @@ -153,7 +153,7 @@

Security Features

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/security/key-management.html b/security/key-management.html index e3cf7c49..8e524aed 100644 --- a/security/key-management.html +++ b/security/key-management.html @@ -287,7 +287,7 @@

Build Environment Configuration for Key ID usage

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/security/measured-boot.html b/security/measured-boot.html index afd3ce83..7f899cbf 100644 --- a/security/measured-boot.html +++ b/security/measured-boot.html @@ -124,7 +124,7 @@

Measured Boot

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/security/verified-boot.html b/security/verified-boot.html index 32b1910b..f1d8eaea 100644 --- a/security/verified-boot.html +++ b/security/verified-boot.html @@ -146,7 +146,7 @@

Verified Boot FLow

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/specs/config.html b/specs/config.html index 09c6bef2..238a6d6e 100644 --- a/specs/config.html +++ b/specs/config.html @@ -1132,7 +1132,7 @@

Configuration Process

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/specs/index.html b/specs/index.html index be143c80..1eb7a93f 100644 --- a/specs/index.html +++ b/specs/index.html @@ -110,7 +110,7 @@

Specifications

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/adl-rvp.html b/supported-hardware/adl-rvp.html index d18c789b..8fc1f223 100644 --- a/supported-hardware/adl-rvp.html +++ b/supported-hardware/adl-rvp.html @@ -372,7 +372,7 @@

Booting Yocto Linux

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/apollo-lake-crb.html b/supported-hardware/apollo-lake-crb.html index cc5a621b..047b6c6e 100644 --- a/supported-hardware/apollo-lake-crb.html +++ b/supported-hardware/apollo-lake-crb.html @@ -263,7 +263,7 @@

Board ID Assignments

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/cfl-crb.html b/supported-hardware/cfl-crb.html index 682463df..dcfc5e70 100644 --- a/supported-hardware/cfl-crb.html +++ b/supported-hardware/cfl-crb.html @@ -315,7 +315,7 @@

Board ID Assignments

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/cml-rvp.html b/supported-hardware/cml-rvp.html index c40c24de..b9c2f7b6 100644 --- a/supported-hardware/cml-rvp.html +++ b/supported-hardware/cml-rvp.html @@ -358,7 +358,7 @@

Board ID Assignments

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/ehl-crb.html b/supported-hardware/ehl-crb.html index 67f8f08a..39ddfdcb 100644 --- a/supported-hardware/ehl-crb.html +++ b/supported-hardware/ehl-crb.html @@ -345,7 +345,7 @@

Latest Milestone Release

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/icdx-crb.html b/supported-hardware/icdx-crb.html index 5c2d4283..3f4bcb52 100644 --- a/supported-hardware/icdx-crb.html +++ b/supported-hardware/icdx-crb.html @@ -336,7 +336,7 @@

Booting Yocto Linux

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/index.html b/supported-hardware/index.html index 43744457..e75df24a 100644 --- a/supported-hardware/index.html +++ b/supported-hardware/index.html @@ -148,7 +148,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/mtl-mcl.html b/supported-hardware/mtl-mcl.html index 1230f9d0..5eb433a4 100644 --- a/supported-hardware/mtl-mcl.html +++ b/supported-hardware/mtl-mcl.html @@ -236,7 +236,7 @@

Flashing

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/mtl-rvp.html b/supported-hardware/mtl-rvp.html index 1d179b07..8ebe324f 100644 --- a/supported-hardware/mtl-rvp.html +++ b/supported-hardware/mtl-rvp.html @@ -339,7 +339,7 @@

Booting Yocto Linux

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/qemu.html b/supported-hardware/qemu.html index 6b42978f..a6678720 100644 --- a/supported-hardware/qemu.html +++ b/supported-hardware/qemu.html @@ -227,7 +227,7 @@

Boot to a Container Image on QEMU

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/qsp.html b/supported-hardware/qsp.html index 0ed6cb52..4a096767 100644 --- a/supported-hardware/qsp.html +++ b/supported-hardware/qsp.html @@ -218,7 +218,7 @@

Boot to Shell on QSP Simics

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/raptor-lake.html b/supported-hardware/raptor-lake.html index 86a577f0..f1126130 100644 --- a/supported-hardware/raptor-lake.html +++ b/supported-hardware/raptor-lake.html @@ -324,7 +324,7 @@

Booting Yocto Linux

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/tgl-rvp.html b/supported-hardware/tgl-rvp.html index acf63cc0..534f6d5a 100644 --- a/supported-hardware/tgl-rvp.html +++ b/supported-hardware/tgl-rvp.html @@ -342,7 +342,7 @@

Board ID Assignments

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/up2-6000.html b/supported-hardware/up2-6000.html index 0b005d8d..8eedfdb9 100644 --- a/supported-hardware/up2-6000.html +++ b/supported-hardware/up2-6000.html @@ -244,7 +244,7 @@

Flashing

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/up2.html b/supported-hardware/up2.html index 076870dd..6773a016 100644 --- a/supported-hardware/up2.html +++ b/supported-hardware/up2.html @@ -270,7 +270,7 @@

Flashing

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/up7000adln50.html b/supported-hardware/up7000adln50.html index 02249ec9..4d74af2b 100644 --- a/supported-hardware/up7000adln50.html +++ b/supported-hardware/up7000adln50.html @@ -245,7 +245,7 @@

Flashing

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/upxtreme.html b/supported-hardware/upxtreme.html index 41f547d2..70ad5726 100644 --- a/supported-hardware/upxtreme.html +++ b/supported-hardware/upxtreme.html @@ -316,7 +316,7 @@

Board ID Assignments

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/upxtremei11.html b/supported-hardware/upxtremei11.html index 08861e0b..0cd6f215 100644 --- a/supported-hardware/upxtremei11.html +++ b/supported-hardware/upxtremei11.html @@ -244,7 +244,7 @@

Flashing

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/upxtremei12.html b/supported-hardware/upxtremei12.html index 9c11ca9c..4511271d 100644 --- a/supported-hardware/upxtremei12.html +++ b/supported-hardware/upxtremei12.html @@ -253,7 +253,7 @@

Flashing

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/upxtremei12rplp.html b/supported-hardware/upxtremei12rplp.html index e0891888..d39e760b 100644 --- a/supported-hardware/upxtremei12rplp.html +++ b/supported-hardware/upxtremei12rplp.html @@ -253,7 +253,7 @@

Flashing

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/supported-hardware/whl-crb.html b/supported-hardware/whl-crb.html index a460b90e..f40fb77c 100644 --- a/supported-hardware/whl-crb.html +++ b/supported-hardware/whl-crb.html @@ -315,7 +315,7 @@

Board ID Assignments

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tools/BuildTool.html b/tools/BuildTool.html index 80a53efa..a85b7b6b 100644 --- a/tools/BuildTool.html +++ b/tools/BuildTool.html @@ -226,7 +226,7 @@

Working

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tools/ConfigTools.html b/tools/ConfigTools.html index fcee380c..185f5f7f 100644 --- a/tools/ConfigTools.html +++ b/tools/ConfigTools.html @@ -190,7 +190,7 @@

Usage

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tools/GenContainer.html b/tools/GenContainer.html index a4f7b7e9..ce84f67e 100644 --- a/tools/GenContainer.html +++ b/tools/GenContainer.html @@ -446,7 +446,7 @@

Tool Usage

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tools/GpioTool.html b/tools/GpioTool.html index 9ef67711..bba6bf9c 100644 --- a/tools/GpioTool.html +++ b/tools/GpioTool.html @@ -307,7 +307,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tools/StitchTool.html b/tools/StitchTool.html index d656acb7..022ea2cc 100644 --- a/tools/StitchTool.html +++ b/tools/StitchTool.html @@ -164,7 +164,7 @@

IFWI Image vs. SBL BIOS Image

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tools/UcodeUtility.html b/tools/UcodeUtility.html index a944578c..769702a4 100644 --- a/tools/UcodeUtility.html +++ b/tools/UcodeUtility.html @@ -126,7 +126,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tools/index.html b/tools/index.html index 779ffa30..808e879b 100644 --- a/tools/index.html +++ b/tools/index.html @@ -121,7 +121,7 @@

Tools

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tutorials/ex_boot_to_linux.html b/tutorials/ex_boot_to_linux.html index a0d2128b..23cce2bb 100644 --- a/tutorials/ex_boot_to_linux.html +++ b/tutorials/ex_boot_to_linux.html @@ -161,7 +161,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tutorials/ex_build_sbl_for_qemu.html b/tutorials/ex_build_sbl_for_qemu.html index c82bf08b..dda5987e 100644 --- a/tutorials/ex_build_sbl_for_qemu.html +++ b/tutorials/ex_build_sbl_for_qemu.html @@ -153,7 +153,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tutorials/ex_corrupt_sbl_component.html b/tutorials/ex_corrupt_sbl_component.html index 92dbc4b4..4717010b 100644 --- a/tutorials/ex_corrupt_sbl_component.html +++ b/tutorials/ex_corrupt_sbl_component.html @@ -443,7 +443,7 @@

IBB Corruption Example

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tutorials/ex_debug_sbl_on_qemu_with_gdb.html b/tutorials/ex_debug_sbl_on_qemu_with_gdb.html index 64f46404..18713c0d 100644 --- a/tutorials/ex_debug_sbl_on_qemu_with_gdb.html +++ b/tutorials/ex_debug_sbl_on_qemu_with_gdb.html @@ -273,7 +273,7 @@

Transit Stage2 to Payload

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tutorials/ex_feature_custom_boot_order.html b/tutorials/ex_feature_custom_boot_order.html index 164a447a..fdfbf2c6 100644 --- a/tutorials/ex_feature_custom_boot_order.html +++ b/tutorials/ex_feature_custom_boot_order.html @@ -184,7 +184,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tutorials/ex_feature_custom_splash.html b/tutorials/ex_feature_custom_splash.html index 1ad3f5dc..d0754d61 100644 --- a/tutorials/ex_feature_custom_splash.html +++ b/tutorials/ex_feature_custom_splash.html @@ -167,7 +167,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tutorials/ex_feature_custom_verified_boot.html b/tutorials/ex_feature_custom_verified_boot.html index 467fd78d..0dfdb680 100644 --- a/tutorials/ex_feature_custom_verified_boot.html +++ b/tutorials/ex_feature_custom_verified_boot.html @@ -209,7 +209,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tutorials/ex_run_sbl_on_qemu.html b/tutorials/ex_run_sbl_on_qemu.html index 4035c106..a4979802 100644 --- a/tutorials/ex_run_sbl_on_qemu.html +++ b/tutorials/ex_run_sbl_on_qemu.html @@ -155,7 +155,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tutorials/ex_sbl_shell_cli.html b/tutorials/ex_sbl_shell_cli.html index 3f394658..a916eda3 100644 --- a/tutorials/ex_sbl_shell_cli.html +++ b/tutorials/ex_sbl_shell_cli.html @@ -184,7 +184,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tutorials/ex_uefi_payload.html b/tutorials/ex_uefi_payload.html index 07020411..0687d47a 100644 --- a/tutorials/ex_uefi_payload.html +++ b/tutorials/ex_uefi_payload.html @@ -160,7 +160,7 @@

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

diff --git a/tutorials/index.html b/tutorials/index.html index 1e28fe7b..45c7ff0d 100644 --- a/tutorials/index.html +++ b/tutorials/index.html @@ -144,7 +144,7 @@

Tutorials

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Nov 19, 2024. + Last updated on Dec 16, 2024.

From 05f0e7fbbb0779f95a60a1c60478d0c0f70dbeb6 Mon Sep 17 00:00:00 2001 From: "Guo Dong (via Travis CI)" Date: Tue, 4 Mar 2025 23:19:04 +0000 Subject: [PATCH 02/28] Deploy slimbootloader/documentation to github.com/slimbootloader/slimbootloader.github.io.git:master --- developer-guides/boot-flow.html | 4 ++-- developer-guides/boot-options.html | 4 ++-- developer-guides/boot-performance.html | 4 ++-- developer-guides/bootimage.html | 4 ++-- developer-guides/build-system.html | 4 ++-- developer-guides/configuration.html | 4 ++-- developer-guides/contributions.html | 4 ++-- developer-guides/debugging-with-cca.html | 4 ++-- developer-guides/debugging-with-udk.html | 4 ++-- developer-guides/flash-boot.html | 4 ++-- developer-guides/flashmap.html | 4 ++-- developer-guides/fsp.html | 4 ++-- developer-guides/index.html | 4 ++-- developer-guides/ingredients-update.html | 4 ++-- developer-guides/logging.html | 4 ++-- developer-guides/memory-map.html | 4 ++-- developer-guides/osloader.html | 4 ++-- developer-guides/payload.html | 4 ++-- developer-guides/shell.html | 4 ++-- developer-guides/source-tree.html | 4 ++-- developer-guides/stitching-ifwi.html | 4 ++-- developer-guides/versioning.html | 4 ++-- genindex.html | 4 ++-- getting-started/build-host-setup.html | 4 ++-- getting-started/build-source.html | 4 ++-- getting-started/index.html | 4 ++-- getting-started/misc-build-setup.html | 4 ++-- how-tos/add-fastboot.html | 4 ++-- how-tos/add-new-library.html | 4 ++-- how-tos/add-new-payload.html | 4 ++-- how-tos/boot-acrn.html | 4 ++-- how-tos/boot-micropython.html | 4 ++-- how-tos/boot-netboot.html | 4 ++-- how-tos/boot-pxe-uboot.html | 4 ++-- how-tos/boot-ubuntu.html | 4 ++-- how-tos/boot-vxworks.html | 4 ++-- how-tos/boot-windows.html | 4 ++-- how-tos/boot-with-linux-payload.html | 4 ++-- how-tos/boot-with-u-boot-payload.html | 4 ++-- how-tos/boot-zephyr.html | 4 ++-- how-tos/change-boot-option.html | 4 ++-- how-tos/collect-time-logs.html | 4 ++-- how-tos/configure-memory-down.html | 4 ++-- how-tos/configure_gpio.html | 4 ++-- how-tos/create-container-boot-image.html | 4 ++-- how-tos/create-ias-boot-image.html | 4 ++-- how-tos/customize-build.html | 4 ++-- how-tos/enable-intel-tcc.html | 4 ++-- how-tos/enable-intel-tsn.html | 4 ++-- how-tos/enable-pre-os-payload.html | 4 ++-- how-tos/enable-tsn-gbe-sgmii.html | 4 ++-- how-tos/enable-verified-boot.html | 4 ++-- how-tos/index.html | 4 ++-- how-tos/integrate-multiple-payloads.html | 4 ++-- how-tos/reduce-debug-message.html | 4 ++-- index.html | 4 ++-- introduction/index.html | 4 ++-- references/references.html | 4 ++-- references/terminology.html | 4 ++-- search.html | 4 ++-- security/boot-guard.html | 4 ++-- security/container-security.html | 4 ++-- security/firmware-resiliency-and-recovery.html | 4 ++-- security/firmware-update.html | 4 ++-- security/index.html | 4 ++-- security/key-management.html | 4 ++-- security/measured-boot.html | 4 ++-- security/verified-boot.html | 4 ++-- specs/config.html | 4 ++-- specs/index.html | 4 ++-- supported-hardware/adl-rvp.html | 4 ++-- supported-hardware/apollo-lake-crb.html | 4 ++-- supported-hardware/cfl-crb.html | 4 ++-- supported-hardware/cml-rvp.html | 4 ++-- supported-hardware/ehl-crb.html | 4 ++-- supported-hardware/icdx-crb.html | 4 ++-- supported-hardware/index.html | 4 ++-- supported-hardware/mtl-mcl.html | 4 ++-- supported-hardware/mtl-rvp.html | 4 ++-- supported-hardware/qemu.html | 4 ++-- supported-hardware/qsp.html | 4 ++-- supported-hardware/raptor-lake.html | 4 ++-- supported-hardware/tgl-rvp.html | 4 ++-- supported-hardware/up2-6000.html | 4 ++-- supported-hardware/up2.html | 4 ++-- supported-hardware/up7000adln50.html | 4 ++-- supported-hardware/upxtreme.html | 4 ++-- supported-hardware/upxtremei11.html | 4 ++-- supported-hardware/upxtremei12.html | 4 ++-- supported-hardware/upxtremei12rplp.html | 4 ++-- supported-hardware/whl-crb.html | 4 ++-- tools/BuildTool.html | 4 ++-- tools/ConfigTools.html | 4 ++-- tools/GenContainer.html | 4 ++-- tools/GpioTool.html | 4 ++-- tools/StitchTool.html | 4 ++-- tools/UcodeUtility.html | 4 ++-- tools/index.html | 4 ++-- tutorials/ex_boot_to_linux.html | 4 ++-- tutorials/ex_build_sbl_for_qemu.html | 4 ++-- tutorials/ex_corrupt_sbl_component.html | 4 ++-- tutorials/ex_debug_sbl_on_qemu_with_gdb.html | 4 ++-- tutorials/ex_feature_custom_boot_order.html | 4 ++-- tutorials/ex_feature_custom_splash.html | 4 ++-- tutorials/ex_feature_custom_verified_boot.html | 4 ++-- tutorials/ex_run_sbl_on_qemu.html | 4 ++-- tutorials/ex_sbl_shell_cli.html | 4 ++-- tutorials/ex_uefi_payload.html | 4 ++-- tutorials/index.html | 4 ++-- 109 files changed, 218 insertions(+), 218 deletions(-) diff --git a/developer-guides/boot-flow.html b/developer-guides/boot-flow.html index 2b84cae9..2ba5dd7f 100644 --- a/developer-guides/boot-flow.html +++ b/developer-guides/boot-flow.html @@ -336,8 +336,8 @@

Platform Initialization
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/boot-options.html b/developer-guides/boot-options.html index d687ed53..98dc0456 100644 --- a/developer-guides/boot-options.html +++ b/developer-guides/boot-options.html @@ -203,8 +203,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/boot-performance.html b/developer-guides/boot-performance.html index d4b772aa..ce4d1074 100644 --- a/developer-guides/boot-performance.html +++ b/developer-guides/boot-performance.html @@ -241,8 +241,8 @@

FPDT Entry -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/bootimage.html b/developer-guides/bootimage.html index 20bae74c..cb7b7640 100644 --- a/developer-guides/bootimage.html +++ b/developer-guides/bootimage.html @@ -141,8 +141,8 @@

Boot Image -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/build-system.html b/developer-guides/build-system.html index 125093bc..32dd3be7 100644 --- a/developer-guides/build-system.html +++ b/developer-guides/build-system.html @@ -462,8 +462,8 @@

Post Build Customization -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/configuration.html b/developer-guides/configuration.html index 70e818f4..1be0bc49 100644 --- a/developer-guides/configuration.html +++ b/developer-guides/configuration.html @@ -519,8 +519,8 @@

Example configuration:
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/contributions.html b/developer-guides/contributions.html index 3989bf2a..9ba8956c 100644 --- a/developer-guides/contributions.html +++ b/developer-guides/contributions.html @@ -152,8 +152,8 @@

Coding Style -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/debugging-with-cca.html b/developer-guides/debugging-with-cca.html index 89804eb0..46dd4b88 100644 --- a/developer-guides/debugging-with-cca.html +++ b/developer-guides/debugging-with-cca.html @@ -433,8 +433,8 @@

Debug steps -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/debugging-with-udk.html b/developer-guides/debugging-with-udk.html index 94b5cd1a..cbcb1062 100644 --- a/developer-guides/debugging-with-udk.html +++ b/developer-guides/debugging-with-udk.html @@ -334,8 +334,8 @@

General Steps -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/flash-boot.html b/developer-guides/flash-boot.html index 6b0e0094..70f70579 100644 --- a/developer-guides/flash-boot.html +++ b/developer-guides/flash-boot.html @@ -219,8 +219,8 @@

Boot options for Boot from PDR. -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/flashmap.html b/developer-guides/flashmap.html index f3086918..9b2cfa65 100644 --- a/developer-guides/flashmap.html +++ b/developer-guides/flashmap.html @@ -286,8 +286,8 @@

Flash Components -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/fsp.html b/developer-guides/fsp.html index 6ad0432e..4e1fc494 100644 --- a/developer-guides/fsp.html +++ b/developer-guides/fsp.html @@ -141,8 +141,8 @@

Firmware Support Package -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/index.html b/developer-guides/index.html index 993125d6..322ec0ff 100644 --- a/developer-guides/index.html +++ b/developer-guides/index.html @@ -238,8 +238,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/ingredients-update.html b/developer-guides/ingredients-update.html index 3135129b..008d8cb2 100644 --- a/developer-guides/ingredients-update.html +++ b/developer-guides/ingredients-update.html @@ -151,8 +151,8 @@

Microcode upgrade -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/logging.html b/developer-guides/logging.html index 8871a8ee..2e19ce61 100644 --- a/developer-guides/logging.html +++ b/developer-guides/logging.html @@ -189,8 +189,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/memory-map.html b/developer-guides/memory-map.html index 01ed343a..f0dc051b 100644 --- a/developer-guides/memory-map.html +++ b/developer-guides/memory-map.html @@ -300,8 +300,8 @@

FullMemoryAlloc
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/osloader.html b/developer-guides/osloader.html index 54b529e0..842e6b2b 100644 --- a/developer-guides/osloader.html +++ b/developer-guides/osloader.html @@ -144,8 +144,8 @@

OsLoader Boot Flow -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/payload.html b/developer-guides/payload.html index af68761e..7a8110b8 100644 --- a/developer-guides/payload.html +++ b/developer-guides/payload.html @@ -177,8 +177,8 @@

Multiple Payload Support -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/shell.html b/developer-guides/shell.html index 6ea9ed1a..30df144f 100644 --- a/developer-guides/shell.html +++ b/developer-guides/shell.html @@ -161,8 +161,8 @@

Shell Interface -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/source-tree.html b/developer-guides/source-tree.html index 54fd5c1e..3ec98de3 100644 --- a/developer-guides/source-tree.html +++ b/developer-guides/source-tree.html @@ -182,8 +182,8 @@

Source Tree Structure
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/stitching-ifwi.html b/developer-guides/stitching-ifwi.html index e1478136..7e3f40d1 100644 --- a/developer-guides/stitching-ifwi.html +++ b/developer-guides/stitching-ifwi.html @@ -131,8 +131,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/developer-guides/versioning.html b/developer-guides/versioning.html index 6039bb50..14037e75 100644 --- a/developer-guides/versioning.html +++ b/developer-guides/versioning.html @@ -173,8 +173,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/genindex.html b/genindex.html index 6e86919e..4a1fd7ed 100644 --- a/genindex.html +++ b/genindex.html @@ -98,8 +98,8 @@

Index


-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/getting-started/build-host-setup.html b/getting-started/build-host-setup.html index 477a0463..28dcff38 100644 --- a/getting-started/build-host-setup.html +++ b/getting-started/build-host-setup.html @@ -220,8 +220,8 @@

Build Tools Download - Windows -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/getting-started/build-source.html b/getting-started/build-source.html index f482fb55..29588781 100644 --- a/getting-started/build-source.html +++ b/getting-started/build-source.html @@ -174,8 +174,8 @@

Flash IFWI -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/getting-started/index.html b/getting-started/index.html index a38ab067..33b6f258 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -129,8 +129,8 @@

Getting Started -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/getting-started/misc-build-setup.html b/getting-started/misc-build-setup.html index 2768c0fa..a6065a76 100644 --- a/getting-started/misc-build-setup.html +++ b/getting-started/misc-build-setup.html @@ -161,8 +161,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/add-fastboot.html b/how-tos/add-fastboot.html index 36f4ea02..7377ac2b 100644 --- a/how-tos/add-fastboot.html +++ b/how-tos/add-fastboot.html @@ -232,8 +232,8 @@

Load from SPI -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/add-new-library.html b/how-tos/add-new-library.html index c377d682..c126c512 100644 --- a/how-tos/add-new-library.html +++ b/how-tos/add-new-library.html @@ -135,8 +135,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/add-new-payload.html b/how-tos/add-new-payload.html index f6fe35d1..a14fbed5 100644 --- a/how-tos/add-new-payload.html +++ b/how-tos/add-new-payload.html @@ -193,8 +193,8 @@

HelloWorld Payload -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/boot-acrn.html b/how-tos/boot-acrn.html index af9c0a26..c3d7e464 100644 --- a/how-tos/boot-acrn.html +++ b/how-tos/boot-acrn.html @@ -435,8 +435,8 @@

Upgrade SBL -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/boot-micropython.html b/how-tos/boot-micropython.html index eaa398fa..4368c66c 100644 --- a/how-tos/boot-micropython.html +++ b/how-tos/boot-micropython.html @@ -247,8 +247,8 @@

How to Enable MicroPython for Other Platforms -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/boot-netboot.html b/how-tos/boot-netboot.html index 8e89923c..76363eeb 100644 --- a/how-tos/boot-netboot.html +++ b/how-tos/boot-netboot.html @@ -211,8 +211,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/boot-pxe-uboot.html b/how-tos/boot-pxe-uboot.html index 88e51f7e..7a326970 100644 --- a/how-tos/boot-pxe-uboot.html +++ b/how-tos/boot-pxe-uboot.html @@ -246,8 +246,8 @@

U-Boot Shell PXE Boot Commands -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/boot-ubuntu.html b/how-tos/boot-ubuntu.html index ffecabc1..ebd22936 100644 --- a/how-tos/boot-ubuntu.html +++ b/how-tos/boot-ubuntu.html @@ -283,8 +283,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/boot-vxworks.html b/how-tos/boot-vxworks.html index bf76c830..261456a7 100644 --- a/how-tos/boot-vxworks.html +++ b/how-tos/boot-vxworks.html @@ -308,8 +308,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/boot-windows.html b/how-tos/boot-windows.html index c45c37a2..933cf505 100644 --- a/how-tos/boot-windows.html +++ b/how-tos/boot-windows.html @@ -217,8 +217,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/boot-with-linux-payload.html b/how-tos/boot-with-linux-payload.html index 70b857db..8743b396 100644 --- a/how-tos/boot-with-linux-payload.html +++ b/how-tos/boot-with-linux-payload.html @@ -584,8 +584,8 @@

PXE Booting -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/boot-with-u-boot-payload.html b/how-tos/boot-with-u-boot-payload.html index e3cce47c..12746eb9 100644 --- a/how-tos/boot-with-u-boot-payload.html +++ b/how-tos/boot-with-u-boot-payload.html @@ -326,8 +326,8 @@

Build Instruction to use ELF U-Boot -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/boot-zephyr.html b/how-tos/boot-zephyr.html index 4417b411..da4336d4 100644 --- a/how-tos/boot-zephyr.html +++ b/how-tos/boot-zephyr.html @@ -259,8 +259,8 @@

QEMU
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/change-boot-option.html b/how-tos/change-boot-option.html index d5bc912b..c4790f99 100644 --- a/how-tos/change-boot-option.html +++ b/how-tos/change-boot-option.html @@ -255,8 +255,8 @@

Change at Runtime -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/collect-time-logs.html b/how-tos/collect-time-logs.html index f1ba502a..c83dbf9e 100644 --- a/how-tos/collect-time-logs.html +++ b/how-tos/collect-time-logs.html @@ -143,8 +143,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/configure-memory-down.html b/how-tos/configure-memory-down.html index 17db91b5..baf658c6 100644 --- a/how-tos/configure-memory-down.html +++ b/how-tos/configure-memory-down.html @@ -183,8 +183,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/configure_gpio.html b/how-tos/configure_gpio.html index 65a16cb6..7da2de96 100644 --- a/how-tos/configure_gpio.html +++ b/how-tos/configure_gpio.html @@ -231,8 +231,8 @@

Run GenGpioData Tool
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/create-container-boot-image.html b/how-tos/create-container-boot-image.html index 47e6fc84..d7799ef3 100644 --- a/how-tos/create-container-boot-image.html +++ b/how-tos/create-container-boot-image.html @@ -236,8 +236,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/create-ias-boot-image.html b/how-tos/create-ias-boot-image.html index 507b1c1a..f56cfb56 100644 --- a/how-tos/create-ias-boot-image.html +++ b/how-tos/create-ias-boot-image.html @@ -233,8 +233,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/customize-build.html b/how-tos/customize-build.html index 2c51c801..dae160ed 100644 --- a/how-tos/customize-build.html +++ b/how-tos/customize-build.html @@ -136,8 +136,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/enable-intel-tcc.html b/how-tos/enable-intel-tcc.html index 381ff9a3..9938f57e 100644 --- a/how-tos/enable-intel-tcc.html +++ b/how-tos/enable-intel-tcc.html @@ -396,8 +396,8 @@

Step 5: Trigger firmware update -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/enable-intel-tsn.html b/how-tos/enable-intel-tsn.html index f0eebbba..b5d2d43d 100644 --- a/how-tos/enable-intel-tsn.html +++ b/how-tos/enable-intel-tsn.html @@ -374,8 +374,8 @@

Step 5: Trigger firmware update -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/enable-pre-os-payload.html b/how-tos/enable-pre-os-payload.html index be7d554e..b84eee02 100644 --- a/how-tos/enable-pre-os-payload.html +++ b/how-tos/enable-pre-os-payload.html @@ -146,8 +146,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/enable-tsn-gbe-sgmii.html b/how-tos/enable-tsn-gbe-sgmii.html index 88537071..ccc09ebf 100644 --- a/how-tos/enable-tsn-gbe-sgmii.html +++ b/how-tos/enable-tsn-gbe-sgmii.html @@ -236,8 +236,8 @@

Update configuration data directly on delta file -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/enable-verified-boot.html b/how-tos/enable-verified-boot.html index 1a33ceb1..a75bd79f 100644 --- a/how-tos/enable-verified-boot.html +++ b/how-tos/enable-verified-boot.html @@ -139,8 +139,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/index.html b/how-tos/index.html index 141ab661..01e3191a 100644 --- a/how-tos/index.html +++ b/how-tos/index.html @@ -241,8 +241,8 @@

How-Tos -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/integrate-multiple-payloads.html b/how-tos/integrate-multiple-payloads.html index 5ee72388..4fac7262 100644 --- a/how-tos/integrate-multiple-payloads.html +++ b/how-tos/integrate-multiple-payloads.html @@ -186,8 +186,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/how-tos/reduce-debug-message.html b/how-tos/reduce-debug-message.html index f3c7e602..1206326a 100644 --- a/how-tos/reduce-debug-message.html +++ b/how-tos/reduce-debug-message.html @@ -135,8 +135,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/index.html b/index.html index e0573ffd..370fdb1e 100644 --- a/index.html +++ b/index.html @@ -115,8 +115,8 @@

Slim Bootloader Project Documentation -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/introduction/index.html b/introduction/index.html index 1cdc3caa..9b51cd6a 100644 --- a/introduction/index.html +++ b/introduction/index.html @@ -184,8 +184,8 @@

Features -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/references/references.html b/references/references.html index 0c69db09..18d83f22 100644 --- a/references/references.html +++ b/references/references.html @@ -107,8 +107,8 @@

References and Links
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/references/terminology.html b/references/terminology.html index 5721c313..3c3de7d6 100644 --- a/references/terminology.html +++ b/references/terminology.html @@ -121,8 +121,8 @@

Terminology and Acronyms -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/search.html b/search.html index a4d0b7ec..c48f2f0b 100644 --- a/search.html +++ b/search.html @@ -106,8 +106,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/security/boot-guard.html b/security/boot-guard.html index 7d7f6d39..0292bc68 100644 --- a/security/boot-guard.html +++ b/security/boot-guard.html @@ -125,8 +125,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/security/container-security.html b/security/container-security.html index 0285ed1a..956eb0b2 100644 --- a/security/container-security.html +++ b/security/container-security.html @@ -211,8 +211,8 @@

Container Firmware -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/security/firmware-resiliency-and-recovery.html b/security/firmware-resiliency-and-recovery.html index 77a0c995..f5d58c55 100644 --- a/security/firmware-resiliency-and-recovery.html +++ b/security/firmware-resiliency-and-recovery.html @@ -231,8 +231,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/security/firmware-update.html b/security/firmware-update.html index be194563..bbcc9857 100644 --- a/security/firmware-update.html +++ b/security/firmware-update.html @@ -637,8 +637,8 @@

Firmware Update Status
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/security/index.html b/security/index.html index 1f41ff43..67f96a1d 100644 --- a/security/index.html +++ b/security/index.html @@ -152,8 +152,8 @@

Security Features -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/security/key-management.html b/security/key-management.html index 8e524aed..04f6e4df 100644 --- a/security/key-management.html +++ b/security/key-management.html @@ -286,8 +286,8 @@

Build Environment Configuration for Key ID usage -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/security/measured-boot.html b/security/measured-boot.html index 7f899cbf..9477f9e1 100644 --- a/security/measured-boot.html +++ b/security/measured-boot.html @@ -123,8 +123,8 @@

Measured Boot -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/security/verified-boot.html b/security/verified-boot.html index f1d8eaea..68392c57 100644 --- a/security/verified-boot.html +++ b/security/verified-boot.html @@ -145,8 +145,8 @@

Verified Boot FLow -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/specs/config.html b/specs/config.html index 238a6d6e..daf78446 100644 --- a/specs/config.html +++ b/specs/config.html @@ -1131,8 +1131,8 @@

Configuration Process
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/specs/index.html b/specs/index.html index 1eb7a93f..2357903a 100644 --- a/specs/index.html +++ b/specs/index.html @@ -109,8 +109,8 @@

Specifications -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/adl-rvp.html b/supported-hardware/adl-rvp.html index 8fc1f223..0f0ac047 100644 --- a/supported-hardware/adl-rvp.html +++ b/supported-hardware/adl-rvp.html @@ -371,8 +371,8 @@

Booting Yocto Linux -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/apollo-lake-crb.html b/supported-hardware/apollo-lake-crb.html index 047b6c6e..72fb1a32 100644 --- a/supported-hardware/apollo-lake-crb.html +++ b/supported-hardware/apollo-lake-crb.html @@ -262,8 +262,8 @@

Board ID Assignments
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/cfl-crb.html b/supported-hardware/cfl-crb.html index dcfc5e70..2c567440 100644 --- a/supported-hardware/cfl-crb.html +++ b/supported-hardware/cfl-crb.html @@ -314,8 +314,8 @@

Board ID Assignments
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/cml-rvp.html b/supported-hardware/cml-rvp.html index b9c2f7b6..8c1d67e5 100644 --- a/supported-hardware/cml-rvp.html +++ b/supported-hardware/cml-rvp.html @@ -357,8 +357,8 @@

Board ID Assignments
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/ehl-crb.html b/supported-hardware/ehl-crb.html index 39ddfdcb..bd3c38b1 100644 --- a/supported-hardware/ehl-crb.html +++ b/supported-hardware/ehl-crb.html @@ -344,8 +344,8 @@

Latest Milestone Release -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/icdx-crb.html b/supported-hardware/icdx-crb.html index 3f4bcb52..7c344e9c 100644 --- a/supported-hardware/icdx-crb.html +++ b/supported-hardware/icdx-crb.html @@ -335,8 +335,8 @@

Booting Yocto Linux -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/index.html b/supported-hardware/index.html index e75df24a..b731663a 100644 --- a/supported-hardware/index.html +++ b/supported-hardware/index.html @@ -147,8 +147,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/mtl-mcl.html b/supported-hardware/mtl-mcl.html index 5eb433a4..9e93c473 100644 --- a/supported-hardware/mtl-mcl.html +++ b/supported-hardware/mtl-mcl.html @@ -235,8 +235,8 @@

Flashing -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/mtl-rvp.html b/supported-hardware/mtl-rvp.html index 8ebe324f..94db56a1 100644 --- a/supported-hardware/mtl-rvp.html +++ b/supported-hardware/mtl-rvp.html @@ -338,8 +338,8 @@

Booting Yocto Linux -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/qemu.html b/supported-hardware/qemu.html index a6678720..963fcd73 100644 --- a/supported-hardware/qemu.html +++ b/supported-hardware/qemu.html @@ -226,8 +226,8 @@

Boot to a Container Image on QEMU -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/qsp.html b/supported-hardware/qsp.html index 4a096767..c839601f 100644 --- a/supported-hardware/qsp.html +++ b/supported-hardware/qsp.html @@ -217,8 +217,8 @@

Boot to Shell on QSP Simics -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/raptor-lake.html b/supported-hardware/raptor-lake.html index f1126130..50de2918 100644 --- a/supported-hardware/raptor-lake.html +++ b/supported-hardware/raptor-lake.html @@ -323,8 +323,8 @@

Booting Yocto Linux -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/tgl-rvp.html b/supported-hardware/tgl-rvp.html index 534f6d5a..de3554fc 100644 --- a/supported-hardware/tgl-rvp.html +++ b/supported-hardware/tgl-rvp.html @@ -341,8 +341,8 @@

Board ID Assignments
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/up2-6000.html b/supported-hardware/up2-6000.html index 8eedfdb9..f9e5e568 100644 --- a/supported-hardware/up2-6000.html +++ b/supported-hardware/up2-6000.html @@ -243,8 +243,8 @@

Flashing -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/up2.html b/supported-hardware/up2.html index 6773a016..30bf1a57 100644 --- a/supported-hardware/up2.html +++ b/supported-hardware/up2.html @@ -269,8 +269,8 @@

Flashing -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/up7000adln50.html b/supported-hardware/up7000adln50.html index 4d74af2b..ae8e3cc9 100644 --- a/supported-hardware/up7000adln50.html +++ b/supported-hardware/up7000adln50.html @@ -244,8 +244,8 @@

Flashing -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/upxtreme.html b/supported-hardware/upxtreme.html index 70ad5726..f8202ea4 100644 --- a/supported-hardware/upxtreme.html +++ b/supported-hardware/upxtreme.html @@ -315,8 +315,8 @@

Board ID Assignments
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/upxtremei11.html b/supported-hardware/upxtremei11.html index 0cd6f215..123daaac 100644 --- a/supported-hardware/upxtremei11.html +++ b/supported-hardware/upxtremei11.html @@ -243,8 +243,8 @@

Flashing -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/upxtremei12.html b/supported-hardware/upxtremei12.html index 4511271d..949db7b0 100644 --- a/supported-hardware/upxtremei12.html +++ b/supported-hardware/upxtremei12.html @@ -252,8 +252,8 @@

Flashing -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/upxtremei12rplp.html b/supported-hardware/upxtremei12rplp.html index d39e760b..b9957799 100644 --- a/supported-hardware/upxtremei12rplp.html +++ b/supported-hardware/upxtremei12rplp.html @@ -252,8 +252,8 @@

Flashing -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/supported-hardware/whl-crb.html b/supported-hardware/whl-crb.html index f40fb77c..17fe3587 100644 --- a/supported-hardware/whl-crb.html +++ b/supported-hardware/whl-crb.html @@ -314,8 +314,8 @@

Board ID Assignments
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tools/BuildTool.html b/tools/BuildTool.html index a85b7b6b..b342b46a 100644 --- a/tools/BuildTool.html +++ b/tools/BuildTool.html @@ -225,8 +225,8 @@

Working -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tools/ConfigTools.html b/tools/ConfigTools.html index 185f5f7f..9df2a9da 100644 --- a/tools/ConfigTools.html +++ b/tools/ConfigTools.html @@ -189,8 +189,8 @@

Usage
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tools/GenContainer.html b/tools/GenContainer.html index ce84f67e..156c37bb 100644 --- a/tools/GenContainer.html +++ b/tools/GenContainer.html @@ -445,8 +445,8 @@

Tool Usage -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tools/GpioTool.html b/tools/GpioTool.html index bba6bf9c..5b0d1f08 100644 --- a/tools/GpioTool.html +++ b/tools/GpioTool.html @@ -306,8 +306,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tools/StitchTool.html b/tools/StitchTool.html index 022ea2cc..93ce0f15 100644 --- a/tools/StitchTool.html +++ b/tools/StitchTool.html @@ -163,8 +163,8 @@

IFWI Image vs. SBL BIOS Image -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tools/UcodeUtility.html b/tools/UcodeUtility.html index 769702a4..a8c3acc4 100644 --- a/tools/UcodeUtility.html +++ b/tools/UcodeUtility.html @@ -125,8 +125,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tools/index.html b/tools/index.html index 808e879b..8abc884b 100644 --- a/tools/index.html +++ b/tools/index.html @@ -120,8 +120,8 @@

Tools
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tutorials/ex_boot_to_linux.html b/tutorials/ex_boot_to_linux.html index 23cce2bb..1d82e119 100644 --- a/tutorials/ex_boot_to_linux.html +++ b/tutorials/ex_boot_to_linux.html @@ -160,8 +160,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tutorials/ex_build_sbl_for_qemu.html b/tutorials/ex_build_sbl_for_qemu.html index dda5987e..305695dd 100644 --- a/tutorials/ex_build_sbl_for_qemu.html +++ b/tutorials/ex_build_sbl_for_qemu.html @@ -152,8 +152,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tutorials/ex_corrupt_sbl_component.html b/tutorials/ex_corrupt_sbl_component.html index 4717010b..417fb0ef 100644 --- a/tutorials/ex_corrupt_sbl_component.html +++ b/tutorials/ex_corrupt_sbl_component.html @@ -442,8 +442,8 @@

IBB Corruption Example
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tutorials/ex_debug_sbl_on_qemu_with_gdb.html b/tutorials/ex_debug_sbl_on_qemu_with_gdb.html index 18713c0d..1810675a 100644 --- a/tutorials/ex_debug_sbl_on_qemu_with_gdb.html +++ b/tutorials/ex_debug_sbl_on_qemu_with_gdb.html @@ -272,8 +272,8 @@

Transit Stage2 to Payload -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tutorials/ex_feature_custom_boot_order.html b/tutorials/ex_feature_custom_boot_order.html index fdfbf2c6..920832ef 100644 --- a/tutorials/ex_feature_custom_boot_order.html +++ b/tutorials/ex_feature_custom_boot_order.html @@ -183,8 +183,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tutorials/ex_feature_custom_splash.html b/tutorials/ex_feature_custom_splash.html index d0754d61..0cadf045 100644 --- a/tutorials/ex_feature_custom_splash.html +++ b/tutorials/ex_feature_custom_splash.html @@ -166,8 +166,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tutorials/ex_feature_custom_verified_boot.html b/tutorials/ex_feature_custom_verified_boot.html index 0dfdb680..4811002f 100644 --- a/tutorials/ex_feature_custom_verified_boot.html +++ b/tutorials/ex_feature_custom_verified_boot.html @@ -208,8 +208,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tutorials/ex_run_sbl_on_qemu.html b/tutorials/ex_run_sbl_on_qemu.html index a4979802..bf4bd156 100644 --- a/tutorials/ex_run_sbl_on_qemu.html +++ b/tutorials/ex_run_sbl_on_qemu.html @@ -154,8 +154,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tutorials/ex_sbl_shell_cli.html b/tutorials/ex_sbl_shell_cli.html index a916eda3..b900809d 100644 --- a/tutorials/ex_sbl_shell_cli.html +++ b/tutorials/ex_sbl_shell_cli.html @@ -183,8 +183,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tutorials/ex_uefi_payload.html b/tutorials/ex_uefi_payload.html index 0687d47a..c3f3e51a 100644 --- a/tutorials/ex_uefi_payload.html +++ b/tutorials/ex_uefi_payload.html @@ -159,8 +159,8 @@
-

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

diff --git a/tutorials/index.html b/tutorials/index.html index 45c7ff0d..c18fe6eb 100644 --- a/tutorials/index.html +++ b/tutorials/index.html @@ -143,8 +143,8 @@

Tutorials -

© Copyright 2018 - 2024, Intel Corporation. - Last updated on Dec 16, 2024. +

© Copyright 2018 - 2025, Intel Corporation. + Last updated on Mar 04, 2025.

From 7840950a99a46b78be3bb1cd62e48fd5d6781340 Mon Sep 17 00:00:00 2001 From: "Yugendran Sreetharan (via Travis CI)" Date: Thu, 6 Mar 2025 06:57:05 +0000 Subject: [PATCH 03/28] Deploy slimbootloader/documentation to github.com/slimbootloader/slimbootloader.github.io.git:master --- _sources/supported-hardware/arl-rvp.rst.txt | 191 +++++++++ developer-guides/boot-flow.html | 2 +- developer-guides/boot-options.html | 2 +- developer-guides/boot-performance.html | 2 +- developer-guides/bootimage.html | 2 +- developer-guides/build-system.html | 2 +- developer-guides/configuration.html | 2 +- developer-guides/contributions.html | 2 +- developer-guides/debugging-with-cca.html | 2 +- developer-guides/debugging-with-udk.html | 2 +- developer-guides/flash-boot.html | 2 +- developer-guides/flashmap.html | 2 +- developer-guides/fsp.html | 2 +- developer-guides/index.html | 2 +- developer-guides/ingredients-update.html | 2 +- developer-guides/logging.html | 2 +- developer-guides/memory-map.html | 2 +- developer-guides/osloader.html | 2 +- developer-guides/payload.html | 2 +- developer-guides/shell.html | 2 +- developer-guides/source-tree.html | 2 +- developer-guides/stitching-ifwi.html | 2 +- developer-guides/versioning.html | 2 +- genindex.html | 2 +- getting-started/build-host-setup.html | 2 +- getting-started/build-source.html | 2 +- getting-started/index.html | 2 +- getting-started/misc-build-setup.html | 2 +- how-tos/add-fastboot.html | 2 +- how-tos/add-new-library.html | 2 +- how-tos/add-new-payload.html | 2 +- how-tos/boot-acrn.html | 2 +- how-tos/boot-micropython.html | 2 +- how-tos/boot-netboot.html | 2 +- how-tos/boot-pxe-uboot.html | 2 +- how-tos/boot-ubuntu.html | 2 +- how-tos/boot-vxworks.html | 2 +- how-tos/boot-windows.html | 2 +- how-tos/boot-with-linux-payload.html | 2 +- how-tos/boot-with-u-boot-payload.html | 2 +- how-tos/boot-zephyr.html | 2 +- how-tos/change-boot-option.html | 2 +- how-tos/collect-time-logs.html | 2 +- how-tos/configure-memory-down.html | 2 +- how-tos/configure_gpio.html | 2 +- how-tos/create-container-boot-image.html | 2 +- how-tos/create-ias-boot-image.html | 2 +- how-tos/customize-build.html | 2 +- how-tos/enable-intel-tcc.html | 2 +- how-tos/enable-intel-tsn.html | 2 +- how-tos/enable-pre-os-payload.html | 2 +- how-tos/enable-tsn-gbe-sgmii.html | 2 +- how-tos/enable-verified-boot.html | 2 +- how-tos/index.html | 2 +- how-tos/integrate-multiple-payloads.html | 2 +- how-tos/reduce-debug-message.html | 2 +- index.html | 2 +- introduction/index.html | 2 +- objects.inv | Bin 4357 -> 4372 bytes references/references.html | 2 +- references/terminology.html | 2 +- search.html | 2 +- searchindex.js | 2 +- security/boot-guard.html | 2 +- security/container-security.html | 2 +- .../firmware-resiliency-and-recovery.html | 2 +- security/firmware-update.html | 2 +- security/index.html | 2 +- security/key-management.html | 2 +- security/measured-boot.html | 2 +- security/verified-boot.html | 2 +- specs/config.html | 2 +- specs/index.html | 2 +- supported-hardware/adl-rvp.html | 3 +- supported-hardware/apollo-lake-crb.html | 7 +- supported-hardware/arl-rvp.html | 369 ++++++++++++++++++ supported-hardware/cfl-crb.html | 7 +- supported-hardware/cml-rvp.html | 3 +- supported-hardware/ehl-crb.html | 3 +- supported-hardware/icdx-crb.html | 3 +- supported-hardware/index.html | 4 +- supported-hardware/mtl-mcl.html | 3 +- supported-hardware/mtl-rvp.html | 3 +- supported-hardware/qemu.html | 3 +- supported-hardware/qsp.html | 3 +- supported-hardware/raptor-lake.html | 3 +- supported-hardware/tgl-rvp.html | 3 +- supported-hardware/up2-6000.html | 3 +- supported-hardware/up2.html | 3 +- supported-hardware/up7000adln50.html | 3 +- supported-hardware/upxtreme.html | 3 +- supported-hardware/upxtremei11.html | 3 +- supported-hardware/upxtremei12.html | 3 +- supported-hardware/upxtremei12rplp.html | 3 +- supported-hardware/whl-crb.html | 3 +- tools/BuildTool.html | 2 +- tools/ConfigTools.html | 2 +- tools/GenContainer.html | 2 +- tools/GpioTool.html | 2 +- tools/StitchTool.html | 2 +- tools/UcodeUtility.html | 2 +- tools/index.html | 2 +- tutorials/ex_boot_to_linux.html | 2 +- tutorials/ex_build_sbl_for_qemu.html | 2 +- tutorials/ex_corrupt_sbl_component.html | 2 +- tutorials/ex_debug_sbl_on_qemu_with_gdb.html | 2 +- tutorials/ex_feature_custom_boot_order.html | 2 +- tutorials/ex_feature_custom_splash.html | 2 +- .../ex_feature_custom_verified_boot.html | 2 +- tutorials/ex_run_sbl_on_qemu.html | 2 +- tutorials/ex_sbl_shell_cli.html | 2 +- tutorials/ex_uefi_payload.html | 2 +- tutorials/index.html | 2 +- 113 files changed, 696 insertions(+), 114 deletions(-) create mode 100644 _sources/supported-hardware/arl-rvp.rst.txt create mode 100644 supported-hardware/arl-rvp.html diff --git a/_sources/supported-hardware/arl-rvp.rst.txt b/_sources/supported-hardware/arl-rvp.rst.txt new file mode 100644 index 00000000..62847dd0 --- /dev/null +++ b/_sources/supported-hardware/arl-rvp.rst.txt @@ -0,0 +1,191 @@ +.. arrow-lake-rvp: + +Arrow Lake Platforms +----------------------- + +.. note:: 15th Generation Intel\ |reg| Core\ |trade| Processor, formally known as |ARL| family. + +Supported Boards +^^^^^^^^^^^^^^^^^^^^^ + +|SPN| supports various platforms corresponding to |ARL|-H , |ARL|-U and |ARL|-S. + +Each |ARL| board is assigned with a unique platform ID. + + +-------------------------+---------------+----------------------+---------------+---------------+ + | Board | Platform ID | SPI Programmer | UART | PLAT | + +-------------------------+---------------+----------------------+---------------+---------------+ + | |ARLHU| DDR5 RVP | 0x0018 | J1G2 | J9B2 | arlh / arlu | + +-------------------------+---------------+----------------------+---------------+---------------+ + | |ARLHU| DDR5 CRB | 0x001A | J3H2 | J7A1 | arlh / arlu | + +-------------------------+---------------+----------------------+---------------+---------------+ + | |ARLHU| LPDDR5 | 0x0019 | J1G2 | J9B2 | arlh / arlu | + +-------------------------+---------------+----------------------+---------------+---------------+ + | |ARLS| DDR5 RVP S02 | 0x0017 | J2B4 | J6J3 | arls | + +-------------------------+---------------+----------------------+---------------+---------------+ + | |ARLS| DDR5 RVP S03 | 0x0016 | J122198 | J6J3 | arls | + +-------------------------+---------------+----------------------+---------------+---------------+ + | |ARLS| DDR5 RVP S04 | 0x0015 |Flash on SPI Socket | J6J3 | arls | + +-------------------------+---------------+----------------------+---------------+---------------+ + +Debug UART +^^^^^^^^^^^ + +For |ARL| platforms, serial port connector location can be found from the above table for each supported target board. + +.. note:: Configure host PuTTY or minicom to 115200bps, 8N1, no hardware flow control. + +Building +^^^^^^^^^^ + +To build |SPN| for any |ARL| platform:: + + python BuildLoader.py build + + = arlh / arlu / arls + +Note: The output images are generated under ``Outputs`` directory. + + +Stitching +^^^^^^^^^^ + +1. Gather |ARL| IFWI firmware image + + Users can either download the full IFWI image if the IFWI image release is available or read the existing IFWI image on the board using SPI programmer. + This image contains additional firmware ingredients that are required boot on |ARL|. + +.. note:: + ``StitchLoader.py`` currently does not support stitching with boot guard feature **enabled**. + To stitch with Boot Guard enabled, please use ``StitchIfwi.py``. + + +2. Stitch |SPN| images into downloaded BIOS image:: + + python Platform/ArrowlakeBoardPkg/Script/StitchLoader.py -i -s Outputs//SlimBootloader.bin -o + + where -i = Input file, -o = Output file, plat = arlh, arlu or arls + +For example, to stitch |SPN| IFWI image ``sbl_arlh_ifwi.bin`` from |ARLH| downloaded firmware images:: + + python Platform/ArrowlakeBoardPkg/Script/StitchLoader.py -i xxxx.bin -s Outputs/arlh/SlimBootloader.bin -o sbl_arlh_ifwi.bin + +For more details on stitch tool, see :ref:`stitch-tool` on how to stitch the IFWI image with |SPN|. + + +Flashing +^^^^^^^^^ + +Flash the generated ``sbl_arlh_ifwi.bin`` to the target board using a DediProg SF100 or SF600 programmer. + +.. note:: Refer the table above to identify the connector on the target board for SPI flash programmer. When using such device, please ensure: + + + #. The alignment/polarity when connecting Dediprog to the board. + #. The power to the board is turned **off** while the programmer is connected (even when not in use). + #. The programmer is set to update the flash from offset 0x0. + + +Capsule image for |ARL| +^^^^^^^^^^^^^^^^^^^^^^^^^^ + +The Slimbootloader.bin image generated from the build steps above can be used to create a capsule image. +Please refer to :ref:`build-tool` on generating |SPN| image. + +For all |ARL| platforms, the below command can be used:: + + python ./BootloaderCorePkg/Tools/GenCapsuleFirmware.py -p BIOS Outputs//SlimBootloader.bin -k -o FwuImage.bin + +For more details on generating capsule image, please refer :ref:`generate-capsule`. + + +Triggering Firmware Update +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +|SPN| for |ARL| uses BIT16 of PMC I/O register (Over-Clocking WDT Control (OC_WDT_CTL) - Offset 54h) to trigger firmware update. When BIT16 is set, |SPN| will set the boot mode to FLASH_UPDATE. +Please refer to :ref:`firmware-update` on how to trigger firmware update flow. +Below is an example: + +To trigger firmware update in |SPN| shell: + +1. Copy ``FwuImage.bin`` into root directory on FAT partition of a USB key + +2. Boot and press any key to enter |SPN| shell + +3. Type command ``fwupdate`` from shell + + |SPN| will reset the platform and initiate firmware update flow. The platform will reset *multiple* times to complete the update process. + + A sample boot messages from console:: + + Shell> fwupdate + ... + ============= Intel Slim Bootloader STAGE1A ============= + ... + ============= Intel Slim Bootloader STAGE1B ============= + ... + BOOT: BP0 + MODE: 18 + ... + ============= Intel Slim Bootloader STAGE2 ============= + ... + Jump to payload + ... + Starting Firmware Update + ... + =================Read Capsule Image============== + ... + ................ + Finished 1% + ... + Finished 99% + ... + ... + + Reset required to proceed with the firmware update. + + ============= Intel Slim Bootloader STAGE1A ============= + ... + ============= Intel Slim Bootloader STAGE1B ============= + ... + BOOT: BP1 + MODE: 18 + ... + ============= Intel Slim Bootloader STAGE2 ============= + ... + =================Read Capsule Image============== + ... + ................ + Finished 1% + ... + Finished 99% + Updating 0x002B1000, Size:0x0A000 + ............... + Finished 100% + Set next FWU state: 0x7C + Firmware Update status updated to reserved region + Set next FWU state: 0x77 + Reset required to proceed with the firmware update. + ... + ==================== OS Loader ==================== + + Starting Kernel ... + + +Booting Yocto Linux +^^^^^^^^^^^^^^^^^^^^^ + +You may need to change boot options to boot from USB. See :ref:`change-boot-options`. + +1. Download Yocto Linux +2. Create bootable USB key. For example: In Windows, Rufus can be used. In Linux, etcher app can be used. +3. Boot the bootable OS image from USB key on the board. + + +See :ref:`dynamic-platform-id` for more details. + +To customize board configurations in ``*.dlt`` file, make sure to specify ``PlatformId`` to the corresponding values for the board. + +See :ref:`configuration-tool` for more details. + + diff --git a/developer-guides/boot-flow.html b/developer-guides/boot-flow.html index 2ba5dd7f..76b2d78d 100644 --- a/developer-guides/boot-flow.html +++ b/developer-guides/boot-flow.html @@ -337,7 +337,7 @@

Platform Initialization

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/boot-options.html b/developer-guides/boot-options.html index 98dc0456..8e7111af 100644 --- a/developer-guides/boot-options.html +++ b/developer-guides/boot-options.html @@ -204,7 +204,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/boot-performance.html b/developer-guides/boot-performance.html index ce4d1074..f48264d5 100644 --- a/developer-guides/boot-performance.html +++ b/developer-guides/boot-performance.html @@ -242,7 +242,7 @@

FPDT Entry

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/bootimage.html b/developer-guides/bootimage.html index cb7b7640..8221ed81 100644 --- a/developer-guides/bootimage.html +++ b/developer-guides/bootimage.html @@ -142,7 +142,7 @@

Boot Image

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/build-system.html b/developer-guides/build-system.html index 32dd3be7..6d3b4e1a 100644 --- a/developer-guides/build-system.html +++ b/developer-guides/build-system.html @@ -463,7 +463,7 @@

Post Build Customization

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/configuration.html b/developer-guides/configuration.html index 1be0bc49..6c665dd2 100644 --- a/developer-guides/configuration.html +++ b/developer-guides/configuration.html @@ -520,7 +520,7 @@

Example configuration:

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/contributions.html b/developer-guides/contributions.html index 9ba8956c..7cdcf254 100644 --- a/developer-guides/contributions.html +++ b/developer-guides/contributions.html @@ -153,7 +153,7 @@

Coding Style

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/debugging-with-cca.html b/developer-guides/debugging-with-cca.html index 46dd4b88..394aa0d6 100644 --- a/developer-guides/debugging-with-cca.html +++ b/developer-guides/debugging-with-cca.html @@ -434,7 +434,7 @@

Debug steps

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/debugging-with-udk.html b/developer-guides/debugging-with-udk.html index cbcb1062..b47555e6 100644 --- a/developer-guides/debugging-with-udk.html +++ b/developer-guides/debugging-with-udk.html @@ -335,7 +335,7 @@

General Steps

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/flash-boot.html b/developer-guides/flash-boot.html index 70f70579..9ae3840b 100644 --- a/developer-guides/flash-boot.html +++ b/developer-guides/flash-boot.html @@ -220,7 +220,7 @@

Boot options for Boot from PDR.

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/flashmap.html b/developer-guides/flashmap.html index 9b2cfa65..07b40e36 100644 --- a/developer-guides/flashmap.html +++ b/developer-guides/flashmap.html @@ -287,7 +287,7 @@

Flash Components

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/fsp.html b/developer-guides/fsp.html index 4e1fc494..9c8b6c53 100644 --- a/developer-guides/fsp.html +++ b/developer-guides/fsp.html @@ -142,7 +142,7 @@

Firmware Support Package

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/index.html b/developer-guides/index.html index 322ec0ff..ce5d916f 100644 --- a/developer-guides/index.html +++ b/developer-guides/index.html @@ -239,7 +239,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/ingredients-update.html b/developer-guides/ingredients-update.html index 008d8cb2..6ae09357 100644 --- a/developer-guides/ingredients-update.html +++ b/developer-guides/ingredients-update.html @@ -152,7 +152,7 @@

Microcode upgrade

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/logging.html b/developer-guides/logging.html index 2e19ce61..5e0bceb2 100644 --- a/developer-guides/logging.html +++ b/developer-guides/logging.html @@ -190,7 +190,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/memory-map.html b/developer-guides/memory-map.html index f0dc051b..d7e3609a 100644 --- a/developer-guides/memory-map.html +++ b/developer-guides/memory-map.html @@ -301,7 +301,7 @@

FullMemoryAlloc

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/osloader.html b/developer-guides/osloader.html index 842e6b2b..f06f5175 100644 --- a/developer-guides/osloader.html +++ b/developer-guides/osloader.html @@ -145,7 +145,7 @@

OsLoader Boot Flow

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/payload.html b/developer-guides/payload.html index 7a8110b8..b0f489c4 100644 --- a/developer-guides/payload.html +++ b/developer-guides/payload.html @@ -178,7 +178,7 @@

Multiple Payload Support

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/shell.html b/developer-guides/shell.html index 30df144f..7e88d6f9 100644 --- a/developer-guides/shell.html +++ b/developer-guides/shell.html @@ -162,7 +162,7 @@

Shell Interface

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/source-tree.html b/developer-guides/source-tree.html index 3ec98de3..89a878f3 100644 --- a/developer-guides/source-tree.html +++ b/developer-guides/source-tree.html @@ -183,7 +183,7 @@

Source Tree Structure

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/stitching-ifwi.html b/developer-guides/stitching-ifwi.html index 7e3f40d1..3a3398fe 100644 --- a/developer-guides/stitching-ifwi.html +++ b/developer-guides/stitching-ifwi.html @@ -132,7 +132,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/developer-guides/versioning.html b/developer-guides/versioning.html index 14037e75..9ff73580 100644 --- a/developer-guides/versioning.html +++ b/developer-guides/versioning.html @@ -174,7 +174,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/genindex.html b/genindex.html index 4a1fd7ed..fde1cef8 100644 --- a/genindex.html +++ b/genindex.html @@ -99,7 +99,7 @@

Index

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/getting-started/build-host-setup.html b/getting-started/build-host-setup.html index 28dcff38..489e64dd 100644 --- a/getting-started/build-host-setup.html +++ b/getting-started/build-host-setup.html @@ -221,7 +221,7 @@

Build Tools Download - Windows

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/getting-started/build-source.html b/getting-started/build-source.html index 29588781..a1a33ade 100644 --- a/getting-started/build-source.html +++ b/getting-started/build-source.html @@ -175,7 +175,7 @@

Flash IFWI

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/getting-started/index.html b/getting-started/index.html index 33b6f258..0c486f4c 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -130,7 +130,7 @@

Getting Started

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/getting-started/misc-build-setup.html b/getting-started/misc-build-setup.html index a6065a76..e515c9ec 100644 --- a/getting-started/misc-build-setup.html +++ b/getting-started/misc-build-setup.html @@ -162,7 +162,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/add-fastboot.html b/how-tos/add-fastboot.html index 7377ac2b..6b7660ae 100644 --- a/how-tos/add-fastboot.html +++ b/how-tos/add-fastboot.html @@ -233,7 +233,7 @@

Load from SPI

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/add-new-library.html b/how-tos/add-new-library.html index c126c512..d76dad12 100644 --- a/how-tos/add-new-library.html +++ b/how-tos/add-new-library.html @@ -136,7 +136,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/add-new-payload.html b/how-tos/add-new-payload.html index a14fbed5..71f94c36 100644 --- a/how-tos/add-new-payload.html +++ b/how-tos/add-new-payload.html @@ -194,7 +194,7 @@

HelloWorld Payload

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/boot-acrn.html b/how-tos/boot-acrn.html index c3d7e464..8d8c4967 100644 --- a/how-tos/boot-acrn.html +++ b/how-tos/boot-acrn.html @@ -436,7 +436,7 @@

Upgrade SBL

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/boot-micropython.html b/how-tos/boot-micropython.html index 4368c66c..428de5ec 100644 --- a/how-tos/boot-micropython.html +++ b/how-tos/boot-micropython.html @@ -248,7 +248,7 @@

How to Enable MicroPython for Other Platforms

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/boot-netboot.html b/how-tos/boot-netboot.html index 76363eeb..6900be53 100644 --- a/how-tos/boot-netboot.html +++ b/how-tos/boot-netboot.html @@ -212,7 +212,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/boot-pxe-uboot.html b/how-tos/boot-pxe-uboot.html index 7a326970..b63fde68 100644 --- a/how-tos/boot-pxe-uboot.html +++ b/how-tos/boot-pxe-uboot.html @@ -247,7 +247,7 @@

U-Boot Shell PXE Boot Commands

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/boot-ubuntu.html b/how-tos/boot-ubuntu.html index ebd22936..f42cf3d2 100644 --- a/how-tos/boot-ubuntu.html +++ b/how-tos/boot-ubuntu.html @@ -284,7 +284,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/boot-vxworks.html b/how-tos/boot-vxworks.html index 261456a7..6985b41b 100644 --- a/how-tos/boot-vxworks.html +++ b/how-tos/boot-vxworks.html @@ -309,7 +309,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/boot-windows.html b/how-tos/boot-windows.html index 933cf505..91c1dcae 100644 --- a/how-tos/boot-windows.html +++ b/how-tos/boot-windows.html @@ -218,7 +218,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/boot-with-linux-payload.html b/how-tos/boot-with-linux-payload.html index 8743b396..e68bfae8 100644 --- a/how-tos/boot-with-linux-payload.html +++ b/how-tos/boot-with-linux-payload.html @@ -585,7 +585,7 @@

PXE Booting

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/boot-with-u-boot-payload.html b/how-tos/boot-with-u-boot-payload.html index 12746eb9..bfc3133e 100644 --- a/how-tos/boot-with-u-boot-payload.html +++ b/how-tos/boot-with-u-boot-payload.html @@ -327,7 +327,7 @@

Build Instruction to use ELF U-Boot

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/boot-zephyr.html b/how-tos/boot-zephyr.html index da4336d4..134ae444 100644 --- a/how-tos/boot-zephyr.html +++ b/how-tos/boot-zephyr.html @@ -260,7 +260,7 @@

QEMU

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/change-boot-option.html b/how-tos/change-boot-option.html index c4790f99..50f128c7 100644 --- a/how-tos/change-boot-option.html +++ b/how-tos/change-boot-option.html @@ -256,7 +256,7 @@

Change at Runtime

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/collect-time-logs.html b/how-tos/collect-time-logs.html index c83dbf9e..964d51af 100644 --- a/how-tos/collect-time-logs.html +++ b/how-tos/collect-time-logs.html @@ -144,7 +144,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/configure-memory-down.html b/how-tos/configure-memory-down.html index baf658c6..9b066f3b 100644 --- a/how-tos/configure-memory-down.html +++ b/how-tos/configure-memory-down.html @@ -184,7 +184,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/configure_gpio.html b/how-tos/configure_gpio.html index 7da2de96..21edc4fa 100644 --- a/how-tos/configure_gpio.html +++ b/how-tos/configure_gpio.html @@ -232,7 +232,7 @@

Run GenGpioData Tool

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/create-container-boot-image.html b/how-tos/create-container-boot-image.html index d7799ef3..124d2bca 100644 --- a/how-tos/create-container-boot-image.html +++ b/how-tos/create-container-boot-image.html @@ -237,7 +237,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/create-ias-boot-image.html b/how-tos/create-ias-boot-image.html index f56cfb56..d877eece 100644 --- a/how-tos/create-ias-boot-image.html +++ b/how-tos/create-ias-boot-image.html @@ -234,7 +234,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/customize-build.html b/how-tos/customize-build.html index dae160ed..aeaab093 100644 --- a/how-tos/customize-build.html +++ b/how-tos/customize-build.html @@ -137,7 +137,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/enable-intel-tcc.html b/how-tos/enable-intel-tcc.html index 9938f57e..2ba93792 100644 --- a/how-tos/enable-intel-tcc.html +++ b/how-tos/enable-intel-tcc.html @@ -397,7 +397,7 @@

Step 5: Trigger firmware update

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/enable-intel-tsn.html b/how-tos/enable-intel-tsn.html index b5d2d43d..306b1f5b 100644 --- a/how-tos/enable-intel-tsn.html +++ b/how-tos/enable-intel-tsn.html @@ -375,7 +375,7 @@

Step 5: Trigger firmware update

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/enable-pre-os-payload.html b/how-tos/enable-pre-os-payload.html index b84eee02..9f29f451 100644 --- a/how-tos/enable-pre-os-payload.html +++ b/how-tos/enable-pre-os-payload.html @@ -147,7 +147,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/enable-tsn-gbe-sgmii.html b/how-tos/enable-tsn-gbe-sgmii.html index ccc09ebf..df303eb3 100644 --- a/how-tos/enable-tsn-gbe-sgmii.html +++ b/how-tos/enable-tsn-gbe-sgmii.html @@ -237,7 +237,7 @@

Update configuration data directly on delta file

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/enable-verified-boot.html b/how-tos/enable-verified-boot.html index a75bd79f..50ad65a0 100644 --- a/how-tos/enable-verified-boot.html +++ b/how-tos/enable-verified-boot.html @@ -140,7 +140,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/index.html b/how-tos/index.html index 01e3191a..c7d71d48 100644 --- a/how-tos/index.html +++ b/how-tos/index.html @@ -242,7 +242,7 @@

How-Tos

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/integrate-multiple-payloads.html b/how-tos/integrate-multiple-payloads.html index 4fac7262..8c931a35 100644 --- a/how-tos/integrate-multiple-payloads.html +++ b/how-tos/integrate-multiple-payloads.html @@ -187,7 +187,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/how-tos/reduce-debug-message.html b/how-tos/reduce-debug-message.html index 1206326a..4d5468e1 100644 --- a/how-tos/reduce-debug-message.html +++ b/how-tos/reduce-debug-message.html @@ -136,7 +136,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/index.html b/index.html index 370fdb1e..48688851 100644 --- a/index.html +++ b/index.html @@ -116,7 +116,7 @@

Slim Bootloader Project Documentation

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/introduction/index.html b/introduction/index.html index 9b51cd6a..9debac9a 100644 --- a/introduction/index.html +++ b/introduction/index.html @@ -185,7 +185,7 @@

Features

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/objects.inv b/objects.inv index 1e4ad766dca0cc96b07a59ac407917a8c092effa..02b338ffa58aa003982b490b829f6439c0a84879 100644 GIT binary patch delta 4242 zcmV;D5N+>;B9tPKs(%4U%i2?3BQKGM$fM**(v2SyAOVolY)-bp?ys95(C9xnPSa=; zvwB^Yb;#=U`#fHgJdECjyYdj#C3_od6o1~;`~1xx!;3TxZxq+Esj8CJ0TLGE5arpL z#`Ne$(};Ay59AQuiDAUbifzQ!d6bkz9cKlhCSXclNM2TiMt|ETO9^|sZn8X$*pby_ zufYOL7#HF4@-Cbyq#&-!JTId>ekM^u*CsL(??cjP7t{0*Q}VV)-@^0Z@D7H<*~4Xc zSpowKa8{x?p@n@4+Q$m!5@+#Z_V6M6;RrAElChEskWF45#$H>|8E7{!ARx94=+t{b zk~B1{k8e8ygMaxJM+EmiOK4dg>s{%48I8&Sy2tSa9~W>1@hmi*Lcx5H3~$55&(|UU z^^n!O@ag(y9xmczUdB?>vZ}MPU{hvGk{YUh6k`IbdL>aaqG(H_U{FC0^|+&DvjrU^ z{->d3vu=vI@xTfKL$xP9r1M8)zfVRNZBxD1ad0CnD1V8vg4J=JlT-qS8(Qu|a(_P) zB3@n(C4FWd9VLaKwhpd8$!hC^*}b1uw8eG1<5Whwj^@f zR<(eKgslMn#I&!HdRt}X2rPfYhLRQ1D#+W#{39F&vm5v^lN2$c1PL6)B&nl1+mk3S zw@%m|S*vVZ)gVopaCjQxrvcbKsl~xhU#jsb-secyO)+rG8UD0TGt2dk_GDkuV+1Cz z7=M`oozz?asPH|17+%3c1#Q{rgKd%Mv)68QV2svB4q(o&@F)zXaFgW(OepN5-uSrJ zVv%kPMI1W zQA6a4L&CXC*jEbGfDEy>?KlXgw5e*?!M%N3H()ih7^aK7t|Zk8j@T8FmIWzVpH7GP zhJv?*c0mrJG@SH5>4G>nXp)0_eXh`%csNtzPZI7MIHc<=vB;;e>`50W30s`;℘W zEN+HY2~N_5Ou{bmrKIF#F`FvMB<;zVUo0)?7$kcAJQYdy{5uJX!K8BSl7`jgKKl(0 zDegbmH8qJ^I5jMMk3cTe2-m&M%bnx`T?ry|8gZuxoS?@#f(uOKwFgM(fB*R}CiXz! zc7!-`S|$_RB`uot#!};udeCLM1b=pV_?z3gA|d188nGr|(T&=LbPLyq-mO`EnR-98 zAG5zAOqbYyTzQd)2V3tz@|)Q)?4Ch(8r}hKO4iMGi*W{z%aSDaiW-s&c}pIagm*{} zOI{L*cyV6TB>(2&PvP>@V>p{#j4IKj&!;E>WcboHZrM(9wJO&+sd)PLp|TpDy_ z+T!DZY$mkxOUzG?1yPG^)w+OdcUeL~}O|xk* z^%TM;I3-!sR4H11KYX8D$eMTKVN*d=X_E!f0{_%L0g^_b-ibekNYbAl`&1p7z>}W7 z^=p+3k2;wobpa|O0r!#J@qfRDVEVc1!qSgjb<$e4KHHHz_X2SWxwkkm?jpL0ZAM!p zCZd`W|995tj9vSPjLVuf35E$4d>+Z;rq4Eq%rC+ql~P3VV1Dy??m8u22xVX{$JS9t zCXhe1e+TKYi1%3%Re40ugCG)#^R?;q&gAaLH^W##j!nPnGS!)L2!kR>EyU#MO z5QDNO<8k>Ryj@?1%iH_;TtUNU$~GCizdKoMqwGO{lFzt>7tpw_Hqx#}lrV?@NRb?Q zKuk$e0^HG&)E{Frgn#4LZteF&%fN&B2gwkSS3;AF5mdb{c~;dE+aT4dE?1nc6(%9V ze?;OOQ<>5Z9DN{&hhR;9A^XNB04aIs1hgw8wn|aS&k(4>pRVtpT2V590)#g9IyY9+ zCCa!><^d#OE0p^afKe8xF}e%ebnOw#>A6q{n~`OOJS$+b$$#d~2A2$*7++R6B)3X};=6Jln*uj7^P=J<;jGG!{SmqBim-}%Ad|Ha^rvXB zlt~luh!?BLKlU z*$U`v@CeP1=zq7fyLk)VkWFT_;08ESt@_qm!#3(YoA^sFtj-|PDAR@?QfBCTL&=v0 zHd=lRFW588?N1G1BCz~F8_-d^*#c>vsYjgVkm~49d^ix%Kpr2DJ7CAC6}V&?d3U@x=nN>)dV)Qu4ajM3^TgX`iY zqh+zjgT`0N8^_m5euIKvpJNclSqTKzt#|}T{LuhwpRpv8DvZrUpH@aiFbXy)E=bw1 z@58Gyd4C3Hxi4rnw5}HKwKJ?e_K36dgY{EJ>n6@y2YM)pjn|33$l!S>2bh-``1kBT z{|%-ZhWbaRMv>>?<`&~+d9wkR2+J|QZ&6Z5{pnpZk24?mT*}I2a?Kw`oehbgAfydUS z^}#q{^gfxfE}4-A z7>^8VuZ*)(X2{%#;?5*NChb6ycrDMz(|T!aGPF(_qmRbjtzd(4^fXvI8l0U4R$y!U zfq$#{z}pF6hj+CMI2s1*-4wq%+=X5b-p~D2Y#5ZvuEoR+rTF_9)AdcA7JRQWExLRwmc%)H+h{^IDImaZbx#G zcZ-1&g!hu5OUx?}N+60R5zj7xkzmZRH*9o5$^(BA@+YBu!h*s3Ywx|xvpt_JS)y3b z@>ei|=&Cp9=n0dd)n-<*1~Xa$w^noBnBxM;R^b_&|3NNy>;%VR&tu(r{*Nu=cbNU+SMMgzU_ z=2ly;y#a=*zG2k3;*rKG<*}hZJh29uZ}=$xJCY!duv3#((em~9mBIu@Pu7ADE(I2d zEK^GwqJnvq4`iGSOCcvRAyJgDh=0ps;0H}Nc~D5R<;BNtWSjzSo4$Kk|xKI`}X&%v;`H0y_PPdNo_+5V3uLB z=;?#WXS|q+8yrvGvyrKENz9aWpe>@2)g^*NbCEgEn!ze_o;IMH{k)-MLw_iITY}8$ zSKTOD3DgPJGGM+I0*_|{uqJe$6(!h{qXSW+kS>$Pf|wT&Hy6h}!saAq=YN?8!5_Xb zS>q9&BW(&S2ICgC)Z|Y@@5mJPmiAHp5-<|e{`Cnl zCS5`Ce1XxFX(sP>VX$&K2e`bPNuAAvcTcES%ECRomN}G7hPuCqJ!Lnr2`?u*vw9$nxe#z z@IP8gXPjrJXuE8*&`w|T210)?SUUd&&2WypVaW*tATo(XE=hEF|DLTqJ+*j)k~6t4 z`j_AN$)}R_n@>qOn49d5}6xXzd|;0fy{k7YD|W9 zhsu6~%H4N10mYND%=uR1gnzJEnOamnxNJlZGu2&|-% zrZl;Ou_Bza9F4PcI*@7nGfFCDrE5}7*-mYl)(zYiX&v=gd%1NCRCP1^i?0?=8dr5m z`Ia7$p;5{}gbz%Zm3lj6#wC@ENV2W6U*3(=RPRS%)m7*4Y4P5R6aDSmZ@(P}<76Eo zXY#;)2hYJW7k_^phwexfe7O7qjv{Q81ua8-9A2lqfa4VRT2pXWMnws-R?N?WYZNzo z_iiFIQ1;Q0d4h!ZlO?<#N_am>02 z4a>7gOn(+DrYtSi#xYojY|DI87N@m;UzG!UEmQ5nWW|biAs$!THnVh!o+wlRL>d5g z&V}#3=hA6>2n9vhQErL8Bm4h{u%EbafSG5m3ZSBOIsC_NBk>l1 z^?xF+7EP4iAXciQDk}ze3??8)9Bi^yxvi|aBBwFKljdJW)( ze(xiUdrnrei=ujp8gY~ma5A2b;VvmK o<&}riDHQ8n{&feUz3aaKrCk8l17n{y2MhBmt|K`9A6hx6n~*l?_j$Y~c^JJ5cjX~!O8PcdDE_=__W7GXh8JlX-bk)xTUBM<1V~trLzHLh zIo%~C?&uG=h6BYLC_ z*(kDp1D)N37?^7kQWw2SNX5ZC1GfWCug!{HqahqH&v z@UjF38sMx%aZ(rdDd-+cm`j|+i`m16@P{M3&`UX+ZZlzF^}Vt{|R;rcy|l4}#%sxcK=x zWPcvAW*0tP-^{~Be9X&OXj)cHRu**1Yzb0L)sK9PV^yytYDX09Xe10O$et=%Q___bLuT<>38rguZ2@kMO6? ziz7h-YdG50akV?uKwcLpF@k@>8GwYh2ofZlZ5lUlre#gCvnd0o$0pmN>~7i4Hrp%U zSu!4p;CdN1KYyRimZVuTm6Hu!0|Oit$tIt4ihl{Z9%Hj1gr8myWK$Em>rb&D*~P_{ zL~h$E7qCg#31Clj`zolnRaTC`vNvpNvO-!3dApc@gu`HV1OLnfMT{sx0!J}PnyAV4 zB+ARJ6Lvt>DH~S}NE0R;o`(2o0CrCre(={X)%X$W;DM(ZO3(C3$X6dF^w$#McF6!y_z zeB5iXNY{oUh8+QRG#E$hUoP(N!W*Or22V-MKH?d#K3q*IEUn1!xP=i3q}oXz$|;6H zn@{#A==|VlQ`Y;qp*E~rQgmLf1e@<;*nfqO;97E!I$O647fT!G-M8w7q7G)J zf`1mHn#dJ{gmanDuN0~PX<~1?aS&YBZPmaI9_-tu1*@6GFkR$zC8$<##IBIEEJ)G$ zbSlI*HF!&C7sMb+!%6>>Du{7|CONp*=L((ihch|;B;dY*L%PWli~JgvJ?R4_Zhwn2 z_Sx;0#m&$u!ASa$iQ7fCl%%{Yrc)*9qyriAi=_n}gG8^NCnL#$e=@E`gmMelt5)BxD?1Ayxz|`cb=(e&PDi`!%aB zQ}2iNV-8n@?h^ZtD=)Hnuni6*znLAw9vEb&;WcF+ z-XT3Kc|pYE#d*szjSUpP~eipP1ta(2kwiQH`HdzoYuutt1AZR%19sgk>34eaO_*%1t^I)+bdK}QjcAE(pt7Y-H|-^0x=4)w-_<*qIwhC zj5be9L`_Zn-&vv4cI_iFE}ObdFif!Evq&B{eYQDdei0g}kiwG(^PA6e*D3KrY6|9Z zY#sGv9QjlCJ4la3yw8%T%Hsx)w`R%;+8Ml0S@)PD@4Y#NaK8RFW8 z#lDj>eV#5GAufIB*p`hR0=nsEHuo&A337+6sMAQ%GjO6nw|1XXWJmR0q{Hb}K<$`zyQ zgb9f79}z#tWTvzSM;{2{Ay|`N$iDRnKuQ)m0qqKjtx{z2GX$#er|bKtPLv3s0HKS$ z&W+Vni6U+jc>qD!31$8SV3Y-FjPAlVU3>(fDUt+c&7L6yNq7aVn4bnC*S1dyrA!6x^iEz~v8NdPu>$|iZ{ z5rE)~Yz1^Scz=XuNA%m--Mj;D$tJT}a19)(RzvHpU~BcBP5fmLR%Z}tlxfQjDLwSP zsmYfXHd=lRFX%JO?N2SCJh1#f8_-d^*#Rk@sYjgRkgDiUY&hW2Kpr2Nln2ilZG$LmC2MDT3N0p?`} z{yqKAzr&xF3yU}`otZhI6WxDSNYj%;5*Tb(<2DRHq*i3{H@63a)jU#S9<1lCwyUma zTL+T5KAas&_WmSC3z7?Q*rjCjC^-_*K0GaGwtr-*jTRvrnBG5R?;dis=Q#0(Ej(re zkF8C|38%L4Ol#t?H`h1?=0ZK5@Dv_rvyf9bKxr`!O2txnTz&|=={FCQB~Le! zrSs+BJc7(zojp_M%for#&3v6bTPN8JpMO|;zyW@Mp~sRcJPp~hh-Ba9O;+LbiA1^` z$w}TX21XFx3xYl|FF|SoQ8bBIb_t9GrH;K}qvKK@*prYw3B?l{81JvV_cG7+Y_>#+ zVo{gBf)PYly+ucln+&Bkvl2C!(Gs||n)5~<=Sa2+&)EDMx!kcYfXz0ZZ@`imQ-AXs zbLB~3lIc@z1<@gXZQ^YzN|Gb<>ZreBi_<9;*k^*Zs{)qC-pH_a(Y8(`<@`vn%q2$y zwesdxTdlnThOE9})VN}i#wum8p+7va2AOZzDEl1=5J%XlNUQ4d_4t*-IL1KMf(U~y}U{8(?M1?}QObQEPUO?Pj9QO#DlbD|WWga+x z_(DaEhkK57TVOF5x3HxicT&nlbfNKToPuj@Z#xHB_P60>E-?3JBBH(d5xHd|7M3S3 z$>Ek;t@Cod+7Z+Cn4P-fQhymXN+VY!xOe~)UfzAY41Zul20k32D>LCeE&=!=#wTR3 z;7$RD=kx?jMs9Q)hmSDKP|0hBYj6Ufp!~!2&x?x>SBx3f9@;xHg}tMF6n_Mi#P#s{ z1RoQwAb-BVXv%U8P2Fy;TWabZwT`Bb80C-^$|UPM+4w286yw3H- zl<><`JDY}Oq>kF~BK0TobBW0m6-^pA95*YF#kW&x3;3eTY+Lk@d$4pM#Ei}C6tXFb z4{`saqjbi3c8adcMhWfIHLoEI_kyMKpVOFg+z$&*7yyw;%yUV+!~6Ga?HQ=W8kC&L zecr#MruRih6HD-0nt!7_ewo=G)x#+bQf6&rw05F}NlW=W{6RbqZ1;E5yt}?5KZTP@ zWczbG6j52!8Ia8z2`M@%gcR*X-tN4(aCbpv;mR7cU&UK1Syl`Y5q3aN#&j;p4u*}fZ*p-_rwfelQU zm1a9-#s!rK8?vo5GTx2TR_{k(<$dJvY4P5R6aDSmZ@(P}V`M!dWAea$2hYKL7JnUw z?nxzlxcma%9Di(;MO}vYIJ{0-mBlIU72^Fp85PCJIx#u74rv#!NIDKR$ zu|ab*{j#%a%3%7f#%yqrUtK7+JO1hof1{DiWFB^zSuf6-9c?C%(eF0wcGJ6GEC6a> zjM5b|bgWIzfzz$I+??VmDO2*KTq@Q0)u$Yxoxw;bh6IM;z9_@uEaH^C=)Nm3;ikaE_J61Fk$)QlQ|}8*y940V!hdVv)H?&?R{^Ff zqFfv}<=VjHdjM1QFfR|Badp6VF~F&a?E-=K`hfd(fK!Hfhrn}#z-zwvq|{wlm$G9>baV}xLyi4M`u$QQ@BqGOnGHYGCZs=Ahq~bp*%%1Br}cL%C=UOaK4? diff --git a/references/references.html b/references/references.html index 18d83f22..f93cb80e 100644 --- a/references/references.html +++ b/references/references.html @@ -108,7 +108,7 @@

References and Links

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/references/terminology.html b/references/terminology.html index 3c3de7d6..b2310e9c 100644 --- a/references/terminology.html +++ b/references/terminology.html @@ -122,7 +122,7 @@

Terminology and Acronyms

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/search.html b/search.html index c48f2f0b..c154be3f 100644 --- a/search.html +++ b/search.html @@ -107,7 +107,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/searchindex.js b/searchindex.js index 85b9898d..7706ef2a 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["developer-guides/boot-flow", "developer-guides/boot-options", "developer-guides/boot-performance", "developer-guides/bootimage", "developer-guides/build-system", "developer-guides/configuration", "developer-guides/contributions", "developer-guides/debugging-with-cca", "developer-guides/debugging-with-udk", "developer-guides/flash-boot", "developer-guides/flashmap", "developer-guides/fsp", "developer-guides/index", "developer-guides/ingredients-update", "developer-guides/logging", "developer-guides/memory-map", "developer-guides/osloader", "developer-guides/payload", "developer-guides/shell", "developer-guides/source-tree", "developer-guides/stitching-ifwi", "developer-guides/versioning", "getting-started/build-host-setup", "getting-started/build-source", "getting-started/index", "getting-started/misc-build-setup", "how-tos/add-fastboot", "how-tos/add-new-library", "how-tos/add-new-payload", "how-tos/boot-acrn", "how-tos/boot-micropython", "how-tos/boot-netboot", "how-tos/boot-pxe-uboot", "how-tos/boot-ubuntu", "how-tos/boot-vxworks", "how-tos/boot-windows", "how-tos/boot-with-linux-payload", "how-tos/boot-with-u-boot-payload", "how-tos/boot-zephyr", "how-tos/change-boot-option", "how-tos/collect-time-logs", "how-tos/configure-memory-down", "how-tos/configure_gpio", "how-tos/create-container-boot-image", "how-tos/create-ias-boot-image", "how-tos/customize-build", "how-tos/enable-intel-tcc", "how-tos/enable-intel-tsn", "how-tos/enable-pre-os-payload", "how-tos/enable-tsn-gbe-sgmii", "how-tos/enable-verified-boot", "how-tos/index", "how-tos/integrate-multiple-payloads", "how-tos/reduce-debug-message", "index", "introduction/index", "references/references", "references/terminology", "security/boot-guard", "security/container-security", "security/firmware-resiliency-and-recovery", "security/firmware-update", "security/index", "security/key-management", "security/measured-boot", "security/verified-boot", "specs/config", "specs/index", "supported-hardware/adl-rvp", "supported-hardware/apollo-lake-crb", "supported-hardware/cfl-crb", "supported-hardware/cml-rvp", "supported-hardware/ehl-crb", "supported-hardware/icdx-crb", "supported-hardware/index", "supported-hardware/mtl-mcl", "supported-hardware/mtl-rvp", "supported-hardware/qemu", "supported-hardware/qsp", "supported-hardware/raptor-lake", "supported-hardware/tgl-rvp", "supported-hardware/up2", "supported-hardware/up2-6000", "supported-hardware/up7000adln50", "supported-hardware/upxtreme", "supported-hardware/upxtremei11", "supported-hardware/upxtremei12", "supported-hardware/upxtremei12rplp", "supported-hardware/whl-crb", "tools/BuildTool", "tools/ConfigTools", "tools/GenContainer", "tools/GpioTool", "tools/StitchTool", "tools/UcodeUtility", "tools/index", "tutorials/ex_boot_to_linux", "tutorials/ex_build_sbl_for_qemu", "tutorials/ex_corrupt_sbl_component", "tutorials/ex_debug_sbl_on_qemu_with_gdb", "tutorials/ex_feature_custom_boot_order", "tutorials/ex_feature_custom_splash", "tutorials/ex_feature_custom_verified_boot", "tutorials/ex_run_sbl_on_qemu", "tutorials/ex_sbl_shell_cli", "tutorials/ex_uefi_payload", "tutorials/index"], "filenames": ["developer-guides/boot-flow.rst", "developer-guides/boot-options.rst", "developer-guides/boot-performance.rst", "developer-guides/bootimage.rst", "developer-guides/build-system.rst", "developer-guides/configuration.rst", "developer-guides/contributions.rst", "developer-guides/debugging-with-cca.rst", "developer-guides/debugging-with-udk.rst", "developer-guides/flash-boot.rst", "developer-guides/flashmap.rst", "developer-guides/fsp.rst", "developer-guides/index.rst", "developer-guides/ingredients-update.rst", "developer-guides/logging.rst", "developer-guides/memory-map.rst", "developer-guides/osloader.rst", "developer-guides/payload.rst", "developer-guides/shell.rst", "developer-guides/source-tree.rst", "developer-guides/stitching-ifwi.rst", "developer-guides/versioning.rst", "getting-started/build-host-setup.rst", "getting-started/build-source.rst", "getting-started/index.rst", "getting-started/misc-build-setup.rst", "how-tos/add-fastboot.rst", "how-tos/add-new-library.rst", "how-tos/add-new-payload.rst", "how-tos/boot-acrn.rst", "how-tos/boot-micropython.rst", "how-tos/boot-netboot.rst", "how-tos/boot-pxe-uboot.rst", "how-tos/boot-ubuntu.rst", "how-tos/boot-vxworks.rst", "how-tos/boot-windows.rst", "how-tos/boot-with-linux-payload.rst", "how-tos/boot-with-u-boot-payload.rst", "how-tos/boot-zephyr.rst", "how-tos/change-boot-option.rst", "how-tos/collect-time-logs.rst", "how-tos/configure-memory-down.rst", "how-tos/configure_gpio.rst", "how-tos/create-container-boot-image.rst", "how-tos/create-ias-boot-image.rst", "how-tos/customize-build.rst", "how-tos/enable-intel-tcc.rst", "how-tos/enable-intel-tsn.rst", "how-tos/enable-pre-os-payload.rst", "how-tos/enable-tsn-gbe-sgmii.rst", "how-tos/enable-verified-boot.rst", "how-tos/index.rst", "how-tos/integrate-multiple-payloads.rst", "how-tos/reduce-debug-message.rst", "index.rst", "introduction/index.rst", "references/references.rst", "references/terminology.rst", "security/boot-guard.rst", "security/container-security.rst", "security/firmware-resiliency-and-recovery.rst", "security/firmware-update.rst", "security/index.rst", "security/key-management.rst", "security/measured-boot.rst", "security/verified-boot.rst", "specs/config.rst", "specs/index.rst", "supported-hardware/adl-rvp.rst", "supported-hardware/apollo-lake-crb.rst", "supported-hardware/cfl-crb.rst", "supported-hardware/cml-rvp.rst", "supported-hardware/ehl-crb.rst", "supported-hardware/icdx-crb.rst", "supported-hardware/index.rst", "supported-hardware/mtl-mcl.rst", "supported-hardware/mtl-rvp.rst", "supported-hardware/qemu.rst", "supported-hardware/qsp.rst", "supported-hardware/raptor-lake.rst", "supported-hardware/tgl-rvp.rst", "supported-hardware/up2.rst", "supported-hardware/up2-6000.rst", "supported-hardware/up7000adln50.rst", "supported-hardware/upxtreme.rst", "supported-hardware/upxtremei11.rst", "supported-hardware/upxtremei12.rst", "supported-hardware/upxtremei12rplp.rst", "supported-hardware/whl-crb.rst", "tools/BuildTool.rst", "tools/ConfigTools.rst", "tools/GenContainer.rst", "tools/GpioTool.rst", "tools/StitchTool.rst", "tools/UcodeUtility.rst", "tools/index.rst", "tutorials/ex_boot_to_linux.rst", "tutorials/ex_build_sbl_for_qemu.rst", "tutorials/ex_corrupt_sbl_component.rst", "tutorials/ex_debug_sbl_on_qemu_with_gdb.rst", "tutorials/ex_feature_custom_boot_order.rst", "tutorials/ex_feature_custom_splash.rst", "tutorials/ex_feature_custom_verified_boot.rst", "tutorials/ex_run_sbl_on_qemu.rst", "tutorials/ex_sbl_shell_cli.rst", "tutorials/ex_uefi_payload.rst", "tutorials/index.rst"], "titles": ["Boot Flow", "Boot Options", "Boot Performance", "Boot Image", "Build System", "Configuration", "Contribution Guidelines", "Source Level Debugging with Intel(R) SVT CCA", "Source Level Debugging with Intel(R) UDK Debugger", "Boot from Flash", "Flash Map", "Firmware Support Package", "Developer\u2019s Guide", "Ingredients upgrade", "Logging", "Memory Map", "OsLoader", "Payloads", "Shell Interface", "Source Tree Structure", "Stitch IFWI Image", "Versioning", "Build Environment", "SBL Build Steps", "Getting Started", "Miscellaneous: Dockers", "Add Fastboot Support", "Add New Library", "Create New Payload", "Boot ACRN Hypervisor", "Boot MicroPython", "Netboot / PXE boot with UEFI Payload", "PXE Boot Through U-Boot Payload", "Boot Ubuntu", "Boot VxWorks", "Boot Windows with UEFI Payload", "Boot Linux as a Payload", "Boot Linux with U-Boot Payload", "Boot Zephyr", "Change Boot Options", "Capture Boot Time Data", "Configure Memory Down", "GPIO / CFIO Configuration", "Create Container Boot Image", "Create IAS Boot Image", "Customize Build", "Intel\u00ae TCC enable", "TSN", "Enable Pre-OS Payload Support", "Enable TSN GbE SGMII", "Enable Verified Boot", "How-Tos", "Integrate Multiple Payloads", "Reduce debug messages", "Slim Bootloader Project Documentation", "Introduction", "References and Links", "Terminology and Acronyms", "Boot Guard", "Container Security", "Firmware Resiliency and Recovery", "Firmware Update", "Security Features", "SBL Build and Sign", "Measured Boot", "Verified Boot", "SBL Configuration", "Specifications", "Alder Lake Platforms", "Apollo Lake CRB Boards", "Coffee Lake Refresh CRB Board", "Comet Lake RVP Board", "Elkhart Lake CRB Board", "Ice Lake -D CRB Boards", "Supported Hardware", "McLaren Island Board", "Meteor Lake Platforms", "QEMU Virtual Platform", "Simics\u00ae QSP Virtual Platform", "Raptor Lake Platforms", "Tiger Lake RVP Board", "UP2 Board", "UP2 6000 Board", "UP Squared Pro 7000 Edge Board", "UP Xtreme Board", "UP Xtreme i11 Board", "UP Xtreme i12 Board", "UP Xtreme i12 13th Board", "Whiskey Lake CRB Board", "Build Tool", "Configuration Tools", "Container Tool", "Gpio Tool", "Stitch Tool", "uCode Utility", "Tools", "Exercise \\- Boot to Linux", "Exercise \\- Build SBL for QEMU", "Exercise \\- Corrupt SBL Component", "Exercise \\- Debug SBL on QEMU with GDB", "Exercise \\- Feature Customization - Boot Order", "Exercise \\- Feature Customization - Splash", "Exercise \\- Feature Customization - Verified Boot", "Exercise \\- Run SBL on QEMU", "Exercise \\- SBL Shell/CLI", "Exercise \\- UEFI Payload", "Tutorials"], "terms": {"sbl": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 30, 31, 32, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 94, 95, 96, 100, 101, 102, 105, 106], "us": [0, 1, 2, 3, 4, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 55, 57, 59, 60, 61, 63, 65, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105], "linear": 0, "launch": [0, 2, 8, 16, 17, 18, 30, 31, 35, 37, 39, 42, 55, 61, 97, 98, 106], "o": [0, 1, 3, 4, 5, 10, 15, 16, 17, 18, 19, 21, 22, 26, 29, 30, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 47, 51, 55, 57, 59, 60, 61, 63, 65, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 91, 93, 94, 98, 104], "It": [0, 2, 4, 5, 6, 7, 8, 10, 14, 17, 18, 19, 29, 30, 31, 32, 35, 36, 39, 46, 47, 55, 57, 58, 61, 66, 71, 72, 75, 80, 82, 83, 85, 86, 87, 89, 90, 93, 94, 97], "consist": [0, 4, 42, 57, 66], "four": [0, 47], "descript": [0, 2, 4, 10, 14, 19, 39, 42, 59], "pre": [0, 5, 12, 17, 19, 22, 32, 33, 51, 60, 61, 64, 75, 82, 83, 85, 86, 87, 89, 90], "memori": [0, 2, 4, 5, 7, 10, 12, 14, 18, 19, 28, 30, 34, 35, 36, 46, 48, 51, 55, 57, 66, 91, 99, 104], "main": [0, 4, 5, 15, 48, 57, 58, 59, 66], "post": [0, 1, 5, 10, 12, 19, 51, 55, 66, 89], "cpu": [0, 4, 7, 18, 30, 34, 36, 104], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 21, 22, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 52, 55, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 99, 102, 104, 105, 106], "control": [0, 1, 5, 7, 14, 17, 19, 28, 29, 32, 40, 41, 48, 49, 55, 66, 68, 70, 71, 72, 73, 75, 76, 78, 79, 80, 84, 88, 101], "devic": [0, 1, 2, 5, 15, 17, 18, 26, 29, 30, 33, 34, 36, 37, 39, 41, 43, 44, 46, 47, 51, 55, 57, 58, 61, 64, 68, 73, 75, 76, 77, 78, 79, 91, 96, 100, 104, 105], "etc": [0, 1, 2, 4, 5, 8, 10, 13, 15, 17, 18, 35, 36, 42, 43, 46, 47, 61, 63, 65, 66, 75, 81, 82, 83, 85, 86, 87, 89], "payload": [0, 2, 3, 4, 10, 12, 14, 15, 16, 19, 22, 33, 34, 38, 46, 47, 51, 55, 61, 63, 66, 68, 71, 72, 73, 76, 79, 80, 81, 89, 98, 106], "load": [0, 2, 3, 4, 5, 7, 9, 11, 15, 29, 32, 33, 34, 36, 39, 42, 43, 44, 48, 51, 52, 55, 59, 61, 66, 77, 78, 81, 90, 91, 98, 99], "verifi": [0, 2, 3, 4, 5, 16, 29, 33, 35, 41, 44, 46, 47, 51, 55, 58, 59, 61, 62, 64, 66, 77, 89, 106], "imag": [0, 1, 2, 5, 7, 8, 10, 12, 14, 16, 17, 18, 21, 22, 23, 25, 26, 28, 29, 33, 34, 35, 37, 38, 39, 49, 51, 52, 57, 59, 61, 63, 65, 66, 70, 75, 78, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 95, 98, 100, 101, 102, 106], "perform": [0, 7, 8, 12, 14, 17, 18, 19, 29, 33, 36, 46, 55, 59, 61, 63, 71, 72, 75, 80, 82, 83, 85, 86, 87, 93, 104], "firmwar": [0, 2, 4, 5, 7, 10, 12, 13, 17, 18, 19, 20, 21, 29, 31, 36, 55, 56, 57, 58, 62, 63, 64, 65, 66, 89, 91, 93, 94, 98], "updat": [0, 4, 5, 7, 10, 13, 17, 18, 19, 21, 28, 29, 30, 33, 35, 37, 39, 42, 51, 55, 59, 60, 62, 63, 65, 89, 93, 94, 98, 102], "when": [0, 2, 4, 5, 7, 10, 16, 17, 19, 28, 33, 35, 36, 39, 41, 42, 43, 46, 47, 48, 59, 60, 61, 63, 66, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 84, 88, 91, 92, 106], "enabl": [0, 4, 7, 8, 9, 10, 16, 17, 26, 31, 37, 51, 55, 58, 62, 64, 65, 66, 68, 69, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 85, 86, 87, 98, 101, 102], "each": [0, 2, 4, 5, 10, 19, 36, 42, 46, 47, 49, 61, 63, 65, 66, 68, 69, 70, 73, 76, 79, 80, 84, 88, 90, 91, 92, 98], "current": [0, 7, 15, 18, 29, 30, 33, 36, 39, 55, 61, 66, 68, 70, 71, 72, 73, 76, 79, 80, 84, 88, 92, 98, 100, 104], "next": [0, 7, 33, 46, 61, 68, 69, 71, 72, 73, 76, 79, 80, 98, 99], "befor": [0, 4, 8, 18, 22, 28, 29, 33, 39, 40, 41, 46, 47, 61, 63, 65, 66, 69, 70, 71, 72, 78, 80, 84, 88, 89, 91, 97, 98, 99], "transfer": [0, 19, 98], "If": [0, 1, 4, 5, 7, 16, 23, 25, 29, 30, 33, 34, 39, 41, 43, 44, 46, 52, 55, 60, 61, 64, 65, 66, 69, 75, 81, 82, 83, 85, 86, 87, 89, 91, 96, 97, 98], "verif": [0, 5, 29, 30, 34, 36, 43, 44, 46, 58, 59, 61, 63, 65, 66, 71, 72, 78, 80, 98, 102], "fail": [0, 36, 39, 55, 60, 61, 63, 65, 66, 98, 102], "one": [0, 2, 3, 4, 5, 10, 17, 18, 19, 21, 29, 34, 35, 41, 42, 43, 44, 46, 47, 49, 52, 60, 61, 63, 66, 69, 76, 90, 91, 92, 98, 99, 102], "two": [0, 4, 5, 7, 9, 15, 28, 36, 41, 46, 47, 49, 55, 61, 65, 66, 69, 89, 91, 93], "thing": [0, 32, 47], "occur": [0, 60, 61, 98], "resili": [0, 4, 10, 62, 98], "swap": [0, 10, 26, 29, 33, 39, 60, 86, 87], "over": [0, 8, 17, 31, 32, 55, 60, 66, 68, 70, 76, 78, 79, 84, 88], "altern": [0, 5, 33, 40, 41, 43, 66, 81], "partit": [0, 1, 3, 9, 26, 29, 33, 34, 39, 43, 44, 46, 47, 60, 61, 68, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 85, 86, 87, 98], "recov": [0, 10, 60], "broken": 0, "see": [0, 1, 3, 4, 5, 7, 9, 10, 11, 14, 17, 20, 21, 22, 23, 25, 27, 28, 29, 30, 32, 33, 34, 36, 41, 43, 44, 46, 47, 52, 53, 55, 60, 61, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 93, 94, 96, 97, 98, 99, 100, 101, 102, 105], "recoveri": [0, 4, 10, 62, 98], "otherwis": [0, 5, 41, 66], "halt": [0, 7, 58, 65, 96, 98], "after": [0, 2, 7, 17, 18, 29, 31, 32, 36, 39, 41, 46, 47, 48, 61, 78, 89, 96, 97, 98, 100, 101, 102, 105], "come": [0, 4, 5, 7, 18, 65, 66], "out": [0, 2, 7, 8, 13, 25, 31, 47, 60, 66, 91], "reset": [0, 2, 4, 7, 18, 19, 26, 29, 40, 46, 47, 61, 68, 71, 72, 73, 75, 76, 79, 80, 82, 83, 85, 86, 87, 89, 98, 104], "set": [0, 4, 5, 7, 8, 17, 22, 23, 24, 29, 30, 32, 33, 34, 35, 36, 37, 39, 41, 42, 43, 44, 51, 60, 61, 63, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 98, 99], "up": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "exectut": 0, "environ": [0, 4, 8, 21, 23, 24, 30, 33, 35, 37, 38, 62, 75, 78, 81, 82, 83, 85, 86, 87, 89], "support": [0, 1, 3, 4, 5, 12, 13, 16, 18, 19, 20, 21, 22, 23, 28, 29, 33, 34, 36, 37, 39, 41, 42, 43, 44, 46, 47, 49, 51, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 75, 81, 82, 83, 85, 86, 87, 89, 90, 91, 92, 95, 104, 105], "execut": [0, 2, 7, 8, 15, 16, 17, 22, 26, 29, 36, 38, 48, 55, 58, 60, 61, 63, 65, 66, 96, 99, 100, 101, 102, 103, 104, 105], "follow": [0, 1, 2, 4, 5, 6, 7, 8, 10, 14, 19, 22, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 41, 43, 44, 46, 47, 48, 49, 50, 52, 55, 59, 60, 61, 65, 66, 69, 70, 75, 77, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 96, 97, 98, 100, 101, 102, 103, 104, 105], "processor": [0, 2, 7, 34, 36, 68, 69, 70, 71, 72, 73, 76, 79, 80, 84, 88], "start": [0, 2, 7, 8, 15, 25, 26, 28, 29, 30, 32, 34, 36, 38, 41, 42, 54, 61, 66, 68, 71, 72, 73, 76, 77, 78, 79, 80, 98], "from": [0, 2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 18, 19, 21, 22, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 46, 47, 51, 55, 59, 60, 63, 65, 66, 68, 69, 71, 72, 73, 75, 76, 77, 79, 80, 82, 83, 85, 86, 87, 89, 90, 91, 92, 93, 98, 99, 100], "vector": [0, 2, 4, 7, 19, 89], "writeabl": 0, "mai": [0, 4, 5, 7, 13, 14, 29, 31, 32, 33, 38, 41, 42, 43, 46, 47, 52, 55, 63, 65, 66, 68, 69, 70, 71, 72, 73, 76, 77, 79, 80, 81, 84, 88, 91, 99], "avail": [0, 5, 6, 7, 15, 23, 31, 36, 39, 42, 43, 46, 60, 61, 63, 66, 68, 70, 71, 72, 73, 76, 79, 80, 84, 88, 98, 99, 104], "stack": [0, 15, 34, 36, 99], "might": [0, 28, 30, 32, 46], "have": [0, 5, 7, 10, 19, 29, 30, 33, 35, 36, 41, 42, 46, 47, 49, 55, 66, 69, 77, 90, 91], "been": [0, 5, 15, 33, 65, 78], "setup": [0, 5, 12, 19, 21, 23, 29, 30, 36, 38, 43, 44, 51, 78], "so": [0, 4, 5, 10, 11, 30, 32, 33, 36, 46, 47, 48, 49, 59, 60, 61, 66, 90, 92, 99], "code": [0, 4, 5, 7, 8, 11, 12, 17, 19, 21, 23, 28, 29, 32, 35, 41, 46, 47, 55, 61, 63, 65, 66, 89, 97, 99, 100], "typic": [0, 4, 5, 10, 15, 19, 23, 26, 43, 55, 65, 66, 91], "implement": [0, 4, 5, 11, 17, 19, 21, 28, 30, 31, 36, 41, 46, 55, 60, 61, 63, 64, 66, 69, 70, 81, 84, 88], "assembli": 0, "languag": [0, 30, 36, 57, 66], "instruct": [0, 7, 20, 31, 32, 33, 34, 35, 36, 43, 44, 51, 75, 77, 81, 82, 83, 85, 86, 87, 99], "also": [0, 2, 3, 4, 5, 7, 10, 15, 16, 17, 18, 21, 22, 23, 26, 36, 46, 47, 52, 55, 63, 66, 79, 90, 98], "excut": 0, "flash": [0, 1, 4, 5, 7, 8, 12, 15, 17, 24, 26, 30, 31, 33, 34, 35, 36, 37, 38, 39, 42, 43, 44, 47, 51, 52, 59, 60, 61, 66, 93, 98, 101, 102], "read": [0, 5, 18, 41, 61, 66, 68, 69, 70, 71, 72, 73, 76, 78, 79, 80, 84, 88, 92, 98, 104], "onli": [0, 1, 4, 5, 17, 19, 26, 29, 30, 33, 47, 48, 49, 50, 52, 59, 60, 61, 65, 66, 69, 70, 71, 72, 75, 76, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90], "lack": 0, "prevent": [0, 58, 66, 98], "usag": [0, 30, 34, 36, 41, 43, 61, 62, 71, 72, 78, 80, 93, 94, 98, 99], "variabl": [0, 4, 5, 7, 10, 21, 22, 35, 61, 63, 89, 98, 99], "contain": [0, 1, 3, 5, 10, 12, 15, 16, 19, 22, 23, 25, 29, 30, 34, 36, 39, 44, 46, 51, 52, 57, 62, 63, 66, 68, 69, 70, 71, 72, 73, 76, 78, 79, 80, 81, 84, 88, 89, 92, 93, 95, 101, 102], "modul": [0, 4, 5, 7, 10, 18, 28, 36, 41, 46, 47, 51, 55, 57, 58, 64, 65], "vtf": [0, 4], "volum": [0, 4], "top": [0, 4, 5, 10, 15, 19, 60, 66, 77, 86, 87], "file": [0, 1, 3, 4, 7, 8, 9, 11, 12, 13, 14, 16, 17, 19, 21, 22, 23, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 51, 52, 61, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 96, 98, 100, 101, 102, 103, 105], "which": [0, 1, 4, 5, 7, 8, 15, 20, 23, 31, 32, 33, 36, 39, 42, 46, 48, 52, 59, 61, 63, 65, 66, 77, 81, 89, 91], "place": [0, 4, 12, 31, 36, 52, 60, 66, 77, 91, 99], "within": [0, 4, 5, 12, 29, 36, 39, 46, 61, 66, 77, 90, 91], "fv": [0, 4, 16, 17, 30, 31, 35, 39, 48, 61, 91], "The": [0, 2, 4, 5, 7, 8, 10, 11, 13, 15, 16, 17, 19, 23, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 41, 42, 43, 44, 46, 47, 49, 52, 55, 57, 60, 61, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 96, 98, 99], "henc": [0, 4], "need": [0, 4, 5, 7, 13, 22, 29, 30, 32, 33, 35, 36, 37, 39, 42, 43, 46, 47, 48, 49, 55, 59, 63, 65, 66, 68, 69, 70, 71, 72, 73, 76, 77, 79, 80, 81, 84, 88, 89, 90, 91], "an": [0, 2, 3, 5, 6, 7, 10, 12, 13, 14, 16, 17, 21, 22, 23, 26, 29, 30, 31, 33, 34, 35, 36, 37, 38, 40, 41, 43, 44, 46, 47, 48, 49, 52, 55, 57, 59, 60, 61, 63, 65, 66, 68, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 90, 91, 92, 94, 98, 99], "appropri": [0, 4, 66], "address": [0, 4, 5, 9, 10, 32, 36, 41, 46, 47, 61, 66, 86, 87, 91, 98, 99], "vtf0": [0, 4], "identifi": [0, 4, 5, 15, 36, 46, 47, 61, 66, 68, 73, 75, 76, 79], "guid": [0, 2, 4, 5, 6, 7, 21, 26, 29, 31, 32, 33, 35, 36, 38, 41, 42, 51, 54, 55, 61, 77, 78], "1ba0062": [0, 4], "c779": [0, 4], "4582": [0, 4], "8566": [0, 4], "336ae8f78f09": [0, 4], "align": [0, 4, 7, 46, 47, 61, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 84, 88, 91], "intel": [0, 4, 5, 10, 11, 12, 14, 20, 26, 29, 31, 36, 37, 41, 47, 49, 51, 55, 56, 57, 58, 61, 64, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 98], "x86": [0, 4, 8, 30, 32, 34, 36, 55, 75, 78, 81, 82, 83, 84, 85, 86, 87, 91], "architectur": [0, 4, 55, 57], "entri": [0, 1, 4, 5, 12, 15, 28, 33, 34, 36, 38, 39, 43, 44, 46, 48, 50, 61, 66, 91, 99], "point": [0, 2, 4, 7, 19, 28, 33, 34, 55, 60, 66, 89, 99], "stage1a": [0, 2, 4, 7, 8, 19, 29, 36, 61, 68, 71, 72, 73, 76, 77, 78, 79, 80, 98, 106], "_moduleentrypoint": [0, 4], "first": [0, 4, 5, 7, 8, 10, 21, 23, 26, 29, 30, 33, 34, 39, 43, 44, 46, 52, 55, 61, 66, 75, 81, 82, 83, 85, 86, 87, 91, 97, 98], "dword": [0, 4, 5, 66, 92, 93], "built": [0, 4, 5, 16, 17, 18, 23, 30, 31, 32, 33, 35, 38, 39, 46, 47, 51, 52, 55, 62, 65, 66, 77], "jump": [0, 4, 30, 34, 36, 38, 61, 68, 71, 72, 73, 76, 79, 80], "thi": [0, 1, 2, 4, 5, 7, 8, 11, 15, 17, 22, 23, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 41, 42, 43, 44, 46, 47, 48, 49, 52, 57, 59, 60, 61, 63, 65, 66, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 80, 84, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105], "continu": [0, 2, 4, 17, 33, 61, 99], "defin": [0, 4, 5, 9, 10, 14, 15, 30, 31, 37, 46, 47, 59, 61, 63, 66, 93], "secentri": [0, 4], "nasm": [0, 4, 22, 29, 55, 57], "step": [0, 4, 9, 12, 13, 19, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 49, 55, 61, 66, 68, 69, 70, 73, 75, 76, 77, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 96, 97, 99, 100, 101, 102, 103, 104, 105], "switch": [0, 26, 34, 36, 39, 43, 44, 61, 98], "16": [0, 2, 5, 22, 36, 66], "bit": [0, 5, 21, 22, 28, 33, 34, 36, 41, 47, 66], "real": [0, 5, 46], "mode": [0, 4, 7, 14, 16, 26, 33, 34, 39, 46, 47, 49, 51, 55, 61, 63, 68, 69, 70, 71, 72, 73, 76, 79, 80, 81, 84, 88, 98], "32": [0, 2, 5, 36, 66, 89], "protect": [0, 5, 21, 36, 58, 98], "provid": [0, 1, 4, 5, 7, 11, 13, 14, 15, 17, 19, 21, 26, 28, 31, 33, 34, 35, 36, 37, 39, 41, 42, 43, 44, 46, 47, 48, 49, 55, 57, 59, 60, 61, 63, 65, 66, 70, 78, 84, 88, 89, 90, 91, 92, 95, 99, 106], "full": [0, 5, 7, 8, 17, 28, 31, 36, 49, 61, 66, 68, 70, 71, 72, 73, 76, 79, 80, 84, 88, 91], "fsp": [0, 2, 4, 11, 12, 15, 19, 21, 29, 41, 46, 47, 57, 60, 66, 78, 89, 97], "t": [0, 4, 15, 19, 25, 33, 34, 35, 39, 43, 46, 55, 57, 90, 91, 99], "tempraminit": 0, "api": [0, 4, 5, 11, 15, 57], "configur": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 43, 44, 45, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "temporari": [0, 12], "": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "paramet": [0, 5, 15, 18, 30, 33, 41, 44, 46, 47, 52, 66, 90], "c": [0, 4, 5, 7, 8, 22, 31, 39, 46, 47, 61, 69, 70, 75, 77, 81, 84, 88, 91, 96, 97, 98, 99, 100, 101, 102, 103, 105], "structur": [0, 1, 2, 4, 10, 12, 15, 17, 21, 35, 61, 89, 92], "bootload": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "debug": [0, 2, 3, 12, 14, 16, 17, 18, 21, 29, 33, 34, 35, 40, 41, 51, 52, 55, 60, 78, 81, 82, 83, 85, 86, 87, 89, 93, 97, 98, 106], "port": [0, 2, 4, 7, 8, 11, 17, 18, 19, 25, 26, 29, 30, 33, 35, 36, 37, 55, 66, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 93, 104], "board": [0, 2, 4, 5, 7, 8, 10, 19, 21, 23, 26, 28, 29, 30, 33, 34, 36, 37, 39, 41, 42, 46, 47, 49, 51, 55, 60, 61, 66, 74, 78, 89, 90, 98, 100, 101, 102], "specif": [0, 2, 3, 5, 7, 8, 9, 11, 13, 17, 18, 19, 23, 36, 37, 39, 42, 45, 46, 47, 49, 54, 55, 56, 61, 63, 66, 90, 93, 98, 100, 104, 105], "function": [0, 4, 5, 7, 9, 17, 28, 31, 32, 36, 42, 47, 55, 63, 65, 66, 69, 70, 78, 81, 84, 88, 89, 98, 100], "moduleentrylib": 0, "pass": [0, 2, 4, 15, 17, 21, 46, 47, 48, 61, 66, 91], "expect": [0, 15, 16, 26, 29, 36, 37, 46, 48, 60, 64, 91, 92, 94], "struct": [0, 1, 2, 10, 21, 47, 61, 92, 93], "stage1a_asm_param": 0, "push": [0, 63], "element": [0, 4, 66], "order": [0, 5, 7, 29, 30, 39, 47, 55, 57, 60, 77, 81, 91, 92, 96, 105, 106], "stage1a_param": 0, "primari": [0, 5, 35, 55, 60, 61, 66, 98], "purpos": [0, 5, 14, 16, 17, 18, 36, 42, 52, 77], "stage1b": [0, 2, 4, 5, 7, 19, 29, 36, 61, 66, 68, 71, 72, 73, 76, 77, 78, 79, 80, 98, 106], "bring": [0, 36, 47], "system": [0, 1, 2, 3, 5, 8, 9, 12, 17, 18, 19, 22, 26, 29, 30, 31, 32, 33, 34, 36, 37, 38, 41, 43, 44, 46, 47, 55, 57, 58, 64, 77, 91, 93, 96, 98, 99, 100, 101, 102, 103, 104, 105], "earli": [0, 29, 36, 78, 81, 82, 83, 85, 86, 87, 89], "init": [0, 2, 14, 30, 34, 36, 43, 44], "build": [0, 1, 3, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 18, 19, 21, 24, 25, 26, 28, 31, 33, 34, 35, 38, 40, 41, 42, 43, 44, 48, 50, 51, 52, 55, 60, 61, 62, 64, 65, 66, 95, 96, 98, 99, 100, 101, 102, 105, 106], "databas": 0, "m": [0, 2, 4, 7, 8, 15, 19, 30, 38, 41, 47, 57, 77, 96, 99, 100, 101, 102, 103, 105], "fspmemoryinit": 0, "ram": [0, 19, 36, 57], "migrat": [0, 15], "save": [0, 2, 5, 32, 33, 39, 42, 43, 44, 59, 65, 81, 101, 102], "inform": [0, 4, 5, 6, 10, 11, 14, 17, 18, 21, 29, 35, 36, 41, 42, 46, 49, 60, 66, 86, 87, 90, 104], "like": [0, 4, 5, 7, 13, 17, 23, 32, 33, 34, 35, 42, 43, 44, 49, 55, 65, 66, 90, 91], "tolum": [0, 15], "low": [0, 4, 15, 36], "usabl": [0, 15, 36], "touum": 0, "upper": [0, 33], "tempramexit": [0, 2], "tear": 0, "down": [0, 7, 15, 33, 51, 66], "cach": [0, 19, 46, 57], "return": [0, 4, 36, 39, 41, 61, 99], "its": [0, 2, 5, 22, 35, 36, 37, 39, 41, 46, 55, 59, 60, 61, 65, 66, 98], "normal": [0, 1, 10, 30, 34, 36, 43, 44, 46, 52, 60, 61, 98], "oper": [0, 2, 7, 8, 29, 31, 32, 36, 47, 49, 55, 57, 63, 90, 91], "stage2": [0, 2, 4, 5, 19, 36, 38, 61, 68, 71, 72, 73, 76, 77, 79, 80, 98, 102, 106], "stage2_param": 0, "respons": [0, 5, 55], "complet": [0, 7, 26, 29, 30, 33, 35, 40, 57, 61, 63, 66, 68, 71, 72, 73, 75, 76, 79, 80, 82, 83, 85, 86, 87, 96, 97, 100, 101, 102, 105], "run": [0, 2, 5, 7, 8, 25, 26, 28, 29, 30, 32, 33, 34, 36, 38, 43, 44, 46, 47, 48, 51, 55, 61, 63, 66, 69, 78, 81, 82, 83, 85, 86, 87, 90, 96, 98, 99, 106], "compress": [0, 2, 4, 10, 36, 46, 47, 52, 59, 60, 61, 91], "includ": [0, 1, 4, 5, 7, 11, 13, 20, 29, 30, 31, 35, 36, 37, 38, 43, 44, 46, 47, 48, 49, 55, 57, 60, 61, 63, 65, 98], "reloc": [0, 32], "allow": [0, 4, 11, 17, 18, 26, 35, 36, 47, 52, 61, 63, 66, 77], "reman": 0, "gpio": [0, 12, 51, 66, 68, 69, 70, 71, 72, 73, 76, 79, 80, 84, 88, 95], "fspsiliconinit": 0, "chipset": [0, 5, 7, 42, 57, 61], "pci": [0, 2, 14, 18, 32, 36, 37, 66, 104], "enumer": [0, 2, 34, 43, 44], "resourc": 0, "alloc": [0, 4, 12, 33, 36, 46, 66], "acpi": [0, 2, 4, 14, 15, 35, 36, 46, 47, 56, 57, 61, 66], "initl": 0, "prepar": [0, 26, 29, 30, 51, 61, 106], "hob": [0, 2, 15, 17, 18, 21, 35, 36, 104], "requir": [0, 4, 5, 7, 8, 17, 19, 21, 22, 23, 25, 26, 28, 29, 30, 33, 35, 36, 39, 42, 43, 46, 47, 49, 52, 55, 57, 58, 59, 61, 62, 63, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 91, 98], "fspnotifyphas": [0, 36], "readytoboot": 0, "endoffirmwar": 0, "list": [0, 1, 4, 7, 14, 15, 18, 21, 29, 32, 39, 46, 55, 63, 66, 89, 91, 99, 104], "pointer": [0, 15], "base": [0, 1, 4, 5, 7, 10, 15, 17, 26, 30, 32, 36, 37, 42, 46, 47, 49, 55, 60, 61, 63, 69, 75, 78, 81, 82, 83, 84, 85, 86, 87, 90], "void": [0, 99], "efiapi": 0, "secstartup": [0, 99], "IN": 0, "hoblistptr": 0, "pldbase": [0, 99], "store": [0, 3, 4, 9, 10, 15, 18, 30, 36, 59, 61, 62, 63, 78, 91], "import": [0, 5, 6, 25, 42], "throughout": [0, 2], "differ": [0, 1, 3, 4, 5, 7, 13, 15, 16, 28, 33, 36, 42, 43, 44, 46, 51, 55, 58, 61, 63, 65, 66, 71, 91, 99, 100, 101], "phase": [0, 15, 66], "config": [0, 5, 9, 18, 25, 29, 32, 33, 36, 37, 39, 46, 47, 51, 61, 63, 77, 81, 89, 90, 92], "id": [0, 2, 12, 13, 21, 29, 36, 37, 41, 46, 47, 49, 62, 66, 68, 75, 76, 77, 78, 79, 81, 82, 83, 85, 86, 87, 90, 93, 96, 98, 100, 105], "entir": [0, 5, 58], "can": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 14, 15, 16, 17, 18, 21, 22, 26, 28, 30, 31, 32, 33, 35, 36, 37, 39, 40, 41, 42, 43, 46, 47, 48, 49, 50, 52, 55, 59, 60, 61, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 96, 97, 98, 100, 101, 102, 103, 104, 105], "seen": [0, 4, 15], "bootloadercoreglob": 0, "h": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "loader_global_data": 0, "until": [0, 33, 99], "howev": [0, 5, 13, 17, 33, 66, 99], "still": [0, 43, 66, 90, 99], "maintain": [0, 35, 55, 59, 61, 62, 65], "reserv": [0, 1, 2, 10, 15, 21, 31, 33, 34, 36, 46, 47, 52, 61, 68, 71, 72, 73, 76, 79, 80], "s3": [0, 15], "resum": 0, "creat": [0, 2, 3, 4, 5, 7, 8, 12, 16, 17, 26, 29, 31, 33, 34, 35, 36, 37, 38, 46, 47, 51, 52, 55, 59, 61, 65, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 93], "add": [0, 2, 4, 5, 7, 9, 18, 22, 25, 28, 30, 31, 32, 33, 35, 47, 48, 51, 59, 66, 89, 100], "info": [0, 2, 4, 7, 15, 30, 34, 43, 44, 46, 47, 61, 89, 92, 99], "bottom": [0, 33], "level": [0, 4, 5, 12, 14, 19, 35, 36, 55, 57, 66, 77, 99], "retriev": [0, 5, 42], "append": [0, 4, 5, 18, 36, 52, 66, 78, 105], "more": [0, 2, 3, 4, 5, 6, 9, 11, 14, 16, 17, 21, 22, 23, 29, 32, 33, 34, 36, 41, 42, 43, 44, 46, 47, 52, 55, 60, 61, 66, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 83, 84, 86, 87, 88, 91, 98], "kei": [0, 4, 5, 10, 11, 18, 24, 26, 29, 34, 39, 40, 43, 44, 46, 47, 59, 61, 62, 65, 66, 68, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 98], "hash": [0, 2, 5, 10, 29, 30, 34, 36, 43, 44, 59, 61, 62, 63, 66, 71, 72, 78, 80, 98], "onc": [0, 5, 7, 15, 26, 30, 32, 33, 46, 47, 58, 66, 77], "ha": [0, 5, 7, 8, 15, 17, 39, 43, 46, 55, 58, 59, 60, 65, 66, 78], "copi": [0, 2, 4, 5, 9, 10, 22, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 43, 44, 52, 60, 61, 66, 68, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 85, 86, 87, 98, 99], "earlier": [0, 33], "sever": [0, 4, 7, 16, 46, 47, 49], "field": [0, 4, 5, 46, 47, 49, 61, 66, 92], "dma": [0, 7, 15], "buffer": [0, 14, 15, 18, 55], "again": [0, 29, 46, 69, 70, 71, 72, 80, 84, 88, 99], "hoblist": 0, "sinc": [0, 7, 36, 46, 66, 91], "across": [0, 15, 35, 60, 65, 92], "all": [0, 5, 7, 10, 15, 17, 19, 23, 29, 31, 33, 36, 37, 41, 46, 47, 57, 59, 60, 61, 65, 66, 68, 75, 76, 89, 90, 91, 92, 93, 98, 99], "slim": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "predefin": 0, "wai": [0, 5, 9, 14, 36, 41, 43, 44, 46, 55, 61, 66, 78, 91, 92], "As": [0, 4, 5, 6, 19, 46, 47, 57, 61, 66, 75, 81, 82, 83, 85, 86, 87], "interrupt": [0, 61], "ar": [0, 1, 2, 4, 5, 7, 10, 14, 15, 17, 19, 22, 25, 26, 28, 30, 31, 32, 33, 36, 39, 41, 42, 43, 44, 46, 47, 49, 52, 55, 57, 60, 61, 63, 65, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 98, 99, 105], "idtr": 0, "bootloadercorelib": [0, 15], "abstract": [0, 17, 61], "locat": [0, 2, 4, 5, 8, 10, 11, 28, 30, 34, 37, 39, 43, 44, 46, 47, 52, 62, 63, 66, 68, 73, 75, 76, 79, 81, 82, 83, 85, 86, 87, 100, 102], "getloaderglobaldatapoint": 0, "setloaderglobaldatapoint": 0, "chang": [0, 1, 5, 6, 8, 9, 10, 18, 19, 28, 29, 30, 34, 36, 41, 42, 43, 44, 48, 50, 51, 52, 60, 61, 66, 68, 69, 70, 71, 72, 73, 76, 77, 79, 80, 81, 84, 88, 89, 90, 97, 98, 99, 100, 101, 102], "attempt": [0, 5, 36, 39], "In": [0, 4, 5, 7, 11, 15, 17, 22, 31, 32, 33, 36, 39, 41, 42, 46, 47, 48, 50, 52, 55, 60, 61, 66, 68, 70, 71, 72, 73, 76, 77, 78, 79, 80, 81, 84, 88, 91, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105], "platform_foo": [0, 4, 5, 11, 48], "directori": [0, 4, 19, 22, 26, 29, 30, 31, 34, 35, 36, 37, 39, 43, 44, 48, 52, 61, 63, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91], "hook": [0, 2, 89], "To": [0, 4, 5, 8, 9, 18, 28, 30, 33, 35, 46, 47, 48, 51, 63, 65, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 96, 98, 99], "new": [0, 4, 5, 7, 11, 13, 17, 19, 30, 31, 33, 36, 39, 42, 46, 47, 49, 51, 55, 61, 66, 75, 77, 81, 82, 83, 85, 86, 87, 90, 91], "should": [0, 4, 5, 7, 9, 19, 29, 30, 32, 33, 34, 36, 37, 40, 41, 43, 44, 46, 47, 48, 52, 61, 62, 63, 64, 66, 77, 78, 82, 83, 85, 86, 87, 92, 98], "boardinit": 0, "under": [0, 4, 5, 7, 19, 31, 32, 41, 46, 47, 55, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "librari": [0, 4, 5, 15, 17, 19, 30, 31, 46, 51, 69, 70, 81, 84, 88, 98, 100], "board_init_phas": 0, "initphas": 0, "dure": [0, 2, 4, 5, 7, 9, 10, 15, 19, 21, 29, 36, 39, 41, 43, 44, 46, 47, 60, 61, 63, 65, 66, 90, 98], "further": [0, 33, 49, 66, 78], "divid": 0, "multipl": [0, 1, 4, 5, 12, 14, 19, 28, 36, 37, 42, 46, 47, 49, 51, 55, 59, 61, 68, 71, 72, 73, 75, 76, 79, 80, 82, 83, 85, 86, 87, 91, 105], "fine": [0, 5], "granular": [0, 21, 66], "These": [0, 4, 5, 17, 42, 46, 57, 59, 61, 90, 91], "platformservic": 0, "typedef": [0, 1, 2, 10, 21, 47, 61, 66, 92, 93], "enum": [0, 14, 92], "pretempraminit": 0, "0x10": [0, 8, 14, 66, 70, 84, 88], "posttempraminit": [0, 2], "0x20": [0, 14, 43], "preconfiginit": 0, "0x30": 0, "postconfiginit": 0, "0x40": [0, 4], "prememoryinit": [0, 2], "0x50": 0, "postmemoryinit": [0, 2], "0x60": 0, "pretempramexit": [0, 2], "0x70": 0, "posttempramexit": [0, 2], "0x80": 0, "presiliconinit": [0, 2], "0x90": 0, "postsiliconinit": [0, 2], "0xa0": 0, "prepcienumer": [0, 2], "0xb0": 0, "postpcienumer": [0, 2], "0xc0": 0, "prepayloadload": [0, 2], "0xd0": 0, "postpayloadload": [0, 2], "0xe0": 0, "endofstag": 0, "0xf0": 0, "0xf8": 0, "0xff": [0, 5, 36, 66], "open": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "sourc": [0, 1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "project": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "apollo": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "lake": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 74, 75, 77, 78, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "whiskei": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "xtreme": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "i11": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "coffe": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "refresh": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "desktop": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "s8": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "mobil": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "h6": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "comet": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "cml": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "rvp": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "pch": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "v": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "h420e": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "tiger": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "elkhart": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "alder": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "adl": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "p": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "n": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "amston": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "raptor": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "rpl": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "azb": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "arizona": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "beach": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "icx": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "d": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "meteor": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "mtl": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "i12": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "mclaren": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "island": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "squar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "pro": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "7000": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "edg": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "6000": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "13th": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "editor": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "\u00b5": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "target": [1, 4, 7, 8, 17, 23, 29, 31, 32, 34, 36, 39, 43, 44, 51, 55, 61, 68, 69, 70, 71, 72, 73, 75, 76, 78, 79, 80, 84, 88, 89, 97, 106], "featur": [1, 2, 4, 5, 7, 17, 19, 21, 26, 36, 46, 47, 48, 54, 60, 64, 65, 66, 68, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 98, 106], "design": [1, 2, 3, 5, 7, 17, 22, 28, 35, 42, 66, 75, 78], "flexibl": [1, 4, 5, 52, 55, 66], "layout": [1, 3, 4, 12, 30, 36, 41, 43, 61, 86, 87, 91, 99, 101, 102], "raw": [1, 3, 9, 29, 30, 33, 37, 44, 59, 77, 96, 100, 105], "mbr": [1, 34, 44], "gpt": [1, 26, 33], "fat": [1, 9, 26, 29, 33, 34, 43, 44, 68, 71, 72, 73, 75, 76, 79, 80, 82, 83, 85, 86, 87], "ext2": [1, 9, 33, 34, 43], "3": [1, 2, 4, 8, 9, 10, 22, 25, 26, 29, 30, 32, 33, 34, 35, 36, 39, 41, 42, 43, 44, 55, 61, 66, 92, 93, 98, 102], "4": [1, 2, 4, 5, 8, 9, 22, 25, 26, 29, 33, 34, 35, 36, 37, 39, 42, 43, 44, 52, 61, 66, 75, 81, 82, 83, 85, 86, 87, 92, 102], "emmc": [1, 2, 5, 26, 29, 39, 43, 44], "uf": 1, "nvme": [1, 33, 34, 39, 43, 46, 47], "sata": [1, 29, 34, 39, 43, 44, 46, 47, 75, 77], "usb": [1, 5, 7, 18, 29, 33, 34, 35, 39, 43, 44, 46, 47, 51, 61, 68, 69, 71, 72, 73, 75, 76, 79, 80, 82, 83, 85, 86, 87], "spi": [1, 5, 29, 35, 42, 51, 57, 66, 68, 69, 70, 71, 72, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 93, 98], "redund": [1, 4, 9, 10, 17, 30, 60, 61, 89], "fallback": [1, 39], "flow": [1, 2, 12, 17, 19, 29, 41, 46, 47, 55, 59, 60, 61, 62, 68, 70, 71, 72, 73, 75, 76, 79, 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 98, 99], "shown": [1, 2, 4, 5, 7, 10, 15, 32, 36, 61, 66, 77, 89], "chart": 1, "A": [1, 5, 10, 17, 19, 21, 29, 30, 36, 39, 42, 47, 48, 51, 55, 57, 60, 61, 62, 63, 65, 66, 68, 71, 72, 73, 76, 77, 78, 79, 80, 86, 87, 92], "data": [1, 2, 4, 5, 7, 10, 11, 12, 15, 17, 18, 21, 29, 35, 36, 39, 51, 63, 65, 69, 75, 78, 81, 82, 83, 85, 86, 87, 89, 90, 92, 93, 98, 104], "osbootoptionguid": 1, "type": [1, 2, 5, 7, 12, 15, 26, 29, 30, 33, 34, 35, 36, 41, 43, 44, 47, 49, 61, 62, 63, 68, 71, 72, 73, 75, 76, 77, 79, 80, 82, 83, 85, 86, 87, 89, 96, 104], "0": [1, 2, 4, 5, 8, 9, 14, 15, 22, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 41, 42, 43, 44, 46, 47, 49, 52, 54, 55, 57, 61, 66, 70, 71, 72, 73, 80, 81, 82, 83, 84, 85, 86, 87, 88, 91, 92, 98, 101, 102], "refer": [1, 2, 4, 5, 7, 9, 16, 21, 22, 23, 28, 30, 32, 35, 36, 37, 42, 47, 49, 52, 54, 59, 61, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "boot_image_typ": 1, "uint8": [1, 10, 21, 61, 66, 93], "imagetyp": [1, 34, 43], "zero": [1, 61, 91], "mean": [1, 7, 15, 61], "bootflag": 1, "medium": 1, "os_boot_medium_typ": 1, "devtyp": [1, 29, 33, 34, 39, 43, 44], "indic": [1, 5, 33, 46, 52, 61, 66, 91], "instanc": [1, 33, 61, 92], "belong": 1, "devinst": 1, "hardwar": [1, 2, 4, 5, 10, 17, 20, 23, 29, 34, 36, 41, 43, 44, 54, 55, 58, 61, 65, 66, 68, 70, 71, 72, 73, 75, 76, 78, 79, 80, 84, 88, 93], "number": [1, 2, 3, 5, 21, 29, 33, 36, 39, 42, 44, 61, 66, 91, 92, 93], "hwpart": [1, 29, 33, 34, 39, 43, 44], "softwar": [1, 5, 7, 22, 35, 36, 46, 55, 57, 61, 69, 75, 78, 81, 82, 83, 85, 86, 87], "swpart": [1, 29, 33, 34, 39, 43, 44], "For": [1, 5, 7, 8, 9, 11, 14, 17, 18, 21, 22, 23, 28, 29, 30, 32, 36, 37, 39, 41, 42, 45, 46, 47, 49, 52, 55, 61, 63, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81, 83, 84, 86, 87, 88, 89, 91, 93, 98], "os_file_system_typ": 1, "fstype": [1, 29, 33, 34, 39, 43, 44], "1": [1, 2, 4, 5, 8, 9, 15, 21, 25, 26, 28, 29, 30, 31, 33, 34, 35, 36, 39, 41, 42, 43, 44, 48, 54, 60, 61, 65, 66, 68, 71, 72, 73, 76, 77, 79, 80, 98, 102], "trusti": 1, "2": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "misc": [1, 96, 100, 105], "6": [1, 8, 9, 26, 29, 33, 34, 36, 39, 42, 43, 44, 47, 55, 61, 66, 69, 78, 92, 93, 102], "extra": [1, 4, 18, 81], "boot_imag": [1, 81], "7": [1, 2, 22, 26, 34, 36, 44, 55, 61, 66, 69], "os_boot_opt": 1, "depend": [1, 12, 17, 26, 27, 28, 30, 33, 34, 42, 43, 44, 55, 61, 66, 89, 90], "scenario": [1, 60], "custom": [1, 5, 12, 17, 28, 29, 31, 41, 46, 47, 51, 52, 55, 61, 63, 64, 68, 69, 70, 71, 72, 73, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 93, 106], "prebuild": [1, 4], "time": [1, 2, 4, 5, 14, 21, 28, 29, 35, 36, 42, 46, 47, 48, 50, 51, 61, 63, 65, 66, 68, 71, 72, 73, 75, 76, 78, 79, 80, 82, 83, 85, 86, 87, 98, 99], "platform": [1, 2, 3, 4, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 69, 70, 71, 72, 73, 74, 75, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "aim": [2, 13], "veri": [2, 5, 28, 66, 99], "quickli": [2, 3], "mandatori": [2, 3], "some": [2, 4, 5, 7, 10, 17, 30, 31, 32, 33, 41, 42, 43, 46, 66, 91, 98], "case": [2, 3, 4, 5, 7, 15, 17, 22, 29, 32, 33, 41, 46, 55, 61, 91, 98], "e": [2, 5, 10, 18, 21, 23, 26, 31, 33, 34, 36, 42, 43, 44, 46, 61, 64, 66, 75, 81, 82, 83, 85, 86, 87, 89, 91, 98], "g": [2, 5, 10, 18, 21, 23, 26, 33, 34, 36, 42, 43, 44, 46, 61, 75, 81, 82, 83, 85, 86, 87, 89, 98, 101], "turn": [2, 5, 8, 15, 60, 68, 73, 75, 76, 78, 79], "rear": 2, "view": [2, 7, 41, 55, 66, 90, 91], "camera": 2, "car": [2, 8, 15, 19], "everi": [2, 7, 66], "stage": [2, 5, 10, 12, 15, 17, 19, 36, 55, 65, 89, 98, 102], "There": [2, 7, 36, 43, 44, 46, 47, 49, 61, 66, 99], "trade": 2, "off": [2, 5, 17, 40, 61, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 84, 88], "consid": [2, 4, 5, 22, 33, 52, 64, 66], "optim": [2, 5, 46, 55, 66, 99], "media": [2, 3, 19, 33, 34, 43, 46, 61, 81], "fast": [2, 36, 46, 55, 66, 78, 91], "secur": [2, 3, 4, 5, 16, 17, 18, 21, 39, 47, 54, 55, 61, 63, 64, 65, 66, 77, 91, 98], "sign": [2, 22, 29, 33, 34, 43, 44, 59, 61, 62, 66, 89, 90, 91], "algorithm": [2, 52, 91], "acceler": 2, "frequenc": [2, 36], "size": [2, 4, 5, 7, 8, 9, 10, 15, 17, 22, 28, 29, 30, 32, 33, 34, 35, 36, 37, 41, 42, 43, 44, 46, 47, 59, 60, 61, 66, 68, 71, 72, 73, 76, 79, 80, 86, 87, 91, 94, 98, 99], "lz4": [2, 28, 31, 35, 37, 46, 47, 48, 52, 61, 91, 105], "gener": [2, 4, 5, 7, 12, 17, 21, 24, 28, 29, 30, 31, 32, 33, 34, 35, 36, 39, 42, 43, 44, 51, 59, 62, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 93, 94, 99], "splash": [2, 4, 33, 55, 106], "screen": [2, 30, 35, 55, 96, 97, 100, 101, 102, 105], "option": [2, 4, 5, 7, 8, 11, 12, 18, 23, 25, 26, 28, 29, 30, 32, 33, 34, 36, 41, 42, 43, 44, 51, 52, 55, 60, 61, 68, 69, 70, 71, 72, 73, 76, 77, 79, 80, 81, 84, 88, 89, 91, 93, 94, 98, 99, 101, 102, 104], "obtain": [2, 34, 36, 37, 41], "captur": [2, 7, 30, 51], "timestamp": 2, "valu": [2, 4, 5, 7, 8, 28, 32, 33, 36, 37, 39, 41, 42, 46, 47, 49, 52, 61, 64, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 99], "associ": [2, 5, 43, 44, 60, 61, 63, 66, 90], "denot": [2, 66], "event": [2, 36], "through": [2, 5, 7, 17, 46, 51, 61, 62, 66, 78, 90, 91, 99, 100], "hand": [2, 17, 33, 40, 98], "block": [2, 7, 17, 32, 46, 58, 66], "gloaderperformanceinfoguid": 2, "0x868204be": 2, "0x23d0": 2, "0x4ff9": 2, "0xac": [2, 73], "0x34": 2, "0xb9": 2, "0x95": 2, "0x04": [2, 4, 14, 66], "0xb1": 2, "osload": [2, 3, 4, 12, 15, 17, 19, 28, 30, 31, 32, 35, 37, 46, 48, 52, 81, 105], "shell": [2, 5, 12, 26, 29, 31, 33, 34, 37, 39, 40, 41, 43, 44, 51, 68, 71, 72, 73, 75, 76, 79, 80, 82, 83, 85, 86, 87, 96, 98, 101, 103, 105, 106], "perf": [2, 18, 40, 104], "command": [2, 5, 8, 16, 18, 22, 23, 26, 28, 29, 33, 35, 36, 37, 39, 43, 44, 46, 47, 48, 51, 52, 59, 61, 63, 66, 68, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 89, 90, 91, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105], "exampl": [2, 4, 7, 9, 14, 17, 21, 22, 23, 26, 28, 29, 30, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 49, 52, 55, 60, 61, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 102, 104, 106], "output": [2, 4, 8, 14, 26, 29, 30, 33, 34, 35, 37, 38, 40, 41, 42, 43, 44, 46, 47, 51, 61, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 105, 106], "below": [2, 4, 5, 7, 9, 10, 13, 15, 16, 22, 30, 31, 32, 33, 36, 38, 39, 40, 42, 46, 48, 59, 60, 61, 63, 65, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93], "loader": [2, 10, 11, 12, 15, 17, 29, 33, 48, 57, 61, 68, 71, 72, 73, 76, 77, 78, 79, 80, 98], "delta": [2, 5, 39, 42, 51, 90], "1000": [2, 49], "1010": 2, "9": [2, 22, 36, 66, 81, 82, 83, 85, 86, 87, 92], "1040": [2, 36], "11": [2, 8, 33, 35, 36, 47, 66], "1060": 2, "5": [2, 8, 9, 21, 26, 33, 34, 36, 39, 42, 43, 44, 59, 61, 66, 92, 93, 102], "1080": 2, "31": [2, 5, 36, 47, 66], "15": [2, 5, 22, 36, 47, 66], "10a0": 2, "82": 2, "51": 2, "10b0": 2, "84": 2, "decompress": [2, 46, 47], "2000": 2, "2020": [2, 30, 34], "197": 2, "113": 2, "2030": 2, "229": 2, "memoryinit": 2, "2040": 2, "266": 2, "37": 2, "2050": 2, "276": 2, "10": [2, 22, 34, 35, 36, 49, 66, 70, 81, 82, 83, 84, 85, 86, 87, 88, 92], "2060": 2, "281": 2, "2070": 2, "2080": 2, "283": 2, "2090": 2, "285": 2, "20a0": 2, "361": 2, "76": 2, "20b0": 2, "364": 2, "20c0": 2, "extend": [2, 4, 10, 17, 19, 32, 52, 65, 66], "20d0": 2, "365": 2, "rebas": [2, 89], "3000": 2, "370": 2, "3010": 2, "466": 2, "96": [2, 36], "3020": 2, "467": 2, "nv": [2, 10, 15, 36, 60], "3030": 2, "490": 2, "23": [2, 35, 36], "siliconinit": 2, "3040": 2, "492": 2, "3050": 2, "515": 2, "displai": [2, 5, 7, 18, 33, 40, 66, 81, 90, 91, 101, 104], "3060": 2, "520": 2, "mp": [2, 14, 36], "wake": 2, "3080": 2, "524": 2, "3090": 2, "526": 2, "30a0": 2, "536": 2, "30b0": 2, "543": 2, "30c0": 2, "545": 2, "notifi": 2, "30d0": 2, "561": 2, "30e0": 2, "564": 2, "3100": 2, "567": [2, 99], "3110": 2, "568": 2, "3120": 2, "577": 2, "3130": 2, "675": 2, "98": [2, 71], "3140": 2, "744": 2, "69": 2, "3150": 2, "31a0": 2, "746": 2, "31b0": 2, "749": 2, "decod": [2, 7, 47], "format": [2, 3, 4, 5, 9, 16, 17, 26, 29, 30, 33, 34, 36, 37, 42, 43, 44, 46, 47, 48, 52, 61, 62, 66, 77, 91, 92, 93, 96, 100, 105], "31f0": 2, "end": [2, 4, 5, 7, 10, 12, 15, 31, 33, 35, 61, 66, 99, 100], "print": [2, 18, 21, 40, 41, 99, 104], "own": [2, 18, 46, 49, 66, 81, 82, 83, 85, 86, 87, 89], "publish": 2, "tabl": [2, 4, 5, 15, 26, 35, 36, 41, 42, 46, 61, 63, 68, 70, 73, 75, 76, 79, 84, 88, 89], "sblt": 2, "detail": [2, 3, 5, 9, 14, 16, 17, 21, 22, 23, 29, 32, 33, 34, 36, 41, 42, 43, 44, 47, 51, 52, 55, 59, 60, 61, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90], "show": [2, 7, 31, 32, 33, 46, 52, 61, 66, 89, 91, 93, 94, 98, 99], "ad": [2, 8, 12, 28, 29, 33, 34, 36, 46, 47, 49, 52, 59, 91, 98], "efi_acpi_5_0_fpdt_performance_record_head": 2, "header": [2, 4, 5, 10, 11, 15, 46, 47, 59, 61, 63, 70, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91], "uint32": [2, 10, 21, 47, 61, 66, 92, 98], "taken": [2, 66], "nanosecond": 2, "uint64": [2, 21, 61], "stage1tim": 2, "stage2tim": 2, "osloadertim": 2, "sbl_performance_record": 2, "access": [2, 7, 10, 18, 63, 66, 75, 81, 82, 83, 85, 86, 87, 91], "via": [2, 7, 21, 26, 40, 41, 43, 44, 46, 47, 48, 55, 78, 81, 82, 83, 85, 86, 87], "signatur": [2, 4, 10, 21, 30, 36, 43, 44, 59, 61, 65, 66, 77, 91, 99, 102], "0x00000000452b88cc": 2, "0000": [2, 36, 47, 66], "53": 2, "42": [2, 34], "4c": 2, "54": 2, "28": [2, 35, 47], "00": [2, 14, 29, 35, 36, 47, 75, 86, 87], "30": [2, 30, 34, 47, 69], "20": [2, 29, 33, 36, 47, 66], "01": [2, 22, 29, 35, 36, 66, 83, 86, 87], "0010": 2, "83": 2, "04": [2, 22, 30, 33, 36, 47, 83, 85, 86], "b9": [2, 86, 87], "0a": 2, "0020": 2, "9e": 2, "highli": [3, 29], "desir": [3, 5, 33, 40, 47, 55, 61, 66, 90, 91], "mani": [3, 4, 5, 11, 13, 21, 36, 66], "kernel": [3, 5, 16, 26, 29, 33, 34, 43, 44, 51, 59, 61, 68, 71, 72, 73, 76, 79, 80, 81, 91, 98], "multiboot": [3, 16, 17, 26, 29, 34, 56], "compliant": [3, 17, 34, 57, 91], "encapsul": [3, 46, 47, 59, 77, 91], "tool": [3, 4, 7, 8, 9, 12, 16, 19, 21, 23, 24, 26, 29, 30, 33, 34, 35, 39, 43, 44, 46, 47, 51, 52, 54, 55, 58, 59, 61, 63, 68, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 106], "lba": [3, 9, 29, 46], "abl": [3, 10, 29, 32, 33, 36, 66, 78], "standard": [3, 5, 7, 30, 36, 47, 55, 57, 78], "linux": [3, 4, 8, 10, 16, 17, 23, 24, 25, 26, 30, 33, 43, 44, 46, 47, 51, 63, 75, 77, 82, 83, 85, 86, 87, 89, 90, 100, 102, 103, 105, 106], "without": [3, 4, 5, 9, 10, 31, 35, 47, 49, 61, 66, 81, 90, 91], "pack": [3, 5, 42], "releas": [3, 11, 12, 14, 18, 21, 22, 26, 33, 37, 39, 40, 55, 68, 69, 70, 71, 73, 76, 78, 79, 80, 84, 88, 89, 97, 101], "choos": [4, 5, 7, 31, 66], "edk": [4, 17, 35, 45, 56, 89], "ii": [4, 17, 35, 45, 56, 89], "compil": [4, 14, 19, 29, 55, 66, 89, 96, 97, 99, 100, 101, 102, 105], "infrastructur": [4, 5, 11, 58, 63, 78], "framework": 4, "extens": [4, 55, 66], "capabl": [4, 7, 16, 33, 36, 46, 47, 61], "chain": [4, 19, 29, 55, 62, 65], "gcc": [4, 22, 29, 36, 55], "visual": [4, 22, 35, 55, 66], "studio": [4, 7, 22, 35, 55], "choic": [4, 11, 55], "benefit": [4, 5], "familiar": [4, 75, 78, 81, 82, 83, 85, 86, 87], "uefi": [4, 7, 8, 10, 16, 17, 22, 28, 29, 33, 46, 51, 52, 55, 57, 61, 63, 81, 89, 91, 98, 106], "bio": [4, 5, 12, 20, 29, 33, 36, 42, 46, 47, 61, 66, 68, 69, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 85, 86, 87, 98], "smaller": [4, 36, 52], "effort": 4, "script": [4, 5, 8, 10, 19, 23, 29, 30, 33, 35, 37, 39, 42, 46, 47, 59, 61, 63, 66, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 99], "buildload": [4, 19, 23, 25, 28, 29, 30, 31, 32, 35, 36, 37, 38, 48, 52, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 96, 97, 99, 100, 101, 102, 105], "py": [4, 5, 7, 8, 9, 15, 19, 21, 22, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 42, 43, 45, 46, 47, 48, 50, 52, 60, 61, 63, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 105], "diagram": [4, 60, 66], "illustr": [4, 5, 28, 49, 60, 66], "helper": [4, 17, 19, 99], "assist": [4, 61], "slimbootload": [4, 5, 8, 23, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 41, 42, 46, 47, 49, 61, 68, 73, 76, 77, 78, 79, 96, 97, 99, 100, 101, 102, 103, 105], "txt": [4, 26, 29, 33, 36, 43, 44, 91, 92], "compon": [4, 5, 12, 13, 20, 29, 30, 34, 36, 39, 41, 43, 44, 47, 51, 58, 59, 60, 63, 64, 65, 66, 78, 86, 87, 89, 91, 93, 106], "modifi": [4, 5, 7, 14, 18, 29, 30, 33, 36, 39, 41, 42, 45, 46, 61, 65, 66, 90, 97, 100, 101, 102, 104], "boardconfig": [4, 5, 7, 8, 15, 21, 28, 30, 32, 33, 36, 37, 45, 46, 47, 48, 50, 60, 66, 101, 102], "footprint": [4, 5, 18, 52], "determin": [4, 10, 15, 61, 100], "among": 4, "those": [4, 5, 43], "dsc": [4, 28, 30, 35, 89, 92], "final": [4, 5, 9, 23, 33, 35, 46, 47, 66, 90], "configdatastruct": [4, 66], "yaml": [4, 12, 14, 39, 41, 42, 46, 47, 49, 61, 90, 92], "configdatablob": [4, 66], "intern": [4, 5, 7, 15, 66], "default": [4, 5, 7, 8, 16, 22, 28, 33, 35, 36, 39, 43, 52, 61, 64, 81, 91, 97, 99, 105], "master": [4, 33, 36, 46, 47, 49, 59, 63], "get": [4, 7, 9, 13, 18, 25, 26, 29, 32, 34, 35, 36, 38, 39, 41, 42, 43, 44, 47, 54, 59, 61, 66, 71, 72, 75, 78, 80, 81, 82, 83, 85, 86, 87, 91, 98, 99, 100], "help": [4, 18, 46, 47, 49, 55, 61, 89, 90, 91, 93, 94, 98, 104], "python": [4, 5, 22, 23, 25, 28, 29, 30, 31, 32, 35, 36, 37, 38, 39, 42, 46, 47, 48, 52, 55, 61, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 96, 97, 98, 99, 100, 101, 102, 105], "env": [4, 7, 32, 38, 63], "sbl_key_dir": [4, 22, 29, 61, 63], "sbl_root": [4, 22], "sblkei": [4, 22, 33, 34, 43, 46, 47, 61, 63], "platform_nam": [4, 13, 25, 48], "clean": [4, 24, 89, 97], "given": [4, 5, 33, 34, 36, 40, 41, 48, 66, 92], "1a": [4, 10, 12, 15, 65, 98], "packag": [4, 5, 12, 13, 16, 22, 25, 26, 27, 28, 29, 33, 42, 46, 47, 56, 57, 63, 66, 91, 93], "fd": [4, 31, 35, 52, 89, 91, 97, 105], "binari": [4, 5, 7, 9, 10, 11, 13, 17, 22, 23, 28, 29, 30, 31, 32, 34, 37, 41, 48, 57, 59, 63, 78, 79, 89, 90, 91, 94, 97, 98, 99], "resetvector": 4, "verinfo": 4, "flashmap": 4, "fittabl": 4, "hashstor": 4, "peipcddatabas": 4, "peim": 4, "call": [4, 5, 11, 12, 15, 31, 36, 41, 46, 47, 57, 61, 66, 69, 70, 81, 84, 88, 89, 90, 99], "1b": [4, 5, 10, 12, 15, 49, 65, 66, 98, 102], "cfgdataint": [4, 5, 66], "bin": [4, 5, 8, 9, 13, 22, 26, 28, 29, 30, 32, 34, 35, 37, 38, 39, 41, 43, 44, 46, 47, 48, 61, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 91, 96, 98, 99, 100, 101, 102, 103, 105], "vbt": [4, 12, 89], "logo": 4, "fwupdat": [4, 15, 18, 29, 59, 61, 68, 71, 72, 73, 75, 76, 79, 80, 82, 83, 85, 86, 87], "note": [4, 5, 15, 29, 33, 35, 46, 47, 66, 76, 77, 89, 91], "enable_fwu": 4, "addit": [4, 5, 19, 20, 28, 29, 36, 43, 47, 48, 55, 58, 66, 68, 69, 70, 71, 72, 73, 76, 79, 80, 82, 83, 84, 85, 86, 87, 88, 90, 91, 98], "other": [4, 5, 13, 17, 19, 20, 22, 23, 33, 36, 42, 46, 47, 49, 51, 52, 59, 60, 63, 66, 81, 92], "microcod": [4, 10, 12, 18, 89, 94, 104], "acm": [4, 10, 61, 89, 98], "individu": [4, 10, 46, 66], "put": [4, 46, 52, 91], "togeth": [4, 36, 61, 66], "getimagelayout": 4, "boot": [4, 5, 7, 10, 11, 12, 14, 17, 18, 19, 20, 21, 26, 28, 41, 42, 47, 49, 51, 55, 57, 59, 60, 61, 62, 63, 66, 75, 82, 83, 85, 86, 87, 91, 98, 103, 104, 105, 106], "critic": [4, 10, 47, 60, 62], "check": [4, 5, 7, 28, 33, 36, 38, 39, 41, 42, 46, 47, 66, 69, 70, 71, 72, 80, 84, 88, 100, 101, 102], "discuss": [4, 46, 47, 66], "abov": [4, 5, 7, 15, 22, 30, 31, 32, 33, 36, 37, 46, 47, 49, 59, 61, 65, 66, 68, 69, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 85, 92], "non": [4, 9, 10, 17, 30, 36, 47, 60, 61], "region": [4, 5, 12, 15, 17, 20, 29, 30, 46, 47, 52, 59, 60, 61, 66, 68, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 85, 86, 87, 90, 93, 98], "present": [4, 5, 15, 22, 36, 47, 66, 91, 98], "authent": [4, 46, 47, 59, 61, 91], "mrcdata": 4, "train": [4, 10, 41, 89], "getvari": 4, "setvari": 4, "litevariablelib": 4, "bootloadercommonpkg": [4, 15, 19, 98], "ucod": [4, 10, 18, 60, 61, 95, 98, 104], "post_build": 4, "than": [4, 5, 17, 30, 33, 41, 52, 61, 66], "fw": [4, 61, 63, 89, 98], "independ": [4, 7, 17, 19, 47, 61, 65], "epayload": [4, 52, 89], "u": [4, 5, 7, 22, 35, 51, 55], "integr": [4, 7, 11, 17, 26, 28, 51, 57, 58, 61, 62, 64, 66, 77, 78, 94, 98], "explain": [4, 5, 8, 16, 61, 69, 70, 81, 84, 88], "done": [4, 5, 7, 15, 30, 33, 34, 35, 36, 43, 58, 61, 89, 90, 96, 97, 99, 100, 101, 102, 105], "simplic": [4, 55, 62], "faster": 4, "certain": [4, 21, 23, 55, 61, 98], "bfv": 4, "fit": [4, 9, 17, 36, 47, 52, 66, 89], "last": [4, 26, 29, 32], "thu": [4, 5, 10, 32, 47, 60], "And": [4, 7, 46, 98], "map": [4, 7, 9, 12, 18, 35, 36, 41, 52, 60, 61, 66, 98, 102, 104], "0xfffffffc": 4, "onto": [4, 5, 29, 33, 34, 41, 43, 44, 47], "neg": 4, "offset": [4, 9, 10, 60, 61, 66, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 84, 88, 99, 102], "patch_fv": 4, "rel": [4, 66, 89, 99], "4gb": [4, 15, 33], "0xffffffff": [4, 36], "equal": 4, "files": 4, "__moduleentrypoint": 4, "symbol": [4, 7, 34, 37, 66, 99], "3473a022": 4, "c3c2": 4, "4964": 4, "b309": 4, "22b3dfb0b6ca": 4, "pcdverinfobas": 4, "pcd": [4, 14, 15], "pcdfiledatabas": 4, "efac3859": 4, "b680": 4, "4232": 4, "a159": 4, "f886f2ae0b83": 4, "3cea8ef3": 4, "95fc": 4, "476f": 4, "aba5": 4, "7ec5dfa1d77b": 4, "0xfffffff8": [4, 10], "0x08": [4, 14, 66], "interfac": [4, 5, 11, 12, 17, 26, 29, 32, 36, 39, 40, 49, 55, 63, 66, 89, 90], "0xffffffc0": 4, "high": [4, 36, 66], "max": [4, 9, 30, 36], "length": [4, 9, 10, 29, 46, 47, 49, 61], "8": [4, 5, 21, 22, 34, 36, 47, 61, 66, 69, 81, 82, 83, 85, 86, 87, 92], "respect": [4, 15, 36, 59, 63], "update_fit_t": 4, "pcdhashstorebas": 4, "cfgdatabas": 4, "016e6cd0": 4, "4834": 4, "4c7e": 4, "bcfe": 4, "41dfb88a6a6d": 4, "pcdcfgdataintbas": 4, "e08ca6d5": 4, "8d02": 4, "43ae": 4, "abb1": 4, "952cc787c933": 4, "pcdgraphicsvbtaddress": 4, "7e374e25": 4, "8e01": 4, "4fee": 4, "87f2": 4, "390c23c606cd": 4, "pcdacpitablesaddress": 4, "5e2d3be9": 4, "ad72": 4, "4d1d": 4, "aad5": 4, "6b08af921590": 4, "pcdsplashlogoaddress": 4, "embed": [4, 21, 36, 41, 47, 55, 57, 66, 84, 105], "dedic": [4, 42], "recompil": [4, 10], "most": [4, 5, 36, 46, 47, 66, 101, 102], "similar": [4, 26, 30, 33, 36, 47, 52, 63, 66], "singl": [4, 8, 36, 41, 52, 59, 61, 66, 89, 90, 91, 92], "getcontainerlist": 4, "initi": [4, 5, 11, 12, 14, 15, 17, 18, 19, 26, 33, 41, 55, 57, 58, 61, 65, 66, 68, 73, 76, 79, 89, 91], "blank": 4, "make": [4, 5, 8, 10, 19, 22, 30, 32, 33, 34, 36, 37, 39, 41, 43, 44, 46, 47, 51, 52, 61, 65, 68, 69, 70, 71, 72, 73, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 99, 102], "sure": [4, 5, 22, 30, 32, 33, 34, 37, 43, 44, 46, 47, 65, 68, 69, 70, 71, 72, 73, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 102], "exist": [4, 5, 22, 23, 28, 30, 32, 37, 46, 47, 49, 66, 68, 73, 76, 79, 89, 90, 98], "being": [4, 5, 34, 36, 47, 66, 91], "container_list": 4, "you": [4, 5, 7, 22, 25, 26, 28, 29, 31, 32, 33, 35, 36, 37, 39, 41, 43, 44, 47, 51, 52, 55, 61, 66, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 80, 84, 88, 89, 91, 96, 97, 99, 100, 101, 102, 103, 104, 105], "where": [4, 7, 22, 33, 39, 47, 61, 66, 68, 69, 70, 71, 72, 73, 76, 79, 80, 84, 88, 102], "remain": [4, 33, 36, 52], "insid": [4, 25, 29, 31, 32, 46, 47, 59, 61, 66, 91, 92], "name": [4, 7, 9, 10, 14, 23, 25, 29, 30, 32, 34, 36, 41, 47, 48, 49, 52, 60, 61, 63, 89, 91, 94], "test1": 4, "test2": 4, "test3": 4, "sblc": 4, "def": [4, 59, 63], "self": [4, 5, 8, 9, 30, 32, 33, 36, 37, 46, 47, 48, 66, 101, 102], "compressalg": [4, 46, 47], "authtyp": [4, 46, 47, 91], "svn": [4, 21, 46, 47, 91], "container_list_auth_typ": [4, 46, 47], "key_id_contain": [4, 46, 47], "_": [4, 36, 46, 47, 66], "_rsa_sign_typ": [4, 46, 47], "tst1": 4, "path": [4, 22, 28, 30, 37, 42, 43, 46, 47, 61, 63, 66, 77, 78, 89, 91, 93, 98, 99], "key_id_container_comp": [4, 46, 47], "tst2": 4, "tst3": 4, "we": [4, 6, 7, 32, 33, 35, 36, 38, 55, 66, 77, 78, 96, 97, 99, 100, 101, 102, 103, 104, 105], "section": [4, 5, 13, 22, 29, 31, 32, 36, 46, 47, 48, 49, 55, 59, 61, 66, 77, 78, 90], "class": [4, 7, 55], "sblc_size": 4, "0x1000": 4, "img_list": 4, "non_redund": 4, "stitch": [4, 5, 8, 10, 12, 24, 26, 29, 34, 35, 36, 37, 41, 43, 44, 47, 51, 55, 60, 63, 66, 77, 78, 89, 90, 95, 106], "posit": [4, 66, 89, 91], "stitch_op": [4, 9], "mode_file_pad": [4, 9], "mode_pos_tail": [4, 9], "verbos": [4, 14], "log": [4, 5, 7, 12, 18, 25, 36, 41, 46, 53, 98, 100], "messag": [4, 7, 14, 17, 18, 29, 34, 36, 41, 43, 44, 51, 61, 68, 71, 72, 73, 76, 79, 80, 81, 82, 83, 85, 86, 87, 89, 91, 93, 94, 98], "while": [4, 5, 7, 17, 47, 59, 63, 66, 68, 73, 75, 76, 79, 93], "deploi": [4, 34, 55], "product": [4, 11, 36, 78, 98], "minimum": [4, 14, 66], "consol": [4, 7, 8, 14, 18, 21, 29, 30, 33, 34, 36, 37, 38, 39, 42, 61, 68, 69, 71, 72, 73, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 100, 101, 105], "compar": [4, 64, 65, 81], "r": [4, 11, 12, 21, 29, 34, 36, 46, 78, 89, 97, 99], "eas": [5, 11, 19, 61], "goal": 5, "both": [5, 7, 13, 22, 35, 36, 46, 48, 55, 59, 64, 66, 68, 69, 90, 91, 98], "perspect": [5, 90], "busi": 5, "By": [5, 8, 46, 66, 97, 99], "central": 5, "easier": [5, 13, 52], "manag": [5, 12, 22, 46, 47, 62, 66], "relat": [5, 7, 30, 46, 47, 60, 66], "same": [5, 29, 31, 34, 35, 37, 39, 42, 43, 46, 47, 49, 61, 63, 65, 66, 78, 89, 98, 105], "becaus": [5, 81, 99], "human": [5, 66], "readabl": 5, "user": [5, 7, 11, 23, 25, 29, 31, 32, 34, 36, 43, 46, 47, 49, 61, 66, 68, 70, 71, 72, 73, 76, 77, 79, 80, 84, 88, 89, 90, 102], "unchang": 5, "extern": [5, 7, 10, 17, 26, 52, 59, 63, 90, 92], "corrupt": [5, 10, 60, 106], "instead": [5, 10, 19, 28, 30, 33, 37, 48, 52, 66, 69, 75, 81, 82, 83, 85, 86, 87], "declar": [5, 66], "silicon": [5, 7, 11, 13, 19, 47, 57, 66, 69, 75, 81, 82, 83, 85, 86, 87, 89], "polici": [5, 10, 34, 63, 66], "syntax": [5, 61, 66, 89, 94, 98], "folder": [5, 7, 12, 19, 23, 33, 35, 39, 42, 46, 47, 49, 61, 66, 89, 97], "platformcommonboardpkgcfgdata": [5, 66], "find": [5, 29, 32, 34, 36, 43, 44, 46, 47, 49, 61, 66], "platformapollolakeboardpkgcfgdata": 5, "pleas": [5, 7, 11, 22, 23, 28, 29, 30, 32, 35, 36, 39, 41, 42, 47, 55, 60, 61, 66, 68, 69, 70, 71, 72, 73, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 92], "cfgdatadef": [5, 30, 39, 42, 46, 47, 49, 66], "sub": [5, 46, 59, 66], "specifi": [5, 16, 21, 22, 29, 33, 39, 46, 47, 52, 61, 63, 66, 68, 69, 70, 71, 72, 73, 76, 79, 80, 84, 88, 89, 91, 93, 94, 98], "overrid": [5, 46, 47, 49, 66, 100], "pcie": [5, 66], "uniqu": [5, 21, 29, 46, 47, 55, 63, 64, 66, 68, 69, 70, 71, 72, 73, 76, 79, 80, 84, 88], "appli": [5, 7, 39, 42, 46, 66], "ani": [5, 9, 18, 26, 29, 31, 33, 35, 37, 39, 40, 60, 61, 63, 66, 68, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 85, 86, 87, 89], "handl": [5, 66, 98], "_cfgdata_ext_fil": [5, 66], "cfgdata_ext_def": 5, "cfgdata_ext_gpmrb": 5, "pars": [5, 36, 66, 90], "well": [5, 35, 60, 61, 65, 66], "edit": [5, 36, 66, 86, 87, 90], "restitch": 5, "rebuild": [5, 35, 39, 45, 46, 47, 49, 96, 100, 101, 102, 105], "found": [5, 6, 31, 34, 35, 36, 39, 41, 43, 44, 46, 47, 61, 66, 68, 73, 76, 79, 90, 99], "bootloadercorepkg": [5, 14, 15, 19, 22, 26, 29, 33, 39, 42, 45, 46, 47, 48, 49, 61, 63, 66, 68, 69, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 85, 86, 87, 90, 99], "configeditor": [5, 30, 39, 42, 46, 47, 51, 66], "graphic": [5, 36, 41, 77, 78, 101, 105], "ui": [5, 33, 36, 66, 99], "interchang": 5, "select": [5, 7, 22, 26, 29, 30, 33, 36, 39, 42, 60, 61, 66, 102], "dynam": [5, 15, 66], "pin": [5, 7, 42, 66, 69, 81, 82, 83, 85, 86, 87, 92], "runtim": [5, 11, 14, 17, 28, 36, 47, 51, 61, 66, 78, 106], "At": [5, 33, 36, 39, 42], "begin": [5, 33, 46, 47, 66, 99], "getboardidfromgpiopin": 5, "tag": [5, 22, 90], "cdata_pid_gpio_tag": 5, "actual": [5, 36, 41, 46, 66, 91], "static": [5, 66, 92, 101, 102, 106], "serv": [5, 32, 36], "carri": [5, 66], "cfgdata": [5, 28, 30, 35, 37, 41, 42, 46, 47, 49, 51, 52, 61, 63, 66, 89, 90, 105], "cannot": [5, 15, 66], "technic": 5, "upto": 5, "platformid_cfg_data": [5, 41, 66], "platformid": [5, 41, 66, 68, 69, 70, 71, 72, 73, 76, 79, 80, 84, 88, 93], "0x7": [5, 92], "0x9": [5, 92], "conflict": 5, "commonli": [5, 14], "One": [5, 14, 21, 23, 34, 46, 49, 58, 63, 89], "stage1bboardinitlib": [5, 69, 70, 81, 84, 88], "group": [5, 25, 26, 29, 36, 42, 66, 92], "tune": [5, 18, 46], "item": [5, 29, 46, 47, 49, 60, 61, 66, 98], "findconfigdatabytag": 5, "cdata_usb_tag": 5, "prerequisit": [5, 12, 51, 62], "cfgdata_default": 5, "rsa": [5, 29, 33, 34, 36, 43, 44, 59, 61, 71, 72, 78, 80], "cfgdatastitch": [5, 39, 66], "cfgdatatool": [5, 63, 66], "gencfgdata": [5, 66], "gui": [5, 26, 47, 51, 66, 90], "now": [5, 8, 29, 30, 32, 33, 39, 42, 47, 66, 77, 78, 99], "cfgdata_ext_up2": [5, 41], "overwritten": [5, 60, 66], "either": [5, 7, 31, 46, 49, 61, 63, 65, 66, 68, 70, 71, 72, 73, 76, 79, 80, 84, 88, 98], "directli": [5, 6, 11, 16, 36, 46, 47, 51, 79, 81, 90, 98], "accordingli": [5, 30, 33, 39, 42], "Then": [5, 7, 47, 49, 60, 78, 98], "back": [5, 33, 46, 47, 49, 61, 66], "newli": [5, 33, 77, 90], "window": [5, 7, 8, 12, 17, 24, 25, 30, 32, 33, 46, 47, 51, 55, 68, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81, 84, 88, 89, 90, 96, 99, 100, 101, 102, 103, 105], "cd": [5, 23, 25, 29, 30, 35, 36, 37, 38, 47, 91, 97, 99], "sbl_ifwi_old": 5, "k": [5, 22, 29, 30, 33, 34, 43, 46, 47, 58, 61, 68, 69, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 85, 86, 87, 91], "configtestkey_priv_rsa3072": [5, 63], "pem": [5, 22, 26, 29, 33, 34, 43, 46, 47, 61, 63], "sblopen": [5, 98], "sbl_ifwi_patch": 5, "successfulli": [5, 30, 33, 34, 35, 43, 47, 61], "patch": [5, 6, 10, 35, 39, 61, 89, 90, 91], "ifwi": [5, 8, 9, 12, 24, 33, 35, 37, 38, 39, 46, 47, 49, 57, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 98], "here": [5, 7, 8, 14, 19, 22, 26, 29, 30, 31, 32, 36, 38, 44, 46, 47, 63, 66, 78, 99, 101, 102], "http": [5, 6, 7, 11, 22, 23, 25, 29, 30, 31, 33, 35, 36, 37, 41, 42, 46, 47, 49, 66], "github": [5, 6, 11, 22, 23, 29, 30, 33, 35, 36, 41, 42, 46, 47, 49, 55], "io": [5, 18, 25, 36, 41, 42, 104], "how": [5, 8, 13, 16, 23, 28, 31, 32, 33, 35, 36, 37, 41, 46, 47, 52, 54, 61, 64, 65, 66, 68, 69, 70, 71, 72, 73, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 96, 97, 100, 101, 102, 103, 104, 105], "tos": 5, "configure_gpio": 5, "html": [5, 7, 41, 42, 66], "boardid": [5, 14, 61, 71, 72, 80], "0001": [5, 8], "cfg": [5, 33, 36, 43, 44, 81], "ext": 5, "0xfef05ff8": 5, "0x0080": 5, "success": [5, 23, 29, 30, 34, 36, 39, 43, 44, 60, 61, 71, 72, 78, 80, 89, 98], "modern": [5, 42, 66], "often": [5, 41, 42, 46, 61, 66], "constrain": [5, 42], "limit": [5, 7, 8, 17, 42, 52], "connect": [5, 8, 12, 26, 29, 30, 33, 42, 46, 49, 68, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 84, 88], "them": [5, 6, 10, 33, 42, 46, 58, 61, 64, 66, 69, 91], "could": [5, 36, 42, 46, 47, 63, 66, 79, 86, 87], "i2c": [5, 42], "digit": [5, 75, 81, 82, 83, 85, 86, 87], "signal": [5, 7, 36, 61, 81, 82, 83, 85, 86, 87], "input": [5, 7, 9, 36, 39, 42, 66, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 93, 98], "offer": [5, 47], "varieti": [5, 41], "laptop": 5, "lid": 5, "close": [5, 7, 101, 104], "anoth": [5, 7, 66, 99], "drive": [5, 26, 29, 30, 33, 35, 37, 61, 77, 96, 100, 105], "statu": [5, 7, 29, 44, 62, 68, 71, 72, 73, 76, 79, 80, 98], "led": [5, 7], "chassi": [5, 7], "good": [5, 55, 64, 66, 75, 81, 82, 83, 85, 86, 87], "primer": 5, "www": [5, 7, 11, 22, 35, 36], "org": [5, 22, 31, 36, 37, 66], "doc": 5, "latest": [5, 11, 13, 22, 30], "driver": [5, 32, 35, 36, 61, 91], "intro": 5, "what": [5, 55, 60, 66], "friendli": [5, 66], "mechan": [5, 26, 41, 46, 55, 60, 61, 86, 87], "minim": [5, 11, 36, 77], "possibl": [5, 10, 41, 66], "implementaion": 5, "expos": [5, 11, 46, 47], "just": [5, 29, 33, 40, 66], "pad": [5, 59, 61, 92], "maximum": [5, 66], "term": [5, 6, 31, 41, 43, 66, 92], "skip": [5, 33, 36], "throuh": 5, "flag": [5, 9, 10, 15, 21, 29, 33, 34, 36, 39, 43, 44, 60, 61, 66], "part": [5, 29, 31, 34, 36, 43, 44, 46, 47, 61, 65, 66, 78, 90], "hidden": [5, 46, 66], "condit": [5, 6, 31], "baselin": [5, 36, 66], "soc": [5, 7, 15, 19, 36, 57, 66], "abil": [5, 7], "space": [5, 7, 9, 18, 30, 33, 36, 52, 66], "approach": [5, 36, 55, 65], "duplic": [5, 60], "wa": [5, 22, 33, 34, 35, 36, 43, 47, 64, 91], "adopt": 5, "blob": [5, 36, 46, 47, 49, 59, 63, 65, 90, 91], "plu": [5, 6, 55, 66], "bitmask": [5, 66], "nativ": [5, 16, 66], "overridden": [5, 46, 47, 49, 66], "match": [5, 33, 36, 41, 46, 47, 52, 61, 64, 66, 99], "describ": [5, 10, 26, 29, 32, 41, 46, 66, 69, 81, 82, 83, 85, 86, 87, 90, 92], "cfgdata_gpio": [5, 66], "gpio_cfg_hdr": 5, "count": [5, 29, 34, 98], "gpiobasetableid": 5, "Or": [5, 41], "explan": 5, "templat": [5, 93], "basetablebitmask": 5, "particular": [5, 66], "filet": 5, "processcfgarrai": 5, "let": [5, 31, 37, 46, 47, 66, 78, 99], "expand": [5, 34, 43, 44, 92], "gpio_tmpl": [5, 92], "gpp_a0": 5, "0x00000000": [5, 30, 34, 36, 66, 78], "0x00000010": [5, 61], "gpp_a1": 5, "0x40000101": 5, "0x00000011": 5, "gpp_a2": 5, "0x80000201": 5, "0x00000012": 5, "gpp_a3": 5, "0xc0000301": 5, "0x00000013": 5, "gpp_a4": 5, "0x00000400": [5, 71, 72, 80], "0x00000014": 5, "gpp_a5": 5, "0x40000500": 5, "0x00000015": 5, "gpp_a6": 5, "0x80000601": 5, "0x00000016": 5, "gpp_a7": [5, 92], "0xc0000700": 5, "0x00000017": 5, "gpio_cfg_data": [5, 66, 92], "gpioconfpad1_gpp_a1": 5, "gpioskip": [5, 66], "gpiobasetablebitmask": 5, "0b11111111": 5, "clear": [5, 18, 61], "0xfd": 5, "0b11111101": 5, "correctli": [5, 25, 29, 46, 90], "configu": 5, "gpioconfpad1_gpp_a6": 5, "gpioconfpad0_gpp_a3": 5, "0x40000801": 5, "gpioconfpad1_gpp_a4": 5, "0x00050014": 5, "0xa5": 5, "0b10100101": 5, "welcom": [6, 36, 54, 55], "encourag": 6, "commun": [6, 7, 22, 26, 30, 42, 47, 92], "submit": [6, 55], "bsd": [6, 31, 55], "patent": [6, 55], "repo": [6, 30, 35], "contributor": 6, "fulli": [6, 19, 93], "understand": [6, 41, 47, 61, 69, 70, 78, 81, 84, 88, 99], "agre": 6, "edkii": [6, 55], "fork": 6, "clone": [6, 23, 25, 29, 30, 31, 35, 37], "branch": 6, "pull": [6, 13], "com": [6, 7, 11, 22, 23, 29, 30, 33, 35, 36, 46, 47, 49], "introduct": [6, 12, 54], "git": [6, 21, 22, 23, 25, 29, 30, 35, 37], "handbook": 6, "th": 7, "compos": 7, "global": [7, 12, 15, 25, 29, 45, 78, 99], "destin": [7, 14], "trigger": [7, 29, 62, 98], "unit": [7, 18, 66], "mipi": 7, "pti": 7, "rout": 7, "accord": [7, 32, 36, 39, 42, 52, 66], "stop": [7, 34, 99], "industri": [7, 47, 75, 81, 82, 83, 85, 86, 87], "method": [7, 9, 29, 46, 47, 59, 61, 63, 65, 77, 78, 91], "form": [7, 59, 66], "factor": 7, "forward": 7, "transport": [7, 26, 29], "physic": [7, 36, 41, 47], "receptacl": 7, "band": 7, "oob": 7, "protocol": [7, 16, 26, 55], "simpli": [7, 8, 41, 61, 66], "bypass": 7, "doe": [7, 15, 33, 36, 55, 58, 64, 66, 68, 73, 76, 77, 78, 79, 91], "adapt": [7, 29, 66, 81, 82, 83, 85, 86, 87], "test": [7, 18, 22, 26, 30, 33, 36, 38, 41, 51, 60, 61, 63, 77, 98], "endpoint": 7, "variou": [7, 15, 31, 47, 59, 63, 65, 66, 68, 73, 76, 79], "agent": [7, 8, 34], "known": [7, 10, 64, 65, 68, 69, 70, 71, 72, 73, 76, 79, 80, 84, 88, 92], "transmit": 7, "dfx": 7, "jtag": 7, "usb3": 7, "host": [7, 8, 25, 26, 29, 36, 47, 49, 57, 68, 69, 70, 71, 72, 73, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "intermitt": 7, "unavail": [7, 36], "designintool": 7, "silicon_view_technology_closed_chassis_adapter_p": 7, "itpxdpsvt": 7, "htm": 7, "cross": 7, "suit": [7, 36], "eclips": 7, "line": [7, 8, 18, 22, 31, 32, 33, 35, 36, 43, 44, 46, 47, 52, 66, 77, 81, 89, 91, 93, 99, 102, 105], "deep": [7, 36], "analysi": [7, 78], "chip": [7, 29, 41, 69], "peripher": [7, 81], "regist": [7, 18, 31, 34, 36, 43, 59, 61, 68, 69, 70, 76, 78, 79, 81, 84, 88, 92, 99, 104], "content": [7, 10, 18, 31, 33, 35, 46, 66], "en": [7, 35, 66], "develop": [7, 8, 11, 13, 17, 18, 21, 22, 41, 54, 55, 57, 61, 75, 78, 81, 82, 83, 85, 86, 87, 95, 106], "involv": 7, "side": 7, "cnfigur": 7, "10th": [7, 71], "core": [7, 11, 15, 19, 21, 34, 36, 37, 66, 68, 70, 71, 76, 77, 79, 80, 84, 88], "formerli": 7, "22nm": 7, "short": 7, "cabl": [7, 26, 29, 81, 82, 83, 85, 86, 87], "label": [7, 36, 66, 69, 70, 71, 72, 80, 84, 88], "glow": 7, "green": 7, "red": 7, "upd": [7, 11, 41, 66], "pchdcien": 7, "platformdebugcons": 7, "pchtracehubmod": 7, "debuginterfaceen": 7, "diretcli": 7, "updatefspconfig": [7, 98], "85": 7, "isysdbg": 7, "bat": [7, 35], "instal": [7, 8, 22, 25, 26, 29, 31, 33, 35, 44, 46, 47, 63, 75, 78, 82, 83, 85, 86, 87], "directoti": 7, "toward": [7, 15], "isysdbg_log_level": 7, "context": 7, "ipc": 7, "dbghelp": 7, "isysdbg_flash_bas": 7, "0x9b000000": 7, "isysdbg_flash_s": 7, "0x02000000": [7, 32], "power": [7, 8, 29, 55, 61, 66, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 84, 88], "workspac": 7, "probe": 7, "click": [7, 33, 47], "drop": [7, 33, 66], "finish": [7, 17, 36, 48, 61, 68, 71, 72, 73, 76, 79, 80, 98], "button": [7, 33, 69], "figur": 7, "confirm": [7, 29, 33, 81], "bug": 7, "highlight": 7, "bar": 7, "dialog": 7, "box": [7, 13], "meaning": 7, "sbl_debug": 7, "consolid": [7, 66], "awar": 7, "tab": [7, 36], "sblplatformbuildbootloadercorepkgdebug_vs2017bootloadercorepkg": 7, "diagnost": [7, 89], "checkbox": 7, "session": [7, 99], "your": [7, 22, 25, 29, 31, 32, 33, 36, 39, 42, 43, 47, 55, 61, 77, 78, 81, 82, 83, 85, 86, 87, 89, 92], "cmp_v0": 7, "suspend": 7, "paus": 7, "state": [7, 18, 34, 61, 66, 68, 71, 72, 73, 76, 79, 80, 98], "disassembli": 7, "automat": [7, 13, 36, 46, 47, 66, 97], "break": [7, 66, 96, 99], "go": [7, 33, 36, 39, 78, 86, 87, 90, 97, 99], "breakpoint": [7, 99], "press": [7, 18, 26, 29, 36, 39, 40, 61, 68, 71, 72, 73, 75, 76, 77, 79, 80, 82, 83, 85, 86, 87], "ok": [7, 44], "tick": 7, "ensur": [7, 22, 30, 41, 62, 65, 68, 73, 75, 76, 79, 98], "activ": [7, 29, 33, 36, 61, 66], "warm": 7, "disabl": [7, 8, 36, 39, 46, 47, 48, 49, 50, 55, 66, 70, 71, 72, 80, 84, 88], "uncheck": 7, "menu": [7, 8, 32, 33, 36, 39, 42, 75, 81, 82, 83, 85, 86, 87], "three": [7, 49, 57, 91], "vertic": 7, "dot": 7, "want": [7, 55, 66], "getbootpartitit": 7, "right": [7, 31, 66], "properti": [7, 32, 36], "properli": [7, 8, 29, 44, 86, 87], "video": 7, "manual": [7, 23, 33, 36, 46, 49, 61, 66], "basic": [8, 33, 35, 41, 66, 98, 99], "serial": [8, 14, 17, 21, 26, 29, 30, 33, 37, 38, 40, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 96, 99, 100, 101, 102, 103, 105], "machin": [8, 30, 33, 36, 37, 38, 46, 47, 55, 61, 77, 96, 99, 100, 101, 102, 103, 105], "microsoft": [8, 22, 35, 55], "win7": 8, "x64": [8, 31, 35, 69, 73], "win8": 8, "win10": 8, "windbg": 8, "404": 8, "download": [8, 11, 24, 25, 26, 29, 31, 33, 34, 35, 37, 43, 44, 46, 47, 68, 69, 70, 71, 72, 73, 76, 77, 79, 80, 81, 84, 88], "debugag": 8, "enable_source_debug": 8, "skip_stage1a_source_debug": 8, "On": [8, 10, 25, 33, 36, 46, 47], "program": [8, 11, 26, 30, 31, 36, 66, 86, 87, 92, 93, 96, 99, 100, 101, 102, 103, 105], "kit": [8, 55, 57, 81, 90], "softdebugg": 8, "ini": 8, "udkdebugg": 8, "conf": 8, "channel": [8, 41, 47], "must": [8, 37, 41, 60, 66], "com5": 8, "flowcontrol": 8, "baudrat": 8, "115200": [8, 29, 34, 36, 66], "server": [8, 30, 32, 36, 63], "empti": [8, 10, 26, 36, 43, 44, 66], "tcp": 8, "127": [8, 30], "1234": 8, "pipe": 8, "tmp": [8, 25], "mkfifo": 8, "flashrang": 8, "0xfef00000": 8, "0x1100000": 8, "qemu": [8, 10, 14, 22, 23, 28, 29, 30, 32, 36, 51, 52, 55, 74, 78, 89, 96, 100, 101, 102, 104, 105, 106], "noaccesslimit": 8, "0xffe00000": [8, 10], "0x200000": [8, 60], "mainten": 8, "trace": [8, 12, 55, 78], "0x0": [8, 29, 32, 34, 36, 39, 41, 43, 44, 46, 47, 61, 68, 73, 75, 76, 79, 92], "0x3f": 8, "opt": 8, "gdb": [8, 106], "establish": 8, "immedi": [8, 61, 98], "separ": [8, 36, 46, 47, 55, 66, 105], "termin": [8, 30, 33, 61, 69, 78, 99], "remot": [8, 64], "full_server_url": 8, "udk_gdb_script": 8, "x86_64": [8, 30, 36, 37, 38, 77, 96, 99, 100, 101, 102, 103, 105], "ex": [8, 22, 43, 46, 47, 91, 96, 100, 101, 102, 103, 105], "256m": [8, 30, 38, 96, 99, 100, 101, 102, 103, 105], "q35": [8, 30, 37, 38, 77, 96, 99, 100, 101, 102, 103, 105], "nograph": [8, 37, 38, 77, 96, 99, 100, 102, 103, 105], "pflash": [8, 30, 37, 38, 77, 96, 99, 100, 101, 102, 103, 105], "0x700000": 9, "exclud": [9, 18], "initrd": [9, 33, 36, 43, 44, 81, 91], "creation": [9, 59], "reduc": [9, 36, 37, 51], "spiiasbin": [9, 26, 29], "projectboardpkg": 9, "iasimage1": [9, 26, 29], "ist": 9, "iasimage2": 9, "second": [9, 10, 29, 36, 39, 46, 77], "iasimag": [9, 26, 29, 44], "spi_ias1": 9, "spi_ias1_s": 9, "ias1_flag": 9, "increas": [9, 33, 36], "area": [9, 33, 36, 75, 81, 82, 83, 85, 86, 87], "non_redundant_s": [9, 36], "x": [9, 11, 22, 30, 41, 61, 77, 99, 103], "slimbootloader_s": [9, 36], "0xe00000": 9, "els": [9, 33, 98], "mode_file_ignor": 9, "remov": [9, 23, 33, 37, 47], "redundant_b": 9, "redundant_s": 9, "mode_pos_head": 9, "0x3f8000": 9, "stitchifwiconfig": [9, 47, 60], "get_xml_change_list": 9, "flashlayout": 9, "pdrregion": 9, "inputfil": 9, "sourcedir": 9, "manifest": [10, 43, 44, 63], "With": [10, 46, 47, 49], "subcompon": [10, 57], "examin": [10, 18, 41], "arrai": [10, 61, 66], "flash_map_entry_desc": 10, "uint16": [10, 21, 61, 66, 98], "version": [10, 12, 13, 18, 22, 29, 33, 34, 36, 54, 55, 61, 69, 89, 91, 98, 104], "attribut": [10, 61, 66], "romsiz": [10, 60], "entrydesc": 10, "flash_map": 10, "emb": [10, 98], "flash_map_address": 10, "process": [10, 12, 13, 17, 19, 21, 29, 33, 35, 42, 46, 47, 61, 62, 63, 65, 68, 69, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 85, 86, 87, 89, 90], "advanc": 10, "sg1a": [10, 60, 98], "sg1b": [10, 60, 61, 98], "sg02": [10, 36, 60, 61, 98], "acm0": [10, 60], "mrcd": [10, 60], "mrc": [10, 66, 89], "var": [10, 32, 60], "keyh": [10, 59, 60, 61, 78], "pyld": [10, 52, 60], "epld": [10, 35, 36, 52, 60], "ias1": 10, "ia": [10, 26, 29, 51], "provis": [10, 26, 29], "ias2": 10, "fwup": [10, 60, 61, 98], "cnfg": [10, 60, 61], "_bpm": 10, "oemk": 10, "oem": [10, 59, 63], "rsvd": [10, 60], "emti": [10, 60], "unkn": 10, "unknown": 10, "due": [10, 33, 41, 91], "defect": 10, "2nd": [10, 33], "avoid": [10, 99], "brick": [10, 29], "total": [10, 35, 36, 66, 98], "failur": [10, 60, 61, 98], "0x00200000": 10, "0x1f8000": 10, "0xffff8000": 10, "0x008000": 10, "uncompress": [10, 60, 61], "ts_a": [10, 60], "0x1f0000": 10, "0xffff0000": 10, "b": [10, 29, 35, 36, 60, 66, 75, 86, 87, 93, 99], "0x1e8000": 10, "0xfffe8000": 10, "ts_b": [10, 60], "0x1e0000": 10, "0xfffe0000": 10, "0x1df000": 10, "0xfffdf000": 10, "0x001000": [10, 60, 61], "r_a": [10, 60], "0x1bf000": 10, "0xfffbf000": 10, "0x020000": [10, 60, 61], "0x1a0000": 10, "0xfffa0000": 10, "0x01f000": 10, "0x180000": 10, "0xfff80000": [10, 60], "0x17f000": 10, "0xfff7f000": 10, "r_b": [10, 60, 61], "0x15f000": 10, "0xfff5f000": 10, "0x140000": 10, "0xfff40000": 10, "0x120000": 10, "0xfff20000": 10, "0xffe20000": 10, "0x100000": [10, 44], "nr": [10, 60], "0x01e000": 10, "0xffe1e000": 10, "0x002000": [10, 60], "0xffe01000": 10, "0x01d000": 10, "volatil": [10, 60, 61], "0x000000": [10, 60], "easili": 11, "essenc": 11, "consum": [11, 13, 15, 35, 66, 98], "wide": [11, 59, 65], "commerci": 11, "solut": [11, 47], "newer": [11, 29, 55], "v2": [11, 57], "visit": [11, 29, 55], "everyth": 12, "seem": 12, "simpler": 12, "distanc": 12, "gail": 12, "tsukiyama": 12, "tree": [12, 28, 30, 51, 90], "construct": [12, 61], "ldrglobal": [12, 15], "graph": 12, "perman": 12, "dlt": [12, 28, 35, 37, 39, 41, 42, 46, 47, 49, 52, 68, 69, 70, 71, 72, 73, 76, 79, 80, 84, 88, 89, 90, 92, 105], "pdr": [12, 66], "measur": [12, 55, 58, 62], "fpdt": [12, 36], "svt": 12, "cca": 12, "hub": [12, 55], "direct": [12, 38, 66, 82, 83, 85, 86, 87, 92], "dci": 12, "technologi": [12, 58, 64, 78], "debugg": 12, "environm": 12, "udk": [12, 55, 57], "contribut": [12, 55], "guidelin": 12, "licens": [12, 31, 55], "style": [12, 66], "workflow": 12, "ingredi": [12, 23, 57, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 84, 88], "upgrad": [12, 51], "repositori": [13, 25, 31], "experi": 13, "wish": 13, "guidanc": 13, "renam": [13, 77], "bsf": [13, 92], "fsprel": 13, "replac": [13, 22, 36, 41, 63, 66, 90, 91, 93], "pkg": 13, "fspbin": [13, 89], "fspupd": 13, "fspsupd": 13, "fspmupd": 13, "fsptupd": 13, "json": [13, 30, 47], "boardpkg": [13, 47], "vbtbin": 13, "commit": [13, 22, 29, 35, 36, 72], "tianocor": [13, 35], "microcood": 13, "inf": [13, 31], "pcdfixeddebugprinterrorlevel": 14, "pcddebugpropertymask": 14, "sent": [14, 46], "pcddebugoutputdevicemask": 14, "definit": [14, 36, 47, 62, 66], "debug_init": 14, "0x00000001": [14, 61, 78], "debug_warn": [14, 98], "0x00000002": [14, 36, 61], "warn": 14, "debug_info": [14, 98], "0x00000040": 14, "debug_verbos": 14, "0x00400000": 14, "significantli": 14, "impact": 14, "debug_error": 14, "0x80000000": [14, 32], "error": [14, 33, 34, 46, 58, 98], "debug_property_debug_assert_en": 14, "0x01": [14, 47, 49, 66, 80, 92], "debug_property_debug_print_en": 14, "0x02": [14, 47, 49, 66, 73], "debug_property_debug_code_en": 14, "debug_property_clear_memory_en": 14, "debug_property_assert_breakpoint_en": 14, "debug_property_assert_deadloop_en": 14, "debug_output_device_log_buff": 14, "bit0": [14, 73], "debug_output_device_serial_port": 14, "bit1": 14, "debuglib": 14, "loaderplatformdataguid": 14, "emul": [14, 35, 97, 103], "sbid": [14, 21, 29, 36, 78], "sb_qemu": [14, 36, 78], "isvn": [14, 21, 29, 78], "00001": 14, "iver": [14, 21, 29, 78], "000": [14, 21, 29, 36, 78], "11095": 14, "bp0": [14, 61, 68, 71, 72, 73, 76, 79, 80, 98], "initjump": 14, "startup": [14, 36, 46], "chosen": 15, "portion": 15, "gdt": 15, "idt": 15, "heap": [15, 34, 36, 38], "mem": [15, 29, 36, 41, 44, 66, 104], "ldr": 15, "reclaim": 15, "pld": [15, 36, 52], "stacktop": 15, "mempoolend": 15, "fix": [15, 36], "pool": 15, "mempoolcurrtop": 15, "move": [15, 36], "mempoolcurrbottom": 15, "mempoolstart": 15, "diagrammat": 15, "servic": [15, 17, 36, 61, 63], "freed": 15, "persist": [15, 35], "reboot": [15, 18, 33, 35, 36, 46, 47, 61, 98], "allocatepool": 15, "allocatezeropool": 15, "allocatepag": 15, "allocatealignedpag": 15, "grow": 15, "between": [15, 26, 29, 46, 47, 58, 61, 69, 81], "report": [15, 46, 61, 64], "request": 15, "itself": [15, 29, 36, 65, 66], "freetemporarymemori": 15, "null": [15, 44, 98], "free": [15, 33, 36, 38], "memory_map_info": 15, "mem_map_type_reserv": 15, "mem_map_flag_payload": 15, "tightli": [15, 16, 17, 28], "coupl": [15, 16, 17, 28], "payloadinit": 15, "payloadentrylib": 15, "addmemoryresourcerang": 15, "rang": [15, 32, 36, 66], "pld_rsvd_mem_siz": [15, 28], "pld_heap_siz": [15, 33], "pld_stack_siz": 15, "memmap": 15, "slimboot": [15, 30, 59], "rsvdbase": 15, "rsvdsize": 15, "dmabas": 15, "heapbas": 15, "stackbas": 15, "elf": [16, 17, 26, 29, 34, 38, 51, 55], "pe32": [16, 30, 31, 91], "pi": [16, 17, 91], "document": [16, 32, 37, 42, 55, 66, 77], "flowchart": 16, "modular": [17, 19, 55], "driven": 17, "versatil": 17, "pe": 17, "os": 17, "permit": 17, "inclus": 17, "special": [17, 46, 91], "fault": 17, "toler": 17, "smm": [17, 55], "loos": [17, 28], "leverag": [17, 32], "simplifi": 17, "firmwareupd": [17, 19, 105], "agnost": 17, "necessari": [17, 66, 98], "difficult": 17, "1mb": 17, "resid": [17, 49, 66], "diagnosi": 18, "dump": [18, 34, 43, 44], "troubl": 18, "shoot": 18, "enter": [18, 26, 32, 33, 34, 36, 39, 40, 43, 44, 51, 61, 68, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 85, 86, 87, 104], "cdata": [18, 66], "cl": [18, 33, 34, 43, 46, 91], "cpuid": [18, 104], "dmesg": [18, 43, 44], "exit": [18, 26, 29, 33, 39, 43, 44, 61, 77, 89, 91, 93, 94, 96, 98, 101, 104], "f": [18, 29, 46, 47, 61, 66, 91], "filesystem": [18, 91], "mm": 18, "write": [18, 28, 44, 61, 104], "mmap": [18, 104], "mmcdll": 18, "mmc": [18, 29, 43, 44], "dll": 18, "msr": [18, 104], "model": [18, 36, 41, 78, 81, 104], "mtrr": [18, 104], "pappend": 18, "usbdev": 18, "small": [18, 30, 36, 55, 57], "reason": 18, "organ": [19, 66], "common": [19, 47, 66, 92], "payloadpkg": [19, 28, 30, 31, 32, 35, 36, 37, 52], "brief": 19, "till": 19, "invok": [19, 63], "logic": [19, 29, 34, 44, 55, 66], "subdirectori": 19, "manner": 19, "rule": [19, 92], "shall": [19, 39, 42], "mutual": 19, "exclus": 19, "thei": [19, 39, 46, 65, 66], "occupi": 20, "simpl": [21, 28, 36, 38, 66, 78], "identif": [21, 66], "major": 21, "minor": 21, "revis": 21, "semant": 21, "traceabl": 21, "sha1": [21, 29], "dirti": [21, 36], "anti": 21, "rollback": 21, "bootlloaderversionguid": 21, "buildnumb": 21, "hour": [21, 29], "stamp": [21, 29], "projminorvers": 21, "projmajorvers": 21, "coreminorvers": 21, "coremajorvers": 21, "securevernum": 21, "blddebug": 21, "fspdebug": [21, 89], "image_build_info": 21, "sbh": 21, "headerlength": [21, 66], "headerrevis": 21, "imageid": 21, "ascii": [21, 52], "string": [21, 43, 44, 66, 91, 100], "per": [21, 47, 48, 59], "imagevers": 21, "sourcevers": 21, "byte": [21, 37, 44, 47, 52, 61, 66, 75, 81, 82, 83, 85, 86, 87, 94, 102], "boot_loader_vers": 21, "build_numb": 21, "autom": [21, 75, 81, 82, 83, 85, 86, 87], "jenkin": 21, "gbootloaderversionguid": 21, "sb_apli": [21, 29], "001": [21, 29, 36, 78], "005": [21, 29, 78], "02490": 21, "sver": [21, 29, 78], "77f65eaf257fd5d": 21, "fdbg": [21, 29, 78], "bld": [21, 29, 78], "fspv": [21, 29, 78], "aplfsp": [21, 29], "rev": [21, 29, 78], "01040301": [21, 29], "reproduc": 21, "strict": 21, "hard": [21, 37, 99], "18": [22, 34, 68, 71, 72, 73, 76, 79, 80, 98], "lt": [22, 33], "iasl": [22, 29, 55], "20190509": 22, "llvm": 22, "openssl": [22, 29, 47], "sudo": [22, 25, 26, 29, 33, 77, 81], "apt": [22, 25, 26, 29], "y": [22, 28, 29, 30, 37, 41], "essenti": [22, 29, 36], "python3": [22, 29, 33], "uuid": [22, 29], "dev": [22, 29, 33, 36, 38, 47, 73, 81], "multilib": [22, 29], "miscellan": [22, 23, 24], "2015": [22, 35, 55], "2017": [22, 55], "dekstop": 22, "along": [22, 36, 61, 66, 90], "exact": [22, 60, 66], "python38": 22, "asl": [22, 57, 68], "gitbash": 22, "requist": 22, "generatekei": [22, 43, 63], "privat": [22, 36, 43, 59, 61, 63, 65, 66, 90, 91], "public": [22, 43, 44, 59, 61, 63, 65, 78], "would": [22, 23, 46, 47, 49, 59, 63, 79, 90], "export": [22, 25, 90], "os1_testkey_pub_rsaxxxx": 22, "correspond": [22, 33, 39, 42, 46, 59, 61, 63, 68, 69, 70, 71, 72, 73, 76, 79, 80, 84, 88, 91], "64": [22, 33, 34, 36, 37, 77], "pub": 22, "releasebuild": 22, "acpica": 22, "site": [22, 37], "win": 22, "zip": [22, 23, 29, 35, 36, 37, 69, 75, 81, 89, 93], "unzip": [22, 29, 69], "llvmorg": 22, "clang_bin": 22, "llvmbin": 22, "win64": 22, "wiki": 22, "index": [22, 26, 29, 39, 41, 42, 75, 81, 82, 83, 85, 86, 87, 93], "php": [22, 31], "openssl_path": 22, "alreadi": [22, 30, 39, 46, 47, 49, 66], "scm": 22, "recommend": [22, 28, 29, 33, 78, 97], "okai": 22, "lf": 22, "larg": 22, "checkout": [22, 35], "behind": [23, 25, 66], "firewal": [23, 25], "proxi": [23, 24, 33], "subcommand": [23, 29, 39, 89], "apl": [23, 29, 35, 36, 38, 51, 69, 81, 89], "stitch_compon": [23, 29, 35, 37, 69, 75, 81, 89], "artifact": 23, "programm": [23, 29, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "dediprog": [23, 35, 37, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "ubuntu": [24, 25, 36, 51], "docker": [24, 57], "yourself": [25, 78], "usermod": 25, "ag": 25, "re": [25, 33, 41, 99], "login": [25, 77, 96], "dockerfil": 25, "slimboot_source_tre": 25, "network": [25, 31, 32, 33, 36, 47, 81], "background": 25, "rm": 25, "pwd": 25, "work": [25, 26, 33, 34, 35, 39, 43, 46, 51, 55, 60, 61, 66, 69, 75, 79, 81, 82, 83, 85, 86, 87, 93, 96, 98, 103, 104], "exec": 25, "w": [25, 66, 75], "compani": 25, "http_proxi": 25, "proxy_host": 25, "https_proxi": [25, 33], "proxy_port": 25, "page": [26, 32, 33, 34, 35, 36, 37, 43, 44, 61, 99], "applic": [26, 30, 31, 38, 46, 66], "ethernet": [26, 36, 47, 49], "util": [26, 31, 33, 36, 42, 46, 47, 51, 61, 81, 92, 93, 95], "lite": 26, "private_kei": 26, "0x40000": [26, 29, 36], "cmdline": [26, 29, 33, 34, 36, 43, 44, 91], "testsigningprivatekei": [26, 29], "Not": [26, 34, 36, 49], "up2": [26, 29, 61], "flashabl": [26, 34, 36, 43, 44, 57, 93], "upon": [26, 40, 42, 66], "prompt": [26, 33, 47, 96, 97, 100, 103, 104], "mb": [26, 29, 34, 91], "000000ff": [26, 29], "0000000c": [26, 29], "isrespon": [26, 29], "00000001": [26, 29, 36], "result": [26, 29, 38], "00000000": [26, 29, 34, 36], "requestedact": [26, 29], "layer": [26, 29], "cp": [26, 33, 37, 81], "apollolakeboardpkg": [26, 29, 35, 37, 61, 69, 81], "otg": [26, 29], "root": [26, 29, 30, 32, 33, 34, 35, 43, 44, 51, 55, 58, 61, 65, 66, 68, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 85, 86, 87, 96], "procedur": [26, 52], "distro": 26, "decid": [28, 46, 47], "whether": [28, 43, 44, 52], "payload_bar": 28, "payloadmain": 28, "payload_s": 28, "0x0001f000": 28, "epayload_s": [28, 36], "0x00120000": 28, "loader_rsvd_mem_s": [28, 36], "0x00b8c000": 28, "0x00500000": 28, "payload_load_high": [28, 37], "build_dsc": [28, 30, 89], "debug_vs2019": [28, 61], "ia32": [28, 30, 35, 78], "efi": [28, 29, 30, 31, 32, 35, 36, 37, 46, 47, 52, 61, 105], "littl": 28, "toolchain": [28, 30, 55, 89], "payloadbin": [28, 30, 31, 32, 35, 36, 37, 52], "hlwd": 28, "paylaod": 28, "lldr": [28, 31, 32, 35, 37, 48, 52, 105], "gen_cfg_data": [28, 35, 36, 37, 52, 66, 105], "payloadid": [28, 32, 35, 36, 37, 52, 105], "setpayloadid": 28, "lengthi": 29, "reward": 29, "few": [29, 32, 46, 47, 81], "uart0": [29, 81], "micro": [29, 69, 75], "microb": 29, "restor": 29, "factori": [29, 75, 81, 82, 83, 85, 86, 87], "email": [29, 55], "pip": [29, 47], "pip3": 29, "cryptographi": [29, 47, 65], "mkdir": [29, 30, 33, 35, 37, 38, 77], "touch": 29, "chmod": 29, "755": 29, "stitchload": [29, 35, 37, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 93], "upa1am40": 29, "sbl_up2_ifwi": [29, 81], "0xaa00000": [29, 81], "gencapsulefirmwar": [29, 46, 47, 61, 63, 68, 69, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 85, 86, 87], "firmwareupdatetestkey_priv_rsa2048": [29, 61, 63], "fwuimag": [29, 46, 47, 61, 66, 68, 69, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 85, 86, 87], "fpt_xxx": 29, "fat32": [29, 33, 34, 43, 44, 46, 47, 81], "insert": [29, 35], "f7": 29, "fs1": 29, "l": [29, 31, 37, 91, 99], "fpt_3": 29, "50": [29, 36, 87], "2222": 29, "fpt": 29, "take": [29, 36, 41, 46, 47, 49, 55, 66, 90, 92, 93], "minut": 29, "cn16": [29, 70, 81, 84, 88], "connector": [29, 41, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 84, 88], "putti": [29, 30, 68, 70, 71, 72, 73, 75, 76, 79, 80, 84, 88], "minicom": [29, 68, 70, 71, 72, 73, 75, 76, 79, 80, 84, 88], "115200bp": [29, 68, 70, 71, 72, 73, 75, 76, 79, 80, 84, 88], "8n1": [29, 68, 70, 71, 72, 73, 75, 76, 79, 80, 84, 88], "observ": [29, 61, 71, 72, 75, 80, 81, 82, 83, 85, 86, 87], "btguard": 29, "vb": [29, 61], "05486": 29, "edc112328cf3e414": 29, "0xfef01d54": 29, "0xfef80000": 29, "0xfef88000": 29, "No": [29, 37, 55, 59, 99], "hex": [29, 39, 43, 44, 49, 61, 66, 93, 99, 102], "idx": [29, 33, 34, 39, 43, 44], "imgtyp": [29, 33, 34, 39, 43, 44], "devnum": [29, 33, 34, 39, 43, 44], "lbaoffset": [29, 33, 34, 39, 43, 44], "q": [29, 39, 61, 66, 99], "quit": [29, 39, 99, 103], "0x4": 29, "bootmediumpcibas": [29, 34, 43, 44], "0x1000000": [29, 32], "try": [29, 33, 34, 36, 43, 44, 46, 47, 60, 78], "0xff9dc000": 29, "0xffb2c000": 29, "0x150000": 29, "bootslot": [29, 34, 43, 44], "lbaaddr": 29, "0x149404": 29, "cmd": [29, 34, 36, 38, 44, 47, 99, 104], "setupbootimag": [29, 34, 43, 44], "ttys0": [29, 34, 36], "fw_boottim": 29, "15230": 29, "17": [29, 36], "send": 29, "heci": [29, 61, 71], "endofpost": 29, "sec_mod": 29, "getsecmod": 29, "gen_end_of_post": 29, "uefi_call_wrapp": 29, "sendwack": 29, "hbg4a2428525f7": 29, "getvar": 29, "nonandroid": 29, "userdebug": 29, "websit": [29, 33, 36, 46], "uo": 29, "sometim": [29, 99], "secmod": [29, 61, 71], "00000020": 29, "00000007": 29, "05482": 29, "c815bbfb25461c98": 29, "lean": 30, "effici": [30, 46], "subset": 30, "standalon": [30, 34, 63, 90, 98], "assum": [30, 32, 43, 44, 91], "directionari": 30, "payloadmodpkg": 30, "submodul": [30, 35], "prep": 30, "vs2017": 30, "micro_python": 30, "debug_vs2017": 30, "payloadpkgpayloadbin": 30, "mention": [30, 36, 66, 77, 92], "enable_sbl_setup": 30, "__init__": 30, "platformqemuboardpkgboardconfig": 30, "telnet": 30, "8888": 30, "100": [30, 49, 68, 71, 72, 73, 76, 79, 80, 98], "keypad": 30, "keyboard": 30, "bootloadercorepkgtoolssblsetup": 30, "screenshot": [30, 47], "intent": 30, "sblsetup": 30, "enable_paylod_modul": 30, "setp": 30, "mpym": 30, "stpy": 30, "cfgj": 30, "cfgd": [30, 66], "spare": 30, "adjust": [30, 36, 46, 47, 66], "auto": [30, 37, 39, 44, 66, 78], "alg": [30, 34, 36, 43, 71, 72, 78, 80], "0x2": [30, 36, 41, 72, 78, 80], "hello": [30, 38], "world": [30, 38], "v1": [30, 38], "12": [30, 33, 36, 47, 66, 98], "700": 30, "g0e6ef4035": 30, "09": [30, 35], "xyz": [31, 41], "ipx": [31, 36], "edk2": [31, 35], "uefipayloadpkg": [31, 35], "past": [31, 66], "copyright": [31, 34], "2021": 31, "corpor": [31, 36], "br": 31, "accompani": 31, "materi": 31, "made": [31, 66, 91, 98], "distribut": 31, "text": [31, 37, 66, 99], "opensourc": 31, "THE": 31, "ON": 31, "AS": 31, "basi": 31, "warranti": 31, "OR": [31, 55, 81, 82, 83, 85, 86, 87], "represent": 31, "OF": 31, "kind": 31, "express": [31, 32, 66], "impli": 31, "inf_vers": 31, "0x00010006": 31, "base_nam": 31, "file_guid": 31, "4cdf2dae": 31, "b4c7": 31, "482c": 31, "b468": 31, "99c812911ff5": 31, "module_typ": 31, "uefi_appl": 31, "version_str": 31, "dec": [31, 66], "guefipayloadnetbootappguid": 31, "0x4cdf2dae": 31, "0xb4c7": 31, "0x482c": 31, "0xb4": 31, "0x68": 31, "0x99": 31, "0xc8": 31, "0x12": 31, "0x91": 31, "0x1f": [31, 92], "0xf5": 31, "fdf": [31, 48], "dxefv": 31, "ruleoverrid": 31, "comment": [31, 63, 66], "platformbootmanagerlib": 31, "platformbootmanag": 31, "platformbootmanagerafterconsol": 31, "efibootmanagerrefreshallbootopt": 31, "platformregisterfvbootopt": 31, "load_option_act": 31, "uefipayload": [31, 35], "uefinetboot": 31, "lzma": [31, 32, 35, 37, 52, 91, 105], "prefer": [32, 44, 46, 47], "achiev": [32, 64], "tftp": [32, 36], "slimbootloader_defconfig": [32, 37], "link": [32, 47, 54, 63, 78, 99], "menuconfig": 32, "dhcp": [32, 36], "serverip": 32, "addition": [32, 91], "savedefconfig": 32, "defconfig": 32, "arch": 32, "dt": 32, "look": [32, 33, 34, 37, 42, 43, 44, 47, 61, 78, 91, 92, 100], "compat": 32, "cell": [32, 66], "dm": 32, "0x60000000": 32, "mmio": 32, "pci_mem32_bas": 32, "pci_express_bas": 32, "0xe0000000": 32, "dtb": [32, 37], "bt": [32, 37], "setenv": [32, 37], "pxefile_addr_r": 32, "ramdisk_addr_r": 32, "0x2000000": 32, "initrd_addr_r": 32, "0x3000000": 32, "kernel_addr_r": 32, "0x4000000": [32, 34], "do": [33, 37, 42, 47, 55, 97, 99], "tradit": 33, "vmlinuz": [33, 37, 39, 43, 44, 77, 81, 91], "have_verified_boot": [33, 50, 102], "enable_grub_config": 33, "encount": 33, "issu": [33, 46, 55], "formula": 33, "32mb": 33, "iso": 33, "rufu": [33, 68, 70, 71, 72, 73, 76, 79, 80, 81, 84, 88], "matter": 33, "xxx": 33, "don": 33, "someth": [33, 49, 66], "grub": [33, 43, 44, 81], "left": [33, 39, 42, 61], "corner": 33, "lsblk": 33, "gdisk": 33, "wipe": 33, "nvme1n1": 33, "icon": 33, "reach": [33, 37, 81, 82, 83, 85, 86, 87, 98, 99], "proce": [33, 61, 68, 71, 72, 73, 76, 78, 79, 80, 98, 99], "500mb": 33, "ext4": 33, "leav": 33, "pop": [33, 78], "about": [33, 35, 46, 47, 59, 61, 66, 78], "ignor": [33, 66], "mount": [33, 36, 43, 77, 91], "disregard": 33, "summari": 33, "asid": 33, "restart": [33, 61], "doubl": [33, 66], "nvme1n1p2": 33, "interest": [33, 78], "ones": [33, 36, 47], "27": [33, 47, 66], "altogeth": 33, "wget": [33, 37], "gencontain": [33, 34, 43, 46, 47, 61, 63, 91], "commonutil": [33, 34, 43], "singlesign": [33, 43, 63], "my": 33, "local": [33, 66, 77, 99], "echo": [33, 46, 47, 61, 91], "ro": 33, "quiet": [33, 36, 61], "os1_testkey_priv_rsa2048": [33, 43], "os1_testkey_priv_rsa3072": [33, 43], "sha": [33, 61], "seri": [33, 66, 72], "sbl_o": [33, 34], "lastli": 33, "unmount": 33, "cmdl": [33, 36, 43, 91], "krnl": [33, 43, 91], "inrd": [33, 36, 43, 91], "img": [33, 81, 96, 100, 105], "rsa3072_pkcs1_sha2_384": [33, 59, 91], "classic": [33, 43], "umount": [33, 77], "shutdown": [33, 96], "face": 33, "difficulti": 33, "bootabl": [34, 39, 43, 44, 59, 68, 70, 71, 72, 73, 76, 79, 80, 81, 84, 88], "vxwk": 34, "os1_testkey_pub_rsa2048_priv": 34, "sampl": [34, 38, 43, 44, 47, 60, 61, 63, 68, 69, 70, 71, 72, 73, 76, 79, 80, 81, 84, 88], "home": [34, 43, 78], "intend": [34, 36], "boot_option_tmpl": [34, 43, 44], "0x1400": 34, "xhci": [34, 43, 44], "bu": [34, 36, 43, 44, 46, 47, 61, 73], "1st": [34, 36, 100], "mass": [34, 43, 44], "storag": [34, 35, 43, 44, 46, 47, 58, 61, 64, 89], "detect": [34, 36, 37, 43, 44, 60, 61, 68, 69, 70, 71, 72, 73, 76, 78, 79, 80, 81, 84, 88, 91], "hwdev": [34, 44], "8686432": 34, "0x848b60": 34, "loadbootimag": [34, 43], "parsebootimag": [34, 43], "0x00000800": [34, 43], "0x1": [34, 36, 41, 43, 44, 46, 47, 49, 50, 66, 71, 72, 80, 92], "signtyp": [34, 36, 43, 71, 72, 78, 80], "signsiz": [34, 36, 43, 71, 72, 78, 80], "0x100": [34, 43, 71, 72, 80], "signhashalg": [34, 36, 43, 71, 72, 78, 80], "0xf3": [34, 43], "comp": [34, 43, 61], "unregist": [34, 43], "loadaddr": 34, "0x408000": 34, "loadend": 34, "0xb55da0": 34, "bssend": 34, "0xbf4f20": 34, "0x74dda0": 34, "780d61c0": 34, "1245": 34, "memlow": 34, "280": 34, "640k": 34, "memupp": 34, "600c00": 34, "6294528k": 34, "bootdevicepart3": 34, "bootdevicepart2": 34, "bootdevicepart1": 34, "bootdevicedr": 34, "addr": 34, "77851000": 34, "modscount": 34, "modsaddr": 34, "elfshdrnum": 34, "elfshdrsiz": 34, "elfshdraddr": 34, "elfshdrshndx": 34, "mmaplength": 34, "168": 34, "mmapaddr": 34, "780d6810": 34, "0000000000000000": 34, "00000000000a0000": 34, "0000000000060000": 34, "0000000000100000": 34, "00000000780e0000": 34, "48": [34, 35, 36], "00000000781e0000": 34, "0000000000500000": 34, "60": 34, "00000000786e0000": 34, "0000000000068000": 34, "78": [34, 36], "0000000078748000": 34, "0000000000008000": 34, "90": [34, 86, 87], "0000000078750000": 34, "a8": 34, "0000000078c50000": 34, "00000000003b0000": 34, "c0": 34, "0000000079000000": 34, "0000000002000000": 34, "d8": 34, "000000007b000000": 34, "0000000000800000": 34, "f0": [34, 36, 86], "000000007b800000": 34, "108": 34, "000000007c000000": 34, "0000000003c00000": 34, "120": 34, "00000000fed20000": 34, "138": 34, "00000000ff66f000": 34, "0000000000991000": 34, "150": 34, "0000000100000000": 34, "0000000180400000": 34, "driveslength": 34, "drivesaddr": 34, "configt": 34, "loadernam": 34, "789e3088": 34, "apmtabl": 34, "vbecontrolinfo": 34, "vbemodeinfo": 34, "vbeinterfaceseg": 34, "vbeinterfaceoff": 34, "vbeinterfacelen": 34, "entrypoint": [34, 36], "408000": 34, "eax": [34, 99], "2badb002": 34, "ebx": 34, "esi": 34, "edi": 34, "0x8af000": 34, "0x500000": 34, "0x20000": [34, 61], "0xa08": 34, "vxtarget": 34, "instanti": 34, "ata1a": 34, "rawf": 34, "0x20001": 34, "ata1c": 34, "0x40001": 34, "ata1d": 34, "0x50001": 34, "_________": 34, "77777777": 34, "7777777": 34, "77777": 34, "smp": [34, 36], "777": 34, "date": 34, "jul": 34, "wind": 34, "river": 34, "inc": 34, "1984": 34, "acpi_boot_op": 34, "smt": 34, "8004mb": 34, "ed": [34, 42], "ipcom_drv_eth_init": 34, "drvname": 34, "gei": 34, "drvunit": 34, "13696": 34, "python_hom": 35, "reli": [35, 61, 81], "basetool": [35, 46, 47, 55, 61, 89], "fresh": 35, "edksetup": 35, "produc": 35, "NOT": [35, 66, 98], "42d8be0eaac5e7e109f487d4e241847e815b077a": 35, "recurs": 35, "uefipayloadpkgia32x64": 35, "vs2015x86": 35, "apr": 35, "2019": 35, "uefipayloadpkgx64": 35, "debug_vs2015x86": [35, 61], "cfgdata_int_leafhil": [35, 37], "leafhill_8mb_ifwi": 35, "sbl_lfh_ifwi_uefi64": 35, "leaf": [35, 55, 69], "hill": [35, 55, 69], "8mb": 35, "bp1": [35, 61, 68, 71, 72, 73, 76, 79, 80, 98], "sbpdt": 35, "bpdtobb": 35, "prov": 35, "uvar": [35, 60], "crb": [35, 42, 55, 68, 74, 76, 84], "windows10": 35, "linuxboot": 36, "rather": 36, "meant": [36, 61], "kexec": 36, "userspac": 36, "disk": [36, 37, 43, 44, 77], "faq": 36, "bundl": 36, "cpio": 36, "archiv": [36, 55], "book": 36, "readm": 36, "md": 36, "bzimag": [36, 43, 44, 77, 91], "presenc": 36, "unpack": 36, "enough": 36, "usual": [36, 66], "gzip": 36, "xz": 36, "config_rd_gzip": 36, "buildroot": 36, "futex": 36, "epol": 36, "facilit": 36, "cover": [36, 60], "later": [36, 47, 66, 90], "conveni": 36, "prebuiltlinuximag": 36, "aae703b02f92bde9264366c545e87cec451de471": 36, "platformpkg": 36, "enable_linux_payload": 36, "0x004f0000": 36, "suppli": 36, "account": 36, "larger": 36, "0x00900000": 36, "linx": 36, "dummi": [36, 52, 66, 91], "osld": 36, "gz": 36, "satisfi": 36, "bridg": [36, 78], "0x29c0": 36, "ff9af000": 36, "unmap": 36, "0x00001000": [36, 38, 46, 47], "0x180": [36, 78], "0x584e494c": 36, "0x00800000": 36, "ram0": 36, "rw": 36, "0xec2d000": 36, "0xc4761": 36, "40": 36, "0x0eec0000": 36, "tpm": [36, 55, 57, 58, 64, 69], "lib": 36, "unabl": [36, 98], "tcg": 36, "0xa60": 36, "0x1548": 36, "0x3e058": 36, "0x8c0000": 36, "0x2934d0": 36, "0x62cb30": 36, "0x3da2a3": 36, "0x0ee5eaea": 36, "longmod": 36, "rc1": 36, "atharva": 36, "alel": 36, "mobl1": 36, "1ubuntu1": 36, "gnu": [36, 55], "ld": 36, "binutil": 36, "34": 36, "fri": 36, "oct": 36, "21": 36, "58": 36, "13": [36, 38], "pdt": 36, "2022": 36, "fpu": 36, "x87": 36, "fxsave": 36, "sigfram": 36, "e820": 36, "0x0000000000000000": [36, 91], "0x000000000009ffff": 36, "0x00000000000a0000": 36, "0x00000000000fffff": 36, "0x0000000000100000": 36, "0x000000000e58bfff": 36, "0x000000000e58c000": 36, "0x000000000e58ffff": 36, "0x000000000e590000": 36, "0x000000000e5f7fff": 36, "0x000000000e5f8000": 36, "0x000000000e5fffff": 36, "0x000000000e600000": 36, "0x000000000fffffff": 36, "0x00000000ff9af000": 36, "0x00000000ffffffff": 36, "nx": 36, "tsc": 36, "calibr": 36, "pit": 36, "1804": 36, "804": 36, "mhz": 36, "last_pfn": 36, "0xe58c": 36, "max_arch_pfn": 36, "0x400000000": 36, "pat": 36, "wb": 36, "wt": 36, "uc": 36, "ramdisk": 36, "0x0ec2d000": 36, "0x0ecf1fff": 36, "0x0e4c7000": 36, "0x0e58b760": 36, "0x0ecf1760": 36, "checksum": [36, 44], "rsdp": 36, "000024": 36, "v02": 36, "oemid": 36, "xsdt": 36, "0x000000000e5900e0": 36, "00005c": 36, "v01": 36, "oemtabl": 36, "00000005": 36, "crea": 36, "0100000d": 36, "facp": 36, "0x000000000e590210": 36, "00010c": 36, "v05": 36, "dsdt": [36, 91], "0x000000000e5904e0": 36, "001bd9": 36, "intl": 36, "20220331": 36, "fac": 36, "0x000000000e590320": 36, "000040": 36, "hpet": 36, "0x000000000e590360": 36, "000038": 36, "apic": 36, "0x000000000e5903a0": 36, "00005a": 36, "v03": 36, "mcfg": 36, "0x000000000e590400": 36, "00003c": 36, "0x000000000e590440": 36, "000044": 36, "bgrt": 36, "0x000000000e5920c0": 36, "0x000000000e592100": 36, "00002c": 36, "01000001": 36, "0xe590210": 36, "0xe59031b": 36, "0xe5904e0": 36, "0xe5920b8": 36, "0xe590320": 36, "0xe59035f": 36, "0xe590360": 36, "0xe590397": 36, "0xe5903a0": 36, "0xe5903f9": 36, "0xe590400": 36, "0xe59043b": 36, "0xe590440": 36, "0xe590483": 36, "0xe5920c0": 36, "0xe5920f7": 36, "0xe592100": 36, "0xe59212b": 36, "zone": 36, "dma32": 36, "0x0000000000001000": 36, "movabl": 36, "node": [36, 46], "initmem": 36, "6772": 36, "pm": 36, "timer": 36, "0x408": 36, "lapic_nmi": 36, "acpi_id": 36, "lint": 36, "ioapic": 36, "apic_id": 36, "0xfec00000": 36, "gsi": 36, "int_src_ovr": 36, "bus_irq": 36, "global_irq": 36, "dfl": 36, "madt": 36, "0xfed00000": 36, "smpboot": 36, "hotplug": 36, "0x10000000": 36, "0xff9aefff": 36, "clocksourc": 36, "refin": 36, "jiffi": 36, "mask": [36, 41, 66, 90], "max_cycl": 36, "max_idle_n": 36, "7645519600211568": 36, "setup_percpu": 36, "nr_cpu": 36, "nr_cpumask_bit": 36, "nr_cpu_id": 36, "nr_node_id": 36, "percpu": 36, "s131688": 36, "r0": 36, "d32152": 36, "u2097152": 36, "zonelist": 36, "57704": 36, "imexp": 36, "explor": 36, "mous": 36, "i8042": 36, "serio1": 36, "input3": 36, "779": 36, "0xffffffffffffffff": 36, "0x1a03cc1362c": 36, "440795245324": 36, "unam": 36, "none": [36, 37, 39, 59, 77, 91, 96, 100, 105], "pxeboot": 36, "crc32": 36, "lzma2": 36, "dict": 36, "1mib": 36, "stdout": 36, "dd": 36, "conv": 36, "sync": [36, 46], "512": 36, "unless": 36, "ran": 36, "tinyconfig": 36, "config_futex": 36, "config_epol": 36, "devtmpf": 36, "config_devtmpf": 36, "config_kexec": 36, "config_kexec_fil": 36, "config_efi": 36, "stub": 36, "config_efi_stub": 36, "dhclient": 36, "ipv6": 36, "fals": [36, 98], "pxe_config_filenam": 36, "server_ip_address": 36, "snippet": 36, "sbl_tgl": 36, "flmp": [36, 98], "0x47a03000": 36, "0x4770f000": 36, "0x2d2600": 36, "e1000": 36, "1f": [36, 75], "nvm": 36, "valid": [36, 66], "1998": 36, "22": 36, "46": 36, "__": 36, "___": 36, "____": 36, "ko": 36, "eth0": 36, "24": 36, "dhcpv4": 36, "leas": 36, "39": 36, "got": 36, "opcod": 36, "bootrepli": 36, "hwtype": 36, "hopcount": 36, "transact": 36, "0x8af9e5d6": 36, "num": 36, "unicast": 36, "0x00": [36, 49, 66, 73, 92, 102], "client": 36, "ip": [36, 46, 47, 65], "165": 36, "242": 36, "41": 36, "gatewai": 36, "mac": [36, 47, 61], "hostnam": 36, "bootfil": [36, 37], "subnet": 36, "fffffe00": 36, "router": 36, "domain": 36, "248": 36, "224": 36, "196": 36, "86": 36, "116": 36, "jf": 36, "96h0m0": 36, "ack": 36, "renew": 36, "163": 36, "rebind": 36, "157": 36, "ipv4": 36, "94": 36, "uri": 36, "invalid": 36, "fdt": 36, "magic": [36, 89], "0x23204175": 36, "0xd00dfeed": 36, "exhaust": 36, "05": 36, "pxelinux": 36, "oe": 36, "allowopt": 36, "timeout": [36, 60], "vesamenu": 36, "c32": 36, "titl": 36, "tabmsg": 36, "qemu64": 36, "02": [36, 70, 82, 84, 85, 88], "03": 36, "000000": 36, "62": 36, "yocto": [36, 37, 43, 44, 46, 47], "poki": 36, "38": [36, 47], "20220708": 36, "preempt": 36, "mon": [36, 37, 77, 96, 99, 100, 102, 103, 105], "aug": 36, "08": 36, "utc": 36, "smbio": 36, "dmi": 36, "tigerlak": 36, "ddr4": [36, 68, 80], "sodimm": [36, 79], "sb_tgl": 36, "006": 36, "00011": 36, "505209d9c37f4a": 36, "119842": 36, "vendor": 36, "ver": 36, "505209d9c37f4afe": 36, "547048": 36, "estim": 36, "ratio": 36, "averag": 36, "1024": 36, "1772": 36, "cpu0": 36, "11th": [36, 80], "gen": 36, "tm": [36, 70, 84, 88], "i7": 36, "11850he": 36, "60ghz": 36, "famili": [36, 68, 70, 73, 76, 79, 84, 88], "0x6": 36, "0x8d": 36, "547118": 36, "peb": 36, "fmt4": 36, "anythread": 36, "deprec": [36, 44], "icelak": 36, "lbr": 36, "width": [36, 66], "counter": 36, "pmu": 36, "548048": 36, "549048": 36, "550048": 36, "551049": 36, "0000ffffffffffff": 36, "552048": 36, "period": 36, "00007fffffffffff": 36, "553048": 36, "554048": 36, "0001000f000000ff": 36, "555099": 36, "rcu": 36, "hierarch": 36, "srcu": 36, "556210": 36, "secondari": 36, "557081": 36, "558049": 36, "14": [36, 47, 87], "gitlab": 37, "denx": 37, "de": 37, "distclean": 37, "dir": [37, 91], "vi": 37, "qemuboardpkg": [37, 52, 99, 100, 101, 102, 105], "cfgdataext_brd1": [37, 52, 105], "payload_exe_bas": 37, "config_sys_text_bas": 37, "kconfig": [37, 61], "0x00100000": 37, "stdio": [37, 77, 96, 99, 100, 101, 102, 103, 105], "yoctoproject": 37, "jethro": 37, "tar": 37, "bz2": 37, "xvf": 37, "sato": 37, "corei7": 37, "hddimg": [37, 77], "mydriv": [37, 77], "hd": [37, 77, 96, 100, 105], "bootdev": 37, "scsi": 37, "uart2": [37, 70, 82, 84, 85, 88], "mem32": 37, "config_sys_ns16550_mem32": 37, "ifdef": 37, "config_sys_ns16550_mem3": 37, "disclean": 37, "apollolak": [37, 65], "config_of_emb": 37, "strip": 37, "maker": [38, 75, 81, 82, 83, 85, 86, 87], "synchron": [38, 47], "sh": 38, "build_up2": 38, "cmake": 38, "gninja": 38, "dboard": 38, "up_squared_sbl": 38, "ninja": 38, "zephyr_root": 38, "thru": 38, "0xb4c000": 38, "0x10c000": 38, "0xa40000": 38, "ent": 38, "1689": 38, "g4a7c422182": 38, "threada": 38, "up_squar": 38, "threadb": 38, "build_qemu": 38, "qemu_x86": 38, "gbc34b1aa09": 38, "anyth": 39, "tri": [39, 60, 98], "subsequ": [39, 42, 65], "consider": 39, "buid": 39, "step1": [39, 42], "step2": [39, 42], "eg": [39, 42, 76], "coffeelakeboardpkg": [39, 42, 70, 84, 88], "panel": [39, 42, 78], "reflect": [39, 42, 66], "notepad": [39, 42], "sbl_ifwi": [39, 98], "newifwi": 39, "sd": 39, "ff": [39, 70, 84, 86, 87, 88], "0x3": [39, 41, 44, 49, 92], "noth": 39, "collect": [40, 51, 66], "dram": 41, "solder": 41, "circuit": 41, "pcb": 41, "attach": [41, 89], "dimm": 41, "constraint": 41, "schemat": 41, "ddr": 41, "datasheet": 41, "cfgdata_memori": 41, "8gb": 41, "lpddr4": [41, 68, 80], "0x000e": 41, "memory_cfg_data": [41, 66], "dualranksupporten": 41, "rmtmode": 41, "memorysizelimit": 41, "ch0_ranken": 41, "dual": 41, "rank": 41, "ch0_dramdens": 41, "ch1_ranken": 41, "ch1_dramdens": 41, "ch2_ranken": 41, "ch2_dramdens": 41, "ch3_ranken": 41, "ch3_dramdens": 41, "rmtcheckrun": 41, "hardcod": 41, "spd": 41, "cfgdata_memspd": 41, "spddatasel": 41, "carefulli": 41, "spd_ddrlp4": 41, "spd_ddrlp5": 41, "lpddr5": [41, 68, 76], "respectivli": 41, "spdaddresst": 41, "slot": [41, 61, 94], "z": 41, "smbu": 41, "spddataselxyz": 41, "correct": [41, 77], "hang": 41, "never": 41, "troubleshoot": 41, "repeat": 41, "object": 41, "contact": 41, "repres": [41, 66], "cfgtool": 42, "regard": 42, "convert": [42, 92], "sheet": 42, "gpiotablexxx": 42, "csv": [42, 92], "gpiotablexx": 42, "param": 43, "initramf": [43, 44, 51], "adher": 43, "extract": [43, 44, 69, 75, 79, 81, 82, 83, 85, 86, 87, 90, 91], "proc": [43, 44], "grep": [43, 44], "rsa_private_kei": [43, 44], "2048": [43, 59, 61], "3072": [43, 59, 61], "hash_usag": [43, 44], "pubkey_o": [43, 44], "getkeyhashlist": 43, "boarconfig": 43, "0x1500": [43, 44], "startblock": 43, "270336": 43, "17244208": 43, "0x1072030": 43, "setupsectorss": [43, 44], "rootflag": [43, 44], "syssiz": [43, 44], "0x106d2a": 43, "0x30300": 44, "spn": [44, 61], "0x30000": 44, "multi": [44, 47, 52, 89], "mib": 44, "6902016": 44, "7644383": 44, "calcul": [44, 64, 65, 66, 90], "0xe42504": 44, "src": [44, 99], "0x7886f6a8": 44, "dest": 44, "kernels": 44, "7288512": 44, "0x22": 44, "0x6f36c": 44, "enable_tcc": [46, 47], "coordin": 46, "comput": [46, 65], "improv": 46, "solv": 46, "jitter": 46, "latenc": 46, "keep": [46, 61, 66], "learn": [46, 47, 96, 97, 100, 101, 102, 103, 104, 105], "rtct": 46, "popular": 46, "hypervisor": [46, 51], "stream": 46, "similarli": [46, 66], "crl": 46, "doesn": [46, 55, 90], "knowledg": 46, "dso": 46, "deliv": [46, 57], "tigerlakeboardpkg": [46, 47, 80, 85], "tcc_ccfg_size": 46, "tcc_crl_size": 46, "0x00008000": 46, "tcc_stream_siz": 46, "0x00005000": 46, "ipfw": [46, 47, 59, 60, 61], "siipfw": [46, 47], "tccc": 46, "tccm": 46, "tcct": 46, "charact": [46, 47, 61], "boardpkgbinari": 46, "commonboardpkg": 46, "cfgdata_tcc": 46, "tccenabl": 46, "combo": [46, 47, 49], "tcctune": 46, "supersed": 46, "overlap": [46, 61], "tccsoftsram": 46, "sram": 46, "llc": 46, "tccerrorlog": 46, "record": [46, 58, 61, 64], "cfgdata_int_tglu_ddr4": [46, 47], "origin": [46, 47, 49, 66], "tcc_cfg_data": 46, "cfgdata_bootopt": 46, "six": [46, 47], "besid": 46, "cycl": 46, "sbl_rtcm": 46, "tcccrl": 46, "signedtcccrl": 46, "rsa3072_pss_sha2_384": [46, 47, 59, 91], "containercomptestkey_priv_rsa3072": [46, 47, 63], "td": [46, 47, 61, 91], "binwrapp": [46, 47], "posixlik": [46, 47], "lz4compress": [46, 47, 91], "basetoolsbinwin32lz4compress": 46, "win32": [46, 47, 61], "bootloadercorepkgtoolsgencontain": 46, "firmwareupdatetestkey_priv_rsa3072": [46, 47, 63], "previou": [46, 47, 66], "signedtcccachecfg": 46, "signedtccstream": 46, "cfgdata_capsuleinform": [46, 47, 61], "sy": [46, 47, 61], "wmi": [46, 47, 61], "44fadeb1": [46, 47, 61], "b204": [46, 47, 61], "40f2": [46, 47, 61], "8581": [46, 47, 61], "394bbdc1b651": [46, 47, 61], "firmware_update_request": [46, 47, 61], "cfgdata_tcc_featur": 46, "sensit": 47, "traffic": 47, "shape": 47, "ieee": 47, "grade": 47, "robust": 47, "reliabl": [47, 62], "exchang": 47, "enterpris": 47, "concept": 47, "heart": 47, "internel": 47, "iiot": 47, "relev": [47, 61, 66, 89, 90], "fbu": 47, "enable_tsn": 47, "tmac_siz": 47, "tmac": [47, 61], "rebuilt": 47, "soft": 47, "strap": 47, "softstrap": 47, "search": [47, 55], "otion": 47, "tsn7": 47, "2832972ad6e8f550f9628eeca7027b0aa65eb10b": 47, "stitchifwiconfig_tglu": 47, "cfgdata_silicon": [47, 49], "pchtsnenabl": 47, "en_di": [47, 49, 66], "pchtsnlinkspe": 47, "speed": [47, 49, 99], "4mhz": 47, "5gbp": [47, 49], "1gbp": 47, "0x03": [47, 66, 80, 92], "pchtsnmultivcen": 47, "vc": 47, "virtual": [47, 55, 57, 74], "silicon_cfg_data": [47, 49, 66], "effect": [47, 49, 66, 90], "iotg": 47, "v3": 47, "tsn_mac_config": 47, "bdf": 47, "rsvdbits1": 47, "func": [47, 73], "19": [47, 66], "rsvdbits0": 47, "give": [47, 66], "0x000f4000": 47, "hexadecim": 47, "000f4000": 47, "100b": 47, "1110b": 47, "0000b": 47, "lower": [47, 99], "fc": 47, "f8": 47, "ae": 47, "notat": 47, "macaddresslow": 47, "00aef8fc": 47, "macaddresshigh": 47, "00000430": 47, "siiptool": 47, "subregion_imag": 47, "config_json": 47, "tsnmacaddr": [47, 61], "signedtsnmacaddr": 47, "previous": [48, 66], "enable_pre_os_check": 48, "preoscheck": 48, "argument": [48, 61, 89, 91, 93, 94, 98], "gigabit": 49, "pse": [49, 59, 63], "mbp": 49, "rgmii": 49, "duplex": 49, "half": 49, "pse0": 49, "pse1": 49, "elkhartlakeboardpkg": [49, 72, 82], "pchtsngbesgmiien": 49, "psetsngbe0sgmiien": 49, "psetsngbe1sgmiien": 49, "psetsngbe0phyinterfacetyp": 49, "phy": 49, "editnum": 49, "2b": [49, 66], "psetsngbe1phyinterfacetyp": 49, "cfgdata_ext_iotgcrb": 49, "tcc": [51, 59], "overview": 51, "subregion": 51, "rtcm": 51, "tsn": [51, 59, 61], "capsul": [51, 59, 62, 63, 93, 94, 98], "gbe": 51, "sgmii": 51, "helloworld": 51, "netboot": 51, "pxe": 51, "vxwork": 51, "zephyr": [51, 55, 57], "micropython": 51, "leafhil": 51, "confiugr": 51, "cfio": 51, "gengpiodata": [51, 92], "fastboot": 51, "acrn": 51, "payload_fil": 52, "payload_id": 52, "compression_algorithm": 52, "compoment": 52, "uefipld": [52, 91, 105], "miss": 52, "tell": [52, 66], "Tos": 54, "tutori": [54, 78, 99], "terminologi": 54, "acronym": 54, "art": 55, "puzzl": 55, "complex": 55, "dougla": 55, "horton": 55, "monolith": 55, "combin": [55, 66], "iot": [55, 57, 75, 81, 82, 83, 85, 86, 87], "vari": 55, "rto": [55, 57], "ground": 55, "upcom": 55, "futur": [55, 61], "who": [55, 66, 90], "uart": [55, 81, 82, 83, 85, 86, 87, 93], "token": 55, "ec": 55, "superio": 55, "udk2018": 55, "ye": 55, "trust": [55, 58, 62, 64, 65], "air": 55, "ota": 55, "safe": [55, 61], "legaci": 55, "rom": 55, "csm": 55, "plan": [55, 75, 81, 82, 83, 85, 86, 87], "subscrib": 55, "our": 55, "mail": 55, "me": 55, "direclti": 55, "idea": [55, 75, 81, 82, 83, 85, 86, 87], "happi": 55, "review": 55, "trsute": 57, "assembl": 57, "disassembl": 57, "emporari": 57, "emori": 57, "ilicon": 57, "scalabl": 57, "engin": 57, "unauthor": 58, "ibb": [58, 65, 106], "cryptograph": [58, 63, 65, 77], "ptt": [58, 64], "Its": 59, "depict": [59, 60, 63, 65, 91], "sige": 59, "mono": 59, "shot": 59, "author": 59, "sha2_256": [59, 91], "sha256": 59, "sha2_384": [59, 91], "sha384": 59, "rsa2048_pkcs1_sha2_256": [59, 91], "pkcs1": 59, "rsa2048_pss_sha2_256": [59, 61, 91], "pss": 59, "usecas": 59, "enrol": 59, "key_id_os1_private_rsa3072": 59, "key_id_master_rsa3072": [59, 63], "key_id_container_rsa3072": [59, 63, 91], "loadabl": [59, 65], "digest": [59, 65], "apart": 59, "categori": 59, "fall": 59, "overriew": 59, "ownership": 59, "pictur": [59, 61, 65], "ref": 59, "crash": 60, "dead": 60, "loop": [60, 61, 77], "accomplish": 60, "backup": [60, 61, 75, 81, 82, 83, 85, 86, 87, 98], "role": 60, "0x00e00000": 60, "0xde5000": 60, "0xfffe5000": 60, "0x01b000": 60, "0xd80000": 60, "0x065000": 60, "0xcc1000": 60, "0xffec1000": 60, "0x0bf000": 60, "0xac1000": 60, "0xffcc1000": 60, "0xa00000": 60, "0xffc00000": 60, "0x0c1000": 60, "0x9e5000": 60, "0xffbe5000": 60, "0x980000": 60, "0xffb80000": 60, "0x8c1000": 60, "0xffac1000": 60, "0x6c1000": 60, "0xff8c1000": 60, "0x600000": 60, "0xff800000": 60, "0x5ff000": 60, "0xff7ff000": 60, "0x5fb000": 60, "0xff7fb000": 60, "0x004000": [60, 61], "0x5db000": 60, "0xff7db000": 60, "0x519000": 60, "0xff719000": 60, "0x0c2000": 60, "0x518000": 60, "0xff718000": 60, "0x514000": 60, "0xff714000": 60, "0x4f4000": 60, "0xff6f4000": 60, "0x432000": 60, "0xff632000": 60, "0x402000": 60, "0xff602000": 60, "0x030000": 60, "0x401000": 60, "0xff601000": 60, "0x2a0000": 60, "0xff4a0000": 60, "0x161000": 60, "0x290000": 60, "0xff490000": 60, "0x010000": [60, 98], "0x28e000": 60, "0xff48e000": 60, "0x28d000": 60, "0xff48d000": 60, "0x072000": 60, "0xff272000": 60, "0x21b000": 60, "0x071000": 60, "0xff271000": 60, "0xff200000": 60, "whenev": [60, 66], "cancel": 60, "flight": 60, "vice": [60, 92], "versa": [60, 92], "happen": 60, "enable_sbl_resili": 60, "biosredassist": 60, "guard": [60, 62, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "profil": 60, "fvme": [60, 75], "caus": [60, 63], "exercis": [60, 106], "track": 61, "progress": 61, "toggl": 61, "themselv": 61, "csme": 61, "gather": [61, 68, 70, 71, 72, 73, 76, 79, 80, 84, 88], "parit": 61, "mark": [61, 66], "incorpor": 61, "assoic": 61, "privkei": 61, "newimag": 61, "goe": 61, "priv_kei": 61, "key_id": [61, 63, 91], "key_id_firmwareupdate_rsa2048": [61, 63, 69, 81], "key_id_firmwareupdate_rsa3072": [61, 63, 82, 83, 85, 86, 87], "temp": 61, "csme_fw_update_driv": 61, "csmd": 61, "0x4e5000": 61, "0xffce5000": 61, "0x0db000": 61, "0x4e4000": 61, "0xffce4000": 61, "0x4e0000": 61, "0xffce0000": 61, "0x4c0000": 61, "0xffcc0000": 61, "0x440000": 61, "0xffc40000": 61, "0x080000": 61, "0x3c0000": 61, "0xffbc0000": 61, "assign": [61, 66, 68, 76, 79], "sole": 61, "containertestkey_priv_rsa2048": [61, 63], "sblplatform": [61, 98], "256": [61, 77], "efi_firmware_management_capsule_head": 61, "bodi": [61, 66], "fileguid": 61, "efi_guid": 61, "headers": 61, "todai": 61, "firmwrevers": 61, "capsuleflag": 61, "pubkeyoffset": 61, "pubkeys": 61, "imageoffset": 61, "images": 61, "signatureoffset": 61, "signatures": 61, "firmware_update_head": 61, "itemoffsetlist": 61, "embeddeddrivercount": 61, "payloaditemcount": 61, "dimens": 61, "efi_firmware_management_capsule_header_init_vers": 61, "preceed": 61, "efi_firmware_management_capsule_image_head": 61, "against": [61, 65, 66], "imagetypeid": 61, "efi_firmware_image_descriptor": 61, "updateimagetypeid": 61, "imageindex": 61, "efi_firmware_management_protocol": 61, "setimag": 61, "updateimageindex": 61, "reserved_byt": 61, "updateimages": 61, "vendorcod": 61, "updatevendorcodes": 61, "hardwareinst": 61, "outsid": 61, "therefor": [61, 99], "auth": [61, 62], "updatehardwareinst": 61, "efi_firmware_management_capsule_image_header_init_vers": 61, "dwmi": 61, "wq00": 61, "ws00": 61, "surviv": 61, "intel_wmi_sbl_fw_upd": 61, "getobject": 61, "winmgmt": 61, "enumset": 61, "instancesof": 61, "acpifirmwarecommun": 61, "wscript": 61, "val": 61, "put_": 61, "capsule_info_cfg_data": 61, "0e": 61, "platformnam": [61, 71, 72, 80], "bootpolici": 61, "capsuleimag": [61, 71, 72, 80], "0x787af000": 61, "capsules": [61, 71, 72, 80], "0xefe248": 61, "cse": 61, "readi": [61, 78], "0x77f000": 61, "0x10000": [61, 71, 72, 80], "0x78f000": 61, "0xedf000": 61, "99": [61, 68, 72, 73, 76, 79, 80], "0xeef000": 61, "0xe000": 61, "0x787ae000": 61, "0x770000": 61, "0xf000": 61, "fwst": 61, "rsdt": 61, "efi_system_resource_t": 61, "efi_system_resource_entri": 61, "edsger": 62, "dijkstra": 62, "leak": 63, "hacker": 63, "compromis": [63, 64], "rootkit": 63, "nist": 63, "whitepap": 63, "bkm": 63, "owner": [63, 65], "bootguard": [63, 79], "bpm": 63, "configdata": 63, "key_id_master_rsa2048": 63, "mastertestkey_priv_rsa2048": 63, "mastertestkey_priv_rsa3072": 63, "key_id_cfgdata_rsa2048": 63, "configtestkey_priv_rsa2048": 63, "key_id_cfgdata_rsa3072": 63, "key_id_container_rsa2048": 63, "containertestkey_priv_rsa3072": 63, "key_id_container_comp_rsa2048": 63, "containercomptestkey_priv_rsa2048": 63, "key_id_container_comp_rsa3072": [63, 91], "componentm": 63, "key_id_os1_public_rsa2048": 63, "os1_testkey_pub_rsa3072": 63, "key_id_os1_public_rsa3072": 63, "incas": 63, "violat": [63, 98], "golden": 64, "ascertain": 64, "discret": [64, 65], "conjunct": 64, "asymmetr": 65, "pair": [65, 66, 90, 91], "dissemin": 65, "encrypt": 65, "hwrot": 65, "rot": 65, "anchor": 65, "slightli": [65, 91], "rational": 66, "categor": 66, "flavor": 66, "least": [66, 78], "prioriti": 66, "platform_cfg_data": 66, "foundat": 66, "li": 66, "typecast": 66, "fed": 66, "_cfgdata_int_fil": 66, "cfgdatabrd1_internalrvp7": 66, "cfgdatabrd2_intrvp11": 66, "cfgdata_ext_xx": 66, "customintern": 66, "higher": 66, "extcfg_brd1": 66, "extcfg_brd2": 66, "filter": 66, "cdata_head": 66, "especi": 66, "0x16": [66, 70, 84, 88], "security_cfg_data": 66, "graphics_cfg_data": 66, "cdata_blob_head": 66, "internaldataoffset": 66, "usedlength": 66, "totallength": 66, "conditionnum": 66, "word": 66, "ideal": [66, 78], "replic": 66, "subsect": 66, "overal": [66, 89], "quick": [66, 78], "refcard": 66, "scope": 66, "preced": 66, "pageid1": 66, "parentpageid1": 66, "pagetxetdescription1": 66, "pageid2": 66, "parentpageid2": 66, "pagetxetdescription2": 66, "parentpageid": 66, "rootpageid": 66, "rootpagetxetdescript": 66, "nest": 66, "measuredboot": 66, "vt": 66, "emmctun": 66, "dcidebug": 66, "rsvd1": 66, "features_data": 66, "features_cfg_data": 66, "plt": 66, "cfghdr_tmpl": [66, 92], "0x310": 66, "features_tmpl": 66, "0x0000001f": 66, "explicit": 66, "exclam": 66, "statement": 66, "appear": 66, "equival": [66, 86, 87], "indent": 66, "relativefilepath": 66, "commonbrdpkg": 66, "rvp7pkg": 66, "cfgtmplname": 66, "param1": 66, "param2": 66, "cfgheader": 66, "_length_": 66, "10b": 66, "4b": 66, "12b": 66, "condvalu": 66, "0x0f0": 66, "macro": 66, "primarili": 66, "cond_gpio_skip": 66, "_half0": 66, "lot": [66, 101, 102], "gpio_1": 66, "gpio_2": 66, "gpio_3": 66, "reus": 66, "alwai": [66, 91], "fold": 66, "angl": 66, "bracket": 66, "expans": 66, "nth": 66, "expland": 66, "substitut": 66, "pcierp_tmpl": 66, "pcierpfeatur": 66, "rp": 66, "pcie_rp_feat": 66, "1bb": 66, "clkreqsup": 66, "clk": 66, "req": 66, "clkreq": 66, "cond_pcie_rp_en": 66, "clkreqnum": 66, "cond_pcie_rp_clk_req_sup": 66, "3bb": 66, "aspm": 66, "pcie_rp_cfg_data": 66, "0x302": 66, "0x8b": 66, "0x8f": 66, "0x87": 66, "0x86": 66, "0x83": 66, "0x8e": 66, "unord": 66, "colon": 66, "sequenc": 66, "lead": 66, "white": 66, "configdatadef": 66, "identi": 66, "pageid3": 66, "0x2000": 66, "mrcfastboot": 66, "0x200": 66, "plain": 66, "cfgitemnam": 66, "numtyp": 66, "minvalu": 66, "maxvalu": 66, "hexa": 66, "decim": 66, "val1": 66, "text1": 66, "val2": 66, "text2": 66, "val3": 66, "text3": 66, "9600": 66, "19200": 66, "38400": 66, "57600": 66, "tabular": 66, "column": 66, "columnhdr1": 66, "columnhdr2": 66, "columnhdr3": 66, "columnhdr": 66, "sepcifi": 66, "But": 66, "hold": 66, "hyperthread": 66, "tcc_set": 66, "hyper": 66, "thread": 66, "sai": 66, "tccset": 66, "keyword": 66, "affect": 66, "parent": 66, "value1": 66, "textstr1": 66, "value2": 66, "textstr2": 66, "split": 66, "except": [66, 98], "hover": 66, "cfgitem": 66, "lan": 66, "hide": 66, "true": [66, 98], "visibl": 66, "bitfield": 66, "gpiopinconfig1_": 66, "gpioskip_": 66, "enablesgx": 66, "epochupd": 66, "cfgitemoffset": 66, "explicitli": 66, "hexmajor": 66, "hexminor": 66, "bitfieldoffset": 66, "sort": 66, "0x0040": 66, "prefix": 66, "0x": 66, "brace": 66, "around": [66, 99], "comma": 66, "quot": 66, "0b": 66, "0x05": [66, 72, 92], "0x06": 66, "0x07": [66, 92], "0w": 66, "0x0201": 66, "0x0403": 66, "0x0605": 66, "0x0807": 66, "0d": 66, "0x04030201": 66, "0x08070605": 66, "0q": 66, "0x0807060504030201": 66, "popul": [66, 90], "did": 66, "nor": 66, "overwrit": [66, 91], "cfgdata_int_brd0_def": 66, "cfgdata_ext_brd1_rvp": 66, "cfgdata_ext_brd2_crb": 66, "cfgdata_ext_brd3_bmp": 66, "tagnam": 66, "itemnam": 66, "gpiopinconfig1_gpp_a0": 66, "gpioskip_gpp_a0": 66, "dword0": 66, "dword1": 66, "gpiopinconfig0_gpp_a0": 66, "0x12345678": 66, "were": 66, "cfg_ext_sign": 66, "12th": 68, "formal": [68, 69, 70, 71, 72, 73, 76, 79, 80, 84, 88], "plat": [68, 73, 75, 76, 79], "0x0017": 68, "j1g2": [68, 76, 79], "u6j1": 68, "ddr5": [68, 76, 79], "0x001b": 68, "0x0012": [68, 76], "j1c1": [68, 76], "j9j3": 68, "adlp": [68, 86], "0x0013": [68, 76], "0x0010": [68, 76], "0x000b": [68, 76], "j25": 68, "j109": 68, "0x000d": [68, 76], "j31": 68, "j34": 68, "0x000a": 68, "j2e2": 68, "j9a1": 68, "adln": 68, "0x0009": 68, "j30": 68, "j32": 68, "stitchifwi": [68, 69, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 85, 86, 87], "alderlakeboardpkg": [68, 83, 86, 87, 98], "bios_image_nam": [68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "sbl_ifwi_image_nam": [68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "sbl_adls_ifwi": 68, "xxxx": [68, 70, 71, 72, 73, 76, 79, 80, 84, 88, 91], "sbl_adlx_ifwi": 68, "sf100": [68, 69, 70, 71, 72, 73, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "sf600": [68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "polar": [68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 84, 88], "even": [68, 73, 75, 76, 79, 90, 99], "bit16": [68, 69, 70, 76, 79, 81, 84, 88], "pmc": [68, 69, 70, 76, 79, 81, 84, 88], "clock": [68, 70, 76, 79, 84, 88], "wdt": [68, 70, 76, 79, 84, 88], "oc_wdt_ctl": [68, 70, 76, 79, 84, 88], "54h": [68, 70, 76, 79, 84, 88], "flash_upd": [68, 69, 70, 73, 76, 79, 81, 84, 88], "0x002b1000": [68, 73, 76, 79, 80], "0x0a000": [68, 73, 76, 79, 80], "fwu": [68, 71, 72, 73, 76, 79, 80, 98], "0x7c": [68, 71, 72, 73, 76, 79, 80], "0x77": [68, 71, 72, 73, 76, 79, 80, 98], "etcher": [68, 70, 71, 72, 73, 76, 79, 80, 81, 84, 88], "app": [68, 70, 71, 72, 73, 76, 79, 80, 81, 84, 88], "atom": [69, 72], "e3900": 69, "junip": 69, "oxbow": 69, "variat": 69, "sbl_lfh_ifwi": 69, "leafhild": 69, "0070": 69, "r01": 69, "1805070352": 69, "fuse": [69, 75, 81, 82, 83, 85, 86, 87], "j5d1": 69, "disconnect": [69, 70, 71, 72, 80, 84, 88], "deidprog": [69, 70, 71, 72, 80, 84, 88], "ifwiutil": [69, 79, 81, 82, 83, 85, 98], "triger": [69, 70, 81, 84, 88], "scratchpad": [69, 81], "share": [69, 78, 81, 89], "bios_scratchpad": [69, 81], "1090h": [69, 81], "isfirmwareupd": [69, 70, 81, 84, 88], "lpss": 69, "ftdi": 69, "25": 69, "26": 69, "8th": [70, 84, 88], "9th": [70, 84, 88], "cfl": [70, 84, 88], "exis": [70, 71, 72, 80, 84, 88], "0xaa00": [70, 84, 88], "sio": [70, 84, 88], "uart1": [70, 83, 84, 86, 87, 88], "com1": [70, 84, 88], "fe": [70, 84, 86, 88], "com2": [70, 84, 88], "sbl_cfl_ifwi": [70, 84, 88], "j3h1": [70, 84, 88], "j7h1": [70, 84, 88], "j7h2": [70, 84, 88], "cn18": [70, 83, 84, 88], "j8j1": [70, 84, 88], "j9b7": [70, 71, 84, 88], "j4a1": [70, 80, 84, 88], "0x14": [70, 84, 88], "0x1b": [70, 84, 88, 92], "cmlv": 71, "cometlakeboardpkg": 71, "cometlakevboardpkg": 71, "sbl_cml_ifwi": 71, "sbl_cmlv_ifwi": 71, "j7g1": 71, "0x11": [71, 92], "cml_": 71, "0x8eaba010": 71, "0x83028c": 71, "0x7f": [71, 72, 80], "0x007f0000": 71, "0x002a1000": 71, "0x0f000": 71, "0x7d": [71, 72], "0x15": [71, 92], "x6000e": 72, "ehl": [72, 82], "sbl_ehl_ifwi": 72, "j3d4": 72, "ehl_crb": 72, "0x758b4010": 72, "0x9e328c": 72, "0x008f3000": 72, "0x004f1000": 72, "0x0e000": 72, "j5j1": 72, "mr4": 72, "3112989fdcec8240857b96c942d9942ec0e18254": 72, "xeon": 73, "d1700": 73, "d2700": 73, "idv": 73, "idvh": 73, "idavilleboardpkg": 73, "sbl_idv_ifwi": 73, "biosscratchpad3_cfg": 73, "0x1e": 73, "pci_config": 73, "ic": 74, "simic": 74, "qsp": 74, "signag": [75, 81, 82, 83, 85, 86, 87], "equip": [75, 81, 82, 83, 85, 86, 87], "internet": [75, 81, 82, 83, 85, 86, 87], "reprogram": [75, 81, 82, 83, 85, 86, 87], "meteorlakeboardpkg": [75, 76], "0xaa00001f": 75, "bios_imag": [75, 78, 81, 82, 83, 85, 86, 87], "sbl_ifwi_imag": [75, 81, 82, 83, 85, 86, 87], "stitchifwiconfig_mcl": 75, "stitchifwi_components_mtl": 75, "mtlp": [75, 76], "luck": [75, 81, 82, 83, 85, 86, 87], "14th": 76, "j9b2": 76, "j1": 76, "j9w1": 76, "j2b1": 76, "j9v1": 76, "sku": 76, "sbl_mtl_ifwi": 76, "sbl_mtlp_ifwi": 76, "ctrl": [77, 96, 101, 103], "genericx86": 77, "mnt": 77, "mv": 77, "usernam": 77, "hda": 77, "1g": 77, "disk_imag": 77, "isim": 78, "determinist": 78, "instrument": 78, "articl": 78, "deeper": 78, "focu": [78, 99], "pc": 78, "head": 78, "bwlow": 78, "snapshot": 78, "strongli": 78, "cli": [78, 106], "firststep": 78, "00581": 78, "8bb52daaca47d50a": 78, "qemfsp": 78, "00001000": 78, "0x00001d44": 78, "0x00070000": 78, "0x00040000": 78, "0x3400": 78, "_hs_": 78, "0x00000100": 78, "udimm": 79, "s14": 79, "0x0019": 79, "j8g2": 79, "r6j1": 79, "s17": 79, "0x0011": 79, "raptorlakeboardpkg": 79, "sbl_rpls_ifwi": 79, "tgl": [80, 85], "up3": [80, 85], "ddrlp4": 80, "sbl_tgl_ifwi": 80, "j4h2": 80, "tglu_ddr": 80, "0x7770a010": 80, "0x99128c": 80, "0x00891000": 80, "0x7e": [80, 98], "n3350": 81, "wire": [81, 82, 83, 85, 86, 87], "pinout": [81, 82, 83, 85, 86, 87], "gnd": [81, 82, 83, 85, 86, 87], "uart_rx": [81, 82, 83, 85, 86, 87], "uart_tx": [81, 82, 83, 85, 86, 87], "mmcblk0p1": 81, "mmcblk0p2": 81, "upboard": 81, "earlycon": 81, "uart8250": 81, "mmio32": 81, "0x82531000": 81, "115200n8": 81, "eof": 81, "elkhartlak": 82, "cn49": 82, "0xaa000206": 82, "06": 82, "sbl_up2_6000_ifwi": 82, "cn20": [82, 85], "adln50": 83, "cn14": 83, "0xaa000106": 83, "sbl_up7000adln50_ifwi": 83, "upx": 84, "compact": 84, "cn11": 85, "0xaa000204": 85, "sbl_upx11_ifwi": 85, "cn9": [86, 87], "0xaa000104": 86, "ecapsul": [86, 87], "hexedit": [86, 87], "hexdecim": [86, 87], "0xcffff4": [86, 87], "aa": [86, 87, 93], "00cffff0": [86, 87], "eb": [86, 87], "a4": [86, 87], "0xc7fff4": [86, 87], "00c7fff0": [86, 87], "cn19": [86, 87], "rplp": 87, "0xaa000114": 87, "fp": 89, "fsppath": 89, "usev": 89, "grab": 89, "clarifi": 89, "bootloadercorepkgtool": 90, "dominantli": 90, "prior": 90, "merg": 90, "mainli": 90, "tkinter": 90, "atleast": 91, "filesytem": 91, "wait": 91, "placehold": 91, "firmware1": 91, "firmware2": 91, "laid": 91, "cmdline1": 91, "elf1": 91, "cmdline2": 91, "elf2": 91, "cmd1": 91, "cmd2": 91, "mb2": 91, "natur": 91, "aml": 91, "x00": 91, "xb1": 91, "xac": 91, "acpi_cmd": 91, "dumi": 91, "containerimag": 91, "comp_list": 91, "img_typ": 91, "out_path": 91, "key_path": 91, "comp_dir": 91, "tool_dir": 91, "intput": 91, "filenam": 91, "componet": 91, "imagefil": 91, "compalg": 91, "keyfil": 91, "hdr": 91, "comp_nam": 91, "od": 91, "out_dir": 91, "extdir": 91, "new_nam": 91, "comp_fil": 91, "key_fil": 91, "new_cmdlin": 91, "sign_fil": 91, "componentimag": 91, "gpio_init_config": 92, "padmod": 92, "hostsoftpadown": 92, "outputst": 92, "interruptconfig": 92, "powerconfig": 92, "electricalconfig": 92, "lockconfig": 92, "otherset": 92, "rsvdbit": 92, "gpio_config": 92, "char8": 92, "gpiopad": 92, "gpioconfig": 92, "mgpiotabl": 92, "pmode": 92, "gpi_i": 92, "gpiodir": 92, "gpiotxstat": 92, "rxevcfg": 92, "gpiroutconfig": 92, "padrstcfg": 92, "gpiopadmodegpio": 92, "gpiohostowngpio": 92, "gpiodirin": 92, "gpiooutdefault": 92, "gpiointlevel": 92, "gpiointap": 92, "gpiohostdeepreset": 92, "gpiotermwpu20k": 92, "gpiopadconfigunlock": 92, "gpp_": 92, "group_nam": 92, "pad_num": 92, "letter": 92, "gpiohardwaredefault": 92, "gpiopadmodenative1": 92, "gpiopadmodenative2": 92, "0x5": 92, "gpiopadmodenative3": 92, "gpiopadmodenative4": 92, "gpiopadmodenative5": 92, "0xb": 92, "gpio_pad_mod": 92, "gpiohostowndefault": 92, "gpiohostownacpi": 92, "gpio_hostsw_own": 92, "gpiodirdefault": 92, "gpiodirinout": 92, "gpiodirininvout": 92, "gpiodirininv": 92, "gpiodirout": 92, "gpiodirnon": 92, "gpio_direct": 92, "gpiooutlow": 92, "gpioouthigh": 92, "gpio_output_st": 92, "gpiointdefault": 92, "gpiointdi": 92, "gpiointnmi": 92, "gpiointsmi": 92, "gpiointsci": 92, "gpiointedg": 92, "gpiointlvledgdi": 92, "gpiointbothedg": 92, "gpio_int_config": 92, "gpioresetdefault": 92, "gpioresumereset": 92, "gpioplatformreset": 92, "gpiodswreset": 92, "gpio_reset_config": 92, "gpiotermdefault": 92, "gpiotermnon": 92, "gpiotermwpd5k": 92, "gpiotermwpd20k": 92, "gpiotermwpu1k": 92, "0x13": 92, "gpiotermwpu2k": 92, "0x17": 92, "gpiotermwpu5k": 92, "0x19": 92, "gpiotermwpu1k2k": 92, "gpiotermn": 92, "gpio_electrical_config": 92, "gpiolockdefault": 92, "gpiopadconfiglock": 92, "gpiooutputstateunlock": 92, "0xc": 92, "gpiopadunlock": 92, "0xf": 92, "gpiopadlock": 92, "gpio_lock_config": 92, "host_sw_own": 92, "pad_cfg_lock": 92, "pad_cfg_lock_tx": 92, "pad_cfg_dw0": 92, "pad_cfg_dw1": 92, "hostsoftpadownership": 92, "padconfigurationlock": 92, "padconfigurationlocktxst": 92, "padconfigurationdw0": 92, "padconfigurationdw1": 92, "gpp_a07": 92, "0x0001a880": 92, "0x01fcf77f": 92, "0x01fe5fff": 92, "0x40100102": 92, "0x0000301f": 92, "subt": 92, "0x031885e1": 92, "0x00070619": 92, "psd_cfg_data": 92, "0x800": 92, "gpiopinconfig0_gpp_a07": 92, "gpiopinconfig1_gpp_a07": 92, "ifwi_in": 93, "ifwi_out": 93, "bios_out": 93, "stitch_in": 93, "plat_data": 93, "sitch": 93, "reserved1": 93, "debuguart": 93, "reserved2": 93, "reserved3": 93, "marker": 93, "stitch_data": 93, "ucodeutil": 94, "slot_siz": 94, "input_file_nam": 94, "output_file_nam": 94, "pdb": 94, "ll": [96, 97, 100, 101, 102, 103, 104, 105], "mydisk": [96, 100, 105], "qemuimg": [96, 100, 105], "qemusata": [96, 100, 105], "increment": 97, "conduct": 97, "input_imag": 98, "output_imag": 98, "component_path": 98, "ts0": 98, "sbl_ifwi_corrupt": 98, "osl": 98, "shellcommandregist": 98, "shellcommandcorruptcomp": 98, "loadshellcommand": 98, "shellcmd": 98, "writabl": 98, "fspsconfig": 98, "pchwriteprotectionen": 98, "prindex": 98, "fspsupdupdatelib": 98, "shelllib": 98, "shellcommandexit": 98, "shellcommandhelp": 98, "shellcommandmm": 98, "shellcommandcpuid": 98, "shellcommandmsr": 98, "shellcommandmtrr": 98, "shellcommanducod": 98, "shellcommandcl": 98, "featurepcdget": 98, "pcdminishellen": 98, "shellcommandpci": 98, "shellcommandhob": 98, "shellcommandmmap": 98, "shellcommandperf": 98, "shellcommandboot": 98, "shellcommandmmcdl": 98, "shellcommandcdata": 98, "shellcommanddmesg": 98, "shellcommandreset": 98, "shellcommandf": 98, "shellcommandusbdev": 98, "shellextensioncmd": 98, "getshellextensioncmd": 98, "iter": 98, "getbootmod": 98, "boot_on_flash_upd": 98, "biosprotect": 98, "spigetregionaddress": 98, "flashregionbio": 98, "baseaddress": 98, "totals": 98, "efi_error": 98, "getcomponentinfo": 98, "flash_map_sig_uefivari": 98, "varsiz": 98, "pchreadprotectionen": 98, "pchprotectedrangebas": 98, "pchprotectedrangelimit": 98, "whole": 98, "BE": 98, "circumst": 98, "reflash": 98, "opposit": 98, "discontinu": 98, "written": 98, "threshold": 98, "unlock": 98, "0x00a00000": 98, "sbl_corrupt": 98, "ts1": 98, "0x00600000": 98, "better": 99, "demonstr": [99, 102], "noopt": 99, "less": 99, "big": 99, "tui": 99, "gdbinit": 99, "asm": 99, "reg": 99, "stepi": 99, "exactli": 99, "proceed": 99, "subroutin": 99, "nexti": 99, "secstartup2": 99, "0xffff4052": 99, "ldrglobaldata": 99, "al": 99, "lo": 99, "va": 99, "346": 99, "continuefunc": 99, "xip": 99, "shadow": 99, "pcdstage1aloadbas": 99, "won": 99, "continueentri": 99, "stage1ahob": 99, "272": 99, "0xfffff3b3": 99, "breakpint": 99, "callq": 99, "rdx": 99, "si": 99, "avil": 99, "loadthi": 99, "proper": 99, "stageentri": 99, "407": 99, "0x72a14": 99, "switchstack": 99, "stage_hdr": 99, "stage2hob": 99, "stage2exebas": 99, "0xee635a0": 99, "normalbootpath": 99, "pldentri": 99, "252": 99, "pldhoblist": 99, "0xee5e428": 99, "0xb8": 99, "rbp": 99, "sbl_tree": [100, 101, 102, 105], "stage2boardinitlib": 100, "updateosbootmediuminfo": 100, "osbootoptionlist": 100, "currentboot": 100, "stage1aboardinit": 100, "stage1bboardinit": 100, "stage2boardinit": 100, "enable_splash": 101, "alt": 101, "0x18000000": 102, "goto": 102, "0x18000025": 102, "coreboot": 105, "practic": 106, "transit": 106, "corruptcomponentutil": 106, "corruptcomp": 106, "behavior": 106, "obb": 106}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"boot": [0, 1, 2, 3, 9, 16, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 43, 44, 46, 50, 58, 64, 65, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 80, 81, 84, 88, 96, 100, 102], "flow": [0, 5, 16, 65, 66], "stage": [0, 4], "1a": 0, "1b": 0, "2": [0, 46, 47, 49, 91], "ldrglobal": 0, "loader": 0, "global": 0, "data": [0, 40, 42, 46, 47, 49, 61, 66], "end": 0, "call": 0, "graph": 0, "platform": [0, 5, 9, 30, 66, 68, 76, 77, 78, 79], "initi": 0, "option": [1, 9, 22, 39, 46, 47, 49, 66], "perform": 2, "measur": [2, 64], "fpdt": 2, "entri": 2, "imag": [3, 4, 9, 20, 36, 43, 44, 46, 47, 68, 69, 71, 72, 73, 76, 77, 79, 80, 91, 93, 99], "build": [4, 22, 23, 29, 30, 32, 36, 37, 39, 45, 46, 47, 63, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 97], "system": [4, 7, 61], "process": [4, 5, 66], "pre": [4, 36, 39, 48, 81], "custom": [4, 45, 66, 100, 101, 102], "sbl": [4, 22, 23, 29, 33, 36, 46, 47, 49, 61, 63, 65, 66, 77, 78, 93, 97, 98, 99, 103, 104], "detail": [4, 46], "per": 4, "post": [4, 39], "construct": 4, "patch": 4, "ad": [4, 9], "an": 4, "contain": [4, 9, 33, 43, 47, 59, 61, 77, 91], "releas": [4, 72], "v": [4, 93], "debug": [4, 7, 8, 53, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 84, 88, 99], "develop": [4, 12], "window": [4, 22, 35, 61], "configur": [5, 7, 36, 41, 42, 46, 47, 49, 61, 63, 66, 90], "yaml": [5, 66], "file": [5, 46, 47, 49, 66], "dlt": [5, 66], "editor": 5, "tool": [5, 22, 42, 49, 66, 89, 90, 91, 92, 93, 95, 98], "id": [5, 61, 63, 69, 70, 71, 72, 73, 80, 84, 88], "detect": 5, "us": [5, 9, 22, 36, 37], "gpio": [5, 42, 92], "common": 5, "categori": 5, "step": [5, 7, 8, 23, 46, 47], "exampl": [5, 98], "consol": 5, "output": [5, 23, 36, 39], "cfio": [5, 42], "contribut": 6, "guidelin": 6, "licens": 6, "code": [6, 49], "style": 6, "workflow": 6, "sourc": [7, 8, 19, 49], "level": [7, 8], "intel": [7, 8, 46], "r": [7, 8], "svt": 7, "cca": 7, "trace": 7, "hub": 7, "direct": 7, "connect": 7, "interfac": [7, 18], "dci": 7, "technologi": 7, "debugg": [7, 8], "environm": 7, "setup": [7, 33, 75, 81, 82, 83, 85, 86, 87], "svtcca": 7, "hardwar": [7, 74], "fsp": [7, 13], "udk": 8, "prerequisit": [8, 29, 75, 81, 82, 83, 85, 86, 87], "gener": [8, 22, 46, 47, 61, 63, 66], "from": [9, 26, 49, 61, 70, 81, 84, 88], "flash": [9, 10, 23, 29, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "creat": [9, 28, 43, 44], "place": 9, "folder": 9, "bio": [9, 93], "pdr": 9, "region": 9, "stitch": [9, 20, 23, 39, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 93], "map": [10, 15], "compon": [10, 46, 61, 98], "layout": [10, 15, 66], "firmwar": [11, 46, 47, 59, 60, 61, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "support": [11, 17, 26, 32, 48, 59, 68, 69, 70, 71, 72, 73, 74, 76, 79, 80, 84, 88], "packag": [11, 19], "": 12, "guid": 12, "ingredi": 13, "upgrad": [13, 29], "vbt": 13, "microcod": [13, 61], "log": 14, "memori": [15, 41], "temporari": 15, "manag": [15, 63], "perman": 15, "alloc": 15, "within": 15, "slim": [15, 30, 32, 37, 54], "bootload": [15, 30, 32, 37, 54], "memoryallocationlib": 15, "fullmemoryallocationlib": 15, "osload": 16, "introduct": [16, 55, 89], "payload": [17, 28, 30, 31, 32, 35, 36, 37, 48, 52, 99, 105], "type": [17, 46, 59, 66, 91], "multipl": [17, 52, 66], "shell": [18, 32, 36, 61, 77, 78, 104], "tree": [19, 32], "structur": [19, 66], "depend": 19, "ifwi": [20, 23, 93], "version": [21, 66], "environ": [22, 63], "linux": [22, 36, 37, 61, 68, 69, 70, 71, 72, 73, 76, 79, 80, 81, 84, 88, 91, 96], "download": [22, 23], "ubuntu": [22, 33, 70, 81, 84, 88], "docker": [22, 25], "kei": [22, 63], "clean": 23, "get": [24, 46], "start": [24, 75, 81, 82, 83, 85, 86, 87], "miscellan": 25, "proxi": 25, "set": [25, 46, 47, 49, 78], "add": [26, 27], "fastboot": [26, 29], "load": [26, 46, 47, 49], "usb": [26, 70, 81, 84, 88], "spi": [26, 73], "new": [27, 28], "librari": 27, "helloworld": 28, "acrn": 29, "hypervisor": 29, "up": [29, 78, 83, 84, 85, 86, 87], "enter": 29, "mode": 29, "how": [29, 30, 51], "To": 29, "micropython": 30, "modul": 30, "integr": [30, 52], "enabl": [30, 32, 36, 46, 47, 48, 49, 50, 60], "other": 30, "netboot": 31, "pxe": [31, 32, 36], "uefi": [31, 35, 105], "through": 32, "u": [32, 36, 37], "confiugr": 32, "devic": 32, "chang": [32, 39, 46, 47, 49], "command": 32, "o": [33, 48], "vxwork": 34, "kernel": 36, "initramf": 36, "busybox": 36, "root": 36, "built": 36, "serial": 36, "prompt": 36, "instruct": 37, "prepar": [37, 99], "qemu": [37, 38, 77, 97, 99, 103], "target": [37, 99], "test": 37, "leafhil": 37, "apl": 37, "elf": [37, 91], "zephyr": 38, "up2": [38, 81, 82], "board": [38, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "time": [39, 40], "run": [39, 42, 49, 103], "cfgdata": 39, "util": [39, 94], "runtim": [39, 98], "captur": 40, "down": 41, "config": [42, 66], "gengpiodata": 42, "ia": 44, "tcc": 46, "overview": [46, 47, 66], "subregion": 46, "1": [46, 47, 49, 91], "open": [46, 47, 49], "default": [46, 47, 49, 66], "delta": [46, 47, 49, 66], "3": [46, 47, 49, 91], "4": [46, 47, 49], "save": [46, 47, 49], "5": [46, 47, 49], "rtcm": 46, "select": 46, "flag": 46, "fill": 46, "extra": 46, "name": [46, 66], "updat": [46, 47, 49, 61, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 91], "raw": [46, 47], "binari": [46, 47, 61, 66, 69, 70, 71, 72, 75, 80, 81, 82, 83, 84, 85, 86, 87, 88], "sign": [46, 47, 63], "capsul": [46, 47, 61, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "copi": [46, 47], "trigger": [46, 47, 61, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "tsn": [47, 49], "differ": 47, "gbe": 49, "sgmii": 49, "configeditor": [49, 90], "gui": 49, "py": 49, "directli": 49, "verifi": [50, 65, 102], "Tos": 51, "reduc": 53, "messag": 53, "project": 54, "document": 54, "design": 55, "philosophi": 55, "featur": [55, 62, 100, 101, 102], "frequent": 55, "ask": 55, "question": 55, "refer": 56, "link": 56, "terminologi": 57, "acronym": 57, "guard": 58, "secur": [59, 62], "auth": 59, "format": 59, "resili": 60, "recoveri": 60, "string": 61, "definit": 61, "oper": 61, "locat": 61, "statu": 61, "usag": [63, 89, 90, 91], "hash": 65, "store": 65, "purpos": 66, "infrastructur": 66, "c": 66, "header": [66, 73], "base": 66, "standalon": 66, "extern": 66, "blob": 66, "tag": 66, "merg": 66, "descript": 66, "explain": 66, "meta": 66, "marker": 66, "action": 66, "page": 66, "struct": 66, "includ": 66, "expand": 66, "variabl": 66, "templat": 66, "node": 66, "editnum": 66, "edittext": 66, "combo": 66, "tabl": [66, 91], "reserv": 66, "constant": 66, "altpag": 66, "help": 66, "condit": 66, "order": [66, 100], "length": 66, "valu": 66, "rule": 66, "specif": 67, "alder": 68, "lake": [68, 69, 70, 71, 72, 73, 76, 79, 80, 88], "uart": [68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 84, 88], "yocto": [68, 69, 70, 71, 72, 73, 76, 77, 79, 80, 81, 84, 88], "apollo": 69, "crb": [69, 70, 72, 73, 88], "slimbootload": [69, 70, 71, 72, 75, 80, 81, 82, 83, 84, 85, 86, 87, 88], "assign": [69, 70, 71, 72, 73, 80, 84, 88], "coffe": 70, "refresh": 70, "comet": 71, "rvp": [71, 80], "elkhart": 72, "latest": 72, "mileston": 72, "ic": 73, "d": 73, "brightonc": 73, "lcc": 73, "moroc": 73, "hcc": 73, "r1k5": 73, "j2g6": 73, "icx": 73, "mclaren": 75, "island": 75, "befor": [75, 81, 82, 83, 85, 86, 87], "you": [75, 81, 82, 83, 85, 86, 87], "meteor": 76, "virtual": [77, 78], "emul": 77, "simic": 78, "qsp": 78, "what": 78, "i": [78, 98], "simul": 78, "raptor": 79, "tiger": 80, "instal": 81, "emmc": 81, "6000": 82, "squar": 83, "pro": 83, "7000": 83, "edg": 83, "xtreme": [84, 85, 86, 87], "i11": 85, "i12": [86, 87], "13th": 87, "whiskei": 88, "work": 89, "cfgdatatool": 90, "gencfgdata": 90, "cfgdatastitch": 90, "normal": 91, "classic": 91, "multiboot": 91, "acpi": 91, "ucod": 94, "exercis": [96, 97, 98, 99, 100, 101, 102, 103, 104, 105], "corrupt": 98, "corruptcomponentutil": 98, "static": 98, "corruptcomp": 98, "behavior": 98, "when": 98, "obb": 98, "ibb": 98, "gdb": 99, "launch": 99, "transit": 99, "stage1a": 99, "stage1b": 99, "stage2": 99, "splash": 101, "cli": 104, "tutori": 106}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Boot Flow": [[0, "boot-flow"]], "Stage 1A": [[0, "stage-1a"]], "Stage 1B": [[0, "stage-1b"]], "Stage 2": [[0, "stage-2"]], "LdrGlobal - Loader Global Data": [[0, "ldrglobal-loader-global-data"]], "End-to-End Call Graph": [[0, "end-to-end-call-graph"]], "Platform Initialization": [[0, "platform-initialization"]], "Boot Options": [[1, "boot-options"]], "Boot Performance": [[2, "boot-performance"]], "Measuring Boot Performance": [[2, "measuring-boot-performance"]], "FPDT Entry": [[2, "fpdt-entry"]], "Boot Image": [[3, "boot-image"]], "Build System": [[4, "build-system"]], "Build Process": [[4, "build-process"]], "Pre Build Customization": [[4, "pre-build-customization"]], "Build SBL": [[4, "build-spn"], [23, "build-spn"], [29, "build-spn"]], "Build Details per Stage": [[4, "build-details-per-stage"]], "Post Build Image Construction": [[4, "post-build-image-construction"]], "Patching of stages": [[4, "patching-of-stages"]], "Post Build Customization": [[4, "post-build-customization"]], "Adding an SBL Container": [[4, "adding-an-sbl-container"]], "Release vs Debug Build": [[4, "release-vs-debug-build"]], "Developing on Windows": [[4, "developing-on-windows"]], "Configuration": [[5, "configuration"]], "YAML Files": [[5, "yaml-files"], [66, "yaml-files"]], "DLT Files": [[5, "dlt-files"]], "Configuration Flow": [[5, "configuration-flow"], [66, "configuration-flow"]], "Configuration Editor Tool": [[5, "configuration-editor-tool"]], "Platform ID": [[5, "platform-id"]], "Platform Configuration Files": [[5, "platform-configuration-files"]], "Platform ID Configuration": [[5, "platform-id-configuration"]], "Platform ID Detection using GPIOs": [[5, "platform-id-detection-using-gpios"]], "Common Configuration Categories": [[5, "common-configuration-categories"]], "Step-by-step Configuration Flow": [[5, "step-by-step-configuration-flow"]], "Files": [[5, "files"]], "Tools": [[5, "tools"], [95, "tools"]], "Process": [[5, "process"]], "Example Console Outputs": [[5, "example-console-outputs"]], "GPIO Configuration": [[5, "gpio-configuration"]], "GPIO / CFIO": [[5, "gpio-cfio"]], "GPIO Configurability": [[5, "gpio-configurability"]], "Processing of GPIO configurations": [[5, "processing-of-gpio-configurations"]], "Example configuration:": [[5, "example-configuration"]], "Contribution Guidelines": [[6, "contribution-guidelines"]], "Licensing": [[6, "licensing"]], "Coding Style": [[6, "coding-style"]], "Contribution Workflow": [[6, "contribution-workflow"]], "Source Level Debugging with Intel(R) SVT CCA": [[7, "source-level-debugging-with-intel-r-svt-cca"]], "Intel(R) Trace Hub": [[7, "intel-r-trace-hub"]], "Intel(R) Direct Connect Interface (DCI) technology": [[7, "intel-r-direct-connect-interface-dci-technology"]], "Intel(R) SVT CCA": [[7, "intel-r-svt-cca"]], "Intel(R) System Debugger": [[7, "intel-r-system-debugger"]], "Debug Environmment Setup": [[7, "debug-environmment-setup"]], "Intel(R) SVTCCA hardware setup": [[7, "intel-r-svtcca-hardware-setup"]], "FSP configuration": [[7, "fsp-configuration"]], "Intel(R) System Debugger setup": [[7, "intel-r-system-debugger-setup"]], "Debug steps": [[7, "debug-steps"]], "Source Level Debugging with Intel(R) UDK Debugger": [[8, "source-level-debugging-with-intel-r-udk-debugger"]], "Prerequisite": [[8, "prerequisite"]], "General Steps": [[8, "general-steps"]], "Boot from Flash": [[9, "boot-from-flash"]], "Creating Container image.": [[9, "creating-container-image"]], "Place the image in platform folder": [[9, "place-the-image-in-platform-folder"]], "BIOS BOOT": [[9, "bios-boot"]], "Boot options for Boot BIOS.": [[9, "boot-options-for-boot-bios"]], "Adding Container to PDR region using Stitching.": [[9, "adding-container-to-pdr-region-using-stitching"]], "Boot options for Boot from PDR.": [[9, "boot-options-for-boot-from-pdr"]], "Flash Map": [[10, "flash-map"]], "Flash Components": [[10, "flash-components"]], "Flash Layout": [[10, "flash-layout"]], "Firmware Support Package": [[11, "firmware-support-package"]], "Developer\u2019s Guide": [[12, "developer-s-guide"]], "Ingredients upgrade": [[13, "ingredients-upgrade"]], "FSP upgrade": [[13, "fsp-upgrade"]], "VBT upgrade": [[13, "vbt-upgrade"]], "Microcode upgrade": [[13, "microcode-upgrade"]], "Logging": [[14, "logging"]], "Memory Map": [[15, "memory-map"]], "Temporary Memory Layout": [[15, "temporary-memory-layout"]], "Memory Management": [[15, "memory-management"]], "Permanent Memory Map": [[15, "permanent-memory-map"]], "Memory Allocation within Slim Bootloader": [[15, "memory-allocation-within-slim-bootloader"]], "MemoryAllocationLib": [[15, "memoryallocationlib"]], "FullMemoryAllocationLib": [[15, "fullmemoryallocationlib"]], "OsLoader": [[16, "osloader"]], "Introduction": [[16, "introduction"], [55, "introduction"], [89, "introduction"]], "OsLoader Boot Flow": [[16, "osloader-boot-flow"]], "Payloads": [[17, "payloads"], [17, "id1"]], "Payload Types": [[17, "payload-types"]], "Multiple Payload Support": [[17, "multiple-payload-support"]], "Shell Interface": [[18, "shell-interface"]], "Source Tree Structure": [[19, "source-tree-structure"]], "Package Dependency": [[19, "package-dependency"]], "Stitch IFWI Image": [[20, "stitch-ifwi-image"]], "Versioning": [[21, "versioning"]], "Build Environment": [[22, "build-environment"]], "Building on Linux": [[22, "building-on-linux"]], "Build Tools Download - Ubuntu": [[22, "build-tools-download-ubuntu"]], "Build using Dockers (Optional)": [[22, "build-using-dockers-optional"]], "Building on Windows": [[22, "building-on-windows"]], "SBL Keys Generation": [[22, "spn-keys-generation"]], "Build Tools Download - Windows": [[22, "build-tools-download-windows"]], "SBL Build Steps": [[23, "spn-build-steps"]], "Download SBL": [[23, "download-spn"]], "Build Outputs": [[23, "build-outputs"]], "Clean": [[23, "clean"]], "Stitch IFWI": [[23, "stitch-ifwi"]], "Flash IFWI": [[23, "flash-ifwi"]], "Getting Started": [[24, "getting-started"]], "Miscellaneous: Dockers": [[25, "miscellaneous-dockers"]], "Miscellaneous: Proxy Settings": [[25, "miscellaneous-proxy-settings"]], "Add Fastboot Support": [[26, "add-fastboot-support"]], "Load from USB": [[26, "load-from-usb"]], "Load from SPI": [[26, "load-from-spi"]], "Add New Library": [[27, "add-new-library"]], "Create New Payload": [[28, "create-new-payload"]], "HelloWorld Payload": [[28, "helloworld-payload"]], "Boot ACRN Hypervisor": [[29, "boot-acrn-hypervisor"]], "Prerequisites": [[29, "prerequisites"], [75, "prerequisites"], [81, "prerequisites"], [82, "prerequisites"], [83, "prerequisites"], [85, "prerequisites"], [86, "prerequisites"], [87, "prerequisites"]], "Flash SBL": [[29, "flash-spn"]], "Boot Up": [[29, "boot-up"]], "Enter Fastboot Mode": [[29, "enter-fastboot-mode"]], "ACRN How-To": [[29, "acrn-how-to"]], "Upgrade SBL": [[29, "upgrade-spn"]], "Boot MicroPython": [[30, "boot-micropython"]], "How to Build MicroPython Payload Module": [[30, "how-to-build-micropython-payload-module"]], "How to Integrate MicroPython into Slim Bootloader": [[30, "how-to-integrate-micropython-into-slim-bootloader"]], "How to Enable MicroPython for Other Platforms": [[30, "how-to-enable-micropython-for-other-platforms"]], "Netboot / PXE boot with UEFI Payload": [[31, "netboot-pxe-boot-with-uefi-payload"]], "PXE Boot Through U-Boot Payload": [[32, "pxe-boot-through-u-boot-payload"]], "U-Boot Confiugration to enable PXE Boot Support": [[32, "u-boot-confiugration-to-enable-pxe-boot-support"]], "U-Boot Device Tree Changes": [[32, "u-boot-device-tree-changes"]], "Build Slim Bootloader with U-Boot as Payload": [[32, "build-slim-bootloader-with-u-boot-as-payload"]], "U-Boot Shell PXE Boot Commands": [[32, "u-boot-shell-pxe-boot-commands"]], "Boot Ubuntu": [[33, "boot-ubuntu"]], "Setup SBL OS Container Boot": [[33, "setup-spn-os-container-boot"]], "Boot VxWorks": [[34, "boot-vxworks"]], "Boot Windows with UEFI Payload": [[35, "boot-windows-with-uefi-payload"]], "Boot Linux as a Payload": [[36, "boot-linux-as-a-payload"]], "Building the Kernel": [[36, "building-the-kernel"]], "Building the initramfs": [[36, "building-the-initramfs"]], "Busybox": [[36, "busybox"]], "U-Root": [[36, "u-root"]], "Pre-built image": [[36, "pre-built-image"]], "Kernel Configuration": [[36, "kernel-configuration"], [36, "id3"]], "Enabling Linux Payload for SBL": [[36, "enabling-linux-payload-for-sbl"]], "Serial Output with Linux shell prompt": [[36, "serial-output-with-linux-shell-prompt"]], "PXE Boot using Linux & U-Root": [[36, "pxe-boot-using-linux-u-root"]], "U-Root Build": [[36, "u-root-build"]], "PXE Booting": [[36, "pxe-booting"]], "Boot Linux with U-Boot Payload": [[37, "boot-linux-with-u-boot-payload"]], "Build Instruction for U-Boot": [[37, "build-instruction-for-u-boot"]], "Prepare Slim Bootloader": [[37, "prepare-slim-bootloader"]], "Build Instruction for QEMU target": [[37, "build-instruction-for-qemu-target"]], "Test Linux booting on QEMU target": [[37, "test-linux-booting-on-qemu-target"]], "Build Instruction for LeafHill (APL) target": [[37, "build-instruction-for-leafhill-apl-target"]], "Build Instruction to use ELF U-Boot": [[37, "build-instruction-to-use-elf-u-boot"]], "Boot Zephyr": [[38, "boot-zephyr"]], "UP2 Board": [[38, "up2-board"], [81, "up2-board"]], "QEMU": [[38, "qemu"]], "Change Boot Options": [[39, "change-boot-options"]], "Change at Pre Build Time": [[39, "change-at-pre-build-time"]], "Change at Post Build time": [[39, "change-at-post-build-time"]], "Run CfgData Stitch Utility": [[39, "run-cfgdata-stitch-utility"]], "Outputs": [[39, "outputs"]], "Change at Runtime": [[39, "change-at-runtime"]], "Capture Boot Time Data": [[40, "capture-boot-time-data"]], "Configure Memory Down": [[41, "configure-memory-down"]], "GPIO / CFIO Configuration": [[42, "gpio-cfio-configuration"]], "GPIO config data": [[42, "gpio-config-data"]], "GenGpioData Tool": [[42, "gengpiodata-tool"]], "Run GenGpioData Tool": [[42, "run-gengpiodata-tool"]], "Create Container Boot Image": [[43, "create-container-boot-image"]], "Create IAS Boot Image": [[44, "create-ias-boot-image"]], "Customize Build": [[45, "customize-build"]], "Intel\u00ae TCC enable": [[46, "intel-tcc-enable"]], "Intel\u00ae TCC overview": [[46, "intel-tcc-overview"]], "Intel\u00ae TCC subregion": [[46, "intel-tcc-subregion"]], "Intel\u00ae TCC detail settings": [[46, "intel-tcc-detail-settings"]], "1. open SBL default configuration data": [[46, "open-sbl-default-configuration-data"]], "2. load the delta file": [[46, "load-the-delta-file"]], "3. change option to enable tcc": [[46, "change-option-to-enable-tcc"]], "4. save the change to delta file": [[46, "save-the-change-to-delta-file"]], "5. build SBL": [[46, "build-sbl"]], "Intel\u00ae TCC RTCM setting": [[46, "intel-tcc-rtcm-setting"]], "Step 1: Select boot flag": [[46, "step-1-select-boot-flag"]], "Step 2: Select image type": [[46, "step-2-select-image-type"]], "Step 3: Fill extra image name": [[46, "step-3-fill-extra-image-name"]], "Step 4: Save the change to delta file": [[46, "step-4-save-the-change-to-delta-file"]], "Update component in Intel\u00ae TCC subregion": [[46, "update-component-in-intel-tcc-subregion"]], "Step 1: Get the raw component binary": [[46, "step-1-get-the-raw-component-binary"]], "Step 2:Sign the raw component binary": [[46, "step-2-sign-the-raw-component-binary"]], "Step 3: Generate capsule image": [[46, "step-3-generate-capsule-image"], [47, "step-3-generate-capsule-image"]], "Step 4: Copy capsule image": [[46, "step-4-copy-capsule-image"], [47, "step-4-copy-capsule-image"]], "Step 5: Trigger firmware update": [[46, "step-5-trigger-firmware-update"], [47, "step-5-trigger-firmware-update"]], "TSN": [[47, "tsn"]], "Overview": [[47, "overview"], [66, "overview"]], "TSN container": [[47, "tsn-container"]], "Different options to update TSN container": [[47, "different-options-to-update-tsn-container"]], "TSN configuration settings": [[47, "tsn-configuration-settings"]], "1. Open SBL default configuration data": [[47, "open-sbl-default-configuration-data"]], "2. Load the delta file": [[47, "load-the-delta-file"]], "3. Change option to enable tsn": [[47, "change-option-to-enable-tsn"]], "4. Save the change to delta file": [[47, "save-the-change-to-delta-file"]], "5. Build SBL": [[47, "build-sbl"]], "TSN capsule generation": [[47, "tsn-capsule-generation"]], "Step 1: TSN raw binary generation": [[47, "step-1-tsn-raw-binary-generation"]], "Step 2: Sign and generate container for TSN": [[47, "step-2-sign-and-generate-container-for-tsn"]], "Enable Pre-OS Payload Support": [[48, "enable-pre-os-payload-support"]], "Enable TSN GbE SGMII": [[49, "enable-tsn-gbe-sgmii"]], "TSN GbE configuration settings": [[49, "tsn-gbe-configuration-settings"]], "Update configuration data with ConfigEditor GUI": [[49, "update-configuration-data-with-configeditor-gui"]], "1. Run the ConfigEditor.py tool from SBL source code": [[49, "run-the-configeditor-py-tool-from-sbl-source-code"]], "2. Open SBL default configuration data": [[49, "open-sbl-default-configuration-data"]], "3. Load the delta file": [[49, "load-the-delta-file"]], "4. Change options to enable TSN GbE SGMII": [[49, "change-options-to-enable-tsn-gbe-sgmii"]], "5. Save the changes to the delta file": [[49, "save-the-changes-to-the-delta-file"]], "Update configuration data directly on delta file": [[49, "update-configuration-data-directly-on-delta-file"]], "Enable Verified Boot": [[50, "enable-verified-boot"]], "How-Tos": [[51, "how-tos"]], "Integrate Multiple Payloads": [[52, "integrate-multiple-payloads"]], "Reduce debug messages": [[53, "reduce-debug-messages"]], "Slim Bootloader Project Documentation": [[54, "pn-project-documentation"]], "Design Philosophy": [[55, "design-philosophy"]], "Features": [[55, "features"]], "Frequently Asked Questions": [[55, "frequently-asked-questions"]], "References and Links": [[56, "references-and-links"]], "Terminology and Acronyms": [[57, "terminology-and-acronyms"]], "Boot Guard": [[58, "boot-guard"]], "Container Security": [[59, "container-security"]], "Auth Types Supported": [[59, "auth-types-supported"]], "Container Formats": [[59, "container-formats"]], "Container Firmware": [[59, "container-firmware"]], "Firmware Resiliency and Recovery": [[60, "firmware-resiliency-and-recovery"]], "Enabling Firmware Resiliency and Recovery": [[60, "enabling-firmware-resiliency-and-recovery"]], "Firmware Update": [[61, "firmware-update"]], "Generating capsule": [[61, "generating-capsule"]], "Component ID String": [[61, "component-id-string"]], "Generating Component Binaries for Capsule": [[61, "generating-component-binaries-for-capsule"]], "Generating SBL binary for capsule": [[61, "generating-sbl-binary-for-capsule"]], "Generating configuration data binary for capsule": [[61, "generating-configuration-data-binary-for-capsule"]], "Generating microcode binary for capsule": [[61, "generating-microcode-binary-for-capsule"]], "Generating Container Component binary for capsule": [[61, "generating-container-component-binary-for-capsule"]], "Capsule Definition": [[61, "capsule-definition"]], "Triggering Firmware Update": [[61, "triggering-firmware-update"], [68, "triggering-firmware-update"], [69, "triggering-firmware-update"], [70, "triggering-firmware-update"], [71, "triggering-firmware-update"], [72, "triggering-firmware-update"], [73, "triggering-firmware-update"], [75, "triggering-firmware-update"], [76, "triggering-firmware-update"], [79, "triggering-firmware-update"], [80, "triggering-firmware-update"], [81, "triggering-firmware-update"], [82, "triggering-firmware-update"], [83, "triggering-firmware-update"], [84, "triggering-firmware-update"], [85, "triggering-firmware-update"], [86, "triggering-firmware-update"], [87, "triggering-firmware-update"], [88, "triggering-firmware-update"]], "Trigger Update From Linux Operating System": [[61, "trigger-update-from-linux-operating-system"]], "Trigger Update From Windows Operating System": [[61, "trigger-update-from-windows-operating-system"]], "Trigger Update From Shell": [[61, "trigger-update-from-shell"]], "Capsule Location": [[61, "capsule-location"]], "Firmware Update Status": [[61, "firmware-update-status"]], "Security Features": [[62, "security-features"]], "SBL Build and Sign": [[63, "sbl-build-and-sign"]], "Key Management": [[63, "key-management"]], "KEY ID and configurations": [[63, "key-id-and-configurations"]], "Keys Generation": [[63, "keys-generation"]], "Build Environment Configuration for Key ID usage": [[63, "build-environment-configuration-for-key-id-usage"]], "Measured Boot": [[64, "measured-boot"]], "Verified Boot": [[65, "verified-boot"]], "SBL Hash Store": [[65, "sbl-hash-store"]], "Verified Boot FLow": [[65, "verified-boot-flow"]], "SBL Configuration": [[66, "sbl-configuration"]], "Version": [[66, "version"]], "Purpose": [[66, "purpose"]], "Configuration Infrastructure": [[66, "configuration-infrastructure"]], "DLT File": [[66, "dlt-file"]], "Configuration Tools": [[66, "configuration-tools"], [90, "configuration-tools"]], "C Header Files": [[66, "c-header-files"]], "Binary Files": [[66, "binary-files"]], "Base Configuration Binary": [[66, "base-configuration-binary"]], "Default Configuration": [[66, "default-configuration"]], "Standalone/Custom External Configuration": [[66, "standalone-custom-external-configuration"]], "Configuration Blob Structure": [[66, "configuration-blob-structure"]], "SBL Configuration Tags": [[66, "sbl-configuration-tags"]], "Configuration BLOB Layout": [[66, "configuration-blob-layout"]], "Config BLOB Header": [[66, "config-blob-header"]], "Config Data": [[66, "config-data"]], "Multiple Platform Config Data Generation": [[66, "multiple-platform-config-data-generation"]], "Multiple Platform Config Data Merge": [[66, "multiple-platform-config-data-merge"]], "Configuration Description (YAML) Explained": [[66, "configuration-description-yaml-explained"]], "File Layout": [[66, "file-layout"]], "Meta-Data Markers": [[66, "meta-data-markers"]], "$ACTION": [[66, "action"]], "PAGE": [[66, "page"]], "$STRUCT": [[66, "struct"]], "YAML Tags": [[66, "yaml-tags"]], "!INCLUDE": [[66, "include"]], "!EXPAND": [[66, "expand"]], "Variable": [[66, "variable"]], "Template": [[66, "template"]], "Configs": [[66, "configs"]], "Configuration Option Nodes": [[66, "configuration-option-nodes"]], "NAME": [[66, "name"]], "TYPE": [[66, "type"]], "EditNum": [[66, "editnum"]], "EditText": [[66, "edittext"]], "Combo": [[66, "combo"]], "Table": [[66, "table"]], "Reserved": [[66, "reserved"]], "Constant": [[66, "constant"]], "Altpage": [[66, "altpage"]], "OPTION": [[66, "option"]], "HELP": [[66, "help"]], "CONDITION": [[66, "condition"]], "ORDER": [[66, "order"]], "LENGTH": [[66, "length"]], "VALUE": [[66, "value"]], "Delta (DLT) File Explained": [[66, "delta-dlt-file-explained"]], "DLT file rules": [[66, "dlt-file-rules"]], "Configuration Process": [[66, "configuration-process"]], "Specifications": [[67, "specifications"]], "Alder Lake Platforms": [[68, "alder-lake-platforms"]], "Supported Boards": [[68, "supported-boards"], [69, "supported-boards"], [70, "supported-boards"], [71, "supported-boards"], [72, "supported-boards"], [73, "supported-boards"], [76, "supported-boards"], [79, "supported-boards"], [80, "supported-boards"], [84, "supported-boards"], [88, "supported-boards"]], "Debug UART": [[68, "debug-uart"], [69, "debug-uart"], [70, "debug-uart"], [71, "debug-uart"], [72, "debug-uart"], [73, "debug-uart"], [75, "debug-uart"], [76, "debug-uart"], [79, "debug-uart"], [80, "debug-uart"], [84, "debug-uart"], [88, "debug-uart"]], "Building": [[68, "building"], [69, "building"], [70, "building"], [71, "building"], [72, "building"], [73, "building"], [75, "building"], [76, "building"], [79, "building"], [80, "building"], [81, "building"], [82, "building"], [83, "building"], [84, "building"], [85, "building"], [86, "building"], [87, "building"], [88, "building"]], "Stitching": [[68, "stitching"], [69, "stitching"], [70, "stitching"], [71, "stitching"], [72, "stitching"], [73, "stitching"], [75, "stitching"], [76, "stitching"], [79, "stitching"], [80, "stitching"], [81, "stitching"], [82, "stitching"], [83, "stitching"], [84, "stitching"], [85, "stitching"], [86, "stitching"], [87, "stitching"], [88, "stitching"]], "Flashing": [[68, "flashing"], [69, "flashing"], [70, "flashing"], [71, "flashing"], [72, "flashing"], [73, "flashing"], [75, "flashing"], [76, "flashing"], [79, "flashing"], [80, "flashing"], [81, "flashing"], [82, "flashing"], [83, "flashing"], [84, "flashing"], [85, "flashing"], [86, "flashing"], [87, "flashing"], [88, "flashing"]], "Capsule image for Alder Lake": [[68, "capsule-image-for-adl"]], "Booting Yocto Linux": [[68, "booting-yocto-linux"], [69, "booting-yocto-linux"], [71, "booting-yocto-linux"], [72, "booting-yocto-linux"], [73, "booting-yocto-linux"], [76, "booting-yocto-linux"], [79, "booting-yocto-linux"], [80, "booting-yocto-linux"]], "Apollo Lake CRB Boards": [[69, "apollo-lake-crb-boards"]], "Slimbootloader binary for capsule image": [[69, "slimbootloader-binary-for-capsule-image"], [71, "slimbootloader-binary-for-capsule-image"], [72, "slimbootloader-binary-for-capsule-image"], [80, "slimbootloader-binary-for-capsule-image"]], "Board ID Assignments": [[69, "board-id-assignments"], [70, "board-id-assignments"], [71, "board-id-assignments"], [72, "board-id-assignments"], [73, "board-id-assignments"], [80, "board-id-assignments"], [84, "board-id-assignments"], [88, "board-id-assignments"]], "Coffee Lake Refresh CRB Board": [[70, "coffee-lake-refresh-crb-board"]], "Slimbootloader binary for capsule": [[70, "slimbootloader-binary-for-capsule"], [75, "slimbootloader-binary-for-capsule"], [81, "slimbootloader-binary-for-capsule"], [82, "slimbootloader-binary-for-capsule"], [83, "slimbootloader-binary-for-capsule"], [84, "slimbootloader-binary-for-capsule"], [85, "slimbootloader-binary-for-capsule"], [86, "slimbootloader-binary-for-capsule"], [87, "slimbootloader-binary-for-capsule"], [88, "slimbootloader-binary-for-capsule"]], "Booting Yocto Linux from USB": [[70, "booting-yocto-linux-from-usb"], [81, "booting-yocto-linux-from-usb"], [84, "booting-yocto-linux-from-usb"], [88, "booting-yocto-linux-from-usb"]], "Booting Ubuntu": [[70, "booting-ubuntu"], [84, "booting-ubuntu"], [88, "booting-ubuntu"]], "Comet Lake RVP Board": [[71, "comet-lake-rvp-board"]], "Capsule image for Comet Lake": [[71, "capsule-image-for-cml"]], "Elkhart Lake CRB Board": [[72, "elkhart-lake-crb-board"]], "Capsule image for Elkhart Lake": [[72, "capsule-image-for-ehl"]], "Latest Milestone Release": [[72, "latest-milestone-release"]], "Ice Lake -D CRB Boards": [[73, "ice-lake-d-crb-boards"]], "Brightoncity Board (LCC)": [[73, "brightoncity-board-lcc"]], "Morocity Board (HCC)": [[73, "morocity-board-hcc"]], "SPI header on Brightoncity Board (R1K5)": [[73, "spi-header-on-brightoncity-board-r1k5"]], "SPI header on Morocity Board (J2G6)": [[73, "spi-header-on-morocity-board-j2g6"]], "Capsule image for ICX-D": [[73, "capsule-image-for-icxd"]], "Supported Hardware": [[74, "supported-hardware"]], "McLaren Island Board": [[75, "mtl-mcl-board"]], "Board Setup": [[75, "board-setup"], [81, "board-setup"], [82, "board-setup"], [83, "board-setup"], [85, "board-setup"], [86, "board-setup"], [87, "board-setup"]], "Before You Start": [[75, "before-you-start"], [81, "before-you-start"], [82, "before-you-start"], [83, "before-you-start"], [85, "before-you-start"], [86, "before-you-start"], [87, "before-you-start"]], "Meteor Lake Platforms": [[76, "meteor-lake-platforms"]], "Capsule image for Meteor Lake": [[76, "capsule-image-for-mtl"]], "QEMU Virtual Platform": [[77, "qemu-virtual-platform"]], "Building SBL": [[77, "building-sbl"]], "Boot to Shell on QEMU Emulator": [[77, "boot-to-shell-on-qemu-emulator"]], "Boot to Yocto on QEMU Emulator": [[77, "boot-to-yocto-on-qemu-emulator"]], "Boot to a Container Image on QEMU": [[77, "boot-to-a-container-image-on-qemu"]], "Simics\u00ae QSP Virtual Platform": [[78, "simics-qsp-virtual-platform"]], "What is Simics\u00ae?": [[78, "what-is-simics"]], "Setting up Simics\u00ae Simulator": [[78, "setting-up-simics-simulator"]], "Building SBL for Simics QSP": [[78, "building-spn-for-simics-qsp"]], "Boot to Shell on QSP Simics": [[78, "boot-to-shell-on-qsp-simics"]], "Raptor Lake Platforms": [[79, "raptor-lake-platforms"]], "Capsule image for Raptor Lake": [[79, "capsule-image-for-rpl"]], "Tiger Lake RVP Board": [[80, "tiger-lake-rvp-board"]], "Capsule image for Tiger Lake": [[80, "capsule-image-for-tgl"]], "Booting Pre-installed Ubuntu from eMMC": [[81, "booting-pre-installed-ubuntu-from-emmc"]], "UP2 6000 Board": [[82, "up26000-board"]], "UP Squared Pro 7000 Edge Board": [[83, "upx7000-board"]], "UP Xtreme Board": [[84, "upx-board"]], "UP Xtreme i11 Board": [[85, "upx11-board"]], "UP Xtreme i12 Board": [[86, "upx12-board"]], "UP Xtreme i12 13th Board": [[87, "upx12rplp-board"]], "Whiskey Lake CRB Board": [[88, "whiskey-lake-crb-board"]], "Build Tool": [[89, "build-tool"]], "Usage": [[89, "usage"], [90, "usage"]], "Working": [[89, "working"]], "CfgDataTool": [[90, "cfgdatatool"]], "GenCfgData": [[90, "gencfgdata"]], "CfgDataStitch": [[90, "cfgdatastitch"]], "ConfigEditor": [[90, "configeditor"]], "Container Tool": [[91, "container-tool"]], "Image Types": [[91, "image-types"]], "1. Normal": [[91, "normal"]], "2. Classic Linux": [[91, "classic-linux"]], "3. Multiboot ELF": [[91, "multiboot-elf"]], "ACPI Table Update": [[91, "acpi-table-update"]], "Tool Usage": [[91, "tool-usage"]], "Gpio Tool": [[92, "gpio-tool"]], "Stitch Tool": [[93, "stitch-tool"]], "IFWI Image vs. SBL BIOS Image": [[93, "ifwi-image-vs-spn-bios-image"]], "uCode Utility": [[94, "ucode-utility"]], "Exercise \\- Boot to Linux": [[96, "exercise-boot-to-linux"]], "Exercise \\- Build SBL for QEMU": [[97, "exercise-build-spn-for-qemu"]], "Exercise \\- Corrupt SBL Component": [[98, "exercise-corrupt-spn-component"]], "CorruptComponentUtility (static corruption tool)": [[98, "corruptcomponentutility-static-corruption-tool"]], "corruptcomp (runtime corruption tool)": [[98, "corruptcomp-runtime-corruption-tool"]], "Behavior when SBL component is corrupted": [[98, "behavior-when-sbl-component-is-corrupted"]], "OBB Corruption Example": [[98, "obb-corruption-example"]], "IBB Corruption Example": [[98, "ibb-corruption-example"]], "Exercise \\- Debug SBL on QEMU with GDB": [[99, "exercise-debug-spn-on-qemu-with-gdb"]], "Prepare SBL QEMU image": [[99, "prepare-sbl-qemu-image"]], "Launch QEMU target": [[99, "launch-qemu-target"]], "Launch GDB": [[99, "launch-gdb"]], "Transit Stage1A to Stage1B": [[99, "transit-stage1a-to-stage1b"]], "Transit Stage1B to Stage2": [[99, "transit-stage1b-to-stage2"]], "Transit Stage2 to Payload": [[99, "transit-stage2-to-payload"]], "Exercise \\- Feature Customization - Boot Order": [[100, "exercise-feature-customization-boot-order"]], "Exercise \\- Feature Customization - Splash": [[101, "exercise-feature-customization-splash"]], "Exercise \\- Feature Customization - Verified Boot": [[102, "exercise-feature-customization-verified-boot"]], "Exercise \\- Run SBL on QEMU": [[103, "exercise-run-spn-on-qemu"]], "Exercise \\- SBL Shell/CLI": [[104, "exercise-sbl-shell-cli"]], "Exercise \\- UEFI Payload": [[105, "exercise-uefi-payload"]], "Tutorials": [[106, "tutorials"]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({"docnames": ["developer-guides/boot-flow", "developer-guides/boot-options", "developer-guides/boot-performance", "developer-guides/bootimage", "developer-guides/build-system", "developer-guides/configuration", "developer-guides/contributions", "developer-guides/debugging-with-cca", "developer-guides/debugging-with-udk", "developer-guides/flash-boot", "developer-guides/flashmap", "developer-guides/fsp", "developer-guides/index", "developer-guides/ingredients-update", "developer-guides/logging", "developer-guides/memory-map", "developer-guides/osloader", "developer-guides/payload", "developer-guides/shell", "developer-guides/source-tree", "developer-guides/stitching-ifwi", "developer-guides/versioning", "getting-started/build-host-setup", "getting-started/build-source", "getting-started/index", "getting-started/misc-build-setup", "how-tos/add-fastboot", "how-tos/add-new-library", "how-tos/add-new-payload", "how-tos/boot-acrn", "how-tos/boot-micropython", "how-tos/boot-netboot", "how-tos/boot-pxe-uboot", "how-tos/boot-ubuntu", "how-tos/boot-vxworks", "how-tos/boot-windows", "how-tos/boot-with-linux-payload", "how-tos/boot-with-u-boot-payload", "how-tos/boot-zephyr", "how-tos/change-boot-option", "how-tos/collect-time-logs", "how-tos/configure-memory-down", "how-tos/configure_gpio", "how-tos/create-container-boot-image", "how-tos/create-ias-boot-image", "how-tos/customize-build", "how-tos/enable-intel-tcc", "how-tos/enable-intel-tsn", "how-tos/enable-pre-os-payload", "how-tos/enable-tsn-gbe-sgmii", "how-tos/enable-verified-boot", "how-tos/index", "how-tos/integrate-multiple-payloads", "how-tos/reduce-debug-message", "index", "introduction/index", "references/references", "references/terminology", "security/boot-guard", "security/container-security", "security/firmware-resiliency-and-recovery", "security/firmware-update", "security/index", "security/key-management", "security/measured-boot", "security/verified-boot", "specs/config", "specs/index", "supported-hardware/adl-rvp", "supported-hardware/apollo-lake-crb", "supported-hardware/arl-rvp", "supported-hardware/cfl-crb", "supported-hardware/cml-rvp", "supported-hardware/ehl-crb", "supported-hardware/icdx-crb", "supported-hardware/index", "supported-hardware/mtl-mcl", "supported-hardware/mtl-rvp", "supported-hardware/qemu", "supported-hardware/qsp", "supported-hardware/raptor-lake", "supported-hardware/tgl-rvp", "supported-hardware/up2", "supported-hardware/up2-6000", "supported-hardware/up7000adln50", "supported-hardware/upxtreme", "supported-hardware/upxtremei11", "supported-hardware/upxtremei12", "supported-hardware/upxtremei12rplp", "supported-hardware/whl-crb", "tools/BuildTool", "tools/ConfigTools", "tools/GenContainer", "tools/GpioTool", "tools/StitchTool", "tools/UcodeUtility", "tools/index", "tutorials/ex_boot_to_linux", "tutorials/ex_build_sbl_for_qemu", "tutorials/ex_corrupt_sbl_component", "tutorials/ex_debug_sbl_on_qemu_with_gdb", "tutorials/ex_feature_custom_boot_order", "tutorials/ex_feature_custom_splash", "tutorials/ex_feature_custom_verified_boot", "tutorials/ex_run_sbl_on_qemu", "tutorials/ex_sbl_shell_cli", "tutorials/ex_uefi_payload", "tutorials/index"], "filenames": ["developer-guides/boot-flow.rst", "developer-guides/boot-options.rst", "developer-guides/boot-performance.rst", "developer-guides/bootimage.rst", "developer-guides/build-system.rst", "developer-guides/configuration.rst", "developer-guides/contributions.rst", "developer-guides/debugging-with-cca.rst", "developer-guides/debugging-with-udk.rst", "developer-guides/flash-boot.rst", "developer-guides/flashmap.rst", "developer-guides/fsp.rst", "developer-guides/index.rst", "developer-guides/ingredients-update.rst", "developer-guides/logging.rst", "developer-guides/memory-map.rst", "developer-guides/osloader.rst", "developer-guides/payload.rst", "developer-guides/shell.rst", "developer-guides/source-tree.rst", "developer-guides/stitching-ifwi.rst", "developer-guides/versioning.rst", "getting-started/build-host-setup.rst", "getting-started/build-source.rst", "getting-started/index.rst", "getting-started/misc-build-setup.rst", "how-tos/add-fastboot.rst", "how-tos/add-new-library.rst", "how-tos/add-new-payload.rst", "how-tos/boot-acrn.rst", "how-tos/boot-micropython.rst", "how-tos/boot-netboot.rst", "how-tos/boot-pxe-uboot.rst", "how-tos/boot-ubuntu.rst", "how-tos/boot-vxworks.rst", "how-tos/boot-windows.rst", "how-tos/boot-with-linux-payload.rst", "how-tos/boot-with-u-boot-payload.rst", "how-tos/boot-zephyr.rst", "how-tos/change-boot-option.rst", "how-tos/collect-time-logs.rst", "how-tos/configure-memory-down.rst", "how-tos/configure_gpio.rst", "how-tos/create-container-boot-image.rst", "how-tos/create-ias-boot-image.rst", "how-tos/customize-build.rst", "how-tos/enable-intel-tcc.rst", "how-tos/enable-intel-tsn.rst", "how-tos/enable-pre-os-payload.rst", "how-tos/enable-tsn-gbe-sgmii.rst", "how-tos/enable-verified-boot.rst", "how-tos/index.rst", "how-tos/integrate-multiple-payloads.rst", "how-tos/reduce-debug-message.rst", "index.rst", "introduction/index.rst", "references/references.rst", "references/terminology.rst", "security/boot-guard.rst", "security/container-security.rst", "security/firmware-resiliency-and-recovery.rst", "security/firmware-update.rst", "security/index.rst", "security/key-management.rst", "security/measured-boot.rst", "security/verified-boot.rst", "specs/config.rst", "specs/index.rst", "supported-hardware/adl-rvp.rst", "supported-hardware/apollo-lake-crb.rst", "supported-hardware/arl-rvp.rst", "supported-hardware/cfl-crb.rst", "supported-hardware/cml-rvp.rst", "supported-hardware/ehl-crb.rst", "supported-hardware/icdx-crb.rst", "supported-hardware/index.rst", "supported-hardware/mtl-mcl.rst", "supported-hardware/mtl-rvp.rst", "supported-hardware/qemu.rst", "supported-hardware/qsp.rst", "supported-hardware/raptor-lake.rst", "supported-hardware/tgl-rvp.rst", "supported-hardware/up2.rst", "supported-hardware/up2-6000.rst", "supported-hardware/up7000adln50.rst", "supported-hardware/upxtreme.rst", "supported-hardware/upxtremei11.rst", "supported-hardware/upxtremei12.rst", "supported-hardware/upxtremei12rplp.rst", "supported-hardware/whl-crb.rst", "tools/BuildTool.rst", "tools/ConfigTools.rst", "tools/GenContainer.rst", "tools/GpioTool.rst", "tools/StitchTool.rst", "tools/UcodeUtility.rst", "tools/index.rst", "tutorials/ex_boot_to_linux.rst", "tutorials/ex_build_sbl_for_qemu.rst", "tutorials/ex_corrupt_sbl_component.rst", "tutorials/ex_debug_sbl_on_qemu_with_gdb.rst", "tutorials/ex_feature_custom_boot_order.rst", "tutorials/ex_feature_custom_splash.rst", "tutorials/ex_feature_custom_verified_boot.rst", "tutorials/ex_run_sbl_on_qemu.rst", "tutorials/ex_sbl_shell_cli.rst", "tutorials/ex_uefi_payload.rst", "tutorials/index.rst"], "titles": ["Boot Flow", "Boot Options", "Boot Performance", "Boot Image", "Build System", "Configuration", "Contribution Guidelines", "Source Level Debugging with Intel(R) SVT CCA", "Source Level Debugging with Intel(R) UDK Debugger", "Boot from Flash", "Flash Map", "Firmware Support Package", "Developer\u2019s Guide", "Ingredients upgrade", "Logging", "Memory Map", "OsLoader", "Payloads", "Shell Interface", "Source Tree Structure", "Stitch IFWI Image", "Versioning", "Build Environment", "SBL Build Steps", "Getting Started", "Miscellaneous: Dockers", "Add Fastboot Support", "Add New Library", "Create New Payload", "Boot ACRN Hypervisor", "Boot MicroPython", "Netboot / PXE boot with UEFI Payload", "PXE Boot Through U-Boot Payload", "Boot Ubuntu", "Boot VxWorks", "Boot Windows with UEFI Payload", "Boot Linux as a Payload", "Boot Linux with U-Boot Payload", "Boot Zephyr", "Change Boot Options", "Capture Boot Time Data", "Configure Memory Down", "GPIO / CFIO Configuration", "Create Container Boot Image", "Create IAS Boot Image", "Customize Build", "Intel\u00ae TCC enable", "TSN", "Enable Pre-OS Payload Support", "Enable TSN GbE SGMII", "Enable Verified Boot", "How-Tos", "Integrate Multiple Payloads", "Reduce debug messages", "Slim Bootloader Project Documentation", "Introduction", "References and Links", "Terminology and Acronyms", "Boot Guard", "Container Security", "Firmware Resiliency and Recovery", "Firmware Update", "Security Features", "SBL Build and Sign", "Measured Boot", "Verified Boot", "SBL Configuration", "Specifications", "Alder Lake Platforms", "Apollo Lake CRB Boards", "Arrow Lake Platforms", "Coffee Lake Refresh CRB Board", "Comet Lake RVP Board", "Elkhart Lake CRB Board", "Ice Lake -D CRB Boards", "Supported Hardware", "McLaren Island Board", "Meteor Lake Platforms", "QEMU Virtual Platform", "Simics\u00ae QSP Virtual Platform", "Raptor Lake Platforms", "Tiger Lake RVP Board", "UP2 Board", "UP2 6000 Board", "UP Squared Pro 7000 Edge Board", "UP Xtreme Board", "UP Xtreme i11 Board", "UP Xtreme i12 Board", "UP Xtreme i12 13th Board", "Whiskey Lake CRB Board", "Build Tool", "Configuration Tools", "Container Tool", "Gpio Tool", "Stitch Tool", "uCode Utility", "Tools", "Exercise \\- Boot to Linux", "Exercise \\- Build SBL for QEMU", "Exercise \\- Corrupt SBL Component", "Exercise \\- Debug SBL on QEMU with GDB", "Exercise \\- Feature Customization - Boot Order", "Exercise \\- Feature Customization - Splash", "Exercise \\- Feature Customization - Verified Boot", "Exercise \\- Run SBL on QEMU", "Exercise \\- SBL Shell/CLI", "Exercise \\- UEFI Payload", "Tutorials"], "terms": {"sbl": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 30, 31, 32, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 101, 102, 103, 106, 107], "us": [0, 1, 2, 3, 4, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 55, 57, 59, 60, 61, 63, 65, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "linear": 0, "launch": [0, 2, 8, 16, 17, 18, 30, 31, 35, 37, 39, 42, 55, 61, 98, 99, 107], "o": [0, 1, 3, 4, 5, 10, 15, 16, 17, 18, 19, 21, 22, 26, 29, 30, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 47, 51, 55, 57, 59, 60, 61, 63, 65, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 92, 94, 95, 99, 105], "It": [0, 2, 4, 5, 6, 7, 8, 10, 14, 17, 18, 19, 29, 30, 31, 32, 35, 36, 39, 46, 47, 55, 57, 58, 61, 66, 72, 73, 76, 81, 83, 84, 86, 87, 88, 90, 91, 94, 95, 98], "consist": [0, 4, 42, 57, 66], "four": [0, 47], "descript": [0, 2, 4, 10, 14, 19, 39, 42, 59], "pre": [0, 5, 12, 17, 19, 22, 32, 33, 51, 60, 61, 64, 76, 83, 84, 86, 87, 88, 90, 91], "memori": [0, 2, 4, 5, 7, 10, 12, 14, 18, 19, 28, 30, 34, 35, 36, 46, 48, 51, 55, 57, 66, 92, 100, 105], "main": [0, 4, 5, 15, 48, 57, 58, 59, 66], "post": [0, 1, 5, 10, 12, 19, 51, 55, 66, 90], "cpu": [0, 4, 7, 18, 30, 34, 36, 105], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 21, 22, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 52, 55, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 98, 100, 103, 105, 106, 107], "control": [0, 1, 5, 7, 14, 17, 19, 28, 29, 32, 40, 41, 48, 49, 55, 66, 68, 70, 71, 72, 73, 74, 76, 77, 79, 80, 81, 85, 89, 102], "devic": [0, 1, 2, 5, 15, 17, 18, 26, 29, 30, 33, 34, 36, 37, 39, 41, 43, 44, 46, 47, 51, 55, 57, 58, 61, 64, 68, 70, 74, 76, 77, 78, 79, 80, 92, 97, 101, 105, 106], "etc": [0, 1, 2, 4, 5, 8, 10, 13, 15, 17, 18, 35, 36, 42, 43, 46, 47, 61, 63, 65, 66, 76, 82, 83, 84, 86, 87, 88, 90], "payload": [0, 2, 3, 4, 10, 12, 14, 15, 16, 19, 22, 33, 34, 38, 46, 47, 51, 55, 61, 63, 66, 68, 70, 72, 73, 74, 77, 80, 81, 82, 90, 99, 107], "load": [0, 2, 3, 4, 5, 7, 9, 11, 15, 29, 32, 33, 34, 36, 39, 42, 43, 44, 48, 51, 52, 55, 59, 61, 66, 78, 79, 82, 91, 92, 99, 100], "verifi": [0, 2, 3, 4, 5, 16, 29, 33, 35, 41, 44, 46, 47, 51, 55, 58, 59, 61, 62, 64, 66, 78, 90, 107], "imag": [0, 1, 2, 5, 7, 8, 10, 12, 14, 16, 17, 18, 21, 22, 23, 25, 26, 28, 29, 33, 34, 35, 37, 38, 39, 49, 51, 52, 57, 59, 61, 63, 65, 66, 71, 76, 79, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 96, 99, 101, 102, 103, 107], "perform": [0, 7, 8, 12, 14, 17, 18, 19, 29, 33, 36, 46, 55, 59, 61, 63, 72, 73, 76, 81, 83, 84, 86, 87, 88, 94, 105], "firmwar": [0, 2, 4, 5, 7, 10, 12, 13, 17, 18, 19, 20, 21, 29, 31, 36, 55, 56, 57, 58, 62, 63, 64, 65, 66, 90, 92, 94, 95, 99], "updat": [0, 4, 5, 7, 10, 13, 17, 18, 19, 21, 28, 29, 30, 33, 35, 37, 39, 42, 51, 55, 59, 60, 62, 63, 65, 90, 94, 95, 99, 103], "when": [0, 2, 4, 5, 7, 10, 16, 17, 19, 28, 33, 35, 36, 39, 41, 42, 43, 46, 47, 48, 59, 60, 61, 63, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 85, 89, 92, 93, 107], "enabl": [0, 4, 7, 8, 9, 10, 16, 17, 26, 31, 37, 51, 55, 58, 62, 64, 65, 66, 68, 69, 70, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 86, 87, 88, 99, 102, 103], "each": [0, 2, 4, 5, 10, 19, 36, 42, 46, 47, 49, 61, 63, 65, 66, 68, 69, 70, 71, 74, 77, 80, 81, 85, 89, 91, 92, 93, 99], "current": [0, 7, 15, 18, 29, 30, 33, 36, 39, 55, 61, 66, 68, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89, 93, 99, 101, 105], "next": [0, 7, 33, 46, 61, 68, 69, 70, 72, 73, 74, 77, 80, 81, 99, 100], "befor": [0, 4, 8, 18, 22, 28, 29, 33, 39, 40, 41, 46, 47, 61, 63, 65, 66, 69, 71, 72, 73, 79, 81, 85, 89, 90, 92, 98, 99, 100], "transfer": [0, 19, 99], "If": [0, 1, 4, 5, 7, 16, 23, 25, 29, 30, 33, 34, 39, 41, 43, 44, 46, 52, 55, 60, 61, 64, 65, 66, 69, 76, 82, 83, 84, 86, 87, 88, 90, 92, 97, 98, 99], "verif": [0, 5, 29, 30, 34, 36, 43, 44, 46, 58, 59, 61, 63, 65, 66, 72, 73, 79, 81, 99, 103], "fail": [0, 36, 39, 55, 60, 61, 63, 65, 66, 99, 103], "one": [0, 2, 3, 4, 5, 10, 17, 18, 19, 21, 29, 34, 35, 41, 42, 43, 44, 46, 47, 49, 52, 60, 61, 63, 66, 69, 77, 91, 92, 93, 99, 100, 103], "two": [0, 4, 5, 7, 9, 15, 28, 36, 41, 46, 47, 49, 55, 61, 65, 66, 69, 90, 92, 94], "thing": [0, 32, 47], "occur": [0, 60, 61, 99], "resili": [0, 4, 10, 62, 99], "swap": [0, 10, 26, 29, 33, 39, 60, 87, 88], "over": [0, 8, 17, 31, 32, 55, 60, 66, 68, 70, 71, 77, 79, 80, 85, 89], "altern": [0, 5, 33, 40, 41, 43, 66, 82], "partit": [0, 1, 3, 9, 26, 29, 33, 34, 39, 43, 44, 46, 47, 60, 61, 68, 70, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 86, 87, 88, 99], "recov": [0, 10, 60], "broken": 0, "see": [0, 1, 3, 4, 5, 7, 9, 10, 11, 14, 17, 20, 21, 22, 23, 25, 27, 28, 29, 30, 32, 33, 34, 36, 41, 43, 44, 46, 47, 52, 53, 55, 60, 61, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 94, 95, 97, 98, 99, 100, 101, 102, 103, 106], "recoveri": [0, 4, 10, 62, 99], "otherwis": [0, 5, 41, 66], "halt": [0, 7, 58, 65, 97, 99], "after": [0, 2, 7, 17, 18, 29, 31, 32, 36, 39, 41, 46, 47, 48, 61, 79, 90, 97, 98, 99, 101, 102, 103, 106], "come": [0, 4, 5, 7, 18, 65, 66], "out": [0, 2, 7, 8, 13, 25, 31, 47, 60, 66, 92], "reset": [0, 2, 4, 7, 18, 19, 26, 29, 40, 46, 47, 61, 68, 70, 72, 73, 74, 76, 77, 80, 81, 83, 84, 86, 87, 88, 90, 99, 105], "set": [0, 4, 5, 7, 8, 17, 22, 23, 24, 29, 30, 32, 33, 34, 35, 36, 37, 39, 41, 42, 43, 44, 51, 60, 61, 63, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 99, 100], "up": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 80, 81, 82, 83, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "exectut": 0, "environ": [0, 4, 8, 21, 23, 24, 30, 33, 35, 37, 38, 62, 76, 79, 82, 83, 84, 86, 87, 88, 90], "support": [0, 1, 3, 4, 5, 12, 13, 16, 18, 19, 20, 21, 22, 23, 28, 29, 33, 34, 36, 37, 39, 41, 42, 43, 44, 46, 47, 49, 51, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 76, 82, 83, 84, 86, 87, 88, 90, 91, 92, 93, 96, 105, 106], "execut": [0, 2, 7, 8, 15, 16, 17, 22, 26, 29, 36, 38, 48, 55, 58, 60, 61, 63, 65, 66, 97, 100, 101, 102, 103, 104, 105, 106], "follow": [0, 1, 2, 4, 5, 6, 7, 8, 10, 14, 19, 22, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 41, 43, 44, 46, 47, 48, 49, 50, 52, 55, 59, 60, 61, 65, 66, 69, 71, 76, 78, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 97, 98, 99, 101, 102, 103, 104, 105, 106], "processor": [0, 2, 7, 34, 36, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89], "start": [0, 2, 7, 8, 15, 25, 26, 28, 29, 30, 32, 34, 36, 38, 41, 42, 54, 61, 66, 68, 70, 72, 73, 74, 77, 78, 79, 80, 81, 99], "from": [0, 2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 18, 19, 21, 22, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 46, 47, 51, 55, 59, 60, 63, 65, 66, 68, 69, 70, 72, 73, 74, 76, 77, 78, 80, 81, 83, 84, 86, 87, 88, 90, 91, 92, 93, 94, 99, 100, 101], "vector": [0, 2, 4, 7, 19, 90], "writeabl": 0, "mai": [0, 4, 5, 7, 13, 14, 29, 31, 32, 33, 38, 41, 42, 43, 46, 47, 52, 55, 63, 65, 66, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 85, 89, 92, 100], "avail": [0, 5, 6, 7, 15, 23, 31, 36, 39, 42, 43, 46, 60, 61, 63, 66, 68, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89, 99, 100, 105], "stack": [0, 15, 34, 36, 100], "might": [0, 28, 30, 32, 46], "have": [0, 5, 7, 10, 19, 29, 30, 33, 35, 36, 41, 42, 46, 47, 49, 55, 66, 69, 78, 91, 92], "been": [0, 5, 15, 33, 65, 79], "setup": [0, 5, 12, 19, 21, 23, 29, 30, 36, 38, 43, 44, 51, 79], "so": [0, 4, 5, 10, 11, 30, 32, 33, 36, 46, 47, 48, 49, 59, 60, 61, 66, 91, 93, 100], "code": [0, 4, 5, 7, 8, 11, 12, 17, 19, 21, 23, 28, 29, 32, 35, 41, 46, 47, 55, 61, 63, 65, 66, 90, 98, 100, 101], "typic": [0, 4, 5, 10, 15, 19, 23, 26, 43, 55, 65, 66, 92], "implement": [0, 4, 5, 11, 17, 19, 21, 28, 30, 31, 36, 41, 46, 55, 60, 61, 63, 64, 66, 69, 71, 82, 85, 89], "assembli": 0, "languag": [0, 30, 36, 57, 66], "instruct": [0, 7, 20, 31, 32, 33, 34, 35, 36, 43, 44, 51, 76, 78, 82, 83, 84, 86, 87, 88, 100], "also": [0, 2, 3, 4, 5, 7, 10, 15, 16, 17, 18, 21, 22, 23, 26, 36, 46, 47, 52, 55, 63, 66, 80, 91, 99], "excut": 0, "flash": [0, 1, 4, 5, 7, 8, 12, 15, 17, 24, 26, 30, 31, 33, 34, 35, 36, 37, 38, 39, 42, 43, 44, 47, 51, 52, 59, 60, 61, 66, 94, 99, 102, 103], "read": [0, 5, 18, 41, 61, 66, 68, 69, 70, 71, 72, 73, 74, 77, 79, 80, 81, 85, 89, 93, 99, 105], "onli": [0, 1, 4, 5, 17, 19, 26, 29, 30, 33, 47, 48, 49, 50, 52, 59, 60, 61, 65, 66, 69, 71, 72, 73, 76, 77, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91], "lack": 0, "prevent": [0, 58, 66, 99], "usag": [0, 30, 34, 36, 41, 43, 61, 62, 72, 73, 79, 81, 94, 95, 99, 100], "variabl": [0, 4, 5, 7, 10, 21, 22, 35, 61, 63, 90, 99, 100], "contain": [0, 1, 3, 5, 10, 12, 15, 16, 19, 22, 23, 25, 29, 30, 34, 36, 39, 44, 46, 51, 52, 57, 62, 63, 66, 68, 69, 70, 71, 72, 73, 74, 77, 79, 80, 81, 82, 85, 89, 90, 93, 94, 96, 102, 103], "modul": [0, 4, 5, 7, 10, 18, 28, 36, 41, 46, 47, 51, 55, 57, 58, 64, 65], "vtf": [0, 4], "volum": [0, 4], "top": [0, 4, 5, 10, 15, 19, 60, 66, 78, 87, 88], "file": [0, 1, 3, 4, 7, 8, 9, 11, 12, 13, 14, 16, 17, 19, 21, 22, 23, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 51, 52, 61, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 99, 101, 102, 103, 104, 106], "which": [0, 1, 4, 5, 7, 8, 15, 20, 23, 31, 32, 33, 36, 39, 42, 46, 48, 52, 59, 61, 63, 65, 66, 78, 82, 90, 92], "place": [0, 4, 12, 31, 36, 52, 60, 66, 78, 92, 100], "within": [0, 4, 5, 12, 29, 36, 39, 46, 61, 66, 78, 91, 92], "fv": [0, 4, 16, 17, 30, 31, 35, 39, 48, 61, 92], "The": [0, 2, 4, 5, 7, 8, 10, 11, 13, 15, 16, 17, 19, 23, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 41, 42, 43, 44, 46, 47, 49, 52, 55, 57, 60, 61, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 99, 100], "henc": [0, 4], "need": [0, 4, 5, 7, 13, 22, 29, 30, 32, 33, 35, 36, 37, 39, 42, 43, 46, 47, 48, 49, 55, 59, 63, 65, 66, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 85, 89, 90, 91, 92], "an": [0, 2, 3, 5, 6, 7, 10, 12, 13, 14, 16, 17, 21, 22, 23, 26, 29, 30, 31, 33, 34, 35, 36, 37, 38, 40, 41, 43, 44, 46, 47, 48, 49, 52, 55, 57, 59, 60, 61, 63, 65, 66, 68, 70, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 91, 92, 93, 95, 99, 100], "appropri": [0, 4, 66], "address": [0, 4, 5, 9, 10, 32, 36, 41, 46, 47, 61, 66, 87, 88, 92, 99, 100], "vtf0": [0, 4], "identifi": [0, 4, 5, 15, 36, 46, 47, 61, 66, 68, 70, 74, 76, 77, 80], "guid": [0, 2, 4, 5, 6, 7, 21, 26, 29, 31, 32, 33, 35, 36, 38, 41, 42, 51, 54, 55, 61, 78, 79], "1ba0062": [0, 4], "c779": [0, 4], "4582": [0, 4], "8566": [0, 4], "336ae8f78f09": [0, 4], "align": [0, 4, 7, 46, 47, 61, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 85, 89, 92], "intel": [0, 4, 5, 10, 11, 12, 14, 20, 26, 29, 31, 36, 37, 41, 47, 49, 51, 55, 56, 57, 58, 61, 64, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 99], "x86": [0, 4, 8, 30, 32, 34, 36, 55, 76, 79, 82, 83, 84, 85, 86, 87, 88, 92], "architectur": [0, 4, 55, 57], "entri": [0, 1, 4, 5, 12, 15, 28, 33, 34, 36, 38, 39, 43, 44, 46, 48, 50, 61, 66, 92, 100], "point": [0, 2, 4, 7, 19, 28, 33, 34, 55, 60, 66, 90, 100], "stage1a": [0, 2, 4, 7, 8, 19, 29, 36, 61, 68, 70, 72, 73, 74, 77, 78, 79, 80, 81, 99, 107], "_moduleentrypoint": [0, 4], "first": [0, 4, 5, 7, 8, 10, 21, 23, 26, 29, 30, 33, 34, 39, 43, 44, 46, 52, 55, 61, 66, 76, 82, 83, 84, 86, 87, 88, 92, 98, 99], "dword": [0, 4, 5, 66, 93, 94], "built": [0, 4, 5, 16, 17, 18, 23, 30, 31, 32, 33, 35, 38, 39, 46, 47, 51, 52, 55, 62, 65, 66, 78], "jump": [0, 4, 30, 34, 36, 38, 61, 68, 70, 72, 73, 74, 77, 80, 81], "thi": [0, 1, 2, 4, 5, 7, 8, 11, 15, 17, 22, 23, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 41, 42, 43, 44, 46, 47, 48, 49, 52, 57, 59, 60, 61, 63, 65, 66, 68, 69, 70, 71, 72, 73, 74, 77, 78, 79, 80, 81, 85, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "continu": [0, 2, 4, 17, 33, 61, 100], "defin": [0, 4, 5, 9, 10, 14, 15, 30, 31, 37, 46, 47, 59, 61, 63, 66, 94], "secentri": [0, 4], "nasm": [0, 4, 22, 29, 55, 57], "step": [0, 4, 9, 12, 13, 19, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 49, 55, 61, 66, 68, 69, 70, 71, 74, 76, 77, 78, 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 97, 98, 100, 101, 102, 103, 104, 105, 106], "switch": [0, 26, 34, 36, 39, 43, 44, 61, 99], "16": [0, 2, 5, 22, 36, 66], "bit": [0, 5, 21, 22, 28, 33, 34, 36, 41, 47, 66], "real": [0, 5, 46], "mode": [0, 4, 7, 14, 16, 26, 33, 34, 39, 46, 47, 49, 51, 55, 61, 63, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 85, 89, 99], "32": [0, 2, 5, 36, 66, 90], "protect": [0, 5, 21, 36, 58, 99], "provid": [0, 1, 4, 5, 7, 11, 13, 14, 15, 17, 19, 21, 26, 28, 31, 33, 34, 35, 36, 37, 39, 41, 42, 43, 44, 46, 47, 48, 49, 55, 57, 59, 60, 61, 63, 65, 66, 71, 79, 85, 89, 90, 91, 92, 93, 96, 100, 107], "full": [0, 5, 7, 8, 17, 28, 31, 36, 49, 61, 66, 68, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89, 92], "fsp": [0, 2, 4, 11, 12, 15, 19, 21, 29, 41, 46, 47, 57, 60, 66, 79, 90, 98], "t": [0, 4, 15, 19, 25, 33, 34, 35, 39, 43, 46, 55, 57, 91, 92, 100], "tempraminit": 0, "api": [0, 4, 5, 11, 15, 57], "configur": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 43, 44, 45, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "temporari": [0, 12], "": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "paramet": [0, 5, 15, 18, 30, 33, 41, 44, 46, 47, 52, 66, 91], "c": [0, 4, 5, 7, 8, 22, 31, 39, 46, 47, 61, 69, 71, 76, 78, 82, 85, 89, 92, 97, 98, 99, 100, 101, 102, 103, 104, 106], "structur": [0, 1, 2, 4, 10, 12, 15, 17, 21, 35, 61, 90, 93], "bootload": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "debug": [0, 2, 3, 12, 14, 16, 17, 18, 21, 29, 33, 34, 35, 40, 41, 51, 52, 55, 60, 79, 82, 83, 84, 86, 87, 88, 90, 94, 98, 99, 107], "port": [0, 2, 4, 7, 8, 11, 17, 18, 19, 25, 26, 29, 30, 33, 35, 36, 37, 55, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 94, 105], "board": [0, 2, 4, 5, 7, 8, 10, 19, 21, 23, 26, 28, 29, 30, 33, 34, 36, 37, 39, 41, 42, 46, 47, 49, 51, 55, 60, 61, 66, 75, 79, 90, 91, 99, 101, 102, 103], "specif": [0, 2, 3, 5, 7, 8, 9, 11, 13, 17, 18, 19, 23, 36, 37, 39, 42, 45, 46, 47, 49, 54, 55, 56, 61, 63, 66, 91, 94, 99, 101, 105, 106], "function": [0, 4, 5, 7, 9, 17, 28, 31, 32, 36, 42, 47, 55, 63, 65, 66, 69, 71, 79, 82, 85, 89, 90, 99, 101], "moduleentrylib": 0, "pass": [0, 2, 4, 15, 17, 21, 46, 47, 48, 61, 66, 92], "expect": [0, 15, 16, 26, 29, 36, 37, 46, 48, 60, 64, 92, 93, 95], "struct": [0, 1, 2, 10, 21, 47, 61, 93, 94], "stage1a_asm_param": 0, "push": [0, 63], "element": [0, 4, 66], "order": [0, 5, 7, 29, 30, 39, 47, 55, 57, 60, 78, 82, 92, 93, 97, 106, 107], "stage1a_param": 0, "primari": [0, 5, 35, 55, 60, 61, 66, 99], "purpos": [0, 5, 14, 16, 17, 18, 36, 42, 52, 78], "stage1b": [0, 2, 4, 5, 7, 19, 29, 36, 61, 66, 68, 70, 72, 73, 74, 77, 78, 79, 80, 81, 99, 107], "bring": [0, 36, 47], "system": [0, 1, 2, 3, 5, 8, 9, 12, 17, 18, 19, 22, 26, 29, 30, 31, 32, 33, 34, 36, 37, 38, 41, 43, 44, 46, 47, 55, 57, 58, 64, 78, 92, 94, 97, 99, 100, 101, 102, 103, 104, 105, 106], "earli": [0, 29, 36, 79, 82, 83, 84, 86, 87, 88, 90], "init": [0, 2, 14, 30, 34, 36, 43, 44], "build": [0, 1, 3, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 18, 19, 21, 24, 25, 26, 28, 31, 33, 34, 35, 38, 40, 41, 42, 43, 44, 48, 50, 51, 52, 55, 60, 61, 62, 64, 65, 66, 96, 97, 99, 100, 101, 102, 103, 106, 107], "databas": 0, "m": [0, 2, 4, 7, 8, 15, 19, 30, 38, 41, 47, 57, 78, 97, 100, 101, 102, 103, 104, 106], "fspmemoryinit": 0, "ram": [0, 19, 36, 57], "migrat": [0, 15], "save": [0, 2, 5, 32, 33, 39, 42, 43, 44, 59, 65, 82, 102, 103], "inform": [0, 4, 5, 6, 10, 11, 14, 17, 18, 21, 29, 35, 36, 41, 42, 46, 49, 60, 66, 87, 88, 91, 105], "like": [0, 4, 5, 7, 13, 17, 23, 32, 33, 34, 35, 42, 43, 44, 49, 55, 65, 66, 91, 92], "tolum": [0, 15], "low": [0, 4, 15, 36], "usabl": [0, 15, 36], "touum": 0, "upper": [0, 33], "tempramexit": [0, 2], "tear": 0, "down": [0, 7, 15, 33, 51, 66], "cach": [0, 19, 46, 57], "return": [0, 4, 36, 39, 41, 61, 100], "its": [0, 2, 5, 22, 35, 36, 37, 39, 41, 46, 55, 59, 60, 61, 65, 66, 99], "normal": [0, 1, 10, 30, 34, 36, 43, 44, 46, 52, 60, 61, 99], "oper": [0, 2, 7, 8, 29, 31, 32, 36, 47, 49, 55, 57, 63, 91, 92], "stage2": [0, 2, 4, 5, 19, 36, 38, 61, 68, 70, 72, 73, 74, 77, 78, 80, 81, 99, 103, 107], "stage2_param": 0, "respons": [0, 5, 55], "complet": [0, 7, 26, 29, 30, 33, 35, 40, 57, 61, 63, 66, 68, 70, 72, 73, 74, 76, 77, 80, 81, 83, 84, 86, 87, 88, 97, 98, 101, 102, 103, 106], "run": [0, 2, 5, 7, 8, 25, 26, 28, 29, 30, 32, 33, 34, 36, 38, 43, 44, 46, 47, 48, 51, 55, 61, 63, 66, 69, 79, 82, 83, 84, 86, 87, 88, 91, 97, 99, 100, 107], "compress": [0, 2, 4, 10, 36, 46, 47, 52, 59, 60, 61, 92], "includ": [0, 1, 4, 5, 7, 11, 13, 20, 29, 30, 31, 35, 36, 37, 38, 43, 44, 46, 47, 48, 49, 55, 57, 60, 61, 63, 65, 99], "reloc": [0, 32], "allow": [0, 4, 11, 17, 18, 26, 35, 36, 47, 52, 61, 63, 66, 78], "reman": 0, "gpio": [0, 12, 51, 66, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89, 96], "fspsiliconinit": 0, "chipset": [0, 5, 7, 42, 57, 61], "pci": [0, 2, 14, 18, 32, 36, 37, 66, 105], "enumer": [0, 2, 34, 43, 44], "resourc": 0, "alloc": [0, 4, 12, 33, 36, 46, 66], "acpi": [0, 2, 4, 14, 15, 35, 36, 46, 47, 56, 57, 61, 66], "initl": 0, "prepar": [0, 26, 29, 30, 51, 61, 107], "hob": [0, 2, 15, 17, 18, 21, 35, 36, 105], "requir": [0, 4, 5, 7, 8, 17, 19, 21, 22, 23, 25, 26, 28, 29, 30, 33, 35, 36, 39, 42, 43, 46, 47, 49, 52, 55, 57, 58, 59, 61, 62, 63, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 92, 99], "fspnotifyphas": [0, 36], "readytoboot": 0, "endoffirmwar": 0, "list": [0, 1, 4, 7, 14, 15, 18, 21, 29, 32, 39, 46, 55, 63, 66, 90, 92, 100, 105], "pointer": [0, 15], "base": [0, 1, 4, 5, 7, 10, 15, 17, 26, 30, 32, 36, 37, 42, 46, 47, 49, 55, 60, 61, 63, 69, 76, 79, 82, 83, 84, 85, 86, 87, 88, 91], "void": [0, 100], "efiapi": 0, "secstartup": [0, 100], "IN": 0, "hoblistptr": 0, "pldbase": [0, 100], "store": [0, 3, 4, 9, 10, 15, 18, 30, 36, 59, 61, 62, 63, 79, 92], "import": [0, 5, 6, 25, 42], "throughout": [0, 2], "differ": [0, 1, 3, 4, 5, 7, 13, 15, 16, 28, 33, 36, 42, 43, 44, 46, 51, 55, 58, 61, 63, 65, 66, 72, 92, 100, 101, 102], "phase": [0, 15, 66], "config": [0, 5, 9, 18, 25, 29, 32, 33, 36, 37, 39, 46, 47, 51, 61, 63, 78, 82, 90, 91, 93], "id": [0, 2, 12, 13, 21, 29, 36, 37, 41, 46, 47, 49, 62, 66, 68, 70, 76, 77, 78, 79, 80, 82, 83, 84, 86, 87, 88, 91, 94, 97, 99, 101, 106], "entir": [0, 5, 58], "can": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 14, 15, 16, 17, 18, 21, 22, 26, 28, 30, 31, 32, 33, 35, 36, 37, 39, 40, 41, 42, 43, 46, 47, 48, 49, 50, 52, 55, 59, 60, 61, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 97, 98, 99, 101, 102, 103, 104, 105, 106], "seen": [0, 4, 15], "bootloadercoreglob": 0, "h": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "loader_global_data": 0, "until": [0, 33, 100], "howev": [0, 5, 13, 17, 33, 66, 100], "still": [0, 43, 66, 91, 100], "maintain": [0, 35, 55, 59, 61, 62, 65], "reserv": [0, 1, 2, 10, 15, 21, 31, 33, 34, 36, 46, 47, 52, 61, 68, 70, 72, 73, 74, 77, 80, 81], "s3": [0, 15], "resum": 0, "creat": [0, 2, 3, 4, 5, 7, 8, 12, 16, 17, 26, 29, 31, 33, 34, 35, 36, 37, 38, 46, 47, 51, 52, 55, 59, 61, 65, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 94], "add": [0, 2, 4, 5, 7, 9, 18, 22, 25, 28, 30, 31, 32, 33, 35, 47, 48, 51, 59, 66, 90, 101], "info": [0, 2, 4, 7, 15, 30, 34, 43, 44, 46, 47, 61, 90, 93, 100], "bottom": [0, 33], "level": [0, 4, 5, 12, 14, 19, 35, 36, 55, 57, 66, 78, 100], "retriev": [0, 5, 42], "append": [0, 4, 5, 18, 36, 52, 66, 79, 106], "more": [0, 2, 3, 4, 5, 6, 9, 11, 14, 16, 17, 21, 22, 23, 29, 32, 33, 34, 36, 41, 42, 43, 44, 46, 47, 52, 55, 60, 61, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 84, 85, 87, 88, 89, 92, 99], "kei": [0, 4, 5, 10, 11, 18, 24, 26, 29, 34, 39, 40, 43, 44, 46, 47, 59, 61, 62, 65, 66, 68, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 99], "hash": [0, 2, 5, 10, 29, 30, 34, 36, 43, 44, 59, 61, 62, 63, 66, 72, 73, 79, 81, 99], "onc": [0, 5, 7, 15, 26, 30, 32, 33, 46, 47, 58, 66, 78], "ha": [0, 5, 7, 8, 15, 17, 39, 43, 46, 55, 58, 59, 60, 65, 66, 79], "copi": [0, 2, 4, 5, 9, 10, 22, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 43, 44, 52, 60, 61, 66, 68, 70, 72, 73, 74, 76, 77, 78, 80, 81, 82, 83, 84, 86, 87, 88, 99, 100], "earlier": [0, 33], "sever": [0, 4, 7, 16, 46, 47, 49], "field": [0, 4, 5, 46, 47, 49, 61, 66, 93], "dma": [0, 7, 15], "buffer": [0, 14, 15, 18, 55], "again": [0, 29, 46, 69, 71, 72, 73, 81, 85, 89, 100], "hoblist": 0, "sinc": [0, 7, 36, 46, 66, 92], "across": [0, 15, 35, 60, 65, 93], "all": [0, 5, 7, 10, 15, 17, 19, 23, 29, 31, 33, 36, 37, 41, 46, 47, 57, 59, 60, 61, 65, 66, 68, 70, 76, 77, 90, 91, 92, 93, 94, 99, 100], "slim": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "predefin": 0, "wai": [0, 5, 9, 14, 36, 41, 43, 44, 46, 55, 61, 66, 79, 92, 93], "As": [0, 4, 5, 6, 19, 46, 47, 57, 61, 66, 76, 82, 83, 84, 86, 87, 88], "interrupt": [0, 61], "ar": [0, 1, 2, 4, 5, 7, 10, 14, 15, 17, 19, 22, 25, 26, 28, 30, 31, 32, 33, 36, 39, 41, 42, 43, 44, 46, 47, 49, 52, 55, 57, 60, 61, 63, 65, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 99, 100, 106], "idtr": 0, "bootloadercorelib": [0, 15], "abstract": [0, 17, 61], "locat": [0, 2, 4, 5, 8, 10, 11, 28, 30, 34, 37, 39, 43, 44, 46, 47, 52, 62, 63, 66, 68, 70, 74, 76, 77, 80, 82, 83, 84, 86, 87, 88, 101, 103], "getloaderglobaldatapoint": 0, "setloaderglobaldatapoint": 0, "chang": [0, 1, 5, 6, 8, 9, 10, 18, 19, 28, 29, 30, 34, 36, 41, 42, 43, 44, 48, 50, 51, 52, 60, 61, 66, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 85, 89, 90, 91, 98, 99, 100, 101, 102, 103], "attempt": [0, 5, 36, 39], "In": [0, 4, 5, 7, 11, 15, 17, 22, 31, 32, 33, 36, 39, 41, 42, 46, 47, 48, 50, 52, 55, 60, 61, 66, 68, 70, 71, 72, 73, 74, 77, 78, 79, 80, 81, 82, 85, 89, 92, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "platform_foo": [0, 4, 5, 11, 48], "directori": [0, 4, 19, 22, 26, 29, 30, 31, 34, 35, 36, 37, 39, 43, 44, 48, 52, 61, 63, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92], "hook": [0, 2, 90], "To": [0, 4, 5, 8, 9, 18, 28, 30, 33, 35, 46, 47, 48, 51, 63, 65, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 97, 99, 100], "new": [0, 4, 5, 7, 11, 13, 17, 19, 30, 31, 33, 36, 39, 42, 46, 47, 49, 51, 55, 61, 66, 76, 78, 82, 83, 84, 86, 87, 88, 91, 92], "should": [0, 4, 5, 7, 9, 19, 29, 30, 32, 33, 34, 36, 37, 40, 41, 43, 44, 46, 47, 48, 52, 61, 62, 63, 64, 66, 78, 79, 83, 84, 86, 87, 88, 93, 99], "boardinit": 0, "under": [0, 4, 5, 7, 19, 31, 32, 41, 46, 47, 55, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "librari": [0, 4, 5, 15, 17, 19, 30, 31, 46, 51, 69, 71, 82, 85, 89, 99, 101], "board_init_phas": 0, "initphas": 0, "dure": [0, 2, 4, 5, 7, 9, 10, 15, 19, 21, 29, 36, 39, 41, 43, 44, 46, 47, 60, 61, 63, 65, 66, 91, 99], "further": [0, 33, 49, 66, 79], "divid": 0, "multipl": [0, 1, 4, 5, 12, 14, 19, 28, 36, 37, 42, 46, 47, 49, 51, 55, 59, 61, 68, 70, 72, 73, 74, 76, 77, 80, 81, 83, 84, 86, 87, 88, 92, 106], "fine": [0, 5], "granular": [0, 21, 66], "These": [0, 4, 5, 17, 42, 46, 57, 59, 61, 91, 92], "platformservic": 0, "typedef": [0, 1, 2, 10, 21, 47, 61, 66, 93, 94], "enum": [0, 14, 93], "pretempraminit": 0, "0x10": [0, 8, 14, 66, 71, 85, 89], "posttempraminit": [0, 2], "0x20": [0, 14, 43], "preconfiginit": 0, "0x30": 0, "postconfiginit": 0, "0x40": [0, 4], "prememoryinit": [0, 2], "0x50": 0, "postmemoryinit": [0, 2], "0x60": 0, "pretempramexit": [0, 2], "0x70": 0, "posttempramexit": [0, 2], "0x80": 0, "presiliconinit": [0, 2], "0x90": 0, "postsiliconinit": [0, 2], "0xa0": 0, "prepcienumer": [0, 2], "0xb0": 0, "postpcienumer": [0, 2], "0xc0": 0, "prepayloadload": [0, 2], "0xd0": 0, "postpayloadload": [0, 2], "0xe0": 0, "endofstag": 0, "0xf0": 0, "0xf8": 0, "0xff": [0, 5, 36, 66], "open": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "sourc": [0, 1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "project": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "apollo": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "lake": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 75, 76, 78, 79, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "whiskei": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "xtreme": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "i11": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "coffe": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "refresh": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "desktop": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "s8": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "mobil": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "h6": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "comet": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "cml": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "rvp": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "pch": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "v": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "h420e": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "tiger": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "elkhart": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "alder": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "adl": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "p": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "n": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "amston": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "raptor": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "rpl": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "azb": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "arizona": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "beach": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "icx": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "d": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "meteor": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "mtl": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "i12": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "mclaren": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "island": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "squar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "pro": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "7000": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "edg": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "6000": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "13th": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "editor": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "arrow": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "arl": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "u": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "\u00b5": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "target": [1, 4, 7, 8, 17, 23, 29, 31, 32, 34, 36, 39, 43, 44, 51, 55, 61, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 80, 81, 85, 89, 90, 98, 107], "featur": [1, 2, 4, 5, 7, 17, 19, 21, 26, 36, 46, 47, 48, 54, 60, 64, 65, 66, 68, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 99, 107], "design": [1, 2, 3, 5, 7, 17, 22, 28, 35, 42, 66, 76, 79], "flexibl": [1, 4, 5, 52, 55, 66], "layout": [1, 3, 4, 12, 30, 36, 41, 43, 61, 87, 88, 92, 100, 102, 103], "raw": [1, 3, 9, 29, 30, 33, 37, 44, 59, 78, 97, 101, 106], "mbr": [1, 34, 44], "gpt": [1, 26, 33], "fat": [1, 9, 26, 29, 33, 34, 43, 44, 68, 70, 72, 73, 74, 76, 77, 80, 81, 83, 84, 86, 87, 88], "ext2": [1, 9, 33, 34, 43], "3": [1, 2, 4, 8, 9, 10, 22, 25, 26, 29, 30, 32, 33, 34, 35, 36, 39, 41, 42, 43, 44, 55, 61, 66, 93, 94, 99, 103], "4": [1, 2, 4, 5, 8, 9, 22, 25, 26, 29, 33, 34, 35, 36, 37, 39, 42, 43, 44, 52, 61, 66, 76, 82, 83, 84, 86, 87, 88, 93, 103], "emmc": [1, 2, 5, 26, 29, 39, 43, 44], "uf": 1, "nvme": [1, 33, 34, 39, 43, 46, 47], "sata": [1, 29, 34, 39, 43, 44, 46, 47, 76, 78], "usb": [1, 5, 7, 18, 29, 33, 34, 35, 39, 43, 44, 46, 47, 51, 61, 68, 69, 70, 72, 73, 74, 76, 77, 80, 81, 83, 84, 86, 87, 88], "spi": [1, 5, 29, 35, 42, 51, 57, 66, 68, 69, 70, 71, 72, 73, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 94, 99], "redund": [1, 4, 9, 10, 17, 30, 60, 61, 90], "fallback": [1, 39], "flow": [1, 2, 12, 17, 19, 29, 41, 46, 47, 55, 59, 60, 61, 62, 68, 70, 71, 72, 73, 74, 76, 77, 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 99, 100], "shown": [1, 2, 4, 5, 7, 10, 15, 32, 36, 61, 66, 78, 90], "chart": 1, "A": [1, 5, 10, 17, 19, 21, 29, 30, 36, 39, 42, 47, 48, 51, 55, 57, 60, 61, 62, 63, 65, 66, 68, 70, 72, 73, 74, 77, 78, 79, 80, 81, 87, 88, 93], "data": [1, 2, 4, 5, 7, 10, 11, 12, 15, 17, 18, 21, 29, 35, 36, 39, 51, 63, 65, 69, 76, 79, 82, 83, 84, 86, 87, 88, 90, 91, 93, 94, 99, 105], "osbootoptionguid": 1, "type": [1, 2, 5, 7, 12, 15, 26, 29, 30, 33, 34, 35, 36, 41, 43, 44, 47, 49, 61, 62, 63, 68, 70, 72, 73, 74, 76, 77, 78, 80, 81, 83, 84, 86, 87, 88, 90, 97, 105], "0": [1, 2, 4, 5, 8, 9, 14, 15, 22, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 41, 42, 43, 44, 46, 47, 49, 52, 54, 55, 57, 61, 66, 71, 72, 73, 74, 81, 82, 83, 84, 85, 86, 87, 88, 89, 92, 93, 99, 102, 103], "refer": [1, 2, 4, 5, 7, 9, 16, 21, 22, 23, 28, 30, 32, 35, 36, 37, 42, 47, 49, 52, 54, 59, 61, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "boot_image_typ": 1, "uint8": [1, 10, 21, 61, 66, 94], "imagetyp": [1, 34, 43], "zero": [1, 61, 92], "mean": [1, 7, 15, 61], "bootflag": 1, "medium": 1, "os_boot_medium_typ": 1, "devtyp": [1, 29, 33, 34, 39, 43, 44], "indic": [1, 5, 33, 46, 52, 61, 66, 92], "instanc": [1, 33, 61, 93], "belong": 1, "devinst": 1, "hardwar": [1, 2, 4, 5, 10, 17, 20, 23, 29, 34, 36, 41, 43, 44, 54, 55, 58, 61, 65, 66, 68, 70, 71, 72, 73, 74, 76, 77, 79, 80, 81, 85, 89, 94], "number": [1, 2, 3, 5, 21, 29, 33, 36, 39, 42, 44, 61, 66, 92, 93, 94], "hwpart": [1, 29, 33, 34, 39, 43, 44], "softwar": [1, 5, 7, 22, 35, 36, 46, 55, 57, 61, 69, 76, 79, 82, 83, 84, 86, 87, 88], "swpart": [1, 29, 33, 34, 39, 43, 44], "For": [1, 5, 7, 8, 9, 11, 14, 17, 18, 21, 22, 23, 28, 29, 30, 32, 36, 37, 39, 41, 42, 45, 46, 47, 49, 52, 55, 61, 63, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 80, 81, 82, 84, 85, 87, 88, 89, 90, 92, 94, 99], "os_file_system_typ": 1, "fstype": [1, 29, 33, 34, 39, 43, 44], "1": [1, 2, 4, 5, 8, 9, 15, 21, 25, 26, 28, 29, 30, 31, 33, 34, 35, 36, 39, 41, 42, 43, 44, 48, 54, 60, 61, 65, 66, 68, 70, 72, 73, 74, 77, 78, 80, 81, 99, 103], "trusti": 1, "2": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "misc": [1, 97, 101, 106], "6": [1, 8, 9, 26, 29, 33, 34, 36, 39, 42, 43, 44, 47, 55, 61, 66, 69, 79, 93, 94, 103], "extra": [1, 4, 18, 82], "boot_imag": [1, 82], "7": [1, 2, 22, 26, 34, 36, 44, 55, 61, 66, 69], "os_boot_opt": 1, "depend": [1, 12, 17, 26, 27, 28, 30, 33, 34, 42, 43, 44, 55, 61, 66, 90, 91], "scenario": [1, 60], "custom": [1, 5, 12, 17, 28, 29, 31, 41, 46, 47, 51, 52, 55, 61, 63, 64, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 94, 107], "prebuild": [1, 4], "time": [1, 2, 4, 5, 14, 21, 28, 29, 35, 36, 42, 46, 47, 48, 50, 51, 61, 63, 65, 66, 68, 70, 72, 73, 74, 76, 77, 79, 80, 81, 83, 84, 86, 87, 88, 99, 100], "platform": [1, 2, 3, 4, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 69, 71, 72, 73, 74, 75, 76, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107], "aim": [2, 13], "veri": [2, 5, 28, 66, 100], "quickli": [2, 3], "mandatori": [2, 3], "some": [2, 4, 5, 7, 10, 17, 30, 31, 32, 33, 41, 42, 43, 46, 66, 92, 99], "case": [2, 3, 4, 5, 7, 15, 17, 22, 29, 32, 33, 41, 46, 55, 61, 92, 99], "e": [2, 5, 10, 18, 21, 23, 26, 31, 33, 34, 36, 42, 43, 44, 46, 61, 64, 66, 76, 82, 83, 84, 86, 87, 88, 90, 92, 99], "g": [2, 5, 10, 18, 21, 23, 26, 33, 34, 36, 42, 43, 44, 46, 61, 76, 82, 83, 84, 86, 87, 88, 90, 99, 102], "turn": [2, 5, 8, 15, 60, 68, 70, 74, 76, 77, 79, 80], "rear": 2, "view": [2, 7, 41, 55, 66, 91, 92], "camera": 2, "car": [2, 8, 15, 19], "everi": [2, 7, 66], "stage": [2, 5, 10, 12, 15, 17, 19, 36, 55, 65, 90, 99, 103], "There": [2, 7, 36, 43, 44, 46, 47, 49, 61, 66, 100], "trade": 2, "off": [2, 5, 17, 40, 61, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 85, 89], "consid": [2, 4, 5, 22, 33, 52, 64, 66], "optim": [2, 5, 46, 55, 66, 100], "media": [2, 3, 19, 33, 34, 43, 46, 61, 82], "fast": [2, 36, 46, 55, 66, 79, 92], "secur": [2, 3, 4, 5, 16, 17, 18, 21, 39, 47, 54, 55, 61, 63, 64, 65, 66, 78, 92, 99], "sign": [2, 22, 29, 33, 34, 43, 44, 59, 61, 62, 66, 90, 91, 92], "algorithm": [2, 52, 92], "acceler": 2, "frequenc": [2, 36], "size": [2, 4, 5, 7, 8, 9, 10, 15, 17, 22, 28, 29, 30, 32, 33, 34, 35, 36, 37, 41, 42, 43, 44, 46, 47, 59, 60, 61, 66, 68, 70, 72, 73, 74, 77, 80, 81, 87, 88, 92, 95, 99, 100], "lz4": [2, 28, 31, 35, 37, 46, 47, 48, 52, 61, 92, 106], "gener": [2, 4, 5, 7, 12, 17, 21, 24, 28, 29, 30, 31, 32, 33, 34, 35, 36, 39, 42, 43, 44, 51, 59, 62, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 94, 95, 100], "splash": [2, 4, 33, 55, 107], "screen": [2, 30, 35, 55, 97, 98, 101, 102, 103, 106], "option": [2, 4, 5, 7, 8, 11, 12, 18, 23, 25, 26, 28, 29, 30, 32, 33, 34, 36, 41, 42, 43, 44, 51, 52, 55, 60, 61, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 85, 89, 90, 92, 94, 95, 99, 100, 102, 103, 105], "obtain": [2, 34, 36, 37, 41], "captur": [2, 7, 30, 51], "timestamp": 2, "valu": [2, 4, 5, 7, 8, 28, 32, 33, 36, 37, 39, 41, 42, 46, 47, 49, 52, 61, 64, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 100], "associ": [2, 5, 43, 44, 60, 61, 63, 66, 91], "denot": [2, 66], "event": [2, 36], "through": [2, 5, 7, 17, 46, 51, 61, 62, 66, 79, 91, 92, 100, 101], "hand": [2, 17, 33, 40, 99], "block": [2, 7, 17, 32, 46, 58, 66], "gloaderperformanceinfoguid": 2, "0x868204be": 2, "0x23d0": 2, "0x4ff9": 2, "0xac": [2, 74], "0x34": 2, "0xb9": 2, "0x95": 2, "0x04": [2, 4, 14, 66], "0xb1": 2, "osload": [2, 3, 4, 12, 15, 17, 19, 28, 30, 31, 32, 35, 37, 46, 48, 52, 82, 106], "shell": [2, 5, 12, 26, 29, 31, 33, 34, 37, 39, 40, 41, 43, 44, 51, 68, 70, 72, 73, 74, 76, 77, 80, 81, 83, 84, 86, 87, 88, 97, 99, 102, 104, 106, 107], "perf": [2, 18, 40, 105], "command": [2, 5, 8, 16, 18, 22, 23, 26, 28, 29, 33, 35, 36, 37, 39, 43, 44, 46, 47, 48, 51, 52, 59, 61, 63, 66, 68, 70, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 90, 91, 92, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "exampl": [2, 4, 7, 9, 14, 17, 21, 22, 23, 26, 28, 29, 30, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 49, 52, 55, 60, 61, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 103, 105, 107], "output": [2, 4, 8, 14, 26, 29, 30, 33, 34, 35, 37, 38, 40, 41, 42, 43, 44, 46, 47, 51, 61, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 106, 107], "below": [2, 4, 5, 7, 9, 10, 13, 15, 16, 22, 30, 31, 32, 33, 36, 38, 39, 40, 42, 46, 48, 59, 60, 61, 63, 65, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94], "loader": [2, 10, 11, 12, 15, 17, 29, 33, 48, 57, 61, 68, 70, 72, 73, 74, 77, 78, 79, 80, 81, 99], "delta": [2, 5, 39, 42, 51, 91], "1000": [2, 49], "1010": 2, "9": [2, 22, 36, 66, 82, 83, 84, 86, 87, 88, 93], "1040": [2, 36], "11": [2, 8, 33, 35, 36, 47, 66], "1060": 2, "5": [2, 8, 9, 21, 26, 33, 34, 36, 39, 42, 43, 44, 59, 61, 66, 93, 94, 103], "1080": 2, "31": [2, 5, 36, 47, 66], "15": [2, 5, 22, 36, 47, 66], "10a0": 2, "82": 2, "51": 2, "10b0": 2, "84": 2, "decompress": [2, 46, 47], "2000": 2, "2020": [2, 30, 34], "197": 2, "113": 2, "2030": 2, "229": 2, "memoryinit": 2, "2040": 2, "266": 2, "37": 2, "2050": 2, "276": 2, "10": [2, 22, 34, 35, 36, 49, 66, 71, 82, 83, 84, 85, 86, 87, 88, 89, 93], "2060": 2, "281": 2, "2070": 2, "2080": 2, "283": 2, "2090": 2, "285": 2, "20a0": 2, "361": 2, "76": 2, "20b0": 2, "364": 2, "20c0": 2, "extend": [2, 4, 10, 17, 19, 32, 52, 65, 66], "20d0": 2, "365": 2, "rebas": [2, 90], "3000": 2, "370": 2, "3010": 2, "466": 2, "96": [2, 36], "3020": 2, "467": 2, "nv": [2, 10, 15, 36, 60], "3030": 2, "490": 2, "23": [2, 35, 36], "siliconinit": 2, "3040": 2, "492": 2, "3050": 2, "515": 2, "displai": [2, 5, 7, 18, 33, 40, 66, 82, 91, 92, 102, 105], "3060": 2, "520": 2, "mp": [2, 14, 36], "wake": 2, "3080": 2, "524": 2, "3090": 2, "526": 2, "30a0": 2, "536": 2, "30b0": 2, "543": 2, "30c0": 2, "545": 2, "notifi": 2, "30d0": 2, "561": 2, "30e0": 2, "564": 2, "3100": 2, "567": [2, 100], "3110": 2, "568": 2, "3120": 2, "577": 2, "3130": 2, "675": 2, "98": [2, 72], "3140": 2, "744": 2, "69": 2, "3150": 2, "31a0": 2, "746": 2, "31b0": 2, "749": 2, "decod": [2, 7, 47], "format": [2, 3, 4, 5, 9, 16, 17, 26, 29, 30, 33, 34, 36, 37, 42, 43, 44, 46, 47, 48, 52, 61, 62, 66, 78, 92, 93, 94, 97, 101, 106], "31f0": 2, "end": [2, 4, 5, 7, 10, 12, 15, 31, 33, 35, 61, 66, 100, 101], "print": [2, 18, 21, 40, 41, 100, 105], "own": [2, 18, 46, 49, 66, 82, 83, 84, 86, 87, 88, 90], "publish": 2, "tabl": [2, 4, 5, 15, 26, 35, 36, 41, 42, 46, 61, 63, 68, 70, 71, 74, 76, 77, 80, 85, 89, 90], "sblt": 2, "detail": [2, 3, 5, 9, 14, 16, 17, 21, 22, 23, 29, 32, 33, 34, 36, 41, 42, 43, 44, 47, 51, 52, 55, 59, 60, 61, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91], "show": [2, 7, 31, 32, 33, 46, 52, 61, 66, 90, 92, 94, 95, 99, 100], "ad": [2, 8, 12, 28, 29, 33, 34, 36, 46, 47, 49, 52, 59, 92, 99], "efi_acpi_5_0_fpdt_performance_record_head": 2, "header": [2, 4, 5, 10, 11, 15, 46, 47, 59, 61, 63, 71, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92], "uint32": [2, 10, 21, 47, 61, 66, 93, 99], "taken": [2, 66], "nanosecond": 2, "uint64": [2, 21, 61], "stage1tim": 2, "stage2tim": 2, "osloadertim": 2, "sbl_performance_record": 2, "access": [2, 7, 10, 18, 63, 66, 76, 82, 83, 84, 86, 87, 88, 92], "via": [2, 7, 21, 26, 40, 41, 43, 44, 46, 47, 48, 55, 79, 82, 83, 84, 86, 87, 88], "signatur": [2, 4, 10, 21, 30, 36, 43, 44, 59, 61, 65, 66, 78, 92, 100, 103], "0x00000000452b88cc": 2, "0000": [2, 36, 47, 66], "53": 2, "42": [2, 34], "4c": 2, "54": 2, "28": [2, 35, 47], "00": [2, 14, 29, 35, 36, 47, 76, 87, 88], "30": [2, 30, 34, 47, 69], "20": [2, 29, 33, 36, 47, 66], "01": [2, 22, 29, 35, 36, 66, 84, 87, 88], "0010": 2, "83": 2, "04": [2, 22, 30, 33, 36, 47, 84, 86, 87], "b9": [2, 87, 88], "0a": 2, "0020": 2, "9e": 2, "highli": [3, 29], "desir": [3, 5, 33, 40, 47, 55, 61, 66, 91, 92], "mani": [3, 4, 5, 11, 13, 21, 36, 66], "kernel": [3, 5, 16, 26, 29, 33, 34, 43, 44, 51, 59, 61, 68, 70, 72, 73, 74, 77, 80, 81, 82, 92, 99], "multiboot": [3, 16, 17, 26, 29, 34, 56], "compliant": [3, 17, 34, 57, 92], "encapsul": [3, 46, 47, 59, 78, 92], "tool": [3, 4, 7, 8, 9, 12, 16, 19, 21, 23, 24, 26, 29, 30, 33, 34, 35, 39, 43, 44, 46, 47, 51, 52, 54, 55, 58, 59, 61, 63, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 107], "lba": [3, 9, 29, 46], "abl": [3, 10, 29, 32, 33, 36, 66, 79], "standard": [3, 5, 7, 30, 36, 47, 55, 57, 79], "linux": [3, 4, 8, 10, 16, 17, 23, 24, 25, 26, 30, 33, 43, 44, 46, 47, 51, 63, 76, 78, 83, 84, 86, 87, 88, 90, 91, 101, 103, 104, 106, 107], "without": [3, 4, 5, 9, 10, 31, 35, 47, 49, 61, 66, 82, 91, 92], "pack": [3, 5, 42], "releas": [3, 11, 12, 14, 18, 21, 22, 26, 33, 37, 39, 40, 55, 68, 69, 70, 71, 72, 74, 77, 79, 80, 81, 85, 89, 90, 98, 102], "choos": [4, 5, 7, 31, 66], "edk": [4, 17, 35, 45, 56, 90], "ii": [4, 17, 35, 45, 56, 90], "compil": [4, 14, 19, 29, 55, 66, 90, 97, 98, 100, 101, 102, 103, 106], "infrastructur": [4, 5, 11, 58, 63, 79], "framework": 4, "extens": [4, 55, 66], "capabl": [4, 7, 16, 33, 36, 46, 47, 61], "chain": [4, 19, 29, 55, 62, 65], "gcc": [4, 22, 29, 36, 55], "visual": [4, 22, 35, 55, 66], "studio": [4, 7, 22, 35, 55], "choic": [4, 11, 55], "benefit": [4, 5], "familiar": [4, 76, 79, 82, 83, 84, 86, 87, 88], "uefi": [4, 7, 8, 10, 16, 17, 22, 28, 29, 33, 46, 51, 52, 55, 57, 61, 63, 82, 90, 92, 99, 107], "bio": [4, 5, 12, 20, 29, 33, 36, 42, 46, 47, 61, 66, 68, 69, 70, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 86, 87, 88, 99], "smaller": [4, 36, 52], "effort": 4, "script": [4, 5, 8, 10, 19, 23, 29, 30, 33, 35, 37, 39, 42, 46, 47, 59, 61, 63, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 100], "buildload": [4, 19, 23, 25, 28, 29, 30, 31, 32, 35, 36, 37, 38, 48, 52, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 97, 98, 100, 101, 102, 103, 106], "py": [4, 5, 7, 8, 9, 15, 19, 21, 22, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 42, 43, 45, 46, 47, 48, 50, 52, 60, 61, 63, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 106], "diagram": [4, 60, 66], "illustr": [4, 5, 28, 49, 60, 66], "helper": [4, 17, 19, 100], "assist": [4, 61], "slimbootload": [4, 5, 8, 23, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 41, 42, 46, 47, 49, 61, 68, 70, 74, 77, 78, 79, 80, 97, 98, 100, 101, 102, 103, 104, 106], "txt": [4, 26, 29, 33, 36, 43, 44, 92, 93], "compon": [4, 5, 12, 13, 20, 29, 30, 34, 36, 39, 41, 43, 44, 47, 51, 58, 59, 60, 63, 64, 65, 66, 79, 87, 88, 90, 92, 94, 107], "modifi": [4, 5, 7, 14, 18, 29, 30, 33, 36, 39, 41, 42, 45, 46, 61, 65, 66, 91, 98, 101, 102, 103, 105], "boardconfig": [4, 5, 7, 8, 15, 21, 28, 30, 32, 33, 36, 37, 45, 46, 47, 48, 50, 60, 66, 102, 103], "footprint": [4, 5, 18, 52], "determin": [4, 10, 15, 61, 101], "among": 4, "those": [4, 5, 43], "dsc": [4, 28, 30, 35, 90, 93], "final": [4, 5, 9, 23, 33, 35, 46, 47, 66, 91], "configdatastruct": [4, 66], "yaml": [4, 12, 14, 39, 41, 42, 46, 47, 49, 61, 91, 93], "configdatablob": [4, 66], "intern": [4, 5, 7, 15, 66], "default": [4, 5, 7, 8, 16, 22, 28, 33, 35, 36, 39, 43, 52, 61, 64, 82, 92, 98, 100, 106], "master": [4, 33, 36, 46, 47, 49, 59, 63], "get": [4, 7, 9, 13, 18, 25, 26, 29, 32, 34, 35, 36, 38, 39, 41, 42, 43, 44, 47, 54, 59, 61, 66, 72, 73, 76, 79, 81, 82, 83, 84, 86, 87, 88, 92, 99, 100, 101], "help": [4, 18, 46, 47, 49, 55, 61, 90, 91, 92, 94, 95, 99, 105], "python": [4, 5, 22, 23, 25, 28, 29, 30, 31, 32, 35, 36, 37, 38, 39, 42, 46, 47, 48, 52, 55, 61, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 97, 98, 99, 100, 101, 102, 103, 106], "env": [4, 7, 32, 38, 63], "sbl_key_dir": [4, 22, 29, 61, 63], "sbl_root": [4, 22], "sblkei": [4, 22, 33, 34, 43, 46, 47, 61, 63], "platform_nam": [4, 13, 25, 48], "clean": [4, 24, 90, 98], "given": [4, 5, 33, 34, 36, 40, 41, 48, 66, 93], "1a": [4, 10, 12, 15, 65, 99], "packag": [4, 5, 12, 13, 16, 22, 25, 26, 27, 28, 29, 33, 42, 46, 47, 56, 57, 63, 66, 92, 94], "fd": [4, 31, 35, 52, 90, 92, 98, 106], "binari": [4, 5, 7, 9, 10, 11, 13, 17, 22, 23, 28, 29, 30, 31, 32, 34, 37, 41, 48, 57, 59, 63, 79, 80, 90, 91, 92, 95, 98, 99, 100], "resetvector": 4, "verinfo": 4, "flashmap": 4, "fittabl": 4, "hashstor": 4, "peipcddatabas": 4, "peim": 4, "call": [4, 5, 11, 12, 15, 31, 36, 41, 46, 47, 57, 61, 66, 69, 71, 82, 85, 89, 90, 91, 100], "1b": [4, 5, 10, 12, 15, 49, 65, 66, 99, 103], "cfgdataint": [4, 5, 66], "bin": [4, 5, 8, 9, 13, 22, 26, 28, 29, 30, 32, 34, 35, 37, 38, 39, 41, 43, 44, 46, 47, 48, 61, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 92, 97, 99, 100, 101, 102, 103, 104, 106], "vbt": [4, 12, 90], "logo": 4, "fwupdat": [4, 15, 18, 29, 59, 61, 68, 70, 72, 73, 74, 76, 77, 80, 81, 83, 84, 86, 87, 88], "note": [4, 5, 15, 29, 33, 35, 46, 47, 66, 70, 77, 78, 90, 92], "enable_fwu": 4, "addit": [4, 5, 19, 20, 28, 29, 36, 43, 47, 48, 55, 58, 66, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 83, 84, 85, 86, 87, 88, 89, 91, 92, 99], "other": [4, 5, 13, 17, 19, 20, 22, 23, 33, 36, 42, 46, 47, 49, 51, 52, 59, 60, 63, 66, 82, 93], "microcod": [4, 10, 12, 18, 90, 95, 105], "acm": [4, 10, 61, 90, 99], "individu": [4, 10, 46, 66], "put": [4, 46, 52, 92], "togeth": [4, 36, 61, 66], "getimagelayout": 4, "boot": [4, 5, 7, 10, 11, 12, 14, 17, 18, 19, 20, 21, 26, 28, 41, 42, 47, 49, 51, 55, 57, 59, 60, 61, 62, 63, 66, 76, 83, 84, 86, 87, 88, 92, 99, 104, 105, 106, 107], "critic": [4, 10, 47, 60, 62], "check": [4, 5, 7, 28, 33, 36, 38, 39, 41, 42, 46, 47, 66, 69, 71, 72, 73, 81, 85, 89, 101, 102, 103], "discuss": [4, 46, 47, 66], "abov": [4, 5, 7, 15, 22, 30, 31, 32, 33, 36, 37, 46, 47, 49, 59, 61, 65, 66, 68, 69, 70, 72, 73, 74, 76, 77, 78, 80, 81, 82, 83, 84, 86, 93], "non": [4, 9, 10, 17, 30, 36, 47, 60, 61], "region": [4, 5, 12, 15, 17, 20, 29, 30, 46, 47, 52, 59, 60, 61, 66, 68, 70, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 86, 87, 88, 91, 94, 99], "present": [4, 5, 15, 22, 36, 47, 66, 92, 99], "authent": [4, 46, 47, 59, 61, 92], "mrcdata": 4, "train": [4, 10, 41, 90], "getvari": 4, "setvari": 4, "litevariablelib": 4, "bootloadercommonpkg": [4, 15, 19, 99], "ucod": [4, 10, 18, 60, 61, 96, 99, 105], "post_build": 4, "than": [4, 5, 17, 30, 33, 41, 52, 61, 66], "fw": [4, 61, 63, 90, 99], "independ": [4, 7, 17, 19, 47, 61, 65], "epayload": [4, 52, 90], "integr": [4, 7, 11, 17, 26, 28, 51, 57, 58, 61, 62, 64, 66, 78, 79, 95, 99], "explain": [4, 5, 8, 16, 61, 69, 71, 82, 85, 89], "done": [4, 5, 7, 15, 30, 33, 34, 35, 36, 43, 58, 61, 90, 91, 97, 98, 100, 101, 102, 103, 106], "simplic": [4, 55, 62], "faster": 4, "certain": [4, 21, 23, 55, 61, 99], "bfv": 4, "fit": [4, 9, 17, 36, 47, 52, 66, 90], "last": [4, 26, 29, 32], "thu": [4, 5, 10, 32, 47, 60], "And": [4, 7, 46, 99], "map": [4, 7, 9, 12, 18, 35, 36, 41, 52, 60, 61, 66, 99, 103, 105], "0xfffffffc": 4, "onto": [4, 5, 29, 33, 34, 41, 43, 44, 47], "neg": 4, "offset": [4, 9, 10, 60, 61, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 85, 89, 100, 103], "patch_fv": 4, "rel": [4, 66, 90, 100], "4gb": [4, 15, 33], "0xffffffff": [4, 36], "equal": 4, "files": 4, "__moduleentrypoint": 4, "symbol": [4, 7, 34, 37, 66, 100], "3473a022": 4, "c3c2": 4, "4964": 4, "b309": 4, "22b3dfb0b6ca": 4, "pcdverinfobas": 4, "pcd": [4, 14, 15], "pcdfiledatabas": 4, "efac3859": 4, "b680": 4, "4232": 4, "a159": 4, "f886f2ae0b83": 4, "3cea8ef3": 4, "95fc": 4, "476f": 4, "aba5": 4, "7ec5dfa1d77b": 4, "0xfffffff8": [4, 10], "0x08": [4, 14, 66], "interfac": [4, 5, 11, 12, 17, 26, 29, 32, 36, 39, 40, 49, 55, 63, 66, 90, 91], "0xffffffc0": 4, "high": [4, 36, 66], "max": [4, 9, 30, 36], "length": [4, 9, 10, 29, 46, 47, 49, 61], "8": [4, 5, 21, 22, 34, 36, 47, 61, 66, 69, 82, 83, 84, 86, 87, 88, 93], "respect": [4, 15, 36, 59, 63], "update_fit_t": 4, "pcdhashstorebas": 4, "cfgdatabas": 4, "016e6cd0": 4, "4834": 4, "4c7e": 4, "bcfe": 4, "41dfb88a6a6d": 4, "pcdcfgdataintbas": 4, "e08ca6d5": 4, "8d02": 4, "43ae": 4, "abb1": 4, "952cc787c933": 4, "pcdgraphicsvbtaddress": 4, "7e374e25": 4, "8e01": 4, "4fee": 4, "87f2": 4, "390c23c606cd": 4, "pcdacpitablesaddress": 4, "5e2d3be9": 4, "ad72": 4, "4d1d": 4, "aad5": 4, "6b08af921590": 4, "pcdsplashlogoaddress": 4, "embed": [4, 21, 36, 41, 47, 55, 57, 66, 85, 106], "dedic": [4, 42], "recompil": [4, 10], "most": [4, 5, 36, 46, 47, 66, 102, 103], "similar": [4, 26, 30, 33, 36, 47, 52, 63, 66], "singl": [4, 8, 36, 41, 52, 59, 61, 66, 90, 91, 92, 93], "getcontainerlist": 4, "initi": [4, 5, 11, 12, 14, 15, 17, 18, 19, 26, 33, 41, 55, 57, 58, 61, 65, 66, 68, 70, 74, 77, 80, 90, 92], "blank": 4, "make": [4, 5, 8, 10, 19, 22, 30, 32, 33, 34, 36, 37, 39, 41, 43, 44, 46, 47, 51, 52, 61, 65, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 100, 103], "sure": [4, 5, 22, 30, 32, 33, 34, 37, 43, 44, 46, 47, 65, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 103], "exist": [4, 5, 22, 23, 28, 30, 32, 37, 46, 47, 49, 66, 68, 70, 74, 77, 80, 90, 91, 99], "being": [4, 5, 34, 36, 47, 66, 92], "container_list": 4, "you": [4, 5, 7, 22, 25, 26, 28, 29, 31, 32, 33, 35, 36, 37, 39, 41, 43, 44, 47, 51, 52, 55, 61, 66, 68, 69, 70, 71, 72, 73, 74, 77, 78, 79, 80, 81, 85, 89, 90, 92, 97, 98, 100, 101, 102, 103, 104, 105, 106], "where": [4, 7, 22, 33, 39, 47, 61, 66, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89, 103], "remain": [4, 33, 36, 52], "insid": [4, 25, 29, 31, 32, 46, 47, 59, 61, 66, 92, 93], "name": [4, 7, 9, 10, 14, 23, 25, 29, 30, 32, 34, 36, 41, 47, 48, 49, 52, 60, 61, 63, 90, 92, 95], "test1": 4, "test2": 4, "test3": 4, "sblc": 4, "def": [4, 59, 63], "self": [4, 5, 8, 9, 30, 32, 33, 36, 37, 46, 47, 48, 66, 102, 103], "compressalg": [4, 46, 47], "authtyp": [4, 46, 47, 92], "svn": [4, 21, 46, 47, 92], "container_list_auth_typ": [4, 46, 47], "key_id_contain": [4, 46, 47], "_": [4, 36, 46, 47, 66], "_rsa_sign_typ": [4, 46, 47], "tst1": 4, "path": [4, 22, 28, 30, 37, 42, 43, 46, 47, 61, 63, 66, 78, 79, 90, 92, 94, 99, 100], "key_id_container_comp": [4, 46, 47], "tst2": 4, "tst3": 4, "we": [4, 6, 7, 32, 33, 35, 36, 38, 55, 66, 78, 79, 97, 98, 100, 101, 102, 103, 104, 105, 106], "section": [4, 5, 13, 22, 29, 31, 32, 36, 46, 47, 48, 49, 55, 59, 61, 66, 78, 79, 91], "class": [4, 7, 55], "sblc_size": 4, "0x1000": 4, "img_list": 4, "non_redund": 4, "stitch": [4, 5, 8, 10, 12, 24, 26, 29, 34, 35, 36, 37, 41, 43, 44, 47, 51, 55, 60, 63, 66, 78, 79, 90, 91, 96, 107], "posit": [4, 66, 90, 92], "stitch_op": [4, 9], "mode_file_pad": [4, 9], "mode_pos_tail": [4, 9], "verbos": [4, 14], "log": [4, 5, 7, 12, 18, 25, 36, 41, 46, 53, 99, 101], "messag": [4, 7, 14, 17, 18, 29, 34, 36, 41, 43, 44, 51, 61, 68, 70, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 87, 88, 90, 92, 94, 95, 99], "while": [4, 5, 7, 17, 47, 59, 63, 66, 68, 70, 74, 76, 77, 80, 94], "deploi": [4, 34, 55], "product": [4, 11, 36, 79, 99], "minimum": [4, 14, 66], "consol": [4, 7, 8, 14, 18, 21, 29, 30, 33, 34, 36, 37, 38, 39, 42, 61, 68, 69, 70, 72, 73, 74, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 101, 102, 106], "compar": [4, 64, 65, 82], "r": [4, 11, 12, 21, 29, 34, 36, 46, 79, 90, 98, 100], "eas": [5, 11, 19, 61], "goal": 5, "both": [5, 7, 13, 22, 35, 36, 46, 48, 55, 59, 64, 66, 68, 69, 91, 92, 99], "perspect": [5, 91], "busi": 5, "By": [5, 8, 46, 66, 98, 100], "central": 5, "easier": [5, 13, 52], "manag": [5, 12, 22, 46, 47, 62, 66], "relat": [5, 7, 30, 46, 47, 60, 66], "same": [5, 29, 31, 34, 35, 37, 39, 42, 43, 46, 47, 49, 61, 63, 65, 66, 79, 90, 99, 106], "becaus": [5, 82, 100], "human": [5, 66], "readabl": 5, "user": [5, 7, 11, 23, 25, 29, 31, 32, 34, 36, 43, 46, 47, 49, 61, 66, 68, 70, 71, 72, 73, 74, 77, 78, 80, 81, 85, 89, 90, 91, 103], "unchang": 5, "extern": [5, 7, 10, 17, 26, 52, 59, 63, 91, 93], "corrupt": [5, 10, 60, 107], "instead": [5, 10, 19, 28, 30, 33, 37, 48, 52, 66, 69, 76, 82, 83, 84, 86, 87, 88], "declar": [5, 66], "silicon": [5, 7, 11, 13, 19, 47, 57, 66, 69, 76, 82, 83, 84, 86, 87, 88, 90], "polici": [5, 10, 34, 63, 66], "syntax": [5, 61, 66, 90, 95, 99], "folder": [5, 7, 12, 19, 23, 33, 35, 39, 42, 46, 47, 49, 61, 66, 90, 98], "platformcommonboardpkgcfgdata": [5, 66], "find": [5, 29, 32, 34, 36, 43, 44, 46, 47, 49, 61, 66], "platformapollolakeboardpkgcfgdata": 5, "pleas": [5, 7, 11, 22, 23, 28, 29, 30, 32, 35, 36, 39, 41, 42, 47, 55, 60, 61, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 93], "cfgdatadef": [5, 30, 39, 42, 46, 47, 49, 66], "sub": [5, 46, 59, 66], "specifi": [5, 16, 21, 22, 29, 33, 39, 46, 47, 52, 61, 63, 66, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89, 90, 92, 94, 95, 99], "overrid": [5, 46, 47, 49, 66, 101], "pcie": [5, 66], "uniqu": [5, 21, 29, 46, 47, 55, 63, 64, 66, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89], "appli": [5, 7, 39, 42, 46, 66], "ani": [5, 9, 18, 26, 29, 31, 33, 35, 37, 39, 40, 60, 61, 63, 66, 68, 70, 72, 73, 74, 76, 77, 78, 80, 81, 82, 83, 84, 86, 87, 88, 90], "handl": [5, 66, 99], "_cfgdata_ext_fil": [5, 66], "cfgdata_ext_def": 5, "cfgdata_ext_gpmrb": 5, "pars": [5, 36, 66, 91], "well": [5, 35, 60, 61, 65, 66], "edit": [5, 36, 66, 87, 88, 91], "restitch": 5, "rebuild": [5, 35, 39, 45, 46, 47, 49, 97, 101, 102, 103, 106], "found": [5, 6, 31, 34, 35, 36, 39, 41, 43, 44, 46, 47, 61, 66, 68, 70, 74, 77, 80, 91, 100], "bootloadercorepkg": [5, 14, 15, 19, 22, 26, 29, 33, 39, 42, 45, 46, 47, 48, 49, 61, 63, 66, 68, 69, 70, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 86, 87, 88, 91, 100], "configeditor": [5, 30, 39, 42, 46, 47, 51, 66], "graphic": [5, 36, 41, 78, 79, 102, 106], "ui": [5, 33, 36, 66, 100], "interchang": 5, "select": [5, 7, 22, 26, 29, 30, 33, 36, 39, 42, 60, 61, 66, 103], "dynam": [5, 15, 66], "pin": [5, 7, 42, 66, 69, 82, 83, 84, 86, 87, 88, 93], "runtim": [5, 11, 14, 17, 28, 36, 47, 51, 61, 66, 79, 107], "At": [5, 33, 36, 39, 42], "begin": [5, 33, 46, 47, 66, 100], "getboardidfromgpiopin": 5, "tag": [5, 22, 91], "cdata_pid_gpio_tag": 5, "actual": [5, 36, 41, 46, 66, 92], "static": [5, 66, 93, 102, 103, 107], "serv": [5, 32, 36], "carri": [5, 66], "cfgdata": [5, 28, 30, 35, 37, 41, 42, 46, 47, 49, 51, 52, 61, 63, 66, 90, 91, 106], "cannot": [5, 15, 66], "technic": 5, "upto": 5, "platformid_cfg_data": [5, 41, 66], "platformid": [5, 41, 66, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89, 94], "0x7": [5, 93], "0x9": [5, 93], "conflict": 5, "commonli": [5, 14], "One": [5, 14, 21, 23, 34, 46, 49, 58, 63, 90], "stage1bboardinitlib": [5, 69, 71, 82, 85, 89], "group": [5, 25, 26, 29, 36, 42, 66, 93], "tune": [5, 18, 46], "item": [5, 29, 46, 47, 49, 60, 61, 66, 99], "findconfigdatabytag": 5, "cdata_usb_tag": 5, "prerequisit": [5, 12, 51, 62], "cfgdata_default": 5, "rsa": [5, 29, 33, 34, 36, 43, 44, 59, 61, 72, 73, 79, 81], "cfgdatastitch": [5, 39, 66], "cfgdatatool": [5, 63, 66], "gencfgdata": [5, 66], "gui": [5, 26, 47, 51, 66, 91], "now": [5, 8, 29, 30, 32, 33, 39, 42, 47, 66, 78, 79, 100], "cfgdata_ext_up2": [5, 41], "overwritten": [5, 60, 66], "either": [5, 7, 31, 46, 49, 61, 63, 65, 66, 68, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89, 99], "directli": [5, 6, 11, 16, 36, 46, 47, 51, 80, 82, 91, 99], "accordingli": [5, 30, 33, 39, 42], "Then": [5, 7, 47, 49, 60, 79, 99], "back": [5, 33, 46, 47, 49, 61, 66], "newli": [5, 33, 78, 91], "window": [5, 7, 8, 12, 17, 24, 25, 30, 32, 33, 46, 47, 51, 55, 68, 70, 71, 72, 73, 74, 76, 77, 78, 80, 81, 82, 85, 89, 90, 91, 97, 100, 101, 102, 103, 104, 106], "cd": [5, 23, 25, 29, 30, 35, 36, 37, 38, 47, 92, 98, 100], "sbl_ifwi_old": 5, "k": [5, 22, 29, 30, 33, 34, 43, 46, 47, 58, 61, 68, 69, 70, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 86, 87, 88, 92], "configtestkey_priv_rsa3072": [5, 63], "pem": [5, 22, 26, 29, 33, 34, 43, 46, 47, 61, 63], "sblopen": [5, 99], "sbl_ifwi_patch": 5, "successfulli": [5, 30, 33, 34, 35, 43, 47, 61], "patch": [5, 6, 10, 35, 39, 61, 90, 91, 92], "ifwi": [5, 8, 9, 12, 24, 33, 35, 37, 38, 39, 46, 47, 49, 57, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 99], "here": [5, 7, 8, 14, 19, 22, 26, 29, 30, 31, 32, 36, 38, 44, 46, 47, 63, 66, 79, 100, 102, 103], "http": [5, 6, 7, 11, 22, 23, 25, 29, 30, 31, 33, 35, 36, 37, 41, 42, 46, 47, 49, 66], "github": [5, 6, 11, 22, 23, 29, 30, 33, 35, 36, 41, 42, 46, 47, 49, 55], "io": [5, 18, 25, 36, 41, 42, 105], "how": [5, 8, 13, 16, 23, 28, 31, 32, 33, 35, 36, 37, 41, 46, 47, 52, 54, 61, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 97, 98, 101, 102, 103, 104, 105, 106], "tos": 5, "configure_gpio": 5, "html": [5, 7, 41, 42, 66], "boardid": [5, 14, 61, 72, 73, 81], "0001": [5, 8], "cfg": [5, 33, 36, 43, 44, 82], "ext": 5, "0xfef05ff8": 5, "0x0080": 5, "success": [5, 23, 29, 30, 34, 36, 39, 43, 44, 60, 61, 72, 73, 79, 81, 90, 99], "modern": [5, 42, 66], "often": [5, 41, 42, 46, 61, 66], "constrain": [5, 42], "limit": [5, 7, 8, 17, 42, 52], "connect": [5, 8, 12, 26, 29, 30, 33, 42, 46, 49, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 80, 81, 85, 89], "them": [5, 6, 10, 33, 42, 46, 58, 61, 64, 66, 69, 92], "could": [5, 36, 42, 46, 47, 63, 66, 80, 87, 88], "i2c": [5, 42], "digit": [5, 76, 82, 83, 84, 86, 87, 88], "signal": [5, 7, 36, 61, 82, 83, 84, 86, 87, 88], "input": [5, 7, 9, 36, 39, 42, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 94, 99], "offer": [5, 47], "varieti": [5, 41], "laptop": 5, "lid": 5, "close": [5, 7, 102, 105], "anoth": [5, 7, 66, 100], "drive": [5, 26, 29, 30, 33, 35, 37, 61, 78, 97, 101, 106], "statu": [5, 7, 29, 44, 62, 68, 70, 72, 73, 74, 77, 80, 81, 99], "led": [5, 7], "chassi": [5, 7], "good": [5, 55, 64, 66, 76, 82, 83, 84, 86, 87, 88], "primer": 5, "www": [5, 7, 11, 22, 35, 36], "org": [5, 22, 31, 36, 37, 66], "doc": 5, "latest": [5, 11, 13, 22, 30], "driver": [5, 32, 35, 36, 61, 92], "intro": 5, "what": [5, 55, 60, 66], "friendli": [5, 66], "mechan": [5, 26, 41, 46, 55, 60, 61, 87, 88], "minim": [5, 11, 36, 78], "possibl": [5, 10, 41, 66], "implementaion": 5, "expos": [5, 11, 46, 47], "just": [5, 29, 33, 40, 66], "pad": [5, 59, 61, 93], "maximum": [5, 66], "term": [5, 6, 31, 41, 43, 66, 93], "skip": [5, 33, 36], "throuh": 5, "flag": [5, 9, 10, 15, 21, 29, 33, 34, 36, 39, 43, 44, 60, 61, 66], "part": [5, 29, 31, 34, 36, 43, 44, 46, 47, 61, 65, 66, 79, 91], "hidden": [5, 46, 66], "condit": [5, 6, 31], "baselin": [5, 36, 66], "soc": [5, 7, 15, 19, 36, 57, 66], "abil": [5, 7], "space": [5, 7, 9, 18, 30, 33, 36, 52, 66], "approach": [5, 36, 55, 65], "duplic": [5, 60], "wa": [5, 22, 33, 34, 35, 36, 43, 47, 64, 92], "adopt": 5, "blob": [5, 36, 46, 47, 49, 59, 63, 65, 91, 92], "plu": [5, 6, 55, 66], "bitmask": [5, 66], "nativ": [5, 16, 66], "overridden": [5, 46, 47, 49, 66], "match": [5, 33, 36, 41, 46, 47, 52, 61, 64, 66, 100], "describ": [5, 10, 26, 29, 32, 41, 46, 66, 69, 82, 83, 84, 86, 87, 88, 91, 93], "cfgdata_gpio": [5, 66], "gpio_cfg_hdr": 5, "count": [5, 29, 34, 99], "gpiobasetableid": 5, "Or": [5, 41], "explan": 5, "templat": [5, 94], "basetablebitmask": 5, "particular": [5, 66], "filet": 5, "processcfgarrai": 5, "let": [5, 31, 37, 46, 47, 66, 79, 100], "expand": [5, 34, 43, 44, 93], "gpio_tmpl": [5, 93], "gpp_a0": 5, "0x00000000": [5, 30, 34, 36, 66, 79], "0x00000010": [5, 61], "gpp_a1": 5, "0x40000101": 5, "0x00000011": 5, "gpp_a2": 5, "0x80000201": 5, "0x00000012": 5, "gpp_a3": 5, "0xc0000301": 5, "0x00000013": 5, "gpp_a4": 5, "0x00000400": [5, 72, 73, 81], "0x00000014": 5, "gpp_a5": 5, "0x40000500": 5, "0x00000015": 5, "gpp_a6": 5, "0x80000601": 5, "0x00000016": 5, "gpp_a7": [5, 93], "0xc0000700": 5, "0x00000017": 5, "gpio_cfg_data": [5, 66, 93], "gpioconfpad1_gpp_a1": 5, "gpioskip": [5, 66], "gpiobasetablebitmask": 5, "0b11111111": 5, "clear": [5, 18, 61], "0xfd": 5, "0b11111101": 5, "correctli": [5, 25, 29, 46, 91], "configu": 5, "gpioconfpad1_gpp_a6": 5, "gpioconfpad0_gpp_a3": 5, "0x40000801": 5, "gpioconfpad1_gpp_a4": 5, "0x00050014": 5, "0xa5": 5, "0b10100101": 5, "welcom": [6, 36, 54, 55], "encourag": 6, "commun": [6, 7, 22, 26, 30, 42, 47, 93], "submit": [6, 55], "bsd": [6, 31, 55], "patent": [6, 55], "repo": [6, 30, 35], "contributor": 6, "fulli": [6, 19, 94], "understand": [6, 41, 47, 61, 69, 71, 79, 82, 85, 89, 100], "agre": 6, "edkii": [6, 55], "fork": 6, "clone": [6, 23, 25, 29, 30, 31, 35, 37], "branch": 6, "pull": [6, 13], "com": [6, 7, 11, 22, 23, 29, 30, 33, 35, 36, 46, 47, 49], "introduct": [6, 12, 54], "git": [6, 21, 22, 23, 25, 29, 30, 35, 37], "handbook": 6, "th": 7, "compos": 7, "global": [7, 12, 15, 25, 29, 45, 79, 100], "destin": [7, 14], "trigger": [7, 29, 62, 99], "unit": [7, 18, 66], "mipi": 7, "pti": 7, "rout": 7, "accord": [7, 32, 36, 39, 42, 52, 66], "stop": [7, 34, 100], "industri": [7, 47, 76, 82, 83, 84, 86, 87, 88], "method": [7, 9, 29, 46, 47, 59, 61, 63, 65, 78, 79, 92], "form": [7, 59, 66], "factor": 7, "forward": 7, "transport": [7, 26, 29], "physic": [7, 36, 41, 47], "receptacl": 7, "band": 7, "oob": 7, "protocol": [7, 16, 26, 55], "simpli": [7, 8, 41, 61, 66], "bypass": 7, "doe": [7, 15, 33, 36, 55, 58, 64, 66, 68, 70, 74, 77, 78, 79, 80, 92], "adapt": [7, 29, 66, 82, 83, 84, 86, 87, 88], "test": [7, 18, 22, 26, 30, 33, 36, 38, 41, 51, 60, 61, 63, 78, 99], "endpoint": 7, "variou": [7, 15, 31, 47, 59, 63, 65, 66, 68, 70, 74, 77, 80], "agent": [7, 8, 34], "known": [7, 10, 64, 65, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89, 93], "transmit": 7, "dfx": 7, "jtag": 7, "usb3": 7, "host": [7, 8, 25, 26, 29, 36, 47, 49, 57, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "intermitt": 7, "unavail": [7, 36], "designintool": 7, "silicon_view_technology_closed_chassis_adapter_p": 7, "itpxdpsvt": 7, "htm": 7, "cross": 7, "suit": [7, 36], "eclips": 7, "line": [7, 8, 18, 22, 31, 32, 33, 35, 36, 43, 44, 46, 47, 52, 66, 78, 82, 90, 92, 94, 100, 103, 106], "deep": [7, 36], "analysi": [7, 79], "chip": [7, 29, 41, 69], "peripher": [7, 82], "regist": [7, 18, 31, 34, 36, 43, 59, 61, 68, 69, 70, 71, 77, 79, 80, 82, 85, 89, 93, 100, 105], "content": [7, 10, 18, 31, 33, 35, 46, 66], "en": [7, 35, 66], "develop": [7, 8, 11, 13, 17, 18, 21, 22, 41, 54, 55, 57, 61, 76, 79, 82, 83, 84, 86, 87, 88, 96, 107], "involv": 7, "side": 7, "cnfigur": 7, "10th": [7, 72], "core": [7, 11, 15, 19, 21, 34, 36, 37, 66, 68, 70, 71, 72, 77, 78, 80, 81, 85, 89], "formerli": 7, "22nm": 7, "short": 7, "cabl": [7, 26, 29, 82, 83, 84, 86, 87, 88], "label": [7, 36, 66, 69, 71, 72, 73, 81, 85, 89], "glow": 7, "green": 7, "red": 7, "upd": [7, 11, 41, 66], "pchdcien": 7, "platformdebugcons": 7, "pchtracehubmod": 7, "debuginterfaceen": 7, "diretcli": 7, "updatefspconfig": [7, 99], "85": 7, "isysdbg": 7, "bat": [7, 35], "instal": [7, 8, 22, 25, 26, 29, 31, 33, 35, 44, 46, 47, 63, 76, 79, 83, 84, 86, 87, 88], "directoti": 7, "toward": [7, 15], "isysdbg_log_level": 7, "context": 7, "ipc": 7, "dbghelp": 7, "isysdbg_flash_bas": 7, "0x9b000000": 7, "isysdbg_flash_s": 7, "0x02000000": [7, 32], "power": [7, 8, 29, 55, 61, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 85, 89], "workspac": 7, "probe": 7, "click": [7, 33, 47], "drop": [7, 33, 66], "finish": [7, 17, 36, 48, 61, 68, 70, 72, 73, 74, 77, 80, 81, 99], "button": [7, 33, 69], "figur": 7, "confirm": [7, 29, 33, 82], "bug": 7, "highlight": 7, "bar": 7, "dialog": 7, "box": [7, 13], "meaning": 7, "sbl_debug": 7, "consolid": [7, 66], "awar": 7, "tab": [7, 36], "sblplatformbuildbootloadercorepkgdebug_vs2017bootloadercorepkg": 7, "diagnost": [7, 90], "checkbox": 7, "session": [7, 100], "your": [7, 22, 25, 29, 31, 32, 33, 36, 39, 42, 43, 47, 55, 61, 78, 79, 82, 83, 84, 86, 87, 88, 90, 93], "cmp_v0": 7, "suspend": 7, "paus": 7, "state": [7, 18, 34, 61, 66, 68, 70, 72, 73, 74, 77, 80, 81, 99], "disassembli": 7, "automat": [7, 13, 36, 46, 47, 66, 98], "break": [7, 66, 97, 100], "go": [7, 33, 36, 39, 79, 87, 88, 91, 98, 100], "breakpoint": [7, 100], "press": [7, 18, 26, 29, 36, 39, 40, 61, 68, 70, 72, 73, 74, 76, 77, 78, 80, 81, 83, 84, 86, 87, 88], "ok": [7, 44], "tick": 7, "ensur": [7, 22, 30, 41, 62, 65, 68, 70, 74, 76, 77, 80, 99], "activ": [7, 29, 33, 36, 61, 66], "warm": 7, "disabl": [7, 8, 36, 39, 46, 47, 48, 49, 50, 55, 66, 71, 72, 73, 81, 85, 89], "uncheck": 7, "menu": [7, 8, 32, 33, 36, 39, 42, 76, 82, 83, 84, 86, 87, 88], "three": [7, 49, 57, 92], "vertic": 7, "dot": 7, "want": [7, 55, 66], "getbootpartitit": 7, "right": [7, 31, 66], "properti": [7, 32, 36], "properli": [7, 8, 29, 44, 87, 88], "video": 7, "manual": [7, 23, 33, 36, 46, 49, 61, 66], "basic": [8, 33, 35, 41, 66, 99, 100], "serial": [8, 14, 17, 21, 26, 29, 30, 33, 37, 38, 40, 66, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 97, 100, 101, 102, 103, 104, 106], "machin": [8, 30, 33, 36, 37, 38, 46, 47, 55, 61, 78, 97, 100, 101, 102, 103, 104, 106], "microsoft": [8, 22, 35, 55], "win7": 8, "x64": [8, 31, 35, 69, 74], "win8": 8, "win10": 8, "windbg": 8, "404": 8, "download": [8, 11, 24, 25, 26, 29, 31, 33, 34, 35, 37, 43, 44, 46, 47, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 85, 89], "debugag": 8, "enable_source_debug": 8, "skip_stage1a_source_debug": 8, "On": [8, 10, 25, 33, 36, 46, 47], "program": [8, 11, 26, 30, 31, 36, 66, 87, 88, 93, 94, 97, 100, 101, 102, 103, 104, 106], "kit": [8, 55, 57, 82, 91], "softdebugg": 8, "ini": 8, "udkdebugg": 8, "conf": 8, "channel": [8, 41, 47], "must": [8, 37, 41, 60, 66], "com5": 8, "flowcontrol": 8, "baudrat": 8, "115200": [8, 29, 34, 36, 66], "server": [8, 30, 32, 36, 63], "empti": [8, 10, 26, 36, 43, 44, 66], "tcp": 8, "127": [8, 30], "1234": 8, "pipe": 8, "tmp": [8, 25], "mkfifo": 8, "flashrang": 8, "0xfef00000": 8, "0x1100000": 8, "qemu": [8, 10, 14, 22, 23, 28, 29, 30, 32, 36, 51, 52, 55, 75, 79, 90, 97, 101, 102, 103, 105, 106, 107], "noaccesslimit": 8, "0xffe00000": [8, 10], "0x200000": [8, 60], "mainten": 8, "trace": [8, 12, 55, 79], "0x0": [8, 29, 32, 34, 36, 39, 41, 43, 44, 46, 47, 61, 68, 70, 74, 76, 77, 80, 93], "0x3f": 8, "opt": 8, "gdb": [8, 107], "establish": 8, "immedi": [8, 61, 99], "separ": [8, 36, 46, 47, 55, 66, 106], "termin": [8, 30, 33, 61, 69, 79, 100], "remot": [8, 64], "full_server_url": 8, "udk_gdb_script": 8, "x86_64": [8, 30, 36, 37, 38, 78, 97, 100, 101, 102, 103, 104, 106], "ex": [8, 22, 43, 46, 47, 92, 97, 101, 102, 103, 104, 106], "256m": [8, 30, 38, 97, 100, 101, 102, 103, 104, 106], "q35": [8, 30, 37, 38, 78, 97, 100, 101, 102, 103, 104, 106], "nograph": [8, 37, 38, 78, 97, 100, 101, 103, 104, 106], "pflash": [8, 30, 37, 38, 78, 97, 100, 101, 102, 103, 104, 106], "0x700000": 9, "exclud": [9, 18], "initrd": [9, 33, 36, 43, 44, 82, 92], "creation": [9, 59], "reduc": [9, 36, 37, 51], "spiiasbin": [9, 26, 29], "projectboardpkg": 9, "iasimage1": [9, 26, 29], "ist": 9, "iasimage2": 9, "second": [9, 10, 29, 36, 39, 46, 78], "iasimag": [9, 26, 29, 44], "spi_ias1": 9, "spi_ias1_s": 9, "ias1_flag": 9, "increas": [9, 33, 36], "area": [9, 33, 36, 76, 82, 83, 84, 86, 87, 88], "non_redundant_s": [9, 36], "x": [9, 11, 22, 30, 41, 61, 78, 100, 104], "slimbootloader_s": [9, 36], "0xe00000": 9, "els": [9, 33, 99], "mode_file_ignor": 9, "remov": [9, 23, 33, 37, 47], "redundant_b": 9, "redundant_s": 9, "mode_pos_head": 9, "0x3f8000": 9, "stitchifwiconfig": [9, 47, 60], "get_xml_change_list": 9, "flashlayout": 9, "pdrregion": 9, "inputfil": 9, "sourcedir": 9, "manifest": [10, 43, 44, 63], "With": [10, 46, 47, 49], "subcompon": [10, 57], "examin": [10, 18, 41], "arrai": [10, 61, 66], "flash_map_entry_desc": 10, "uint16": [10, 21, 61, 66, 99], "version": [10, 12, 13, 18, 22, 29, 33, 34, 36, 54, 55, 61, 69, 90, 92, 99, 105], "attribut": [10, 61, 66], "romsiz": [10, 60], "entrydesc": 10, "flash_map": 10, "emb": [10, 99], "flash_map_address": 10, "process": [10, 12, 13, 17, 19, 21, 29, 33, 35, 42, 46, 47, 61, 62, 63, 65, 68, 69, 70, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 86, 87, 88, 90, 91], "advanc": 10, "sg1a": [10, 60, 99], "sg1b": [10, 60, 61, 99], "sg02": [10, 36, 60, 61, 99], "acm0": [10, 60], "mrcd": [10, 60], "mrc": [10, 66, 90], "var": [10, 32, 60], "keyh": [10, 59, 60, 61, 79], "pyld": [10, 52, 60], "epld": [10, 35, 36, 52, 60], "ias1": 10, "ia": [10, 26, 29, 51], "provis": [10, 26, 29], "ias2": 10, "fwup": [10, 60, 61, 99], "cnfg": [10, 60, 61], "_bpm": 10, "oemk": 10, "oem": [10, 59, 63], "rsvd": [10, 60], "emti": [10, 60], "unkn": 10, "unknown": 10, "due": [10, 33, 41, 92], "defect": 10, "2nd": [10, 33], "avoid": [10, 100], "brick": [10, 29], "total": [10, 35, 36, 66, 99], "failur": [10, 60, 61, 99], "0x00200000": 10, "0x1f8000": 10, "0xffff8000": 10, "0x008000": 10, "uncompress": [10, 60, 61], "ts_a": [10, 60], "0x1f0000": 10, "0xffff0000": 10, "b": [10, 29, 35, 36, 60, 66, 76, 87, 88, 94, 100], "0x1e8000": 10, "0xfffe8000": 10, "ts_b": [10, 60], "0x1e0000": 10, "0xfffe0000": 10, "0x1df000": 10, "0xfffdf000": 10, "0x001000": [10, 60, 61], "r_a": [10, 60], "0x1bf000": 10, "0xfffbf000": 10, "0x020000": [10, 60, 61], "0x1a0000": 10, "0xfffa0000": 10, "0x01f000": 10, "0x180000": 10, "0xfff80000": [10, 60], "0x17f000": 10, "0xfff7f000": 10, "r_b": [10, 60, 61], "0x15f000": 10, "0xfff5f000": 10, "0x140000": 10, "0xfff40000": 10, "0x120000": 10, "0xfff20000": 10, "0xffe20000": 10, "0x100000": [10, 44], "nr": [10, 60], "0x01e000": 10, "0xffe1e000": 10, "0x002000": [10, 60], "0xffe01000": 10, "0x01d000": 10, "volatil": [10, 60, 61], "0x000000": [10, 60], "easili": 11, "essenc": 11, "consum": [11, 13, 15, 35, 66, 99], "wide": [11, 59, 65], "commerci": 11, "solut": [11, 47], "newer": [11, 29, 55], "v2": [11, 57], "visit": [11, 29, 55], "everyth": 12, "seem": 12, "simpler": 12, "distanc": 12, "gail": 12, "tsukiyama": 12, "tree": [12, 28, 30, 51, 91], "construct": [12, 61], "ldrglobal": [12, 15], "graph": 12, "perman": 12, "dlt": [12, 28, 35, 37, 39, 41, 42, 46, 47, 49, 52, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89, 90, 91, 93, 106], "pdr": [12, 66], "measur": [12, 55, 58, 62], "fpdt": [12, 36], "svt": 12, "cca": 12, "hub": [12, 55], "direct": [12, 38, 66, 83, 84, 86, 87, 88, 93], "dci": 12, "technologi": [12, 58, 64, 79], "debugg": 12, "environm": 12, "udk": [12, 55, 57], "contribut": [12, 55], "guidelin": 12, "licens": [12, 31, 55], "style": [12, 66], "workflow": 12, "ingredi": [12, 23, 57, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 85, 89], "upgrad": [12, 51], "repositori": [13, 25, 31], "experi": 13, "wish": 13, "guidanc": 13, "renam": [13, 78], "bsf": [13, 93], "fsprel": 13, "replac": [13, 22, 36, 41, 63, 66, 91, 92, 94], "pkg": 13, "fspbin": [13, 90], "fspupd": 13, "fspsupd": 13, "fspmupd": 13, "fsptupd": 13, "json": [13, 30, 47], "boardpkg": [13, 47], "vbtbin": 13, "commit": [13, 22, 29, 35, 36, 73], "tianocor": [13, 35], "microcood": 13, "inf": [13, 31], "pcdfixeddebugprinterrorlevel": 14, "pcddebugpropertymask": 14, "sent": [14, 46], "pcddebugoutputdevicemask": 14, "definit": [14, 36, 47, 62, 66], "debug_init": 14, "0x00000001": [14, 61, 79], "debug_warn": [14, 99], "0x00000002": [14, 36, 61], "warn": 14, "debug_info": [14, 99], "0x00000040": 14, "debug_verbos": 14, "0x00400000": 14, "significantli": 14, "impact": 14, "debug_error": 14, "0x80000000": [14, 32], "error": [14, 33, 34, 46, 58, 99], "debug_property_debug_assert_en": 14, "0x01": [14, 47, 49, 66, 81, 93], "debug_property_debug_print_en": 14, "0x02": [14, 47, 49, 66, 74], "debug_property_debug_code_en": 14, "debug_property_clear_memory_en": 14, "debug_property_assert_breakpoint_en": 14, "debug_property_assert_deadloop_en": 14, "debug_output_device_log_buff": 14, "bit0": [14, 74], "debug_output_device_serial_port": 14, "bit1": 14, "debuglib": 14, "loaderplatformdataguid": 14, "emul": [14, 35, 98, 104], "sbid": [14, 21, 29, 36, 79], "sb_qemu": [14, 36, 79], "isvn": [14, 21, 29, 79], "00001": 14, "iver": [14, 21, 29, 79], "000": [14, 21, 29, 36, 79], "11095": 14, "bp0": [14, 61, 68, 70, 72, 73, 74, 77, 80, 81, 99], "initjump": 14, "startup": [14, 36, 46], "chosen": 15, "portion": 15, "gdt": 15, "idt": 15, "heap": [15, 34, 36, 38], "mem": [15, 29, 36, 41, 44, 66, 105], "ldr": 15, "reclaim": 15, "pld": [15, 36, 52], "stacktop": 15, "mempoolend": 15, "fix": [15, 36], "pool": 15, "mempoolcurrtop": 15, "move": [15, 36], "mempoolcurrbottom": 15, "mempoolstart": 15, "diagrammat": 15, "servic": [15, 17, 36, 61, 63], "freed": 15, "persist": [15, 35], "reboot": [15, 18, 33, 35, 36, 46, 47, 61, 99], "allocatepool": 15, "allocatezeropool": 15, "allocatepag": 15, "allocatealignedpag": 15, "grow": 15, "between": [15, 26, 29, 46, 47, 58, 61, 69, 82], "report": [15, 46, 61, 64], "request": 15, "itself": [15, 29, 36, 65, 66], "freetemporarymemori": 15, "null": [15, 44, 99], "free": [15, 33, 36, 38], "memory_map_info": 15, "mem_map_type_reserv": 15, "mem_map_flag_payload": 15, "tightli": [15, 16, 17, 28], "coupl": [15, 16, 17, 28], "payloadinit": 15, "payloadentrylib": 15, "addmemoryresourcerang": 15, "rang": [15, 32, 36, 66], "pld_rsvd_mem_siz": [15, 28], "pld_heap_siz": [15, 33], "pld_stack_siz": 15, "memmap": 15, "slimboot": [15, 30, 59], "rsvdbase": 15, "rsvdsize": 15, "dmabas": 15, "heapbas": 15, "stackbas": 15, "elf": [16, 17, 26, 29, 34, 38, 51, 55], "pe32": [16, 30, 31, 92], "pi": [16, 17, 92], "document": [16, 32, 37, 42, 55, 66, 78], "flowchart": 16, "modular": [17, 19, 55], "driven": 17, "versatil": 17, "pe": 17, "os": 17, "permit": 17, "inclus": 17, "special": [17, 46, 92], "fault": 17, "toler": 17, "smm": [17, 55], "loos": [17, 28], "leverag": [17, 32], "simplifi": 17, "firmwareupd": [17, 19, 106], "agnost": 17, "necessari": [17, 66, 99], "difficult": 17, "1mb": 17, "resid": [17, 49, 66], "diagnosi": 18, "dump": [18, 34, 43, 44], "troubl": 18, "shoot": 18, "enter": [18, 26, 32, 33, 34, 36, 39, 40, 43, 44, 51, 61, 68, 70, 72, 73, 74, 76, 77, 78, 80, 81, 82, 83, 84, 86, 87, 88, 105], "cdata": [18, 66], "cl": [18, 33, 34, 43, 46, 92], "cpuid": [18, 105], "dmesg": [18, 43, 44], "exit": [18, 26, 29, 33, 39, 43, 44, 61, 78, 90, 92, 94, 95, 97, 99, 102, 105], "f": [18, 29, 46, 47, 61, 66, 92], "filesystem": [18, 92], "mm": 18, "write": [18, 28, 44, 61, 105], "mmap": [18, 105], "mmcdll": 18, "mmc": [18, 29, 43, 44], "dll": 18, "msr": [18, 105], "model": [18, 36, 41, 79, 82, 105], "mtrr": [18, 105], "pappend": 18, "usbdev": 18, "small": [18, 30, 36, 55, 57], "reason": 18, "organ": [19, 66], "common": [19, 47, 66, 93], "payloadpkg": [19, 28, 30, 31, 32, 35, 36, 37, 52], "brief": 19, "till": 19, "invok": [19, 63], "logic": [19, 29, 34, 44, 55, 66], "subdirectori": 19, "manner": 19, "rule": [19, 93], "shall": [19, 39, 42], "mutual": 19, "exclus": 19, "thei": [19, 39, 46, 65, 66], "occupi": 20, "simpl": [21, 28, 36, 38, 66, 79], "identif": [21, 66], "major": 21, "minor": 21, "revis": 21, "semant": 21, "traceabl": 21, "sha1": [21, 29], "dirti": [21, 36], "anti": 21, "rollback": 21, "bootlloaderversionguid": 21, "buildnumb": 21, "hour": [21, 29], "stamp": [21, 29], "projminorvers": 21, "projmajorvers": 21, "coreminorvers": 21, "coremajorvers": 21, "securevernum": 21, "blddebug": 21, "fspdebug": [21, 90], "image_build_info": 21, "sbh": 21, "headerlength": [21, 66], "headerrevis": 21, "imageid": 21, "ascii": [21, 52], "string": [21, 43, 44, 66, 92, 101], "per": [21, 47, 48, 59], "imagevers": 21, "sourcevers": 21, "byte": [21, 37, 44, 47, 52, 61, 66, 76, 82, 83, 84, 86, 87, 88, 95, 103], "boot_loader_vers": 21, "build_numb": 21, "autom": [21, 76, 82, 83, 84, 86, 87, 88], "jenkin": 21, "gbootloaderversionguid": 21, "sb_apli": [21, 29], "001": [21, 29, 36, 79], "005": [21, 29, 79], "02490": 21, "sver": [21, 29, 79], "77f65eaf257fd5d": 21, "fdbg": [21, 29, 79], "bld": [21, 29, 79], "fspv": [21, 29, 79], "aplfsp": [21, 29], "rev": [21, 29, 79], "01040301": [21, 29], "reproduc": 21, "strict": 21, "hard": [21, 37, 100], "18": [22, 34, 68, 70, 72, 73, 74, 77, 80, 81, 99], "lt": [22, 33], "iasl": [22, 29, 55], "20190509": 22, "llvm": 22, "openssl": [22, 29, 47], "sudo": [22, 25, 26, 29, 33, 78, 82], "apt": [22, 25, 26, 29], "y": [22, 28, 29, 30, 37, 41], "essenti": [22, 29, 36], "python3": [22, 29, 33], "uuid": [22, 29], "dev": [22, 29, 33, 36, 38, 47, 74, 82], "multilib": [22, 29], "miscellan": [22, 23, 24], "2015": [22, 35, 55], "2017": [22, 55], "dekstop": 22, "along": [22, 36, 61, 66, 91], "exact": [22, 60, 66], "python38": 22, "asl": [22, 57, 68], "gitbash": 22, "requist": 22, "generatekei": [22, 43, 63], "privat": [22, 36, 43, 59, 61, 63, 65, 66, 91, 92], "public": [22, 43, 44, 59, 61, 63, 65, 79], "would": [22, 23, 46, 47, 49, 59, 63, 80, 91], "export": [22, 25, 91], "os1_testkey_pub_rsaxxxx": 22, "correspond": [22, 33, 39, 42, 46, 59, 61, 63, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89, 92], "64": [22, 33, 34, 36, 37, 78], "pub": 22, "releasebuild": 22, "acpica": 22, "site": [22, 37], "win": 22, "zip": [22, 23, 29, 35, 36, 37, 69, 76, 82, 90, 94], "unzip": [22, 29, 69], "llvmorg": 22, "clang_bin": 22, "llvmbin": 22, "win64": 22, "wiki": 22, "index": [22, 26, 29, 39, 41, 42, 76, 82, 83, 84, 86, 87, 88, 94], "php": [22, 31], "openssl_path": 22, "alreadi": [22, 30, 39, 46, 47, 49, 66], "scm": 22, "recommend": [22, 28, 29, 33, 79, 98], "okai": 22, "lf": 22, "larg": 22, "checkout": [22, 35], "behind": [23, 25, 66], "firewal": [23, 25], "proxi": [23, 24, 33], "subcommand": [23, 29, 39, 90], "apl": [23, 29, 35, 36, 38, 51, 69, 82, 90], "stitch_compon": [23, 29, 35, 37, 69, 76, 82, 90], "artifact": 23, "programm": [23, 29, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "dediprog": [23, 35, 37, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "ubuntu": [24, 25, 36, 51], "docker": [24, 57], "yourself": [25, 79], "usermod": 25, "ag": 25, "re": [25, 33, 41, 100], "login": [25, 78, 97], "dockerfil": 25, "slimboot_source_tre": 25, "network": [25, 31, 32, 33, 36, 47, 82], "background": 25, "rm": 25, "pwd": 25, "work": [25, 26, 33, 34, 35, 39, 43, 46, 51, 55, 60, 61, 66, 69, 76, 80, 82, 83, 84, 86, 87, 88, 94, 97, 99, 104, 105], "exec": 25, "w": [25, 66, 76], "compani": 25, "http_proxi": 25, "proxy_host": 25, "https_proxi": [25, 33], "proxy_port": 25, "page": [26, 32, 33, 34, 35, 36, 37, 43, 44, 61, 100], "applic": [26, 30, 31, 38, 46, 66], "ethernet": [26, 36, 47, 49], "util": [26, 31, 33, 36, 42, 46, 47, 51, 61, 82, 93, 94, 96], "lite": 26, "private_kei": 26, "0x40000": [26, 29, 36], "cmdline": [26, 29, 33, 34, 36, 43, 44, 92], "testsigningprivatekei": [26, 29], "Not": [26, 34, 36, 49], "up2": [26, 29, 61], "flashabl": [26, 34, 36, 43, 44, 57, 94], "upon": [26, 40, 42, 66], "prompt": [26, 33, 47, 97, 98, 101, 104, 105], "mb": [26, 29, 34, 92], "000000ff": [26, 29], "0000000c": [26, 29], "isrespon": [26, 29], "00000001": [26, 29, 36], "result": [26, 29, 38], "00000000": [26, 29, 34, 36], "requestedact": [26, 29], "layer": [26, 29], "cp": [26, 33, 37, 82], "apollolakeboardpkg": [26, 29, 35, 37, 61, 69, 82], "otg": [26, 29], "root": [26, 29, 30, 32, 33, 34, 35, 43, 44, 51, 55, 58, 61, 65, 66, 68, 70, 72, 73, 74, 76, 77, 78, 80, 81, 82, 83, 84, 86, 87, 88, 97], "procedur": [26, 52], "distro": 26, "decid": [28, 46, 47], "whether": [28, 43, 44, 52], "payload_bar": 28, "payloadmain": 28, "payload_s": 28, "0x0001f000": 28, "epayload_s": [28, 36], "0x00120000": 28, "loader_rsvd_mem_s": [28, 36], "0x00b8c000": 28, "0x00500000": 28, "payload_load_high": [28, 37], "build_dsc": [28, 30, 90], "debug_vs2019": [28, 61], "ia32": [28, 30, 35, 79], "efi": [28, 29, 30, 31, 32, 35, 36, 37, 46, 47, 52, 61, 106], "littl": 28, "toolchain": [28, 30, 55, 90], "payloadbin": [28, 30, 31, 32, 35, 36, 37, 52], "hlwd": 28, "paylaod": 28, "lldr": [28, 31, 32, 35, 37, 48, 52, 106], "gen_cfg_data": [28, 35, 36, 37, 52, 66, 106], "payloadid": [28, 32, 35, 36, 37, 52, 106], "setpayloadid": 28, "lengthi": 29, "reward": 29, "few": [29, 32, 46, 47, 82], "uart0": [29, 82], "micro": [29, 69, 76], "microb": 29, "restor": 29, "factori": [29, 76, 82, 83, 84, 86, 87, 88], "email": [29, 55], "pip": [29, 47], "pip3": 29, "cryptographi": [29, 47, 65], "mkdir": [29, 30, 33, 35, 37, 38, 78], "touch": 29, "chmod": 29, "755": 29, "stitchload": [29, 35, 37, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 94], "upa1am40": 29, "sbl_up2_ifwi": [29, 82], "0xaa00000": [29, 82], "gencapsulefirmwar": [29, 46, 47, 61, 63, 68, 69, 70, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 86, 87, 88], "firmwareupdatetestkey_priv_rsa2048": [29, 61, 63], "fwuimag": [29, 46, 47, 61, 66, 68, 69, 70, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 86, 87, 88], "fpt_xxx": 29, "fat32": [29, 33, 34, 43, 44, 46, 47, 82], "insert": [29, 35], "f7": 29, "fs1": 29, "l": [29, 31, 37, 92, 100], "fpt_3": 29, "50": [29, 36, 88], "2222": 29, "fpt": 29, "take": [29, 36, 41, 46, 47, 49, 55, 66, 91, 93, 94], "minut": 29, "cn16": [29, 71, 82, 85, 89], "connector": [29, 41, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 85, 89], "putti": [29, 30, 68, 70, 71, 72, 73, 74, 76, 77, 80, 81, 85, 89], "minicom": [29, 68, 70, 71, 72, 73, 74, 76, 77, 80, 81, 85, 89], "115200bp": [29, 68, 70, 71, 72, 73, 74, 76, 77, 80, 81, 85, 89], "8n1": [29, 68, 70, 71, 72, 73, 74, 76, 77, 80, 81, 85, 89], "observ": [29, 61, 72, 73, 76, 81, 82, 83, 84, 86, 87, 88], "btguard": 29, "vb": [29, 61], "05486": 29, "edc112328cf3e414": 29, "0xfef01d54": 29, "0xfef80000": 29, "0xfef88000": 29, "No": [29, 37, 55, 59, 100], "hex": [29, 39, 43, 44, 49, 61, 66, 94, 100, 103], "idx": [29, 33, 34, 39, 43, 44], "imgtyp": [29, 33, 34, 39, 43, 44], "devnum": [29, 33, 34, 39, 43, 44], "lbaoffset": [29, 33, 34, 39, 43, 44], "q": [29, 39, 61, 66, 100], "quit": [29, 39, 100, 104], "0x4": 29, "bootmediumpcibas": [29, 34, 43, 44], "0x1000000": [29, 32], "try": [29, 33, 34, 36, 43, 44, 46, 47, 60, 79], "0xff9dc000": 29, "0xffb2c000": 29, "0x150000": 29, "bootslot": [29, 34, 43, 44], "lbaaddr": 29, "0x149404": 29, "cmd": [29, 34, 36, 38, 44, 47, 100, 105], "setupbootimag": [29, 34, 43, 44], "ttys0": [29, 34, 36], "fw_boottim": 29, "15230": 29, "17": [29, 36], "send": 29, "heci": [29, 61, 72], "endofpost": 29, "sec_mod": 29, "getsecmod": 29, "gen_end_of_post": 29, "uefi_call_wrapp": 29, "sendwack": 29, "hbg4a2428525f7": 29, "getvar": 29, "nonandroid": 29, "userdebug": 29, "websit": [29, 33, 36, 46], "uo": 29, "sometim": [29, 100], "secmod": [29, 61, 72], "00000020": 29, "00000007": 29, "05482": 29, "c815bbfb25461c98": 29, "lean": 30, "effici": [30, 46], "subset": 30, "standalon": [30, 34, 63, 91, 99], "assum": [30, 32, 43, 44, 92], "directionari": 30, "payloadmodpkg": 30, "submodul": [30, 35], "prep": 30, "vs2017": 30, "micro_python": 30, "debug_vs2017": 30, "payloadpkgpayloadbin": 30, "mention": [30, 36, 66, 78, 93], "enable_sbl_setup": 30, "__init__": 30, "platformqemuboardpkgboardconfig": 30, "telnet": 30, "8888": 30, "100": [30, 49, 68, 70, 72, 73, 74, 77, 80, 81, 99], "keypad": 30, "keyboard": 30, "bootloadercorepkgtoolssblsetup": 30, "screenshot": [30, 47], "intent": 30, "sblsetup": 30, "enable_paylod_modul": 30, "setp": 30, "mpym": 30, "stpy": 30, "cfgj": 30, "cfgd": [30, 66], "spare": 30, "adjust": [30, 36, 46, 47, 66], "auto": [30, 37, 39, 44, 66, 79], "alg": [30, 34, 36, 43, 72, 73, 79, 81], "0x2": [30, 36, 41, 73, 79, 81], "hello": [30, 38], "world": [30, 38], "v1": [30, 38], "12": [30, 33, 36, 47, 66, 99], "700": 30, "g0e6ef4035": 30, "09": [30, 35], "xyz": [31, 41], "ipx": [31, 36], "edk2": [31, 35], "uefipayloadpkg": [31, 35], "past": [31, 66], "copyright": [31, 34], "2021": 31, "corpor": [31, 36], "br": 31, "accompani": 31, "materi": 31, "made": [31, 66, 92, 99], "distribut": 31, "text": [31, 37, 66, 100], "opensourc": 31, "THE": 31, "ON": 31, "AS": 31, "basi": 31, "warranti": 31, "OR": [31, 55, 82, 83, 84, 86, 87, 88], "represent": 31, "OF": 31, "kind": 31, "express": [31, 32, 66], "impli": 31, "inf_vers": 31, "0x00010006": 31, "base_nam": 31, "file_guid": 31, "4cdf2dae": 31, "b4c7": 31, "482c": 31, "b468": 31, "99c812911ff5": 31, "module_typ": 31, "uefi_appl": 31, "version_str": 31, "dec": [31, 66], "guefipayloadnetbootappguid": 31, "0x4cdf2dae": 31, "0xb4c7": 31, "0x482c": 31, "0xb4": 31, "0x68": 31, "0x99": 31, "0xc8": 31, "0x12": 31, "0x91": 31, "0x1f": [31, 93], "0xf5": 31, "fdf": [31, 48], "dxefv": 31, "ruleoverrid": 31, "comment": [31, 63, 66], "platformbootmanagerlib": 31, "platformbootmanag": 31, "platformbootmanagerafterconsol": 31, "efibootmanagerrefreshallbootopt": 31, "platformregisterfvbootopt": 31, "load_option_act": 31, "uefipayload": [31, 35], "uefinetboot": 31, "lzma": [31, 32, 35, 37, 52, 92, 106], "prefer": [32, 44, 46, 47], "achiev": [32, 64], "tftp": [32, 36], "slimbootloader_defconfig": [32, 37], "link": [32, 47, 54, 63, 79, 100], "menuconfig": 32, "dhcp": [32, 36], "serverip": 32, "addition": [32, 92], "savedefconfig": 32, "defconfig": 32, "arch": 32, "dt": 32, "look": [32, 33, 34, 37, 42, 43, 44, 47, 61, 79, 92, 93, 101], "compat": 32, "cell": [32, 66], "dm": 32, "0x60000000": 32, "mmio": 32, "pci_mem32_bas": 32, "pci_express_bas": 32, "0xe0000000": 32, "dtb": [32, 37], "bt": [32, 37], "setenv": [32, 37], "pxefile_addr_r": 32, "ramdisk_addr_r": 32, "0x2000000": 32, "initrd_addr_r": 32, "0x3000000": 32, "kernel_addr_r": 32, "0x4000000": [32, 34], "do": [33, 37, 42, 47, 55, 98, 100], "tradit": 33, "vmlinuz": [33, 37, 39, 43, 44, 78, 82, 92], "have_verified_boot": [33, 50, 103], "enable_grub_config": 33, "encount": 33, "issu": [33, 46, 55], "formula": 33, "32mb": 33, "iso": 33, "rufu": [33, 68, 70, 71, 72, 73, 74, 77, 80, 81, 82, 85, 89], "matter": 33, "xxx": 33, "don": 33, "someth": [33, 49, 66], "grub": [33, 43, 44, 82], "left": [33, 39, 42, 61], "corner": 33, "lsblk": 33, "gdisk": 33, "wipe": 33, "nvme1n1": 33, "icon": 33, "reach": [33, 37, 82, 83, 84, 86, 87, 88, 99, 100], "proce": [33, 61, 68, 70, 72, 73, 74, 77, 79, 80, 81, 99, 100], "500mb": 33, "ext4": 33, "leav": 33, "pop": [33, 79], "about": [33, 35, 46, 47, 59, 61, 66, 79], "ignor": [33, 66], "mount": [33, 36, 43, 78, 92], "disregard": 33, "summari": 33, "asid": 33, "restart": [33, 61], "doubl": [33, 66], "nvme1n1p2": 33, "interest": [33, 79], "ones": [33, 36, 47], "27": [33, 47, 66], "altogeth": 33, "wget": [33, 37], "gencontain": [33, 34, 43, 46, 47, 61, 63, 92], "commonutil": [33, 34, 43], "singlesign": [33, 43, 63], "my": 33, "local": [33, 66, 78, 100], "echo": [33, 46, 47, 61, 92], "ro": 33, "quiet": [33, 36, 61], "os1_testkey_priv_rsa2048": [33, 43], "os1_testkey_priv_rsa3072": [33, 43], "sha": [33, 61], "seri": [33, 66, 73], "sbl_o": [33, 34], "lastli": 33, "unmount": 33, "cmdl": [33, 36, 43, 92], "krnl": [33, 43, 92], "inrd": [33, 36, 43, 92], "img": [33, 82, 97, 101, 106], "rsa3072_pkcs1_sha2_384": [33, 59, 92], "classic": [33, 43], "umount": [33, 78], "shutdown": [33, 97], "face": 33, "difficulti": 33, "bootabl": [34, 39, 43, 44, 59, 68, 70, 71, 72, 73, 74, 77, 80, 81, 82, 85, 89], "vxwk": 34, "os1_testkey_pub_rsa2048_priv": 34, "sampl": [34, 38, 43, 44, 47, 60, 61, 63, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 85, 89], "home": [34, 43, 79], "intend": [34, 36], "boot_option_tmpl": [34, 43, 44], "0x1400": 34, "xhci": [34, 43, 44], "bu": [34, 36, 43, 44, 46, 47, 61, 74], "1st": [34, 36, 101], "mass": [34, 43, 44], "storag": [34, 35, 43, 44, 46, 47, 58, 61, 64, 90], "detect": [34, 36, 37, 43, 44, 60, 61, 68, 69, 70, 71, 72, 73, 74, 77, 79, 80, 81, 82, 85, 89, 92], "hwdev": [34, 44], "8686432": 34, "0x848b60": 34, "loadbootimag": [34, 43], "parsebootimag": [34, 43], "0x00000800": [34, 43], "0x1": [34, 36, 41, 43, 44, 46, 47, 49, 50, 66, 72, 73, 81, 93], "signtyp": [34, 36, 43, 72, 73, 79, 81], "signsiz": [34, 36, 43, 72, 73, 79, 81], "0x100": [34, 43, 72, 73, 81], "signhashalg": [34, 36, 43, 72, 73, 79, 81], "0xf3": [34, 43], "comp": [34, 43, 61], "unregist": [34, 43], "loadaddr": 34, "0x408000": 34, "loadend": 34, "0xb55da0": 34, "bssend": 34, "0xbf4f20": 34, "0x74dda0": 34, "780d61c0": 34, "1245": 34, "memlow": 34, "280": 34, "640k": 34, "memupp": 34, "600c00": 34, "6294528k": 34, "bootdevicepart3": 34, "bootdevicepart2": 34, "bootdevicepart1": 34, "bootdevicedr": 34, "addr": 34, "77851000": 34, "modscount": 34, "modsaddr": 34, "elfshdrnum": 34, "elfshdrsiz": 34, "elfshdraddr": 34, "elfshdrshndx": 34, "mmaplength": 34, "168": 34, "mmapaddr": 34, "780d6810": 34, "0000000000000000": 34, "00000000000a0000": 34, "0000000000060000": 34, "0000000000100000": 34, "00000000780e0000": 34, "48": [34, 35, 36], "00000000781e0000": 34, "0000000000500000": 34, "60": 34, "00000000786e0000": 34, "0000000000068000": 34, "78": [34, 36], "0000000078748000": 34, "0000000000008000": 34, "90": [34, 87, 88], "0000000078750000": 34, "a8": 34, "0000000078c50000": 34, "00000000003b0000": 34, "c0": 34, "0000000079000000": 34, "0000000002000000": 34, "d8": 34, "000000007b000000": 34, "0000000000800000": 34, "f0": [34, 36, 87], "000000007b800000": 34, "108": 34, "000000007c000000": 34, "0000000003c00000": 34, "120": 34, "00000000fed20000": 34, "138": 34, "00000000ff66f000": 34, "0000000000991000": 34, "150": 34, "0000000100000000": 34, "0000000180400000": 34, "driveslength": 34, "drivesaddr": 34, "configt": 34, "loadernam": 34, "789e3088": 34, "apmtabl": 34, "vbecontrolinfo": 34, "vbemodeinfo": 34, "vbeinterfaceseg": 34, "vbeinterfaceoff": 34, "vbeinterfacelen": 34, "entrypoint": [34, 36], "408000": 34, "eax": [34, 100], "2badb002": 34, "ebx": 34, "esi": 34, "edi": 34, "0x8af000": 34, "0x500000": 34, "0x20000": [34, 61], "0xa08": 34, "vxtarget": 34, "instanti": 34, "ata1a": 34, "rawf": 34, "0x20001": 34, "ata1c": 34, "0x40001": 34, "ata1d": 34, "0x50001": 34, "_________": 34, "77777777": 34, "7777777": 34, "77777": 34, "smp": [34, 36], "777": 34, "date": 34, "jul": 34, "wind": 34, "river": 34, "inc": 34, "1984": 34, "acpi_boot_op": 34, "smt": 34, "8004mb": 34, "ed": [34, 42], "ipcom_drv_eth_init": 34, "drvname": 34, "gei": 34, "drvunit": 34, "13696": 34, "python_hom": 35, "reli": [35, 61, 82], "basetool": [35, 46, 47, 55, 61, 90], "fresh": 35, "edksetup": 35, "produc": 35, "NOT": [35, 66, 99], "42d8be0eaac5e7e109f487d4e241847e815b077a": 35, "recurs": 35, "uefipayloadpkgia32x64": 35, "vs2015x86": 35, "apr": 35, "2019": 35, "uefipayloadpkgx64": 35, "debug_vs2015x86": [35, 61], "cfgdata_int_leafhil": [35, 37], "leafhill_8mb_ifwi": 35, "sbl_lfh_ifwi_uefi64": 35, "leaf": [35, 55, 69], "hill": [35, 55, 69], "8mb": 35, "bp1": [35, 61, 68, 70, 72, 73, 74, 77, 80, 81, 99], "sbpdt": 35, "bpdtobb": 35, "prov": 35, "uvar": [35, 60], "crb": [35, 42, 55, 68, 70, 75, 77, 85], "windows10": 35, "linuxboot": 36, "rather": 36, "meant": [36, 61], "kexec": 36, "userspac": 36, "disk": [36, 37, 43, 44, 78], "faq": 36, "bundl": 36, "cpio": 36, "archiv": [36, 55], "book": 36, "readm": 36, "md": 36, "bzimag": [36, 43, 44, 78, 92], "presenc": 36, "unpack": 36, "enough": 36, "usual": [36, 66], "gzip": 36, "xz": 36, "config_rd_gzip": 36, "buildroot": 36, "futex": 36, "epol": 36, "facilit": 36, "cover": [36, 60], "later": [36, 47, 66, 91], "conveni": 36, "prebuiltlinuximag": 36, "aae703b02f92bde9264366c545e87cec451de471": 36, "platformpkg": 36, "enable_linux_payload": 36, "0x004f0000": 36, "suppli": 36, "account": 36, "larger": 36, "0x00900000": 36, "linx": 36, "dummi": [36, 52, 66, 92], "osld": 36, "gz": 36, "satisfi": 36, "bridg": [36, 79], "0x29c0": 36, "ff9af000": 36, "unmap": 36, "0x00001000": [36, 38, 46, 47], "0x180": [36, 79], "0x584e494c": 36, "0x00800000": 36, "ram0": 36, "rw": 36, "0xec2d000": 36, "0xc4761": 36, "40": 36, "0x0eec0000": 36, "tpm": [36, 55, 57, 58, 64, 69], "lib": 36, "unabl": [36, 99], "tcg": 36, "0xa60": 36, "0x1548": 36, "0x3e058": 36, "0x8c0000": 36, "0x2934d0": 36, "0x62cb30": 36, "0x3da2a3": 36, "0x0ee5eaea": 36, "longmod": 36, "rc1": 36, "atharva": 36, "alel": 36, "mobl1": 36, "1ubuntu1": 36, "gnu": [36, 55], "ld": 36, "binutil": 36, "34": 36, "fri": 36, "oct": 36, "21": 36, "58": 36, "13": [36, 38], "pdt": 36, "2022": 36, "fpu": 36, "x87": 36, "fxsave": 36, "sigfram": 36, "e820": 36, "0x0000000000000000": [36, 92], "0x000000000009ffff": 36, "0x00000000000a0000": 36, "0x00000000000fffff": 36, "0x0000000000100000": 36, "0x000000000e58bfff": 36, "0x000000000e58c000": 36, "0x000000000e58ffff": 36, "0x000000000e590000": 36, "0x000000000e5f7fff": 36, "0x000000000e5f8000": 36, "0x000000000e5fffff": 36, "0x000000000e600000": 36, "0x000000000fffffff": 36, "0x00000000ff9af000": 36, "0x00000000ffffffff": 36, "nx": 36, "tsc": 36, "calibr": 36, "pit": 36, "1804": 36, "804": 36, "mhz": 36, "last_pfn": 36, "0xe58c": 36, "max_arch_pfn": 36, "0x400000000": 36, "pat": 36, "wb": 36, "wt": 36, "uc": 36, "ramdisk": 36, "0x0ec2d000": 36, "0x0ecf1fff": 36, "0x0e4c7000": 36, "0x0e58b760": 36, "0x0ecf1760": 36, "checksum": [36, 44], "rsdp": 36, "000024": 36, "v02": 36, "oemid": 36, "xsdt": 36, "0x000000000e5900e0": 36, "00005c": 36, "v01": 36, "oemtabl": 36, "00000005": 36, "crea": 36, "0100000d": 36, "facp": 36, "0x000000000e590210": 36, "00010c": 36, "v05": 36, "dsdt": [36, 92], "0x000000000e5904e0": 36, "001bd9": 36, "intl": 36, "20220331": 36, "fac": 36, "0x000000000e590320": 36, "000040": 36, "hpet": 36, "0x000000000e590360": 36, "000038": 36, "apic": 36, "0x000000000e5903a0": 36, "00005a": 36, "v03": 36, "mcfg": 36, "0x000000000e590400": 36, "00003c": 36, "0x000000000e590440": 36, "000044": 36, "bgrt": 36, "0x000000000e5920c0": 36, "0x000000000e592100": 36, "00002c": 36, "01000001": 36, "0xe590210": 36, "0xe59031b": 36, "0xe5904e0": 36, "0xe5920b8": 36, "0xe590320": 36, "0xe59035f": 36, "0xe590360": 36, "0xe590397": 36, "0xe5903a0": 36, "0xe5903f9": 36, "0xe590400": 36, "0xe59043b": 36, "0xe590440": 36, "0xe590483": 36, "0xe5920c0": 36, "0xe5920f7": 36, "0xe592100": 36, "0xe59212b": 36, "zone": 36, "dma32": 36, "0x0000000000001000": 36, "movabl": 36, "node": [36, 46], "initmem": 36, "6772": 36, "pm": 36, "timer": 36, "0x408": 36, "lapic_nmi": 36, "acpi_id": 36, "lint": 36, "ioapic": 36, "apic_id": 36, "0xfec00000": 36, "gsi": 36, "int_src_ovr": 36, "bus_irq": 36, "global_irq": 36, "dfl": 36, "madt": 36, "0xfed00000": 36, "smpboot": 36, "hotplug": 36, "0x10000000": 36, "0xff9aefff": 36, "clocksourc": 36, "refin": 36, "jiffi": 36, "mask": [36, 41, 66, 91], "max_cycl": 36, "max_idle_n": 36, "7645519600211568": 36, "setup_percpu": 36, "nr_cpu": 36, "nr_cpumask_bit": 36, "nr_cpu_id": 36, "nr_node_id": 36, "percpu": 36, "s131688": 36, "r0": 36, "d32152": 36, "u2097152": 36, "zonelist": 36, "57704": 36, "imexp": 36, "explor": 36, "mous": 36, "i8042": 36, "serio1": 36, "input3": 36, "779": 36, "0xffffffffffffffff": 36, "0x1a03cc1362c": 36, "440795245324": 36, "unam": 36, "none": [36, 37, 39, 59, 78, 92, 97, 101, 106], "pxeboot": 36, "crc32": 36, "lzma2": 36, "dict": 36, "1mib": 36, "stdout": 36, "dd": 36, "conv": 36, "sync": [36, 46], "512": 36, "unless": 36, "ran": 36, "tinyconfig": 36, "config_futex": 36, "config_epol": 36, "devtmpf": 36, "config_devtmpf": 36, "config_kexec": 36, "config_kexec_fil": 36, "config_efi": 36, "stub": 36, "config_efi_stub": 36, "dhclient": 36, "ipv6": 36, "fals": [36, 99], "pxe_config_filenam": 36, "server_ip_address": 36, "snippet": 36, "sbl_tgl": 36, "flmp": [36, 99], "0x47a03000": 36, "0x4770f000": 36, "0x2d2600": 36, "e1000": 36, "1f": [36, 76], "nvm": 36, "valid": [36, 66], "1998": 36, "22": 36, "46": 36, "__": 36, "___": 36, "____": 36, "ko": 36, "eth0": 36, "24": 36, "dhcpv4": 36, "leas": 36, "39": 36, "got": 36, "opcod": 36, "bootrepli": 36, "hwtype": 36, "hopcount": 36, "transact": 36, "0x8af9e5d6": 36, "num": 36, "unicast": 36, "0x00": [36, 49, 66, 74, 93, 103], "client": 36, "ip": [36, 46, 47, 65], "165": 36, "242": 36, "41": 36, "gatewai": 36, "mac": [36, 47, 61], "hostnam": 36, "bootfil": [36, 37], "subnet": 36, "fffffe00": 36, "router": 36, "domain": 36, "248": 36, "224": 36, "196": 36, "86": 36, "116": 36, "jf": 36, "96h0m0": 36, "ack": 36, "renew": 36, "163": 36, "rebind": 36, "157": 36, "ipv4": 36, "94": 36, "uri": 36, "invalid": 36, "fdt": 36, "magic": [36, 90], "0x23204175": 36, "0xd00dfeed": 36, "exhaust": 36, "05": 36, "pxelinux": 36, "oe": 36, "allowopt": 36, "timeout": [36, 60], "vesamenu": 36, "c32": 36, "titl": 36, "tabmsg": 36, "qemu64": 36, "02": [36, 71, 83, 85, 86, 89], "03": 36, "000000": 36, "62": 36, "yocto": [36, 37, 43, 44, 46, 47], "poki": 36, "38": [36, 47], "20220708": 36, "preempt": 36, "mon": [36, 37, 78, 97, 100, 101, 103, 104, 106], "aug": 36, "08": 36, "utc": 36, "smbio": 36, "dmi": 36, "tigerlak": 36, "ddr4": [36, 68, 81], "sodimm": [36, 80], "sb_tgl": 36, "006": 36, "00011": 36, "505209d9c37f4a": 36, "119842": 36, "vendor": 36, "ver": 36, "505209d9c37f4afe": 36, "547048": 36, "estim": 36, "ratio": 36, "averag": 36, "1024": 36, "1772": 36, "cpu0": 36, "11th": [36, 81], "gen": 36, "tm": [36, 71, 85, 89], "i7": 36, "11850he": 36, "60ghz": 36, "famili": [36, 68, 70, 71, 74, 77, 80, 85, 89], "0x6": 36, "0x8d": 36, "547118": 36, "peb": 36, "fmt4": 36, "anythread": 36, "deprec": [36, 44], "icelak": 36, "lbr": 36, "width": [36, 66], "counter": 36, "pmu": 36, "548048": 36, "549048": 36, "550048": 36, "551049": 36, "0000ffffffffffff": 36, "552048": 36, "period": 36, "00007fffffffffff": 36, "553048": 36, "554048": 36, "0001000f000000ff": 36, "555099": 36, "rcu": 36, "hierarch": 36, "srcu": 36, "556210": 36, "secondari": 36, "557081": 36, "558049": 36, "14": [36, 47, 88], "gitlab": 37, "denx": 37, "de": 37, "distclean": 37, "dir": [37, 92], "vi": 37, "qemuboardpkg": [37, 52, 100, 101, 102, 103, 106], "cfgdataext_brd1": [37, 52, 106], "payload_exe_bas": 37, "config_sys_text_bas": 37, "kconfig": [37, 61], "0x00100000": 37, "stdio": [37, 78, 97, 100, 101, 102, 103, 104, 106], "yoctoproject": 37, "jethro": 37, "tar": 37, "bz2": 37, "xvf": 37, "sato": 37, "corei7": 37, "hddimg": [37, 78], "mydriv": [37, 78], "hd": [37, 78, 97, 101, 106], "bootdev": 37, "scsi": 37, "uart2": [37, 71, 83, 85, 86, 89], "mem32": 37, "config_sys_ns16550_mem32": 37, "ifdef": 37, "config_sys_ns16550_mem3": 37, "disclean": 37, "apollolak": [37, 65], "config_of_emb": 37, "strip": 37, "maker": [38, 76, 82, 83, 84, 86, 87, 88], "synchron": [38, 47], "sh": 38, "build_up2": 38, "cmake": 38, "gninja": 38, "dboard": 38, "up_squared_sbl": 38, "ninja": 38, "zephyr_root": 38, "thru": 38, "0xb4c000": 38, "0x10c000": 38, "0xa40000": 38, "ent": 38, "1689": 38, "g4a7c422182": 38, "threada": 38, "up_squar": 38, "threadb": 38, "build_qemu": 38, "qemu_x86": 38, "gbc34b1aa09": 38, "anyth": 39, "tri": [39, 60, 99], "subsequ": [39, 42, 65], "consider": 39, "buid": 39, "step1": [39, 42], "step2": [39, 42], "eg": [39, 42, 77], "coffeelakeboardpkg": [39, 42, 71, 85, 89], "panel": [39, 42, 79], "reflect": [39, 42, 66], "notepad": [39, 42], "sbl_ifwi": [39, 99], "newifwi": 39, "sd": 39, "ff": [39, 71, 85, 87, 88, 89], "0x3": [39, 41, 44, 49, 93], "noth": 39, "collect": [40, 51, 66], "dram": 41, "solder": 41, "circuit": 41, "pcb": 41, "attach": [41, 90], "dimm": 41, "constraint": 41, "schemat": 41, "ddr": 41, "datasheet": 41, "cfgdata_memori": 41, "8gb": 41, "lpddr4": [41, 68, 81], "0x000e": 41, "memory_cfg_data": [41, 66], "dualranksupporten": 41, "rmtmode": 41, "memorysizelimit": 41, "ch0_ranken": 41, "dual": 41, "rank": 41, "ch0_dramdens": 41, "ch1_ranken": 41, "ch1_dramdens": 41, "ch2_ranken": 41, "ch2_dramdens": 41, "ch3_ranken": 41, "ch3_dramdens": 41, "rmtcheckrun": 41, "hardcod": 41, "spd": 41, "cfgdata_memspd": 41, "spddatasel": 41, "carefulli": 41, "spd_ddrlp4": 41, "spd_ddrlp5": 41, "lpddr5": [41, 68, 70, 77], "respectivli": 41, "spdaddresst": 41, "slot": [41, 61, 95], "z": 41, "smbu": 41, "spddataselxyz": 41, "correct": [41, 78], "hang": 41, "never": 41, "troubleshoot": 41, "repeat": 41, "object": 41, "contact": 41, "repres": [41, 66], "cfgtool": 42, "regard": 42, "convert": [42, 93], "sheet": 42, "gpiotablexxx": 42, "csv": [42, 93], "gpiotablexx": 42, "param": 43, "initramf": [43, 44, 51], "adher": 43, "extract": [43, 44, 69, 76, 80, 82, 83, 84, 86, 87, 88, 91, 92], "proc": [43, 44], "grep": [43, 44], "rsa_private_kei": [43, 44], "2048": [43, 59, 61], "3072": [43, 59, 61], "hash_usag": [43, 44], "pubkey_o": [43, 44], "getkeyhashlist": 43, "boarconfig": 43, "0x1500": [43, 44], "startblock": 43, "270336": 43, "17244208": 43, "0x1072030": 43, "setupsectorss": [43, 44], "rootflag": [43, 44], "syssiz": [43, 44], "0x106d2a": 43, "0x30300": 44, "spn": [44, 61], "0x30000": 44, "multi": [44, 47, 52, 90], "mib": 44, "6902016": 44, "7644383": 44, "calcul": [44, 64, 65, 66, 91], "0xe42504": 44, "src": [44, 100], "0x7886f6a8": 44, "dest": 44, "kernels": 44, "7288512": 44, "0x22": 44, "0x6f36c": 44, "enable_tcc": [46, 47], "coordin": 46, "comput": [46, 65], "improv": 46, "solv": 46, "jitter": 46, "latenc": 46, "keep": [46, 61, 66], "learn": [46, 47, 97, 98, 101, 102, 103, 104, 105, 106], "rtct": 46, "popular": 46, "hypervisor": [46, 51], "stream": 46, "similarli": [46, 66], "crl": 46, "doesn": [46, 55, 91], "knowledg": 46, "dso": 46, "deliv": [46, 57], "tigerlakeboardpkg": [46, 47, 81, 86], "tcc_ccfg_size": 46, "tcc_crl_size": 46, "0x00008000": 46, "tcc_stream_siz": 46, "0x00005000": 46, "ipfw": [46, 47, 59, 60, 61], "siipfw": [46, 47], "tccc": 46, "tccm": 46, "tcct": 46, "charact": [46, 47, 61], "boardpkgbinari": 46, "commonboardpkg": 46, "cfgdata_tcc": 46, "tccenabl": 46, "combo": [46, 47, 49], "tcctune": 46, "supersed": 46, "overlap": [46, 61], "tccsoftsram": 46, "sram": 46, "llc": 46, "tccerrorlog": 46, "record": [46, 58, 61, 64], "cfgdata_int_tglu_ddr4": [46, 47], "origin": [46, 47, 49, 66], "tcc_cfg_data": 46, "cfgdata_bootopt": 46, "six": [46, 47], "besid": 46, "cycl": 46, "sbl_rtcm": 46, "tcccrl": 46, "signedtcccrl": 46, "rsa3072_pss_sha2_384": [46, 47, 59, 92], "containercomptestkey_priv_rsa3072": [46, 47, 63], "td": [46, 47, 61, 92], "binwrapp": [46, 47], "posixlik": [46, 47], "lz4compress": [46, 47, 92], "basetoolsbinwin32lz4compress": 46, "win32": [46, 47, 61], "bootloadercorepkgtoolsgencontain": 46, "firmwareupdatetestkey_priv_rsa3072": [46, 47, 63], "previou": [46, 47, 66], "signedtcccachecfg": 46, "signedtccstream": 46, "cfgdata_capsuleinform": [46, 47, 61], "sy": [46, 47, 61], "wmi": [46, 47, 61], "44fadeb1": [46, 47, 61], "b204": [46, 47, 61], "40f2": [46, 47, 61], "8581": [46, 47, 61], "394bbdc1b651": [46, 47, 61], "firmware_update_request": [46, 47, 61], "cfgdata_tcc_featur": 46, "sensit": 47, "traffic": 47, "shape": 47, "ieee": 47, "grade": 47, "robust": 47, "reliabl": [47, 62], "exchang": 47, "enterpris": 47, "concept": 47, "heart": 47, "internel": 47, "iiot": 47, "relev": [47, 61, 66, 90, 91], "fbu": 47, "enable_tsn": 47, "tmac_siz": 47, "tmac": [47, 61], "rebuilt": 47, "soft": 47, "strap": 47, "softstrap": 47, "search": [47, 55], "otion": 47, "tsn7": 47, "2832972ad6e8f550f9628eeca7027b0aa65eb10b": 47, "stitchifwiconfig_tglu": 47, "cfgdata_silicon": [47, 49], "pchtsnenabl": 47, "en_di": [47, 49, 66], "pchtsnlinkspe": 47, "speed": [47, 49, 100], "4mhz": 47, "5gbp": [47, 49], "1gbp": 47, "0x03": [47, 66, 81, 93], "pchtsnmultivcen": 47, "vc": 47, "virtual": [47, 55, 57, 75], "silicon_cfg_data": [47, 49, 66], "effect": [47, 49, 66, 91], "iotg": 47, "v3": 47, "tsn_mac_config": 47, "bdf": 47, "rsvdbits1": 47, "func": [47, 74], "19": [47, 66], "rsvdbits0": 47, "give": [47, 66], "0x000f4000": 47, "hexadecim": 47, "000f4000": 47, "100b": 47, "1110b": 47, "0000b": 47, "lower": [47, 100], "fc": 47, "f8": 47, "ae": 47, "notat": 47, "macaddresslow": 47, "00aef8fc": 47, "macaddresshigh": 47, "00000430": 47, "siiptool": 47, "subregion_imag": 47, "config_json": 47, "tsnmacaddr": [47, 61], "signedtsnmacaddr": 47, "previous": [48, 66], "enable_pre_os_check": 48, "preoscheck": 48, "argument": [48, 61, 90, 92, 94, 95, 99], "gigabit": 49, "pse": [49, 59, 63], "mbp": 49, "rgmii": 49, "duplex": 49, "half": 49, "pse0": 49, "pse1": 49, "elkhartlakeboardpkg": [49, 73, 83], "pchtsngbesgmiien": 49, "psetsngbe0sgmiien": 49, "psetsngbe1sgmiien": 49, "psetsngbe0phyinterfacetyp": 49, "phy": 49, "editnum": 49, "2b": [49, 66], "psetsngbe1phyinterfacetyp": 49, "cfgdata_ext_iotgcrb": 49, "tcc": [51, 59], "overview": 51, "subregion": 51, "rtcm": 51, "tsn": [51, 59, 61], "capsul": [51, 59, 62, 63, 94, 95, 99], "gbe": 51, "sgmii": 51, "helloworld": 51, "netboot": 51, "pxe": 51, "vxwork": 51, "zephyr": [51, 55, 57], "micropython": 51, "leafhil": 51, "confiugr": 51, "cfio": 51, "gengpiodata": [51, 93], "fastboot": 51, "acrn": 51, "payload_fil": 52, "payload_id": 52, "compression_algorithm": 52, "compoment": 52, "uefipld": [52, 92, 106], "miss": 52, "tell": [52, 66], "Tos": 54, "tutori": [54, 79, 100], "terminologi": 54, "acronym": 54, "art": 55, "puzzl": 55, "complex": 55, "dougla": 55, "horton": 55, "monolith": 55, "combin": [55, 66], "iot": [55, 57, 76, 82, 83, 84, 86, 87, 88], "vari": 55, "rto": [55, 57], "ground": 55, "upcom": 55, "futur": [55, 61], "who": [55, 66, 91], "uart": [55, 82, 83, 84, 86, 87, 88, 94], "token": 55, "ec": 55, "superio": 55, "udk2018": 55, "ye": 55, "trust": [55, 58, 62, 64, 65], "air": 55, "ota": 55, "safe": [55, 61], "legaci": 55, "rom": 55, "csm": 55, "plan": [55, 76, 82, 83, 84, 86, 87, 88], "subscrib": 55, "our": 55, "mail": 55, "me": 55, "direclti": 55, "idea": [55, 76, 82, 83, 84, 86, 87, 88], "happi": 55, "review": 55, "trsute": 57, "assembl": 57, "disassembl": 57, "emporari": 57, "emori": 57, "ilicon": 57, "scalabl": 57, "engin": 57, "unauthor": 58, "ibb": [58, 65, 107], "cryptograph": [58, 63, 65, 78], "ptt": [58, 64], "Its": 59, "depict": [59, 60, 63, 65, 92], "sige": 59, "mono": 59, "shot": 59, "author": 59, "sha2_256": [59, 92], "sha256": 59, "sha2_384": [59, 92], "sha384": 59, "rsa2048_pkcs1_sha2_256": [59, 92], "pkcs1": 59, "rsa2048_pss_sha2_256": [59, 61, 92], "pss": 59, "usecas": 59, "enrol": 59, "key_id_os1_private_rsa3072": 59, "key_id_master_rsa3072": [59, 63], "key_id_container_rsa3072": [59, 63, 92], "loadabl": [59, 65], "digest": [59, 65], "apart": 59, "categori": 59, "fall": 59, "overriew": 59, "ownership": 59, "pictur": [59, 61, 65], "ref": 59, "crash": 60, "dead": 60, "loop": [60, 61, 78], "accomplish": 60, "backup": [60, 61, 76, 82, 83, 84, 86, 87, 88, 99], "role": 60, "0x00e00000": 60, "0xde5000": 60, "0xfffe5000": 60, "0x01b000": 60, "0xd80000": 60, "0x065000": 60, "0xcc1000": 60, "0xffec1000": 60, "0x0bf000": 60, "0xac1000": 60, "0xffcc1000": 60, "0xa00000": 60, "0xffc00000": 60, "0x0c1000": 60, "0x9e5000": 60, "0xffbe5000": 60, "0x980000": 60, "0xffb80000": 60, "0x8c1000": 60, "0xffac1000": 60, "0x6c1000": 60, "0xff8c1000": 60, "0x600000": 60, "0xff800000": 60, "0x5ff000": 60, "0xff7ff000": 60, "0x5fb000": 60, "0xff7fb000": 60, "0x004000": [60, 61], "0x5db000": 60, "0xff7db000": 60, "0x519000": 60, "0xff719000": 60, "0x0c2000": 60, "0x518000": 60, "0xff718000": 60, "0x514000": 60, "0xff714000": 60, "0x4f4000": 60, "0xff6f4000": 60, "0x432000": 60, "0xff632000": 60, "0x402000": 60, "0xff602000": 60, "0x030000": 60, "0x401000": 60, "0xff601000": 60, "0x2a0000": 60, "0xff4a0000": 60, "0x161000": 60, "0x290000": 60, "0xff490000": 60, "0x010000": [60, 99], "0x28e000": 60, "0xff48e000": 60, "0x28d000": 60, "0xff48d000": 60, "0x072000": 60, "0xff272000": 60, "0x21b000": 60, "0x071000": 60, "0xff271000": 60, "0xff200000": 60, "whenev": [60, 66], "cancel": 60, "flight": 60, "vice": [60, 93], "versa": [60, 93], "happen": 60, "enable_sbl_resili": 60, "biosredassist": 60, "guard": [60, 62, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "profil": 60, "fvme": [60, 76], "caus": [60, 63], "exercis": [60, 107], "track": 61, "progress": 61, "toggl": 61, "themselv": 61, "csme": 61, "gather": [61, 68, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89], "parit": 61, "mark": [61, 66], "incorpor": 61, "assoic": 61, "privkei": 61, "newimag": 61, "goe": 61, "priv_kei": 61, "key_id": [61, 63, 92], "key_id_firmwareupdate_rsa2048": [61, 63, 69, 82], "key_id_firmwareupdate_rsa3072": [61, 63, 83, 84, 86, 87, 88], "temp": 61, "csme_fw_update_driv": 61, "csmd": 61, "0x4e5000": 61, "0xffce5000": 61, "0x0db000": 61, "0x4e4000": 61, "0xffce4000": 61, "0x4e0000": 61, "0xffce0000": 61, "0x4c0000": 61, "0xffcc0000": 61, "0x440000": 61, "0xffc40000": 61, "0x080000": 61, "0x3c0000": 61, "0xffbc0000": 61, "assign": [61, 66, 68, 70, 77, 80], "sole": 61, "containertestkey_priv_rsa2048": [61, 63], "sblplatform": [61, 99], "256": [61, 78], "efi_firmware_management_capsule_head": 61, "bodi": [61, 66], "fileguid": 61, "efi_guid": 61, "headers": 61, "todai": 61, "firmwrevers": 61, "capsuleflag": 61, "pubkeyoffset": 61, "pubkeys": 61, "imageoffset": 61, "images": 61, "signatureoffset": 61, "signatures": 61, "firmware_update_head": 61, "itemoffsetlist": 61, "embeddeddrivercount": 61, "payloaditemcount": 61, "dimens": 61, "efi_firmware_management_capsule_header_init_vers": 61, "preceed": 61, "efi_firmware_management_capsule_image_head": 61, "against": [61, 65, 66], "imagetypeid": 61, "efi_firmware_image_descriptor": 61, "updateimagetypeid": 61, "imageindex": 61, "efi_firmware_management_protocol": 61, "setimag": 61, "updateimageindex": 61, "reserved_byt": 61, "updateimages": 61, "vendorcod": 61, "updatevendorcodes": 61, "hardwareinst": 61, "outsid": 61, "therefor": [61, 100], "auth": [61, 62], "updatehardwareinst": 61, "efi_firmware_management_capsule_image_header_init_vers": 61, "dwmi": 61, "wq00": 61, "ws00": 61, "surviv": 61, "intel_wmi_sbl_fw_upd": 61, "getobject": 61, "winmgmt": 61, "enumset": 61, "instancesof": 61, "acpifirmwarecommun": 61, "wscript": 61, "val": 61, "put_": 61, "capsule_info_cfg_data": 61, "0e": 61, "platformnam": [61, 72, 73, 81], "bootpolici": 61, "capsuleimag": [61, 72, 73, 81], "0x787af000": 61, "capsules": [61, 72, 73, 81], "0xefe248": 61, "cse": 61, "readi": [61, 79], "0x77f000": 61, "0x10000": [61, 72, 73, 81], "0x78f000": 61, "0xedf000": 61, "99": [61, 68, 70, 73, 74, 77, 80, 81], "0xeef000": 61, "0xe000": 61, "0x787ae000": 61, "0x770000": 61, "0xf000": 61, "fwst": 61, "rsdt": 61, "efi_system_resource_t": 61, "efi_system_resource_entri": 61, "edsger": 62, "dijkstra": 62, "leak": 63, "hacker": 63, "compromis": [63, 64], "rootkit": 63, "nist": 63, "whitepap": 63, "bkm": 63, "owner": [63, 65], "bootguard": [63, 80], "bpm": 63, "configdata": 63, "key_id_master_rsa2048": 63, "mastertestkey_priv_rsa2048": 63, "mastertestkey_priv_rsa3072": 63, "key_id_cfgdata_rsa2048": 63, "configtestkey_priv_rsa2048": 63, "key_id_cfgdata_rsa3072": 63, "key_id_container_rsa2048": 63, "containertestkey_priv_rsa3072": 63, "key_id_container_comp_rsa2048": 63, "containercomptestkey_priv_rsa2048": 63, "key_id_container_comp_rsa3072": [63, 92], "componentm": 63, "key_id_os1_public_rsa2048": 63, "os1_testkey_pub_rsa3072": 63, "key_id_os1_public_rsa3072": 63, "incas": 63, "violat": [63, 99], "golden": 64, "ascertain": 64, "discret": [64, 65], "conjunct": 64, "asymmetr": 65, "pair": [65, 66, 91, 92], "dissemin": 65, "encrypt": 65, "hwrot": 65, "rot": 65, "anchor": 65, "slightli": [65, 92], "rational": 66, "categor": 66, "flavor": 66, "least": [66, 79], "prioriti": 66, "platform_cfg_data": 66, "foundat": 66, "li": 66, "typecast": 66, "fed": 66, "_cfgdata_int_fil": 66, "cfgdatabrd1_internalrvp7": 66, "cfgdatabrd2_intrvp11": 66, "cfgdata_ext_xx": 66, "customintern": 66, "higher": 66, "extcfg_brd1": 66, "extcfg_brd2": 66, "filter": 66, "cdata_head": 66, "especi": 66, "0x16": [66, 71, 85, 89], "security_cfg_data": 66, "graphics_cfg_data": 66, "cdata_blob_head": 66, "internaldataoffset": 66, "usedlength": 66, "totallength": 66, "conditionnum": 66, "word": 66, "ideal": [66, 79], "replic": 66, "subsect": 66, "overal": [66, 90], "quick": [66, 79], "refcard": 66, "scope": 66, "preced": 66, "pageid1": 66, "parentpageid1": 66, "pagetxetdescription1": 66, "pageid2": 66, "parentpageid2": 66, "pagetxetdescription2": 66, "parentpageid": 66, "rootpageid": 66, "rootpagetxetdescript": 66, "nest": 66, "measuredboot": 66, "vt": 66, "emmctun": 66, "dcidebug": 66, "rsvd1": 66, "features_data": 66, "features_cfg_data": 66, "plt": 66, "cfghdr_tmpl": [66, 93], "0x310": 66, "features_tmpl": 66, "0x0000001f": 66, "explicit": 66, "exclam": 66, "statement": 66, "appear": 66, "equival": [66, 87, 88], "indent": 66, "relativefilepath": 66, "commonbrdpkg": 66, "rvp7pkg": 66, "cfgtmplname": 66, "param1": 66, "param2": 66, "cfgheader": 66, "_length_": 66, "10b": 66, "4b": 66, "12b": 66, "condvalu": 66, "0x0f0": 66, "macro": 66, "primarili": 66, "cond_gpio_skip": 66, "_half0": 66, "lot": [66, 102, 103], "gpio_1": 66, "gpio_2": 66, "gpio_3": 66, "reus": 66, "alwai": [66, 92], "fold": 66, "angl": 66, "bracket": 66, "expans": 66, "nth": 66, "expland": 66, "substitut": 66, "pcierp_tmpl": 66, "pcierpfeatur": 66, "rp": 66, "pcie_rp_feat": 66, "1bb": 66, "clkreqsup": 66, "clk": 66, "req": 66, "clkreq": 66, "cond_pcie_rp_en": 66, "clkreqnum": 66, "cond_pcie_rp_clk_req_sup": 66, "3bb": 66, "aspm": 66, "pcie_rp_cfg_data": 66, "0x302": 66, "0x8b": 66, "0x8f": 66, "0x87": 66, "0x86": 66, "0x83": 66, "0x8e": 66, "unord": 66, "colon": 66, "sequenc": 66, "lead": 66, "white": 66, "configdatadef": 66, "identi": 66, "pageid3": 66, "0x2000": 66, "mrcfastboot": 66, "0x200": 66, "plain": 66, "cfgitemnam": 66, "numtyp": 66, "minvalu": 66, "maxvalu": 66, "hexa": 66, "decim": 66, "val1": 66, "text1": 66, "val2": 66, "text2": 66, "val3": 66, "text3": 66, "9600": 66, "19200": 66, "38400": 66, "57600": 66, "tabular": 66, "column": 66, "columnhdr1": 66, "columnhdr2": 66, "columnhdr3": 66, "columnhdr": 66, "sepcifi": 66, "But": 66, "hold": 66, "hyperthread": 66, "tcc_set": 66, "hyper": 66, "thread": 66, "sai": 66, "tccset": 66, "keyword": 66, "affect": 66, "parent": 66, "value1": 66, "textstr1": 66, "value2": 66, "textstr2": 66, "split": 66, "except": [66, 99], "hover": 66, "cfgitem": 66, "lan": 66, "hide": 66, "true": [66, 99], "visibl": 66, "bitfield": 66, "gpiopinconfig1_": 66, "gpioskip_": 66, "enablesgx": 66, "epochupd": 66, "cfgitemoffset": 66, "explicitli": 66, "hexmajor": 66, "hexminor": 66, "bitfieldoffset": 66, "sort": 66, "0x0040": 66, "prefix": 66, "0x": 66, "brace": 66, "around": [66, 100], "comma": 66, "quot": 66, "0b": 66, "0x05": [66, 73, 93], "0x06": 66, "0x07": [66, 93], "0w": 66, "0x0201": 66, "0x0403": 66, "0x0605": 66, "0x0807": 66, "0d": 66, "0x04030201": 66, "0x08070605": 66, "0q": 66, "0x0807060504030201": 66, "popul": [66, 91], "did": 66, "nor": 66, "overwrit": [66, 92], "cfgdata_int_brd0_def": 66, "cfgdata_ext_brd1_rvp": 66, "cfgdata_ext_brd2_crb": 66, "cfgdata_ext_brd3_bmp": 66, "tagnam": 66, "itemnam": 66, "gpiopinconfig1_gpp_a0": 66, "gpioskip_gpp_a0": 66, "dword0": 66, "dword1": 66, "gpiopinconfig0_gpp_a0": 66, "0x12345678": 66, "were": 66, "cfg_ext_sign": 66, "12th": 68, "formal": [68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89], "plat": [68, 70, 74, 76, 77, 80], "0x0017": [68, 70], "j1g2": [68, 70, 77, 80], "u6j1": 68, "ddr5": [68, 70, 77, 80], "0x001b": 68, "0x0012": [68, 77], "j1c1": [68, 77], "j9j3": 68, "adlp": [68, 87], "0x0013": [68, 77], "0x0010": [68, 77], "0x000b": [68, 77], "j25": 68, "j109": 68, "0x000d": [68, 77], "j31": 68, "j34": 68, "0x000a": 68, "j2e2": 68, "j9a1": 68, "adln": 68, "0x0009": 68, "j30": 68, "j32": 68, "stitchifwi": [68, 69, 70, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 86, 87, 88], "alderlakeboardpkg": [68, 84, 87, 88, 99], "bios_image_nam": [68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "sbl_ifwi_image_nam": [68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "sbl_adls_ifwi": 68, "xxxx": [68, 70, 71, 72, 73, 74, 77, 80, 81, 85, 89, 92], "sbl_adlx_ifwi": 68, "sf100": [68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "sf600": [68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "polar": [68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 85, 89], "even": [68, 70, 74, 76, 77, 80, 91, 100], "bit16": [68, 69, 70, 71, 77, 80, 82, 85, 89], "pmc": [68, 69, 70, 71, 77, 80, 82, 85, 89], "clock": [68, 70, 71, 77, 80, 85, 89], "wdt": [68, 70, 71, 77, 80, 85, 89], "oc_wdt_ctl": [68, 70, 71, 77, 80, 85, 89], "54h": [68, 70, 71, 77, 80, 85, 89], "flash_upd": [68, 69, 70, 71, 74, 77, 80, 82, 85, 89], "0x002b1000": [68, 70, 74, 77, 80, 81], "0x0a000": [68, 70, 74, 77, 80, 81], "fwu": [68, 70, 72, 73, 74, 77, 80, 81, 99], "0x7c": [68, 70, 72, 73, 74, 77, 80, 81], "0x77": [68, 70, 72, 73, 74, 77, 80, 81, 99], "etcher": [68, 70, 71, 72, 73, 74, 77, 80, 81, 82, 85, 89], "app": [68, 70, 71, 72, 73, 74, 77, 80, 81, 82, 85, 89], "atom": [69, 73], "e3900": 69, "junip": 69, "oxbow": 69, "variat": 69, "sbl_lfh_ifwi": 69, "leafhild": 69, "0070": 69, "r01": 69, "1805070352": 69, "fuse": [69, 76, 82, 83, 84, 86, 87, 88], "j5d1": 69, "disconnect": [69, 71, 72, 73, 81, 85, 89], "deidprog": [69, 71, 72, 73, 81, 85, 89], "ifwiutil": [69, 80, 82, 83, 84, 86, 99], "triger": [69, 71, 82, 85, 89], "scratchpad": [69, 82], "share": [69, 79, 82, 90], "bios_scratchpad": [69, 82], "1090h": [69, 82], "isfirmwareupd": [69, 71, 82, 85, 89], "lpss": 69, "ftdi": 69, "25": 69, "26": 69, "15th": 70, "0x0018": 70, "j9b2": [70, 77], "arlh": 70, "arlu": 70, "0x001a": 70, "j3h2": 70, "j7a1": 70, "0x0019": [70, 80], "s02": 70, "j2b4": 70, "j6j3": 70, "s03": 70, "0x0016": 70, "j122198": 70, "s04": 70, "0x0015": 70, "socket": 70, "arrowlakeboardpkg": 70, "sbl_arlh_ifwi": 70, "8th": [71, 85, 89], "9th": [71, 85, 89], "cfl": [71, 85, 89], "exis": [71, 72, 73, 81, 85, 89], "0xaa00": [71, 85, 89], "sio": [71, 85, 89], "uart1": [71, 84, 85, 87, 88, 89], "com1": [71, 85, 89], "fe": [71, 85, 87, 89], "com2": [71, 85, 89], "sbl_cfl_ifwi": [71, 85, 89], "j3h1": [71, 85, 89], "j7h1": [71, 85, 89], "j7h2": [71, 85, 89], "cn18": [71, 84, 85, 89], "j8j1": [71, 85, 89], "j9b7": [71, 72, 85, 89], "j4a1": [71, 81, 85, 89], "0x14": [71, 85, 89], "0x1b": [71, 85, 89, 93], "cmlv": 72, "cometlakeboardpkg": 72, "cometlakevboardpkg": 72, "sbl_cml_ifwi": 72, "sbl_cmlv_ifwi": 72, "j7g1": 72, "0x11": [72, 93], "cml_": 72, "0x8eaba010": 72, "0x83028c": 72, "0x7f": [72, 73, 81], "0x007f0000": 72, "0x002a1000": 72, "0x0f000": 72, "0x7d": [72, 73], "0x15": [72, 93], "x6000e": 73, "ehl": [73, 83], "sbl_ehl_ifwi": 73, "j3d4": 73, "ehl_crb": 73, "0x758b4010": 73, "0x9e328c": 73, "0x008f3000": 73, "0x004f1000": 73, "0x0e000": 73, "j5j1": 73, "mr4": 73, "3112989fdcec8240857b96c942d9942ec0e18254": 73, "xeon": 74, "d1700": 74, "d2700": 74, "idv": 74, "idvh": 74, "idavilleboardpkg": 74, "sbl_idv_ifwi": 74, "biosscratchpad3_cfg": 74, "0x1e": 74, "pci_config": 74, "ic": 75, "simic": 75, "qsp": 75, "signag": [76, 82, 83, 84, 86, 87, 88], "equip": [76, 82, 83, 84, 86, 87, 88], "internet": [76, 82, 83, 84, 86, 87, 88], "reprogram": [76, 82, 83, 84, 86, 87, 88], "meteorlakeboardpkg": [76, 77], "0xaa00001f": 76, "bios_imag": [76, 79, 82, 83, 84, 86, 87, 88], "sbl_ifwi_imag": [76, 82, 83, 84, 86, 87, 88], "stitchifwiconfig_mcl": 76, "stitchifwi_components_mtl": 76, "mtlp": [76, 77], "luck": [76, 82, 83, 84, 86, 87, 88], "14th": 77, "j1": 77, "j9w1": 77, "j2b1": 77, "j9v1": 77, "sku": 77, "sbl_mtl_ifwi": 77, "sbl_mtlp_ifwi": 77, "ctrl": [78, 97, 102, 104], "genericx86": 78, "mnt": 78, "mv": 78, "usernam": 78, "hda": 78, "1g": 78, "disk_imag": 78, "isim": 79, "determinist": 79, "instrument": 79, "articl": 79, "deeper": 79, "focu": [79, 100], "pc": 79, "head": 79, "bwlow": 79, "snapshot": 79, "strongli": 79, "cli": [79, 107], "firststep": 79, "00581": 79, "8bb52daaca47d50a": 79, "qemfsp": 79, "00001000": 79, "0x00001d44": 79, "0x00070000": 79, "0x00040000": 79, "0x3400": 79, "_hs_": 79, "0x00000100": 79, "udimm": 80, "s14": 80, "j8g2": 80, "r6j1": 80, "s17": 80, "0x0011": 80, "raptorlakeboardpkg": 80, "sbl_rpls_ifwi": 80, "tgl": [81, 86], "up3": [81, 86], "ddrlp4": 81, "sbl_tgl_ifwi": 81, "j4h2": 81, "tglu_ddr": 81, "0x7770a010": 81, "0x99128c": 81, "0x00891000": 81, "0x7e": [81, 99], "n3350": 82, "wire": [82, 83, 84, 86, 87, 88], "pinout": [82, 83, 84, 86, 87, 88], "gnd": [82, 83, 84, 86, 87, 88], "uart_rx": [82, 83, 84, 86, 87, 88], "uart_tx": [82, 83, 84, 86, 87, 88], "mmcblk0p1": 82, "mmcblk0p2": 82, "upboard": 82, "earlycon": 82, "uart8250": 82, "mmio32": 82, "0x82531000": 82, "115200n8": 82, "eof": 82, "elkhartlak": 83, "cn49": 83, "0xaa000206": 83, "06": 83, "sbl_up2_6000_ifwi": 83, "cn20": [83, 86], "adln50": 84, "cn14": 84, "0xaa000106": 84, "sbl_up7000adln50_ifwi": 84, "upx": 85, "compact": 85, "cn11": 86, "0xaa000204": 86, "sbl_upx11_ifwi": 86, "cn9": [87, 88], "0xaa000104": 87, "ecapsul": [87, 88], "hexedit": [87, 88], "hexdecim": [87, 88], "0xcffff4": [87, 88], "aa": [87, 88, 94], "00cffff0": [87, 88], "eb": [87, 88], "a4": [87, 88], "0xc7fff4": [87, 88], "00c7fff0": [87, 88], "cn19": [87, 88], "rplp": 88, "0xaa000114": 88, "fp": 90, "fsppath": 90, "usev": 90, "grab": 90, "clarifi": 90, "bootloadercorepkgtool": 91, "dominantli": 91, "prior": 91, "merg": 91, "mainli": 91, "tkinter": 91, "atleast": 92, "filesytem": 92, "wait": 92, "placehold": 92, "firmware1": 92, "firmware2": 92, "laid": 92, "cmdline1": 92, "elf1": 92, "cmdline2": 92, "elf2": 92, "cmd1": 92, "cmd2": 92, "mb2": 92, "natur": 92, "aml": 92, "x00": 92, "xb1": 92, "xac": 92, "acpi_cmd": 92, "dumi": 92, "containerimag": 92, "comp_list": 92, "img_typ": 92, "out_path": 92, "key_path": 92, "comp_dir": 92, "tool_dir": 92, "intput": 92, "filenam": 92, "componet": 92, "imagefil": 92, "compalg": 92, "keyfil": 92, "hdr": 92, "comp_nam": 92, "od": 92, "out_dir": 92, "extdir": 92, "new_nam": 92, "comp_fil": 92, "key_fil": 92, "new_cmdlin": 92, "sign_fil": 92, "componentimag": 92, "gpio_init_config": 93, "padmod": 93, "hostsoftpadown": 93, "outputst": 93, "interruptconfig": 93, "powerconfig": 93, "electricalconfig": 93, "lockconfig": 93, "otherset": 93, "rsvdbit": 93, "gpio_config": 93, "char8": 93, "gpiopad": 93, "gpioconfig": 93, "mgpiotabl": 93, "pmode": 93, "gpi_i": 93, "gpiodir": 93, "gpiotxstat": 93, "rxevcfg": 93, "gpiroutconfig": 93, "padrstcfg": 93, "gpiopadmodegpio": 93, "gpiohostowngpio": 93, "gpiodirin": 93, "gpiooutdefault": 93, "gpiointlevel": 93, "gpiointap": 93, "gpiohostdeepreset": 93, "gpiotermwpu20k": 93, "gpiopadconfigunlock": 93, "gpp_": 93, "group_nam": 93, "pad_num": 93, "letter": 93, "gpiohardwaredefault": 93, "gpiopadmodenative1": 93, "gpiopadmodenative2": 93, "0x5": 93, "gpiopadmodenative3": 93, "gpiopadmodenative4": 93, "gpiopadmodenative5": 93, "0xb": 93, "gpio_pad_mod": 93, "gpiohostowndefault": 93, "gpiohostownacpi": 93, "gpio_hostsw_own": 93, "gpiodirdefault": 93, "gpiodirinout": 93, "gpiodirininvout": 93, "gpiodirininv": 93, "gpiodirout": 93, "gpiodirnon": 93, "gpio_direct": 93, "gpiooutlow": 93, "gpioouthigh": 93, "gpio_output_st": 93, "gpiointdefault": 93, "gpiointdi": 93, "gpiointnmi": 93, "gpiointsmi": 93, "gpiointsci": 93, "gpiointedg": 93, "gpiointlvledgdi": 93, "gpiointbothedg": 93, "gpio_int_config": 93, "gpioresetdefault": 93, "gpioresumereset": 93, "gpioplatformreset": 93, "gpiodswreset": 93, "gpio_reset_config": 93, "gpiotermdefault": 93, "gpiotermnon": 93, "gpiotermwpd5k": 93, "gpiotermwpd20k": 93, "gpiotermwpu1k": 93, "0x13": 93, "gpiotermwpu2k": 93, "0x17": 93, "gpiotermwpu5k": 93, "0x19": 93, "gpiotermwpu1k2k": 93, "gpiotermn": 93, "gpio_electrical_config": 93, "gpiolockdefault": 93, "gpiopadconfiglock": 93, "gpiooutputstateunlock": 93, "0xc": 93, "gpiopadunlock": 93, "0xf": 93, "gpiopadlock": 93, "gpio_lock_config": 93, "host_sw_own": 93, "pad_cfg_lock": 93, "pad_cfg_lock_tx": 93, "pad_cfg_dw0": 93, "pad_cfg_dw1": 93, "hostsoftpadownership": 93, "padconfigurationlock": 93, "padconfigurationlocktxst": 93, "padconfigurationdw0": 93, "padconfigurationdw1": 93, "gpp_a07": 93, "0x0001a880": 93, "0x01fcf77f": 93, "0x01fe5fff": 93, "0x40100102": 93, "0x0000301f": 93, "subt": 93, "0x031885e1": 93, "0x00070619": 93, "psd_cfg_data": 93, "0x800": 93, "gpiopinconfig0_gpp_a07": 93, "gpiopinconfig1_gpp_a07": 93, "ifwi_in": 94, "ifwi_out": 94, "bios_out": 94, "stitch_in": 94, "plat_data": 94, "sitch": 94, "reserved1": 94, "debuguart": 94, "reserved2": 94, "reserved3": 94, "marker": 94, "stitch_data": 94, "ucodeutil": 95, "slot_siz": 95, "input_file_nam": 95, "output_file_nam": 95, "pdb": 95, "ll": [97, 98, 101, 102, 103, 104, 105, 106], "mydisk": [97, 101, 106], "qemuimg": [97, 101, 106], "qemusata": [97, 101, 106], "increment": 98, "conduct": 98, "input_imag": 99, "output_imag": 99, "component_path": 99, "ts0": 99, "sbl_ifwi_corrupt": 99, "osl": 99, "shellcommandregist": 99, "shellcommandcorruptcomp": 99, "loadshellcommand": 99, "shellcmd": 99, "writabl": 99, "fspsconfig": 99, "pchwriteprotectionen": 99, "prindex": 99, "fspsupdupdatelib": 99, "shelllib": 99, "shellcommandexit": 99, "shellcommandhelp": 99, "shellcommandmm": 99, "shellcommandcpuid": 99, "shellcommandmsr": 99, "shellcommandmtrr": 99, "shellcommanducod": 99, "shellcommandcl": 99, "featurepcdget": 99, "pcdminishellen": 99, "shellcommandpci": 99, "shellcommandhob": 99, "shellcommandmmap": 99, "shellcommandperf": 99, "shellcommandboot": 99, "shellcommandmmcdl": 99, "shellcommandcdata": 99, "shellcommanddmesg": 99, "shellcommandreset": 99, "shellcommandf": 99, "shellcommandusbdev": 99, "shellextensioncmd": 99, "getshellextensioncmd": 99, "iter": 99, "getbootmod": 99, "boot_on_flash_upd": 99, "biosprotect": 99, "spigetregionaddress": 99, "flashregionbio": 99, "baseaddress": 99, "totals": 99, "efi_error": 99, "getcomponentinfo": 99, "flash_map_sig_uefivari": 99, "varsiz": 99, "pchreadprotectionen": 99, "pchprotectedrangebas": 99, "pchprotectedrangelimit": 99, "whole": 99, "BE": 99, "circumst": 99, "reflash": 99, "opposit": 99, "discontinu": 99, "written": 99, "threshold": 99, "unlock": 99, "0x00a00000": 99, "sbl_corrupt": 99, "ts1": 99, "0x00600000": 99, "better": 100, "demonstr": [100, 103], "noopt": 100, "less": 100, "big": 100, "tui": 100, "gdbinit": 100, "asm": 100, "reg": 100, "stepi": 100, "exactli": 100, "proceed": 100, "subroutin": 100, "nexti": 100, "secstartup2": 100, "0xffff4052": 100, "ldrglobaldata": 100, "al": 100, "lo": 100, "va": 100, "346": 100, "continuefunc": 100, "xip": 100, "shadow": 100, "pcdstage1aloadbas": 100, "won": 100, "continueentri": 100, "stage1ahob": 100, "272": 100, "0xfffff3b3": 100, "breakpint": 100, "callq": 100, "rdx": 100, "si": 100, "avil": 100, "loadthi": 100, "proper": 100, "stageentri": 100, "407": 100, "0x72a14": 100, "switchstack": 100, "stage_hdr": 100, "stage2hob": 100, "stage2exebas": 100, "0xee635a0": 100, "normalbootpath": 100, "pldentri": 100, "252": 100, "pldhoblist": 100, "0xee5e428": 100, "0xb8": 100, "rbp": 100, "sbl_tree": [101, 102, 103, 106], "stage2boardinitlib": 101, "updateosbootmediuminfo": 101, "osbootoptionlist": 101, "currentboot": 101, "stage1aboardinit": 101, "stage1bboardinit": 101, "stage2boardinit": 101, "enable_splash": 102, "alt": 102, "0x18000000": 103, "goto": 103, "0x18000025": 103, "coreboot": 106, "practic": 107, "transit": 107, "corruptcomponentutil": 107, "corruptcomp": 107, "behavior": 107, "obb": 107}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"boot": [0, 1, 2, 3, 9, 16, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 43, 44, 46, 50, 58, 64, 65, 68, 69, 70, 71, 72, 73, 74, 77, 78, 79, 80, 81, 82, 85, 89, 97, 101, 103], "flow": [0, 5, 16, 65, 66], "stage": [0, 4], "1a": 0, "1b": 0, "2": [0, 46, 47, 49, 92], "ldrglobal": 0, "loader": 0, "global": 0, "data": [0, 40, 42, 46, 47, 49, 61, 66], "end": 0, "call": 0, "graph": 0, "platform": [0, 5, 9, 30, 66, 68, 70, 77, 78, 79, 80], "initi": 0, "option": [1, 9, 22, 39, 46, 47, 49, 66], "perform": 2, "measur": [2, 64], "fpdt": 2, "entri": 2, "imag": [3, 4, 9, 20, 36, 43, 44, 46, 47, 68, 69, 70, 72, 73, 74, 77, 78, 80, 81, 92, 94, 100], "build": [4, 22, 23, 29, 30, 32, 36, 37, 39, 45, 46, 47, 63, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 98], "system": [4, 7, 61], "process": [4, 5, 66], "pre": [4, 36, 39, 48, 82], "custom": [4, 45, 66, 101, 102, 103], "sbl": [4, 22, 23, 29, 33, 36, 46, 47, 49, 61, 63, 65, 66, 78, 79, 94, 98, 99, 100, 104, 105], "detail": [4, 46], "per": 4, "post": [4, 39], "construct": 4, "patch": 4, "ad": [4, 9], "an": 4, "contain": [4, 9, 33, 43, 47, 59, 61, 78, 92], "releas": [4, 73], "v": [4, 94], "debug": [4, 7, 8, 53, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 85, 89, 100], "develop": [4, 12], "window": [4, 22, 35, 61], "configur": [5, 7, 36, 41, 42, 46, 47, 49, 61, 63, 66, 91], "yaml": [5, 66], "file": [5, 46, 47, 49, 66], "dlt": [5, 66], "editor": 5, "tool": [5, 22, 42, 49, 66, 90, 91, 92, 93, 94, 96, 99], "id": [5, 61, 63, 69, 71, 72, 73, 74, 81, 85, 89], "detect": 5, "us": [5, 9, 22, 36, 37], "gpio": [5, 42, 93], "common": 5, "categori": 5, "step": [5, 7, 8, 23, 46, 47], "exampl": [5, 99], "consol": 5, "output": [5, 23, 36, 39], "cfio": [5, 42], "contribut": 6, "guidelin": 6, "licens": 6, "code": [6, 49], "style": 6, "workflow": 6, "sourc": [7, 8, 19, 49], "level": [7, 8], "intel": [7, 8, 46], "r": [7, 8], "svt": 7, "cca": 7, "trace": 7, "hub": 7, "direct": 7, "connect": 7, "interfac": [7, 18], "dci": 7, "technologi": 7, "debugg": [7, 8], "environm": 7, "setup": [7, 33, 76, 82, 83, 84, 86, 87, 88], "svtcca": 7, "hardwar": [7, 75], "fsp": [7, 13], "udk": 8, "prerequisit": [8, 29, 76, 82, 83, 84, 86, 87, 88], "gener": [8, 22, 46, 47, 61, 63, 66], "from": [9, 26, 49, 61, 71, 82, 85, 89], "flash": [9, 10, 23, 29, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "creat": [9, 28, 43, 44], "place": 9, "folder": 9, "bio": [9, 94], "pdr": 9, "region": 9, "stitch": [9, 20, 23, 39, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 94], "map": [10, 15], "compon": [10, 46, 61, 99], "layout": [10, 15, 66], "firmwar": [11, 46, 47, 59, 60, 61, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "support": [11, 17, 26, 32, 48, 59, 68, 69, 70, 71, 72, 73, 74, 75, 77, 80, 81, 85, 89], "packag": [11, 19], "": 12, "guid": 12, "ingredi": 13, "upgrad": [13, 29], "vbt": 13, "microcod": [13, 61], "log": 14, "memori": [15, 41], "temporari": 15, "manag": [15, 63], "perman": 15, "alloc": 15, "within": 15, "slim": [15, 30, 32, 37, 54], "bootload": [15, 30, 32, 37, 54], "memoryallocationlib": 15, "fullmemoryallocationlib": 15, "osload": 16, "introduct": [16, 55, 90], "payload": [17, 28, 30, 31, 32, 35, 36, 37, 48, 52, 100, 106], "type": [17, 46, 59, 66, 92], "multipl": [17, 52, 66], "shell": [18, 32, 36, 61, 78, 79, 105], "tree": [19, 32], "structur": [19, 66], "depend": 19, "ifwi": [20, 23, 94], "version": [21, 66], "environ": [22, 63], "linux": [22, 36, 37, 61, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 85, 89, 92, 97], "download": [22, 23], "ubuntu": [22, 33, 71, 82, 85, 89], "docker": [22, 25], "kei": [22, 63], "clean": 23, "get": [24, 46], "start": [24, 76, 82, 83, 84, 86, 87, 88], "miscellan": 25, "proxi": 25, "set": [25, 46, 47, 49, 79], "add": [26, 27], "fastboot": [26, 29], "load": [26, 46, 47, 49], "usb": [26, 71, 82, 85, 89], "spi": [26, 74], "new": [27, 28], "librari": 27, "helloworld": 28, "acrn": 29, "hypervisor": 29, "up": [29, 79, 84, 85, 86, 87, 88], "enter": 29, "mode": 29, "how": [29, 30, 51], "To": 29, "micropython": 30, "modul": 30, "integr": [30, 52], "enabl": [30, 32, 36, 46, 47, 48, 49, 50, 60], "other": 30, "netboot": 31, "pxe": [31, 32, 36], "uefi": [31, 35, 106], "through": 32, "u": [32, 36, 37], "confiugr": 32, "devic": 32, "chang": [32, 39, 46, 47, 49], "command": 32, "o": [33, 48], "vxwork": 34, "kernel": 36, "initramf": 36, "busybox": 36, "root": 36, "built": 36, "serial": 36, "prompt": 36, "instruct": 37, "prepar": [37, 100], "qemu": [37, 38, 78, 98, 100, 104], "target": [37, 100], "test": 37, "leafhil": 37, "apl": 37, "elf": [37, 92], "zephyr": 38, "up2": [38, 82, 83], "board": [38, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "time": [39, 40], "run": [39, 42, 49, 104], "cfgdata": 39, "util": [39, 95], "runtim": [39, 99], "captur": 40, "down": 41, "config": [42, 66], "gengpiodata": 42, "ia": 44, "tcc": 46, "overview": [46, 47, 66], "subregion": 46, "1": [46, 47, 49, 92], "open": [46, 47, 49], "default": [46, 47, 49, 66], "delta": [46, 47, 49, 66], "3": [46, 47, 49, 92], "4": [46, 47, 49], "save": [46, 47, 49], "5": [46, 47, 49], "rtcm": 46, "select": 46, "flag": 46, "fill": 46, "extra": 46, "name": [46, 66], "updat": [46, 47, 49, 61, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 92], "raw": [46, 47], "binari": [46, 47, 61, 66, 69, 71, 72, 73, 76, 81, 82, 83, 84, 85, 86, 87, 88, 89], "sign": [46, 47, 63], "capsul": [46, 47, 61, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "copi": [46, 47], "trigger": [46, 47, 61, 68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "tsn": [47, 49], "differ": 47, "gbe": 49, "sgmii": 49, "configeditor": [49, 91], "gui": 49, "py": 49, "directli": 49, "verifi": [50, 65, 103], "Tos": 51, "reduc": 53, "messag": 53, "project": 54, "document": 54, "design": 55, "philosophi": 55, "featur": [55, 62, 101, 102, 103], "frequent": 55, "ask": 55, "question": 55, "refer": 56, "link": 56, "terminologi": 57, "acronym": 57, "guard": 58, "secur": [59, 62], "auth": 59, "format": 59, "resili": 60, "recoveri": 60, "string": 61, "definit": 61, "oper": 61, "locat": 61, "statu": 61, "usag": [63, 90, 91, 92], "hash": 65, "store": 65, "purpos": 66, "infrastructur": 66, "c": 66, "header": [66, 74], "base": 66, "standalon": 66, "extern": 66, "blob": 66, "tag": 66, "merg": 66, "descript": 66, "explain": 66, "meta": 66, "marker": 66, "action": 66, "page": 66, "struct": 66, "includ": 66, "expand": 66, "variabl": 66, "templat": 66, "node": 66, "editnum": 66, "edittext": 66, "combo": 66, "tabl": [66, 92], "reserv": 66, "constant": 66, "altpag": 66, "help": 66, "condit": 66, "order": [66, 101], "length": 66, "valu": 66, "rule": 66, "specif": 67, "alder": 68, "lake": [68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 89], "uart": [68, 69, 70, 71, 72, 73, 74, 76, 77, 80, 81, 85, 89], "yocto": [68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 85, 89], "apollo": 69, "crb": [69, 71, 73, 74, 89], "slimbootload": [69, 71, 72, 73, 76, 81, 82, 83, 84, 85, 86, 87, 88, 89], "assign": [69, 71, 72, 73, 74, 81, 85, 89], "arrow": 70, "coffe": 71, "refresh": 71, "comet": 72, "rvp": [72, 81], "elkhart": 73, "latest": 73, "mileston": 73, "ic": 74, "d": 74, "brightonc": 74, "lcc": 74, "moroc": 74, "hcc": 74, "r1k5": 74, "j2g6": 74, "icx": 74, "mclaren": 76, "island": 76, "befor": [76, 82, 83, 84, 86, 87, 88], "you": [76, 82, 83, 84, 86, 87, 88], "meteor": 77, "virtual": [78, 79], "emul": 78, "simic": 79, "qsp": 79, "what": 79, "i": [79, 99], "simul": 79, "raptor": 80, "tiger": 81, "instal": 82, "emmc": 82, "6000": 83, "squar": 84, "pro": 84, "7000": 84, "edg": 84, "xtreme": [85, 86, 87, 88], "i11": 86, "i12": [87, 88], "13th": 88, "whiskei": 89, "work": 90, "cfgdatatool": 91, "gencfgdata": 91, "cfgdatastitch": 91, "normal": 92, "classic": 92, "multiboot": 92, "acpi": 92, "ucod": 95, "exercis": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "corrupt": 99, "corruptcomponentutil": 99, "static": 99, "corruptcomp": 99, "behavior": 99, "when": 99, "obb": 99, "ibb": 99, "gdb": 100, "launch": 100, "transit": 100, "stage1a": 100, "stage1b": 100, "stage2": 100, "splash": 102, "cli": 105, "tutori": 107}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Boot Flow": [[0, "boot-flow"]], "Stage 1A": [[0, "stage-1a"]], "Stage 1B": [[0, "stage-1b"]], "Stage 2": [[0, "stage-2"]], "LdrGlobal - Loader Global Data": [[0, "ldrglobal-loader-global-data"]], "End-to-End Call Graph": [[0, "end-to-end-call-graph"]], "Platform Initialization": [[0, "platform-initialization"]], "Boot Options": [[1, "boot-options"]], "Boot Performance": [[2, "boot-performance"]], "Measuring Boot Performance": [[2, "measuring-boot-performance"]], "FPDT Entry": [[2, "fpdt-entry"]], "Boot Image": [[3, "boot-image"]], "Build System": [[4, "build-system"]], "Build Process": [[4, "build-process"]], "Pre Build Customization": [[4, "pre-build-customization"]], "Build SBL": [[4, "build-spn"], [23, "build-spn"], [29, "build-spn"]], "Build Details per Stage": [[4, "build-details-per-stage"]], "Post Build Image Construction": [[4, "post-build-image-construction"]], "Patching of stages": [[4, "patching-of-stages"]], "Post Build Customization": [[4, "post-build-customization"]], "Adding an SBL Container": [[4, "adding-an-sbl-container"]], "Release vs Debug Build": [[4, "release-vs-debug-build"]], "Developing on Windows": [[4, "developing-on-windows"]], "Configuration": [[5, "configuration"]], "YAML Files": [[5, "yaml-files"], [66, "yaml-files"]], "DLT Files": [[5, "dlt-files"]], "Configuration Flow": [[5, "configuration-flow"], [66, "configuration-flow"]], "Configuration Editor Tool": [[5, "configuration-editor-tool"]], "Platform ID": [[5, "platform-id"]], "Platform Configuration Files": [[5, "platform-configuration-files"]], "Platform ID Configuration": [[5, "platform-id-configuration"]], "Platform ID Detection using GPIOs": [[5, "platform-id-detection-using-gpios"]], "Common Configuration Categories": [[5, "common-configuration-categories"]], "Step-by-step Configuration Flow": [[5, "step-by-step-configuration-flow"]], "Files": [[5, "files"]], "Tools": [[5, "tools"], [96, "tools"]], "Process": [[5, "process"]], "Example Console Outputs": [[5, "example-console-outputs"]], "GPIO Configuration": [[5, "gpio-configuration"]], "GPIO / CFIO": [[5, "gpio-cfio"]], "GPIO Configurability": [[5, "gpio-configurability"]], "Processing of GPIO configurations": [[5, "processing-of-gpio-configurations"]], "Example configuration:": [[5, "example-configuration"]], "Contribution Guidelines": [[6, "contribution-guidelines"]], "Licensing": [[6, "licensing"]], "Coding Style": [[6, "coding-style"]], "Contribution Workflow": [[6, "contribution-workflow"]], "Source Level Debugging with Intel(R) SVT CCA": [[7, "source-level-debugging-with-intel-r-svt-cca"]], "Intel(R) Trace Hub": [[7, "intel-r-trace-hub"]], "Intel(R) Direct Connect Interface (DCI) technology": [[7, "intel-r-direct-connect-interface-dci-technology"]], "Intel(R) SVT CCA": [[7, "intel-r-svt-cca"]], "Intel(R) System Debugger": [[7, "intel-r-system-debugger"]], "Debug Environmment Setup": [[7, "debug-environmment-setup"]], "Intel(R) SVTCCA hardware setup": [[7, "intel-r-svtcca-hardware-setup"]], "FSP configuration": [[7, "fsp-configuration"]], "Intel(R) System Debugger setup": [[7, "intel-r-system-debugger-setup"]], "Debug steps": [[7, "debug-steps"]], "Source Level Debugging with Intel(R) UDK Debugger": [[8, "source-level-debugging-with-intel-r-udk-debugger"]], "Prerequisite": [[8, "prerequisite"]], "General Steps": [[8, "general-steps"]], "Boot from Flash": [[9, "boot-from-flash"]], "Creating Container image.": [[9, "creating-container-image"]], "Place the image in platform folder": [[9, "place-the-image-in-platform-folder"]], "BIOS BOOT": [[9, "bios-boot"]], "Boot options for Boot BIOS.": [[9, "boot-options-for-boot-bios"]], "Adding Container to PDR region using Stitching.": [[9, "adding-container-to-pdr-region-using-stitching"]], "Boot options for Boot from PDR.": [[9, "boot-options-for-boot-from-pdr"]], "Flash Map": [[10, "flash-map"]], "Flash Components": [[10, "flash-components"]], "Flash Layout": [[10, "flash-layout"]], "Firmware Support Package": [[11, "firmware-support-package"]], "Developer\u2019s Guide": [[12, "developer-s-guide"]], "Ingredients upgrade": [[13, "ingredients-upgrade"]], "FSP upgrade": [[13, "fsp-upgrade"]], "VBT upgrade": [[13, "vbt-upgrade"]], "Microcode upgrade": [[13, "microcode-upgrade"]], "Logging": [[14, "logging"]], "Memory Map": [[15, "memory-map"]], "Temporary Memory Layout": [[15, "temporary-memory-layout"]], "Memory Management": [[15, "memory-management"]], "Permanent Memory Map": [[15, "permanent-memory-map"]], "Memory Allocation within Slim Bootloader": [[15, "memory-allocation-within-slim-bootloader"]], "MemoryAllocationLib": [[15, "memoryallocationlib"]], "FullMemoryAllocationLib": [[15, "fullmemoryallocationlib"]], "OsLoader": [[16, "osloader"]], "Introduction": [[16, "introduction"], [55, "introduction"], [90, "introduction"]], "OsLoader Boot Flow": [[16, "osloader-boot-flow"]], "Payloads": [[17, "payloads"], [17, "id1"]], "Payload Types": [[17, "payload-types"]], "Multiple Payload Support": [[17, "multiple-payload-support"]], "Shell Interface": [[18, "shell-interface"]], "Source Tree Structure": [[19, "source-tree-structure"]], "Package Dependency": [[19, "package-dependency"]], "Stitch IFWI Image": [[20, "stitch-ifwi-image"]], "Versioning": [[21, "versioning"]], "Build Environment": [[22, "build-environment"]], "Building on Linux": [[22, "building-on-linux"]], "Build Tools Download - Ubuntu": [[22, "build-tools-download-ubuntu"]], "Build using Dockers (Optional)": [[22, "build-using-dockers-optional"]], "Building on Windows": [[22, "building-on-windows"]], "SBL Keys Generation": [[22, "spn-keys-generation"]], "Build Tools Download - Windows": [[22, "build-tools-download-windows"]], "SBL Build Steps": [[23, "spn-build-steps"]], "Download SBL": [[23, "download-spn"]], "Build Outputs": [[23, "build-outputs"]], "Clean": [[23, "clean"]], "Stitch IFWI": [[23, "stitch-ifwi"]], "Flash IFWI": [[23, "flash-ifwi"]], "Getting Started": [[24, "getting-started"]], "Miscellaneous: Dockers": [[25, "miscellaneous-dockers"]], "Miscellaneous: Proxy Settings": [[25, "miscellaneous-proxy-settings"]], "Add Fastboot Support": [[26, "add-fastboot-support"]], "Load from USB": [[26, "load-from-usb"]], "Load from SPI": [[26, "load-from-spi"]], "Add New Library": [[27, "add-new-library"]], "Create New Payload": [[28, "create-new-payload"]], "HelloWorld Payload": [[28, "helloworld-payload"]], "Boot ACRN Hypervisor": [[29, "boot-acrn-hypervisor"]], "Prerequisites": [[29, "prerequisites"], [76, "prerequisites"], [82, "prerequisites"], [83, "prerequisites"], [84, "prerequisites"], [86, "prerequisites"], [87, "prerequisites"], [88, "prerequisites"]], "Flash SBL": [[29, "flash-spn"]], "Boot Up": [[29, "boot-up"]], "Enter Fastboot Mode": [[29, "enter-fastboot-mode"]], "ACRN How-To": [[29, "acrn-how-to"]], "Upgrade SBL": [[29, "upgrade-spn"]], "Boot MicroPython": [[30, "boot-micropython"]], "How to Build MicroPython Payload Module": [[30, "how-to-build-micropython-payload-module"]], "How to Integrate MicroPython into Slim Bootloader": [[30, "how-to-integrate-micropython-into-slim-bootloader"]], "How to Enable MicroPython for Other Platforms": [[30, "how-to-enable-micropython-for-other-platforms"]], "Netboot / PXE boot with UEFI Payload": [[31, "netboot-pxe-boot-with-uefi-payload"]], "PXE Boot Through U-Boot Payload": [[32, "pxe-boot-through-u-boot-payload"]], "U-Boot Confiugration to enable PXE Boot Support": [[32, "u-boot-confiugration-to-enable-pxe-boot-support"]], "U-Boot Device Tree Changes": [[32, "u-boot-device-tree-changes"]], "Build Slim Bootloader with U-Boot as Payload": [[32, "build-slim-bootloader-with-u-boot-as-payload"]], "U-Boot Shell PXE Boot Commands": [[32, "u-boot-shell-pxe-boot-commands"]], "Boot Ubuntu": [[33, "boot-ubuntu"]], "Setup SBL OS Container Boot": [[33, "setup-spn-os-container-boot"]], "Boot VxWorks": [[34, "boot-vxworks"]], "Boot Windows with UEFI Payload": [[35, "boot-windows-with-uefi-payload"]], "Boot Linux as a Payload": [[36, "boot-linux-as-a-payload"]], "Building the Kernel": [[36, "building-the-kernel"]], "Building the initramfs": [[36, "building-the-initramfs"]], "Busybox": [[36, "busybox"]], "U-Root": [[36, "u-root"]], "Pre-built image": [[36, "pre-built-image"]], "Kernel Configuration": [[36, "kernel-configuration"], [36, "id3"]], "Enabling Linux Payload for SBL": [[36, "enabling-linux-payload-for-sbl"]], "Serial Output with Linux shell prompt": [[36, "serial-output-with-linux-shell-prompt"]], "PXE Boot using Linux & U-Root": [[36, "pxe-boot-using-linux-u-root"]], "U-Root Build": [[36, "u-root-build"]], "PXE Booting": [[36, "pxe-booting"]], "Boot Linux with U-Boot Payload": [[37, "boot-linux-with-u-boot-payload"]], "Build Instruction for U-Boot": [[37, "build-instruction-for-u-boot"]], "Prepare Slim Bootloader": [[37, "prepare-slim-bootloader"]], "Build Instruction for QEMU target": [[37, "build-instruction-for-qemu-target"]], "Test Linux booting on QEMU target": [[37, "test-linux-booting-on-qemu-target"]], "Build Instruction for LeafHill (APL) target": [[37, "build-instruction-for-leafhill-apl-target"]], "Build Instruction to use ELF U-Boot": [[37, "build-instruction-to-use-elf-u-boot"]], "Boot Zephyr": [[38, "boot-zephyr"]], "UP2 Board": [[38, "up2-board"], [82, "up2-board"]], "QEMU": [[38, "qemu"]], "Change Boot Options": [[39, "change-boot-options"]], "Change at Pre Build Time": [[39, "change-at-pre-build-time"]], "Change at Post Build time": [[39, "change-at-post-build-time"]], "Run CfgData Stitch Utility": [[39, "run-cfgdata-stitch-utility"]], "Outputs": [[39, "outputs"]], "Change at Runtime": [[39, "change-at-runtime"]], "Capture Boot Time Data": [[40, "capture-boot-time-data"]], "Configure Memory Down": [[41, "configure-memory-down"]], "GPIO / CFIO Configuration": [[42, "gpio-cfio-configuration"]], "GPIO config data": [[42, "gpio-config-data"]], "GenGpioData Tool": [[42, "gengpiodata-tool"]], "Run GenGpioData Tool": [[42, "run-gengpiodata-tool"]], "Create Container Boot Image": [[43, "create-container-boot-image"]], "Create IAS Boot Image": [[44, "create-ias-boot-image"]], "Customize Build": [[45, "customize-build"]], "Intel\u00ae TCC enable": [[46, "intel-tcc-enable"]], "Intel\u00ae TCC overview": [[46, "intel-tcc-overview"]], "Intel\u00ae TCC subregion": [[46, "intel-tcc-subregion"]], "Intel\u00ae TCC detail settings": [[46, "intel-tcc-detail-settings"]], "1. open SBL default configuration data": [[46, "open-sbl-default-configuration-data"]], "2. load the delta file": [[46, "load-the-delta-file"]], "3. change option to enable tcc": [[46, "change-option-to-enable-tcc"]], "4. save the change to delta file": [[46, "save-the-change-to-delta-file"]], "5. build SBL": [[46, "build-sbl"]], "Intel\u00ae TCC RTCM setting": [[46, "intel-tcc-rtcm-setting"]], "Step 1: Select boot flag": [[46, "step-1-select-boot-flag"]], "Step 2: Select image type": [[46, "step-2-select-image-type"]], "Step 3: Fill extra image name": [[46, "step-3-fill-extra-image-name"]], "Step 4: Save the change to delta file": [[46, "step-4-save-the-change-to-delta-file"]], "Update component in Intel\u00ae TCC subregion": [[46, "update-component-in-intel-tcc-subregion"]], "Step 1: Get the raw component binary": [[46, "step-1-get-the-raw-component-binary"]], "Step 2:Sign the raw component binary": [[46, "step-2-sign-the-raw-component-binary"]], "Step 3: Generate capsule image": [[46, "step-3-generate-capsule-image"], [47, "step-3-generate-capsule-image"]], "Step 4: Copy capsule image": [[46, "step-4-copy-capsule-image"], [47, "step-4-copy-capsule-image"]], "Step 5: Trigger firmware update": [[46, "step-5-trigger-firmware-update"], [47, "step-5-trigger-firmware-update"]], "TSN": [[47, "tsn"]], "Overview": [[47, "overview"], [66, "overview"]], "TSN container": [[47, "tsn-container"]], "Different options to update TSN container": [[47, "different-options-to-update-tsn-container"]], "TSN configuration settings": [[47, "tsn-configuration-settings"]], "1. Open SBL default configuration data": [[47, "open-sbl-default-configuration-data"]], "2. Load the delta file": [[47, "load-the-delta-file"]], "3. Change option to enable tsn": [[47, "change-option-to-enable-tsn"]], "4. Save the change to delta file": [[47, "save-the-change-to-delta-file"]], "5. Build SBL": [[47, "build-sbl"]], "TSN capsule generation": [[47, "tsn-capsule-generation"]], "Step 1: TSN raw binary generation": [[47, "step-1-tsn-raw-binary-generation"]], "Step 2: Sign and generate container for TSN": [[47, "step-2-sign-and-generate-container-for-tsn"]], "Enable Pre-OS Payload Support": [[48, "enable-pre-os-payload-support"]], "Enable TSN GbE SGMII": [[49, "enable-tsn-gbe-sgmii"]], "TSN GbE configuration settings": [[49, "tsn-gbe-configuration-settings"]], "Update configuration data with ConfigEditor GUI": [[49, "update-configuration-data-with-configeditor-gui"]], "1. Run the ConfigEditor.py tool from SBL source code": [[49, "run-the-configeditor-py-tool-from-sbl-source-code"]], "2. Open SBL default configuration data": [[49, "open-sbl-default-configuration-data"]], "3. Load the delta file": [[49, "load-the-delta-file"]], "4. Change options to enable TSN GbE SGMII": [[49, "change-options-to-enable-tsn-gbe-sgmii"]], "5. Save the changes to the delta file": [[49, "save-the-changes-to-the-delta-file"]], "Update configuration data directly on delta file": [[49, "update-configuration-data-directly-on-delta-file"]], "Enable Verified Boot": [[50, "enable-verified-boot"]], "How-Tos": [[51, "how-tos"]], "Integrate Multiple Payloads": [[52, "integrate-multiple-payloads"]], "Reduce debug messages": [[53, "reduce-debug-messages"]], "Slim Bootloader Project Documentation": [[54, "pn-project-documentation"]], "Design Philosophy": [[55, "design-philosophy"]], "Features": [[55, "features"]], "Frequently Asked Questions": [[55, "frequently-asked-questions"]], "References and Links": [[56, "references-and-links"]], "Terminology and Acronyms": [[57, "terminology-and-acronyms"]], "Boot Guard": [[58, "boot-guard"]], "Container Security": [[59, "container-security"]], "Auth Types Supported": [[59, "auth-types-supported"]], "Container Formats": [[59, "container-formats"]], "Container Firmware": [[59, "container-firmware"]], "Firmware Resiliency and Recovery": [[60, "firmware-resiliency-and-recovery"]], "Enabling Firmware Resiliency and Recovery": [[60, "enabling-firmware-resiliency-and-recovery"]], "Firmware Update": [[61, "firmware-update"]], "Generating capsule": [[61, "generating-capsule"]], "Component ID String": [[61, "component-id-string"]], "Generating Component Binaries for Capsule": [[61, "generating-component-binaries-for-capsule"]], "Generating SBL binary for capsule": [[61, "generating-sbl-binary-for-capsule"]], "Generating configuration data binary for capsule": [[61, "generating-configuration-data-binary-for-capsule"]], "Generating microcode binary for capsule": [[61, "generating-microcode-binary-for-capsule"]], "Generating Container Component binary for capsule": [[61, "generating-container-component-binary-for-capsule"]], "Capsule Definition": [[61, "capsule-definition"]], "Triggering Firmware Update": [[61, "triggering-firmware-update"], [68, "triggering-firmware-update"], [69, "triggering-firmware-update"], [70, "triggering-firmware-update"], [71, "triggering-firmware-update"], [72, "triggering-firmware-update"], [73, "triggering-firmware-update"], [74, "triggering-firmware-update"], [76, "triggering-firmware-update"], [77, "triggering-firmware-update"], [80, "triggering-firmware-update"], [81, "triggering-firmware-update"], [82, "triggering-firmware-update"], [83, "triggering-firmware-update"], [84, "triggering-firmware-update"], [85, "triggering-firmware-update"], [86, "triggering-firmware-update"], [87, "triggering-firmware-update"], [88, "triggering-firmware-update"], [89, "triggering-firmware-update"]], "Trigger Update From Linux Operating System": [[61, "trigger-update-from-linux-operating-system"]], "Trigger Update From Windows Operating System": [[61, "trigger-update-from-windows-operating-system"]], "Trigger Update From Shell": [[61, "trigger-update-from-shell"]], "Capsule Location": [[61, "capsule-location"]], "Firmware Update Status": [[61, "firmware-update-status"]], "Security Features": [[62, "security-features"]], "SBL Build and Sign": [[63, "sbl-build-and-sign"]], "Key Management": [[63, "key-management"]], "KEY ID and configurations": [[63, "key-id-and-configurations"]], "Keys Generation": [[63, "keys-generation"]], "Build Environment Configuration for Key ID usage": [[63, "build-environment-configuration-for-key-id-usage"]], "Measured Boot": [[64, "measured-boot"]], "Verified Boot": [[65, "verified-boot"]], "SBL Hash Store": [[65, "sbl-hash-store"]], "Verified Boot FLow": [[65, "verified-boot-flow"]], "SBL Configuration": [[66, "sbl-configuration"]], "Version": [[66, "version"]], "Purpose": [[66, "purpose"]], "Configuration Infrastructure": [[66, "configuration-infrastructure"]], "DLT File": [[66, "dlt-file"]], "Configuration Tools": [[66, "configuration-tools"], [91, "configuration-tools"]], "C Header Files": [[66, "c-header-files"]], "Binary Files": [[66, "binary-files"]], "Base Configuration Binary": [[66, "base-configuration-binary"]], "Default Configuration": [[66, "default-configuration"]], "Standalone/Custom External Configuration": [[66, "standalone-custom-external-configuration"]], "Configuration Blob Structure": [[66, "configuration-blob-structure"]], "SBL Configuration Tags": [[66, "sbl-configuration-tags"]], "Configuration BLOB Layout": [[66, "configuration-blob-layout"]], "Config BLOB Header": [[66, "config-blob-header"]], "Config Data": [[66, "config-data"]], "Multiple Platform Config Data Generation": [[66, "multiple-platform-config-data-generation"]], "Multiple Platform Config Data Merge": [[66, "multiple-platform-config-data-merge"]], "Configuration Description (YAML) Explained": [[66, "configuration-description-yaml-explained"]], "File Layout": [[66, "file-layout"]], "Meta-Data Markers": [[66, "meta-data-markers"]], "$ACTION": [[66, "action"]], "PAGE": [[66, "page"]], "$STRUCT": [[66, "struct"]], "YAML Tags": [[66, "yaml-tags"]], "!INCLUDE": [[66, "include"]], "!EXPAND": [[66, "expand"]], "Variable": [[66, "variable"]], "Template": [[66, "template"]], "Configs": [[66, "configs"]], "Configuration Option Nodes": [[66, "configuration-option-nodes"]], "NAME": [[66, "name"]], "TYPE": [[66, "type"]], "EditNum": [[66, "editnum"]], "EditText": [[66, "edittext"]], "Combo": [[66, "combo"]], "Table": [[66, "table"]], "Reserved": [[66, "reserved"]], "Constant": [[66, "constant"]], "Altpage": [[66, "altpage"]], "OPTION": [[66, "option"]], "HELP": [[66, "help"]], "CONDITION": [[66, "condition"]], "ORDER": [[66, "order"]], "LENGTH": [[66, "length"]], "VALUE": [[66, "value"]], "Delta (DLT) File Explained": [[66, "delta-dlt-file-explained"]], "DLT file rules": [[66, "dlt-file-rules"]], "Configuration Process": [[66, "configuration-process"]], "Specifications": [[67, "specifications"]], "Alder Lake Platforms": [[68, "alder-lake-platforms"]], "Supported Boards": [[68, "supported-boards"], [69, "supported-boards"], [70, "supported-boards"], [71, "supported-boards"], [72, "supported-boards"], [73, "supported-boards"], [74, "supported-boards"], [77, "supported-boards"], [80, "supported-boards"], [81, "supported-boards"], [85, "supported-boards"], [89, "supported-boards"]], "Debug UART": [[68, "debug-uart"], [69, "debug-uart"], [70, "debug-uart"], [71, "debug-uart"], [72, "debug-uart"], [73, "debug-uart"], [74, "debug-uart"], [76, "debug-uart"], [77, "debug-uart"], [80, "debug-uart"], [81, "debug-uart"], [85, "debug-uart"], [89, "debug-uart"]], "Building": [[68, "building"], [69, "building"], [70, "building"], [71, "building"], [72, "building"], [73, "building"], [74, "building"], [76, "building"], [77, "building"], [80, "building"], [81, "building"], [82, "building"], [83, "building"], [84, "building"], [85, "building"], [86, "building"], [87, "building"], [88, "building"], [89, "building"]], "Stitching": [[68, "stitching"], [69, "stitching"], [70, "stitching"], [71, "stitching"], [72, "stitching"], [73, "stitching"], [74, "stitching"], [76, "stitching"], [77, "stitching"], [80, "stitching"], [81, "stitching"], [82, "stitching"], [83, "stitching"], [84, "stitching"], [85, "stitching"], [86, "stitching"], [87, "stitching"], [88, "stitching"], [89, "stitching"]], "Flashing": [[68, "flashing"], [69, "flashing"], [70, "flashing"], [71, "flashing"], [72, "flashing"], [73, "flashing"], [74, "flashing"], [76, "flashing"], [77, "flashing"], [80, "flashing"], [81, "flashing"], [82, "flashing"], [83, "flashing"], [84, "flashing"], [85, "flashing"], [86, "flashing"], [87, "flashing"], [88, "flashing"], [89, "flashing"]], "Capsule image for Alder Lake": [[68, "capsule-image-for-adl"]], "Booting Yocto Linux": [[68, "booting-yocto-linux"], [69, "booting-yocto-linux"], [70, "booting-yocto-linux"], [72, "booting-yocto-linux"], [73, "booting-yocto-linux"], [74, "booting-yocto-linux"], [77, "booting-yocto-linux"], [80, "booting-yocto-linux"], [81, "booting-yocto-linux"]], "Apollo Lake CRB Boards": [[69, "apollo-lake-crb-boards"]], "Slimbootloader binary for capsule image": [[69, "slimbootloader-binary-for-capsule-image"], [72, "slimbootloader-binary-for-capsule-image"], [73, "slimbootloader-binary-for-capsule-image"], [81, "slimbootloader-binary-for-capsule-image"]], "Board ID Assignments": [[69, "board-id-assignments"], [71, "board-id-assignments"], [72, "board-id-assignments"], [73, "board-id-assignments"], [74, "board-id-assignments"], [81, "board-id-assignments"], [85, "board-id-assignments"], [89, "board-id-assignments"]], "Arrow Lake Platforms": [[70, "arrow-lake-platforms"]], "Capsule image for Arrow Lake": [[70, "capsule-image-for-arl"]], "Coffee Lake Refresh CRB Board": [[71, "coffee-lake-refresh-crb-board"]], "Slimbootloader binary for capsule": [[71, "slimbootloader-binary-for-capsule"], [76, "slimbootloader-binary-for-capsule"], [82, "slimbootloader-binary-for-capsule"], [83, "slimbootloader-binary-for-capsule"], [84, "slimbootloader-binary-for-capsule"], [85, "slimbootloader-binary-for-capsule"], [86, "slimbootloader-binary-for-capsule"], [87, "slimbootloader-binary-for-capsule"], [88, "slimbootloader-binary-for-capsule"], [89, "slimbootloader-binary-for-capsule"]], "Booting Yocto Linux from USB": [[71, "booting-yocto-linux-from-usb"], [82, "booting-yocto-linux-from-usb"], [85, "booting-yocto-linux-from-usb"], [89, "booting-yocto-linux-from-usb"]], "Booting Ubuntu": [[71, "booting-ubuntu"], [85, "booting-ubuntu"], [89, "booting-ubuntu"]], "Comet Lake RVP Board": [[72, "comet-lake-rvp-board"]], "Capsule image for Comet Lake": [[72, "capsule-image-for-cml"]], "Elkhart Lake CRB Board": [[73, "elkhart-lake-crb-board"]], "Capsule image for Elkhart Lake": [[73, "capsule-image-for-ehl"]], "Latest Milestone Release": [[73, "latest-milestone-release"]], "Ice Lake -D CRB Boards": [[74, "ice-lake-d-crb-boards"]], "Brightoncity Board (LCC)": [[74, "brightoncity-board-lcc"]], "Morocity Board (HCC)": [[74, "morocity-board-hcc"]], "SPI header on Brightoncity Board (R1K5)": [[74, "spi-header-on-brightoncity-board-r1k5"]], "SPI header on Morocity Board (J2G6)": [[74, "spi-header-on-morocity-board-j2g6"]], "Capsule image for ICX-D": [[74, "capsule-image-for-icxd"]], "Supported Hardware": [[75, "supported-hardware"]], "McLaren Island Board": [[76, "mtl-mcl-board"]], "Board Setup": [[76, "board-setup"], [82, "board-setup"], [83, "board-setup"], [84, "board-setup"], [86, "board-setup"], [87, "board-setup"], [88, "board-setup"]], "Before You Start": [[76, "before-you-start"], [82, "before-you-start"], [83, "before-you-start"], [84, "before-you-start"], [86, "before-you-start"], [87, "before-you-start"], [88, "before-you-start"]], "Meteor Lake Platforms": [[77, "meteor-lake-platforms"]], "Capsule image for Meteor Lake": [[77, "capsule-image-for-mtl"]], "QEMU Virtual Platform": [[78, "qemu-virtual-platform"]], "Building SBL": [[78, "building-sbl"]], "Boot to Shell on QEMU Emulator": [[78, "boot-to-shell-on-qemu-emulator"]], "Boot to Yocto on QEMU Emulator": [[78, "boot-to-yocto-on-qemu-emulator"]], "Boot to a Container Image on QEMU": [[78, "boot-to-a-container-image-on-qemu"]], "Simics\u00ae QSP Virtual Platform": [[79, "simics-qsp-virtual-platform"]], "What is Simics\u00ae?": [[79, "what-is-simics"]], "Setting up Simics\u00ae Simulator": [[79, "setting-up-simics-simulator"]], "Building SBL for Simics QSP": [[79, "building-spn-for-simics-qsp"]], "Boot to Shell on QSP Simics": [[79, "boot-to-shell-on-qsp-simics"]], "Raptor Lake Platforms": [[80, "raptor-lake-platforms"]], "Capsule image for Raptor Lake": [[80, "capsule-image-for-rpl"]], "Tiger Lake RVP Board": [[81, "tiger-lake-rvp-board"]], "Capsule image for Tiger Lake": [[81, "capsule-image-for-tgl"]], "Booting Pre-installed Ubuntu from eMMC": [[82, "booting-pre-installed-ubuntu-from-emmc"]], "UP2 6000 Board": [[83, "up26000-board"]], "UP Squared Pro 7000 Edge Board": [[84, "upx7000-board"]], "UP Xtreme Board": [[85, "upx-board"]], "UP Xtreme i11 Board": [[86, "upx11-board"]], "UP Xtreme i12 Board": [[87, "upx12-board"]], "UP Xtreme i12 13th Board": [[88, "upx12rplp-board"]], "Whiskey Lake CRB Board": [[89, "whiskey-lake-crb-board"]], "Build Tool": [[90, "build-tool"]], "Usage": [[90, "usage"], [91, "usage"]], "Working": [[90, "working"]], "CfgDataTool": [[91, "cfgdatatool"]], "GenCfgData": [[91, "gencfgdata"]], "CfgDataStitch": [[91, "cfgdatastitch"]], "ConfigEditor": [[91, "configeditor"]], "Container Tool": [[92, "container-tool"]], "Image Types": [[92, "image-types"]], "1. Normal": [[92, "normal"]], "2. Classic Linux": [[92, "classic-linux"]], "3. Multiboot ELF": [[92, "multiboot-elf"]], "ACPI Table Update": [[92, "acpi-table-update"]], "Tool Usage": [[92, "tool-usage"]], "Gpio Tool": [[93, "gpio-tool"]], "Stitch Tool": [[94, "stitch-tool"]], "IFWI Image vs. SBL BIOS Image": [[94, "ifwi-image-vs-spn-bios-image"]], "uCode Utility": [[95, "ucode-utility"]], "Exercise \\- Boot to Linux": [[97, "exercise-boot-to-linux"]], "Exercise \\- Build SBL for QEMU": [[98, "exercise-build-spn-for-qemu"]], "Exercise \\- Corrupt SBL Component": [[99, "exercise-corrupt-spn-component"]], "CorruptComponentUtility (static corruption tool)": [[99, "corruptcomponentutility-static-corruption-tool"]], "corruptcomp (runtime corruption tool)": [[99, "corruptcomp-runtime-corruption-tool"]], "Behavior when SBL component is corrupted": [[99, "behavior-when-sbl-component-is-corrupted"]], "OBB Corruption Example": [[99, "obb-corruption-example"]], "IBB Corruption Example": [[99, "ibb-corruption-example"]], "Exercise \\- Debug SBL on QEMU with GDB": [[100, "exercise-debug-spn-on-qemu-with-gdb"]], "Prepare SBL QEMU image": [[100, "prepare-sbl-qemu-image"]], "Launch QEMU target": [[100, "launch-qemu-target"]], "Launch GDB": [[100, "launch-gdb"]], "Transit Stage1A to Stage1B": [[100, "transit-stage1a-to-stage1b"]], "Transit Stage1B to Stage2": [[100, "transit-stage1b-to-stage2"]], "Transit Stage2 to Payload": [[100, "transit-stage2-to-payload"]], "Exercise \\- Feature Customization - Boot Order": [[101, "exercise-feature-customization-boot-order"]], "Exercise \\- Feature Customization - Splash": [[102, "exercise-feature-customization-splash"]], "Exercise \\- Feature Customization - Verified Boot": [[103, "exercise-feature-customization-verified-boot"]], "Exercise \\- Run SBL on QEMU": [[104, "exercise-run-spn-on-qemu"]], "Exercise \\- SBL Shell/CLI": [[105, "exercise-sbl-shell-cli"]], "Exercise \\- UEFI Payload": [[106, "exercise-uefi-payload"]], "Tutorials": [[107, "tutorials"]]}, "indexentries": {}}) \ No newline at end of file diff --git a/security/boot-guard.html b/security/boot-guard.html index 0292bc68..2448a12f 100644 --- a/security/boot-guard.html +++ b/security/boot-guard.html @@ -126,7 +126,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/security/container-security.html b/security/container-security.html index 956eb0b2..700b5041 100644 --- a/security/container-security.html +++ b/security/container-security.html @@ -212,7 +212,7 @@

Container Firmware

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/security/firmware-resiliency-and-recovery.html b/security/firmware-resiliency-and-recovery.html index f5d58c55..574e3088 100644 --- a/security/firmware-resiliency-and-recovery.html +++ b/security/firmware-resiliency-and-recovery.html @@ -232,7 +232,7 @@

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/security/firmware-update.html b/security/firmware-update.html index bbcc9857..f79acb93 100644 --- a/security/firmware-update.html +++ b/security/firmware-update.html @@ -638,7 +638,7 @@

Firmware Update Status

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/security/index.html b/security/index.html index 67f96a1d..5bc1e3a9 100644 --- a/security/index.html +++ b/security/index.html @@ -153,7 +153,7 @@

Security Features

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/security/key-management.html b/security/key-management.html index 04f6e4df..98fbbcac 100644 --- a/security/key-management.html +++ b/security/key-management.html @@ -287,7 +287,7 @@

Build Environment Configuration for Key ID usage

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/security/measured-boot.html b/security/measured-boot.html index 9477f9e1..0b8afc38 100644 --- a/security/measured-boot.html +++ b/security/measured-boot.html @@ -124,7 +124,7 @@

Measured Boot

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/security/verified-boot.html b/security/verified-boot.html index 68392c57..36a12ab2 100644 --- a/security/verified-boot.html +++ b/security/verified-boot.html @@ -146,7 +146,7 @@

Verified Boot FLow

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/specs/config.html b/specs/config.html index daf78446..7ef70b92 100644 --- a/specs/config.html +++ b/specs/config.html @@ -1132,7 +1132,7 @@

Configuration Process

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/specs/index.html b/specs/index.html index 2357903a..d74e9354 100644 --- a/specs/index.html +++ b/specs/index.html @@ -110,7 +110,7 @@

Specifications

© Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

diff --git a/supported-hardware/adl-rvp.html b/supported-hardware/adl-rvp.html index 0f0ac047..34df6a06 100644 --- a/supported-hardware/adl-rvp.html +++ b/supported-hardware/adl-rvp.html @@ -65,6 +65,7 @@
  • Apollo Lake CRB Boards
  • +
  • Arrow Lake Platforms
  • Coffee Lake Refresh CRB Board
  • Comet Lake RVP Board
  • Elkhart Lake CRB Board
  • @@ -372,7 +373,7 @@

    Booting Yocto Linux

    © Copyright 2018 - 2025, Intel Corporation. - Last updated on Mar 04, 2025. + Last updated on Mar 06, 2025.

    diff --git a/supported-hardware/apollo-lake-crb.html b/supported-hardware/apollo-lake-crb.html index 72fb1a32..13ae6e99 100644 --- a/supported-hardware/apollo-lake-crb.html +++ b/supported-hardware/apollo-lake-crb.html @@ -22,7 +22,7 @@ - + @@ -66,6 +66,7 @@
  • Board ID Assignments
  • +
  • Arrow Lake Platforms
  • Coffee Lake Refresh CRB Board
  • Comet Lake RVP Board
  • Elkhart Lake CRB Board
  • @@ -256,14 +257,14 @@

    Board ID Assignments