index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_lf_v2025.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2024-10-23
lib/sha*: include u-boot/schedule.h instead of cyclic.h
Rasmus Villemoes
2024-10-21
Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver"
Tom Rini
2024-10-21
lib: ecdsa: Add ECDSA384 support
Chia-Wei Wang
2024-10-20
Merge tag 'efi-2025-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...
Tom Rini
2024-10-18
mbedtls: fix defects in coverity scan
Raymond Mao
2024-10-18
lmb: notify when adjacent regions are added
Caleb Connolly
2024-10-18
efi_driver: use blk_create_devicef()
Heinrich Schuchardt
2024-10-18
efi_loader: remove ERROR:, WARNING: prefixes in messages
Heinrich Schuchardt
2024-10-18
efi_loader: add missing lf in error message
Heinrich Schuchardt
2024-10-18
efi_loader: reduce noisiness if ESP is missing
Heinrich Schuchardt
2024-10-18
efi_loader: avoid #ifdef in efi_setup.c
Heinrich Schuchardt
2024-10-17
lib: fdtdec: Parse the gzip/lzo headers only when dependencies have met
Lad Prabhakar
2024-10-16
net: lwip: tftp: add support of blksize option to client
Jerome Forissier
2024-10-16
net: lwip: add TFTP support and tftpboot command
Jerome Forissier
2024-10-16
net: lwip: tftp: bind to TFTP port only when in server mode
Jerome Forissier
2024-10-16
net: lwip: add DHCP support and dhcp commmand
Jerome Forissier
2024-10-16
net: lwip: build lwIP
Jerome Forissier
2024-10-16
Merge commit 'f3f86fd1fe0fb288356bff78f8a6fa2edf89e3fc' as 'lib/lwip/lwip'
Tom Rini
2024-10-15
lmb: replace the double-underscore with single-underscore for all functions
Sughosh Ganu
2024-10-15
efi_memory: rename variable to highlight overlap with free memory
Sughosh Ganu
2024-10-15
lmb: remove call to efi_lmb_reserve()
Sughosh Ganu
2024-10-15
efi_memory: do not add RAM memory to the memory map
Sughosh Ganu
2024-10-15
x86: e820: use the lmb API for adding RAM memory
Sughosh Ganu
2024-10-15
layerscape: use the lmb API's to add RAM memory
Sughosh Ganu
2024-10-15
lmb: allow for boards to specify memory map
Sughosh Ganu
2024-10-15
efi_memory: do not add U-Boot memory to the memory map
Sughosh Ganu
2024-10-15
lmb: notify of any changes to the LMB memory map
Sughosh Ganu
2024-10-15
efi: memory: use the lmb API's for allocating and freeing memory
Sughosh Ganu
2024-10-15
lmb: add and reserve memory above ram_top
Sughosh Ganu
2024-10-15
lmb: add a flag to allow suppressing memory map change notification
Sughosh Ganu
2024-10-15
lmb: add versions of the lmb API with flags
Sughosh Ganu
2024-10-14
Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot"
Tom Rini
2024-10-14
asn1_decoder: add build options for ASN1 decoder
Raymond Mao
2024-10-14
lib/rypto: Adapt rsa_helper to MbedTLS
Raymond Mao
2024-10-14
mbedtls: add RSA helper layer on MbedTLS
Raymond Mao
2024-10-14
lib/crypto: Adapt mscode_parser to MbedTLS
Raymond Mao
2024-10-14
mbedtls: add MSCode parser porting layer
Raymond Mao
2024-10-14
lib/crypto: Adapt PKCS7 parser to MbedTLS
Raymond Mao
2024-10-14
mbedtls: add PKCS7 parser porting layer
Raymond Mao
2024-10-14
lib/crypto: Adapt x509_cert_parser to MbedTLS
Raymond Mao
2024-10-14
mbedtls: add X509 cert parser porting layer
Raymond Mao
2024-10-14
lib/crypto: Adapt public_key header with MbedTLS
Raymond Mao
2024-10-14
mbedtls: add public key porting layer
Raymond Mao
2024-10-14
pkcs7: move common functions to PKCS7 helper
Raymond Mao
2024-10-14
x509: move common functions to x509 helper
Raymond Mao
2024-10-14
public_key: move common functions to public key helper
Raymond Mao
2024-10-14
mbedtls/external: update MbedTLS PKCS7 test suites
Raymond Mao
2024-10-14
mbedtls/external: support decoding multiple signer's cert
Raymond Mao
2024-10-14
mbedtls/external: support PKCS9 Authenticate Attributes
Raymond Mao
2024-10-14
mbedtls/external: support Microsoft Authentication Code
Raymond Mao
[next]