Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
7e46555bde7954c25255eed0e68c0ccda75c313d
« Previous
c06f05c
GIC: Add APIs to set interrupt type and query support
by Jeenu Viswambharan
· 7 years ago
447b89d
GIC: Add API to set interrupt priority
by Jeenu Viswambharan
· 7 years ago
0fcdfff
GIC: Add APIs to enable and disable interrupt
by Jeenu Viswambharan
· 7 years ago
24e7029
GIC: Add API to get interrupt active status
by Jeenu Viswambharan
· 7 years ago
522a465
GIC: Add APIs to query interrupt types
by Jeenu Viswambharan
· 7 years ago
eeb43be
ARM platforms: supply per-PE target mask array
by Jeenu Viswambharan
· 7 years ago
393fdd9
GICv2: Add driver API to set PE target mask
by Jeenu Viswambharan
· 7 years ago
b1e957e
GIC: Add API to get running priority
by Jeenu Viswambharan
· 7 years ago
d2befb8
Merge pull request #1123 from robertovargas-arm/reset2
by davidcunado-arm
· 7 years ago
c51cdb7
Fix use of MSR (immediate)
by Roberto Vargas
· 7 years ago
e4071da
docs: Update Trusted Board Boot Requirements document number
by Qixiang Xu
· 7 years ago
73f1b9c
Merge pull request #1122 from EvanLloyd/ejll/62_fiptool1
by davidcunado-arm
· 7 years ago
d963e3e
Update documentation to PSCI v1.1
by Roberto Vargas
· 7 years ago
ff0509c
Add missed fields in documentation of plat_psci_ops
by Roberto Vargas
· 7 years ago
ffb34d0
Update PSCI version to 1.1
by Roberto Vargas
· 7 years ago
653fb8f
mem_protect: Fix PSCI FEATURES API for MEM_PROTECT_CHECK
by Roberto Vargas
· 7 years ago
4168f2f
Init and save / restore of PMCR_EL0 / PMCR
by David Cunado
· 7 years ago
3caafd7
reset2: Add css_system_reset2()
by Roberto Vargas
· 7 years ago
fc2b4eb
scp: Introduce css_scp_system_off() function
by Roberto Vargas
· 7 years ago
b820ad0
reset2: Add PSCI system_reset2 function
by Roberto Vargas
· 7 years ago
04dc344
fiptool: Precursor changes for Visual Studio
by Evan Lloyd
· 7 years ago
9ca2806
ARM platforms: enable GICv3 state save/restore
by Soby Mathew
· 7 years ago
3b5156e
ARM platforms: Add support for EL3 TZC memory region
by Soby Mathew
· 7 years ago
8da7acf
Merge pull request #1120 from michpappas/tf-issues#521_cert_tool_does_not_build_with_openssl_v1.1
by davidcunado-arm
· 7 years ago
1e2d7f5
Merge pull request #1100 from ajs-sun/master
by davidcunado-arm
· 7 years ago
b76da30
Merge pull request #1117 from antonio-nino-diaz-arm/an/xlat-improvements
by davidcunado-arm
· 7 years ago
6976fa2
Merge pull request #1121 from geesun/qx/cert_ecdsa_fix
by davidcunado-arm
· 7 years ago
31f3bb9
cert_tool: Fix ECDSA certificates create failure
by Qixiang Xu
· 7 years ago
3862894
cert_tool: update for compatibility with OpenSSL v1.1
by Michalis Pappas
· 7 years ago
1577f27
Merge pull request #1119 from soby-mathew/sm/fix_its_assertion
by davidcunado-arm
· 7 years ago
b333d89
Fix assertion in GIC ITS helper
by Soby Mathew
· 7 years ago
8ce779c
Merge pull request #1118 from davidcunado-arm/dc/fix_coverity
by davidcunado-arm
· 7 years ago
c3bd8c2
Increase PLAT_ARM_MMAP_ENTRIES and MAX_XLAT_TABLES
by David Cunado
· 7 years ago
4ed08be
Merge pull request #1116 from soby-mathew/sm/gicv3_save_restore
by davidcunado-arm
· 7 years ago
a84996b
GICv3: Document GICv3 save/restore helpers
by Douglas Raillard
· 7 years ago
f6f1a32
GICv3: ITS architectural save and restore helpers
by Soby Mathew
· 7 years ago
327548c
GICv3: add functions for save and restore
by Soby Mathew
· 7 years ago
a1b1da8
GICv3: turn some macros into inline functions
by Douglas Raillard
· 7 years ago
1bd2d74
GICv3: Fix gic600.c indentation
by Douglas Raillard
· 7 years ago
dcf9d92
xlat: Add support for EL0 and EL1 mappings
by Antonio Nino Diaz
· 7 years ago
2d54579
xlat: Introduce function xlat_arch_tlbi_va_regime()
by Douglas Raillard
· 7 years ago
3383554
xlat: Always compile TLB invalidation functions
by Sandrine Bailleux
· 8 years ago
8f23fa8
xlat: Introduce MAP_REGION2() macro
by Sandrine Bailleux
· 7 years ago
ae6e285
Merge pull request #1109 from robertovargas-arm/mem_protect
by davidcunado-arm
· 7 years ago
ad1bbf1
Merge pull request #1115 from jeenu-arm/tsp-mt
by davidcunado-arm
· 7 years ago
4ecdba3
TSP: Support multi-threading CPUs on FVP
by Jeenu Viswambharan
· 7 years ago
56fcdd7
Merge pull request #1107 from geesun/qx/add_ecdsa_support
by davidcunado-arm
· 7 years ago
773eea6
Merge pull request #1114 from vchong/updt_docs
by davidcunado-arm
· 7 years ago
7f47e74
hikey*: Update docs
by Victor Chong
· 7 years ago
4db2ef4
Merge pull request #1111 from douglas-raillard-arm/dr/fix_uniphier_xlat_include
by davidcunado-arm
· 7 years ago
7dd775a
Uniphier: fix xlat tables lib inclusion
by Douglas Raillard
· 7 years ago
fe841ea
Merge pull request #1110 from masahir0y/xlat
by davidcunado-arm
· 7 years ago
7025cda
xlat: remove cast in MAP_REGION to get back building with GCC 4.9
by Masahiro Yamada
· 7 years ago
3315ad2
Merge pull request #1108 from sandrine-bailleux-arm/sb/fvp-utils-def
by davidcunado-arm
· 7 years ago
502ca97
Merge pull request #1105 from antonio-nino-diaz-arm/an/epd1-bit
by davidcunado-arm
· 7 years ago
89d68f2
Merge pull request #1106 from antonio-nino-diaz-arm/an/bit-macro
by davidcunado-arm
· 7 years ago
f8fda10
mem_protect: Add DRAM2 to the list of mem protected ranges
by Roberto Vargas
· 7 years ago
a1c16b6
mem_protect: Add mem_protect support in Juno and FVP for DRAM1
by Roberto Vargas
· 7 years ago
c590770
Add mem_region utility functions
by Roberto Vargas
· 7 years ago
0a4c261
mem_protect: Add mem_protect API
by Roberto Vargas
· 7 years ago
aa05eea
Dynamic selection of ECDSA or RSA
by Qixiang Xu
· 7 years ago
1c2aef1
Add support for TBBR using ECDSA keys in ARM platforms
by Qixiang Xu
· 7 years ago
a674feb
plat/arm : update BL size macros to give BL1 and BL2 more space for TBB
by Qixiang Xu
· 7 years ago
e32c042
FVP: Include utils_def.h instead of utils.h
by Sandrine Bailleux
· 7 years ago
f94e40d
Fix type of `unsigned long` constants
by Antonio Nino Diaz
· 7 years ago
c8274a8
Set TCR_EL1.EPD1 bit to 1
by Antonio Nino Diaz
· 7 years ago
6a5f8f1
xlat: simplify mmap_add_region_check parameters (#1101)
by Douglas Raillard
· 7 years ago
4ac02ba
Makefile: Add ability to build dtb
by Nishanth Menon
· 8 years ago
b0b4611
Merge pull request #1099 from douglas-raillard-arm/dr/fix_mm_copy
by davidcunado-arm
· 7 years ago
195800d
Merge pull request #1102 from Xilinx/fpga_load
by davidcunado-arm
· 7 years ago
98f8090
trusty: save/restore FPU registers in world switch
by Aijun Sun
· 7 years ago
881788d
zynqmp: Sync function declaration and definition
by Soren Brinkmann
· 7 years ago
f07b808
Merge pull request #1093 from soby-mathew/eb/log_fw
by davidcunado-arm
· 7 years ago
9d3dc25
Merge pull request #1094 from douglas-raillard-arm/dr/fix_mmap_add_dynamic_region
by davidcunado-arm
· 7 years ago
ddd5497
Merge pull request #1089 from Leo-Yan/hikey_enable_debug_module
by davidcunado-arm
· 7 years ago
f9c996a
Merge pull request #1096 from davidcunado-arm/im/mair_attributes_helper
by davidcunado-arm
· 7 years ago
f68d2ed
xlat: fix mm copy when adding a region
by Douglas Raillard
· 7 years ago
5efa6ff
Merge pull request #1098 from vchong/boot_without_spd
by davidcunado-arm
· 7 years ago
e873875
Merge pull request #1095 from soby-mathew/sm/fix_cert_create_build
by davidcunado-arm
· 7 years ago
398d5d3
hikey*: Undef BL32_BASE when building without SPD
by Victor Chong
· 7 years ago
043741c
hikey*: Fix typo
by Victor Chong
· 7 years ago
9ce83d3
Merge pull request #1092 from jeenu-arm/errata-workarounds
by davidcunado-arm
· 7 years ago
12a75cc
Merge pull request #1097 from davidcunado-arm/dc/reset_bl31
by davidcunado-arm
· 7 years ago
a5f7281
plat/arm: Fix BL31_BASE when RESET_TO_BL31=1
by Qixiang Xu
· 7 years ago
4fe99c5
Merge pull request #1091 from geesun/qx/el3_payload_base_cfg_check
by davidcunado-arm
· 7 years ago
c40b59c
Merge pull request #1088 from soby-mathew/sm/sds_scmi
by davidcunado-arm
· 7 years ago
02c6307
Helper macro to create MAIR encodings
by Isla Mitchell
· 7 years ago
04e9fc8
Merge pull request #1087 from robertovargas-arm/psci_do_cpu_off
by davidcunado-arm
· 7 years ago
87be6c1
Set default value of USE_TBBR_DEFS
by Soby Mathew
· 7 years ago
35c09f1
xlat: Use MAP_REGION macro as compatibility layer
by Douglas Raillard
· 7 years ago
aaf15f5
Implement log framework
by Soby Mathew
· 7 years ago
f583a06
Introduce tf_vprintf() and tf_string_print()
by Soby Mathew
· 7 years ago
b739468
Merge pull request #1084 from davidcunado-arm/dc/warmboot_a32
by davidcunado-arm
· 7 years ago
4cd483d
Merge pull request #1086 from robertovargas-arm/dead_loop
by davidcunado-arm
· 7 years ago
be9bd9d
Filter out invalid configure for EL3_PAYLOAD_BASE
by Qixiang Xu
· 7 years ago
8392aab
Juno: Disable 859971 and 859972 errata workarounds
by Eleanor Bonnici
· 7 years ago
c3b4ca1
Cortex-A72: Implement workaround for erratum 859971
by Eleanor Bonnici
· 7 years ago
0c9bd27
Cortex-A57: Implement workaround for erratum 859972
by Eleanor Bonnici
· 7 years ago
f471c42
Hikey: enable CPU debug module
by Leo Yan
· 7 years ago
403a6ad
Merge pull request #1082 from vchong/load_img_v2_parse_optee_header
by davidcunado-arm
· 7 years ago
Next »