All of lore.kernel.org
 help / color / mirror / Atom feed
* [boot-wrapper PATCH v2 0/9] Various (build system) fixes
@ 2021-12-22 18:15 Andre Przywara
  2021-12-22 18:15 ` [boot-wrapper PATCH v2 1/9] Makefile: Avoid .got section creation Andre Przywara
                   ` (9 more replies)
  0 siblings, 10 replies; 34+ messages in thread
From: Andre Przywara @ 2021-12-22 18:15 UTC (permalink / raw)
  To: Mark Rutland; +Cc: linux-arm-kernel, Jaxson Han

This series combines various smaller fixes to boot-wrapper, mostly
build system related, and some convenience fixes.
Patches 1-3 fix problems with distribution (cross-)compilers, since they
tend to make too many assumptions about compiling userland programs. 
Patches 4-8 have been on the list before[1]. Patch 9 is a new fix to
silence dtc when it's recompiling the DTB.

See the respective patch subjects below for a summary.

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2021-May/656310.html

Andre Przywara (9):
  Makefile: Avoid .got section creation
  Add standard headers
  Makefile: Tell compiler to generate bare-metal code
  configure: Make PSCI the default boot method
  configure: Fix default DTB
  configure: Use earlycon instead of earlyprintk
  pointer auth: Document CPU feature bit mask
  configure: Autodetect GICv3
  avoid dtc warnings on re-compiling DTB

 Makefile.am                   | 33 +++++++++++++++++----------------
 arch/aarch32/include/stdint.h | 19 +++++++++++++++++++
 arch/aarch64/boot.S           |  3 ++-
 arch/aarch64/include/stdint.h | 19 +++++++++++++++++++
 configure.ac                  | 16 ++++------------
 include/stddef.h              | 15 +++++++++++++++
 6 files changed, 76 insertions(+), 29 deletions(-)
 create mode 100644 arch/aarch32/include/stdint.h
 create mode 100644 arch/aarch64/include/stdint.h
 create mode 100644 include/stddef.h

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-01-19 12:04 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-22 18:15 [boot-wrapper PATCH v2 0/9] Various (build system) fixes Andre Przywara
2021-12-22 18:15 ` [boot-wrapper PATCH v2 1/9] Makefile: Avoid .got section creation Andre Przywara
2022-01-07 13:49   ` Mark Rutland
2021-12-22 18:16 ` [boot-wrapper PATCH v2 2/9] Add standard headers Andre Przywara
2022-01-07 13:49   ` Mark Rutland
2022-01-07 14:31     ` Andre Przywara
2022-01-11 11:34       ` Mark Rutland
2021-12-22 18:16 ` [boot-wrapper PATCH v2 3/9] Makefile: Tell compiler to generate bare-metal code Andre Przywara
2022-01-07 13:53   ` Mark Rutland
2022-01-07 14:38     ` Andre Przywara
2022-01-11 11:30       ` Mark Rutland
2022-01-18 12:52         ` Andre Przywara
2022-01-18 14:10           ` Ard Biesheuvel
2021-12-22 18:16 ` [boot-wrapper PATCH v2 4/9] configure: Make PSCI the default boot method Andre Przywara
2022-01-07 14:12   ` Mark Rutland
2021-12-22 18:16 ` [boot-wrapper PATCH v2 5/9] configure: Fix default DTB Andre Przywara
2022-01-07 14:13   ` Mark Rutland
2021-12-22 18:16 ` [boot-wrapper PATCH v2 6/9] configure: Use earlycon instead of earlyprintk Andre Przywara
2022-01-07 14:01   ` Mark Rutland
2022-01-07 14:14     ` Mark Rutland
2022-01-07 14:47     ` Andre Przywara
2021-12-22 18:16 ` [boot-wrapper PATCH v2 7/9] pointer auth: Document CPU feature bit mask Andre Przywara
2022-01-07 14:15   ` Mark Rutland
2021-12-22 18:16 ` [boot-wrapper PATCH v2 8/9] configure: Autodetect GICv3 Andre Przywara
2022-01-07 14:19   ` Mark Rutland
2021-12-22 18:16 ` [boot-wrapper PATCH v2 9/9] avoid dtc warnings on re-compiling DTB Andre Przywara
2022-01-07 13:59   ` Mark Rutland
2022-01-13 18:42   ` Vladimir Murzin
2022-01-13 19:50     ` Andre Przywara
2022-01-14  8:35       ` Vladimir Murzin
2022-01-14 10:44         ` Mark Rutland
2022-01-14 12:09           ` Andre Przywara
2022-01-19 12:02             ` Mark Rutland
2022-01-07 14:25 ` [boot-wrapper PATCH v2 0/9] Various (build system) fixes Mark Rutland

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.