mbox series

[0/2] allow to write protect single boot partition

Message ID 20220425135903.271098-1-grandpaul@gmail.com
Headers show
Series allow to write protect single boot partition | expand

Message

Ying-Chun Liu April 25, 2022, 1:59 p.m. UTC
From: "Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>

Modify mmc wp command and mmc driver to allow write protect only
a single boot partition.

Ying-Chun Liu (PaulLiu) (2):
  drivers: mmc: write protect single boot area
  cmd: mmc: allow to write protect single boot partition

 cmd/mmc.c         | 18 +++++++++++++++---
 drivers/mmc/mmc.c | 27 +++++++++++++++++++++++++++
 include/mmc.h     | 16 ++++++++++++++++
 3 files changed, 58 insertions(+), 3 deletions(-)