Skip to content
GitLab
Menu
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
Apr 09, 2020
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
Apr 09, 2020
Browse files
Merge "arm_fpga: Remove bogus timer initialisation" into integration
parents
50d8cf26
a82ea1db
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
)
...
...
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
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