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-11-03
alist: Add a way to efficiently filter an alist
Simon Glass
2024-11-03
alist: Add a function to empty the list
Simon Glass
2024-11-03
alist: Add for-loop helpers
Simon Glass
2024-11-03
alist: Add a way to get the next element
Simon Glass
2024-11-01
Merge patch series "fs: ext4: implement opendir, readdir, closedir"
Tom Rini
2024-11-01
efi_loader: fix GetInfo and SetInfo
Heinrich Schuchardt
2024-11-01
lmb: remove __maybe_unused from lmb_map_update_notify
Heinrich Schuchardt
2024-11-01
acpi_table: Fix coverity defect in acpi_write_spcr
Patrick Rudolph
2024-10-31
Merge tag 'efi-2025-01-rc2' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
2024-10-31
lib: efi_loader: Fix efi_dp_from_mem() calls
Moritz Fischer
2024-10-31
efi_loader: Make tcg2_uninit() static
Ilias Apalodimas
2024-10-30
efi_loader: Remove unused diskid
Ilias Apalodimas
2024-10-30
efi_loader: Mark static functions in smbiosdump
Ilias Apalodimas
2024-10-30
efi_loader: Mark static function in dumpdtb
Ilias Apalodimas
2024-10-30
efi_loader: Mark efi_bootmgr_release_uridp as static
Ilias Apalodimas
2024-10-30
efi_loader: Simplify efi_free_pages()
Ilias Apalodimas
2024-10-30
lmb: Correctly unmap memory after notifications
Ilias Apalodimas
2024-10-30
efi_loader: fix CONFIG_EFI_HTTP dependencies
Heinrich Schuchardt
2024-10-30
efi_selftest: make HII test data static
Heinrich Schuchardt
2024-10-30
efi_selftest: fix typo 'got languages' in HII test
Heinrich Schuchardt
2024-10-29
lmb: Remove lmb_alloc_flags()
Ilias Apalodimas
2024-10-29
lmb: Simplify lmb_should_notify usage
Ilias Apalodimas
2024-10-29
lmb: Fix lmb_add_region_flags() return codes and testing
Ilias Apalodimas
2024-10-29
lmb: add a check to prevent memory overrun
Sughosh Ganu
2024-10-28
Revert "acpi_table: Fix coverity defect in acpi_write_spcr"
Tom Rini
2024-10-28
acpi_table: Fix coverity defect in acpi_write_spcr
Patrick Rudolph
2024-10-27
Merge patch series "Implement ACPI on aarch64"
Tom Rini
2024-10-27
arm: cpu: Add ACPI parking protocol support
Patrick Rudolph
2024-10-27
common: Enable BLOBLIST_TABLES on arm
Patrick Rudolph
2024-10-27
acpi: Add processor device
Patrick Rudolph
2024-10-27
acpi: Allocate and write ACPI tables
Patrick Rudolph
2024-10-27
acpi_table: Support platforms with unusable RSDT
Patrick Rudolph
2024-10-27
acpi: acpi_table: Add IORT support
Patrick Rudolph
2024-10-27
acpi: Add ACPITAB for PPTT and GTDT
Patrick Rudolph
2024-10-27
acpi: acpi_table: Bump revisions
Patrick Rudolph
2024-10-27
acpi: Add fill_madt to acpi_ops
Patrick Rudolph
2024-10-27
acpi: x86: Move MADT to common code
Patrick Rudolph
2024-10-27
acpi: x86: Write FADT in common code
Maximilian Brune
2024-10-27
acpi: x86: Move SPCR and DBG2 into common code
Maximilian Brune
2024-10-25
Merge patch series "Allow showing the memory map"
Tom Rini
2024-10-25
lmb: Export the lmb data structure
Simon Glass
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
[next]