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] 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 2b84cae..2ba5dd7 100644 --- a/developer-guides/boot-flow.html +++ b/developer-guides/boot-flow.html @@ -336,8 +336,8 @@ function to retrieve the location.


-

© 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 d687ed5..98dc045 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 d4b772a..ce4d107 100644 --- a/developer-guides/boot-performance.html +++ b/developer-guides/boot-performance.html @@ -241,8 +241,8 @@ to by the Firmware Performance Data Table (FPDT). Refer to ACPI Specification fo
-

© 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 20bae74..cb7b764 100644 --- a/developer-guides/bootimage.html +++ b/developer-guides/bootimage.html @@ -141,8 +141,8 @@ and can also load the boot image from a raw partition using the LBA number.


-

© 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 125093b..32dd3be 100644 --- a/developer-guides/build-system.html +++ b/developer-guides/build-system.html @@ -462,8 +462,8 @@ components inside it


-

© 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 70e818f..1be0bc4 100644 --- a/developer-guides/configuration.html +++ b/developer-guides/configuration.html @@ -519,8 +519,8 @@ for GPP_A3, and GPP_A4


-

© 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 3989bf2..9ba8956 100644 --- a/developer-guides/contributions.html +++ b/developer-guides/contributions.html @@ -152,8 +152,8 @@ and agrees to them.


-

© 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 89804eb..46dd4b8 100644 --- a/developer-guides/debugging-with-cca.html +++ b/developer-guides/debugging-with-cca.html @@ -433,8 +433,8 @@ status. If the breakpoint is set properly, then it should as below:


-

© 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 94b5cd1..cbcb106 100644 --- a/developer-guides/debugging-with-udk.html +++ b/developer-guides/debugging-with-udk.html @@ -334,8 +334,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/flash-boot.html b/developer-guides/flash-boot.html index 6b0e009..70f7057 100644 --- a/developer-guides/flash-boot.html +++ b/developer-guides/flash-boot.html @@ -219,8 +219,8 @@ below image, 0x3f8000 is the LBA offset of Container 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/flashmap.html b/developer-guides/flashmap.html index f308691..9b2cfa6 100644 --- a/developer-guides/flashmap.html +++ b/developer-guides/flashmap.html @@ -286,8 +286,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/fsp.html b/developer-guides/fsp.html index 6ad0432..4e1fc49 100644 --- a/developer-guides/fsp.html +++ b/developer-guides/fsp.html @@ -141,8 +141,8 @@ newer Intel silicons.


-

© 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 993125d..322ec0f 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 3135129..008d8cb 100644 --- a/developer-guides/ingredients-update.html +++ b/developer-guides/ingredients-update.html @@ -151,8 +151,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/logging.html b/developer-guides/logging.html index 8871a8e..2e19ce6 100644 --- a/developer-guides/logging.html +++ b/developer-guides/logging.html @@ -189,8 +189,8 @@ for verbosity. One can control debug messages in multiple ways by modifying the
-

© 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 01ed343..f0dc051 100644 --- a/developer-guides/memory-map.html +++ b/developer-guides/memory-map.html @@ -300,8 +300,8 @@ will be allocated to the 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/developer-guides/osloader.html b/developer-guides/osloader.html index 54b529e..842e6b2 100644 --- a/developer-guides/osloader.html +++ b/developer-guides/osloader.html @@ -144,8 +144,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/payload.html b/developer-guides/payload.html index af68761..7a8110b 100644 --- a/developer-guides/payload.html +++ b/developer-guides/payload.html @@ -177,8 +177,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/shell.html b/developer-guides/shell.html index 6ea9ed1..30df144 100644 --- a/developer-guides/shell.html +++ b/developer-guides/shell.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/developer-guides/source-tree.html b/developer-guides/source-tree.html index 54fd5c1..3ec98de 100644 --- a/developer-guides/source-tree.html +++ b/developer-guides/source-tree.html @@ -182,8 +182,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/stitching-ifwi.html b/developer-guides/stitching-ifwi.html index e147813..7e3f40d 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 6039bb5..14037e7 100644 --- a/developer-guides/versioning.html +++ b/developer-guides/versioning.html @@ -173,8 +173,8 @@ FSPV: ID($APLFSP$) REV(01040301)
-

