* [U-Boot] Orphan Freescale PowerPC boards @ 2017-05-09 12:19 Masahiro Yamada 2017-05-09 12:37 ` Tom Rini 0 siblings, 1 reply; 12+ messages in thread From: Masahiro Yamada @ 2017-05-09 12:19 UTC (permalink / raw) To: u-boot Hi York, I see some orphan boards under board/freescale directory. $ find board/freescale -name MAINTAINERS | xargs grep Orphan board/freescale/mpc8555cds/MAINTAINERS:S: Orphan (since 2014-06) board/freescale/mpc8641hpcn/MAINTAINERS:S: Orphan (since 2014-06) board/freescale/mpc8540ads/MAINTAINERS:S: Orphan (since 2014-06) board/freescale/mpc8541cds/MAINTAINERS:S: Orphan (since 2014-06) board/freescale/mx31ads/MAINTAINERS:S: Orphan (since 2013-09) board/freescale/m5253evbe/MAINTAINERS:S: Orphan (since 2014-06) board/freescale/mpc8560ads/MAINTAINERS:S: Orphan (since 2014-06) Will you pick up the maintainership if you want to keep them? -- Best Regards Masahiro Yamada ^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] Orphan Freescale PowerPC boards 2017-05-09 12:19 [U-Boot] Orphan Freescale PowerPC boards Masahiro Yamada @ 2017-05-09 12:37 ` Tom Rini 2017-05-09 15:46 ` York Sun 0 siblings, 1 reply; 12+ messages in thread From: Tom Rini @ 2017-05-09 12:37 UTC (permalink / raw) To: u-boot On Tue, May 09, 2017 at 09:19:37PM +0900, Masahiro Yamada wrote: > Hi York, > > I see some orphan boards under board/freescale directory. > > $ find board/freescale -name MAINTAINERS | xargs grep Orphan > board/freescale/mpc8555cds/MAINTAINERS:S: Orphan (since 2014-06) > board/freescale/mpc8641hpcn/MAINTAINERS:S: Orphan (since 2014-06) > board/freescale/mpc8540ads/MAINTAINERS:S: Orphan (since 2014-06) > board/freescale/mpc8541cds/MAINTAINERS:S: Orphan (since 2014-06) > board/freescale/mx31ads/MAINTAINERS:S: Orphan (since 2013-09) > board/freescale/m5253evbe/MAINTAINERS:S: Orphan (since 2014-06) > board/freescale/mpc8560ads/MAINTAINERS:S: Orphan (since 2014-06) > > > Will you pick up the maintainership if you want to keep them? Related to that, there's also mpc83xx support, do you wish to pick that up? Thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170509/6604f4d7/attachment.sig> ^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] Orphan Freescale PowerPC boards 2017-05-09 12:37 ` Tom Rini @ 2017-05-09 15:46 ` York Sun 2017-05-09 15:50 ` Tom Rini 0 siblings, 1 reply; 12+ messages in thread From: York Sun @ 2017-05-09 15:46 UTC (permalink / raw) To: u-boot On 05/09/2017 05:36 AM, Tom Rini wrote: > On Tue, May 09, 2017 at 09:19:37PM +0900, Masahiro Yamada wrote: >> Hi York, >> >> I see some orphan boards under board/freescale directory. >> >> $ find board/freescale -name MAINTAINERS | xargs grep Orphan >> board/freescale/mpc8555cds/MAINTAINERS:S: Orphan (since 2014-06) >> board/freescale/mpc8641hpcn/MAINTAINERS:S: Orphan (since 2014-06) >> board/freescale/mpc8540ads/MAINTAINERS:S: Orphan (since 2014-06) >> board/freescale/mpc8541cds/MAINTAINERS:S: Orphan (since 2014-06) >> board/freescale/mx31ads/MAINTAINERS:S: Orphan (since 2013-09) >> board/freescale/m5253evbe/MAINTAINERS:S: Orphan (since 2014-06) >> board/freescale/mpc8560ads/MAINTAINERS:S: Orphan (since 2014-06) >> >> >> Will you pick up the maintainership if you want to keep them? > > Related to that, there's also mpc83xx support, do you wish to pick that > up? Thanks! > What options do I have? They are really old boards. York ^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] Orphan Freescale PowerPC boards 2017-05-09 15:46 ` York Sun @ 2017-05-09 15:50 ` Tom Rini 2017-05-09 15:52 ` York Sun 0 siblings, 1 reply; 12+ messages in thread From: Tom Rini @ 2017-05-09 15:50 UTC (permalink / raw) To: u-boot On Tue, May 09, 2017 at 08:46:46AM -0700, York Sun wrote: > On 05/09/2017 05:36 AM, Tom Rini wrote: > >On Tue, May 09, 2017 at 09:19:37PM +0900, Masahiro Yamada wrote: > >>Hi York, > >> > >>I see some orphan boards under board/freescale directory. > >> > >>$ find board/freescale -name MAINTAINERS | xargs grep Orphan > >>board/freescale/mpc8555cds/MAINTAINERS:S: Orphan (since 2014-06) > >>board/freescale/mpc8641hpcn/MAINTAINERS:S: Orphan (since 2014-06) > >>board/freescale/mpc8540ads/MAINTAINERS:S: Orphan (since 2014-06) > >>board/freescale/mpc8541cds/MAINTAINERS:S: Orphan (since 2014-06) > >>board/freescale/mx31ads/MAINTAINERS:S: Orphan (since 2013-09) > >>board/freescale/m5253evbe/MAINTAINERS:S: Orphan (since 2014-06) > >>board/freescale/mpc8560ads/MAINTAINERS:S: Orphan (since 2014-06) > >> > >>Will you pick up the maintainership if you want to keep them? > > > >Related to that, there's also mpc83xx support, do you wish to pick that > >up? Thanks! > > What options do I have? They are really old boards. Well, if you don't want to pick them up, we can drop them. If someone later wants to support them, they can step up. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170509/c3b3ebd0/attachment.sig> ^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] Orphan Freescale PowerPC boards 2017-05-09 15:50 ` Tom Rini @ 2017-05-09 15:52 ` York Sun 2017-05-17 16:57 ` york sun 0 siblings, 1 reply; 12+ messages in thread From: York Sun @ 2017-05-09 15:52 UTC (permalink / raw) To: u-boot On 05/09/2017 08:49 AM, Tom Rini wrote: > On Tue, May 09, 2017 at 08:46:46AM -0700, York Sun wrote: >> On 05/09/2017 05:36 AM, Tom Rini wrote: >>> On Tue, May 09, 2017 at 09:19:37PM +0900, Masahiro Yamada wrote: >>>> Hi York, >>>> >>>> I see some orphan boards under board/freescale directory. >>>> >>>> $ find board/freescale -name MAINTAINERS | xargs grep Orphan >>>> board/freescale/mpc8555cds/MAINTAINERS:S: Orphan (since 2014-06) >>>> board/freescale/mpc8641hpcn/MAINTAINERS:S: Orphan (since 2014-06) >>>> board/freescale/mpc8540ads/MAINTAINERS:S: Orphan (since 2014-06) >>>> board/freescale/mpc8541cds/MAINTAINERS:S: Orphan (since 2014-06) >>>> board/freescale/mx31ads/MAINTAINERS:S: Orphan (since 2013-09) >>>> board/freescale/m5253evbe/MAINTAINERS:S: Orphan (since 2014-06) >>>> board/freescale/mpc8560ads/MAINTAINERS:S: Orphan (since 2014-06) >>>> >>>> Will you pick up the maintainership if you want to keep them? >>> >>> Related to that, there's also mpc83xx support, do you wish to pick that >>> up? Thanks! >> >> What options do I have? They are really old boards. > > Well, if you don't want to pick them up, we can drop them. If someone > later wants to support them, they can step up. > Let me ask our FAEs to see if there is any customer using these boards. If not, and nobody in this community cares them, we can drop them. York ^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] Orphan Freescale PowerPC boards 2017-05-09 15:52 ` York Sun @ 2017-05-17 16:57 ` york sun 2017-05-17 17:25 ` Tom Rini 2017-05-17 19:14 ` Sinan Akman 0 siblings, 2 replies; 12+ messages in thread From: york sun @ 2017-05-17 16:57 UTC (permalink / raw) To: u-boot On 05/09/2017 08:52 AM, York Sun wrote: > On 05/09/2017 08:49 AM, Tom Rini wrote: >> On Tue, May 09, 2017 at 08:46:46AM -0700, York Sun wrote: >>> On 05/09/2017 05:36 AM, Tom Rini wrote: >>>> On Tue, May 09, 2017 at 09:19:37PM +0900, Masahiro Yamada wrote: >>>>> Hi York, >>>>> >>>>> I see some orphan boards under board/freescale directory. >>>>> >>>>> $ find board/freescale -name MAINTAINERS | xargs grep Orphan >>>>> board/freescale/mpc8555cds/MAINTAINERS:S: Orphan (since 2014-06) >>>>> board/freescale/mpc8641hpcn/MAINTAINERS:S: Orphan (since 2014-06) >>>>> board/freescale/mpc8540ads/MAINTAINERS:S: Orphan (since 2014-06) >>>>> board/freescale/mpc8541cds/MAINTAINERS:S: Orphan (since 2014-06) >>>>> board/freescale/mx31ads/MAINTAINERS:S: Orphan (since 2013-09) >>>>> board/freescale/m5253evbe/MAINTAINERS:S: Orphan (since 2014-06) >>>>> board/freescale/mpc8560ads/MAINTAINERS:S: Orphan (since 2014-06) >>>>> >>>>> Will you pick up the maintainership if you want to keep them? >>>> >>>> Related to that, there's also mpc83xx support, do you wish to pick that >>>> up? Thanks! >>> >>> What options do I have? They are really old boards. >> >> Well, if you don't want to pick them up, we can drop them. If someone >> later wants to support them, they can step up. >> > > Let me ask our FAEs to see if there is any customer using these boards. > If not, and nobody in this community cares them, we can drop them. > I will pick up the ownership of MPC8555CDS, MPC8641HPCN, MPC8541CDS, and drop the support of MPC8540ADS and MPC8560ADS. It is not clear who will maintain mpc83xx, and other orphan boards. In 2015, Sinan Akman offered to maintain mpc83xx. The discussion didn't yield any result. York ^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] Orphan Freescale PowerPC boards 2017-05-17 16:57 ` york sun @ 2017-05-17 17:25 ` Tom Rini 2017-05-17 17:29 ` Joakim Tjernlund 2017-05-17 19:14 ` Sinan Akman 1 sibling, 1 reply; 12+ messages in thread From: Tom Rini @ 2017-05-17 17:25 UTC (permalink / raw) To: u-boot On Wed, May 17, 2017 at 04:57:57PM +0000, york sun wrote: > On 05/09/2017 08:52 AM, York Sun wrote: > > On 05/09/2017 08:49 AM, Tom Rini wrote: > >> On Tue, May 09, 2017 at 08:46:46AM -0700, York Sun wrote: > >>> On 05/09/2017 05:36 AM, Tom Rini wrote: > >>>> On Tue, May 09, 2017 at 09:19:37PM +0900, Masahiro Yamada wrote: > >>>>> Hi York, > >>>>> > >>>>> I see some orphan boards under board/freescale directory. > >>>>> > >>>>> $ find board/freescale -name MAINTAINERS | xargs grep Orphan > >>>>> board/freescale/mpc8555cds/MAINTAINERS:S: Orphan (since 2014-06) > >>>>> board/freescale/mpc8641hpcn/MAINTAINERS:S: Orphan (since 2014-06) > >>>>> board/freescale/mpc8540ads/MAINTAINERS:S: Orphan (since 2014-06) > >>>>> board/freescale/mpc8541cds/MAINTAINERS:S: Orphan (since 2014-06) > >>>>> board/freescale/mx31ads/MAINTAINERS:S: Orphan (since 2013-09) > >>>>> board/freescale/m5253evbe/MAINTAINERS:S: Orphan (since 2014-06) > >>>>> board/freescale/mpc8560ads/MAINTAINERS:S: Orphan (since 2014-06) > >>>>> > >>>>> Will you pick up the maintainership if you want to keep them? > >>>> > >>>> Related to that, there's also mpc83xx support, do you wish to pick that > >>>> up? Thanks! > >>> > >>> What options do I have? They are really old boards. > >> > >> Well, if you don't want to pick them up, we can drop them. If someone > >> later wants to support them, they can step up. > >> > > > > Let me ask our FAEs to see if there is any customer using these boards. > > If not, and nobody in this community cares them, we can drop them. > > > > I will pick up the ownership of MPC8555CDS, MPC8641HPCN, MPC8541CDS, and > drop the support of MPC8540ADS and MPC8560ADS. > > It is not clear who will maintain mpc83xx, and other orphan boards. In > 2015, Sinan Akman offered to maintain mpc83xx. The discussion didn't > yield any result. I think we'll just drop mpc83xx then. Thanks for looking into this! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170517/cd45f441/attachment.sig> ^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] Orphan Freescale PowerPC boards 2017-05-17 17:25 ` Tom Rini @ 2017-05-17 17:29 ` Joakim Tjernlund 2017-05-17 17:36 ` Tom Rini 0 siblings, 1 reply; 12+ messages in thread From: Joakim Tjernlund @ 2017-05-17 17:29 UTC (permalink / raw) To: u-boot On Wed, 2017-05-17 at 13:25 -0400, Tom Rini wrote: > On Wed, May 17, 2017 at 04:57:57PM +0000, york sun wrote: > > On 05/09/2017 08:52 AM, York Sun wrote: > > > On 05/09/2017 08:49 AM, Tom Rini wrote: > > > > On Tue, May 09, 2017 at 08:46:46AM -0700, York Sun wrote: > > > > > On 05/09/2017 05:36 AM, Tom Rini wrote: > > > > > > On Tue, May 09, 2017 at 09:19:37PM +0900, Masahiro Yamada wrote: > > > > > > > Hi York, > > > > > > > > > > > > > > I see some orphan boards under board/freescale directory. > > > > > > > > > > > > > > $ find board/freescale -name MAINTAINERS | xargs grep Orphan > > > > > > > board/freescale/mpc8555cds/MAINTAINERS:S: Orphan (since 2014-06) > > > > > > > board/freescale/mpc8641hpcn/MAINTAINERS:S: Orphan (since 2014-06) > > > > > > > board/freescale/mpc8540ads/MAINTAINERS:S: Orphan (since 2014-06) > > > > > > > board/freescale/mpc8541cds/MAINTAINERS:S: Orphan (since 2014-06) > > > > > > > board/freescale/mx31ads/MAINTAINERS:S: Orphan (since 2013-09) > > > > > > > board/freescale/m5253evbe/MAINTAINERS:S: Orphan (since 2014-06) > > > > > > > board/freescale/mpc8560ads/MAINTAINERS:S: Orphan (since 2014-06) > > > > > > > > > > > > > > Will you pick up the maintainership if you want to keep them? > > > > > > > > > > > > Related to that, there's also mpc83xx support, do you wish to pick that > > > > > > up? Thanks! > > > > > > > > > > What options do I have? They are really old boards. > > > > > > > > Well, if you don't want to pick them up, we can drop them. If someone > > > > later wants to support them, they can step up. > > > > > > > > > > Let me ask our FAEs to see if there is any customer using these boards. > > > If not, and nobody in this community cares them, we can drop them. > > > > > > > I will pick up the ownership of MPC8555CDS, MPC8641HPCN, MPC8541CDS, and > > drop the support of MPC8540ADS and MPC8560ADS. > > > > It is not clear who will maintain mpc83xx, and other orphan boards. In > > 2015, Sinan Akman offered to maintain mpc83xx. The discussion didn't > > yield any result. > > I think we'll just drop mpc83xx then. Thanks for looking into this! We still use custom mpc83xx boards and we would like to continue to do so in later u-boot. Jocke ^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] Orphan Freescale PowerPC boards 2017-05-17 17:29 ` Joakim Tjernlund @ 2017-05-17 17:36 ` Tom Rini 2017-05-24 12:16 ` Dirk Eibach 0 siblings, 1 reply; 12+ messages in thread From: Tom Rini @ 2017-05-17 17:36 UTC (permalink / raw) To: u-boot On Wed, May 17, 2017 at 05:29:37PM +0000, Joakim Tjernlund wrote: > On Wed, 2017-05-17 at 13:25 -0400, Tom Rini wrote: > > On Wed, May 17, 2017 at 04:57:57PM +0000, york sun wrote: > > > On 05/09/2017 08:52 AM, York Sun wrote: > > > > On 05/09/2017 08:49 AM, Tom Rini wrote: > > > > > On Tue, May 09, 2017 at 08:46:46AM -0700, York Sun wrote: > > > > > > On 05/09/2017 05:36 AM, Tom Rini wrote: > > > > > > > On Tue, May 09, 2017 at 09:19:37PM +0900, Masahiro Yamada wrote: > > > > > > > > Hi York, > > > > > > > > > > > > > > > > I see some orphan boards under board/freescale directory. > > > > > > > > > > > > > > > > $ find board/freescale -name MAINTAINERS | xargs grep Orphan > > > > > > > > board/freescale/mpc8555cds/MAINTAINERS:S: Orphan (since 2014-06) > > > > > > > > board/freescale/mpc8641hpcn/MAINTAINERS:S: Orphan (since 2014-06) > > > > > > > > board/freescale/mpc8540ads/MAINTAINERS:S: Orphan (since 2014-06) > > > > > > > > board/freescale/mpc8541cds/MAINTAINERS:S: Orphan (since 2014-06) > > > > > > > > board/freescale/mx31ads/MAINTAINERS:S: Orphan (since 2013-09) > > > > > > > > board/freescale/m5253evbe/MAINTAINERS:S: Orphan (since 2014-06) > > > > > > > > board/freescale/mpc8560ads/MAINTAINERS:S: Orphan (since 2014-06) > > > > > > > > > > > > > > > > Will you pick up the maintainership if you want to keep them? > > > > > > > > > > > > > > Related to that, there's also mpc83xx support, do you wish to pick that > > > > > > > up? Thanks! > > > > > > > > > > > > What options do I have? They are really old boards. > > > > > > > > > > Well, if you don't want to pick them up, we can drop them. If someone > > > > > later wants to support them, they can step up. > > > > > > > > > > > > > Let me ask our FAEs to see if there is any customer using these boards. > > > > If not, and nobody in this community cares them, we can drop them. > > > > > > > > > > I will pick up the ownership of MPC8555CDS, MPC8641HPCN, MPC8541CDS, and > > > drop the support of MPC8540ADS and MPC8560ADS. > > > > > > It is not clear who will maintain mpc83xx, and other orphan boards. In > > > 2015, Sinan Akman offered to maintain mpc83xx. The discussion didn't > > > yield any result. > > > > I think we'll just drop mpc83xx then. Thanks for looking into this! > > We still use custom mpc83xx boards and we would like to continue to > do so in later u-boot. That's fine too. Can you please send a patch taking it up in MAINTAINERS and which of the various reference platforms you'll maintain? There's also a number of gdsys boards in mpc83xx too, Dirk, do you have interest in becoming the mpc83xx custodian? Co-custodianship is fine too. Thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170517/ae459a9e/attachment.sig> ^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] Orphan Freescale PowerPC boards 2017-05-17 17:36 ` Tom Rini @ 2017-05-24 12:16 ` Dirk Eibach 2017-05-24 12:19 ` Tom Rini 0 siblings, 1 reply; 12+ messages in thread From: Dirk Eibach @ 2017-05-24 12:16 UTC (permalink / raw) To: u-boot Hi Tom, 2017-05-17 19:36 GMT+02:00 Tom Rini <trini@konsulko.com>: > ... > There's also a number of gdsys boards in mpc83xx too, Dirk, > do you have interest in becoming the mpc83xx custodian? > Co-custodianship is fine too. Thanks! We have some new mpc83xx boards coming. Mario Six is doing most of gdsys u-boot maintenance at the moment. He would also be interested in custodianship. Would that be allright for everyone involved? Cheers Dirk ^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] Orphan Freescale PowerPC boards 2017-05-24 12:16 ` Dirk Eibach @ 2017-05-24 12:19 ` Tom Rini 0 siblings, 0 replies; 12+ messages in thread From: Tom Rini @ 2017-05-24 12:19 UTC (permalink / raw) To: u-boot On Wed, May 24, 2017 at 02:16:28PM +0200, Dirk Eibach wrote: > Hi Tom, > > 2017-05-17 19:36 GMT+02:00 Tom Rini <trini@konsulko.com>: > > ... > > There's also a number of gdsys boards in mpc83xx too, Dirk, > > do you have interest in becoming the mpc83xx custodian? > > Co-custodianship is fine too. Thanks! > > We have some new mpc83xx boards coming. Mario Six is doing most of > gdsys u-boot maintenance at the moment. He would also be interested in > custodianship. Would that be allright for everyone involved? That would be quite alright with me as that's the first person to say yes to custodianship :) Does anyone else want to step up to that level? Or just continue to test their boards (and perhaps update some MAINTAINERS files?) ? Thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170524/1709e60f/attachment.sig> ^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] Orphan Freescale PowerPC boards 2017-05-17 16:57 ` york sun 2017-05-17 17:25 ` Tom Rini @ 2017-05-17 19:14 ` Sinan Akman 1 sibling, 0 replies; 12+ messages in thread From: Sinan Akman @ 2017-05-17 19:14 UTC (permalink / raw) To: u-boot Hi York york sun wrote: > On 05/09/2017 08:52 AM, York Sun wrote: >> On 05/09/2017 08:49 AM, Tom Rini wrote: >>> On Tue, May 09, 2017 at 08:46:46AM -0700, York Sun wrote: >>>> On 05/09/2017 05:36 AM, Tom Rini wrote: >>>>> On Tue, May 09, 2017 at 09:19:37PM +0900, Masahiro Yamada wrote: >>>>>> Hi York, >>>>>> >>>>>> I see some orphan boards under board/freescale directory. >>>>>> >>>>>> $ find board/freescale -name MAINTAINERS | xargs grep Orphan >>>>>> board/freescale/mpc8555cds/MAINTAINERS:S: Orphan (since 2014-06) >>>>>> board/freescale/mpc8641hpcn/MAINTAINERS:S: Orphan (since 2014-06) >>>>>> board/freescale/mpc8540ads/MAINTAINERS:S: Orphan (since 2014-06) >>>>>> board/freescale/mpc8541cds/MAINTAINERS:S: Orphan (since 2014-06) >>>>>> board/freescale/mx31ads/MAINTAINERS:S: Orphan (since 2013-09) >>>>>> board/freescale/m5253evbe/MAINTAINERS:S: Orphan (since 2014-06) >>>>>> board/freescale/mpc8560ads/MAINTAINERS:S: Orphan (since 2014-06) >>>>>> >>>>>> Will you pick up the maintainership if you want to keep them? >>>>> Related to that, there's also mpc83xx support, do you wish to pick that >>>>> up? Thanks! >>>> What options do I have? They are really old boards. >>> Well, if you don't want to pick them up, we can drop them. If someone >>> later wants to support them, they can step up. >>> >> Let me ask our FAEs to see if there is any customer using these boards. >> If not, and nobody in this community cares them, we can drop them. >> > > I will pick up the ownership of MPC8555CDS, MPC8641HPCN, MPC8541CDS, and > drop the support of MPC8540ADS and MPC8560ADS. > > It is not clear who will maintain mpc83xx, and other orphan boards. In > 2015, Sinan Akman offered to maintain mpc83xx. The discussion didn't > yield any result. I'll see what mpc83xx boards I still have access to. I can then offer to run some tests regularly if some of those boards stay maintained. Regards Sinan Akman ^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2017-05-24 12:19 UTC | newest] Thread overview: 12+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-05-09 12:19 [U-Boot] Orphan Freescale PowerPC boards Masahiro Yamada 2017-05-09 12:37 ` Tom Rini 2017-05-09 15:46 ` York Sun 2017-05-09 15:50 ` Tom Rini 2017-05-09 15:52 ` York Sun 2017-05-17 16:57 ` york sun 2017-05-17 17:25 ` Tom Rini 2017-05-17 17:29 ` Joakim Tjernlund 2017-05-17 17:36 ` Tom Rini 2017-05-24 12:16 ` Dirk Eibach 2017-05-24 12:19 ` Tom Rini 2017-05-17 19:14 ` Sinan Akman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox