Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
82801654d713bffa95f3653f26036062e6225985
/
plat
/
arm
/
board
/
fvp
/
fvp_bl2_setup.c
ae2c0f9
fix(fvp): fix NULL pointer dereference issue
by Manish V Badarkhe
· Wed May 04 17:21:22 2022 +0100
86854e7
feat(fvp): update HW_CONFIG DT loading mechanism
by Manish V Badarkhe
· Tue Mar 15 16:05:58 2022 +0000
57b669f
refactor(measured boot): move image measurement to generic layer
by Manish V Badarkhe
· Mon Sep 20 09:06:02 2021 +0100
5797b80
feat(measured boot): move init and teardown functions to platform layer
by Manish V Badarkhe
· Fri Aug 06 09:26:20 2021 +0100
4e9af17
refactor(measured boot): rename tpm_record_measurement()
by Sandrine Bailleux
· Thu Jul 01 14:13:09 2021 +0200
61369a2
plat/arm/board/fvp: Add support for Measured Boot
by Alexei Fedorov
· Mon Jul 13 14:59:02 2020 +0100
8717e03
plat/arm: Use only fw_config between bl2 and bl31
by Manish V Badarkhe
· Sat May 30 17:40:44 2020 +0100
87675d4
Coverity: remove unnecessary header file includes
by Zelalem
· Mon Feb 03 14:56:42 2020 -0600
7131d83
FVP: Add Delay Timer driver to BL1 and BL31
by Alexei Fedorov
· Fri Aug 16 14:15:59 2019 +0100
bd7b740
plat/arm: Sanitise includes
by Antonio Nino Diaz
· Fri Jan 25 14:30:04 2019 +0000
a320ecd
plat/arm: Fix header dependencies
by Antonio Nino Diaz
· Tue Jan 15 14:19:50 2019 +0000
e0f9063
Sanitise includes across codebase
by Antonio Nino Diaz
· Fri Dec 14 00:18:21 2018 +0000
cc36484
Dynamic cfg: MISRA fixes
by Soby Mathew
· Wed Feb 21 01:16:39 2018 +0000
96a1c6b
ARM Platforms: Load HW_CONFIG in BL2
by Soby Mathew
· Mon Jan 15 14:45:33 2018 +0000
7d5a2e7
ARM Platforms: Migrate to new BL handover interface
by Soby Mathew
· Wed Jan 10 15:59:31 2018 +0000
fa3cf0b
Use SPDX license identifiers
by dp-arm
· Wed May 03 09:38:09 2017 +0100
664adb6
Replace SP804 timer by generic delay timer on FVP
by Antonio Nino Diaz
· Tue May 17 09:48:10 2016 +0100
fd383b4
Fix SP804 delay timer on FVP
by Juan Castillo
· Tue Dec 01 16:10:15 2015 +0000
f96fc8f
FVP: Add SP804 delay timer
by Ryan Harkin
· Tue Mar 17 14:54:01 2015 +0000
d617f66
Move FVP port to plat/arm/board/fvp
by Dan Handley
· Mon Apr 27 19:17:18 2015 +0100
[Renamed from plat/fvp/bl2_fvp_setup.c]
2b6b574
Migrate FVP port to use common code
by Dan Handley
· Thu Mar 19 19:17:53 2015 +0000
0cdebbd
Remove use of PLATFORM_CACHE_LINE_SIZE
by Dan Handley
· Mon Mar 30 17:15:16 2015 +0100
0d3cdbe
FVP: initialize IO framework in bl2_early_platform_setup()
by Juan Castillo
· Wed Jan 28 16:42:41 2015 +0000
09a16c0
Merge pull request #248 from jcastillo-arm/jc/tf-issues/212_1
by danh-arm
· Wed Jan 28 10:42:32 2015 +0000
2ae2043
Remove coherent memory from the BL memory maps
by Soby Mathew
· Thu Jan 08 18:02:44 2015 +0000
f3e0218
FVP: map non-secure DRAM1 in the MMU
by Juan Castillo
· Fri Dec 19 09:28:30 2014 +0000
42a617d
FVP: keep shared data in Trusted SRAM
by Juan Castillo
· Wed Sep 24 10:00:06 2014 +0100
48e84b3
FVP: make usage of Trusted DRAM optional at build time
by Juan Castillo
· Tue Aug 12 13:51:51 2014 +0100
0c70c57
FVP: apply new naming conventions to memory regions
by Juan Castillo
· Tue Aug 12 13:04:43 2014 +0100
69817f7
Parametrize baudrate and UART clock during console_init()
by Soby Mathew
· Mon Jul 14 15:43:21 2014 +0100
e8e04ec
Merge pull request #157 from sandrine-bailleux/sb/tf-issue-109
by danh-arm
· Thu Jul 10 14:45:19 2014 +0100
467d057
Remove concept of top/bottom image loading
by Sandrine Bailleux
· Tue Jun 24 14:02:34 2014 +0100
f268c72
Merge pull request #151 from vikramkanigiri/vk/t133-code-readability
by Andrew Thoelke
· Fri Jun 27 14:10:04 2014 +0100
2d55240
Remove all checkpatch errors from codebase
by Juan Castillo
· Fri Jun 13 17:05:10 2014 +0100
cf79bf5
Simplify entry point information generation code on FVP
by Vikram Kanigiri
· Mon Jun 02 14:59:00 2014 +0100
1c3e228
fvp: Remove unused 'bl2_el_change_mem_ptr' variable
by Sandrine Bailleux
· Thu May 29 13:55:51 2014 +0100
a55566d
Allow platform parameter X1 to be passed to BL3-1
by Andrew Thoelke
· Wed May 28 22:22:55 2014 +0100
ea45157
Rename FVP specific files and functions
by Dan Handley
· Thu May 15 14:53:30 2014 +0100
[Renamed (97%) from plat/fvp/bl2_plat_setup.c]
7ce42df
Move BL porting functions into platform.h
by Dan Handley
· Thu May 15 14:11:36 2014 +0100
ed6ff95
Split platform.h into separate headers
by Dan Handley
· Wed May 14 17:44:19 2014 +0100
335bf58
Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2
by Andrew Thoelke
· Fri May 23 12:14:37 2014 +0100