- Aug 31, 2023
-
-
G Edhaya Chandran authored
Fix for FWTS last_attempt_status issue
-
Gururaj Revankar authored
Signed-off-by:
gurrev01 <gururaj.revankar@arm.com>
-
- Aug 30, 2023
-
-
G Edhaya Chandran authored
Upgrade of Linux Kernel to v6.4 and support of additional TPM modules
-
Gururaj Revankar authored
Signed-off-by:
gurrev01 <gururaj.revankar@arm.com>
-
Gururaj Revankar authored
Signed-off-by:
gurrev01 <gururaj.revankar@arm.com>
-
Gururaj Revankar authored
Signed-off-by:
gurrev01 <gururaj.revankar@arm.com>
-
Gururaj Revankar authored
- removed sed commands since values are by default as required. - TPM kernel modules loaded as part of secureinit.sh - added spi-tegra210-quad modulie. - applying tpm-tis-spi-Add-hardware-wait-polling.patch to linux-6.4 as required by TPM module. Signed-off-by:
gurrev01 <gururaj.revankar@arm.com>
-
Gururaj Revankar authored
Signed-off-by:
gurrev01 <gururaj.revankar@arm.com>
-
- Aug 21, 2023
-
-
G Edhaya Chandran authored
Enhancments to verify_tpm_measurements.py and addition of various package to Yocto and Buildroot
-
Amrathesh .. authored
- enabled generic commands that are useful in day to day debugging. - enabled lsusb dump in IR init.sh Signed-off-by:
Amrathesh <amrathesh@arm.com> Change-Id: Idd35779d392730bdbdabc65ace1e902855f468f9
-
Amrathesh .. authored
- network manager package automatically discovers ethernet and configures the link using DHCP - /etc/resolv.conf populated with DNS servers enables name resolving service. - ethtool is added to print debug data for ethernet does network bringup. - moved priority of init.sh to 99, so that other startup scripts are run before it Signed-off-by:
Amrathesh <amrathesh@arm.com>
-
Amrathesh .. authored
- logic changes to automatically detect pcr entries sha256 or stronger, and match the pcr and eventlog. - the script is capable in detecting any stronger hashing pcr entries. - added exception handling. Signed-off-by:
Amrathesh <amrathesh@arm.com>
-
- Aug 18, 2023
-
-
G Edhaya Chandran authored
Upgraded FWTS and SCT software versions
-
Gururaj Revankar authored
-FWTS version upgraded to 23.07.00 -SCT tag updated to 315e3a56a6d9261d4fad4c1950f2d01a052eeba4 Signed-off-by:
gurrev01 <gururaj.revankar@arm.com>
-
- Aug 03, 2023
-
-
G Edhaya Chandran authored
Add "console=ttyS0 console=tty0" to linux boot command.
-
Gururaj Revankar authored
Signed-off-by:
gurrev01 <gururaj.revankar@arm.com>
-
G Edhaya Chandran authored
GRUB and UEFI shell linux boot commands upadated for ES and SR ACS images
-
Gururaj Revankar authored
-GRUB and UEFI shell linux boot commands were different -Made it almost similar with changes -New UEFI command : Image initrd=\ramdisk-buildroot.img debug crashkernel=512M,high log_buf_len=1M print-fatal-signals=1 efi=debug acpi=on earlycon systemd.log_target=null plymouth.ignore-serial-consoles -New GRUb comand : linux /Image rootwait debug crashkernel=512M log_buf_len=1M print-fatal-signals=1 efi=debug acpi=on earlycon initrd /ramdisk-buildroot.img Signed-off-by:
gurrev01 <gururaj.revankar@arm.com>
-
G Edhaya Chandran authored
Update source URL for FWTS
-
G Edhaya Chandran authored
Add Buildroot instructions to the IR Yocto and 32b READMEs
-
Gururaj Revankar authored
Signed-off-by:
gurrev01 <gururaj.revankar@arm.com>
-
- Jul 20, 2023
-
-
Vincent Stehle authored
Update the instructions in the IR 32b README to detail how to build the firmware and Qemu with Buildroot. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehle authored
Update the instructions in the IR Yocto README to be more in sync with the IR Guide[1] and thus detail how to build the firmware and Qemu with Buildroot. [1]: https://developer.arm.com/documentation/DUI1101/2-0/Run-the-ACS-IR-image-on-QEMU Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
- Jun 23, 2023
-
-
G Edhaya Chandran authored
Mount logic improved in init.sh
-
Gururaj Revankar authored
-blkid used to find the current partition with label "BOOT". -mount the current partition on /mnt. -Label name changed from "boot" to "BOOT" for IR band. Signed-off-by:
gurrev01 <gururaj.revankar@arm.com>
-
- Jun 19, 2023
-
-
G Edhaya Chandran authored
RESULTS partition in the ACS Image is retired
-
Gururaj Revankar authored
-Logs will be now saved in BOOT partition /acs_results directory. -Build scripts and READMEs are updated. -This applies for images of all bands ES, SR and IR. Signed-off-by:
gurrev01 <gururaj.revankar@arm.com>
-
- Jun 02, 2023
-
-
G Edhaya Chandran authored
Enable SCRT to run from startup.nsh
-
G Edhaya Chandran authored
Please see the related commit: https://github.com/ARM-software/bbr-acs/commit/4c19c6d4ff1c913f473cad211ae76b636064529b for more details
-
G Edhaya Chandran authored
Upgraded the edk2 version to edk2-stable202305
-
G Edhaya Chandran authored
-
- May 29, 2023
-
-
G Edhaya Chandran authored
sie-keys: use perl-native instead of depending on host
-
- May 24, 2023
-
-
G Edhaya Chandran authored
verify_tpm_measurements: Fix TPM compare() error
-
- May 23, 2023
-
-
marcjones-ampere authored
The script fails with the following: Traceback (most recent call last): File "/bin/verify_tpm_measurements.py", line 92, in <module> compare() File "/bin/verify_tpm_measurements.py", line 82, in compare if flag == 1 : UnboundLocalError: local variable 'flag' referenced before assignment Assign a default value to flag and fix the logic to track a failure on any line and report it. Signed-off-by:
Nhi Pham <nhi@os.amperecomputing.com>
-
- May 20, 2023
-
-
chetan singh rathore authored
Adding BF rshim support to ACS
-
- May 19, 2023
-
-
Chetan Rathore authored
-
- May 18, 2023
-
-
G Edhaya Chandran authored
Check if PCR register entry is present in event log
-
Gururaj Revankar authored
-Check added to see if the PCR register entry is present at the end of eventlog before comparing PCR logs with the PCR entry in eventlog Signed-off-by:
gurrev01 <gururaj.revankar@arm.com>
-
- May 17, 2023
-
-
G Edhaya Chandran authored
ebbr-sct.bb recipe updated for edk2-test patches
-
- May 16, 2023
-
-
Gururaj Revankar authored
Signed-off-by:
gurrev01 <gururaj.revankar@arm.com>
-