This is an automated email from Gerrit. Alamy Liu ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3273
-- gerrit commit a37f75e2d61544846746ff049499974478a9b639 Author: Alamy Liu <[email protected]> Date: Wed Aug 12 15:14:44 2015 -0700 aarch64: space between functions Change-Id: Ib801b7417b779bd2393a8d479939673b116f43cd Signed-off-by: Alamy Liu <[email protected]> diff --git a/src/target/aarch64.c b/src/target/aarch64.c index eb1c62c..8f486d3 100644 --- a/src/target/aarch64.c +++ b/src/target/aarch64.c @@ -73,6 +73,7 @@ static int aarch64_check_address(struct target *target, uint32_t address) /* TODO */ return ERROR_OK; } + /* modify system_control_reg in order to enable or disable mmu for : * - virt2phys address conversion * - read or write memory in phys or virt address */ @@ -294,6 +295,7 @@ static int aarch64_read_dcc(struct aarch64_common *a8, uint32_t *data, return retval; } + static int aarch64_read_dcc_64(struct aarch64_common *a8, uint64_t *data, uint32_t *dscr_p) { @@ -675,6 +677,7 @@ static int aarch64_dpm_setup(struct aarch64_common *a8, uint32_t debug) return retval; } + static struct target *get_aarch64(struct target *target, int32_t coreid) { struct target_list *head; @@ -2559,6 +2562,7 @@ static const struct command_registration aarch64_exec_command_handlers[] = { COMMAND_REGISTRATION_DONE }; + static const struct command_registration aarch64_command_handlers[] = { { .chain = arm_command_handlers, -- ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
