summaryrefslogtreecommitdiffstats
path: root/include/tsec.h
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2015-07-09 11:09:05 +0800
committerYork Sun <yorksun@freescale.com>2015-08-03 12:06:37 -0700
commit6a17365b658b1e5b1d33da0e77722d8a3d7da8d6 (patch)
tree90198efc01b09bfa1aa5e2208589c9b57b9d2a84 /include/tsec.h
parent8f0c7cbb0dd45614f31982ce6d095e203d7e5cda (diff)
downloadblackbird-obmc-uboot-6a17365b658b1e5b1d33da0e77722d8a3d7da8d6.tar.gz
blackbird-obmc-uboot-6a17365b658b1e5b1d33da0e77722d8a3d7da8d6.zip
armv7/ls1021a/etsec: Enable Tx Data and TxBD snooping
To improve eTSEC performance on LS1021A Rev2.0, snooping of all transmit frames from memory and all transmit BD memory accesses in enabled. Signed-off-by: Alison Wang <alison.wang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/tsec.h')
-rw-r--r--include/tsec.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/tsec.h b/include/tsec.h
index 58cdc19df3..1119d2cb60 100644
--- a/include/tsec.h
+++ b/include/tsec.h
@@ -129,11 +129,7 @@
#define MINFLR_INIT_SETTINGS 0x00000040
-#ifdef CONFIG_LS102XA
-#define DMACTRL_INIT_SETTINGS 0x00000003
-#else
#define DMACTRL_INIT_SETTINGS 0x000000c3
-#endif
#define DMACTRL_GRS 0x00000010
#define DMACTRL_GTS 0x00000008
#define DMACTRL_LE 0x00008000
OpenPOWER on IntegriCloud