| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Kconfig dependencies for pseudo-random library | Heinrich Schuchardt | 2020-01-25 | 1 | -1/+2 |
* | lib: rsa: consider CONFIG_SPL_RSA | Heinrich Schuchardt | 2020-01-25 | 1 | -1/+1 |
* | trace: provide Sphinx style comments | Heinrich Schuchardt | 2020-01-22 | 1 | -18/+36 |
* | lib: ignore oid_registry_data.c file | Dario Binacchi | 2020-01-22 | 1 | -0/+1 |
* | common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA | Simon Glass | 2020-01-17 | 1 | -4/+4 |
* | common: Move hang() to the same header as panic() | Simon Glass | 2020-01-17 | 5 | -1/+6 |
* | common: Move RAM-sizing functions to init.h | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move the image globals into image.h | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move reset_cpu() to the CPU header | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | u-boot: fit: add support to decrypt fit with aesWIP/2020-01-17-improve-aes-support | Philippe Reynes | 2020-01-17 | 3 | -0/+47 |
* | mkimage: fit: add support to encrypt image with aes | Philippe Reynes | 2020-01-17 | 1 | -0/+136 |
* | aes: add support of aes192 and aes256 | Philippe Reynes | 2020-01-17 | 1 | -23/+54 |
* | aes: add a define for the size of a block | Philippe Reynes | 2020-01-17 | 1 | -17/+17 |
* | efi_loader: imply VIDEO_ANSI | Heinrich Schuchardt | 2020-01-15 | 1 | -0/+1 |
* | efi_driver: debug output efi_uc_start, efi_uc_stop | Heinrich Schuchardt | 2020-01-15 | 1 | -2/+2 |
* | efi_driver: fix efi_uc_stop() | Heinrich Schuchardt | 2020-01-15 | 2 | -5/+6 |
* | efi_selftest: enable CONFIG_CMD_POWEROFF | Heinrich Schuchardt | 2020-01-15 | 1 | -0/+1 |
* | efi_loader: describe returning of control | Heinrich Schuchardt | 2020-01-15 | 1 | -4/+4 |
* | efi_loader: document functions in efi_rng.c | Heinrich Schuchardt | 2020-01-15 | 1 | -0/+35 |
* | efi_selftest: unit test for EFI_RNG_PROTOCOL | Heinrich Schuchardt | 2020-01-07 | 2 | -0/+118 |
* | efi_rng_protocol: Install the efi_rng_protocol on the root node | Sughosh Ganu | 2020-01-07 | 2 | -0/+6 |
* | efi: qemu: arm64: Add efi_rng_protocol implementation for the platform | Sughosh Ganu | 2020-01-07 | 3 | -0/+121 |
* | efi_loader: Add guidcpy function | Sughosh Ganu | 2020-01-07 | 1 | -2/+2 |
* | efi_loader: __cyg_profile_func_enter/_exit | Heinrich Schuchardt | 2020-01-07 | 1 | -0/+32 |
* | efi_loader: clear screen should move cursor to home | Heinrich Schuchardt | 2020-01-07 | 1 | -1/+15 |
* | efi_loader: git ignore helloworld_efi.S | Heinrich Schuchardt | 2020-01-07 | 1 | -0/+1 |
* | efi_selftest: Update .gitignore | Sughosh Ganu | 2020-01-07 | 1 | -2/+1 |
* | efi_loader: adjust file system info | Heinrich Schuchardt | 2020-01-07 | 1 | -2/+9 |
* | efi_loader: imply USB_KEYBOARD_FN_KEYS | Heinrich Schuchardt | 2020-01-07 | 1 | -0/+1 |
* | x86: timer: use a timer base of 0 | Simon Glass | 2019-12-15 | 1 | -0/+1 |
* | net: Move the checksum functions to lib/ | Simon Glass | 2019-12-15 | 2 | -1/+49 |
* | binman: Add a library to access binman entries | Simon Glass | 2019-12-15 | 3 | -0/+59 |
* | lib: Always build support for formatting MAC and IP address | Joe Hershberger | 2019-12-09 | 1 | -4/+0 |
* | net: Always build the string_to_enetaddr() helper | Joe Hershberger | 2019-12-09 | 1 | -0/+15 |
* | lib: crypto: add pkcs7 message parser | AKASHI Takahiro | 2019-12-06 | 5 | -0/+914 |
* | lib: crypto: add x509 parser | AKASHI Takahiro | 2019-12-06 | 9 | -0/+1172 |
* | lib: crypto: add rsa public key parser | AKASHI Takahiro | 2019-12-06 | 4 | -0/+224 |
* | lib: crypto: add public key utility | AKASHI Takahiro | 2019-12-06 | 4 | -0/+1073 |
* | lib: add oid registry utility | AKASHI Takahiro | 2019-12-06 | 3 | -0/+200 |
* | lib: add asn1 decoder | AKASHI Takahiro | 2019-12-06 | 3 | -0/+533 |
* | cmd: add asn1_compiler | AKASHI Takahiro | 2019-12-06 | 1 | -0/+3 |
* | lib: add mktime64() for linux compatibility | AKASHI Takahiro | 2019-12-06 | 1 | -0/+20 |
* | rtc: move date.c from drivers/rtc/ to lib/ | AKASHI Takahiro | 2019-12-06 | 3 | -0/+104 |
* | linux_compat: move kmemdup() from ubifs.c to linux_compat.c | AKASHI Takahiro | 2019-12-06 | 1 | -0/+19 |
* | Kconfig: disambiguate config names for tiny printf | Thomas Hebb | 2019-12-03 | 1 | -2/+2 |
* | common: Move board_get_usable_ram_top() out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move enable/disable_interrupts out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move ARM cache operations out of common.h | Simon Glass | 2019-12-02 | 2 | -0/+2 |
* | common: Move get_ticks() function out of common.h | Simon Glass | 2019-12-02 | 5 | -0/+5 |
* | common: Add a new lz4.h header file | Simon Glass | 2019-12-02 | 1 | -0/+1 |