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
/
efi_device_path.c
Age
Commit message (
Expand
)
Author
2018-12-03
efi_loader: allow device == NULL in efi_dp_from_name()
AKASHI Takahiro
2018-12-02
efi_loader: fix typos in efi_device_path.c
Heinrich Schuchardt
2018-12-02
efi_loader: add efi_dp_from_name()
AKASHI Takahiro
2018-12-02
efi_loader: eliminate handle member
Heinrich Schuchardt
2018-10-16
efi_loader: efi_dp_get_next_instance() superfluous statement
Heinrich Schuchardt
2018-09-23
efi_loader: create root node
Heinrich Schuchardt
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-23
efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL
Heinrich Schuchardt
2018-04-23
efi_loader: correcty determine total device path length
Heinrich Schuchardt
2018-04-23
efi_loader: correctly determine length of empty device path
Heinrich Schuchardt
2018-04-23
efi_loader: fix AppendDevicePath
Heinrich Schuchardt
2018-04-23
efi_loader: implement CreateDeviceNode
Heinrich Schuchardt
2018-04-13
Revert "Kconfig: cmd: Make networking command dependent on NET"
Joe Hershberger
2018-04-04
efi_loader: initialize device path on alloc
Patrick Wildt
2018-04-04
efi_loader: Fix network DP with DM_ETH
Alexander Graf
2018-02-27
Kconfig: cmd: Make networking command dependent on NET
Michal Simek
2018-01-22
efi_loader: allow creation of more device part nodes
Heinrich Schuchardt
2018-01-22
efi_loader: provide function to get last node of a device path
Heinrich Schuchardt
2018-01-22
efi_loader: provide a function to create a partition node
Heinrich Schuchardt
2018-01-22
efi_loader: return NULL from device path functions
Heinrich Schuchardt
2018-01-22
efi_loader: support device path for IDE and SCSI disks
Heinrich Schuchardt
2018-01-22
efi_loader: create full device path for block devices
Heinrich Schuchardt
2017-12-16
efi_loader: comments for dp_part_fill()
Heinrich Schuchardt
2017-12-16
efi_loader: correctly setup device paths for block devices
Heinrich Schuchardt
2017-12-16
efi_loader: correctly determine if an MMC device is an SD-card
Heinrich Schuchardt
2017-12-16
efi_loader: Ensure efi_dp_find_obj() finds exact matches
Alexander Graf
2017-12-01
efi_loader: simplify find_obj
Heinrich Schuchardt
2017-12-01
efi_loader: initialise partition_signature memory
Jonathan Gray
2017-12-01
efi_loader: efi_dp_match should have const arguments
Heinrich Schuchardt
2017-10-12
efi_loader: Add mem-mapped for fallback
Rob Clark
2017-09-20
efi_loader: add device-path utils
Rob Clark