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
2025-07-03
efi: add EFI_SYSTEM_TABLE_POINTER for debug
Ying-Chun Liu (PaulLiu)
2025-07-03
efi_loader: Prevent free of uninitialised pointer
Andrew Goodbody
2025-07-03
efi_loader: Prevent dereference of uninitialised variable
Andrew Goodbody
2025-07-03
efi_loader: Prevent dereferencing NULL pointer
Andrew Goodbody
2025-07-03
efi_selftest: Add basic partition info check to block io test
Javier Martinez Canillas
2025-07-03
efi_loader: disk: add EFI_PARTITION_INFO_PROTOCOL support
Javier Martinez Canillas
2025-07-01
tpm: Make use of TPM2_ALG_INVAL from enum
Andrew Goodbody
2025-06-28
efi_loader: initialize 'total' variable
Ilias Apalodimas
2025-06-25
lib: ecdsa: Add support for loading ECDSA public key from FDT
Jamin Lin
2025-06-25
Merge patch series "lmb: use a single API for all allocations"
Tom Rini
2025-06-25
lmb: use a single function to check for allocation and reservation requests
Sughosh Ganu
2025-06-25
lmb: use a single function to free up memory
Sughosh Ganu
2025-06-25
lmb: staticise lmb_add_memory()
Sughosh Ganu
2025-06-25
lmb: replace the lmb_alloc() and lmb_alloc_base() API's
Sughosh Ganu
2025-06-25
lmb: replace lmb_reserve() and lmb_alloc_addr() API's
Sughosh Ganu
2025-06-23
Merge tag 'v2025.07-rc5' into next
Tom Rini
2025-06-22
Merge patch series "rsa and fit_check_sign build fix for v2025.07-rc"
Tom Rini
2025-06-22
lib: rsa: fix compilation error without openssl
Shiji Yang
2025-06-17
lib/uuid.c: restore support of system partition type for ESP
Patrick Delaunay
2025-06-14
Merge patch series "Hex value prefix case cleanup"
Tom Rini
2025-06-14
lib: use lowercase hex prefix style
E Shattow
2025-06-13
Merge patch series "drop volatile from global data"
Tom Rini
2025-06-13
lib/trace: drop volatile qualifier from "save gd" variables
Rasmus Villemoes
2025-06-13
efi: drop volatile qualifier from "save gd" variables
Rasmus Villemoes
2025-06-09
Merge tag 'v2025.07-rc4' into next
Tom Rini
2025-06-08
Merge tag 'u-boot-rockchip-20250606' of https://source.denx.de/u-boot/custodi...
Tom Rini
2025-06-07
efi_loader: correct EFI_TCG2_PROTOCOL_MEASURE_DTB description
Heinrich Schuchardt
2025-06-06
efi: stub: Change _debug_uart_putc function to inline
Lukasz Czechowski
2025-06-02
Merge patch series "Audit include list for include/[a-m]*.h"
Tom Rini
2025-06-02
include/mtd.h: Cleanup usage
Tom Rini
2025-06-02
include/ide.h: Cleanup usage
Tom Rini
2025-05-30
abuf: Add a way to printf() into a buffer
Simon Glass
2025-05-30
abuf: Add a function to copy a buffer
Simon Glass
2025-05-30
abuf: Add a helper for initing and allocating a buffer
Simon Glass
2025-05-29
Merge patch series "Remove <env.h> from <net.h>"
Tom Rini
2025-05-29
global: Avoid indirect inclusion of <env.h> from <net.h>
Tom Rini
2025-05-29
Merge patch series "Start removing <env.h> from headers when not required"
Tom Rini
2025-05-29
global: Avoid indirect inclusion of <env.h> from <command.h>
Tom Rini
2025-05-29
Merge patch series "regex patches"
Tom Rini
2025-05-29
slre: implement support for ranges in character classes
Rasmus Villemoes
2025-05-29
slre: fix matching of escape sequence used inside character class
Rasmus Villemoes
2025-05-29
slre: refactor is_any_but()
Rasmus Villemoes
2025-05-29
slre: drop wrong "anchored" optimization
Rasmus Villemoes
2025-05-27
binman: Read the skip-at-start value on startup
Simon Glass
2025-05-26
Merge tag 'v2025.07-rc3' into next
Tom Rini
2025-05-25
efi_loader: Run dhcp if an http boot option is selected
Ilias Apalodimas
2025-05-25
efi: Rename END to EFI_DP_END
Simon Glass
2025-05-25
efi_loader: Separate device path into its own header
Simon Glass
2025-05-23
Merge patch series "BOOTP/DHCPv4 enhancements"
Tom Rini
2025-05-23
net: bootp: BOOTP/DHCPv4 retransmission improvements
Sean Edmond
[prev]
[next]