summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add support for Juno r1 in the platform reset handlerSandrine Bailleux2015-03-242-22/+80
| | |/ | |/|
* | | Merge pull request #273 from achingupta/ag/genfw-389achingupta2015-03-261-6/+12
|\ \ \
| * | | Set group status of PPIs and SGIs correctly on GICv3 systemsAchin Gupta2015-03-201-6/+12
| |/ /
* | | Merge pull request #270 from vikramkanigiri/vk/a72_cpu_supportdanh-arm2015-03-192-0/+301
|\ \ \ | |/ / |/| |
| * | Add support for ARM Cortex-A72 processorVikram Kanigiri2015-03-182-0/+301
| |/
* | Merge pull request #263 from jcastillo-arm/jc/tbb_sha256_intdanh-arm2015-03-172-2/+0
|\ \
| * | TBB: remove PolarSSL SHA1 functions from the binaryJuan Castillo2015-03-112-2/+0
* | | Merge pull request #269 from vikramkanigiri/vk/common-ccidanh-arm2015-03-1723-46/+383
|\ \ \
| * | | Use ARM CCI driver on FVP and Juno platformsVikram Kanigiri2015-03-1615-35/+59
| * | | Common driver for ARM Cache Coherent InterconnectsVikram Kanigiri2015-03-165-0/+312
| * | | Add macro to calculate number of elements in an arrayVikram Kanigiri2015-03-165-12/+13
* | | | Merge pull request #268 from vikramkanigiri/vk/move_init_cpu_opsdanh-arm2015-03-175-25/+7
|\ \ \ \
| * | | | Initialise cpu ops after enabling data cacheVikram Kanigiri2015-03-135-25/+7
| |/ / /
* | | | Merge pull request #267 from sandrine-bailleux/sb/doc-fixesdanh-arm2015-03-172-4/+14
|\ \ \ \
| * | | | User guide: Add dependency on libssl-dev for cert_create toolSandrine Bailleux2015-03-101-0/+3
| * | | | Update help message printed by the MakefileSandrine Bailleux2015-03-101-4/+11
| |/ / /
* | | | Merge pull request #266 from sandrine-bailleux/sb/juno-disable-errata-806969danh-arm2015-03-171-1/+1
|\ \ \ \
| * | | | Juno: Disable workaround for Cortex-A57 erratum #806969Sandrine Bailleux2015-03-111-1/+1
| |/ / /
* | | | Merge pull request #264 from jcastillo-arm/jc/tbb_fip_depdanh-arm2015-03-171-1/+1
|\ \ \ \
| * | | | TBB: fix build target 'all' dependency on certificatesJuan Castillo2015-03-051-1/+1
| |/ / /
* | | | Merge pull request #262 from sandrine-bailleux/sb/check-format-printfdanh-arm2015-03-175-24/+25
|\ \ \ \
| * | | | Enable type-checking of arguments passed to printf() et al.Sandrine Bailleux2015-03-065-24/+25
| |/ / /
* | | | Merge pull request #265 from jcastillo-arm/jc/git_commit_iddanh-arm2015-03-171-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | checkpatch: ignore GIT_COMMIT_IDJuan Castillo2015-03-111-1/+3
| |/ /
* | | Merge pull request #260 from jcastillo-arm/jc/tbb_sha256danh-arm2015-03-062-5/+4
|\ \ \ | |/ / |/| / | |/
| * TBB: use SHA256 to generate the certificate signaturesJuan Castillo2015-03-052-5/+4
|/
* Merge pull request #261 from sandrine-bailleux/sb/coding-styledanh-arm2015-03-057-10/+12
|\
| * Fix violations to the coding styleSandrine Bailleux2015-03-056-8/+8
| * Ignore C library files when checking coding styleSandrine Bailleux2015-03-051-2/+4
|/
* Merge pull request #259 from soby-mathew/sm/plat_max_afflvldanh-arm2015-02-2511-59/+29
|\
| * Export maximum affinity using PLATFORM_MAX_AFFLVL macroSoby Mathew2015-02-1211-59/+29
* | Merge pull request #258 from rmurphy-arm/rm/dma-smmudanh-arm2015-02-252-0/+22
|\ \
| * | Juno: clear DMA-330 SMMU security stateRobin Murphy2015-02-162-0/+22
| |/
* | Merge pull request #257 from soby-mathew/sm/opt_mmap_regdanh-arm2015-02-196-2/+62
|\ \ | |/ |/|
| * Minimize MAX_MMAP_REGIONS for each BL stageSoby Mathew2015-02-126-2/+62
|/
* Merge pull request #256 from achingupta/ag/v1.1-rc2-fixv1.1-rc3v1.1achingupta2015-02-041-0/+1
|\
| * Fix model command line for legacy VE memory mapAchin Gupta2015-02-041-0/+1
|/
* Merge pull request #254 from achingupta/ag/v1.1-doc-updatesv1.1-rc2danh-arm2015-02-035-22/+192
|\
| * Documentation for version 1.1Achin Gupta2015-02-035-22/+192
* | Merge pull request #255 from jcastillo-arm/jc/cert_create_gerritdanh-arm2015-02-033-0/+422
|\ \
| * | TBB: Add documentation for Trusted Board BootAchin Gupta2015-02-033-0/+422
|/ /
* | Merge pull request #253 from danh-arm/dh/deps-for-v1.1danh-arm2015-02-021-100/+41
|\ \
| * | Move up dependency versions in user guideSandrine Bailleux2015-02-021-100/+41
| |/
* | Merge pull request #252 from sandrine-bailleux/v1.1-misc-doc-fixesdanh-arm2015-02-024-12/+9
|\ \ | |/ |/|
| * Miscellaneous doc fixes for v1.1Sandrine Bailleux2015-02-024-12/+9
|/
* Merge pull request #251 from soby-mathew/sm/reset_handler_fix_v2v1.1-rc1danh-arm2015-01-305-9/+17
|\
| * Fix the Cortex-A57 reset handler register usageSoby Mathew2015-01-305-9/+17
|/
* Merge pull request #249 from danh-arm/jc/tbb_prototypev1.1-rc0danh-arm2015-01-2861-21/+5312
|\
| * TBB: authenticate BL3-x images and certificatesJuan Castillo2015-01-286-2/+428
| * FVP: initialize IO framework in bl2_early_platform_setup()Juan Castillo2015-01-281-3/+3