[U-Boot] Pull request: u-boot-mpc8xx/master
Tom Rini
trini at ti.com
Mon Oct 29 17:51:16 CET 2012
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>
More information about the U-Boot
mailing list