[PATCH v2 0/3] Add spi flash lock option

Michal Simek michal.simek at amd.com
Thu Oct 19 12:31:10 CEST 2023



On 10/3/23 05:17, Venkatesh Yadav Abbarapu wrote:
> Disabling the flash lock option for versal and versal-net mini ospi
> and qspi defconfigs.
> 
> Changes in v2:
> - Updated the commit message.
> - Added SPI_FLASH_LOCK in cmd/sf.c, so when disabling this option
>    "sf protect" commands wont appear to users.
> 
> Venkatesh Yadav Abbarapu (3):
>    mtd: spi-nor: Add spi flash lock config option
>    arm64: versal: Disable the lock option for mini ospi and qspi
>    arm64: versal_net: Disable the lock option for mini ospi and qspi
> 
>   cmd/sf.c                                      | 4 +++-
>   configs/xilinx_versal_mini_ospi_defconfig     | 3 ++-
>   configs/xilinx_versal_mini_qspi_defconfig     | 3 ++-
>   configs/xilinx_versal_net_mini_ospi_defconfig | 3 ++-
>   configs/xilinx_versal_net_mini_qspi_defconfig | 3 ++-
>   drivers/mtd/spi/Kconfig                       | 7 +++++++
>   drivers/mtd/spi/spi-nor-core.c                | 8 +++++++-
>   7 files changed, 25 insertions(+), 6 deletions(-)
> 

Applied.
M


More information about the U-Boot mailing list