summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-01Pin mbedtls to version 2.2.1Ryan Harkin
Version 2.3.0 doesn't compile with ARM-TF due to unused but set variables: CC plat/arm/css/common/css_bl1_setup.c /working/platforms/mbedtls/library/x509_crt.c: In function 'mbedtls_x509_crt_parse': /working/platforms/mbedtls/library/x509_crt.c:972:39: error: unused variable 'total_failed' [-Werror=unused-variable] int success = 0, first_error = 0, total_failed = 0; ^ /working/platforms/mbedtls/library/x509_crt.c:972:22: error: unused variable 'first_error' [-Werror=unused-variable] int success = 0, first_error = 0, total_failed = 0; ^ /working/platforms/mbedtls/library/x509_crt.c:972:9: error: unused variable 'success' [-Werror=unused-variable] int success = 0, first_error = 0, total_failed = 0; ^ So pin our manifest to the last known-good version: 2.2.1. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-08-01Use upstream uefi-toolsRyan Harkin
We no longer need to keep a fork of uefi-tools so move to the upstream repo. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-07-20Update LSK kernel for 16.07 releasearmlt-20160720-001armlt-16.07Ryan Harkin
The Juno device trees were updated to change the mali compatible string to "mali-midguard" as requested by MPG. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-07-13Update manifests in prep for 16.07 releasearmlt-20160714-001Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-07-13Update acpica tools for 16.07 releaseRyan Harkin
After discussion with LEG on IRC, Graeme Gregory proposed that we move our acpica tools to version 20160527. As we manually pin the acpica tools in the manifest to a specific version, this commit updates us to 20160527. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-07-01Fix pinned-latest upstreamarmlt-16.06-00116.06Ryan Harkin
The upstream field in the pinned-latest.xml manifest was accidentally changed to the LSK tree. The upstream isn't actually used by us, but it really should be correct. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-06-24Update 16.06 kernel for PCIe Juno R2 problemarmlt-16.06Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-06-22Update for 16.06Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-06-01Update upstream reposarmlt-20160622-001Ryan Harkin
Update the upstream repos that I don't modify internally. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-06-01Rebase u-boot and UEFI to latest upstreamRyan Harkin
The u-boot and UEFI trees are updated to the latest upstream code from the end of May 2016. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-24Update build-scripts to fix TC2 kernel configarmlt-16.0516.05Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-23Update build-scripts to fix TC2 ramidsk-oe.imgarmlt-20160523-001Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-18Update build-scripts to use armlt brancharmlt-20160518-002Ryan Harkin
The build-scripts branching strategy has changed: master - this is the branch shared with ARM armlt - this is the branch with ARMLT specific stuff on YY.MM - this is the monthly release branch for ARMLT We also update the pinned SHA to use the latest ARMLT scripts. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-18Update ARM-TF in pinned manifestsarmlt-20160518-001Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-18Update kernels in pinned manifestsRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-13Update LSK 3.18 in pinned-lsk.xmlRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-12Update the recovery image in pinned manifestsarmlt-20160512-002Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-12Update recovery in all manifestsarmlt-20160512-001Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-12Fix latest kernel in pinned manifestRyan Harkin
I accidentally set the LSK sha as the latest kernel. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-11Update build-scripts in pinned manifestsRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-11Update to latest upstream trees in pinned manifestsRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-11Update OpenPlatformPkg in pinned manifestsRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-11Update u-boot in pinned manifestsRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-11Revert pinned-lsk.xml kernel-release SHA ID updateRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-11Update EDK2 in pinned manifestsRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-10Update pinned manifests for new build scriptsRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-03Move OpenPlatformPkg inside edk2 treeRyan Harkin
Instead of having OpenPlatformPkg as a separate tree under ${workspace}/uefi, host it inside the edk2 tree at the correct place. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-04-22Update pinned maifests for 16.04armlt-16.0416.04Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-04-15Move uefi-tools and acpica to the tools dirRyan Harkin
Move uefi-tools and acpica to the tools directory rather than the uefi directory. This mirrors the way things are done in the original build scripts from ARM. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-03-22Update pinned manifestsarmlt-20160322-001armlt-16.0316.03Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-02-26Update UEFI in pinned manifestsRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-02-26Update acpica tools for 16.03 uefi updateRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-02-26Sort manifests as per repo outputRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-02-26Swap name and path field to match pinnedRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-02-26Add upstream to non-pinned manifestsRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-02-26Add pinned-uefi.xml and fix up uefi.xmlRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-02-26Create manifest for just UEFI variantsJames King
Change-Id: Ic7ee55c1f2abaab2494d3694345de0e981cef060 Signed-off-by: James King <james.king@arm.com>
2016-02-26Update build-scripts in pinned manifestsRyan Harkin
Use the latest build scripts containing the ACPI build steps. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-02-25Add acpica repo at a 20140926 releaseRyan Harkin
We want to build the acpica tools from source, but we don't want to track the latest version of the tools, so add it to the manifest pinned to a known good version. For 16.02 UEFI sources, this is the 20140926 release. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-02-19Revert ARM-TF to 16.01 releasearmlt-20160222Ryan Harkin
ARM Trusted Firmware is broken on Juno R1 at commit ID: 85df7e4 2016-02-18 Merge pull request #523 from jcastillo-arm/jc/genfw-791 [danh-arm] It was working previously in the 16.01 release: 84091c4 2016-01-18 Merge pull request #493 from yupluo01/yp/tf-issue-fix-doc-links [danh-arm] So revert to the 16.01 release for 16.02 and report the problem back to ARM. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-02-19Update pinned manifests for releaseRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-02-12Update pinned manifestsRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-02-12latest.xml: use ARMLT latest kernelarmlt-20160212-001Ryan Harkin
linux-linaro had gone the way of the dodo, so ARMLT are now maintaining their own latest kernel to track mainline linux. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-02-02add uefi-tools back inRyan Harkin
We previously removed uefi-tools (cloning from the upstream repo), but now we are going to build using the uefi-tools again, I've created my own clone of the repo so I can control the changes that go in. Building using uefi-tools is much simpler than maintaining a separate set of scripts. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-01-22Update pinned manifests for 16.01 releasearmlt-2016012216.01Ryan Harkin
note: the "latest" kernel has not been updated on purpose. There are no no features or bug fixes in the most recent linux-linaro, so we are skipping that update. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-01-14Use mbedtls masterRyan Harkin
ARM-TF needs the latest mbedtls to compile, but the manifest was pinning specifically to polarssl v1.3.9. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-01-13Add OpenPlatformPkgRyan Harkin
Add the OpenPlatformPkg git tree to the manifests. OpenPlatformPkg is the Linaro git tree used for the latest platform support code. All ARM Ltd platforms should be migrating to this tree. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-12-10Update pinned manifests for 15.12 release15.12Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-12-04Change to git protocol for busybox repoRyan Harkin
BusyBox is redirecting http to https and their certificate is invalid, so use the git:// URL instead. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-11-27Manifest changes to add OPTEE projectsAshutosh Singh
This change adds 3 OPTEE projects (os, client, linuxdriver) Change-Id: Ib7ada8bc8fd3de9887c9e368caec2b48b6748465 Signed-off-by: Ashutosh Singh <ashutosh.singh@arm.com>