* [U-Boot] Pull request: u-boot-mpc8xx/master
@ 2012-10-28 19:33 Wolfgang Denk
2012-10-29 16:51 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Wolfgang Denk @ 2012-10-28 19:33 UTC (permalink / raw)
To: u-boot
Dear tom,
the following changes since commit 5bb3505fa867ded03cbee83f7722ab5182930637:
Merge branch 'master' of git://git.denx.de/u-boot-arm (2012-10-26 15:44:31 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-mpc8xx.git master
for you to fetch changes up to 28aa27b608bddf20a655e10c09412f93d2f83a5a:
ESTEEM192E: adjust linker script to grown code size (2012-10-28 20:18:32 +0100)
----------------------------------------------------------------
Wolfgang Denk (3):
PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM)
TQM8xx: adjust linker script to grown code size
ESTEEM192E: adjust linker script to grown code size
MAINTAINERS | 6 -
README | 4 +-
arch/powerpc/cpu/mpc8xx/fec.c | 2 +-
arch/powerpc/cpu/mpc8xx/scc.c | 16 +-
board/c2mon/Makefile | 44 ---
board/c2mon/c2mon.c | 236 ------------
board/c2mon/flash.c | 570 ----------------------------
board/c2mon/pcmcia.c | 282 --------------
board/c2mon/u-boot.lds | 106 ------
board/c2mon/u-boot.lds.debug | 137 -------
board/esteem192e/u-boot.lds | 1 -
board/etx094/Makefile | 44 ---
board/etx094/etx094.c | 384 -------------------
board/etx094/flash.c | 687 ---------------------------------
board/etx094/u-boot.lds | 107 ------
board/lantec/Makefile | 44 ---
board/lantec/flash.c | 625 ------------------------------
board/lantec/lantec.c | 208 ----------
board/lantec/u-boot.lds | 107 ------
board/lantec/u-boot.lds.debug | 137 -------
board/siemens/IAD210/IAD210.c | 299 ---------------
board/siemens/IAD210/Makefile | 44 ---
board/siemens/IAD210/atm.c | 652 --------------------------------
board/siemens/IAD210/atm.h | 287 --------------
board/siemens/IAD210/flash.c | 502 -------------------------
board/siemens/IAD210/u-boot.lds | 107 ------
board/siemens/SCM/Makefile | 49 ---
board/siemens/SCM/flash.c | 488 ------------------------
board/siemens/SCM/fpga_scm.c | 104 -----
board/siemens/SCM/scm.c | 541 --------------------------
board/siemens/SCM/scm.h | 89 -----
board/siemens/common/README | 27 --
board/siemens/common/fpga.c | 369 ------------------
board/siemens/common/fpga.h | 53 ---
board/tqc/tqm8xx/u-boot.lds | 4 +-
board/westel/amx860/Makefile | 44 ---
board/westel/amx860/amx860.c | 93 -----
board/westel/amx860/flash.c | 637 -------------------------------
board/westel/amx860/u-boot.lds | 107 ------
board/westel/amx860/u-boot.lds.debug | 138 -------
boards.cfg | 7 -
doc/README.scrapyard | 6 +
include/commproc.h | 131 +------
include/configs/AMX860.h | 299 ---------------
include/configs/ETX094.h | 357 ------------------
include/configs/IAD210.h | 381 -------------------
include/configs/LANTEC.h | 358 ------------------
include/configs/SCM.h | 710 -----------------------------------
include/configs/c2mon.h | 417 --------------------
include/pcmcia.h | 2 -
include/status_led.h | 36 --
post/cpu/mpc8xx/ether.c | 45 +--
52 files changed, 17 insertions(+), 11113 deletions(-)
delete mode 100644 board/c2mon/Makefile
delete mode 100644 board/c2mon/c2mon.c
delete mode 100644 board/c2mon/flash.c
delete mode 100644 board/c2mon/pcmcia.c
delete mode 100644 board/c2mon/u-boot.lds
delete mode 100644 board/c2mon/u-boot.lds.debug
delete mode 100644 board/etx094/Makefile
delete mode 100644 board/etx094/etx094.c
delete mode 100644 board/etx094/flash.c
delete mode 100644 board/etx094/u-boot.lds
delete mode 100644 board/lantec/Makefile
delete mode 100644 board/lantec/flash.c
delete mode 100644 board/lantec/lantec.c
delete mode 100644 board/lantec/u-boot.lds
delete mode 100644 board/lantec/u-boot.lds.debug
delete mode 100644 board/siemens/IAD210/IAD210.c
delete mode 100644 board/siemens/IAD210/Makefile
delete mode 100644 board/siemens/IAD210/atm.c
delete mode 100644 board/siemens/IAD210/atm.h
delete mode 100644 board/siemens/IAD210/flash.c
delete mode 100644 board/siemens/IAD210/u-boot.lds
delete mode 100644 board/siemens/SCM/Makefile
delete mode 100644 board/siemens/SCM/flash.c
delete mode 100644 board/siemens/SCM/fpga_scm.c
delete mode 100644 board/siemens/SCM/scm.c
delete mode 100644 board/siemens/SCM/scm.h
delete mode 100644 board/siemens/common/README
delete mode 100644 board/siemens/common/fpga.c
delete mode 100644 board/siemens/common/fpga.h
delete mode 100644 board/westel/amx860/Makefile
delete mode 100644 board/westel/amx860/amx860.c
delete mode 100644 board/westel/amx860/flash.c
delete mode 100644 board/westel/amx860/u-boot.lds
delete mode 100644 board/westel/amx860/u-boot.lds.debug
delete mode 100644 include/configs/AMX860.h
delete mode 100644 include/configs/ETX094.h
delete mode 100644 include/configs/IAD210.h
delete mode 100644 include/configs/LANTEC.h
delete mode 100644 include/configs/SCM.h
delete mode 100644 include/configs/c2mon.h
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
The best things in life are for a fee.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot] Pull request: u-boot-mpc8xx/master
2012-10-28 19:33 [U-Boot] Pull request: u-boot-mpc8xx/master Wolfgang Denk
@ 2012-10-29 16:51 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2012-10-29 16:51 UTC (permalink / raw)
To: u-boot
On Sun, Oct 28, 2012 at 08:33:06PM +0100, Wolfgang Denk wrote:
> Dear tom,
>
> the following changes since commit 5bb3505fa867ded03cbee83f7722ab5182930637:
>
> Merge branch 'master' of git://git.denx.de/u-boot-arm (2012-10-26 15:44:31 -0700)
>
> are available in the git repository at:
>
>
> git://git.denx.de/u-boot-mpc8xx.git master
>
> for you to fetch changes up to 28aa27b608bddf20a655e10c09412f93d2f83a5a:
>
> ESTEEM192E: adjust linker script to grown code size (2012-10-28 20:18:32 +0100)
>
> ----------------------------------------------------------------
> Wolfgang Denk (3):
> PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM)
> TQM8xx: adjust linker script to grown code size
> ESTEEM192E: adjust linker script to grown code size
>
> MAINTAINERS | 6 -
> README | 4 +-
> arch/powerpc/cpu/mpc8xx/fec.c | 2 +-
> arch/powerpc/cpu/mpc8xx/scc.c | 16 +-
> board/c2mon/Makefile | 44 ---
> board/c2mon/c2mon.c | 236 ------------
> board/c2mon/flash.c | 570 ----------------------------
> board/c2mon/pcmcia.c | 282 --------------
> board/c2mon/u-boot.lds | 106 ------
> board/c2mon/u-boot.lds.debug | 137 -------
> board/esteem192e/u-boot.lds | 1 -
> board/etx094/Makefile | 44 ---
> board/etx094/etx094.c | 384 -------------------
> board/etx094/flash.c | 687 ---------------------------------
> board/etx094/u-boot.lds | 107 ------
> board/lantec/Makefile | 44 ---
> board/lantec/flash.c | 625 ------------------------------
> board/lantec/lantec.c | 208 ----------
> board/lantec/u-boot.lds | 107 ------
> board/lantec/u-boot.lds.debug | 137 -------
> board/siemens/IAD210/IAD210.c | 299 ---------------
> board/siemens/IAD210/Makefile | 44 ---
> board/siemens/IAD210/atm.c | 652 --------------------------------
> board/siemens/IAD210/atm.h | 287 --------------
> board/siemens/IAD210/flash.c | 502 -------------------------
> board/siemens/IAD210/u-boot.lds | 107 ------
> board/siemens/SCM/Makefile | 49 ---
> board/siemens/SCM/flash.c | 488 ------------------------
> board/siemens/SCM/fpga_scm.c | 104 -----
> board/siemens/SCM/scm.c | 541 --------------------------
> board/siemens/SCM/scm.h | 89 -----
> board/siemens/common/README | 27 --
> board/siemens/common/fpga.c | 369 ------------------
> board/siemens/common/fpga.h | 53 ---
> board/tqc/tqm8xx/u-boot.lds | 4 +-
> board/westel/amx860/Makefile | 44 ---
> board/westel/amx860/amx860.c | 93 -----
> board/westel/amx860/flash.c | 637 -------------------------------
> board/westel/amx860/u-boot.lds | 107 ------
> board/westel/amx860/u-boot.lds.debug | 138 -------
> boards.cfg | 7 -
> doc/README.scrapyard | 6 +
> include/commproc.h | 131 +------
> include/configs/AMX860.h | 299 ---------------
> include/configs/ETX094.h | 357 ------------------
> include/configs/IAD210.h | 381 -------------------
> include/configs/LANTEC.h | 358 ------------------
> include/configs/SCM.h | 710 -----------------------------------
> include/configs/c2mon.h | 417 --------------------
> include/pcmcia.h | 2 -
> include/status_led.h | 36 --
> post/cpu/mpc8xx/ether.c | 45 +--
> 52 files changed, 17 insertions(+), 11113 deletions(-)
> delete mode 100644 board/c2mon/Makefile
> delete mode 100644 board/c2mon/c2mon.c
> delete mode 100644 board/c2mon/flash.c
> delete mode 100644 board/c2mon/pcmcia.c
> delete mode 100644 board/c2mon/u-boot.lds
> delete mode 100644 board/c2mon/u-boot.lds.debug
> delete mode 100644 board/etx094/Makefile
> delete mode 100644 board/etx094/etx094.c
> delete mode 100644 board/etx094/flash.c
> delete mode 100644 board/etx094/u-boot.lds
> delete mode 100644 board/lantec/Makefile
> delete mode 100644 board/lantec/flash.c
> delete mode 100644 board/lantec/lantec.c
> delete mode 100644 board/lantec/u-boot.lds
> delete mode 100644 board/lantec/u-boot.lds.debug
> delete mode 100644 board/siemens/IAD210/IAD210.c
> delete mode 100644 board/siemens/IAD210/Makefile
> delete mode 100644 board/siemens/IAD210/atm.c
> delete mode 100644 board/siemens/IAD210/atm.h
> delete mode 100644 board/siemens/IAD210/flash.c
> delete mode 100644 board/siemens/IAD210/u-boot.lds
> delete mode 100644 board/siemens/SCM/Makefile
> delete mode 100644 board/siemens/SCM/flash.c
> delete mode 100644 board/siemens/SCM/fpga_scm.c
> delete mode 100644 board/siemens/SCM/scm.c
> delete mode 100644 board/siemens/SCM/scm.h
> delete mode 100644 board/siemens/common/README
> delete mode 100644 board/siemens/common/fpga.c
> delete mode 100644 board/siemens/common/fpga.h
> delete mode 100644 board/westel/amx860/Makefile
> delete mode 100644 board/westel/amx860/amx860.c
> delete mode 100644 board/westel/amx860/flash.c
> delete mode 100644 board/westel/amx860/u-boot.lds
> delete mode 100644 board/westel/amx860/u-boot.lds.debug
> delete mode 100644 include/configs/AMX860.h
> delete mode 100644 include/configs/ETX094.h
> delete mode 100644 include/configs/IAD210.h
> delete mode 100644 include/configs/LANTEC.h
> delete mode 100644 include/configs/SCM.h
> delete mode 100644 include/configs/c2mon.h
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121029/86df947b/attachment.pgp>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-29 16:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-28 19:33 [U-Boot] Pull request: u-boot-mpc8xx/master Wolfgang Denk
2012-10-29 16:51 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox