mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 03:15:00 +00:00
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>
This commit is contained in:
parent
8f0c7cbb0d
commit
6a17365b65
1 changed files with 0 additions and 4 deletions
|
@ -129,11 +129,7 @@
|
||||||
|
|
||||||
#define MINFLR_INIT_SETTINGS 0x00000040
|
#define MINFLR_INIT_SETTINGS 0x00000040
|
||||||
|
|
||||||
#ifdef CONFIG_LS102XA
|
|
||||||
#define DMACTRL_INIT_SETTINGS 0x00000003
|
|
||||||
#else
|
|
||||||
#define DMACTRL_INIT_SETTINGS 0x000000c3
|
#define DMACTRL_INIT_SETTINGS 0x000000c3
|
||||||
#endif
|
|
||||||
#define DMACTRL_GRS 0x00000010
|
#define DMACTRL_GRS 0x00000010
|
||||||
#define DMACTRL_GTS 0x00000008
|
#define DMACTRL_GTS 0x00000008
|
||||||
#define DMACTRL_LE 0x00008000
|
#define DMACTRL_LE 0x00008000
|
||||||
|
|
Loading…
Add table
Reference in a new issue