All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] arch-meson: introduce efusedump command
@ 2022-12-13 18:31 ` Alexey Romanov
  0 siblings, 0 replies; 18+ messages in thread
From: Alexey Romanov @ 2022-12-13 18:31 UTC (permalink / raw)
  To: narmstrong, trini; +Cc: u-boot-amlogic, u-boot, kernel, Alexey Romanov

Keeping the commands code in an arch/ is not correct. This patchset
moves the meson smc commands from arch/arm/mach-meson to cmd/meson
folder and also adds a new 'efusedump' command with which user can 
print efuse memory.

Alexey Romanov (3):
  asm/arch-meson: add missing meson_sm_write_efuse signature
  arm/mach-meson: move smc commands in cmd/meson
  cmd/arm: meson: sm: introduce efusedump command

 MAINTAINERS                          |   1 +
 arch/arm/include/asm/arch-meson/sm.h |   2 +
 arch/arm/mach-meson/sm.c             | 144 ---------------------
 cmd/Kconfig                          |   7 +
 cmd/Makefile                         |   3 +
 cmd/meson/Makefile                   |   5 +
 cmd/meson/sm.c                       | 187 +++++++++++++++++++++++++++
 7 files changed, 205 insertions(+), 144 deletions(-)
 create mode 100644 cmd/meson/Makefile
 create mode 100644 cmd/meson/sm.c

-- 
2.25.1


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

end of thread, other threads:[~2022-12-14 14:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-13 18:31 [PATCH v2 0/3] arch-meson: introduce efusedump command Alexey Romanov
2022-12-13 18:31 ` Alexey Romanov
2022-12-13 18:31 ` [PATCH v2 1/3] asm/arch-meson: add missing meson_sm_write_efuse signature Alexey Romanov
2022-12-13 18:31   ` Alexey Romanov
2022-12-14  4:39   ` Simon Glass
2022-12-14 11:14     ` Alexey Romanov
2022-12-14 14:53     ` Neil Armstrong
2022-12-14 14:53       ` Neil Armstrong
2022-12-13 18:31 ` [PATCH v2 2/3] arm/mach-meson: move smc commands in cmd/meson Alexey Romanov
2022-12-13 18:31   ` Alexey Romanov
2022-12-14 10:33   ` Mattijs Korpershoek
2022-12-14 11:11     ` Alexey Romanov
2022-12-14 14:52     ` Neil Armstrong
2022-12-14 14:52       ` Neil Armstrong
2022-12-13 18:31 ` [PATCH v2 3/3] cmd/arm: meson: sm: introduce efusedump command Alexey Romanov
2022-12-13 18:31   ` Alexey Romanov
2022-12-14  4:39 ` [PATCH v2 0/3] arch-meson: " Simon Glass
2022-12-14 11:16   ` Alexey Romanov

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.