public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] cosmetic: README.scrapyard: add NIOS2 boards
@ 2014-08-25  1:37 Masahiro Yamada
  2014-08-25  7:13 ` Thomas Chou
  2014-09-17  0:43 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2014-08-25  1:37 UTC (permalink / raw)
  To: u-boot

Commit 70fbc461 removed obsolete PCI5441 and PK1C20 boards.
This commit adds them to README.scrapyard and also fills
some commit IDs and dates for removed boards.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Thomas Chou <thomas@wytron.com.tw>
---
 doc/README.scrapyard | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 7ef5a22..2f5034f 100644
--- a/doc/README.scrapyard
+++ b/doc/README.scrapyard
@@ -12,12 +12,14 @@ The list should be sorted in reverse chronological order.
 
 Board            Arch        CPU            Commit      Removed     Last known maintainer/contact
 =================================================================================================
-flagadm          powerpc     mpc8xx         -           -           K?ri Dav??sson <kd@flaga.is>
-gen860t          powerpc     mpc8xx         -           -           Keith Outwater <Keith_Outwater@mvis.com>
-sixnet           powerpc     mpc8xx         -           -           Dave Ellis <DGE@sixnetio.com>
-svm_sc8xx        powerpc     mpc8xx         -           -           John Zhan <zhanz@sinovee.com>
-stxxtc           powerpc     mpc8xx         -           -           Dan Malek <dan@embeddedalley.com>
-omap5912osk      arm         arm926ejs      -           -           Rishi Bhattacharya <rishi@ti.com>
+PK1C20           nios2       -              70fbc461    2014-08-24  Scott McNutt <smcnutt@psyent.com>
+PCI5441          nios2       -              70fbc461    2014-08-24  Scott McNutt <smcnutt@psyent.com>
+flagadm          powerpc     mpc8xx         aec6f8c5    2014-08-22  K?ri Dav??sson <kd@flaga.is>
+gen860t          powerpc     mpc8xx         6bde1ec1    2014-08-22  Keith Outwater <Keith_Outwater@mvis.com>
+sixnet           powerpc     mpc8xx         4723ce49    2014-08-22  Dave Ellis <DGE@sixnetio.com>
+svm_sc8xx        powerpc     mpc8xx         d1a4aafd    2014-08-22  John Zhan <zhanz@sinovee.com>
+stxxtc           powerpc     mpc8xx         0ace4d9d    2014-08-22  Dan Malek <dan@embeddedalley.com>
+omap5912osk      arm         arm926ejs      62d636aa    2014-08-22  Rishi Bhattacharya <rishi@ti.com>
 p1023rds         powerpc     mpc85xx        d0bc5140    2014-07-22  Roy Zang <tie-fei.zang@freescale.com>
 spc1920          powerpc     mpc8xx         98ad54be    2014-07-07
 v37              powerpc     mpc8xx         b8c1438a    2014-07-07
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] cosmetic: README.scrapyard: add NIOS2 boards
  2014-08-25  1:37 [U-Boot] [PATCH] cosmetic: README.scrapyard: add NIOS2 boards Masahiro Yamada
@ 2014-08-25  7:13 ` Thomas Chou
  2014-09-17  0:43 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Chou @ 2014-08-25  7:13 UTC (permalink / raw)
  To: u-boot

Hi Masahiro,

On 08/25/2014 09:37 AM, Masahiro Yamada wrote:
> Commit 70fbc461 removed obsolete PCI5441 and PK1C20 boards.
> This commit adds them to README.scrapyard and also fills
> some commit IDs and dates for removed boards.
>
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Thomas Chou <thomas@wytron.com.tw>
> ---
>   doc/README.scrapyard | 14 ++++++++------
>   1 file changed, 8 insertions(+), 6 deletions(-)
>

Thanks a lot.

Thomas Chou

Acked-by: Thomas Chou <thomas@wytron.com.tw>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] cosmetic: README.scrapyard: add NIOS2 boards
  2014-08-25  1:37 [U-Boot] [PATCH] cosmetic: README.scrapyard: add NIOS2 boards Masahiro Yamada
  2014-08-25  7:13 ` Thomas Chou
@ 2014-09-17  0:43 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2014-09-17  0:43 UTC (permalink / raw)
  To: u-boot

On Mon, Aug 25, 2014 at 10:37:49AM +0900, Masahiro Yamada wrote:

> Commit 70fbc461 removed obsolete PCI5441 and PK1C20 boards.
> This commit adds them to README.scrapyard and also fills
> some commit IDs and dates for removed boards.
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Thomas Chou <thomas@wytron.com.tw>
> Acked-by: Thomas Chou <thomas@wytron.com.tw>

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/20140916/f95d968f/attachment-0001.pgp>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-17  0:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-25  1:37 [U-Boot] [PATCH] cosmetic: README.scrapyard: add NIOS2 boards Masahiro Yamada
2014-08-25  7:13 ` Thomas Chou
2014-09-17  0:43 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox