aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* pmf: Make the runtime instrumentation work on AArch32Bence Szépkúti2019-12-172-0/+28
* Merge changes from topic "aa/sel2_support" into integrationOlivier Deprez2019-12-131-0/+3
|\
| * S-EL2 Support: Check for AArch64Artsem Artsemenka2019-12-061-1/+1
| * Add support for enabling S-EL2Achin Gupta2019-12-061-0/+3
* | Merge "PIE: make call to GDT relocation fixup generalized" into integrationSoby Mathew2019-12-121-1/+28
|\ \
| * | PIE: make call to GDT relocation fixup generalizedManish Pandey2019-12-121-1/+28
| |/
* | Merge "libc: add memrchr" into integrationAlexei Fedorov2019-12-111-0/+1
|\ \
| * | libc: add memrchrAmbroise Vincent2019-12-111-1/+2
| |/
* | Merge "arm: Fix current RECLAIM_INIT_CODE behavior" into integrationSandrine Bailleux2019-12-101-3/+2
|\ \
| * | arm: Fix current RECLAIM_INIT_CODE behaviorAmbroise Vincent2019-12-091-3/+2
| |/
* | Merge changes from topic "bs/libc" into integrationSoby Mathew2019-12-0618-387/+145
|\ \ | |/ |/|
| * libc: Consolidate the size_t and NULL definitionsBence Szépkúti2019-12-0612-123/+8
| * libc: Consolidate unified definitionsBence Szépkúti2019-12-0612-278/+143
| * libc: Unify intmax_t and uintmax_t on AArch32/64Bence Szépkúti2019-12-062-4/+12
* | Changes to support updated register usage in SMCCC v1.2Madhukar Pappireddy2019-11-262-2/+24
|/
* Merge "plat/arm: Re-enable PIE when RESET_TO_BL31=1" into integrationPaul Beesley2019-11-121-9/+4
|\
| * plat/arm: Re-enable PIE when RESET_TO_BL31=1Manish Pandey2019-11-071-9/+4
* | gic/gic600: add support for multichip configurationVijayenthiran Subramaniam2019-11-111-0/+55
* | plat/arm/gicv3: add support for probing multiple GIC Redistributor framesVijayenthiran Subramaniam2019-11-051-0/+5
|/
* Replace deprecated __ASSEMBLY__ macro with __ASSEMBLER__Balint Dobszay2019-10-112-4/+4
* delay: correct timeout_init_us()Yann Gautier2019-10-081-1/+1
* Merge "Explicitly disable the SPME bit in MDCR_EL3" into integrationSoby Mathew2019-10-071-1/+8
|\
| * Explicitly disable the SPME bit in MDCR_EL3Petre-Ionut Tudor2019-10-071-1/+8
* | Merge "Neoverse N1 Errata Workaround 1542419" into integrationSoby Mathew2019-10-072-4/+18
|\ \
| * | Neoverse N1 Errata Workaround 1542419laurenw-arm2019-10-042-4/+18
* | | delay: timeout detection supportLionel Debieve2019-10-031-1/+24
| |/ |/|
* | Introducing support for Cortex-A65AEImre Kis2019-10-031-0/+31
* | Merge changes from topic "stm32mp_corrections_w40" into integrationSoby Mathew2019-10-031-1/+1
|\ \
| * | crypto: stm32_hash: align stm32_hash_update() prototypeYann Gautier2019-10-031-1/+1
| |/
* | Merge "Add missing support for BL2_AT_EL3 in XIP memory" into integrationSoby Mathew2019-10-032-2/+2
|\ \
| * | Add missing support for BL2_AT_EL3 in XIP memoryLionel Debieve2019-10-022-2/+2
* | | Introducing support for Cortex-A65Imre Kis2019-10-021-0/+31
| |/ |/|
* | Merge "Cortex_hercules: Add support for Hercules-AE" into integrationSoby Mathew2019-10-011-0/+14
|\ \ | |/ |/|
| * Cortex_hercules: Add support for Hercules-AEArtsem Artsemenka2019-09-301-0/+14
* | Merge "AArch32: Disable Secure Cycle Counter" into integrationSoby Mathew2019-09-273-8/+81
|\ \ | |/ |/|
| * AArch32: Disable Secure Cycle CounterAlexei Fedorov2019-09-263-8/+81
* | Merge changes from topic "ld/stm32-authentication" into integrationSoby Mathew2019-09-272-1/+24
|\ \
| * | bsec: move bsec_mode_is_closed_device() service to platformLionel Debieve2019-09-201-1/+0
| * | crypto: stm32_hash: Add HASH driverLionel Debieve2019-09-201-0/+24
* | | Merge changes from topic "mp/giv3-discovery" into integrationSoby Mathew2019-09-273-2/+6
|\ \ \ | |_|/ |/| |
| * | Migrate ARM platforms to use the new GICv3 APIMadhukar Pappireddy2019-09-251-0/+1
| * | Adding new optional PSCI hook pwr_domain_on_finish_lateMadhukar Pappireddy2019-09-251-1/+3
| * | GICv3: Enable multi socket GIC redistributor frame discoveryMadhukar Pappireddy2019-09-251-1/+2
| |/
* | Merge changes I0283fc2e,Ib476d024,Iada05f7c into integrationPaul Beesley2019-09-262-3/+11
|\ \ | |/ |/|
| * drivers: partition: support different block sizeHaojian Zhuang2019-09-182-3/+11
* | Merge changes from topic "raspberry-pi-4-support" into integrationSandrine Bailleux2019-09-161-0/+15
|\ \
| * | Add fdt_add_reserved_memory() helper functionAndre Przywara2019-09-131-0/+2
| * | qemu: Move and generalise FDT PSCI fixupAndre Przywara2019-09-131-0/+13
* | | Merge changes from topic "raspberry-pi-4-support" into integrationSandrine Bailleux2019-09-162-0/+51
|\| | | |/ |/|
| * rpi3: Move rng driver to driversAndre Przywara2019-09-131-0/+12