
18 Jul
2015
18 Jul
'15
1:57 a.m.
On 23 June 2015 at 15:39, Simon Glass sjg@chromium.org wrote:
Add an implementation of RC4. This will be used by Rockchip booting but may be useful in other situations.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v3: None Changes in v2: None
include/rc4.h | 21 +++++++++++++++++++++ lib/Makefile | 1 + lib/rc4.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 include/rc4.h create mode 100644 lib/rc4.c
Applied to u-boot-dm.