mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/8] Misc fixes part II
@ 2022-06-10  5:40 Alexander Shiyan
  2022-06-10  5:40 ` [PATCH 1/8] ARM: optee-early: Fix 'memcpy' implicit declaration Alexander Shiyan
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Alexander Shiyan @ 2022-06-10  5:40 UTC (permalink / raw)
  To: barebox; +Cc: Alexander Shiyan

Unsorted various fixes for the barebox.

Alexander Shiyan (8):
  ARM: optee-early: Fix 'memcpy' implicit declaration
  ata: ahci: Fix format string
  gui: image_renderer: Fix empty prototype for image_renderer_image()
  ARM: vexpress: Add missing "noreturn" attribute to restart function
  ARM: versatile: Add missing "noreturn" attribute to restart function
  lib: logo: Ignore more generated files
  mtd: nand: orion: Disallow driver compile for ARMv4T
  commands: Add CONSOLE dependency for EDIT command

 arch/arm/lib32/optee-early.c   |  1 +
 arch/arm/mach-versatile/core.c |  2 +-
 arch/arm/mach-vexpress/reset.c |  2 +-
 commands/Kconfig               |  1 +
 drivers/ata/ahci.c             | 10 +++++-----
 drivers/mtd/nand/Kconfig       |  2 +-
 include/gui/image_renderer.h   |  5 ++++-
 lib/logo/.gitignore            | 15 +++++----------
 8 files changed, 19 insertions(+), 19 deletions(-)

-- 
2.32.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


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

end of thread, other threads:[~2022-06-10  7:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-10  5:40 [PATCH 0/8] Misc fixes part II Alexander Shiyan
2022-06-10  5:40 ` [PATCH 1/8] ARM: optee-early: Fix 'memcpy' implicit declaration Alexander Shiyan
2022-06-10  5:40 ` [PATCH 2/8] ata: ahci: Fix format string Alexander Shiyan
2022-06-10  5:40 ` [PATCH 3/8] gui: image_renderer: Fix empty prototype for image_renderer_image() Alexander Shiyan
2022-06-10  5:40 ` [PATCH 4/8] ARM: vexpress: Add missing "noreturn" attribute to restart function Alexander Shiyan
2022-06-10  5:40 ` [PATCH 5/8] ARM: versatile: " Alexander Shiyan
2022-06-10  5:40 ` [PATCH 6/8] lib: logo: Ignore more generated files Alexander Shiyan
2022-06-10  5:40 ` [PATCH 7/8] mtd: nand: orion: Disallow driver compile for ARMv4T Alexander Shiyan
2022-06-10  5:40 ` [PATCH 8/8] commands: Add CONSOLE dependency for EDIT command Alexander Shiyan
2022-06-10  7:54 ` [PATCH 0/8] Misc fixes part II Sascha Hauer

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