index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
Age
Commit message (
Expand
)
Author
2017-12-01
efi_loader: argument of efi_search_obj should be const
Heinrich Schuchardt
2017-12-01
efi_loader: make efi_create_handle non-static
Heinrich Schuchardt
2017-12-01
efi_loader: efi_dp_match should have const arguments
Heinrich Schuchardt
2017-12-01
efi_loader: efi_net: check return value of calloc
Heinrich Schuchardt
2017-12-01
efi_loader: efi_disk: check return value of calloc
Heinrich Schuchardt
2017-12-01
efi_loader: efi_gop: check calloc return value
Heinrich Schuchardt
2017-12-01
efi_loader implement UninstallMultipleProtocolInterfaces
Heinrich Schuchardt
2017-12-01
efi_loader: debug output efi_install_protocol_interface
Heinrich Schuchardt
2017-12-01
efi_loader: fix typo efi_install_multiple_protocol_interfaces
Heinrich Schuchardt
2017-12-01
efi_loader: rework efi_search_obj
Heinrich Schuchardt
2017-12-01
efi_loader: rework efi_locate_handle
Heinrich Schuchardt
2017-12-01
efi_loader: consistently use efi_uintn_t in boot services
Heinrich Schuchardt
2017-12-01
efi_loader: replace UINTN by efi_uintn_t
Heinrich Schuchardt
2017-12-01
efi_loader: eliminate efi_uninstall_protocol_interface_ext
Heinrich Schuchardt
2017-12-01
efi_loader: eliminate efi_install_protocol_interface_ext
Heinrich Schuchardt
2017-12-01
efi_loader: capitalize EFI_LOCATE_SEARCH_TYPE values
Heinrich Schuchardt
2017-12-01
efi_loader: set parent handle in efi_load_image
Heinrich Schuchardt
2017-12-01
efi_loader: implement SetWatchdogTimer
Heinrich Schuchardt
2017-12-01
efi_loader: move efi_search_obj up in code
Heinrich Schuchardt
2017-10-29
efi_loader: Disable env_save() call on boot
Alexander Graf
2017-10-12
efi_loader: console support for color attributes
Rob Clark
2017-10-12
efi_loader: Add mem-mapped for fallback
Rob Clark
2017-10-10
efi_loader: don't increment part twice per loop
Jonathan Gray
2017-10-10
efi_loader: search all possible disk partitions
Jonathan Gray
2017-10-09
efi_loader: comments for functions add missing @return
Heinrich Schuchardt
2017-10-09
efi_loader: Fix disk dp's for pre-DM/legacy devices
Rob Clark
2017-10-09
efi_loader: avoid NULL dereference in efi_dp_match
Heinrich Schuchardt
2017-10-09
efi_loader: fill return values in SimpleNetworkProtocol
Heinrich Schuchardt
2017-10-09
efi_loader: size fields in SimpleNetworkProtocol
Heinrich Schuchardt
2017-10-09
efi_loader: fix efi_net_get_status
Heinrich Schuchardt
2017-10-09
efi_loader: implement WaitForPacket event
Heinrich Schuchardt
2017-10-09
efi_loader: use events for efi_net_receive
Heinrich Schuchardt
2017-10-09
efi_net: return EFI_UNSUPPORTED where appropriate
Heinrich Schuchardt
2017-10-09
efi_loader: efi_net: hwaddr_size = 6
Heinrich Schuchardt
2017-10-09
efi_loader: fill simple network protocol revision
Heinrich Schuchardt
2017-10-09
efi_loader: wrong type in wait_for_event
Heinrich Schuchardt
2017-10-09
efi_loader: pass GUIDs as const efi_guid_t *
Heinrich Schuchardt
2017-10-09
efi_loader: parameters of CopyMem and SetMem
Heinrich Schuchardt
2017-10-09
efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_mem
Heinrich Schuchardt
2017-10-09
efi_loader: replace efi_div10 by do_div
Heinrich Schuchardt
2017-10-09
efi_loader: provide function comments for boot services
Heinrich Schuchardt
2017-10-09
efi_loader: use type bool for event states
Heinrich Schuchardt
2017-10-05
efi_loader: allow creating new handles
Heinrich Schuchardt
2017-09-20
efi_loader: Some console improvements for vidconsole
Rob Clark
2017-09-20
efi_loader: Correctly figure out size for vidconsole
Rob Clark
2017-09-20
efi_loader: split out escape sequence based size query
Rob Clark
2017-09-20
efi_loader: print GUIDs
Rob Clark
2017-09-20
efi_loader: set loaded image code/data type properly
Rob Clark
2017-09-20
efi_loader: add bootmgr
Rob Clark
2017-09-20
efi_loader: efi variable support
Rob Clark
[next]