eMMC: add support for operations in RPMB partition
This patch adds functions for read, write and authentication key programming for the Replay Protected Memory Block partition in the eMMC. Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com> Signed-off-by: Pierre Aubert <p.aubert@staubli.com>
This commit is contained in:
committed by
Pantelis Antoniou
parent
6b2221b008
commit
91fdabc67a
@@ -35,6 +35,7 @@ obj-y += net_utils.o
|
||||
obj-$(CONFIG_PHYSMEM) += physmem.o
|
||||
obj-y += qsort.o
|
||||
obj-$(CONFIG_SHA1) += sha1.o
|
||||
obj-$(CONFIG_SUPPORT_EMMC_RPMB) += sha256.o
|
||||
obj-$(CONFIG_SHA256) += sha256.o
|
||||
obj-y += strmhz.o
|
||||
obj-$(CONFIG_TPM) += tpm.o
|
||||
|
||||
Reference in New Issue
Block a user