U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] PowerPC MPC8xxx compile-time checks
@ 2025-02-17 15:48 J. Neuschäfer via B4 Relay
  2025-02-17 15:48 ` [PATCH 1/2] powerpc: mpc83xx: Check the size of peripheral structs J. Neuschäfer via B4 Relay
  2025-02-17 15:48 ` [PATCH 2/2] powerpc: mpc8xxx_spi: Catch bad chip variants earlier J. Neuschäfer via B4 Relay
  0 siblings, 2 replies; 5+ messages in thread
From: J. Neuschäfer via B4 Relay @ 2025-02-17 15:48 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot, J. Neuschäfer

This series happens entirely in the C preprocessor, catching some kinds
of bugs a bit earlier than they otherwise would. Everything has been
compile-tested, and there should be no change to runtime behavior.

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
---
J. Neuschäfer (2):
      powerpc: mpc83xx: Check the size of peripheral structs
      powerpc: mpc8xxx_spi: Catch bad chip variants earlier

 arch/powerpc/include/asm/fsl_i2c.h     |  2 ++
 arch/powerpc/include/asm/fsl_lbc.h     |  1 +
 arch/powerpc/include/asm/immap_83xx.h  | 37 ++++++++++++++++++++++++++++++++++
 arch/powerpc/include/asm/mpc8xxx_spi.h |  3 +++
 4 files changed, 43 insertions(+)
---
base-commit: 52ae6d8588ac8d96b7866ecb29029eff375c7171
change-id: 20250217-immap-size-cf9f6f06139e

Best regards,
-- 
J. Neuschäfer <j.ne@posteo.net>



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

end of thread, other threads:[~2025-03-04 13:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-17 15:48 [PATCH 0/2] PowerPC MPC8xxx compile-time checks J. Neuschäfer via B4 Relay
2025-02-17 15:48 ` [PATCH 1/2] powerpc: mpc83xx: Check the size of peripheral structs J. Neuschäfer via B4 Relay
2025-02-17 15:48 ` [PATCH 2/2] powerpc: mpc8xxx_spi: Catch bad chip variants earlier J. Neuschäfer via B4 Relay
2025-03-03  4:08   ` Peng Fan
2025-03-04 13:00     ` J. Neuschäfer

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