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
2021-01-05
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Tom Rini
2021-01-05
Merge tag 'v2021.01-rc5' into next
Tom Rini
2021-01-05
timer: Use a shorter error in TPL
Simon Glass
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
2021-01-05
serial: Update NS16550_t and struct NS16550
Simon Glass
2020-12-31
efi_loader: Enable uefi capsule authentication
Sughosh Ganu
2020-12-31
efi: capsule: Add support for uefi capsule authentication
Sughosh Ganu
2020-12-31
efi_loader: Re-factor code to build the signature store from efi signature list
Sughosh Ganu
2020-12-31
efi_loader: Make the pkcs7 header parsing function an extern
Sughosh Ganu
2020-12-31
efi_loader: Add logic to parse EDKII specific fmp payload header
Sughosh Ganu
2020-12-31
crypto: Fix the logic to calculate hash with authattributes set
Sughosh Ganu
2020-12-31
efi_loader: event queueing
Heinrich Schuchardt
2020-12-31
efi_loader: Add size checks to efi_create_indexed_name()
Ilias Apalodimas
2020-12-31
efi_loader: Remove unconditional installation of file2 protocol for initrd
Ilias Apalodimas
2020-12-31
efi_loader: Remove unused headers from efi_load_initrd.c
Ilias Apalodimas
2020-12-31
efi_loader: use after free in efi_exit()
Heinrich Schuchardt
2020-12-31
efi_loader: efi_signal_event() fix comment typos
Heinrich Schuchardt
2020-12-31
efi_loader: avoid invalid free
Heinrich Schuchardt
2020-12-31
efi_loader: escape key handling
Heinrich Schuchardt
2020-12-31
efi_loader: missing parentheses after if
Heinrich Schuchardt
2020-12-31
efi_loader: Extra checks while opening an OPTEE session
Ilias Apalodimas
2020-12-31
efi_loader: make variable store size customizable
Heinrich Schuchardt
2020-12-29
efi_loader: use after free in efi_exit()
Heinrich Schuchardt
2020-12-29
efi_loader: efi_signal_event() fix comment typos
Heinrich Schuchardt
2020-12-29
efi_loader: avoid invalid free
Heinrich Schuchardt
2020-12-29
efi_loader: escape key handling
Heinrich Schuchardt
2020-12-29
efi_loader: missing parentheses after if
Heinrich Schuchardt
2020-12-26
efi_loader: Extra checks while opening an OPTEE session
Ilias Apalodimas
2020-12-22
fdt: Use phandle to distinguish DT nodes with same name
Aswath Govindraju
2020-12-22
sandbox: implement runtime system reset
Heinrich Schuchardt
2020-12-20
efi_loader: make variable store size customizable
Heinrich Schuchardt
2020-12-18
x86: Simplify acpi_device_infer_name()
Simon Glass
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
efi_selftest: implement exception test for sandbox
Heinrich Schuchardt
2020-12-10
efi_loader: link partition to block device
Heinrich Schuchardt
2020-12-10
efi_loader: make efi_protocol_open() non-static
Heinrich Schuchardt
2020-12-10
efi_selftest: test EFI_LOAD_FILE_PROTOCOL
Heinrich Schuchardt
2020-12-10
efi_selftest: clean up Makefile
Heinrich Schuchardt
2020-12-10
efi_loader: support EFI_LOAD_FILE_PROTOCOL
Heinrich Schuchardt
2020-12-10
efi_loader: carve out efi_load_image_from_file()
Heinrich Schuchardt
2020-12-10
efi_loader: pass boot_policy to efi_load_image_from_path
Heinrich Schuchardt
2020-12-10
efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID
Heinrich Schuchardt
2020-12-10
efi_loader: resequence functions in efi_boottime.c
Heinrich Schuchardt
2020-12-10
efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOL
Heinrich Schuchardt
2020-12-10
efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE
Heinrich Schuchardt
2020-12-10
fs: fat: create correct short names
Heinrich Schuchardt
[next]