summaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)Author
2024-10-16net: lwip: build lwIPJerome Forissier
2024-10-14Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot"Tom Rini
2024-10-14asn1_decoder: add build options for ASN1 decoderRaymond Mao
2024-10-14lib: Adapt digest header files to MbedTLSRaymond Mao
2024-10-14mbedtls: add mbedtls into the build systemRaymond Mao
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-09-03lmb: allow lmb module to be used in SPLSughosh Ganu
2024-08-07alist: Add support for an allocated pointer listSimon Glass
2024-06-30tpm: Move TCG functions into a separate fileIlias Apalodimas
2023-10-17fs: ext4: Fix building ext4 in SPL if write is enabledSean Anderson
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini
2023-08-31Revert "initcall: Move to inline function"Simon Glass
2023-08-28spl: crypto: fix including SHA* object files in SPLOleksandr Suvorov
2023-05-11acpi: Create a new Kconfig for ACPISimon Glass
2023-03-02lib: Fix build condition for tiny-printfSimon Glass
2023-01-18tpm: Add a proper Kconfig option for crc8 in SPLSimon Glass
2022-12-08lib: Add common semihosting libraryKautuk Consul
2022-10-31FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu
2022-06-28arm: samsung: Remove dead LCD codeTom Rini
2022-04-21crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár
2022-04-21crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.cPali Rohár
2022-03-31lib: crypto: allow to build crypyo in SPLPhilippe Reynes
2022-03-31lib: allow to build asn1 decoder and oid registry in SPLPhilippe Reynes
2022-01-27Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-01-26lib/circbuf: Make circbuf selectable symbolLoic Poulain
2022-01-25acpi: Use finer-grained control of ACPI-table generationSimon Glass
2022-01-18lib: add BLAKE2 hash supportQu Wenruo
2021-10-08image: Use the correct checks for CRC32Simon Glass
2021-10-08Add support for an owned bufferSimon Glass
2021-10-05lib: optee: remove the duplicate CONFIG_OPTEEPatrick Delaunay
2021-09-25fdt: Update Makefile rules with the new OF_REAL KconfigSimon Glass
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini
2021-09-08common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc
2021-09-08lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc
2021-09-02lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL buildAndreas Schwab
2021-08-16lib: ecdsa: Implement UCLASS_ECDSA verification on targetAlexandru Gagniuc
2021-07-28lib: Create a new Kconfig option for charset conversionSimon Glass
2021-07-23lib: add crypt subsystemSteffen Jaeckel
2021-07-14lib: move rtc-lib.c to libHeinrich Schuchardt
2021-06-11lib: rational: copy the rational fraction lib routines from LinuxTero Kristo
2021-05-28efi_loader: Work-around build issue due to missing hash_calculate()Alexandru Gagniuc
2021-05-28Revert "lib: introduce HASH_CALCULATE option"Alexandru Gagniuc
2021-05-18lib: introduce HASH_CALCULATE optionMasahisa Kojima
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc
2021-03-02tpm: Switch TPMv1 over to use the new APISimon Glass
2021-01-27crc32: Exclude crc32 from TPLSimon Glass
2020-11-05smbios: add parsing APIChristian Gmeiner
2020-10-30lib: Add getoptSean Anderson