summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorPierre Aubert <p.aubert@staubli.com>2014-04-24 10:30:06 +0200
committerPantelis Antoniou <panto@antoniou-consulting.com>2014-05-23 11:52:51 +0300
commit91fdabc67aebc2468ad362c02449f215e0971c68 (patch)
tree7039888b03cdb2bc518e68ac5415ccda7bf3ac12 /lib/Makefile
parent6b2221b008e0ea66de5befab38515e1a38c74d4f (diff)
downloadtalos-obmc-uboot-91fdabc67aebc2468ad362c02449f215e0971c68.tar.gz
talos-obmc-uboot-91fdabc67aebc2468ad362c02449f215e0971c68.zip
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>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 27e4f78bfd..377ab134ba 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -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
OpenPOWER on IntegriCloud