Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
8709cc9463d3d8b0c9856abc408deff41517b63e
« Previous
14ce777
Merge pull request #678 from soby-mathew/sm/PSCI_AArch32
by danh-arm
· 8 years ago
9c96ed5
Remove dcache invalidation after image authentication
by Dan Handley
· 8 years ago
e3011cf
Merge pull request #685 from sandrine-bailleux-arm/sb/base-fvp-7.6
by danh-arm
· 8 years ago
55b2c34
Merge pull request #683 from dp-arm/dp/fiptool
by danh-arm
· 8 years ago
a3f60df
Merge pull request #682 from sudeep-holla/gicv3_ns_intr
by danh-arm
· 8 years ago
2500bed
Merge pull request #680 from hzhuang1/emmc_cmd23_v2
by danh-arm
· 8 years ago
3385788
Move up to Base FVP version 7.6
by Sandrine Bailleux
· 8 years ago
65dfe4c
fiptool: Suppress verbose messages during normal build
by dp-arm
· 8 years ago
a194125
AArch32: Enable build at top level Makefile for FVP
by Soby Mathew
· 8 years ago
97fc96f
Merge pull request #679 from rockchip-linux/support-pwm-for-rk3399
by danh-arm
· 8 years ago
bd5cf9c
emmc: support CMD23
by Haojian Zhuang
· 8 years ago
869e3db
gicv3: disable Group1 NonSecure interrupts during core powerdown
by Sudeep Holla
· 8 years ago
c7aaa78
rockchip: fix the reset-hold release for rk3399 resume
by Caesar Wang
· 8 years ago
fbaa360
rockchip: fix the power up/dowm cnt for rk3399
by Caesar Wang
· 8 years ago
ed6b9a5
rockchip: update to handle PWMs for rk3399
by Caesar Wang
· 8 years ago
7b75418
AArch32: Add FVP support for SP_MIN
by Soby Mathew
· 8 years ago
0d268dc
AArch32: Add essential ARM platform and FVP support
by Soby Mathew
· 8 years ago
ec8ac1c
AArch32: add a minimal secure payload (SP_MIN)
by Soby Mathew
· 8 years ago
89d90dc
AArch32: Add support to PSCI lib
by Soby Mathew
· 8 years ago
748be1d
AArch32: Add support in TF libraries
by Soby Mathew
· 8 years ago
420cc37
AArch32: Add console driver
by Soby Mathew
· 9 years ago
d645232
AArch32: Enable GIC and TZC support
by Soby Mathew
· 8 years ago
acc144b
AArch32: Add SMCC context
by Soby Mathew
· 8 years ago
a9482df
AArch32: Add API to invoke runtime service handler
by Soby Mathew
· 8 years ago
0691d97
AArch32: Add tf_printf support
by Soby Mathew
· 8 years ago
935c2e7
AArch32: Add translation table library support
by Soby Mathew
· 8 years ago
d29f67b
AArch32: Add assembly helpers
by Soby Mathew
· 8 years ago
c6820d1
AArch32: Add essential Arch helpers
by Soby Mathew
· 8 years ago
c53ac5e
Move SIZE_FROM_LOG2_WORDS macro to utils.h
by Soby Mathew
· 8 years ago
7b5c9b3
Move spinlock library code to AArch64 folder
by Soby Mathew
· 8 years ago
1723113
Migrate platform makefile to new console driver location
by Soby Mathew
· 8 years ago
7abebe8
Move console drivers to AArch64 folder
by Soby Mathew
· 8 years ago
fea233c
Fix the translation table library for wraparound cases
by Soby Mathew
· 8 years ago
6d65bd9
Merge pull request #676 from hzhuang1/fix_io_unaligned
by danh-arm
· 8 years ago
d32134d
Merge pull request #661 from dp-arm/master
by danh-arm
· 8 years ago
f800ccf
io: block: fix unaligned buffer
by Haojian Zhuang
· 8 years ago
4972ec5
Replace fip_create with fiptool
by dp-arm
· 8 years ago
fe8e77e
Merge pull request #668 from sandrine-bailleux-arm/sb/rodata-xn-doc
by danh-arm
· 8 years ago
b9917a9
Documentation for SEPARATE_CODE_AND_RODATA build flag
by Sandrine Bailleux
· 8 years ago
98ea6d0
Merge pull request #674 from rockchip-linux/Support-PWMs-for-rk3399-suspend/resume
by danh-arm
· 8 years ago
c873cc3
Merge pull request #673 from soby-mathew/sm/coverity_issue
by danh-arm
· 8 years ago
89c947c
Merge pull request #672 from soby-mathew/sm/irouter_offset
by danh-arm
· 8 years ago
7d58e12
Merge pull request #671 from antonio-nino-diaz-arm/an/unoptimised-mem
by danh-arm
· 8 years ago
ad39cfe
rockchip: fixes typo and some bugs for suspend/resume tests
by Caesar Wang
· 8 years ago
aaf71c8
GICv3: Fix the GICD_IROUTER offset
by Soby Mathew
· 8 years ago
ff1c229
Improve debug assertion for runtime svc number
by Soby Mathew
· 8 years ago
d59a669
Merge pull request #670 from achingupta/ag/psci_retention_fix
by danh-arm
· 8 years ago
1cbb1b7
Merge pull request #669 from sandrine-bailleux-arm/sb/tf-hardening
by danh-arm
· 8 years ago
9b2bf25
Fix use of stale power states in PSCI standby finisher
by Achin Gupta
· 8 years ago
4ec7e2d
Ensure addresses in is_mem_free() don't overflow
by Sandrine Bailleux
· 8 years ago
7304f45
Make runtime_svc_init() function more robust
by Sandrine Bailleux
· 8 years ago
4711058
Improvements to runtime service init code
by Sandrine Bailleux
· 8 years ago
f9f3bbf
Validate psci_find_target_suspend_lvl() result
by Sandrine Bailleux
· 8 years ago
0f553dc
Merge pull request #667 from soby-mathew/sm/PSCI_lib
by danh-arm
· 8 years ago
30ce3ad
ARM platforms: Define common image sizes
by Antonio Nino Diaz
· 8 years ago
b9ff2fd
Rearrange assembly helper macros
by Soby Mathew
· 8 years ago
2afe462
Define `plat_get_syscnt_freq2()` unconditionally for ARM platforms
by Soby Mathew
· 8 years ago
4876ae3
Cater for preloaded BL33 within plat_get_ns_image_entrypoint()
by Soby Mathew
· 8 years ago
0eb965b
Move `arm_common.c` out of aarch64 folder
by Soby Mathew
· 8 years ago
f6c4108
Include `plat_psci_common.c` from the new location
by Soby Mathew
· 9 years ago
d019487
Introduce PSCI Library Interface
by Soby Mathew
· 9 years ago
0d78607
Introduce `el3_runtime` and `PSCI` libraries
by Soby Mathew
· 9 years ago
24ab34f
Fix coding guideline warnings
by Soby Mathew
· 9 years ago
a0fedc4
Rework type usage in Trusted Firmware
by Soby Mathew
· 8 years ago
3364f44
Merge pull request #666 from Xilinx/zynqmp/rodata-xn
by danh-arm
· 8 years ago
bcb4aaa
Merge pull request #654 from rockchip-linux/rk3399-suspend-resume
by danh-arm
· 8 years ago
bb6611b
Merge pull request #653 from rockchip-linux/support-rockchip-sip-runtime-service
by danh-arm
· 8 years ago
42e113e
rockchip: support the suspend/resume for rk3399
by Tony Xie
· 8 years ago
c1bf646
rockchip: support plat SIP runtime service
by Caesar Wang
· 8 years ago
ba39fc6
Merge pull request #662 from sandrine-bailleux-arm/sb/rodata-xn
by danh-arm
· 8 years ago
6a70270
Merge pull request #659 from soby-mathew/sm/declare_stack
by danh-arm
· 8 years ago
5aebb2f
Merge pull request #658 from soby-mathew/sm/init_spi_ppi_gic
by danh-arm
· 8 years ago
8e98582
Merge pull request #655 from Xilinx/report_merr
by danh-arm
· 8 years ago
6a72a91
bl31: Add error reporting registers
by Naga Sureshkumar Relli
· 8 years ago
6d1ba58
zynqmp: Separate code and rodata
by Soren Brinkmann
· 8 years ago
889ca03
ARM CSS platforms: Map flash as execute-never by default
by Sandrine Bailleux
· 8 years ago
12997c5
Add some verbose traces in arm_setup_page_tables()
by Sandrine Bailleux
· 8 years ago
ecdc4d3
ARM platforms: Add support for SEPARATE_CODE_AND_RODATA
by Sandrine Bailleux
· 8 years ago
a0e505e
ARM platforms: Include BL2U's RO section in total memory region
by Sandrine Bailleux
· 8 years ago
28ee10f
ARM platforms: Restrict mapping of Trusted ROM in BL1
by Sandrine Bailleux
· 8 years ago
bdba5e5
TSP: Print BL32_BASE rather than __RO_START__
by Sandrine Bailleux
· 8 years ago
f91f144
Introduce SEPARATE_CODE_AND_RODATA build flag
by Sandrine Bailleux
· 8 years ago
66552da
Introduce round_up/down() macros
by Sandrine Bailleux
· 8 years ago
7659a26
Introduce utils.h header file
by Sandrine Bailleux
· 8 years ago
6c2daed
BL1: Add linker symbol identifying end of ROM content
by Sandrine Bailleux
· 8 years ago
ac3aa68
xlat lib: Introduce MT_EXECUTE/MT_EXECUTE_NEVER attributes
by Sandrine Bailleux
· 8 years ago
7528b68
xlat lib: Refactor mmap_desc() function
by Sandrine Bailleux
· 8 years ago
4a1267a
Introduce arm_setup_page_tables() function
by Sandrine Bailleux
· 8 years ago
bfdbecf
Derive stack alignment from CACHE_WRITEBACK_GRANULE
by Soby Mathew
· 8 years ago
4f96838
GIC: Ensure SGIs and PPIs are Group0 before setup
by Soby Mathew
· 8 years ago
876877d
Merge pull request #657 from yatharth-arm/yk/genfw-1505
by danh-arm
· 8 years ago
79f8640
Fix `cert_create` tool for Segmentation fault
by Yatharth Kochar
· 8 years ago
e4862e2
Merge pull request #651 from Xilinx/zynqmp_uart
by danh-arm
· 8 years ago
8f7f769
Merge pull request #652 from soby-mathew/sm/pmf_psci_stat
by danh-arm
· 8 years ago
421dbc4
Enable PSCI_STAT_COUNT/RESIDENCY for ARM standard platforms
by Soby Mathew
· 8 years ago
241ec6c
Add optional PSCI STAT residency & count functions
by Yatharth Kochar
· 8 years ago
9518d02
Add Performance Measurement Framework(PMF)
by Yatharth Kochar
· 9 years ago
99c0d7b
zynqmp: Add option to select between Cadence UARTs
by Soren Brinkmann
· 8 years ago
bb272b4
Merge pull request #650 from Xilinx/zynqmp-updates
by danh-arm
· 8 years ago
9efe657
build_macros: Add 'add_define_val' macro
by Soren Brinkmann
· 8 years ago
Next »