diff --git a/README.md b/README.md index 8ddc89fe..a52bbfd9 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ The Arm SystemReady ACS test suite may run at a higher privilege level. An attac -------------------------------------------------------------------------------------------- | BSA Spec Version | BSA ACS Version | BSA Tag ID | Pre-Si Support | |-----------------------|:-------------------:|:-------------------:|:--------------------:| +| BSA v1.0(c) | v1.0.6 |v23.11_BootFramework | Yes | | BSA v1.0(c) | v1.0.6 | v23.09_REL1.0.6 | Yes | | BSA v1.0(c) | v1.0.5 | v23.07_REL1.0.5 | Yes | | BSA v1.0(c) | v1.0.4 | v23.03_REL1.0.4 | Yes | diff --git a/changelog.txt b/changelog.txt index 706ed0b4..1fb75d68 100644 --- a/changelog.txt +++ b/changelog.txt @@ -65,3 +65,10 @@ v23.09_1.0.6 * Linux version moved to v6.4 * Reference documents for PCIe exerciser functionality * Documentation changes + +v23.11_BootFramework +* Deprecating Baremetal support for RDN1 +* Introducing Bootwrapper support +* Replacing pal_print calls with val_print in val +* Addition of cmake files instead of Makefiles +* Code improvements needed when additional compiler flags are added diff --git a/prebuilt_images/ES_SR/v23.11_BootFramework/Bsa.efi b/prebuilt_images/ES_SR/v23.11_BootFramework/Bsa.efi new file mode 100644 index 00000000..9c8f1b6c Binary files /dev/null and b/prebuilt_images/ES_SR/v23.11_BootFramework/Bsa.efi differ diff --git a/prebuilt_images/IR/v23.11_BootFramework/Bsa.efi b/prebuilt_images/IR/v23.11_BootFramework/Bsa.efi new file mode 100644 index 00000000..7e6c9c30 Binary files /dev/null and b/prebuilt_images/IR/v23.11_BootFramework/Bsa.efi differ diff --git a/prebuilt_images/IR/v23.11_BootFramework/Shell.efi b/prebuilt_images/IR/v23.11_BootFramework/Shell.efi new file mode 100755 index 00000000..8de22014 Binary files /dev/null and b/prebuilt_images/IR/v23.11_BootFramework/Shell.efi differ