Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
289f782ebb2c8f87b2af6830530b788b071e0dd9
« Previous
76a5a9b
tools: add an option -hash-alg for cert_create
by Qixiang Xu
· 7 years ago
6dc8214
Flush the affinity data in psci_affinity_info
by Roberto Vargas
· 7 years ago
5bdbb47
Refactor Statistical Profiling Extensions implementation
by Dimitris Papastamos
· 7 years ago
9da09cd
Change Statistical Profiling Extensions build option handling
by Dimitris Papastamos
· 7 years ago
1e6f93e
Factor out extension enabling to a separate function
by Dimitris Papastamos
· 7 years ago
9a62fd1
SDEI: Update doc to clarify delegation
by Jeenu Viswambharan
· 7 years ago
c3fcec1
SDEI: Assert that dynamic events have Normal priority
by Jeenu Viswambharan
· 7 years ago
2b4054d
SDEI: Fix type of register count
by Jeenu Viswambharan
· 7 years ago
5b58e1a
SDEI: Fix security state check for explicit dispatch
by Jeenu Viswambharan
· 7 years ago
bd7b0ae
Merge pull request #1160 from davidcunado-arm/dc/fp_regs
by davidcunado-arm
· 7 years ago
b9ef664
Add ARMv8.2 ID_AA64MMFR0_EL1.PARange value
by Antonio Nino Diaz
· 7 years ago
d1a1fd4
Move FPEXC32_EL2 to FP Context
by David Cunado
· 7 years ago
1adbf56
SPM: Fix SP_COMMUNICATE_AARCH32/64 parameters
by Antonio Nino Diaz
· 7 years ago
097e2e1
SPM: Fix calculation of max page granularity
by Antonio Nino Diaz
· 7 years ago
3add8d6
Merge pull request #1159 from jeenu-arm/sdei-fix
by davidcunado-arm
· 7 years ago
22a16f9
SDEI: Fix build error with logging enabled
by Jeenu Viswambharan
· 7 years ago
c94402b
Merge pull request #1152 from jeenu-arm/ehf-and-sdei
by davidcunado-arm
· 7 years ago
db5e12e
docs: Add SDEI dispatcher documentation
by Jeenu Viswambharan
· 7 years ago
cf1f221
SDEI: Add API for explicit dispatch
by Jeenu Viswambharan
· 7 years ago
a5acc0a
ARM platforms: Enable SDEI
by Jeenu Viswambharan
· 7 years ago
b183745
ARM platforms: Define exception macros
by Jeenu Viswambharan
· 7 years ago
1dc771b
ARM platforms: Provide SDEI entry point validation
by Jeenu Viswambharan
· 7 years ago
59424d8
ARM platforms: Make arm_validate_ns_entrypoint() common
by Jeenu Viswambharan
· 7 years ago
04e3a7f
BL31: Add SDEI dispatcher
by Jeenu Viswambharan
· 7 years ago
6c6f24d
BL31: Program Priority Mask for SMC handling
by Jeenu Viswambharan
· 7 years ago
10a6727
BL31: Introduce Exception Handling Framework
by Jeenu Viswambharan
· 7 years ago
055af4b
GIC: Introduce API to get interrupt ID
by Jeenu Viswambharan
· 7 years ago
88d8f45
GIC: Fix Group 0 enabling
by Jeenu Viswambharan
· 7 years ago
fbf5bda
GICv2: Fix populating PE target data
by Jeenu Viswambharan
· 7 years ago
85ec3bc
Merge pull request #1158 from antonio-nino-diaz-arm/an/spm-fix
by davidcunado-arm
· 7 years ago
0dcebaf
SPM: Fix pointer to MP info in boot info struct
by Antonio Nino Diaz
· 7 years ago
baa1611
Merge pull request #1148 from antonio-nino-diaz-arm/an/spm
by davidcunado-arm
· 7 years ago
7289f92
SPM: FVP: Introduce port of SPM
by Antonio Nino Diaz
· 7 years ago
c41f206
SPM: Introduce Secure Partition Manager
by Antonio Nino Diaz
· 7 years ago
bafc753
xlat: Make function to calculate TCR PA bits public
by Antonio Nino Diaz
· 7 years ago
0fbaa5c
spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG`
by Antonio Nino Diaz
· 7 years ago
15360c0
Merge pull request #1154 from soby-mathew/sm/fix_psci_stat
by davidcunado-arm
· 7 years ago
5bae801
ARMv7: division support for missing __aeabi_*divmod
by Etienne Carriere
· 7 years ago
0a8c353
ARMv7: GICv2 driver can manage GICv1 with security extension
by Etienne Carriere
· 7 years ago
a257986
aarch32: add missing dmb() macro
by Etienne Carriere
· 7 years ago
953395a
aarch32: add few missing weak platform specific function
by Etienne Carriere
· 7 years ago
e259fa7
ARMv7 may not support Generic Timer Extension
by Etienne Carriere
· 7 years ago
4cce835
ARMv7 may not support Virtualization Extensions
by Etienne Carriere
· 7 years ago
0af78b6
ARMv7 may not support large page addressing
by Etienne Carriere
· 7 years ago
09d26a6
ARMv7: introduce Cortex-A12
by Etienne Carriere
· 7 years ago
010dd1f
ARMv7: introduce Cortex-A17
by Etienne Carriere
· 7 years ago
f2f7b91
ARMv7: introduce Cortex-A7
by Etienne Carriere
· 7 years ago
37f8cdc
ARMv7: introduce Cortex-A5
by Etienne Carriere
· 7 years ago
a1249e0
ARMv7: introduce Cortex-A9
by Etienne Carriere
· 7 years ago
4ece755
ARMv7: introduce Cortex-A15
by Etienne Carriere
· 7 years ago
70a004b
ARMv7 architecture have specific system registers
by Etienne Carriere
· 7 years ago
863858b
ARMv7 does not support SDCR
by Etienne Carriere
· 7 years ago
70b1c2f
ARMv7 does not support STL instruction
by Etienne Carriere
· 7 years ago
7555ab7
ARMv7 requires the clear exclusive access at monitor entry
by Etienne Carriere
· 7 years ago
1374fcb
ARMv7 target is driven by ARM_ARCH_MAJOR==7
by Etienne Carriere
· 7 years ago
74275b0
Merge pull request #1155 from masahir0y/uniphier
by davidcunado-arm
· 7 years ago
df8fab9
uniphier: make sure to create build directory before ROT key
by Masahiro Yamada
· 7 years ago
e2395b4
Build: introduce ${BUILD_PLAT} target to create the top build directory
by Masahiro Yamada
· 7 years ago
31036d5
Merge pull request #1153 from robertovargas-arm/fix-macros
by davidcunado-arm
· 7 years ago
31ea969
Merge pull request #1151 from JoelHutton/jh/MISRA-Mandatory
by davidcunado-arm
· 7 years ago
7f4d617
Merge pull request #1142 from etienne-lms/qemu-int
by davidcunado-arm
· 7 years ago
8336f68
Fix PSCI STAT time stamp collection
by Soby Mathew
· 7 years ago
360051a
Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_save
by davidcunado-arm
· 7 years ago
84aa3a7
qemu: update deprecated interrupt registering
by Etienne Carriere
· 7 years ago
bc265d8
Merge pull request #1150 from dp-arm/dp/events
by davidcunado-arm
· 7 years ago
8247796
Fix usage of IMAGE_BLx macros
by Roberto Vargas
· 7 years ago
ac6dc35
Always define ARM_TSP_RAM_LOCATION_ID
by Roberto Vargas
· 7 years ago
9daa33d
Include debug.h in debug.S
by Roberto Vargas
· 7 years ago
234242b
Merge pull request #1149 from robertovargas-arm/fwu-testing
by davidcunado-arm
· 7 years ago
b648b7d
Merge pull request #1141 from robertovargas-arm/boot_redundancy
by davidcunado-arm
· 7 years ago
43a4d57
Change sizeof to use type of struct not function
by Joel Hutton
· 7 years ago
a7921b9
aarch64: Add PubSub events to capture security state transitions
by Dimitris Papastamos
· 7 years ago
096f3a0
Add FWU booting instructions to the user guide
by Roberto Vargas
· 7 years ago
3f9f414
Merge pull request #1144 from geesun/qx/resize_bl2_size
by davidcunado-arm
· 7 years ago
f0a2e9c
Merge pull request #1147 from etienne-lms/qemu-optee-load
by davidcunado-arm
· 7 years ago
818a065
Merge pull request #1143 from etienne-lms/qemu-hpen
by davidcunado-arm
· 7 years ago
2ddec18
qemu/optee: load OP-TEE pageable part 2MB above OP-TEE image
by Etienne Carriere
· 7 years ago
3d42dcc
Merge pull request #1138 from michpappas/tf-issues#526_qemu_does_not_support_TBB
by davidcunado-arm
· 7 years ago
3469cd0
qemu: Add support for Trusted Board Boot
by Michalis Pappas
· 7 years ago
de431b1
plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled
by Qixiang Xu
· 7 years ago
c7b12c5
plat/arm: change the default option of ARM_TSP_RAM_LOCATION
by Qixiang Xu
· 7 years ago
bc1ae1f
Add platform hooks for boot redundancy support
by Roberto Vargas
· 7 years ago
5eb85e4
qemu: fix holding pen mailbox sequence
by Etienne Carriere
· 7 years ago
52b8f60
Merge pull request #1139 from hzhuang1/fix_edmac
by davidcunado-arm
· 7 years ago
e66e080
Merge pull request #1132 from jeenu-arm/pubsub
by davidcunado-arm
· 7 years ago
55e56a9
PSCI: Publish CPU ON event
by Jeenu Viswambharan
· 7 years ago
e3f2200
BL31: Introduce Publish and Subscribe framework
by Jeenu Viswambharan
· 7 years ago
8774735
Merge pull request #1131 from jeenu-arm/gic-migrate
by davidcunado-arm
· 7 years ago
c444fcf
Merge pull request #1130 from jeenu-arm/gic-patches
by davidcunado-arm
· 7 years ago
6b0e834
Merge pull request #1135 from EvanLloyd/ejll/62_fiptool2
by davidcunado-arm
· 7 years ago
68c415a
Merge pull request #1136 from antonio-nino-diaz-arm/an/xlat-get-set-attr
by davidcunado-arm
· 7 years ago
ea14819
Merge pull request #1134 from masahir0y/uniphier
by davidcunado-arm
· 7 years ago
084f383
Merge pull request #1140 from eleanorbonnici-arm/eb/docs/update_models
by davidcunado-arm
· 7 years ago
a0a231d
Merge pull request #1129 from robertovargas-arm/enable_O0
by davidcunado-arm
· 7 years ago
e124dc4
Update Foundation, AEM and Cortex Models versions
by Eleanor Bonnici
· 7 years ago
c183534
uniphier: move ROTPK hash to .rodata section
by Masahiro Yamada
· 7 years ago
e1be904
HiKey: make RTC out of reset mode
by Haojian Zhuang
· 7 years ago
f82732b
HiKey: init EDMA controller with non secure mode
by Haojian Zhuang
· 7 years ago
d1e5a0e
Merge pull request #1133 from geesun/qx/fixed_tbbr_doc_ver
by davidcunado-arm
· 7 years ago
9bde130
zynqmp: Migrate to using interrupt properties
by Jeenu Viswambharan
· 7 years ago
Next »