All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH 6/9] x86: quark: Enable the Memory Reference Code build
Date: Fri, 6 Feb 2015 01:18:43 +0100	[thread overview]
Message-ID: <20150206011843.16ab701d@lilith> (raw)
In-Reply-To: <CAEUhbmUeLO5Q8sKo2GLdGx=6_Qj-EwNf=vr+H-J1zAaQYPqzaA@mail.gmail.com>

Hello Bin,

On Thu, 5 Feb 2015 14:58:35 +0800, Bin Meng <bmeng.cn@gmail.com> wrote:
> Hi Simon,
> 
> On Thu, Feb 5, 2015 at 6:35 AM, Bin Meng <bmeng.cn@gmail.com> wrote:
> > Hi Simon,
> >
> > On Thu, Feb 5, 2015 at 12:25 AM, Simon Glass <sjg@chromium.org> wrote:
> >> Hi Bin,
> >>
> >> On 3 February 2015 at 04:45, Bin Meng <bmeng.cn@gmail.com> wrote:
> >>> Turn on the Memory Reference code build in the quark Makefile.
> >>>
> >>> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> >>> ---
> >>>
> >>>  arch/x86/cpu/quark/Makefile | 1 +
> >>>  1 file changed, 1 insertion(+)
> >>>
> >>> diff --git a/arch/x86/cpu/quark/Makefile b/arch/x86/cpu/quark/Makefile
> >>> index 168c1e6..e87b424 100644
> >>> --- a/arch/x86/cpu/quark/Makefile
> >>> +++ b/arch/x86/cpu/quark/Makefile
> >>> @@ -5,4 +5,5 @@
> >>>  #
> >>>
> >>>  obj-y += car.o dram.o msg_port.o quark.o
> >>> +obj-y += mrc.o mrc_util.o hte.o smc.o
> >>>  obj-$(CONFIG_PCI) += pci.o
> >>
> >> Would prefer that you do this as you add each file (i.e. in the patch
> >> that adds the file).
> >>
> >
> > OK, will squash this one to previous commits.
> 
> Sorry I was replying too fast. Looks that I cannot add each file to
> Makefile each time, because it will not build until the 3rd patch is
> in place to provide all header files needed.

Can't you reorder the patches so that things build properly at each
addition? IF you can't, then there is a cross-dependency, and the
cross-dependent patches (and only these!) should be made into a single
patch.

> Regards,
> Bin

Amicalement,
-- 
Albert.

  reply	other threads:[~2015-02-06  0:18 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-03 11:45 [U-Boot] [RFC PATCH 0/9] x86: Add Intel Quark Memory Reference Code (MRC) support Bin Meng
2015-02-03 11:45 ` [U-Boot] [RFC PATCH 1/9] x86: Allow overriding TSC_FREQ_IN_MHZ Bin Meng
2015-02-04 16:24   ` Simon Glass
2015-02-03 11:45 ` [U-Boot] [RFC PATCH 2/9] x86: quark: Bypass TSC calibration Bin Meng
2015-02-04 16:24   ` Simon Glass
2015-02-03 11:45 ` [U-Boot] [RFC PATCH 3/9] x86: quark: Add Memory Reference Code (MRC) main routines Bin Meng
2015-02-04 16:24   ` Simon Glass
2015-02-05  8:45     ` Bin Meng
2015-02-03 11:45 ` [U-Boot] [RFC PATCH 4/9] x86: quark: Add utility codes needed for MRC Bin Meng
2015-02-04 16:24   ` Simon Glass
2015-02-05 14:25     ` Bin Meng
2015-02-03 11:45 ` [U-Boot] [RFC PATCH 5/9] x86: quark: Add System Memory Controller support Bin Meng
2015-02-04 16:24   ` Simon Glass
2015-02-05 15:17     ` Bin Meng
2015-02-03 11:45 ` [U-Boot] [RFC PATCH 6/9] x86: quark: Enable the Memory Reference Code build Bin Meng
2015-02-04 16:25   ` Simon Glass
2015-02-04 22:35     ` Bin Meng
2015-02-05  6:58       ` Bin Meng
2015-02-06  0:18         ` Albert ARIBAUD [this message]
2015-02-06  1:00           ` Bin Meng
2015-02-06  5:23             ` Simon Glass
2015-02-06 20:27               ` Simon Glass
2015-02-03 11:45 ` [U-Boot] [RFC PATCH 7/9] fdtdec: Add compatible id and string for Intel Quark MRC Bin Meng
2015-02-04 16:25   ` Simon Glass
2015-02-03 11:45 ` [U-Boot] [RFC PATCH 8/9] dt-bindings: Add Intel Quark MRC bindings Bin Meng
2015-02-04 16:25   ` Simon Glass
2015-02-03 11:45 ` [U-Boot] [RFC PATCH 9/9] x86: quark: Call MRC in dram_init() Bin Meng
2015-02-04 16:25   ` Simon Glass
2015-02-04 22:54     ` Bin Meng

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=20150206011843.16ab701d@lilith \
    --to=albert.u.boot@aribaud.net \
    --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.