summaryrefslogtreecommitdiff
path: root/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* acpi: Create a new Kconfig for ACPISimon Glass2023-05-111-1/+1
* lib: Fix build condition for tiny-printfSimon Glass2023-03-021-1/+1
* tpm: Add a proper Kconfig option for crc8 in SPLSimon Glass2023-01-181-1/+2
* lib: Add common semihosting libraryKautuk Consul2022-12-081-0/+2
* FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu2022-10-311-0/+1
* arm: samsung: Remove dead LCD codeTom Rini2022-06-281-1/+0
* crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár2022-04-211-0/+1
* crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.cPali Rohár2022-04-211-4/+4
* lib: crypto: allow to build crypyo in SPLPhilippe Reynes2022-03-311-1/+2
* lib: allow to build asn1 decoder and oid registry in SPLPhilippe Reynes2022-03-311-2/+2
* Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-01-271-1/+1
|\
| * acpi: Use finer-grained control of ACPI-table generationSimon Glass2022-01-251-1/+1
* | lib/circbuf: Make circbuf selectable symbolLoic Poulain2022-01-261-1/+7
|/
* lib: add BLAKE2 hash supportQu Wenruo2022-01-181-0/+1
* image: Use the correct checks for CRC32Simon Glass2021-10-081-3/+1
* Add support for an owned bufferSimon Glass2021-10-081-0/+1
* lib: optee: remove the duplicate CONFIG_OPTEEPatrick Delaunay2021-10-051-1/+1
* fdt: Update Makefile rules with the new OF_REAL KconfigSimon Glass2021-09-251-4/+1
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-161-2/+2
|\
| * common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc2021-09-081-1/+1
| * lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc2021-09-081-1/+1
* | lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL buildAndreas Schwab2021-09-021-0/+1
|/
* lib: ecdsa: Implement UCLASS_ECDSA verification on targetAlexandru Gagniuc2021-08-161-0/+1
* lib: Create a new Kconfig option for charset conversionSimon Glass2021-07-281-1/+1
* lib: add crypt subsystemSteffen Jaeckel2021-07-231-0/+1
* lib: move rtc-lib.c to libHeinrich Schuchardt2021-07-141-0/+1
* lib: rational: copy the rational fraction lib routines from LinuxTero Kristo2021-06-111-0/+2
* efi_loader: Work-around build issue due to missing hash_calculate()Alexandru Gagniuc2021-05-281-1/+1
* Revert "lib: introduce HASH_CALCULATE option"Alexandru Gagniuc2021-05-281-1/+1
* lib: introduce HASH_CALCULATE optionMasahisa Kojima2021-05-181-1/+1
* lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc2021-04-141-0/+1
* tpm: Switch TPMv1 over to use the new APISimon Glass2021-03-021-0/+1
* crc32: Exclude crc32 from TPLSimon Glass2021-01-271-0/+2
* smbios: add parsing APIChristian Gmeiner2020-11-051-0/+1
* lib: Add getoptSean Anderson2020-10-301-0/+1
* lib: sscanf: add sscanf implementationAndrii Anisov2020-08-141-0/+1
* Add support for SHA384 and SHA512Reuben Dowle2020-06-121-0/+1
* lib: Makefile: build crc7.c when CONFIG_MMC_SPIPragnesh Patel2020-06-041-1/+1
* lib: Allow MD5 to be enabled in SPLSimon Glass2020-05-151-1/+1
* lib: enable lzma decompression support for SPL buildWeijie Gao2020-04-271-0/+1
* lib: do not build OID registry in SPLHeinrich Schuchardt2020-04-241-2/+1
* acpi: Add a central location for table version numbersSimon Glass2020-04-161-0/+1
* lib: elf: Move the generic elf loading/validating functions to libKeerthy2020-03-031-0/+1
* lib: rsa: consider CONFIG_SPL_RSAHeinrich Schuchardt2020-01-251-1/+1
* u-boot: fit: add support to decrypt fit with aesWIP/2020-01-17-improve-aes-supportPhilippe Reynes2020-01-171-0/+1
* net: Move the checksum functions to lib/Simon Glass2019-12-151-1/+1
* binman: Add a library to access binman entriesSimon Glass2019-12-151-0/+1
* lib: crypto: add x509 parserAKASHI Takahiro2019-12-061-0/+1
* lib: add oid registry utilityAKASHI Takahiro2019-12-061-0/+16
* lib: add asn1 decoderAKASHI Takahiro2019-12-061-0/+1