© 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 6e86919..4a1fd7e 100644 --- a/genindex.html +++ b/genindex.html @@ -98,8 +98,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/getting-started/build-host-setup.html b/getting-started/build-host-setup.html index 477a046..28dcff3 100644 --- a/getting-started/build-host-setup.html +++ b/getting-started/build-host-setup.html @@ -220,8 +220,8 @@ For example: set OPENSSL_PATH=C:\Openssl\bin


-

© 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 f482fb5..2958878 100644 --- a/getting-started/build-source.html +++ b/getting-started/build-source.html @@ -174,8 +174,8 @@ used in the stitching step.


-

© 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 a38ab06..33b6f25 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -129,8 +129,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/getting-started/misc-build-setup.html b/getting-started/misc-build-setup.html index 2768c0f..a6065a7 100644 --- a/getting-started/misc-build-setup.html +++ b/getting-started/misc-build-setup.html @@ -161,8 +161,8 @@ docker run -it --rm --network=host --name=sbl -d -v $PWD:/tmp/work 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/add-fastboot.html b/how-tos/add-fastboot.html index 36f4ea0..7377ac2 100644 --- a/how-tos/add-fastboot.html +++ b/how-tos/add-fastboot.html @@ -232,8 +232,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-library.html b/how-tos/add-new-library.html index c377d68..c126c51 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 f6fe35d..a14fbed 100644 --- a/how-tos/add-new-payload.html +++ b/how-tos/add-new-payload.html @@ -193,8 +193,8 @@ updated by SBL at runtime code by SetPayloadId() function.


-

© 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 af9c0a2..c3d7e46 100644 --- a/how-tos/boot-acrn.html +++ b/how-tos/boot-acrn.html @@ -435,8 +435,8 @@ No BtGuard verification !
-

© 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 eaa398f..4368c66 100644 --- a/how-tos/boot-micropython.html +++ b/how-tos/boot-micropython.html @@ -247,8 +247,8 @@ MicroPython v1.12-700-g0e6ef4035 on 2020-09-04; SBL with x86
-

© 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 8e89923..76363ee 100644 --- a/how-tos/boot-netboot.html +++ b/how-tos/boot-netboot.html @@ -211,8 +211,8 @@ INF RuleOverride = BINARY USE = X64 UefiPayloadPkg/NetBoot/NetBoot.inf
-

© 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 88e51f7..7a32697 100644 --- a/how-tos/boot-pxe-uboot.html +++ b/how-tos/boot-pxe-uboot.html @@ -246,8 +246,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-ubuntu.html b/how-tos/boot-ubuntu.html index ffecabc..ebd2293 100644 --- a/how-tos/boot-ubuntu.html +++ b/how-tos/boot-ubuntu.html @@ -283,8 +283,8 @@ The commands are as follows in this 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/how-tos/boot-vxworks.html b/how-tos/boot-vxworks.html index bf76c83..261456a 100644 --- a/how-tos/boot-vxworks.html +++ b/how-tos/boot-vxworks.html @@ -308,8 +308,8 @@ ERROR: ipcom_drv_eth_init: drvname:gei, drvunit: 0
-

© 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 c45c37a..933cf50 100644 --- a/how-tos/boot-windows.html +++ b/how-tos/boot-windows.html @@ -217,8 +217,8 @@ Done!
-

