* [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-09-08 13:23 Stefan Roese
2008-09-09 0:22 ` Wolfgang Denk
2008-09-09 7:34 ` Wolfgang Denk
0 siblings, 2 replies; 6+ messages in thread
From: Stefan Roese @ 2008-09-08 13:23 UTC (permalink / raw)
To: u-boot
The following changes since commit f158c3d51838474c4c36af365af145fbaf92b694:
Wolfgang Denk (1):
Merge branch 'master' of 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-ppc4xx.git master
Adam Graham (2):
ppc4xx: IBM Memory Controller DDR autocalibration routines
ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
Matthias Fuchs (3):
ppc4xx: Update CPCI405 variants handling
ppc4xx: Cleanup CPCI405 linker script
ppc4xx: Update CPCI405(AB) configuration
Ricardo Ribalda Delgado (1):
ppc44x: Unification of virtex5 pp440 boards
Stefan Roese (4):
ppc4xx: Fix compilation warning for canyonlands & glacier
ppc4xx: Fix compilation warning for PIP405
ppc4xx: Remove CONFIG_CS8952_PHY define
ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
Victor Gallardo (1):
ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
CREDITS | 3 +-
MAINTAINERS | 2 +
MAKEALL | 4 +
Makefile | 47 +-
board/avnet/v5fx30teval/.gitignore | 1 +
.../ml507/config.mk => avnet/v5fx30teval/Makefile} | 12 +-
board/avnet/v5fx30teval/v5fx30teval.c | 28 +
board/avnet/v5fx30teval/xparameters.h | 33 +
board/esd/cpci405/config.mk | 16 +-
board/esd/cpci405/u-boot.lds | 15 -
board/xilinx/ml507/.gitignore | 1 +
board/xilinx/ml507/Makefile | 41 +-
board/xilinx/ml507/init.S | 53 -
board/xilinx/ml507/ml507.c | 21 +-
board/xilinx/ml507/xparameters.h | 17 +-
board/xilinx/ppc440-generic/.gitignore | 1 +
board/xilinx/ppc440-generic/Makefile | 62 +
board/xilinx/ppc440-generic/init.S | 45 +
.../{ml507 => ppc440-generic}/u-boot-ram.lds | 0
.../{ml507 => ppc440-generic}/u-boot-rom.lds | 0
.../xilinx/ppc440-generic/xilinx_ppc440_generic.c | 52 +
board/xilinx/ppc440-generic/xparameters.h | 34 +
cpu/ppc4xx/44x_spd_ddr2.c | 158 ++-
cpu/ppc4xx/4xx_enet.c | 168 +++-
cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c | 1212 ++++++++++++++++++++
cpu/ppc4xx/Makefile | 3 +
cpu/ppc4xx/miiphy.c | 37 +-
include/asm-ppc/ppc4xx-sdram.h | 3 +-
include/configs/CPCI4052.h | 6 +
include/configs/CPCI405AB.h | 6 +
include/configs/PIP405.h | 1 -
include/configs/kilauea.h | 19 +
include/configs/ml507.h | 91 +--
include/configs/v5fx30teval.h | 49 +
include/configs/xilinx-ppc440-generic.h | 49 +
include/configs/xilinx-ppc440.h | 106 ++
include/ppc440.h | 13 -
include/ppc4xx.h | 13 +
include/ppc4xx_enet.h | 3 +
41 files changed, 2112 insertions(+), 336 deletions(-)
create mode 100644 board/avnet/v5fx30teval/.gitignore
rename board/{xilinx/ml507/config.mk => avnet/v5fx30teval/Makefile} (76%)
create mode 100644 board/avnet/v5fx30teval/v5fx30teval.c
create mode 100644 board/avnet/v5fx30teval/xparameters.h
create mode 100644 board/xilinx/ml507/.gitignore
delete mode 100644 board/xilinx/ml507/init.S
create mode 100644 board/xilinx/ppc440-generic/.gitignore
create mode 100644 board/xilinx/ppc440-generic/Makefile
create mode 100644 board/xilinx/ppc440-generic/init.S
rename board/xilinx/{ml507 => ppc440-generic}/u-boot-ram.lds (100%)
rename board/xilinx/{ml507 => ppc440-generic}/u-boot-rom.lds (100%)
create mode 100644 board/xilinx/ppc440-generic/xilinx_ppc440_generic.c
create mode 100644 board/xilinx/ppc440-generic/xparameters.h
create mode 100644 cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
create mode 100644 include/configs/v5fx30teval.h
create mode 100644 include/configs/xilinx-ppc440-generic.h
create mode 100644 include/configs/xilinx-ppc440.h
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
2008-09-08 13:23 [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
@ 2008-09-09 0:22 ` Wolfgang Denk
2008-09-09 7:34 ` Wolfgang Denk
1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2008-09-09 0:22 UTC (permalink / raw)
To: u-boot
Dear Stefan Roese,
In message <200809081523.27770.sr@denx.de> you wrote:
> The following changes since commit f158c3d51838474c4c36af365af145fbaf92b694:
> Wolfgang Denk (1):
> Merge branch 'master' of 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-ppc4xx.git master
>
> Adam Graham (2):
> ppc4xx: IBM Memory Controller DDR autocalibration routines
> ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
>
> Matthias Fuchs (3):
> ppc4xx: Update CPCI405 variants handling
> ppc4xx: Cleanup CPCI405 linker script
> ppc4xx: Update CPCI405(AB) configuration
>
> Ricardo Ribalda Delgado (1):
> ppc44x: Unification of virtex5 pp440 boards
>
> Stefan Roese (4):
> ppc4xx: Fix compilation warning for canyonlands & glacier
> ppc4xx: Fix compilation warning for PIP405
> ppc4xx: Remove CONFIG_CS8952_PHY define
> ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
>
> Victor Gallardo (1):
> ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
>
> CREDITS | 3 +-
> MAINTAINERS | 2 +
> MAKEALL | 4 +
> Makefile | 47 +-
> board/avnet/v5fx30teval/.gitignore | 1 +
> .../ml507/config.mk => avnet/v5fx30teval/Makefile} | 12 +-
> board/avnet/v5fx30teval/v5fx30teval.c | 28 +
> board/avnet/v5fx30teval/xparameters.h | 33 +
> board/esd/cpci405/config.mk | 16 +-
> board/esd/cpci405/u-boot.lds | 15 -
> board/xilinx/ml507/.gitignore | 1 +
> board/xilinx/ml507/Makefile | 41 +-
> board/xilinx/ml507/init.S | 53 -
> board/xilinx/ml507/ml507.c | 21 +-
> board/xilinx/ml507/xparameters.h | 17 +-
> board/xilinx/ppc440-generic/.gitignore | 1 +
> board/xilinx/ppc440-generic/Makefile | 62 +
> board/xilinx/ppc440-generic/init.S | 45 +
> .../{ml507 => ppc440-generic}/u-boot-ram.lds | 0
> .../{ml507 => ppc440-generic}/u-boot-rom.lds | 0
> .../xilinx/ppc440-generic/xilinx_ppc440_generic.c | 52 +
> board/xilinx/ppc440-generic/xparameters.h | 34 +
> cpu/ppc4xx/44x_spd_ddr2.c | 158 ++-
> cpu/ppc4xx/4xx_enet.c | 168 +++-
> cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c | 1212 ++++++++++++++++++++
> cpu/ppc4xx/Makefile | 3 +
> cpu/ppc4xx/miiphy.c | 37 +-
> include/asm-ppc/ppc4xx-sdram.h | 3 +-
> include/configs/CPCI4052.h | 6 +
> include/configs/CPCI405AB.h | 6 +
> include/configs/PIP405.h | 1 -
> include/configs/kilauea.h | 19 +
> include/configs/ml507.h | 91 +--
> include/configs/v5fx30teval.h | 49 +
> include/configs/xilinx-ppc440-generic.h | 49 +
> include/configs/xilinx-ppc440.h | 106 ++
> include/ppc440.h | 13 -
> include/ppc4xx.h | 13 +
> include/ppc4xx_enet.h | 3 +
> 41 files changed, 2112 insertions(+), 336 deletions(-)
> create mode 100644 board/avnet/v5fx30teval/.gitignore
> rename board/{xilinx/ml507/config.mk => avnet/v5fx30teval/Makefile} (76%)
> create mode 100644 board/avnet/v5fx30teval/v5fx30teval.c
> create mode 100644 board/avnet/v5fx30teval/xparameters.h
> create mode 100644 board/xilinx/ml507/.gitignore
> delete mode 100644 board/xilinx/ml507/init.S
> create mode 100644 board/xilinx/ppc440-generic/.gitignore
> create mode 100644 board/xilinx/ppc440-generic/Makefile
> create mode 100644 board/xilinx/ppc440-generic/init.S
> rename board/xilinx/{ml507 => ppc440-generic}/u-boot-ram.lds (100%)
> rename board/xilinx/{ml507 => ppc440-generic}/u-boot-rom.lds (100%)
> create mode 100644 board/xilinx/ppc440-generic/xilinx_ppc440_generic.c
> create mode 100644 board/xilinx/ppc440-generic/xparameters.h
> create mode 100644 cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
> create mode 100644 include/configs/v5fx30teval.h
> create mode 100644 include/configs/xilinx-ppc440-generic.h
> create mode 100644 include/configs/xilinx-ppc440.h
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
"I knew then (in 1970) that a 4-kbyte minicomputer would cost as much
as a house. So I reasoned that after college, I'd have to live
cheaply in an apartment and put all my money into owning a computer."
- Apple co-founder Steve Wozniak, EE Times, June 6, 1988, pg 45
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
2008-09-08 13:23 [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2008-09-09 0:22 ` Wolfgang Denk
@ 2008-09-09 7:34 ` Wolfgang Denk
2008-09-09 7:50 ` [U-Boot] [PATCH] ppc4xx: Fix out-of-tree building of CPCI405 variants Matthias Fuchs
1 sibling, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2008-09-09 7:34 UTC (permalink / raw)
To: u-boot
Dear Stefan Roese,
In message <200809081523.27770.sr@denx.de> you wrote:
> The following changes since commit f158c3d51838474c4c36af365af145fbaf92b694:
> Wolfgang Denk (1):
> Merge branch 'master' of 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-ppc4xx.git master
This merge...
...and actually most probably these commits:
> Matthias Fuchs (3):
> ppc4xx: Update CPCI405 variants handling
> ppc4xx: Cleanup CPCI405 linker script
> ppc4xx: Update CPCI405(AB) configuration
... break out-of-tree building:
========== CPCI4052 ==========
System not configured - see README
make: *** [all] Error 1
========== CPCI405AB ==========
System not configured - see README
make: *** [all] Error 1
========== CPCI405DT ==========
System not configured - see README
make: *** [all] Error 1
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
You cannot propel yourself forward by patting yourself on the back.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] ppc4xx: Fix out-of-tree building of CPCI405 variants
2008-09-09 7:34 ` Wolfgang Denk
@ 2008-09-09 7:50 ` Matthias Fuchs
2008-09-09 7:56 ` Stefan Roese
2008-09-09 8:21 ` Wolfgang Denk
0 siblings, 2 replies; 6+ messages in thread
From: Matthias Fuchs @ 2008-09-09 7:50 UTC (permalink / raw)
To: u-boot
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
---
Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 73421db..251cdec 100644
--- a/Makefile
+++ b/Makefile
@@ -1248,6 +1248,7 @@ CPCI405_config: unconfig
CPCI4052_config \
CPCI405DT_config \
CPCI405AB_config: unconfig
+ @mkdir -p $(obj)board/esd/cpci405
@echo "TEXT_BASE = 0xFFFC0000" > $(obj)board/esd/cpci405/config.tmp
@$(MKCONFIG) $(@:_config=) ppc ppc4xx cpci405 esd
--
1.5.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] ppc4xx: Fix out-of-tree building of CPCI405 variants
2008-09-09 7:50 ` [U-Boot] [PATCH] ppc4xx: Fix out-of-tree building of CPCI405 variants Matthias Fuchs
@ 2008-09-09 7:56 ` Stefan Roese
2008-09-09 8:21 ` Wolfgang Denk
1 sibling, 0 replies; 6+ messages in thread
From: Stefan Roese @ 2008-09-09 7:56 UTC (permalink / raw)
To: u-boot
On Tuesday 09 September 2008, Matthias Fuchs wrote:
> Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Acked-by: Stefan Roese <sr@denx.de>
Matthias, thanks for the quick fix.
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] ppc4xx: Fix out-of-tree building of CPCI405 variants
2008-09-09 7:50 ` [U-Boot] [PATCH] ppc4xx: Fix out-of-tree building of CPCI405 variants Matthias Fuchs
2008-09-09 7:56 ` Stefan Roese
@ 2008-09-09 8:21 ` Wolfgang Denk
1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2008-09-09 8:21 UTC (permalink / raw)
To: u-boot
Dear Matthias Fuchs,
In message <200809090950.25345.matthias.fuchs@esd-electronics.com> you wrote:
> Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
> ---
> Makefile | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
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
"... freedom ... is a worship word..."
"It is our worship word too."
-- Cloud William and Kirk, "The Omega Glory", stardate unknown
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-09-09 8:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-08 13:23 [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2008-09-09 0:22 ` Wolfgang Denk
2008-09-09 7:34 ` Wolfgang Denk
2008-09-09 7:50 ` [U-Boot] [PATCH] ppc4xx: Fix out-of-tree building of CPCI405 variants Matthias Fuchs
2008-09-09 7:56 ` Stefan Roese
2008-09-09 8: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