- Jun 19, 2023
-
-
Sahil authored
Change-Id: I82544fbb9cb3a79078717612ce656d99372ad50d
-
- Apr 13, 2023
-
-
Signed-off-by:
sahil <sahil@arm.com> Change-Id: Ieed7410a9fdee9191a2bc614bb2eaf4bfefda957
-
- Mar 24, 2023
-
-
Signed-off-by:
sahil <sahil@arm.com> Change-Id: I4a790c1de202f927eddff2e59829278ca775abe0
-
- Feb 15, 2023
-
-
Sahil authored
Signed-off-by:
sahil <sahil@arm.com> Change-Id: If38dc80e107e8ed9b46b4bc4fe5a5287108aee47
-
Sahil authored
Signed-off-by:
sahil <sahil@arm.com> Change-Id: I581788e4b915ff057763cffcb613f9056f46fc7e
-
- Jan 19, 2023
-
-
Signed-off-by:
sahil <sahil@arm.com> Change-Id: Ic9eb3cce745b783cd99c7ffdd7d92348e8d506dd
-
Python3 is required by default starting with repo-2.x. hence making python3 as default. Signed-off-by:
sahil <sahil@arm.com> Change-Id: Ie9a9c1525c2ad6ed04f5bfbd54468202d1382b00
-
As changes in OpenSSL source automatically trigger a new OpenSSL build when doing a clean build, there is no need to rebuild OpenSSL on every clean build if there are no changes in OpenSSL source or build-scripts. This change eliminates the unnecessary deletion of OpenSSL intermediates from do_clean() and improves the build efficiency. Signed-off-by:
sahil <sahil@arm.com> Change-Id: Icb28165b67dc7e5f1812a420ef0145acef4e1e9c
-
Signed-off-by:
sahil <sahil@arm.com> Change-Id: I0e10737ab0b49d24ba7a395df227d720bb0f6b25
-
- Sep 15, 2022
-
-
Signed-off-by:
sahil <sahil@arm.com> Change-Id: I203a595616ec76305ac4343ebed4ff1f4eeee5e3
-
Since version 2.7, Arm-TF requires OpenSSL version 3.0 or higher to be built. This patch builds OpenSSL-3.0.5 locally and makes necessary changes for a successful build of the stack. Signed-off-by:
sahil <sahil@arm.com> Change-Id: I79e1706e03f45efcb9a2caababc12955a36c3850
-
Migrating the 'newer_ctime' function, used in build-grub.sh, to framework.sh that will help other component build scripts to leverage the comparative functionality of newer_ctime. Signed-off-by:
sahil <sahil@arm.com> Change-Id: I9b16289db323f8335a3ef09852c50e0e698fb7cc
-
Signed-off-by:
sahil <sahil@arm.com> Change-Id: Ibd70ffe14abe2a429b20aae94bbfac905282f7c4
-
- Jun 30, 2022
-
-
Himanshu Sharma authored
This patch adds the packages to the check list that are found missing while using an Ubuntu 20.04 live-server image in the host system. Signed-off-by:
Himanshu Sharma <Himanshu.Sharma@arm.com> Change-Id: I2db24b502be37d3b9c5057f1a97451f2b43d2a85
-
- Jun 21, 2022
-
-
Signed-off-by:
Himanshu Sharma <Himanshu.Sharma@arm.com> Change-Id: I69ad0e1ac68c49c4e7a8423e773cd110a44418fd
-
Sahil authored
Signed-off-by:
sahil <sahil@arm.com> Change-Id: Ifbfa86df4b511a76d41584670f32ad28588ae5fa
-
Signed-off-by:
sahil <sahil@arm.com> Change-Id: If5e10591894ed2d261d55fc547a72ac28668c6fe
-
Configs SYSTEM_TRUSTED_KEYS and SYSTEM_REVOCATION_LIST are used to bake additional trusted X.509 keys directly into the kernel image, which can be used to verify kernel modules before loading them. As we are not adding any additional keys, hence disabling these configs. Signed-off-by:
sahil <sahil@arm.com> Change-Id: I8b06df4e76fdb763dba13dc11b60486564582d09
-
Sahil authored
nt_fw_config replaces plat_info sds strucutre which was passed from TF-BL31 stage to BL33. TF-BL2 will parse the sds structure and populate the nt_fw_config dtb file Signed-off-by:
sahil <sahil@arm.com> Change-Id: I1d977a5ff96b27c1ced453c613eeed9522023a97
-
This patch adds changes to build tf-a with trusted board boot enabled in build-arm-tf.sh file and package the output files in build-firmware-image.sh file. Signed-off-by:
sahil <sahil@arm.com> Change-Id: I4244ab428786c8cdb477829b97dfa9df8d9f2d10
-
Signed-off-by:
sahil <sahil@arm.com> Change-Id: I779c9c76a0c90838dc2b10f632c74ecda668fc19
-
- May 31, 2022
-
-
Sahil authored
N1SDP sensor library has been moved out from SCP code base to board-firmware. SCP_N1SDP_SENSOR_LIB_PATH variable is used to export path to sensor.a during SCP build. Signed-off-by:
sahil <sahil@arm.com> Change-Id: I6dd619a9321dc5ba82e77c7a97bb6f3b028926b8
-
Sahil authored
Signed-off-by:
sahil <sahil@arm.com> Change-Id: I9209e7766a6edd2f6dfa9bfe280500f4aa6d2936
-
- Apr 11, 2022
-
-
Perf utility is now built during Ubuntu build if ENABLE_PERF_BUILD flag is set to 1. Default value of this flag is 0. Signed-off-by:
sahil <sahil@arm.com> Change-Id: I0d9b68d0a6ab26f978cb96895b016665726e0d46
-
Signed-off-by:
sah01 <sahil@arm.com> Change-Id: I48604ec795d0b5eecce54fedcba179836edc9e85
-
- Oct 04, 2021
-
-
This patch introduces bash based build scripts to build n1sdp software components. - Each component has a separate build-[COMPONENT].sh bash shell script. - The script prepares disk images for BusyBox and Ubuntu filesystems with GRUB configurations. Change-Id: I6949cba125533233b6694e085e4312bc2e9e2807 Signed-off-by:
Khasim Syed Mohammed <khasim.mohammed@arm.com>
-
- Aug 31, 2021
-
-
Deepak Pandey authored
-