© 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 70b857d..8743b39 100644 --- a/how-tos/boot-with-linux-payload.html +++ b/how-tos/boot-with-linux-payload.html @@ -584,8 +584,8 @@ Enter an option ('01' is the default, 'e' to edit kernel cmdline
-

© 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 e3cce47..12746eb 100644 --- a/how-tos/boot-with-u-boot-payload.html +++ b/how-tos/boot-with-u-boot-payload.html @@ -326,8 +326,8 @@ $ strip u-boot (removing symbol for reduced size)
-

© 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 4417b41..da4336d 100644 --- a/how-tos/boot-zephyr.html +++ b/how-tos/boot-zephyr.html @@ -259,8 +259,8 @@ threadA: Hello World from qemu_x86!
-

© 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 d5bc912..c4790f9 100644 --- a/how-tos/change-boot-option.html +++ b/how-tos/change-boot-option.html @@ -255,8 +255,8 @@ located


-

© 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 f1ba502..c83dbf9 100644 --- a/how-tos/collect-time-logs.html +++ b/how-tos/collect-time-logs.html @@ -143,8 +143,8 @@ debug serial output.


-

© 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 17db91b..baf658c 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 65a16cb..7da2de9 100644 --- a/how-tos/configure_gpio.html +++ b/how-tos/configure_gpio.html @@ -231,8 +231,8 @@ requirement this table can be updated.


-

© 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 47e6fc8..d7799ef 100644 --- a/how-tos/create-container-boot-image.html +++ b/how-tos/create-container-boot-image.html @@ -236,8 +236,8 @@ SysSize: 0x106D2A
-

© 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 507b1c1..f56cfb5 100644 --- a/how-tos/create-ias-boot-image.html +++ b/how-tos/create-ias-boot-image.html @@ -233,8 +233,8 @@ SysSize: 0x6F36C
-

© 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 2c51c80..dae160e 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 381ff9a..9938f57 100644 --- a/how-tos/enable-intel-tcc.html +++ b/how-tos/enable-intel-tcc.html @@ -396,8 +396,8 @@ And this delta file could be automatically applied when self.ENABLE_TCC is set i
-

© 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 f0eebbb..b5d2d43 100644 --- a/how-tos/enable-intel-tsn.html +++ b/how-tos/enable-intel-tsn.html @@ -374,8 +374,8 @@ Once the board reboots, the firmware update flow in SBL will begin. There may be
-

© 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 be7d554..b84eee0 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 8853707..ccc09eb 100644 --- a/how-tos/enable-tsn-gbe-sgmii.html +++ b/how-tos/enable-tsn-gbe-sgmii.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/enable-verified-boot.html b/how-tos/enable-verified-boot.html index 1a33ceb..a75bd79 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 141ab66..01e3191 100644 --- a/how-tos/index.html +++ b/how-tos/index.html @@ -241,8 +241,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/integrate-multiple-payloads.html b/how-tos/integrate-multiple-payloads.html index 5ee7238..4fac726 100644 --- a/how-tos/integrate-multiple-payloads.html +++ b/how-tos/integrate-multiple-payloads.html @@ -186,8 +186,8 @@ Multi-payload build option format:
-

© 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 f3c7e60..1206326 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 e0573ff..370fdb1 100644 --- a/index.html +++ b/index.html @@ -115,8 +115,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/introduction/index.html b/introduction/index.html index 1cdc3ca..9b51cd6 100644 --- a/introduction/index.html +++ b/introduction/index.html @@ -184,8 +184,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/references/references.html b/references/references.html index 0c69db0..18d83f2 100644 --- a/references/references.html +++ b/references/references.html @@ -107,8 +107,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/references/terminology.html b/references/terminology.html index 5721c31..3c3de7d 100644 --- a/references/terminology.html +++ b/references/terminology.html @@ -121,8 +121,8 @@ firmware ingredients to boot on Intel 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/search.html b/search.html index a4d0b7e..c48f2f0 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 7d7f6d3..0292bc6 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 0285ed1..956eb0b 100644 --- a/security/container-security.html +++ b/security/container-security.html @@ -211,8 +211,8 @@ Bootable container image is signed with RSA private key and the corresponding ha
-

© 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 77a0c99..f5d58c5 100644 --- a/security/firmware-resiliency-and-recovery.html +++ b/security/firmware-resiliency-and-recovery.html @@ -231,8 +231,8 @@ can be copied over to the backup partition and vice versa.


-

© 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 be19456..bbcc985 100644 --- a/security/firmware-update.html +++ b/security/firmware-update.html @@ -637,8 +637,8 @@ Starting Kernel ...
-

© 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 1f41ff4..67f96a1 100644 --- a/security/index.html +++ b/security/index.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/security/key-management.html b/security/key-management.html index 8e524ae..04f6e4d 100644 --- a/security/key-management.html +++ b/security/key-management.html @@ -286,8 +286,8 @@ others when KEY ID are used.


-

© 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 7f899cb..9477f9e 100644 --- a/security/measured-boot.html +++ b/security/measured-boot.html @@ -123,8 +123,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/verified-boot.html b/security/verified-boot.html index f1d8eae..68392c5 100644 --- a/security/verified-boot.html +++ b/security/verified-boot.html @@ -145,8 +145,8 @@ Public keys, which may be disseminated widely, and private keys, which are known
-

© 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 238a6d6..daf7844 100644 --- a/specs/config.html +++ b/specs/config.html @@ -1131,8 +1131,8 @@ build is also supported. Please see -

© 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 1eb7a93..2357903 100644 --- a/specs/index.html +++ b/specs/index.html @@ -109,8 +109,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/adl-rvp.html b/supported-hardware/adl-rvp.html index 8fc1f22..0f0ac04 100644 --- a/supported-hardware/adl-rvp.html +++ b/supported-hardware/adl-rvp.html @@ -371,8 +371,8 @@ Below is an 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/supported-hardware/apollo-lake-crb.html b/supported-hardware/apollo-lake-crb.html index 047b6c6..72fb1a3 100644 --- a/supported-hardware/apollo-lake-crb.html +++ b/supported-hardware/apollo-lake-crb.html @@ -262,8 +262,8 @@ terminal software to enable debug console from 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/supported-hardware/cfl-crb.html b/supported-hardware/cfl-crb.html index dcfc5e7..2c56744 100644 --- a/supported-hardware/cfl-crb.html +++ b/supported-hardware/cfl-crb.html @@ -314,8 +314,8 @@ where -i = Input file, -o = Output 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/supported-hardware/cml-rvp.html b/supported-hardware/cml-rvp.html index b9c2f7b..8c1d67e 100644 --- a/supported-hardware/cml-rvp.html +++ b/supported-hardware/cml-rvp.html @@ -357,8 +357,8 @@ Below is an 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/supported-hardware/ehl-crb.html b/supported-hardware/ehl-crb.html index 39ddfdc..bd3c38b 100644 --- a/supported-hardware/ehl-crb.html +++ b/supported-hardware/ehl-crb.html @@ -344,8 +344,8 @@ Below is an 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/supported-hardware/icdx-crb.html b/supported-hardware/icdx-crb.html index 3f4bcb5..7c344e9 100644 --- a/supported-hardware/icdx-crb.html +++ b/supported-hardware/icdx-crb.html @@ -335,8 +335,8 @@ Below is an 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/supported-hardware/index.html b/supported-hardware/index.html index e75df24..b731663 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 5eb433a..9e93c47 100644 --- a/supported-hardware/mtl-mcl.html +++ b/supported-hardware/mtl-mcl.html @@ -235,8 +235,8 @@ Below is an 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/supported-hardware/mtl-rvp.html b/supported-hardware/mtl-rvp.html index 8ebe324..94db56a 100644 --- a/supported-hardware/mtl-rvp.html +++ b/supported-hardware/mtl-rvp.html @@ -338,8 +338,8 @@ Below is an 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/supported-hardware/qemu.html b/supported-hardware/qemu.html index a667872..963fcd7 100644 --- a/supported-hardware/qemu.html +++ b/supported-hardware/qemu.html @@ -226,8 +226,8 @@ Refer to the
-

© 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 4a09676..c839601 100644 --- a/supported-hardware/qsp.html +++ b/supported-hardware/qsp.html @@ -217,8 +217,8 @@ Append public key hash into store: Success
-

© 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 f112613..50de291 100644 --- a/supported-hardware/raptor-lake.html +++ b/supported-hardware/raptor-lake.html @@ -323,8 +323,8 @@ Below is an 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/supported-hardware/tgl-rvp.html b/supported-hardware/tgl-rvp.html index 534f6d5..de3554f 100644 --- a/supported-hardware/tgl-rvp.html +++ b/supported-hardware/tgl-rvp.html @@ -341,8 +341,8 @@ Below is an 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/supported-hardware/up2-6000.html b/supported-hardware/up2-6000.html index 8eedfdb..f9e5e56 100644 --- a/supported-hardware/up2-6000.html +++ b/supported-hardware/up2-6000.html @@ -243,8 +243,8 @@ Below is an 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/supported-hardware/up2.html b/supported-hardware/up2.html index 6773a01..30bf1a5 100644 --- a/supported-hardware/up2.html +++ b/supported-hardware/up2.html @@ -269,8 +269,8 @@ If Boot Guard is enabled, please use StitchIfwi.py script instead.


-

© 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 4d74af2..ae8e3cc 100644 --- a/supported-hardware/up7000adln50.html +++ b/supported-hardware/up7000adln50.html @@ -244,8 +244,8 @@ Below is an 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/supported-hardware/upxtreme.html b/supported-hardware/upxtreme.html index 70ad572..f8202ea 100644 --- a/supported-hardware/upxtreme.html +++ b/supported-hardware/upxtreme.html @@ -315,8 +315,8 @@ where -i = Input file, -o = Output 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/supported-hardware/upxtremei11.html b/supported-hardware/upxtremei11.html index 0cd6f21..123daaa 100644 --- a/supported-hardware/upxtremei11.html +++ b/supported-hardware/upxtremei11.html @@ -243,8 +243,8 @@ Below is an 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/supported-hardware/upxtremei12.html b/supported-hardware/upxtremei12.html index 4511271..949db7b 100644 --- a/supported-hardware/upxtremei12.html +++ b/supported-hardware/upxtremei12.html @@ -252,8 +252,8 @@ Below is an 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/supported-hardware/upxtremei12rplp.html b/supported-hardware/upxtremei12rplp.html index d39e760..b995779 100644 --- a/supported-hardware/upxtremei12rplp.html +++ b/supported-hardware/upxtremei12rplp.html @@ -252,8 +252,8 @@ Below is an 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/supported-hardware/whl-crb.html b/supported-hardware/whl-crb.html index f40fb77..17fe358 100644 --- a/supported-hardware/whl-crb.html +++ b/supported-hardware/whl-crb.html @@ -314,8 +314,8 @@ where -i = Input file, -o = Output 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/tools/BuildTool.html b/tools/BuildTool.html index a85b7b6..b342b46 100644 --- a/tools/BuildTool.html +++ b/tools/BuildTool.html @@ -225,8 +225,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/ConfigTools.html b/tools/ConfigTools.html index 185f5f7..9df2a9d 100644 --- a/tools/ConfigTools.html +++ b/tools/ConfigTools.html @@ -189,8 +189,8 @@ merged and stitched into the final configuration blob.


-

© 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 ce84f67..156c37b 100644 --- a/tools/GenContainer.html +++ b/tools/GenContainer.html @@ -445,8 +445,8 @@ command line options will always overwrite the values in layout.txt.


-

© 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 bba6bf9..5b0d1f0 100644 --- a/tools/GpioTool.html +++ b/tools/GpioTool.html @@ -306,8 +306,8 @@ dlt : GPIO_CFG_DATA.GpioPinConfig0_GPP_A07 | 0x031885E1
-

© 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 022ea2c..93ce0f1 100644 --- a/tools/StitchTool.html +++ b/tools/StitchTool.html @@ -163,8 +163,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/UcodeUtility.html b/tools/UcodeUtility.html index 769702a..a8c3acc 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 808e879..8abc884 100644 --- a/tools/index.html +++ b/tools/index.html @@ -120,8 +120,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_boot_to_linux.html b/tutorials/ex_boot_to_linux.html index 23cce2b..1d82e11 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 dda5987..305695d 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 4717010..417fb0e 100644 --- a/tutorials/ex_corrupt_sbl_component.html +++ b/tutorials/ex_corrupt_sbl_component.html @@ -442,8 +442,8 @@ Starting Kernel ...
-

© 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 18713c0..1810675 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 @@ Now, it’s time to run loadthis again to re-load proper symbol.


-

© 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 fdfbf2c..920832e 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 d0754d6..0cadf04 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 0dfdb68..4811002 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 a497980..bf4bd15 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 a916eda..b900809 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 0687d47..c3f3e51 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 45c7ff0..c18fe6e 100644 --- a/tutorials/index.html +++ b/tutorials/index.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.