* [U-Boot] [PATCH] ls1021a: etsec: Enable Tx Data and TxBD snooping
@ 2015-07-09 3:09 Alison Wang
2015-08-04 15:50 ` York Sun
0 siblings, 1 reply; 2+ messages in thread
From: Alison Wang @ 2015-07-09 3:09 UTC (permalink / raw)
To: u-boot
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>
---
include/tsec.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/include/tsec.h b/include/tsec.h
index 58cdc19..1119d2c 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
--
2.1.0.27.g96db324
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-04 15:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-09 3:09 [U-Boot] [PATCH] ls1021a: etsec: Enable Tx Data and TxBD snooping Alison Wang
2015-08-04 15:50 ` York Sun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox