public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] support separate asm-offsets.h for SPL and TPL
@ 2020-04-16  4:38 Masahiro Yamada
  2020-04-16  4:38 ` [PATCH 1/3] kbuild: add FORCE to dependency of $(obj)/dts/dt-platdata.o Masahiro Yamada
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Masahiro Yamada @ 2020-04-16  4:38 UTC (permalink / raw)
  To: u-boot

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.



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/Makefile.build | 18 +++++-----------
 scripts/Makefile.host  | 12 -----------
 scripts/Makefile.lib   | 42 ++++++++++++++++++++++++++++--------
 scripts/Makefile.spl   | 13 ++++++++---
 6 files changed, 54 insertions(+), 83 deletions(-)

-- 
2.25.1

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

end of thread, other threads:[~2020-04-19 23:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-16  4:38 [PATCH 0/3] support separate asm-offsets.h for SPL and TPL Masahiro Yamada
2020-04-16  4:38 ` [PATCH 1/3] kbuild: add FORCE to dependency of $(obj)/dts/dt-platdata.o Masahiro Yamada
2020-04-19 23:37   ` Simon Glass
2020-04-16  4:38 ` [PATCH 2/3] kbuild: cherry-pick kbuild changes from Linux Masahiro Yamada
2020-04-19 23:37   ` Simon Glass
2020-04-16  4:38 ` [PATCH 3/3] kbuild: SPL/TPL: generate separate asm-offsets.h for SPL and TPL Masahiro Yamada
2020-04-16 14:14   ` Bin Meng
2020-04-17  7:01     ` Masahiro Yamada
2020-04-17  7:10       ` Bin Meng
2020-04-17 11:19         ` Masahiro Yamada

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