Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
94e197668ce3d4314e692e9c061a4b05efd1a2ba
« Previous
736a3bf
FWU: Add Firmware Update support in BL1 for ARM platforms
by Yatharth Kochar
· 9 years ago
71c9a5e
FWU: Add Generic Firmware Update framework support in BL1
by Yatharth Kochar
· 9 years ago
a65be2f
Add descriptor based image management support in BL1
by Yatharth Kochar
· 9 years ago
6c0566c
Move context management code to common location
by Yatharth Kochar
· 9 years ago
6089af0
SoC security setup for CSS platforms in BL1
by Yatharth Kochar
· 9 years ago
57d334c
Remove `RUN_IMAGE` usage as opcode passed to next EL.
by Yatharth Kochar
· 9 years ago
115352c
Add uppercase macro to build_macros.mk
by Yatharth Kochar
· 9 years ago
2fd66be
Specify BL31 runtime console for ARM Standard platforms
by Soby Mathew
· 9 years ago
1ff495b
Ensure BL31 does not print to boot console by default
by Soby Mathew
· 9 years ago
ceb6187
Introduce console_uninit() API in ARM Trusted Firmware
by Soby Mathew
· 9 years ago
e58ddc0
Merge pull request #461 from yatharth-arm/yk/nvidia_patch
by danh-arm
· 9 years ago
33f5c41
Include psci.h from tegra platform header
by Yatharth Kochar
· 9 years ago
e6c3240
Merge pull request #460 from sandrine-bailleux/sb/init-vttbrel2-vmid
by danh-arm
· 9 years ago
8b0eafe
Initialize VTTBR_EL2 when bypassing EL2
by Sandrine Bailleux
· 9 years ago
230b5e4
Merge pull request #458 from soby-mathew/sm/rem_tzc_base_assert
by danh-arm
· 9 years ago
1301122
Merge pull request #457 from soby-mathew/sm/fix_fpregs_restore
by danh-arm
· 9 years ago
fcd9d18
Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2
by danh-arm
· 9 years ago
e181c0b
Merge pull request #455 from jcastillo-arm/jc/fvp_delay_timer
by danh-arm
· 9 years ago
e77e116
Fix issue in Floating point register restore
by Soby Mathew
· 9 years ago
7866424
TSP: Allow preemption of synchronous S-EL1 interrupt handling
by Soby Mathew
· 9 years ago
58e32d1
Enable support for EL3 interrupt in IMF
by Soby Mathew
· 9 years ago
1fa7eb6
Rework use of ARM GIC drivers on ARM platforms
by Achin Gupta
· 9 years ago
12012dd
Prepare platforms to use refactored ARM GIC drivers
by Soby Mathew
· 9 years ago
9360d4e
Merge pull request #454 from yatharth-arm/vk/deprecate-cci-400
by danh-arm
· 9 years ago
080c0be
Add CCI-400 specific driver to deprecated driver list
by Vikram Kanigiri
· 9 years ago
b77d206
Remove the assert for TZC base during initialization
by Soby Mathew
· 9 years ago
004924b
Merge pull request #452 from vwadekar/tegra-new-platform-apis-v2
by danh-arm
· 9 years ago
a78bb1b
Tegra: remove support for legacy platform APIs
by Varun Wadekar
· 9 years ago
bec9851
Enable use of FIQs and IRQs as TSP interrupts
by Soby Mathew
· 9 years ago
bc91282
Unify interrupt return paths from TSP into the TSPD
by Soby Mathew
· 9 years ago
5c5c36b
Rename GICv3 interrupt group macros
by Soby Mathew
· 9 years ago
fd383b4
Fix SP804 delay timer on FVP
by Juan Castillo
· 9 years ago
4e64733
Merge pull request #446 from vikramkanigiri/vk/tzc-400
by danh-arm
· 9 years ago
1df19de
Merge pull request #449 from jcastillo-arm/jc/tbb_oid
by danh-arm
· 9 years ago
f26c444
Merge pull request #444 from jcastillo-arm/jc/tbb_wdog
by danh-arm
· 9 years ago
b6132f1
TBB: add Trusted Watchdog support on ARM platforms
by Juan Castillo
· 9 years ago
740bc52
TBB: add ARM OIDs
by Juan Castillo
· 9 years ago
8f67649
Merge pull request #443 from achingupta/sb/el3_payloads-cb_single_cpu
by danh-arm
· 9 years ago
1568886
Merge pull request #445 from jcastillo-arm/jc/tf-issues/320
by danh-arm
· 9 years ago
d6944c4
Merge pull request #442 from soby-mathew/sm/remove_imf_read_intid
by danh-arm
· 9 years ago
d602873
Fix TZC-400 peripheral detection
by Vikram Kanigiri
· 9 years ago
5f64eff
Add a simple ARM SP805 watchdog driver
by Juan Castillo
· 10 years ago
facdd1c
Add basic NOR flash driver for ARM platforms
by Juan Castillo
· 9 years ago
9f0b2cf
User Guide: Remove reference to porting guide
by Sandrine Bailleux
· 9 years ago
b21b02f
Introduce COLD_BOOT_SINGLE_CPU build option
by Sandrine Bailleux
· 9 years ago
5146d43
Document the EL3 payload support
by Sandrine Bailleux
· 9 years ago
d47c9a5
FVP: Do not power off secondary CPUs when booting an EL3 payload
by Sandrine Bailleux
· 9 years ago
4c79d20
CSS: Put secondary CPUs in a pen when booting an EL3 payload
by Sandrine Bailleux
· 10 years ago
03897bb
CSS: Enable booting of EL3 payloads
by Sandrine Bailleux
· 9 years ago
87322b3
Pass the entry point info to bl1_plat_prepare_exit()
by Sandrine Bailleux
· 9 years ago
b7e97c4
Introduce SPIN_ON_BL1_EXIT build flag
by Sandrine Bailleux
· 9 years ago
c5204fa
Remove the IMF_READ_INTERRUPT_ID build option
by Soby Mathew
· 9 years ago
49b468b
Merge pull request #439 from soby-mathew/sm/new-gic-driver
by Achin Gupta
· 9 years ago
3ddc972
Deprecate the GIC Legacy driver.
by Soby Mathew
· 9 years ago
e063d3c
Add ARM GICv2 driver
by Soby Mathew
· 9 years ago
92712a5
Add ARM GICv3 driver without support for legacy operation
by Achin Gupta
· 9 years ago
1c87ace
Merge pull request #438 from soby-mathew/sm/error_deprecate
by Achin Gupta
· 9 years ago
b2baa89
Tegra: flowctrl: rename tegra_fc_cpu_idle() to tegra_fc_cpu_powerdn()
by Varun Wadekar
· 9 years ago
18a6204
Replace build macro WARN_DEPRECATED with ERROR_DEPRECATED
by Soby Mathew
· 9 years ago
c66bb64
Merge pull request #435 from sandrine-bailleux/sb/juno-r2
by Achin Gupta
· 9 years ago
4f6c078
Merge pull request #429 from vikramkanigiri/vk/fix_sctlr_res1
by Achin Gupta
· 9 years ago
7916cca
Merge pull request #430 from jcastillo-arm/jc/tf-issues/333
by Achin Gupta
· 9 years ago
29a7a03
Juno R2: Configure the correct L2 RAM latency values
by Sandrine Bailleux
· 9 years ago
9d548a2
Juno: Rework platform reset handler
by Sandrine Bailleux
· 9 years ago
671b8db
Fix build error when `BL32` is not defined
by Juan Castillo
· 9 years ago
94efd1f
Add missing RES1 bit in SCTLR_EL1
by Vikram Kanigiri
· 9 years ago
456deef
Add NULL pointer check before reading BL32 entry point information
by Juan Castillo
· 9 years ago
23828aa
Merge pull request #427 from jcastillo-arm/jc/tf-issues/294
by Achin Gupta
· 9 years ago
baf92b4
Merge pull request #428 from vwadekar/per-soc-system-reset-v2
by Achin Gupta
· 9 years ago
8b82fae
Tegra: introduce per-soc system reset handler
by Varun Wadekar
· 9 years ago
489c939
Merge pull request #424 from jcastillo-arm/jc/tf-issues/327
by Achin Gupta
· 9 years ago
d4f7925
Add -mstrict-align to the gcc options
by Juan Castillo
· 9 years ago
6444726
Merge pull request #425 from achingupta/ag/tf-issues#332
by Achin Gupta
· 9 years ago
1bdde17
Re-introduce evaluation of ENABLE_PLAT_COMPAT build flag
by Achin Gupta
· 9 years ago
53c5184
IMF: postpone SCR_EL3 update if context is not initialized
by Juan Castillo
· 9 years ago
b371da7
Merge pull request #423 from jcastillo-arm/jc/genfw/1211
by Achin Gupta
· 9 years ago
8427e33
Merge pull request #421 from sandrine-bailleux/sb/improve-display_boot_progress
by Achin Gupta
· 9 years ago
40ab317
Merge pull request #422 from achingupta/bj/juno_r2_support
by Achin Gupta
· 9 years ago
a443d22
Add A72 support for Juno R2
by Brendan Jackman
· 9 years ago
6e76206
Remove deprecated IO return definitions
by Juan Castillo
· 9 years ago
33c95cc
Improve display_boot_progress() function
by Sandrine Bailleux
· 9 years ago
b2e224c
Introduce print_entry_point_info() function
by Sandrine Bailleux
· 9 years ago
4a52083
Merge pull request #418 from soby-mathew/sm/sys_suspend
by danh-arm
· 9 years ago
1a559c2
Merge pull request #419 from soby-mathew/sm/tf-issues#318
by danh-arm
· 9 years ago
fe3b576
Include xlat_tables.h in plat_arm.h
by Soby Mathew
· 9 years ago
0f5bf38
Doc: Add instructions to test SYSTEM SUSPEND
by Soby Mathew
· 9 years ago
61e8d0b
Support PSCI SYSTEM SUSPEND on Juno
by Soby Mathew
· 9 years ago
a869de1
CSS: Implement topology support for System power domain
by Soby Mathew
· 9 years ago
33d3efe
Merge pull request #415 from jcastillo-arm/jc/plat_err_handler
by danh-arm
· 9 years ago
e43f9e5
Merge pull request #416 from davwan01/dw/css-common
by danh-arm
· 9 years ago
26ae583
Add optional platform error handler API
by Juan Castillo
· 9 years ago
8d1b701
Merge pull request #417 from jcastillo-arm/jc/makefile_2
by danh-arm
· 9 years ago
396644b
Make: fix dependency files generation
by Juan Castillo
· 9 years ago
a3487d1
Rework Makefile
by Juan Castillo
· 9 years ago
323ebe8
Allow CSS to redefine function `plat_arm_calc_core_pos`
by David Wang
· 9 years ago
47072fc
Merge pull request #413 from jcastillo-arm/jc/tbb_cert_opt
by danh-arm
· 9 years ago
3480996
Merge pull request #414 from jcastillo-arm/jc/io_ret_values
by danh-arm
· 9 years ago
ec813f5
Use standard errno definitions in load_auth_image()
by Juan Castillo
· 9 years ago
add146f
IO Framework: use standard errno codes as return values
by Juan Castillo
· 9 years ago
1218dd5
cert_create: specify command line options in the CoT
by Juan Castillo
· 9 years ago
Next »