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_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
/
efi_loader
Age
Commit message (
Expand
)
Author
2019-05-12
efi_loader: ACPI device node to text
Heinrich Schuchardt
2019-05-12
efi_loader: infinite recursion notifying events
Heinrich Schuchardt
2019-05-12
efi_loader: simplify efi_allocate_pages()
Heinrich Schuchardt
2019-05-12
efi_loader: AllocateAdress error handling
Heinrich Schuchardt
2019-05-12
efi_loader: out of resources in AllocatePages()
Heinrich Schuchardt
2019-05-12
efi_loader: check memory address before freeing
Heinrich Schuchardt
2019-05-12
efi_loader: error code in UninstallProtocolInterface()
Heinrich Schuchardt
2019-05-12
efi_loader: superfluous check in efi_remove_protocol()
Heinrich Schuchardt
2019-05-12
efi_loader: LocateDevicePath() incorrect parameter check
Heinrich Schuchardt
2019-05-12
efi_loader: fix typo in efi_locate_handle() comment
Heinrich Schuchardt
2019-05-12
efi_loader: make device path to text protocol customizable
Heinrich Schuchardt
2019-05-12
efi_loader: make Unicode collation protocol customizable
Heinrich Schuchardt
2019-05-12
efi_loader: reword the EFI_LOADER config option
Heinrich Schuchardt
2019-05-12
efi_loader: format Kconfig
Heinrich Schuchardt
2019-05-12
efi_loader: observe CONFIG_EFI_LOADER_HII
Heinrich Schuchardt
2019-05-07
efi_loader: signature of ExitBootServices()
Heinrich Schuchardt
2019-05-07
efi_loader: LoadImage() check source size
Heinrich Schuchardt
2019-05-07
efi_loader: LoadImage() check parent image
Heinrich Schuchardt
2019-05-07
efi_loader: HandleProtocol parameter checks
Heinrich Schuchardt
2019-05-07
efi_loader: use EFI_PRINT instead of debug
Heinrich Schuchardt
2019-05-07
efi_loader: CloseProtocol() requires valid agent handle
Heinrich Schuchardt
2019-05-07
efi_loader: implement RegisterProtocolNotify()
Heinrich Schuchardt
2019-05-07
efi_loader: EVT_NOTIFY_SIGNAL events
Heinrich Schuchardt
2019-05-07
efi_loader: unload applications upon Exit()
Heinrich Schuchardt
2019-05-07
efi_loader: implement UnloadImage()
Heinrich Schuchardt
2019-05-07
efi_loader: move efi_unload_image() down in source
Heinrich Schuchardt
2019-05-07
efi_loader: mark started images
Heinrich Schuchardt
2019-05-07
efi_loader: correct parameter check in LocateHandle()
Heinrich Schuchardt
2019-05-07
efi_loader: allowable event types in CreateEventEx()
Heinrich Schuchardt
2019-05-07
efi_loader: clean up UEFI sub-system initialization
Heinrich Schuchardt
2019-05-02
efi_loader: description of efi_add_handle()
Heinrich Schuchardt
2019-05-02
efi_loader: implement support of exit data
Heinrich Schuchardt
2019-05-02
efi_loader: optional data in load options are binary
Heinrich Schuchardt
2019-05-02
efi_loader: set OsIndicationsSupported at init
AKASHI Takahiro
2019-05-02
efi_loader: FreePages() must fail with pages = 0
Heinrich Schuchardt
2019-05-02
efi_loader: parameter check CreateEventEx()
Heinrich Schuchardt
2019-04-23
efi_loader: check length in CreateDeviceNode()
Heinrich Schuchardt
2019-04-23
efi_loader: check memory type in AllocatePages()
Heinrich Schuchardt
2019-04-23
efi_loader: rework bootmgr/bootefi using load_image API
AKASHI Takahiro
2019-04-23
efi_loader: correctly split device path of loaded image
Heinrich Schuchardt
2019-04-23
efi_loader: consistent naming of protocol GUIDs
Heinrich Schuchardt
2019-04-23
efi_loader: export root node handle
AKASHI Takahiro
2019-04-23
efi_loader: efi_setup_loaded_image() handle missing file name
AKASHI Takahiro
2019-04-12
efi_loader: simplify protocol installation
Heinrich Schuchardt
2019-04-12
efi_loader: export efi_install_multiple_protocol_interfaces
Heinrich Schuchardt
2019-04-12
efi_loader: update virtual address in efi_mem_carve_out
Heinrich Schuchardt
2019-04-12
efi_loader: add protection for block_dev
Patrick Delaunay
2019-04-12
efi_loader: fix setting PlatformLang
Heinrich Schuchardt
2019-04-12
efi_loader: move efi_save_gd() call to board_r.c
Heinrich Schuchardt
2019-04-12
efi_loader: remove stray #define LOG_CATEGORY LOGL_ERR
Heinrich Schuchardt
[next]