| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-17 | lib: descend into sub directories only when it is necessary | Masahiro Yamada | |
| Signed-off-by: Masahiro Yamada <[email protected]> | |||
| 2013-10-31 | lib: convert makefiles to Kbuild style | Masahiro Yamada | |
| Signed-off-by: Masahiro Yamada <[email protected]> | |||
| 2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | |
| Signed-off-by: Wolfgang Denk <[email protected]> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <[email protected]> | |||
| 2013-06-26 | image: Add RSA support for image signing | Simon Glass | |
| RSA provides a public key encryption facility which is ideal for image signing and verification. Images are signed using a private key by mkimage. Then at run-time, the images are verified using a private key. This implementation uses openssl for the host part (mkimage). To avoid bringing large libraries into the U-Boot binary, the RSA public key is encoded using a simple numeric representation in the device tree. Signed-off-by: Simon Glass <[email protected]> | |||
