index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi_loader: Remove <common.h>
Tom Rini
2023-12-21
1
-1
/
+0
*
efi_loader: catch out of memory in file_open
Heinrich Schuchardt
2023-08-03
1
-0
/
+2
*
efi_loader: error handling in efi_disk_add_dev
Heinrich Schuchardt
2023-08-03
1
-4
/
+8
*
efi_loader: replace a u16_strdup with alloc + memcpy
Ilias Apalodimas
2022-11-16
1
-1
/
+7
*
efi_loader: add missing EFI_CALL when closing a file
Ilias Apalodimas
2022-11-16
1
-1
/
+1
*
efi_loader: add comments on efi_file_from_path() regarding alignment
Ilias Apalodimas
2022-11-16
1
-0
/
+5
*
efi_loader: improve description of efi_file_from_path()
Heinrich Schuchardt
2022-11-16
1
-0
/
+9
*
eficonfig: menu-driven addition of UEFI boot option
Masahisa Kojima
2022-09-14
1
-27
/
+48
*
efi_loader: correct function comment style
Heinrich Schuchardt
2022-01-29
1
-1
/
+1
*
efi_loader: use %pUs for printing GUIDs
Heinrich Schuchardt
2022-01-19
1
-2
/
+2
*
efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read()
Heinrich Schuchardt
2021-07-12
1
-0
/
+15
*
efi_loader: loosen buffer parameter check in efi_file_read_int
Peng Fan
2021-05-18
1
-1
/
+1
*
efi_loader: Add helper functions for EFI
Ilias Apalodimas
2021-03-25
1
-0
/
+39
*
efi_loader: implement non-blocking file services
Heinrich Schuchardt
2021-01-13
1
-51
/
+266
*
efi_loader: incorrect buffer size in efi_file_setinfo()
Heinrich Schuchardt
2020-11-14
1
-1
/
+1
*
efi_loader: loosen buffer parameter check in efi_file_read
Stefan Sørensen
2020-07-22
1
-1
/
+8
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop part.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
1
-1
/
+1
*
efi_loader: adjust file system info
Heinrich Schuchardt
2020-01-07
1
-2
/
+9
*
efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo()
Heinrich Schuchardt
2019-09-11
1
-6
/
+4
*
efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo()
Heinrich Schuchardt
2019-09-09
1
-0
/
+6
*
efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo()
Heinrich Schuchardt
2019-09-09
1
-6
/
+12
*
efi_loader: EFI_FILE_PROTOCOL rev 2 stub
Heinrich Schuchardt
2019-09-09
1
-5
/
+31
*
efi_loader: file size checks
Heinrich Schuchardt
2019-09-09
1
-29
/
+40
*
efi_loader: correct reading of directories
Heinrich Schuchardt
2019-09-09
1
-18
/
+5
*
efi_loader: eliminate inline function ascii2unicode()
Heinrich Schuchardt
2019-09-09
1
-8
/
+15
*
efi_loader: EFI_FILE_PROTOCOL.Write() check args
Heinrich Schuchardt
2019-09-09
1
-10
/
+41
*
efi_loader: unaligned access in efi_file_from_path()
Heinrich Schuchardt
2019-07-16
1
-1
/
+6
*
efi_loader: Delete() return EFI_WARN_DELETE_FAILURE
Heinrich Schuchardt
2019-06-20
1
-8
/
+2
*
efi_loader: enable file SetInfo()
Heinrich Schuchardt
2019-04-07
1
-2
/
+65
*
efi_loader: correct file creation
Heinrich Schuchardt
2019-04-07
1
-8
/
+27
*
efi_loader: debug output file handle in efi_file_open()
Heinrich Schuchardt
2019-04-07
1
-2
/
+4
*
efi_loader: TODO for the EFI file protocol
Heinrich Schuchardt
2019-03-27
1
-0
/
+4
*
efi_loader: superfluous conversion in efi_file_open()
Heinrich Schuchardt
2019-03-20
1
-1
/
+1
*
efi_loader: comments for efi_file_from_path()
Heinrich Schuchardt
2019-02-16
1
-1
/
+11
*
efi_loader: fix EFI_FILE_PROTOCOL.GetInfo()
Heinrich Schuchardt
2019-02-13
1
-0
/
+4
*
efi_loader: use u16* for file name
Heinrich Schuchardt
2019-02-13
1
-7
/
+7
*
efi_loader: Add a wchar_t cast in efi_file_open()
Simon Glass
2019-01-14
1
-2
/
+2
*
efi_loader: use u16* for UTF16 strings
Heinrich Schuchardt
2018-12-02
1
-1
/
+1
*
efi_loader: superfluous statement in is_dir()
Heinrich Schuchardt
2018-10-16
1
-1
/
+8
*
efi_loader: correct signature of GetPosition, SetPosition
Heinrich Schuchardt
2018-10-16
1
-8
/
+31
*
efi_loader: check parameter new_handle of efi_file_open()
Heinrich Schuchardt
2018-09-23
1
-1
/
+1
*
efi_loader: more debug info for efi_file_getinfo()
Heinrich Schuchardt
2018-09-23
1
-1
/
+1
*
efi: Correct the operation of efi_file_write()
Simon Glass
2018-09-23
1
-4
/
+2
*
efi_loader: loosen check of parameters of efi_file_open()
Heinrich Schuchardt
2018-09-23
1
-1
/
+10
*
efi_loader: provide description of file_open()
Heinrich Schuchardt
2018-09-23
1
-2
/
+12
*
efi_loader: check parameters of efi_file_open()
Heinrich Schuchardt
2018-09-23
1
-4
/
+26
*
efi_loader: implement a file delete
AKASHI Takahiro
2018-09-23
1
-1
/
+13
*
efi_loader: file: support creating a directory
AKASHI Takahiro
2018-09-23
1
-4
/
+10
[next]