]> Git Repo - J-u-boot.git/commit - cmd/mmc.c
cmd: mmc: provide boot area protection command
authorHeinrich Schuchardt <[email protected]>
Mon, 30 Mar 2020 05:24:19 +0000 (07:24 +0200)
committerPeng Fan <[email protected]>
Wed, 22 Apr 2020 12:41:55 +0000 (20:41 +0800)
commit0469d846364ae54fc380a813cc4c3e9e19bdc99a
treed93f62a4625b8d53415ea44ced16b04e214674f2
parentd5210e4589294b4c356e7c2ac598cda8d738aec8
cmd: mmc: provide boot area protection command

Provide command 'mmc wp' to power on write protect boot areas on eMMC
devices.

The B_PWR_WP_EN bit in the extended CSD register BOOT_WP is set. The boot
area are write protected until the next power cycle occurs.

Signed-off-by: Heinrich Schuchardt <[email protected]>
cmd/mmc.c
drivers/mmc/mmc.c
include/mmc.h
This page took 0.034765 seconds and 4 git commands to generate.