Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | includes: move openssl headers to include/u-boot | Jeroen Hofstee | 2014-06-19 | -1/+1 |
| | | | | | | | | | | | | commit 18b06652cd "tools: include u-boot version of sha256.h" unconditionally forced the sha256.h from u-boot to be used for tools instead of the host version. This is fragile though as it will also include the host version. Therefore move it to include/u-boot to join u-boot/md5.h etc which were renamed for the same reason. cc: Simon Glass <sjg@chromium.org> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl> | |||
* | eMMC: add support for operations in RPMB partition | Pierre Aubert | 2014-05-23 | -0/+323 |
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> |