* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2007-08-10 5:46 Kim Phillips
2007-08-10 8:38 ` Wolfgang Denk
0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2007-08-10 5:46 UTC (permalink / raw)
To: u-boot
Wolfgang, it appears that you didn't pull mpc83xx. I've taken the
patches that showed up on the list since my last pull request, and
added them to my master branch, which I since rebased on top of your
last night's HEAD.
Please do a:
git-pull git://www.denx.de/git/u-boot-mpc83xx.git
to get the following changes since commit b0d2962faf200b816410893faff31e54287b9075:
Wolfgang Denk (1):
Merge with git+ssh://atlas/home/wd/git/u-boot/master
Dave Liu (6):
mpc83xx: Revise the MPC8360EMDS readme doc
mpc83xx: Fix the align bug of SDMA buffer
mpc83xx: Add support for the display of reset status
mpc83xx: Correct the burst length for DDR2 with 32 bits
mpc83xx: Consolidate the ECC support of 83xx
mpc83xx: Correct the README for DDR ECC
Jerry Van Baren (2):
mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
Kim Phillips (4):
mpc83xx: fix 8360 and cpu functions to update fdt being passed
mpc83xx: fixup generic pci for libfdt
mpc83xx: add support for the MPC8323E RDB
mpc83xx: fix ITX[GP] O=builddir builds
Lee Nipper (1):
mpc83xx: Add support for 8360 silicon revision 2.1
Martin Krause (1):
TQM834x: cleanup configuraton
Timur Tabi (2):
Update SCCR programming in cpu_init_f() to support all 83xx processors
FSL I2C driver programs the two I2C busses differently
david.saada (1):
MPC83xx: Fix makefile to generate config.h file in the build directory
Makefile | 19 +-
board/freescale/mpc8323erdb/Makefile | 50 ++
board/freescale/mpc8323erdb/config.mk | 28 +
board/freescale/mpc8323erdb/mpc8323erdb.c | 217 ++++++++
board/mpc8349emds/mpc8349emds.c | 327 -----------
board/mpc8349itx/config.mk | 6 -
board/mpc8360emds/mpc8360emds.c | 389 +-------------
board/mpc8360emds/pci.c | 22 +-
cpu/mpc83xx/Makefile | 2 +-
cpu/mpc83xx/cpu.c | 118 +++--
cpu/mpc83xx/cpu_init.c | 50 ++-
cpu/mpc83xx/ecc.c | 390 +++++++++++++
cpu/mpc83xx/pci.c | 36 ++-
cpu/mpc83xx/spd_sdram.c | 8 +-
doc/README.mpc8323erdb | 71 +++
doc/README.mpc8360emds | 23 +-
...ME.mpc8349emds.ddrecc => README.mpc83xx.ddrecc} | 60 +-
drivers/fsl_i2c.c | 3 +-
drivers/qe/qe.c | 2 +-
drivers/qe/qe.h | 2 +-
include/common.h | 2 +
include/configs/MPC8323ERDB.h | 583 ++++++++++++++++++++
include/configs/TQM834x.h | 3 -
include/mpc83xx.h | 4 +
lib_ppc/board.c | 6 +-
25 files changed, 1590 insertions(+), 831 deletions(-)
create mode 100644 board/freescale/mpc8323erdb/Makefile
create mode 100644 board/freescale/mpc8323erdb/config.mk
create mode 100644 board/freescale/mpc8323erdb/mpc8323erdb.c
create mode 100644 cpu/mpc83xx/ecc.c
create mode 100644 doc/README.mpc8323erdb
rename doc/{README.mpc8349emds.ddrecc => README.mpc83xx.ddrecc} (62%)
create mode 100644 include/configs/MPC8323ERDB.h
Thanks,
Kim
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2007-08-10 5:46 Kim Phillips
@ 2007-08-10 8:38 ` Wolfgang Denk
0 siblings, 0 replies; 37+ messages in thread
From: Wolfgang Denk @ 2007-08-10 8:38 UTC (permalink / raw)
To: u-boot
In message <20070810004607.29c0f603.kim.phillips@freescale.com> you wrote:
> Wolfgang, it appears that you didn't pull mpc83xx. I've taken the
> patches that showed up on the list since my last pull request, and
> added them to my master branch, which I since rebased on top of your
> last night's HEAD.
Please check again.
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
Madness has no purpose. Or reason. But it may have a goal.
-- Spock, "The Alternative Factor", stardate 3088.7
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2007-12-20 23:56 Kim Phillips
2007-12-21 0:15 ` Joakim Tjernlund
2007-12-26 23:44 ` Wolfgang Denk
0 siblings, 2 replies; 37+ messages in thread
From: Kim Phillips @ 2007-12-20 23:56 UTC (permalink / raw)
To: u-boot
Wolfgang D., please pull mainly mpc837x support and libfdt code updates
for mpc83xx (this pull request depends on the mpc85xx pull request):
The following changes since commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2:
Wolfgang Denk (1):
Release v1.3.1
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc83xx.git
Anton Vorontsov (1):
MPC8360E-MDS: configure and enable second UART
Dave Liu (6):
mpc83xx: Add the support of MPC837x SoC
mpc83xx: Add the support of MPC8315E SoC
mpc83xx: Add the support of MPC837xEMDS board
mpc83xx: Add the MPC837xEMDS board readme
mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
mpc83xx: update the CREDITS and MAINTAINERS
Joakim Tjernlund (1):
Add support CONFIG_UEC_ETH3 in MPC83xx
Kim Phillips (8):
mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
mpc83xx: fix remaining fdt_find_node_by_path references
mpc83xx: supress compiler warning
mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
mpc83xx: convert to using do_fixup_*()
mpc83xx: remove FLAT_TREE code
mpc83xx: rm remaining FLAT_TREE code
Kumar Gala (1):
Remove CONFIG options related to OF that we dont use
Paul Gortmaker (3):
sbc8349: Remove board specific ECC code
sbc8349: migrate board to libfdt
sbc8349: enable libfdt by default on WRS SBC8349 board.
Timur Tabi (1):
83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
CREDITS | 5 +
MAINTAINERS | 2 +
MAKEALL | 1 +
Makefile | 10 +
board/freescale/mpc8313erdb/mpc8313erdb.c | 14 +-
board/freescale/mpc8323erdb/mpc8323erdb.c | 10 -
board/freescale/mpc832xemds/mpc832xemds.c | 14 +-
board/freescale/mpc832xemds/pci.c | 46 +--
board/freescale/mpc8349emds/mpc8349emds.c | 14 +-
board/freescale/mpc8349emds/pci.c | 76 ++---
board/freescale/mpc8349itx/mpc8349itx.c | 14 +-
board/freescale/mpc8349itx/pci.c | 76 ++---
board/freescale/mpc8360emds/mpc8360emds.c | 61 +++-
board/freescale/mpc8360emds/pci.c | 46 +--
board/freescale/mpc837xemds/Makefile | 50 +++
board/freescale/mpc837xemds/config.mk | 28 ++
board/freescale/mpc837xemds/mpc837xemds.c | 132 +++++++
board/freescale/mpc837xemds/pci.c | 65 +++
board/sbc8349/pci.c | 52 ++-
board/sbc8349/sbc8349.c | 347 +----------------
cpu/mpc83xx/Makefile | 2 +-
cpu/mpc83xx/cpu.c | 362 ++----------------
cpu/mpc83xx/cpu_init.c | 6 +-
cpu/mpc83xx/fdt.c | 72 ++++
cpu/mpc83xx/pci.c | 83 ++---
cpu/mpc83xx/spd_sdram.c | 7 +-
cpu/mpc83xx/speed.c | 201 ++++++++--
doc/README.mpc837xemds | 104 +++++
drivers/net/tsec.c | 10 +
drivers/qe/uec.c | 23 ++
include/asm-ppc/global_data.h | 15 +-
include/asm-ppc/immap_83xx.h | 145 +++++++-
include/configs/MPC8313ERDB.h | 9 +-
include/configs/MPC8323ERDB.h | 12 +-
include/configs/MPC832XEMDS.h | 12 +-
include/configs/MPC8349EMDS.h | 8 +-
include/configs/MPC8349ITX.h | 11 +-
include/configs/MPC8360EMDS.h | 15 +-
include/configs/MPC837XEMDS.h | 600 +++++++++++++++++++++++++++++
include/configs/sbc8349.h | 10 +-
include/mpc83xx.h | 261 ++++++++++++--
net/eth.c | 3 +
42 files changed, 1953 insertions(+), 1081 deletions(-)
create mode 100644 board/freescale/mpc837xemds/Makefile
create mode 100644 board/freescale/mpc837xemds/config.mk
create mode 100644 board/freescale/mpc837xemds/mpc837xemds.c
create mode 100644 board/freescale/mpc837xemds/pci.c
create mode 100644 cpu/mpc83xx/fdt.c
create mode 100644 doc/README.mpc837xemds
create mode 100644 include/configs/MPC837XEMDS.h
p.s. I was unable to get the UEC and PHY latency fixes
to a satisfactory state without re-reverting the relocation for 83xx
commit (assuming that was what was causing Joakim's and Russell's
problem). Now I'm going on vacation (random email access). btw, they
should probably go through Ben Warren (net custodian) anyway.
Kim
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2007-12-20 23:56 Kim Phillips
@ 2007-12-21 0:15 ` Joakim Tjernlund
2008-01-08 10:26 ` Joakim Tjernlund
2008-01-08 16:21 ` Kim Phillips
2007-12-26 23:44 ` Wolfgang Denk
1 sibling, 2 replies; 37+ messages in thread
From: Joakim Tjernlund @ 2007-12-21 0:15 UTC (permalink / raw)
To: u-boot
> -----Original Message-----
> From: u-boot-users-bounces at lists.sourceforge.net
> [mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf
> Of Kim Phillips
> Sent: den 21 december 2007 00:57
> To: Wolfgang Denk
> Cc: u-boot-users at lists.sourceforge.net
> Subject: [U-Boot-Users] Please pull u-boot-mpc83xx.git
>
> Wolfgang D., please pull mainly mpc837x support and libfdt
> code updates
> for mpc83xx (this pull request depends on the mpc85xx pull request):
>
> The following changes since commit
> 41be969f4957115ed7b1fe8b890bfaee99d7a7a2:
> Wolfgang Denk (1):
> Release v1.3.1
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc83xx.git
gaa, no network driver fixes? When do you plan to send them?
Jocke
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2007-12-20 23:56 Kim Phillips
2007-12-21 0:15 ` Joakim Tjernlund
@ 2007-12-26 23:44 ` Wolfgang Denk
1 sibling, 0 replies; 37+ messages in thread
From: Wolfgang Denk @ 2007-12-26 23:44 UTC (permalink / raw)
To: u-boot
In message <20071220175658.850eac66.kim.phillips@freescale.com> you wrote:
> Wolfgang D., please pull mainly mpc837x support and libfdt code updates
> for mpc83xx (this pull request depends on the mpc85xx pull request):
Please try and avoid such dependencies on other custodian trees.
> The following changes since commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2:
> Wolfgang Denk (1):
> Release v1.3.1
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc83xx.git
Sorry, this does not apply cleanly even though I pulled the FDT and
85xx repos first:
CONFLICT (content): Merge conflict in cpu/mpc83xx/cpu.c
Please fix and send new pull request.
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
"Am besten betrachten Sie Fehlermeldungen als eine Art Psycho-Test,
mit dem herausgefunden werden soll, wie belastbar Sie sind."
- Dr. R. Wonneberger, Kompaktf?hrer LaTeX, Kap. 1.6: Fehlermeldungen
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2007-12-21 0:15 ` Joakim Tjernlund
@ 2008-01-08 10:26 ` Joakim Tjernlund
2008-01-08 16:21 ` Kim Phillips
1 sibling, 0 replies; 37+ messages in thread
From: Joakim Tjernlund @ 2008-01-08 10:26 UTC (permalink / raw)
To: u-boot
On Fri, 2007-12-21 at 01:15 +0100, Joakim Tjernlund wrote:
> > -----Original Message-----
> > From: u-boot-users-bounces at lists.sourceforge.net
> > [mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf
> > Of Kim Phillips
> > Sent: den 21 december 2007 00:57
> > To: Wolfgang Denk
> > Cc: u-boot-users at lists.sourceforge.net
> > Subject: [U-Boot-Users] Please pull u-boot-mpc83xx.git
> >
> > Wolfgang D., please pull mainly mpc837x support and libfdt
> > code updates
> > for mpc83xx (this pull request depends on the mpc85xx pull request):
> >
> > The following changes since commit
> > 41be969f4957115ed7b1fe8b890bfaee99d7a7a2:
> > Wolfgang Denk (1):
> > Release v1.3.1
> >
> > are available in the git repository at:
> >
> > git://www.denx.de/git/u-boot-mpc83xx.git
>
> gaa, no network driver fixes? When do you plan to send them?
>
> Jocke
Kim, what about the network driver fixes we worked on before X-mas?
Please push those too before the merge window closes.
Jocke
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2007-12-21 0:15 ` Joakim Tjernlund
2008-01-08 10:26 ` Joakim Tjernlund
@ 2008-01-08 16:21 ` Kim Phillips
2008-01-08 16:53 ` Joakim Tjernlund
1 sibling, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-01-08 16:21 UTC (permalink / raw)
To: u-boot
On Fri, 21 Dec 2007 01:15:08 +0100
"Joakim Tjernlund" <joakim.tjernlund@transmode.se> wrote:
> > -----Original Message-----
> > From: u-boot-users-bounces at lists.sourceforge.net
> > [mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf
> > Of Kim Phillips
> > Sent: den 21 december 2007 00:57
> > To: Wolfgang Denk
> > Cc: u-boot-users at lists.sourceforge.net
> > Subject: [U-Boot-Users] Please pull u-boot-mpc83xx.git
> >
> > Wolfgang D., please pull mainly mpc837x support and libfdt
> > code updates
> > for mpc83xx (this pull request depends on the mpc85xx pull request):
> >
> > The following changes since commit
> > 41be969f4957115ed7b1fe8b890bfaee99d7a7a2:
> > Wolfgang Denk (1):
> > Release v1.3.1
> >
> > are available in the git repository at:
> >
> > git://www.denx.de/git/u-boot-mpc83xx.git
>
> gaa, no network driver fixes? When do you plan to send them?
as I said in the original pull request:
"p.s. I was unable to get the UEC and PHY latency fixes
to a satisfactory state without re-reverting the relocation for 83xx
commit (assuming that was what was causing Joakim's and Russell's
problem). Now I'm going on vacation (random email access). btw, they
should probably go through Ben Warren (net custodian) anyway."
however, networking now seems to be totally broken, so whatever we can
get together for the new deadline for Ben, I'll try and help with.
Kim
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-01-08 16:21 Kim Phillips
2008-01-09 10:27 ` Wolfgang Denk
0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-01-08 16:21 UTC (permalink / raw)
To: u-boot
Wolfgang D., I rebased mpc83xx; please retry pulling mainly mpc837x
support and libfdt code updates:
The following changes since commit 207f83f102b07cb186a2da0678c51ed954f1b431:
Wolfgang Denk (1):
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc83xx.git
Anton Vorontsov (1):
MPC8360E-MDS: configure and enable second UART
Dave Liu (6):
mpc83xx: Add the support of MPC837x SoC
mpc83xx: Add the support of MPC8315E SoC
mpc83xx: Add the support of MPC837xEMDS board
mpc83xx: Add the MPC837xEMDS board readme
mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
mpc83xx: update the CREDITS and MAINTAINERS
Joakim Tjernlund (1):
Add support CONFIG_UEC_ETH3 in MPC83xx
Kim Phillips (9):
mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
mpc83xx: fix remaining fdt_find_node_by_path references
mpc83xx: supress compiler warning
mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
mpc83xx: convert to using do_fixup_*()
mpc83xx: remove FLAT_TREE code
mpc83xx: rm remaining FLAT_TREE code
mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
Kumar Gala (1):
Remove CONFIG options related to OF that we dont use
Paul Gortmaker (3):
sbc8349: Remove board specific ECC code
sbc8349: migrate board to libfdt
sbc8349: enable libfdt by default on WRS SBC8349 board.
Timur Tabi (1):
83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
CREDITS | 5 +
MAINTAINERS | 2 +
MAKEALL | 1 +
Makefile | 10 +
board/freescale/mpc8313erdb/mpc8313erdb.c | 14 +-
board/freescale/mpc8323erdb/mpc8323erdb.c | 10 -
board/freescale/mpc832xemds/mpc832xemds.c | 14 +-
board/freescale/mpc832xemds/pci.c | 46 +--
board/freescale/mpc8349emds/mpc8349emds.c | 14 +-
board/freescale/mpc8349emds/pci.c | 76 ++---
board/freescale/mpc8349itx/mpc8349itx.c | 14 +-
board/freescale/mpc8349itx/pci.c | 76 ++---
board/freescale/mpc8360emds/mpc8360emds.c | 61 +++-
board/freescale/mpc8360emds/pci.c | 46 +--
board/freescale/mpc837xemds/Makefile | 50 +++
board/freescale/mpc837xemds/config.mk | 28 ++
board/freescale/mpc837xemds/mpc837xemds.c | 132 +++++++
board/freescale/mpc837xemds/pci.c | 65 +++
board/sbc8349/pci.c | 52 ++-
board/sbc8349/sbc8349.c | 347 +----------------
cpu/mpc83xx/Makefile | 2 +-
cpu/mpc83xx/cpu.c | 348 ++---------------
cpu/mpc83xx/cpu_init.c | 6 +-
cpu/mpc83xx/fdt.c | 72 ++++
cpu/mpc83xx/pci.c | 83 ++---
cpu/mpc83xx/spd_sdram.c | 7 +-
cpu/mpc83xx/speed.c | 201 ++++++++--
doc/README.mpc837xemds | 104 +++++
drivers/net/tsec.c | 10 +
drivers/qe/uec.c | 23 ++
include/asm-ppc/global_data.h | 15 +-
include/asm-ppc/immap_83xx.h | 145 +++++++-
include/configs/MPC8313ERDB.h | 9 +-
include/configs/MPC8323ERDB.h | 12 +-
include/configs/MPC832XEMDS.h | 12 +-
include/configs/MPC8349EMDS.h | 8 +-
include/configs/MPC8349ITX.h | 11 +-
include/configs/MPC8360EMDS.h | 15 +-
include/configs/MPC837XEMDS.h | 600 +++++++++++++++++++++++++++++
include/configs/sbc8349.h | 10 +-
include/mpc83xx.h | 261 ++++++++++++--
net/eth.c | 3 +
42 files changed, 1953 insertions(+), 1067 deletions(-)
create mode 100644 board/freescale/mpc837xemds/Makefile
create mode 100644 board/freescale/mpc837xemds/config.mk
create mode 100644 board/freescale/mpc837xemds/mpc837xemds.c
create mode 100644 board/freescale/mpc837xemds/pci.c
create mode 100644 cpu/mpc83xx/fdt.c
create mode 100644 doc/README.mpc837xemds
create mode 100644 include/configs/MPC837XEMDS.h
Thanks,
Kim
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-01-08 16:21 ` Kim Phillips
@ 2008-01-08 16:53 ` Joakim Tjernlund
0 siblings, 0 replies; 37+ messages in thread
From: Joakim Tjernlund @ 2008-01-08 16:53 UTC (permalink / raw)
To: u-boot
On Tue, 2008-01-08 at 10:21 -0600, Kim Phillips wrote:
> On Fri, 21 Dec 2007 01:15:08 +0100
> "Joakim Tjernlund" <joakim.tjernlund@transmode.se> wrote:
>
> > > -----Original Message-----
> > > From: u-boot-users-bounces at lists.sourceforge.net
> > > [mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf
> > > Of Kim Phillips
> > > Sent: den 21 december 2007 00:57
> > > To: Wolfgang Denk
> > > Cc: u-boot-users at lists.sourceforge.net
> > > Subject: [U-Boot-Users] Please pull u-boot-mpc83xx.git
> > >
> > > Wolfgang D., please pull mainly mpc837x support and libfdt
> > > code updates
> > > for mpc83xx (this pull request depends on the mpc85xx pull request):
> > >
> > > The following changes since commit
> > > 41be969f4957115ed7b1fe8b890bfaee99d7a7a2:
> > > Wolfgang Denk (1):
> > > Release v1.3.1
> > >
> > > are available in the git repository at:
> > >
> > > git://www.denx.de/git/u-boot-mpc83xx.git
> >
> > gaa, no network driver fixes? When do you plan to send them?
>
> as I said in the original pull request:
>
> "p.s. I was unable to get the UEC and PHY latency fixes
> to a satisfactory state without re-reverting the relocation for 83xx
> commit (assuming that was what was causing Joakim's and Russell's
> problem). Now I'm going on vacation (random email access). btw, they
> should probably go through Ben Warren (net custodian) anyway."
>
> however, networking now seems to be totally broken, so whatever we can
> get together for the new deadline for Ben, I'll try and help with.
>
> Kim
Ahh, I never read that far so I didn't see that p.s.
Not sure what problem you are referring to, but I don't
have any problems with the latest patches for the new networking driver
with the minor updates I sent December 18, I don't need to enable
full relocation.
I think the relocation patch is only needed if you move the flash
mapping somewhere else like Russel did.
Jocke
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-01-08 16:21 Kim Phillips
@ 2008-01-09 10:27 ` Wolfgang Denk
0 siblings, 0 replies; 37+ messages in thread
From: Wolfgang Denk @ 2008-01-09 10:27 UTC (permalink / raw)
To: u-boot
In message <20080108102159.0fe3989f.kim.phillips@freescale.com> you wrote:
> Wolfgang D., I rebased mpc83xx; please retry pulling mainly mpc837x
> support and libfdt code updates:
>
> The following changes since commit 207f83f102b07cb186a2da0678c51ed954f1b431:
> Wolfgang Denk (1):
> Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc83xx.git
Done, thanks.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
######## This message was made from 100% recycled electrons. ########
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-01-11 4:04 Kim Phillips
2008-01-11 23:12 ` Wolfgang Denk
0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-01-11 4:04 UTC (permalink / raw)
To: u-boot
Wolfgang D.,
please pull:
The following changes since commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c:
Ben Warren (1):
Fix Ethernet init() return codes
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc83xx.git
Anton Vorontsov (2):
mpc83xx: add "fsl, qe" compatible fixups
mpc83xx: add support for the MPC8360E-RDK
Dave Liu (7):
mpc83xx: Remove cache config from config.h
mpc83xx: Fix the typo in global data struct
mpc83xx: Fix the typo in mpc83xx.h
mpc83xx: Fix the wrong definition of MPC8315E
mpc83xx: Reduce the latency of DDR
mpc83xx: Make the code more readable
mpc83xx: Fix the bug of 266MHz data rate DDR
Kim Phillips (1):
mpc83xx: add missing CONFIG_HAS_ETH0 defines
MAINTAINERS | 4 +
MAKEALL | 2 +
Makefile | 11 +
board/freescale/mpc8360erdk/Makefile | 50 +++
board/freescale/mpc8360erdk/config.mk | 28 ++
board/freescale/mpc8360erdk/mpc8360erdk.c | 340 ++++++++++++++++++
cpu/mpc83xx/fdt.c | 6 +
cpu/mpc83xx/spd_sdram.c | 6 +-
include/asm-ppc/global_data.h | 2 +-
include/configs/MPC8313ERDB.h | 5 -
include/configs/MPC8323ERDB.h | 10 +-
include/configs/MPC832XEMDS.h | 10 +-
include/configs/MPC8349EMDS.h | 7 -
include/configs/MPC8349ITX.h | 9 -
include/configs/MPC8360EMDS.h | 10 +-
include/configs/MPC8360ERDK.h | 538 +++++++++++++++++++++++++++++
include/configs/MPC837XEMDS.h | 38 +-
include/configs/TQM834x.h | 9 -
include/configs/sbc8349.h | 7 -
include/mpc83xx.h | 56 ++--
20 files changed, 1036 insertions(+), 112 deletions(-)
create mode 100644 board/freescale/mpc8360erdk/Makefile
create mode 100644 board/freescale/mpc8360erdk/config.mk
create mode 100644 board/freescale/mpc8360erdk/mpc8360erdk.c
create mode 100644 include/configs/MPC8360ERDK.h
Thanks,
Kim
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-01-11 4:04 Kim Phillips
@ 2008-01-11 23:12 ` Wolfgang Denk
0 siblings, 0 replies; 37+ messages in thread
From: Wolfgang Denk @ 2008-01-11 23:12 UTC (permalink / raw)
To: u-boot
In message <20080110220431.cf76b138.kim.phillips@freescale.com> you wrote:
> Wolfgang D.,
>
> please pull:
>
> The following changes since commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c:
> Ben Warren (1):
> Fix Ethernet init() return codes
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc83xx.git
>
> Anton Vorontsov (2):
> mpc83xx: add "fsl, qe" compatible fixups
> mpc83xx: add support for the MPC8360E-RDK
>
> Dave Liu (7):
> mpc83xx: Remove cache config from config.h
> mpc83xx: Fix the typo in global data struct
> mpc83xx: Fix the typo in mpc83xx.h
> mpc83xx: Fix the wrong definition of MPC8315E
> mpc83xx: Reduce the latency of DDR
> mpc83xx: Make the code more readable
> mpc83xx: Fix the bug of 266MHz data rate DDR
>
> Kim Phillips (1):
> mpc83xx: add missing CONFIG_HAS_ETH0 defines
Applied.
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
Far back in the mists of ancient time, in the great and glorious days
of the former Galactic Empire, life was wild, rich and largely tax
free. - Douglas Adams, _The Hitchhiker's Guide to the Galaxy_
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-01-16 18:39 Kim Phillips
2008-01-16 18:44 ` Joakim Tjernlund
2008-01-16 21:06 ` Wolfgang Denk
0 siblings, 2 replies; 37+ messages in thread
From: Kim Phillips @ 2008-01-16 18:39 UTC (permalink / raw)
To: u-boot
WD, please pull support for two new boards (mpc8315erdb and
mpc837xerdb), and some fixes for some bugs that crept in recently:
The following changes since commit cd9d23053d435c08fc8695017b5cb9003fcda786:
Anton Vorontsov (1):
nand: FSL UPM NAND driver
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc83xx.git
Dave Liu (3):
mpc83xx: Remove cache config from MPC8360ERDK.h
mpc83xx: Add config of eTSEC emergency priority in SPCR
mpc83xx: Add the support for MPC8315ERDB board
Jerry Van Baren (1):
Enable the isdram command on the MPC8360EMDS board
Kim Phillips (5):
mpc83xx: fix phy-connection-type fixup code
mpc83xx: clean up mpc8360emds.c warnings
mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
mpc83xx: add support for more system clock performance controls
Add support for the MPC837xERDB
Kumar Gala (1):
mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
Poonam Aggrwal (1):
Changes in uboot DDR configuration for MPC8313eRDB
CREDITS | 2 +-
MAINTAINERS | 5 +
MAKEALL | 2 +
Makefile | 6 +
board/freescale/mpc8313erdb/Makefile | 2 +-
board/freescale/mpc8315erdb/Makefile | 50 +++
board/freescale/mpc8315erdb/config.mk | 1 +
board/freescale/mpc8315erdb/mpc8315erdb.c | 132 +++++++
board/freescale/mpc8315erdb/sdram.c | 120 ++++++
board/freescale/mpc8349itx/Makefile | 2 +-
board/freescale/mpc8360emds/mpc8360emds.c | 34 +-
board/freescale/mpc837xerdb/Makefile | 50 +++
board/freescale/mpc837xerdb/config.mk | 28 ++
board/freescale/mpc837xerdb/mpc837xerdb.c | 150 ++++++++
board/freescale/mpc837xerdb/pci.c | 59 +++
cpu/mpc83xx/cpu_init.c | 78 +++-
cpu/mpc83xx/speed.c | 12 +-
doc/README.mpc8315erdb | 80 ++++
doc/README.mpc837xerdb | 98 +++++
include/configs/MPC8313ERDB.h | 32 +-
include/configs/MPC8315ERDB.h | 547 ++++++++++++++++++++++++++
include/configs/MPC8323ERDB.h | 2 +-
include/configs/MPC832XEMDS.h | 2 +-
include/configs/MPC8360EMDS.h | 3 +-
include/configs/MPC8360ERDK.h | 11 +-
include/configs/MPC837XERDB.h | 596 +++++++++++++++++++++++++++++
include/mpc83xx.h | 13 +-
27 files changed, 2040 insertions(+), 77 deletions(-)
create mode 100644 board/freescale/mpc8315erdb/Makefile
create mode 100644 board/freescale/mpc8315erdb/config.mk
create mode 100644 board/freescale/mpc8315erdb/mpc8315erdb.c
create mode 100644 board/freescale/mpc8315erdb/sdram.c
create mode 100644 board/freescale/mpc837xerdb/Makefile
create mode 100644 board/freescale/mpc837xerdb/config.mk
create mode 100644 board/freescale/mpc837xerdb/mpc837xerdb.c
create mode 100644 board/freescale/mpc837xerdb/pci.c
create mode 100644 doc/README.mpc8315erdb
create mode 100644 doc/README.mpc837xerdb
create mode 100644 include/configs/MPC8315ERDB.h
create mode 100644 include/configs/MPC837XERDB.h
Thanks,
Kim
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-01-16 18:39 [U-Boot-Users] Please pull u-boot-mpc83xx.git Kim Phillips
@ 2008-01-16 18:44 ` Joakim Tjernlund
2008-01-16 18:48 ` Kim Phillips
2008-01-16 21:06 ` Wolfgang Denk
1 sibling, 1 reply; 37+ messages in thread
From: Joakim Tjernlund @ 2008-01-16 18:44 UTC (permalink / raw)
To: u-boot
> -----Ursprungligt meddelande-----
> Fr?n: u-boot-users-bounces at lists.sourceforge.net [mailto:u-boot-users-bounces at lists.sourceforge.net]
> F?r Kim Phillips
> Skickat: den 16 januari 2008 19:39
> Till: Wolfgang Denk
> Kopia: u-boot-users at lists.sourceforge.net
> ?mne: [U-Boot-Users] Please pull u-boot-mpc83xx.git
>
> WD, please pull support for two new boards (mpc8315erdb and
> mpc837xerdb), and some fixes for some bugs that crept in recently:
>
> The following changes since commit cd9d23053d435c08fc8695017b5cb9003fcda786:
> Anton Vorontsov (1):
> nand: FSL UPM NAND driver
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc83xx.git
>
> Dave Liu (3):
> mpc83xx: Remove cache config from MPC8360ERDK.h
> mpc83xx: Add config of eTSEC emergency priority in SPCR
> mpc83xx: Add the support for MPC8315ERDB board
>
> Jerry Van Baren (1):
> Enable the isdram command on the MPC8360EMDS board
>
> Kim Phillips (5):
> mpc83xx: fix phy-connection-type fixup code
> mpc83xx: clean up mpc8360emds.c warnings
> mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
> mpc83xx: add support for more system clock performance controls
> Add support for the MPC837xERDB
>
> Kumar Gala (1):
> mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
>
> Poonam Aggrwal (1):
> Changes in uboot DDR configuration for MPC8313eRDB
hmm, no "[PATCH] net: reduce boot latency on QE UEC based boards"?
Please don't forget this one.
Jocke
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-01-16 18:44 ` Joakim Tjernlund
@ 2008-01-16 18:48 ` Kim Phillips
2008-01-16 20:16 ` Ben Warren
0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-01-16 18:48 UTC (permalink / raw)
To: u-boot
On Wed, 16 Jan 2008 19:44:30 +0100
"Joakim Tjernlund" <joakim.tjernlund@transmode.se> wrote:
>
> hmm, no "[PATCH] net: reduce boot latency on QE UEC based boards"?
> Please don't forget this one.
That's in the networking arena, so I sent that to Ben Warren. Since I
haven't heard back from him, I assume he's going to pass it on to WD.
Kim
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-01-16 18:48 ` Kim Phillips
@ 2008-01-16 20:16 ` Ben Warren
2008-01-17 9:19 ` Joakim Tjernlund
0 siblings, 1 reply; 37+ messages in thread
From: Ben Warren @ 2008-01-16 20:16 UTC (permalink / raw)
To: u-boot
Kim Phillips wrote:
> On Wed, 16 Jan 2008 19:44:30 +0100
> "Joakim Tjernlund" <joakim.tjernlund@transmode.se> wrote:
>
>
>> hmm, no "[PATCH] net: reduce boot latency on QE UEC based boards"?
>> Please don't forget this one.
>>
>
> That's in the networking arena, so I sent that to Ben Warren. Since I
> haven't heard back from him, I assume he's going to pass it on to WD.
>
> Kim
>
>
Sorry, thought I sent a message saying 'applied'. If not, 'applied' B-)
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-01-16 18:39 [U-Boot-Users] Please pull u-boot-mpc83xx.git Kim Phillips
2008-01-16 18:44 ` Joakim Tjernlund
@ 2008-01-16 21:06 ` Wolfgang Denk
1 sibling, 0 replies; 37+ messages in thread
From: Wolfgang Denk @ 2008-01-16 21:06 UTC (permalink / raw)
To: u-boot
In message <20080116123920.f14d75b8.kim.phillips@freescale.com> you wrote:
> WD, please pull support for two new boards (mpc8315erdb and
> mpc837xerdb), and some fixes for some bugs that crept in recently:
>
> The following changes since commit cd9d23053d435c08fc8695017b5cb9003fcda786:
> Anton Vorontsov (1):
> nand: FSL UPM NAND driver
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc83xx.git
Done, 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
Software entities are more complex for their size than perhaps any
other human construct because no two parts are alike. If they are, we
make the two similar parts into a subroutine -- open or closed. In
this respect, software systems differ profoundly from computers,
buildings, or automobiles, where repeated elements abound.
- Fred Brooks, Jr.
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-01-16 20:16 ` Ben Warren
@ 2008-01-17 9:19 ` Joakim Tjernlund
2008-01-17 9:22 ` Liu Dave
2008-01-17 14:35 ` Ben Warren
0 siblings, 2 replies; 37+ messages in thread
From: Joakim Tjernlund @ 2008-01-17 9:19 UTC (permalink / raw)
To: u-boot
On Wed, 2008-01-16 at 15:16 -0500, Ben Warren wrote:
> Kim Phillips wrote:
> > On Wed, 16 Jan 2008 19:44:30 +0100
> > "Joakim Tjernlund" <joakim.tjernlund@transmode.se> wrote:
> >
> >
> >> hmm, no "[PATCH] net: reduce boot latency on QE UEC based boards"?
> >> Please don't forget this one.
> >>
> >
> > That's in the networking arena, so I sent that to Ben Warren. Since I
> > haven't heard back from him, I assume he's going to pass it on to WD.
> >
> > Kim
> >
> >
> Sorry, thought I sent a message saying 'applied'. If not, 'applied' B-)
Did you apply my add on patch too? Havn't seen a pull request from you
or anything like this in WD's tree or in your custodian tree.
Jocke
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-01-17 9:19 ` Joakim Tjernlund
@ 2008-01-17 9:22 ` Liu Dave
2008-01-17 14:36 ` Ben Warren
2008-01-17 14:35 ` Ben Warren
1 sibling, 1 reply; 37+ messages in thread
From: Liu Dave @ 2008-01-17 9:22 UTC (permalink / raw)
To: u-boot
Ben,
Please take
1) RTL8211B PHY patch for 8315ERDB board
2) Extend UEC to 4 patch.
Into your tree.
I hope we can merge them into main tree.
Thanks,
Dave
> -----Original Message-----
> From: u-boot-users-bounces at lists.sourceforge.net
> [mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf
> Of Joakim Tjernlund
> Sent: 2008?1?17? 5:20 PM
> To: Ben Warren
> Cc: u-boot-users at lists.sourceforge.net; Phillips Kim; 'Wolfgang Denk'
> Subject: Re: [U-Boot-Users] Please pull u-boot-mpc83xx.git
>
>
> On Wed, 2008-01-16 at 15:16 -0500, Ben Warren wrote:
> > Kim Phillips wrote:
> > > On Wed, 16 Jan 2008 19:44:30 +0100
> > > "Joakim Tjernlund" <joakim.tjernlund@transmode.se> wrote:
> > >
> > >
> > >> hmm, no "[PATCH] net: reduce boot latency on QE UEC
> based boards"?
> > >> Please don't forget this one.
> > >>
> > >
> > > That's in the networking arena, so I sent that to Ben
> Warren. Since I
> > > haven't heard back from him, I assume he's going to pass
> it on to WD.
> > >
> > > Kim
> > >
> > >
> > Sorry, thought I sent a message saying 'applied'. If not,
> 'applied' B-)
>
> Did you apply my add on patch too? Havn't seen a pull request from you
> or anything like this in WD's tree or in your custodian tree.
>
> Jocke
>
> --------------------------------------------------------------
> -----------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-01-17 9:19 ` Joakim Tjernlund
2008-01-17 9:22 ` Liu Dave
@ 2008-01-17 14:35 ` Ben Warren
1 sibling, 0 replies; 37+ messages in thread
From: Ben Warren @ 2008-01-17 14:35 UTC (permalink / raw)
To: u-boot
Joakim Tjernlund wrote:
> On Wed, 2008-01-16 at 15:16 -0500, Ben Warren wrote:
>
>> Kim Phillips wrote:
>>
>>> On Wed, 16 Jan 2008 19:44:30 +0100
>>> "Joakim Tjernlund" <joakim.tjernlund@transmode.se> wrote:
>>>
>>>
>>>
>>>> hmm, no "[PATCH] net: reduce boot latency on QE UEC based boards"?
>>>> Please don't forget this one.
>>>>
>>>>
>>> That's in the networking arena, so I sent that to Ben Warren. Since I
>>> haven't heard back from him, I assume he's going to pass it on to WD.
>>>
>>> Kim
>>>
>>>
>>>
>> Sorry, thought I sent a message saying 'applied'. If not, 'applied' B-)
>>
>
> Did you apply my add on patch too? Havn't seen a pull request from you
> or anything like this in WD's tree or in your custodian tree.
>
> Jocke
>
>
Yes, I've applied your add-on patch too. I'm just going through my
e-mail now (it's 9:30 AM here). Expect a pull request within a couple
of hours that will include both.
regards,
Ben
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-01-17 9:22 ` Liu Dave
@ 2008-01-17 14:36 ` Ben Warren
0 siblings, 0 replies; 37+ messages in thread
From: Ben Warren @ 2008-01-17 14:36 UTC (permalink / raw)
To: u-boot
Liu Dave wrote:
> Ben,
>
> Please take
> 1) RTL8211B PHY patch for 8315ERDB board
> 2) Extend UEC to 4 patch.
>
> Into your tree.
>
> I hope we can merge them into main tree.
>
> Thanks,
> Dave
>
>
>> -----Original Message-----
>> From: u-boot-users-bounces at lists.sourceforge.net
>> [mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf
>> Of Joakim Tjernlund
>> Sent: 2008?1?17? 5:20 PM
>> To: Ben Warren
>> Cc: u-boot-users at lists.sourceforge.net; Phillips Kim; 'Wolfgang Denk'
>> Subject: Re: [U-Boot-Users] Please pull u-boot-mpc83xx.git
>>
>>
>> On Wed, 2008-01-16 at 15:16 -0500, Ben Warren wrote:
>>
>>> Kim Phillips wrote:
>>>
>>>> On Wed, 16 Jan 2008 19:44:30 +0100
>>>> "Joakim Tjernlund" <joakim.tjernlund@transmode.se> wrote:
>>>>
>>>>
>>>>
>>>>> hmm, no "[PATCH] net: reduce boot latency on QE UEC
>>>>>
>> based boards"?
>>
>>>>> Please don't forget this one.
>>>>>
>>>>>
>>>> That's in the networking arena, so I sent that to Ben
>>>>
>> Warren. Since I
>>
>>>> haven't heard back from him, I assume he's going to pass
>>>>
>> it on to WD.
>>
>>>> Kim
>>>>
>>>>
>>>>
>>> Sorry, thought I sent a message saying 'applied'. If not,
>>>
>> 'applied' B-)
>>
>> Did you apply my add on patch too? Havn't seen a pull request from you
>> or anything like this in WD's tree or in your custodian tree.
>>
>> Jocke
>>
>> --------------------------------------------------------------
>> -----------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> U-Boot-Users mailing list
>> U-Boot-Users at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>>
>>
>
>
Applied. Will be included in the next pull request.
regards,
Ben
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-01-17 20:13 Kim Phillips
2008-01-18 2:11 ` Dave Liu
2008-01-23 12:00 ` Wolfgang Denk
0 siblings, 2 replies; 37+ messages in thread
From: Kim Phillips @ 2008-01-17 20:13 UTC (permalink / raw)
To: u-boot
Wolfgang D.,
Ben submitted a hard SPI driver, and Dave fixed a critical bug for the
mpc8315e-rdb. Please pull:
The following changes since commit f188896c2f1594fe749fdb99bbc8c54023cfab3a:
Wolfgang Denk (1):
Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc83xx.git
Ben Warren (2):
Add support for a Freescale non-CPM SPI controller
Implement hard SPI driver on MPC8349EMDS
Dave Liu (1):
mpc83xx: Fix the fatal conflict of merge
Kim Phillips (1):
codingstyle cleanup for spi driver
Makefile | 2 +
README | 8 ++
board/freescale/mpc8349emds/mpc8349emds.c | 29 ++++++
cpu/mpc83xx/cpu_init.c | 7 +-
cpu/mpc83xx/speed.c | 10 +-
drivers/spi/Makefile | 46 +++++++++
drivers/spi/mpc8xxx_spi.c | 143 +++++++++++++++++++++++++++++
include/asm-ppc/immap_83xx.h | 9 +-
include/asm-ppc/mpc8xxx_spi.h | 48 ++++++++++
include/configs/MPC8349EMDS.h | 9 ++
include/mpc83xx.h | 10 +--
lib_ppc/board.c | 16 +++
12 files changed, 315 insertions(+), 22 deletions(-)
create mode 100644 drivers/spi/Makefile
create mode 100644 drivers/spi/mpc8xxx_spi.c
create mode 100644 include/asm-ppc/mpc8xxx_spi.h
Kim
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-01-17 20:13 Kim Phillips
@ 2008-01-18 2:11 ` Dave Liu
2008-01-23 12:02 ` Wolfgang Denk
2008-01-23 12:00 ` Wolfgang Denk
1 sibling, 1 reply; 37+ messages in thread
From: Dave Liu @ 2008-01-18 2:11 UTC (permalink / raw)
To: u-boot
On Fri, 2008-01-18 at 04:13 +0800, Phillips Kim wrote:
> Wolfgang D.,
>
> Ben submitted a hard SPI driver, and Dave fixed a critical bug for the
> mpc8315e-rdb. Please pull:
>
> The following changes since commit
> f188896c2f1594fe749fdb99bbc8c54023cfab3a:
> Wolfgang Denk (1):
> Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-
> boot/master
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc83xx.git
>
> Ben Warren (2):
> Add support for a Freescale non-CPM SPI controller
> Implement hard SPI driver on MPC8349EMDS
>
> Dave Liu (1):
> mpc83xx: Fix the fatal conflict of merge
>
> Kim Phillips (1):
> codingstyle cleanup for spi driver
>
> Makefile | 2 +
> README | 8 ++
> board/freescale/mpc8349emds/mpc8349emds.c | 29 ++++++
> cpu/mpc83xx/cpu_init.c | 7 +-
> cpu/mpc83xx/speed.c | 10 +-
> drivers/spi/Makefile | 46 +++++++++
> drivers/spi/mpc8xxx_spi.c | 143 ++++++++++++++++++++
> +++++++++
> include/asm-ppc/immap_83xx.h | 9 +-
> include/asm-ppc/mpc8xxx_spi.h | 48 ++++++++++
> include/configs/MPC8349EMDS.h | 9 ++
> include/mpc83xx.h | 10 +--
> lib_ppc/board.c | 16 +++
> 12 files changed, 315 insertions(+), 22 deletions(-)
> create mode 100644 drivers/spi/Makefile
> create mode 100644 drivers/spi/mpc8xxx_spi.c
> create mode 100644 include/asm-ppc/mpc8xxx_spi.h
Kim/Wolfgang,
also, please apply the patch to fix the broken issue of 83xx immap
[PATCH] mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
Thanks,
Dave
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-01-17 20:13 Kim Phillips
2008-01-18 2:11 ` Dave Liu
@ 2008-01-23 12:00 ` Wolfgang Denk
1 sibling, 0 replies; 37+ messages in thread
From: Wolfgang Denk @ 2008-01-23 12:00 UTC (permalink / raw)
To: u-boot
In message <20080117141349.67afbab3.kim.phillips@freescale.com> you wrote:
>
> Ben submitted a hard SPI driver, and Dave fixed a critical bug for the
> mpc8315e-rdb. Please pull:
>
> The following changes since commit f188896c2f1594fe749fdb99bbc8c54023cfab3a:
> Wolfgang Denk (1):
> Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc83xx.git
>
> Ben Warren (2):
> Add support for a Freescale non-CPM SPI controller
> Implement hard SPI driver on MPC8349EMDS
>
> Dave Liu (1):
> mpc83xx: Fix the fatal conflict of merge
>
> Kim Phillips (1):
> codingstyle cleanup for spi driver
Done.
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
Even if you aren't in doubt, consider the mental welfare of the per-
son who has to maintain the code after you, and who will probably put
parens in the wrong place. - Larry Wall in the perl man page
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-01-18 2:11 ` Dave Liu
@ 2008-01-23 12:02 ` Wolfgang Denk
2008-01-23 12:22 ` Liu Dave
0 siblings, 1 reply; 37+ messages in thread
From: Wolfgang Denk @ 2008-01-23 12:02 UTC (permalink / raw)
To: u-boot
In message <1200622262.3654.6.camel@localhost.localdomain> you wrote:
>
> also, please apply the patch to fix the broken issue of 83xx immap
>
> [PATCH] mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
This was already included in Kim's repo when I pulled from it.
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
I can type faster than I can move a mouse, so I find menu-driven
drawing packages time consuming and frustrating. - W. R. Stevens
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-01-23 12:02 ` Wolfgang Denk
@ 2008-01-23 12:22 ` Liu Dave
0 siblings, 0 replies; 37+ messages in thread
From: Liu Dave @ 2008-01-23 12:22 UTC (permalink / raw)
To: u-boot
Thanks Wolfgang
Best regards,
Dave
-----Original Message-----
From: Wolfgang Denk [mailto:wd at denx.de]
Sent: Wed 1/23/2008 8:02 PM
To: Liu Dave
Cc: Phillips Kim; u-boot-external; Ben Warren
Subject: Re: [U-Boot-Users] Please pull u-boot-mpc83xx.git
In message <1200622262.3654.6.camel@localhost.localdomain> you wrote:
>
> also, please apply the patch to fix the broken issue of 83xx immap
>
> [PATCH] mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
This was already included in Kim's repo when I pulled from it.
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
I can type faster than I can move a mouse, so I find menu-driven
drawing packages time consuming and frustrating. - W. R. Stevens
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20080123/60d3de5c/attachment.htm
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-03-26 0:24 Kim Phillips
2008-03-26 1:03 ` Wolfgang Denk
0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-03-26 0:24 UTC (permalink / raw)
To: u-boot
Wolfgang,
please pull support for uploading firmware for the Vitesse VSC7385 (an
ethernet switch on some 83xx boards), support for serdes
initialization, and misc fixes:
The following changes since commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855:
Wolfgang Denk (1):
Coding Style cleanyp; update CHANGELOG
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc83xx.git master
Anton Vorontsov (18):
83xx: nand support for MPC837XRDB boards
83xx: split COBJS onto separate lines
83xx: serdes setup routines
83xx: initialize serdes for MPC837XRDB boards
83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
uec: add support for gbit mii status readings
uec: add support for RGMII_RXID interface mode
uec: add support for Broadcom BCM5481 Gigabit PHY
mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
mpc83xx: MPC8360E-RDK: add support for NAND
mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
mpc83xx: MPC8360E-RDK: add dhcp command
mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
tsec: fix link detection for the RTL8211B PHY
83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
Jerry Van Baren (1):
Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
Joe D'Abbraccio (1):
Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
Michael Barkowski (3):
mpc8323erdb: use readable DDR config macros
mpc8323erdb: Improve the system performance
mpc8323erdb: remove RTC and add EEPROM
Scott Wood (1):
mpc83xx: Set PCI I/O bus-address base to zero.
Timur Tabi (2):
NET: Add Vitesse VSC7385 firmware uploading
83xx: Add Vitesse VSC7385 firmware uploading
board/freescale/mpc8313erdb/mpc8313erdb.c | 21 ++++
board/freescale/mpc8349itx/mpc8349itx.c | 15 +++-
board/freescale/mpc8360erdk/Makefile | 4 +-
board/freescale/mpc8360erdk/mpc8360erdk.c | 17 ++++
board/freescale/mpc8360erdk/nand.c | 72 ++++++++++++++
board/freescale/mpc837xerdb/mpc837xerdb.c | 65 ++++++++++++-
common/fdt_support.c | 25 +++++
cpu/mpc83xx/Makefile | 15 +++-
cpu/mpc83xx/cpu_init.c | 6 +
cpu/mpc83xx/fdt.c | 12 ++-
cpu/mpc83xx/pci.c | 2 -
cpu/mpc83xx/qe_io.c | 3 -
cpu/mpc83xx/serdes.c | 145 +++++++++++++++++++++++++++++
drivers/net/Makefile | 1 +
drivers/net/tsec.c | 5 +-
drivers/net/vsc7385.c | 101 ++++++++++++++++++++
drivers/qe/uec.c | 1 +
drivers/qe/uec.h | 1 +
drivers/qe/uec_phy.c | 69 ++++++++++++--
drivers/qe/uec_phy.h | 5 +
include/asm-ppc/fsl_serdes.h | 21 ++++
include/configs/MPC8313ERDB.h | 88 ++++++++++++------
include/configs/MPC8315ERDB.h | 2 +-
include/configs/MPC8323ERDB.h | 64 +++++++++++--
include/configs/MPC832XEMDS.h | 2 +-
include/configs/MPC8349ITX.h | 35 +++++--
include/configs/MPC8360EMDS.h | 3 +-
include/configs/MPC8360ERDK.h | 88 ++++++++++++++----
include/configs/MPC837XEMDS.h | 2 +-
include/configs/MPC837XERDB.h | 113 +++++++++++++++++------
include/fdt_support.h | 6 +
include/mpc83xx.h | 4 +-
include/vsc7385.h | 13 +++
33 files changed, 894 insertions(+), 132 deletions(-)
create mode 100644 board/freescale/mpc8360erdk/nand.c
create mode 100644 cpu/mpc83xx/serdes.c
create mode 100644 drivers/net/vsc7385.c
create mode 100644 include/asm-ppc/fsl_serdes.h
create mode 100644 include/vsc7385.h
Thanks,
Kim
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-03-26 0:24 Kim Phillips
@ 2008-03-26 1:03 ` Wolfgang Denk
0 siblings, 0 replies; 37+ messages in thread
From: Wolfgang Denk @ 2008-03-26 1:03 UTC (permalink / raw)
To: u-boot
In message <20080325192423.5d4dce71.kim.phillips@freescale.com> you wrote:
>
> please pull support for uploading firmware for the Vitesse VSC7385 (an
> ethernet switch on some 83xx boards), support for serdes
> initialization, and misc fixes:
>
> The following changes since commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855:
> Wolfgang Denk (1):
> Coding Style cleanyp; update CHANGELOG
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc83xx.git master
Done, 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
Even if you can deceive people about a product through misleading
statements, sooner or later the product will speak for itself.
- Hajime Karatsu
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-03-28 23:49 Kim Phillips
2008-03-29 0:04 ` Kim Phillips
0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-03-28 23:49 UTC (permalink / raw)
To: u-boot
Wolfgang D.,
please pull SATA configuration patches for 8315 and 837x boards, a
cleanup of the 83xx SPRIDR code, and some 8323 rdb fixes:
The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82:
Bartlomiej Sieka (1):
Fix host tool build breakage, take two
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc83xx.git master
Dave Liu (2):
mpc83xx: initialize serdes for MPC837xEMDS boards
mpc83xx: enable the SATA interface on mpc837xemds board
Kim Phillips (4):
mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
mpc83xx: unreinvent mem_clk
mpc83xx: display ddr frequency in board_add_ram_info banner
mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
Michael Barkowski (2):
mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
board/freescale/mpc8323erdb/mpc8323erdb.c | 34 ++++++
board/freescale/mpc8360emds/mpc8360emds.c | 11 +--
board/freescale/mpc837xemds/mpc837xemds.c | 30 +++++
board/freescale/mpc837xerdb/mpc837xerdb.c | 15 +--
cpu/mpc83xx/cpu.c | 166 ++++++++---------------------
cpu/mpc83xx/spd_sdram.c | 21 ++--
cpu/mpc83xx/speed.c | 16 ++--
include/asm-ppc/global_data.h | 3 +-
include/configs/MPC8315ERDB.h | 23 ++++
include/configs/MPC8323ERDB.h | 12 ++-
include/configs/MPC837XEMDS.h | 28 +++++
include/configs/MPC837XERDB.h | 23 ++++
include/mpc83xx.h | 91 +++++-----------
lib_ppc/board.c | 2 +-
14 files changed, 250 insertions(+), 225 deletions(-)
Thanks,
Kim
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-03-28 23:49 Kim Phillips
@ 2008-03-29 0:04 ` Kim Phillips
2008-04-07 22:01 ` Wolfgang Denk
0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-03-29 0:04 UTC (permalink / raw)
To: u-boot
On Fri, 28 Mar 2008 18:49:59 -0500
Kim Phillips <kim.phillips@freescale.com> wrote:
> Wolfgang D.,
>
> please pull SATA configuration patches for 8315 and 837x boards, a
> cleanup of the 83xx SPRIDR code, and some 8323 rdb fixes:
>
ok, I've pushed Joakim's relocation fixes patch. New summary looks
like:
Dave Liu (2):
mpc83xx: initialize serdes for MPC837xEMDS boards
mpc83xx: enable the SATA interface on mpc837xemds board
Joakim Tjernlund (1):
Make MPC83xx one step closer to full relocation.
Kim Phillips (4):
mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
mpc83xx: unreinvent mem_clk
mpc83xx: display ddr frequency in board_add_ram_info banner
mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
Michael Barkowski (2):
mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
board/freescale/mpc8323erdb/mpc8323erdb.c | 34 ++++++
board/freescale/mpc8360emds/mpc8360emds.c | 11 +--
board/freescale/mpc837xemds/mpc837xemds.c | 30 +++++
board/freescale/mpc837xerdb/mpc837xerdb.c | 15 +--
cpu/mpc83xx/cpu.c | 166 ++++++++---------------------
cpu/mpc83xx/spd_sdram.c | 21 ++--
cpu/mpc83xx/speed.c | 16 ++--
cpu/mpc83xx/start.S | 11 ++-
include/asm-ppc/global_data.h | 3 +-
include/configs/MPC8315ERDB.h | 23 ++++
include/configs/MPC8323ERDB.h | 12 ++-
include/configs/MPC837XEMDS.h | 28 +++++
include/configs/MPC837XERDB.h | 23 ++++
include/mpc83xx.h | 91 +++++-----------
lib_ppc/board.c | 5 +-
15 files changed, 259 insertions(+), 230 deletions(-)
Thanks,
Kim
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-03-29 0:04 ` Kim Phillips
@ 2008-04-07 22:01 ` Wolfgang Denk
0 siblings, 0 replies; 37+ messages in thread
From: Wolfgang Denk @ 2008-04-07 22:01 UTC (permalink / raw)
To: u-boot
In message <20080328190420.509c7d43.kim.phillips@freescale.com> you wrote:
> On Fri, 28 Mar 2008 18:49:59 -0500
> Kim Phillips <kim.phillips@freescale.com> wrote:
>
> > Wolfgang D.,
> >
> > please pull SATA configuration patches for 8315 and 837x boards, a
> > cleanup of the 83xx SPRIDR code, and some 8323 rdb fixes:
> >
> ok, I've pushed Joakim's relocation fixes patch. New summary looks
> like:
>
> Dave Liu (2):
> mpc83xx: initialize serdes for MPC837xEMDS boards
> mpc83xx: enable the SATA interface on mpc837xemds board
>
> Joakim Tjernlund (1):
> Make MPC83xx one step closer to full relocation.
>
> Kim Phillips (4):
> mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
> mpc83xx: unreinvent mem_clk
> mpc83xx: display ddr frequency in board_add_ram_info banner
> mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
>
> Michael Barkowski (2):
> mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
> mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
Applied, thanks.
The merge caused a conflict in lib_ppc/board.c - please check if
everything looks OK for you. 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
Human beings were created by water to transport it uphill.
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-04-25 14:45 Kim Phillips
2008-04-25 22:07 ` Wolfgang Denk
0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-04-25 14:45 UTC (permalink / raw)
To: u-boot
for some minor fixes:
The following changes since commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848:
Stefan Roese (1):
ppc4xx: Remove double defines in lwmon5.h
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc83xx.git
Dave Liu (2):
mpc83xx: remove the unused CPM's stuff
mpc83xx: clean up the readme for 83xx boards
Kim Phillips (1):
mpc83xx: bump loadaddr over fdtaddr to 0x500000
cpu/mpc83xx/fdt.c | 8 --------
doc/README.mpc8313erdb | 4 ++--
doc/README.mpc8315erdb | 2 +-
doc/README.mpc837xemds | 2 +-
doc/README.mpc837xerdb | 13 ++++++-------
include/configs/MPC8313ERDB.h | 2 +-
include/configs/MPC8315ERDB.h | 2 +-
include/configs/MPC8323ERDB.h | 2 +-
include/configs/MPC832XEMDS.h | 2 +-
include/configs/MPC8349EMDS.h | 2 +-
include/configs/MPC8349ITX.h | 2 +-
include/configs/MPC8360EMDS.h | 2 +-
include/configs/MPC837XEMDS.h | 2 +-
include/configs/MPC837XERDB.h | 2 +-
include/configs/sbc8349.h | 2 +-
15 files changed, 20 insertions(+), 29 deletions(-)
Thanks,
Kim
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-04-25 14:45 Kim Phillips
@ 2008-04-25 22:07 ` Wolfgang Denk
0 siblings, 0 replies; 37+ messages in thread
From: Wolfgang Denk @ 2008-04-25 22:07 UTC (permalink / raw)
To: u-boot
In message <20080425094552.d8399e46.kim.phillips@freescale.com> you wrote:
> for some minor fixes:
>
> The following changes since commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848:
> Stefan Roese (1):
> ppc4xx: Remove double defines in lwmon5.h
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc83xx.git
>
> Dave Liu (2):
> mpc83xx: remove the unused CPM's stuff
> mpc83xx: clean up the readme for 83xx boards
>
> Kim Phillips (1):
> mpc83xx: bump loadaddr over fdtaddr to 0x500000
>
> cpu/mpc83xx/fdt.c | 8 --------
> doc/README.mpc8313erdb | 4 ++--
> doc/README.mpc8315erdb | 2 +-
> doc/README.mpc837xemds | 2 +-
> doc/README.mpc837xerdb | 13 ++++++-------
> include/configs/MPC8313ERDB.h | 2 +-
> include/configs/MPC8315ERDB.h | 2 +-
> include/configs/MPC8323ERDB.h | 2 +-
> include/configs/MPC832XEMDS.h | 2 +-
> include/configs/MPC8349EMDS.h | 2 +-
> include/configs/MPC8349ITX.h | 2 +-
> include/configs/MPC8360EMDS.h | 2 +-
> include/configs/MPC837XEMDS.h | 2 +-
> include/configs/MPC837XERDB.h | 2 +-
> include/configs/sbc8349.h | 2 +-
> 15 files changed, 20 insertions(+), 29 deletions(-)
Done, 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
Witch! Witch! They'll burn ya!
-- Hag, "Tomorrow is Yesterday", stardate unknown
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-05-08 22:13 Kim Phillips
2008-05-09 22:34 ` Wolfgang Denk
0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-05-08 22:13 UTC (permalink / raw)
To: u-boot
Wolfgang Denk,
please pull a system performance tweak:
The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579:
Wolfgang Denk (1):
Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
are available in the git repository at:
git://git.denx.de/u-boot-mpc83xx.git master
Lee Nipper (1):
mpc83xx: system performance settings for MPC8349EMDS.
include/configs/MPC8349EMDS.h | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
Thanks,
Kim
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-05-08 22:13 Kim Phillips
@ 2008-05-09 22:34 ` Wolfgang Denk
0 siblings, 0 replies; 37+ messages in thread
From: Wolfgang Denk @ 2008-05-09 22:34 UTC (permalink / raw)
To: u-boot
In message <20080508171316.6595c3c6.kim.phillips@freescale.com> you wrote:
> Wolfgang Denk,
>
> please pull a system performance tweak:
>
> The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579:
> Wolfgang Denk (1):
> Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc83xx.git master
>
> Lee Nipper (1):
> mpc83xx: system performance settings for MPC8349EMDS.
>
> include/configs/MPC8349EMDS.h | 10 ++++++++++
> 1 files changed, 10 insertions(+), 0 deletions(-)
Done, 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
I think that all right-thinking people in this country are sick and
tired of being told that ordinary decent people are fed up in this
country with being sick and tired. I'm certainly not. But I'm sick
and tired of being told that I am. - Monty Python
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-07-03 21:14 Kim Phillips
2008-07-06 22:33 ` Wolfgang Denk
0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-07-03 21:14 UTC (permalink / raw)
To: u-boot
WD/Detlev,
please pull mostly MVBLM7 board fixes:
The following changes since commit 914f58c5766860373a7d232e961cee5a4b54a55b:
Wolfgang Denk (1):
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
are available in the git repository at:
git://git.denx.de/u-boot-mpc83xx.git
Andre Schwarz (3):
fix system config overwrite @ MPC834x and MPC8313
fix non-working mvBL-M7
update mvBL-M7 board config
Kim Phillips (1):
mpc83xx: move CPU_TYPE_ENTRY over to processor.h
board/mvblm7/mvblm7.c | 2 +-
cpu/mpc83xx/cpu.c | 1 -
cpu/mpc83xx/cpu_init.c | 5 +++++
include/asm-ppc/processor.h | 7 +++++++
include/configs/MVBLM7.h | 5 +++--
5 files changed, 16 insertions(+), 4 deletions(-)
Thanks,
Kim
^ permalink raw reply [flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
2008-07-03 21:14 Kim Phillips
@ 2008-07-06 22:33 ` Wolfgang Denk
0 siblings, 0 replies; 37+ messages in thread
From: Wolfgang Denk @ 2008-07-06 22:33 UTC (permalink / raw)
To: u-boot
In message <20080703161424.3e88d427.kim.phillips@freescale.com> you wrote:
> WD/Detlev,
>
> please pull mostly MVBLM7 board fixes:
>
> The following changes since commit 914f58c5766860373a7d232e961cee5a4b54a55b:
> Wolfgang Denk (1):
> Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc83xx.git
>
> Andre Schwarz (3):
> fix system config overwrite @ MPC834x and MPC8313
> fix non-working mvBL-M7
> update mvBL-M7 board config
>
> Kim Phillips (1):
> mpc83xx: move CPU_TYPE_ENTRY over to processor.h
Merged, 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
There are bugs and then there are bugs. And then there are bugs.
- Karl Lehenbauer
^ permalink raw reply [flat|nested] 37+ messages in thread
end of thread, other threads:[~2008-07-06 22:33 UTC | newest]
Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16 18:39 [U-Boot-Users] Please pull u-boot-mpc83xx.git Kim Phillips
2008-01-16 18:44 ` Joakim Tjernlund
2008-01-16 18:48 ` Kim Phillips
2008-01-16 20:16 ` Ben Warren
2008-01-17 9:19 ` Joakim Tjernlund
2008-01-17 9:22 ` Liu Dave
2008-01-17 14:36 ` Ben Warren
2008-01-17 14:35 ` Ben Warren
2008-01-16 21:06 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2008-07-03 21:14 Kim Phillips
2008-07-06 22:33 ` Wolfgang Denk
2008-05-08 22:13 Kim Phillips
2008-05-09 22:34 ` Wolfgang Denk
2008-04-25 14:45 Kim Phillips
2008-04-25 22:07 ` Wolfgang Denk
2008-03-28 23:49 Kim Phillips
2008-03-29 0:04 ` Kim Phillips
2008-04-07 22:01 ` Wolfgang Denk
2008-03-26 0:24 Kim Phillips
2008-03-26 1:03 ` Wolfgang Denk
2008-01-17 20:13 Kim Phillips
2008-01-18 2:11 ` Dave Liu
2008-01-23 12:02 ` Wolfgang Denk
2008-01-23 12:22 ` Liu Dave
2008-01-23 12:00 ` Wolfgang Denk
2008-01-11 4:04 Kim Phillips
2008-01-11 23:12 ` Wolfgang Denk
2008-01-08 16:21 Kim Phillips
2008-01-09 10:27 ` Wolfgang Denk
2007-12-20 23:56 Kim Phillips
2007-12-21 0:15 ` Joakim Tjernlund
2008-01-08 10:26 ` Joakim Tjernlund
2008-01-08 16:21 ` Kim Phillips
2008-01-08 16:53 ` Joakim Tjernlund
2007-12-26 23:44 ` Wolfgang Denk
2007-08-10 5:46 Kim Phillips
2007-08-10 8:38 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox