* [U-Boot-Users] [PATCH] 837xEMDS: Improve the system performance
@ 2008-03-04 8:59 Dave Liu
2008-03-04 16:17 ` Wolfgang Denk
2008-03-06 23:21 ` Wolfgang Denk
0 siblings, 2 replies; 6+ messages in thread
From: Dave Liu @ 2008-03-04 8:59 UTC (permalink / raw)
To: u-boot
1. Make the CSB bus pipeline depth as 4, and enable
the repeat mode;
2. Raise the eTSEC emergency priority;
3. Use the highest IP blocks clock.
Signed-off-by: Dave Liu <daveliu@freescale.com>
---
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
--
1.5.4.rc4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [U-Boot-Users] [PATCH] 837xEMDS: Improve the system performance
2008-03-04 8:59 [U-Boot-Users] [PATCH] 837xEMDS: Improve the system performance Dave Liu
@ 2008-03-04 16:17 ` Wolfgang Denk
2008-03-05 2:54 ` Kim Phillips
2008-03-06 23:21 ` Wolfgang Denk
1 sibling, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2008-03-04 16:17 UTC (permalink / raw)
To: u-boot
In message <1204621163.3656.3.camel@localhost.localdomain> you wrote:
> 1. Make the CSB bus pipeline depth as 4, and enable
> the repeat mode;
> 2. Raise the eTSEC emergency priority;
> 3. Use the highest IP blocks clock.
>
> Signed-off-by: Dave Liu <daveliu@freescale.com>
Is this supposed to go into the 1.3.2 release?
Directly or through Kim's 83xx custodian repo?
Kim?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Sometimes a man will tell his bartender things he'll never tell his doctor.
-- Dr. Phillip Boyce, "The Menagerie" ("The Cage"),
stardate unknown.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot-Users] [PATCH] 837xEMDS: Improve the system performance
2008-03-04 16:17 ` Wolfgang Denk
@ 2008-03-05 2:54 ` Kim Phillips
2008-03-05 4:14 ` Liu Dave
0 siblings, 1 reply; 6+ messages in thread
From: Kim Phillips @ 2008-03-05 2:54 UTC (permalink / raw)
To: u-boot
On Tue, 04 Mar 2008 17:17:27 +0100
Wolfgang Denk <wd@denx.de> wrote:
> In message <1204621163.3656.3.camel@localhost.localdomain> you wrote:
> > 1. Make the CSB bus pipeline depth as 4, and enable
> > the repeat mode;
> > 2. Raise the eTSEC emergency priority;
> > 3. Use the highest IP blocks clock.
> >
> > Signed-off-by: Dave Liu <daveliu@freescale.com>
>
> Is this supposed to go into the 1.3.2 release?
>
> Directly or through Kim's 83xx custodian repo?
>
> Kim?
Hi Wolfgang,
I don't know what version Dave intended here either; if he wants it in
1.3.2 I'll apply and ask you to pull.
Dave?
Kim
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot-Users] [PATCH] 837xEMDS: Improve the system performance
2008-03-05 2:54 ` Kim Phillips
@ 2008-03-05 4:14 ` Liu Dave
2008-03-05 6:25 ` Liu Dave
0 siblings, 1 reply; 6+ messages in thread
From: Liu Dave @ 2008-03-05 4:14 UTC (permalink / raw)
To: u-boot
> > > 1. Make the CSB bus pipeline depth as 4, and enable
> > > the repeat mode;
> > > 2. Raise the eTSEC emergency priority;
> > > 3. Use the highest IP blocks clock.
> > >
> > > Signed-off-by: Dave Liu <daveliu@freescale.com>
> >
> > Is this supposed to go into the 1.3.2 release?
> >
> > Directly or through Kim's 83xx custodian repo?
> >
> > Kim?
>
> Hi Wolfgang,
>
> I don't know what version Dave intended here either; if he wants it in
> 1.3.2 I'll apply and ask you to pull.
>
> Dave?
Wolfgang, please apply the patch directly, for the 1.3.2 release
Thanks,
Dave
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot-Users] [PATCH] 837xEMDS: Improve the system performance
2008-03-05 4:14 ` Liu Dave
@ 2008-03-05 6:25 ` Liu Dave
0 siblings, 0 replies; 6+ messages in thread
From: Liu Dave @ 2008-03-05 6:25 UTC (permalink / raw)
To: u-boot
> > Hi Wolfgang,
> >
> > I don't know what version Dave intended here either; if he
> wants it in
> > 1.3.2 I'll apply and ask you to pull.
> >
> > Dave?
>
> Wolfgang, please apply the patch directly, for the 1.3.2 release
Hello Wolfgang and Kim, I'm mistaking to read Kim's message,
Actually, the patch is *not* emergency, it will go to 1.3.2 release.
Kim, please apply it to your tree. Sorry for that.
Dave
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot-Users] [PATCH] 837xEMDS: Improve the system performance
2008-03-04 8:59 [U-Boot-Users] [PATCH] 837xEMDS: Improve the system performance Dave Liu
2008-03-04 16:17 ` Wolfgang Denk
@ 2008-03-06 23:21 ` Wolfgang Denk
1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2008-03-06 23:21 UTC (permalink / raw)
To: u-boot
In message <1204621163.3656.3.camel@localhost.localdomain> you wrote:
> 1. Make the CSB bus pipeline depth as 4, and enable
> the repeat mode;
> 2. Raise the eTSEC emergency priority;
> 3. Use the highest IP blocks clock.
>
> Signed-off-by: Dave Liu <daveliu@freescale.com>
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Good manners are the settled medium of social, as specie is of
commercial, life; returns are equally expected for both.
- Lord Chesterfield _Letters to his Son_, 25 December 1753
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-03-06 23:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-04 8:59 [U-Boot-Users] [PATCH] 837xEMDS: Improve the system performance Dave Liu
2008-03-04 16:17 ` Wolfgang Denk
2008-03-05 2:54 ` Kim Phillips
2008-03-05 4:14 ` Liu Dave
2008-03-05 6:25 ` Liu Dave
2008-03-06 23:21 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox