summaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-05-11acpi: Create a new Kconfig for ACPISimon Glass1-1/+1
2023-03-03lib: Fix build condition for tiny-printfSimon Glass1-1/+1
2023-01-18tpm: Add a proper Kconfig option for crc8 in SPLSimon Glass1-1/+2
2022-12-08lib: Add common semihosting libraryKautuk Consul1-0/+2
2022-10-31FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu1-0/+1
2022-06-29arm: samsung: Remove dead LCD codeTom Rini1-1/+0
2022-04-21crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár1-0/+1
2022-04-21crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.cPali Rohár1-4/+4
2022-03-31lib: crypto: allow to build crypyo in SPLPhilippe Reynes1-1/+2
2022-03-31lib: allow to build asn1 decoder and oid registry in SPLPhilippe Reynes1-2/+2
2022-01-27Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+1
2022-01-27lib/circbuf: Make circbuf selectable symbolLoic Poulain1-1/+7
2022-01-25acpi: Use finer-grained control of ACPI-table generationSimon Glass1-1/+1
2022-01-18lib: add BLAKE2 hash supportQu Wenruo1-0/+1
2021-10-08image: Use the correct checks for CRC32Simon Glass1-3/+1
2021-10-08Add support for an owned bufferSimon Glass1-0/+1
2021-10-05lib: optee: remove the duplicate CONFIG_OPTEEPatrick Delaunay1-1/+1
2021-09-25fdt: Update Makefile rules with the new OF_REAL KconfigSimon Glass1-4/+1
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini1-2/+2
2021-09-08common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc1-1/+1
2021-09-08lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc1-1/+1
2021-09-02lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL buildAndreas Schwab1-0/+1
2021-08-16lib: ecdsa: Implement UCLASS_ECDSA verification on targetAlexandru Gagniuc1-0/+1
2021-07-28lib: Create a new Kconfig option for charset conversionSimon Glass1-1/+1
2021-07-23lib: add crypt subsystemSteffen Jaeckel1-0/+1
2021-07-14lib: move rtc-lib.c to libHeinrich Schuchardt1-0/+1
2021-06-11lib: rational: copy the rational fraction lib routines from LinuxTero Kristo1-0/+2
2021-05-28efi_loader: Work-around build issue due to missing hash_calculate()Alexandru Gagniuc1-1/+1
2021-05-28Revert "lib: introduce HASH_CALCULATE option"Alexandru Gagniuc1-1/+1
2021-05-18lib: introduce HASH_CALCULATE optionMasahisa Kojima1-1/+1
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc1-0/+1
2021-03-02tpm: Switch TPMv1 over to use the new APISimon Glass1-0/+1
2021-01-28crc32: Exclude crc32 from TPLSimon Glass1-0/+2
2020-11-05smbios: add parsing APIChristian Gmeiner1-0/+1
2020-10-30lib: Add getoptSean Anderson1-0/+1
2020-08-14lib: sscanf: add sscanf implementationAndrii Anisov1-0/+1
2020-06-12Add support for SHA384 and SHA512Reuben Dowle1-0/+1
2020-06-04lib: Makefile: build crc7.c when CONFIG_MMC_SPIPragnesh Patel1-1/+1
2020-05-15lib: Allow MD5 to be enabled in SPLSimon Glass1-1/+1
2020-04-27lib: enable lzma decompression support for SPL buildWeijie Gao1-0/+1
2020-04-24lib: do not build OID registry in SPLHeinrich Schuchardt1-2/+1
2020-04-16acpi: Add a central location for table version numbersSimon Glass1-0/+1
2020-03-03lib: elf: Move the generic elf loading/validating functions to libKeerthy1-0/+1
2020-01-25lib: rsa: consider CONFIG_SPL_RSAHeinrich Schuchardt1-1/+1
2020-01-17u-boot: fit: add support to decrypt fit with aesPhilippe Reynes1-0/+1
2019-12-15net: Move the checksum functions to lib/Simon Glass1-1/+1
2019-12-15binman: Add a library to access binman entriesSimon Glass1-0/+1
2019-12-07lib: crypto: add x509 parserAKASHI Takahiro1-0/+1
2019-12-07lib: add oid registry utilityAKASHI Takahiro1-0/+16
2019-12-07lib: add asn1 decoderAKASHI Takahiro1-0/+1