Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
1a63443c
Commit
1a63443c
authored
5 years ago
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "arm_fpga: Remove bogus timer initialisation" into integration
parents
50d8cf26
a82ea1db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plat/arm/board/arm_fpga/fpga_bl31_setup.c
+0
-1
plat/arm/board/arm_fpga/fpga_bl31_setup.c
plat/arm/board/arm_fpga/fpga_def.h
+0
-1
plat/arm/board/arm_fpga/fpga_def.h
with
0 additions
and
2 deletions
+0
-2
plat/arm/board/arm_fpga/fpga_bl31_setup.c
View file @
1a63443c
...
...
@@ -56,7 +56,6 @@ void bl31_platform_setup(void)
/* Write frequency to CNTCRL and initialize timer */
generic_delay_timer_init
();
mmio_write_32
(
FPGA_TIMER_BASE
,
((
1
<<
8
)
|
1UL
));
}
entry_point_info_t
*
bl31_plat_get_next_image_ep_info
(
uint32_t
type
)
...
...
This diff is collapsed.
Click to expand it.
plat/arm/board/arm_fpga/fpga_def.h
View file @
1a63443c
...
...
@@ -36,6 +36,5 @@
#define PLAT_FPGA_CRASH_UART_CLK_IN_HZ PLAT_FPGA_BOOT_UART_CLK_IN_HZ
#define FPGA_TIMER_FREQUENCY 10000000
#define FPGA_TIMER_BASE 0x2a830000
#endif
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help