aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-18Update LICENSEdeprecated/masterMichael Ryleev
2015-05-12Add README.trusty fileMichael Ryleev
2015-04-03target-arm: fixup LPAE supportMichael Ryleev
2013-10-24target-arm: Implement secure generic timerArve Hjønnevåg
2013-10-24arm_gic: Fix complete-irq for PPIs that are still raisedArve Hjønnevåg
2013-10-24arm_gic: Implement GICC_AIAR, GICC_AEOIR and GICC_AHPPIRArve Hjønnevåg
2013-10-24arm_gic: Don't allow writes to configuration registers for internal interrupts.Arve Hjønnevåg
2013-10-11target-arm: Exit cpu loop on wfeArve Hjønnevåg
2013-10-11cpu-exec: When multiple cpus are active, don't execute a single cpu for more ...Arve Hjønnevåg
2013-10-11fixup: target-arm: add secure/normal world banks for CP15 TLS registersArve Hjønnevåg
2013-10-11arm_gic: Change cpu_enabled from bool to uint8_tArve Hjønnevåg
2013-10-11target-arm: Fix EXCP_FIQ to check SCR_FIQ instead of SCR_IRQArve Hjønnevåg
2013-10-11arm_gic: Update pending state then changing target register.Arve Hjønnevåg
2013-10-11arm_gic: Use 1-N model for SPIsArve Hjønnevåg
2013-10-11arm_gic: Fix gic_complete_irq for 1-N model interruptsArve Hjønnevåg
2013-10-11[arm][gic] Fix non-secure interrupt status in secure mode.Satya Popuri
2013-10-11arm_gic: Fix interrupt group selection for non-local interruptsArve Hjønnevåg
2013-10-11arm_gic: Fix interrupt enable/disable for non-local interruptsArve Hjønnevåg
2013-10-11arm_gic: Fix secure check when updating interruptsArve Hjønnevåg
2013-10-11Remove unused parameters in gic_update_simpleKenny Root
2013-10-11Add GICState variable when debuggingKenny Root
2013-10-11Revert "intc/arm_gic: Build arm_gic only once"Arve Hjønnevåg
2013-10-11[PATCH 25/32] WIP: arm-trustzone: Working ARM GIC security extension prototy...Valentin Manea
2013-10-11[PATCH 24/32] WIP: arm-trustzone: Towards security extensions forValentin Manea
2013-10-11target-arm: Allow switch to monitor mode when in secure mode.Arve Hjønnevåg
2013-10-11target-arm: Add missing ARM_CP_BANKED flags. (sqaush with target-arm: Fix DAC...Arve Hjønnevåg
2013-10-11hw/arm_boot.c: Load tz image at start of reserved region instead of link addr.Arve Hjønnevåg
2013-10-11hw/arm_boot.c: Add -tzmem option.Arve Hjønnevåg
2013-10-11Add TLK boot argumentsKenny Root
2013-10-11Add -tz option to specify TrustZone imageKenny Root
2013-10-11target-arm: enable different semihosting usage models on TrustZone systems.Johannes Winter
2013-10-11target-arm: enable the bp147 and tzc380 TrustZone peripherals on vexpress-a9Johannes Winter
2013-10-11target-arm: add peripheral model for TZC380 TrustZone Address Space ControllerJohannes Winter
2013-10-11target-arm: add peripheral model for BP147 TrustZone Protection ControllerJohannes Winter
2013-10-11target-arm: Activate emulation of TrustZone normal/secure world MMU support i...Johannes Winter
2013-10-11target-arm: Prepare emulation of TrustZone normal/secure world MMU support.Johannes Winter
2013-10-11target-arm: add secure/normal world banks of SCTLR registerJohannes Winter
2013-10-11target-arm: fix CPREG_IS_SECURE macroJohannes Winter
2013-10-11target-arm: add secure/normal world banks for CP15 FCSE registers.Johannes Winter
2013-10-11target-arm: add secure/normal world banks for CP15 TLS registersJohannes Winter
2013-10-11target-arm: add secure/normal world banks for CP15 VBAR.Johannes Winter
2013-10-11target-arm: infrastructure for banked (secure/normal) coprocessor registers.Johannes Winter
2013-10-11target-arm: print security status in TB dumps.Johannes Winter
2013-10-11target-arm: add TB flags to enable translationof trustzone code.Johannes Winter
2013-10-11target-arm: print secure configuration register in cpu state dumps.Johannes Winter
2013-10-11target-arm: honor security status when writing CPSR I, F and A bits.Johannes Winter
2013-10-11target-arm: use secure configuration register to determine IRQ/FIQ target world.Johannes Winter
2013-10-11target-arm: honor security status for access to trustzone cp15 registers.Johannes Winter
2013-10-11target-arm: report secure monitor mode in cpu state dumps.Johannes Winter
2013-10-11target-arm: add support for smcJohannes Winter