diff options
author | Stefan Roese <sr@denx.de> | 2008-03-07 07:47:30 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-03-07 07:47:30 +0100 |
commit | 848e03110c0facf3800ea15fdc38e505248ee282 (patch) | |
tree | 1952d6c585f347e372106736c5fb2024b2507380 /include/configs/MPC837XEMDS.h | |
parent | 218892d12a1b68059ddb7b463a2b42e8406d4e85 (diff) | |
parent | bd4458cb47abecabd406b1210457be96c69fc49d (diff) | |
download | u-boot-imx-848e03110c0facf3800ea15fdc38e505248ee282.zip u-boot-imx-848e03110c0facf3800ea15fdc38e505248ee282.tar.gz u-boot-imx-848e03110c0facf3800ea15fdc38e505248ee282.tar.bz2 |
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
Diffstat (limited to 'include/configs/MPC837XEMDS.h')
-rw-r--r-- | include/configs/MPC837XEMDS.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index 61de084..2222ef2 100644 --- a/include/configs/MPC837XEMDS.h +++ b/include/configs/MPC837XEMDS.h @@ -84,11 +84,19 @@ HRCWH_LDP_CLEAR) #endif +/* Arbiter Configuration Register */ +#define CFG_ACR_PIPE_DEP 3 /* Arbiter pipeline depth is 4 */ +#define CFG_ACR_RPTCNT 3 /* Arbiter repeat count is 4 */ + +/* System Priority Control Register */ +#define CFG_SPCR_TSECEP 3 /* eTSEC1/2 emergency has highest priority */ + /* - * eTSEC Clock Config + * IP blocks clock configuration */ #define CFG_SCCR_TSEC1CM 1 /* CSB:eTSEC1 = 1:1 */ #define CFG_SCCR_TSEC2CM 1 /* CSB:eTSEC2 = 1:1 */ +#define CFG_SCCR_SATACM SCCR_SATACM_1 /* CSB:SATA[0:3] = 1:1 */ /* * System IO Config |