|
From: oharboe at B. <oh...@ma...> - 2009-02-23 22:36:24
|
Author: oharboe
Date: 2009-02-23 22:36:23 +0100 (Mon, 23 Feb 2009)
New Revision: 1381
Modified:
zy1000/trunk/ecoshal/hal/zylin/phi/current/include/pkgconf/mlt_zylin_phi_dram_fast.ldi
Log:
cortex perf wip
Modified: zy1000/trunk/ecoshal/hal/zylin/phi/current/include/pkgconf/mlt_zylin_phi_dram_fast.ldi
===================================================================
--- zy1000/trunk/ecoshal/hal/zylin/phi/current/include/pkgconf/mlt_zylin_phi_dram_fast.ldi 2009-02-23 21:26:11 UTC (rev 1380)
+++ zy1000/trunk/ecoshal/hal/zylin/phi/current/include/pkgconf/mlt_zylin_phi_dram_fast.ldi 2009-02-23 21:36:23 UTC (rev 1381)
@@ -176,6 +176,16 @@
KEEP (*(.text.*flip_u32*)) ;
KEEP (*(.text.*bit_reverse_table256*)) ;
//KEEP (*zy1000*) ;
+
+ KEEP (*(.text.*scan_inout_check_u32*)) ;
+ KEEP (*(.text.*swjdp_scan*)) ;
+ KEEP (*(.text.*ahbap_write_buf_u32*)) ;
+ KEEP (*(.text.*ahbap_write_system_atomic_u32*)) ;
+ KEEP (*(.text.*ahbap_read_system_atomic_u32*)) ;
+ KEEP (*(.text.*swjdp_transaction_endcheck*)) ;
+ KEEP (*(.text.*buf_cmp_mask*)) ;
+ KEEP (*(.text.*buf_cpy*)) ;
+
. = ALIGN (4);
__fastdata_end_load = LOADADDR(.fastdata) + SIZEOF(.fastdata);
|