All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mmc: manage boot area protection
@ 2020-03-30  5:24 Heinrich Schuchardt
  2020-03-30  5:24 ` [PATCH 1/4] mmc: EXT_CSD registers for write protection Heinrich Schuchardt
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Heinrich Schuchardt @ 2020-03-30  5:24 UTC (permalink / raw)
  To: u-boot

This patch series adds sub-command 'mmc wp' to set the power on boot area
protection on eMMC devices and enhances command 'mmc info' to display the
boot area protection status.

Heinrich Schuchardt (4):
  mmc: EXT_CSD registers for write protection
  mmc: export mmc_send_ext_csd()
  cmd: mmc: display write protect state of boot partition
  cmd: mmc: provide boot area protection command

 cmd/mmc.c         | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/mmc.c |  7 ++++++-
 include/mmc.h     | 23 +++++++++++++++++++++++
 3 files changed, 75 insertions(+), 1 deletion(-)

--
2.25.1

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

end of thread, other threads:[~2020-04-01  6:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30  5:24 [PATCH 0/4] mmc: manage boot area protection Heinrich Schuchardt
2020-03-30  5:24 ` [PATCH 1/4] mmc: EXT_CSD registers for write protection Heinrich Schuchardt
2020-03-30  5:24 ` [PATCH 2/4] mmc: export mmc_send_ext_csd() Heinrich Schuchardt
2020-03-30  5:24 ` [PATCH 3/4] cmd: mmc: display write protect state of boot partition Heinrich Schuchardt
2020-04-01  3:04   ` Jaehoon Chung
2020-04-01  6:05     ` Heinrich Schuchardt
2020-04-01  6:56       ` Jaehoon Chung
2020-03-30  5:24 ` [PATCH 4/4] cmd: mmc: provide boot area protection command Heinrich Schuchardt

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.