Skip to content

Commit ad47824

Browse files
Merge pull request #125 from rajatgoyal47/main
SystemReady SR, ES Release updates
2 parents cac3432 + 7c313ac commit ad47824

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed
32 MB
Binary file not shown.
32.4 MB
Binary file not shown.

changelog.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v23.09_SR_REL2.0.0_ES_REL1.3.0_IR_REL2.1.0
2+
**SystemReady SR ES IR**
3+
* Upgraded Linux kernel version to v6.4
4+
* Integration of edk2-test parser in the ACS image automation
5+
* BSA/SBSA : Test Bug Fixes & Enhancements
6+
* BSA/SBSA : Reference Documents for PCIe Exerciser
7+
* FWTS version upgraded to v23.07.00.
8+
* ES/SR : New LinuxBoot in grub with SetVirtualAddressMap enabled
9+
* ES/SR : Automatic running of SCRT Test suites
10+
* IR : Upgraded Yocto to Mickledore version
11+
* IR : Provision SecureBoot keys automatically
12+
* IR : ACS Integration for ability of boot sources supported by the Vendor
13+
* IR : ACS verification for coverage on boot and install devices enabled peripherals as per DT
14+
* IR : Device tree phase 2 update integration: Updated dt-validate and related scripts
15+
* IR : Automatic DHCP enable, ethtool and pin testing in the ACS Linux environment.
16+
117
v23.03_IR_2.0.0
218
**SystemReady IR**
319
* Upgraded Linux kernel to version 6.0

common/config/sr_es_common_config.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ EFITOOLS_SRC_TAG=v1.9.2
4545

4646
#Arm BSA source tag.
4747
#NOTE: If the value is NULL then the latest BSA source will be downloaded
48-
ARM_BSA_TAG=""
48+
ARM_BSA_TAG="v23.09_REL1.0.6"
4949

5050
#Arm SBSA source tag. Applicable only for SR build.
5151
#NOTE: If the value is NULL then the latest SBSA source will be downloaded
52-
ARM_SBSA_TAG=""
52+
ARM_SBSA_TAG="v23.09_REL7.1.3"
5353

5454
#Arm BBR source tag
5555
#NOTE: If the value is NULL then the latest BBR source will be downloaded
56-
ARM_BBR_TAG=""
56+
ARM_BBR_TAG="v23.09_SR_REL2.0.0_ES_REL1.3.0_IR_REL2.1.0"
5757

5858
#Arm LINUX ACS source tag
5959
#NOTE: If the value is NULL then the latest Linux ACS source will be downloaded
60-
ARM_LINUX_ACS_TAG=""
60+
ARM_LINUX_ACS_TAG="v23.09_SR_REL2.0.0_ES_REL1.3.0_IR_REL2.1.0"
6161

6262
#Buildroot version used for sbsa7.1
6363
BUILDROOT_SRC_VERSION=2022.08.1

0 commit comments

Comments
 (0)