index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_device_path.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi_loader: allow device == NULL in efi_dp_from_name()
AKASHI Takahiro
2018-12-03
1
-4
/
+7
*
efi_loader: fix typos in efi_device_path.c
Heinrich Schuchardt
2018-12-02
1
-11
/
+12
*
efi_loader: add efi_dp_from_name()
AKASHI Takahiro
2018-12-02
1
-0
/
+47
*
efi_loader: eliminate handle member
Heinrich Schuchardt
2018-12-02
1
-1
/
+1
*
efi_loader: efi_dp_get_next_instance() superfluous statement
Heinrich Schuchardt
2018-10-16
1
-1
/
+0
*
efi_loader: create root node
Heinrich Schuchardt
2018-09-23
1
-4
/
+0
*
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
2018-09-10
1
-1
/
+0
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL
Heinrich Schuchardt
2018-04-23
1
-0
/
+64
*
efi_loader: correcty determine total device path length
Heinrich Schuchardt
2018-04-23
1
-9
/
+25
*
efi_loader: correctly determine length of empty device path
Heinrich Schuchardt
2018-04-23
1
-0
/
+2
*
efi_loader: fix AppendDevicePath
Heinrich Schuchardt
2018-04-23
1
-3
/
+6
*
efi_loader: implement CreateDeviceNode
Heinrich Schuchardt
2018-04-23
1
-0
/
+15
*
Revert "Kconfig: cmd: Make networking command dependent on NET"
Joe Hershberger
2018-04-13
1
-1
/
+1
*
efi_loader: initialize device path on alloc
Patrick Wildt
2018-04-04
1
-0
/
+1
*
efi_loader: Fix network DP with DM_ETH
Alexander Graf
2018-04-04
1
-2
/
+5
*
Kconfig: cmd: Make networking command dependent on NET
Michal Simek
2018-02-27
1
-1
/
+1
*
efi_loader: allow creation of more device part nodes
Heinrich Schuchardt
2018-01-22
1
-5
/
+49
*
efi_loader: provide function to get last node of a device path
Heinrich Schuchardt
2018-01-22
1
-0
/
+20
*
efi_loader: provide a function to create a partition node
Heinrich Schuchardt
2018-01-22
1
-36
/
+70
*
efi_loader: return NULL from device path functions
Heinrich Schuchardt
2018-01-22
1
-6
/
+36
*
efi_loader: support device path for IDE and SCSI disks
Heinrich Schuchardt
2018-01-22
1
-0
/
+64
*
efi_loader: create full device path for block devices
Heinrich Schuchardt
2018-01-22
1
-2
/
+16
*
efi_loader: comments for dp_part_fill()
Heinrich Schuchardt
2017-12-16
1
-1
/
+8
*
efi_loader: correctly setup device paths for block devices
Heinrich Schuchardt
2017-12-16
1
-2
/
+2
*
efi_loader: correctly determine if an MMC device is an SD-card
Heinrich Schuchardt
2017-12-16
1
-3
/
+21
*
efi_loader: Ensure efi_dp_find_obj() finds exact matches
Alexander Graf
2017-12-16
1
-2
/
+17
*
efi_loader: simplify find_obj
Heinrich Schuchardt
2017-12-01
1
-24
/
+19
*
efi_loader: initialise partition_signature memory
Jonathan Gray
2017-12-01
1
-2
/
+19
*
efi_loader: efi_dp_match should have const arguments
Heinrich Schuchardt
2017-12-01
1
-1
/
+2
*
efi_loader: Add mem-mapped for fallback
Rob Clark
2017-10-12
1
-0
/
+24
*
efi_loader: add device-path utils
Rob Clark
2017-09-20
1
-0
/
+563