All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-ppc4xx
Date: Tue, 27 Oct 2015 12:38:35 +0100	[thread overview]
Message-ID: <562F623B.5020807@denx.de> (raw)

Hi Tom,

please pull the 4 4xx removal patches.

The following changes since commit 677f970bc62a661690b3431543d5a5d5e682ba70:

  common/board_f.c: modify the macro to use get_clocks() more common (2015-10-24 13:50:38 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git 

for you to fetch changes up to 29155e735203b28951d0e836f13773defa6e6118:

  ocotea: Drop (2015-10-27 12:34:09 +0100)

----------------------------------------------------------------
Tom Rini (4):
      taihu: Remove
      ebony: Drop
      taishan: Drop
      ocotea: Drop

 board/amcc/ebony/Kconfig                       |   16 -
 board/amcc/ebony/MAINTAINERS                   |    6 -
 board/amcc/ebony/Makefile                      |    9 -
 board/amcc/ebony/README                        |  136 ---
 board/amcc/ebony/config.mk                     |   16 -
 board/amcc/ebony/ebony.c                       |  151 ----
 board/amcc/ebony/flash.c                       |  155 ----
 board/amcc/ebony/init.S                        |   41 -
 board/amcc/ocotea/Kconfig                      |   16 -
 board/amcc/ocotea/MAINTAINERS                  |    6 -
 board/amcc/ocotea/Makefile                     |    9 -
 board/amcc/ocotea/README.ocotea                |   73 --
 board/amcc/ocotea/README.ocotea-PIBS-to-U-Boot |   99 ---
 board/amcc/ocotea/config.mk                    |   20 -
 board/amcc/ocotea/flash.c                      |  134 ---
 board/amcc/ocotea/init.S                       |   42 -
 board/amcc/ocotea/ocotea.c                     |  387 ---------
 board/amcc/ocotea/ocotea.h                     |  125 ---
 board/amcc/taihu/Kconfig                       |   16 -
 board/amcc/taihu/MAINTAINERS                   |    6 -
 board/amcc/taihu/Makefile                      |    8 -
 board/amcc/taihu/flash.c                       | 1063 ------------------------
 board/amcc/taihu/lcd.c                         |  237 ------
 board/amcc/taihu/taihu.c                       |  180 ----
 board/amcc/taihu/update.c                      |  116 ---
 board/amcc/taishan/Kconfig                     |   16 -
 board/amcc/taishan/MAINTAINERS                 |    6 -
 board/amcc/taishan/Makefile                    |    9 -
 board/amcc/taishan/config.mk                   |   20 -
 board/amcc/taishan/init.S                      |   35 -
 board/amcc/taishan/lcd.c                       |  358 --------
 board/amcc/taishan/showinfo.c                  |  220 -----
 board/amcc/taishan/taishan.c                   |  201 -----
 board/amcc/taishan/update.c                    |   62 --
 configs/ebony_defconfig                        |    3 -
 configs/ocotea_defconfig                       |    3 -
 configs/taihu_defconfig                        |    3 -
 configs/taishan_defconfig                      |    3 -
 doc/README.scrapyard                           |    4 +
 include/configs/ebony.h                        |  174 ----
 include/configs/ocotea.h                       |  194 -----
 include/configs/taihu.h                        |  307 -------
 include/configs/taishan.h                      |  193 -----
 43 files changed, 4 insertions(+), 4874 deletions(-)
 delete mode 100644 board/amcc/ebony/Kconfig
 delete mode 100644 board/amcc/ebony/MAINTAINERS
 delete mode 100644 board/amcc/ebony/Makefile
 delete mode 100644 board/amcc/ebony/README
 delete mode 100644 board/amcc/ebony/config.mk
 delete mode 100644 board/amcc/ebony/ebony.c
 delete mode 100644 board/amcc/ebony/flash.c
 delete mode 100644 board/amcc/ebony/init.S
 delete mode 100644 board/amcc/ocotea/Kconfig
 delete mode 100644 board/amcc/ocotea/MAINTAINERS
 delete mode 100644 board/amcc/ocotea/Makefile
 delete mode 100644 board/amcc/ocotea/README.ocotea
 delete mode 100644 board/amcc/ocotea/README.ocotea-PIBS-to-U-Boot
 delete mode 100644 board/amcc/ocotea/config.mk
 delete mode 100644 board/amcc/ocotea/flash.c
 delete mode 100644 board/amcc/ocotea/init.S
 delete mode 100644 board/amcc/ocotea/ocotea.c
 delete mode 100644 board/amcc/ocotea/ocotea.h
 delete mode 100644 board/amcc/taihu/Kconfig
 delete mode 100644 board/amcc/taihu/MAINTAINERS
 delete mode 100644 board/amcc/taihu/Makefile
 delete mode 100644 board/amcc/taihu/flash.c
 delete mode 100644 board/amcc/taihu/lcd.c
 delete mode 100644 board/amcc/taihu/taihu.c
 delete mode 100644 board/amcc/taihu/update.c
 delete mode 100644 board/amcc/taishan/Kconfig
 delete mode 100644 board/amcc/taishan/MAINTAINERS
 delete mode 100644 board/amcc/taishan/Makefile
 delete mode 100644 board/amcc/taishan/config.mk
 delete mode 100644 board/amcc/taishan/init.S
 delete mode 100644 board/amcc/taishan/lcd.c
 delete mode 100644 board/amcc/taishan/showinfo.c
 delete mode 100644 board/amcc/taishan/taishan.c
 delete mode 100644 board/amcc/taishan/update.c
 delete mode 100644 configs/ebony_defconfig
 delete mode 100644 configs/ocotea_defconfig
 delete mode 100644 configs/taihu_defconfig
 delete mode 100644 configs/taishan_defconfig
 delete mode 100644 include/configs/ebony.h
 delete mode 100644 include/configs/ocotea.h
 delete mode 100644 include/configs/taihu.h
 delete mode 100644 include/configs/taishan.h

             reply	other threads:[~2015-10-27 11:38 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-27 11:38 Stefan Roese [this message]
2015-10-28 20:55 ` [U-Boot] Please pull u-boot-ppc4xx Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2013-07-26  5:50 Stefan Roese
2013-07-26 23:35 ` Tom Rini
2012-01-10  7:42 Stefan Roese
2012-01-13 19:12 ` Wolfgang Denk
2009-12-21  9:33 Stefan Roese
2009-12-21 20:06 ` Wolfgang Denk
2009-12-22  4:51   ` Stefan Roese
2009-09-23 14:05 Stefan Roese
2009-09-23 22:17 ` Wolfgang Denk
2009-09-17 12:11 Stefan Roese
2009-09-17 21:31 ` Wolfgang Denk
2009-09-11  8:47 Stefan Roese
2009-09-15 19:44 ` Wolfgang Denk
2009-09-08  9:09 Stefan Roese
2009-09-08 18:55 ` Wolfgang Denk
2009-09-09  6:23   ` Stefan Roese
2009-07-24  8:39 Stefan Roese
2009-07-26 20:54 ` Wolfgang Denk
2009-07-10  7:12 Stefan Roese
2009-07-13 21:34 ` Wolfgang Denk
2009-05-20 11:07 Stefan Roese
2009-05-20 20:42 ` Wolfgang Denk
2009-04-15 14:33 Stefan Roese
2009-04-16 14:25 ` Stefan Roese
2009-04-16 20:53   ` Wolfgang Denk
2009-04-16 20:53 ` Wolfgang Denk
2009-04-14  8:44 Stefan Roese
2009-04-16 20:53 ` Wolfgang Denk
2009-03-26 17:39 Stefan Roese
2009-03-26 21:34 ` Wolfgang Denk
2009-03-20 12:04 Stefan Roese
2009-03-20 20:56 ` Wolfgang Denk
2009-03-17  9:57 Stefan Roese
2009-03-17 23:38 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=562F623B.5020807@denx.de \
    --to=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.