- Mar 10, 2021
-
-
Grant Likely authored
Build.sh is now carried in edk2-test repo. Drop it from this manifest. Signed-off-by:
Grant Likely <grant.likely@arm.com> Change-Id: Ib5f9fb29f9b2a564ea87ccafd2525f15604a32fe
-
- Feb 22, 2021
-
-
Grant Likely authored
The build script has been moved into the edk2-test repo. Use that copy instead of maintaining a copy here. Signed-off-by:
Grant Likely <grant.likely@arm.com> Change-Id: I5ef0e6b30da788a088e873cbe2fbfacd15952a2a
-
- Dec 03, 2020
-
-
This works fine and can save some build time. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Using ccache can save some build time. We do not use it automatically to stay on the safe side, but we can at least document it. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
- Oct 06, 2020
-
-
Grant Likely authored
The previous commit had put the parser tool in the root directory instead of under the /SCT. Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
Grant Likely authored
Instead of cherry picking files, copy the entire parser tool into the SCT output directory so it is available for post processing. Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
- Sep 02, 2020
-
-
Grant Likely authored
Signed-off-by:
Grant Likely <grant.likely@arm.com> Change-Id: I8dfed05383cab0c7eb35a7a2b10d3e3a836c173b
-
Grant Likely authored
The sct parser will be used for analyzing the SCT results. Add the SCT parser repo to the manifest and copy the parser.py tool into the output directory. Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
Grant Likely authored
Use a single remote for all of github instead of separate for each github path. Just reduces the number of lines in the file. Signed-off-by:
Grant Likely <grant.likely@arm.com> Change-Id: Iafb136830e9b5b55260950af896fb3401ca758d4
-
Grant Likely authored
Restore's the ',,' trick that I dropped from Stuart's original patch series when I squashed them together. Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
- Sep 01, 2020
-
-
Signed-off-by:
Stuart Yoder <stuart.yoder@arm.com> Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
build.sh unconditionally builds SCT both ARM (32-bit) and AARCH64, which means all users must have both cross compilers. Improve the usability by making the build target a command line option. Default will be AARCH64. Also, refactor common code between the builds and use a $BUILD_ARCH identify which arch is being built. Script now build only one target at a time instead of both. Signed-off-by:
Stuart Yoder <stuart.yoder@arm.com> Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
The SCT does not use GCC5_ARM_PREFIX, and thus SCT builds fall back to defaults based on what is found in the $PATH. For 32-bit SCT the default is arm-linux-gnueabihf- and unless you have that compiler in your $PATH the build fails. Set the SCT cross compile variables CROSS_COMPILE_64 and CROSS_COMPILE_32 so the settings are explicit and not defaults. Signed-off-by:
Stuart Yoder <stuart.yoder@arm.com> Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
- Aug 21, 2020
-
-
Grant Likely authored
Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
- Aug 11, 2020
-
-
Grant Likely authored
The build-breaking bug fixes have been merged into mainline. Switch back to the mainline repo for this project. Signed-off-by:
Grant Likely <grant.likely@arm.com> Change-Id: I22ded65782394025689c38e7f760ff80bd9c83a2
-
- Jul 29, 2020
-
-
Grant Likely authored
Put the versions.txt file into the staging directory so it gets included in the zip file. Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
Grant Likely authored
No need to carry a local copy in this manifest repo. Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
- Jul 24, 2020
-
-
Grant Likely authored
Refactor the build directory structure to match best-practice from UEFI developers. This moves the build directory out of the edk2 tree and sets up the environment appropriately to make it work. Also refactors zip file creation to put files in the correct locations and adds the boot script Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
Grant Likely authored
This script when added to the USB image will cause the SCT to automatically resume on reboots. Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
Grant Likely authored
The UEFI shell is needed by the SCT; build it here also Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
Grant Likely authored
Trivial formatting fixes. Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
Grant Likely authored
Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
Grant Likely authored
Document basic build instructions Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
Grant Likely authored
Adds a file containing version information and creates a zip file of the built SCT tests that can be unzipped onto a filesystem. Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
Grant Likely authored
Samer's branch has fixes for building the SCT against mainline EDK2. Use that branch until the fixes get merged into mainline edk2-test Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
- Jul 23, 2020
-
-
Grant Likely authored
Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
- Jul 22, 2020
-
-
Grant Likely authored
Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
Grant Likely authored
Signed-off-by:
Grant Likely <grant.likely@arm.com>
-