Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sysarch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
description: "edk2 ref/branch/tag to checkout"
required: false
type: string
default: "edk2-stable202508"
default: "edk2-stable202511"
run-uefi:
description: "Run UEFI builds"
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sysarch_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run:
uses: ./.github/workflows/sysarch_ci.yml
with:
edk2-ref: edk2-stable202508
edk2-ref: edk2-stable202511
toolchain: arm-toolchain,gcc
run-uefi: true
run-baremetal: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sysarch_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
run:
uses: ./.github/workflows/sysarch_ci.yml
with:
edk2-ref: edk2-stable202508
edk2-ref: edk2-stable202511
toolchain: arm-toolchain
run-uefi: true
run-baremetal: true
Expand Down
4 changes: 2 additions & 2 deletions docs/common/uefi_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This guide captures the shared steps required to build any of the ACS UEFI appli
## Workspace setup
```bash
mkdir -p workspace && cd workspace
git clone -b edk2-stable202508 https://github.com/tianocore/edk2.git
git clone -b edk2-stable202511 https://github.com/tianocore/edk2.git
cd edk2
git submodule update --init --recursive
git clone https://github.com/tianocore/edk2-libc.git
Expand Down Expand Up @@ -53,4 +53,4 @@ source ShellPkg/Application/sysarch-acs/tools/scripts/acsbuild.sh <target>
- CMake presets apply only to bare-metal builds; edk2 builds always use `acsbuild.sh`

---
*Copyright (c) 2026, Arm Limited and Contributors. All rights reserved.*
*Copyright (c) 2026, Arm Limited and Contributors. All rights reserved.*
4 changes: 2 additions & 2 deletions docs/pfdi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ACS build requires that the following requirements are met, Please skip this if
#### Setup the workspace and clone required repositories
```
mkdir workspace && cd workspace
git clone -b edk2-stable202508 https://github.com/tianocore/edk2
git clone -b edk2-stable202511 https://github.com/tianocore/edk2
cd edk2
git submodule update --init --recursive
git clone https://github.com/tianocore/edk2-libc
Expand Down Expand Up @@ -178,4 +178,4 @@ PFDI ACS is distributed under Apache v2.0 License.

--------------

*Copyright (c) 2024-2025, Arm Limited and Contributors. All rights reserved.*
*Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved.*
4 changes: 2 additions & 2 deletions docs/sbsa/arm_sbsa_nist_user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Current release require the below tool:
Before you start the ACS build, ensure that the following requirements are met.

- Any mainstream Linux-based OS distribution running on a x86 or AArch64 machine.
- git clone the [EDK2 tree](https://github.com/tianocore/edk2). Recommended edk2 commit is edk2-stable202505
- git clone the [EDK2 tree](https://github.com/tianocore/edk2). Recommended edk2 commit is edk2-stable202511
- git clone the [EDK2 port of libc](https://github.com/tianocore/edk2-libc) to local <edk2_path>.
- Install GCC-ARM 14.3 [toolchain](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads).
- Install the build prerequisite packages to build EDK2.<br />
Expand Down Expand Up @@ -138,4 +138,4 @@ For more details on NIST STS, see: <https://doi.org/10.6028/NIST.SP.800-22r1a>

--------------

*Copyright (c) 2020, 2023-2025, Arm Limited and Contributors. All rights reserved.*
*Copyright (c) 2020, 2023-2026, Arm Limited and Contributors. All rights reserved.*
4 changes: 2 additions & 2 deletions tools/scripts/build_drtm_uefi.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## @file
# Copyright (c) 2024-2025, Arm Limited or its affiliates. All rights reserved.
# Copyright (c) 2024-2026, Arm Limited or its affiliates. All rights reserved.
# SPDX-License-Identifier : Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -40,7 +40,7 @@ fi
echo "Building DRTM ACS for UEFI"
if [ ! -d edk2 ]
then
git clone --recursive --branch edk2-stable202402 https://github.com/tianocore/edk2.git
git clone --recursive --branch edk2-stable202511 https://github.com/tianocore/edk2.git
git clone https://github.com/tianocore/edk2-libc edk2/edk2-libc
fi
cd ${WORK_DIR}/edk2
Expand Down
4 changes: 2 additions & 2 deletions tools/scripts/build_pfdi_uefi.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## @file
# Copyright (c) 2025, Arm Limited or its affiliates. All rights reserved.
# Copyright (c) 2025-2026, Arm Limited or its affiliates. All rights reserved.
# SPDX-License-Identifier : Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -40,7 +40,7 @@ fi
echo "Building Pfdi ACS for UEFI"
if [ ! -d edk2 ]
then
git clone --depth 1 --single-branch --branch edk2-stable202411 https://github.com/tianocore/edk2.git
git clone --depth 1 --single-branch --branch edk2-stable202511 https://github.com/tianocore/edk2.git
pushd edk2
git checkout 836942fbadb629050b866a8052e6af755bcdf623
git submodule update --init --recursive
Expand Down