public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Masahiro Yamada <masahiroy@kernel.org>
To: u-boot@lists.denx.de
Subject: [PATCH v2 0/3] support separate asm-offsets.h for SPL and TPL
Date: Fri, 17 Apr 2020 16:21:34 +0900	[thread overview]
Message-ID: <20200417072137.801234-1-masahiroy@kernel.org> (raw)


Bin Meng asked me how to generate correct asm-offsets headers for SPL/TPL.

1/3: fix a bug that I just happened to find when touching this line
2/3: cherry-pick some Kbuild changes. This is a good resync regardless of 3/3
3/3: change as Bin Meng requested. This complicates the build process
     a bit more, but if we want this, just go ahead.


Changes in v2:
  - Check-pick two more while I am here
  - Rebase on the mainline

Masahiro Yamada (3):
  kbuild: add FORCE to dependency of $(obj)/dts/dt-platdata.o
  kbuild: cherry-pick kbuild changes from Linux
  kbuild: SPL/TPL: generate separate asm-offsets.h for SPL and TPL

 Kbuild                 | 49 +++++-------------------------------------
 Makefile               |  3 +--
 scripts/Kbuild.include | 15 +++++++------
 scripts/Makefile.build | 18 +++++-----------
 scripts/Makefile.host  | 12 -----------
 scripts/Makefile.lib   | 42 ++++++++++++++++++++++++++++--------
 scripts/Makefile.spl   | 13 ++++++++---
 7 files changed, 62 insertions(+), 90 deletions(-)

-- 
2.25.1

             reply	other threads:[~2020-04-17  7:21 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-17  7:21 Masahiro Yamada [this message]
2020-04-17  7:21 ` [PATCH v2 1/3] kbuild: add FORCE to dependency of $(obj)/dts/dt-platdata.o Masahiro Yamada
2020-04-26 11:27   ` Tom Rini
2020-04-17  7:21 ` [PATCH v2 2/3] kbuild: cherry-pick kbuild changes from Linux Masahiro Yamada
2020-04-26 11:27   ` Tom Rini
2020-04-17  7:21 ` [PATCH v2 3/3] kbuild: SPL/TPL: generate separate asm-offsets.h for SPL and TPL Masahiro Yamada
2020-04-18 12:37   ` Bin Meng
2020-04-27  1:37     ` Bin Meng
2020-04-27 13:36       ` Tom Rini
2020-04-27 14:50         ` Bin Meng
2020-04-28 14:46           ` Tom Rini
2020-04-28 15:01             ` Bin Meng
2020-04-28 15:14               ` Tom Rini
2020-04-28 15:20               ` Masahiro Yamada
2020-04-28 19:44                 ` Tom Rini
2020-04-29 12:48   ` Tom Rini

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=20200417072137.801234-1-masahiroy@kernel.org \
    --to=masahiroy@kernel.org \
    --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