public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/4] Add Rock960 and Ficus 96Board support
Date: Thu, 6 Dec 2018 11:08:09 -0500	[thread overview]
Message-ID: <20181206160809.GD32109@bill-the-cat> (raw)
In-Reply-To: <20181206153739.GA3488@Mani-XPS-13-9360>

On Thu, Dec 06, 2018 at 09:07:39PM +0530, Manivannan Sadhasivam wrote:
> On Thu, Dec 06, 2018 at 10:20:30AM -0500, Tom Rini wrote:
> > On Thu, Dec 06, 2018 at 08:53:33AM +0100, Alexander Graf wrote:
> > > 
> > > 
> > > On 26.10.18 20:00, Philipp Tomsich wrote:
> > > > 
> > > > 
> > > >> On 26.10.2018, at 19:17, Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> wrote:
> > > >>
> > > >> On Fri, Sep 28, 2018 at 12:32:57AM +0530, Manivannan Sadhasivam wrote:
> > > >>> This patchset adds support for Rock960 and Ficus 96Boards from Vamrs.
> > > >>> Since both boards share most of the configurations, a common Rock960
> > > >>> family support is added with common support and the actual boards are
> > > >>> based on this.
> > > >>>
> > > >>> The previous version of the patchseries were adding Rock960 [1] and
> > > >>> Ficus [2] board support individually, but this series fuses them
> > > >>> together based on the common board support as per Linux kernel.
> > > >>>
> > > >>> [1] https://patchwork.ozlabs.org/cover/963239/
> > > >>> [2] https://lists.denx.de/pipermail/u-boot/2018-August/339059.html
> > > >>>
> > > >>> This patchseries has been tested on Rock960 v1.2 board and expecting
> > > >>> Ezequiel to do the testing for Ficus.
> > > >>>
> > > >>> PS: I have explicitly removed the previous Ack's for the Ficus board
> > > >>> since there has been a heavy modification done on these patches.
> > > >>>
> > > >>> Thanks,
> > > >>> Mani
> > > >>>
> > > >>
> > > >> Hi,
> > > >>
> > > >> Is there any update on this patchset? AFAIK everyone is happy to get
> > > >> this merged!
> > > > 
> > > > It’s on pretty high up my list for the next merge window, but I didn’t get it into
> > > > the current version.
> > > 
> > > So there goes another merge window. Any progress here?
> > 
> > So, I'm going to call out here that this new board is entirely missing a
> > MAINTAINERS file.  Causing ./tools/genboardscfg.py to complain about new
> > defconfigs without a MAINTAINER.  I'm gonna fix it now, but, grumble.  I
> > know checkpatch.pl does complain "Hey, new file, do you need to update
> > MAINTAINERS" from Linux.
> >
> 
> Hi Tom,
> 
> Sorry for that! It was my bad to left MAINTAINERS entry for Ficus board.
> Since there are two boards (Rock960 and Ficus) sharing common board
> support, I forgot to update the later one.

Not a huge problem, really.  I've now become motivated enough to write a
.travis.yml test for this problem and thus pushing the problem visibly
up the chain like I should have months ago :)

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181206/2eb351ec/attachment.sig>

      reply	other threads:[~2018-12-06 16:08 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-27 19:02 [U-Boot] [PATCH v3 0/4] Add Rock960 and Ficus 96Board support Manivannan Sadhasivam
2018-09-27 19:02 ` [U-Boot] [PATCH v3 1/4] arm: dts: rockchip: add some common pin-settings to rk3399 Manivannan Sadhasivam
2018-10-03 19:05   ` Peter Robinson
2018-10-03 19:35   ` [U-Boot] [U-Boot, v3, " Philipp Tomsich
2018-12-06 15:02   ` Philipp Tomsich
2018-09-27 19:02 ` [U-Boot] [PATCH v3 2/4] rockchip: rk3399: Add common Rock960 family from Vamrs Manivannan Sadhasivam
2018-10-02 11:21   ` Simon Glass
2018-10-02 14:01     ` Manivannan Sadhasivam
2018-10-03 19:34       ` Philipp Tomsich
2018-10-03 19:36         ` Ezequiel Garcia
2018-10-03 19:41           ` Philipp Tomsich
2018-10-04  3:15             ` Manivannan Sadhasivam
2018-10-03 19:04   ` Peter Robinson
2018-12-06 15:02   ` [U-Boot] [U-Boot, v3, " Philipp Tomsich
2018-09-27 19:03 ` [U-Boot] [PATCH v3 3/4] rockchip: rk3399: Add Rock960 CE board support Manivannan Sadhasivam
2018-10-02 11:21   ` Simon Glass
2018-10-03 19:06   ` Peter Robinson
2018-10-03 19:35   ` [U-Boot] [U-Boot, v3, " Philipp Tomsich
2018-11-22 20:53     ` Ezequiel Garcia
2018-12-06 15:02   ` Philipp Tomsich
2018-09-27 19:03 ` [U-Boot] [PATCH v3 4/4] rockchip: rk3399: Add Ficus EE " Manivannan Sadhasivam
2018-10-02 11:21   ` Simon Glass
2018-10-03 19:35   ` [U-Boot] [U-Boot, v3, " Philipp Tomsich
2018-12-04 21:12     ` Ezequiel Garcia
2018-12-04 21:21       ` Philipp Tomsich
2018-12-04 22:02         ` Ezequiel Garcia
2018-12-06 14:39           ` Philipp Tomsich
2018-12-06 15:02   ` Philipp Tomsich
2018-09-28  5:35 ` [U-Boot] [PATCH v3 0/4] Add Rock960 and Ficus 96Board support Daniel Lezcano
2018-10-26 17:17 ` Manivannan Sadhasivam
2018-10-26 18:00   ` Philipp Tomsich
2018-12-06  7:53     ` Alexander Graf
2018-12-06 14:57       ` Philipp Tomsich
2018-12-06 15:00         ` Philipp Tomsich
2018-12-06 15:20       ` Tom Rini
2018-12-06 15:37         ` Manivannan Sadhasivam
2018-12-06 16:08           ` Tom Rini [this message]

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=20181206160809.GD32109@bill-the-cat \
    --to=trini@konsulko.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox