Skip to content

Commit b46877b

Browse files
authored
Merge pull request #171 from Guru9902/main
Updated common_configs for SR_REL2.1.0 ES_REL1.4.0 IR_REL2.1.1 release
2 parents 739bccd + d5522f8 commit b46877b

3 files changed

Lines changed: 15 additions & 16 deletions

File tree

IR/Yocto/meta-woden/recipes-acs/bsa-acs-drv/bsa-acs-drv.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ MODULE_NAME = "bsa_acs"
1919

2020
do_configure(){
2121
cd ${S}/linux-acs/acs-drv/files/
22-
./setup.sh ${S}/bsa-acs
22+
./bsa_setup.sh ${S}/bsa-acs
2323
}
2424

2525
do_compile() {

common/config/common_config.cfg

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,34 +37,33 @@ SCT_SRC_TAG=032822757792c5d4d0bfed1fd8524e69ef4f2d17
3737
# GRUB2 source from https://github.com/rhboot/grub2.git
3838
GRUB_SRC_TAG=grub-2.06
3939

40-
ARM_BSA_VERSION=v1.0.6
40+
ARM_BSA_VERSION=v1.0.8
4141
#Arm BSA source tag.
4242
#NOTE: If the value is NULL then the latest BSA source will be downloaded
43-
ARM_BSA_TAG=""
43+
ARM_BSA_TAG="c9163970347679143d5633aa1256aea22aa983d2"
4444

4545
#Arm BBR source tag
4646
#NOTE: If the value is NULL then the latest BBR source will be downloaded
47-
ARM_BBR_TAG=""
47+
ARM_BBR_TAG="191a5c56d44b4ed5ccd9db2157ec052e4a96698f"
4848

4949
#Arm LINUX ACS source tag
5050
#NOTE: If the value is NULL then the latest Linux ACS source will be downloaded
51-
ARM_LINUX_ACS_TAG=""
51+
ARM_LINUX_ACS_TAG="751e4faf2c56fd69c99d597fa57585720476fbf1"
5252

5353
# EDK2-LIBC source tag from https://github.com/tianocore/edk2-libc
5454
EDK2_LIBC_SRC_TAG=c32222fed9927420fc46da503dea1ebb874698b6
5555

5656
#edk2-test-parser version
57-
EDK2_TEST_PARSER_TAG=e8cdb692592d2a152cb87cf4d9fbd7ba2ae8b405
57+
EDK2_TEST_PARSER_TAG=48a246a4b91a535c010e96896e2fab8f8062adf8
5858

5959
#SystemReady ACS version
6060
ACS_VERSION=""
6161

62-
6362
# This might be used by IR 1.0 busybox
64-
63+
6564
#Linux kernel version. Source downloaded from https://github.com/torvalds/linux.git
66-
LINUX_KERNEL_VERSION=6.4
67-
65+
LINUX_KERNEL_VERSION=6.6
66+
6867
#BusyBox source tag : https://git.busybox.net/busybox/
6968
BUSYBOX_SRC_VERSION=1_34_stable
7069

@@ -76,4 +75,4 @@ LINARO_TOOLS_VERSION=7.5.0-2019.12
7675
GCC=tools/gcc-linaro-${LINARO_TOOLS_VERSION}-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-
7776

7877
#FWTS source tag from git://kernel.ubuntu.com/hwe/fwts.git
79-
FWTS_SRC_VERSION=v23.07.00
78+
FWTS_SRC_VERSION=v24.01.00

common/config/sr_es_common_config.cfg

Lines changed: 5 additions & 5 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="v24.03_REL1.0.8"
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="v24.03_REL7.1.5"
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="v24.03_SR_REL2.1.0_ES_REL1.4.0_IR_REL2.1.1"
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="v24.03_SR_REL2.1.0_ES_REL1.4.0_IR_REL2.1.1"
6161

6262
#Buildroot version used for sbsa7.1
6363
BUILDROOT_SRC_VERSION=2022.08.1
@@ -70,4 +70,4 @@ CROSS_COMPILER_URL=https://developer.arm.com/-/media/Files/downloads/gnu/${GCC_T
7070
GCC=tools/arm-gnu-toolchain-${GCC_TOOLS_VERSION}-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-
7171

7272
#edk2-test-parser version
73-
EDK2_TEST_PARSER_TAG=v2023.04
73+
EDK2_TEST_PARSER_TAG=48a246a4b91a535c010e96896e2fab8f8062adf8

0 commit comments

Comments
 (0)