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
Commit message (
Expand
)
Author
Age
Files
Lines
*
spl: Avoid checking for Ctrl-C in SPL with print_buffer()
Simon Glass
2019-10-08
1
-0
/
+2
*
dm: core: Correct low cell in ofnode_read_pci_addr()
Simon Glass
2019-10-03
1
-1
/
+1
*
efi_loader: SetVariable() deleting variables
Heinrich Schuchardt
2019-09-23
1
-5
/
+6
*
efi_loader: SetVariable() fix illegal return
Heinrich Schuchardt
2019-09-23
1
-1
/
+1
*
efi_loader: description efi_stri_coll()
Heinrich Schuchardt
2019-09-23
1
-5
/
+0
*
lib: charset: add u16_str<n>cmp()
AKASHI Takahiro
2019-09-20
1
-0
/
+25
*
efi_loader: selftest: enable APPEND_WRITE tests
AKASHI Takahiro
2019-09-20
1
-1
/
+19
*
efi_loader: variable: support APPEND_WRITE
AKASHI Takahiro
2019-09-20
1
-26
/
+44
*
efi_loader: incorrect return value form DisconnectController
Heinrich Schuchardt
2019-09-20
1
-12
/
+14
*
efi_loader: device_path: support Sandbox's "host" devices
AKASHI Takahiro
2019-09-20
1
-0
/
+33
*
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
2
-13
/
+20
*
efi_loader: EFI_FILE_PROTOCOL.Write() check args
Heinrich Schuchardt
2019-09-09
1
-10
/
+41
*
doc: UEFI API documentation
Heinrich Schuchardt
2019-09-05
3
-9
/
+13
*
efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset()
Heinrich Schuchardt
2019-09-05
1
-1
/
+16
*
efi_loader: use EFI_PRINT() instead of debug()
Heinrich Schuchardt
2019-09-05
1
-3
/
+3
*
efi_loader: parameter checks BLOCK_IO_PROTOCOL
Heinrich Schuchardt
2019-09-05
1
-1
/
+36
*
efi_loader: do not set invalid screen mode
Heinrich Schuchardt
2019-09-05
1
-0
/
+4
*
efi_loader: cursor positioning
Heinrich Schuchardt
2019-09-05
1
-5
/
+13
*
efi_loader: correctly render UsbClass DP nodes as text
Heinrich Schuchardt
2019-09-05
1
-1
/
+1
*
efi_loader: correctly render CD-ROM device path nodes
Heinrich Schuchardt
2019-09-05
2
-2
/
+3
*
efi_loader: correctly render MAC address device path nodes
Heinrich Schuchardt
2019-09-05
1
-8
/
+7
*
efi_loader: correct text conversion for vendor DP
Heinrich Schuchardt
2019-09-05
1
-1
/
+10
*
efi_loader: Extract adding a conventional memory in separate routine
Park, Aiden
2019-09-05
1
-32
/
+50
*
efi_loader: implement MCastIPtoMAC
Heinrich Schuchardt
2019-09-05
1
-2
/
+42
*
efi_loader: fix status management in network stack
Heinrich Schuchardt
2019-09-05
2
-13
/
+104
*
efi_loader: EFI_SIMPLE_NETWORK.Transmit() fill header
Heinrich Schuchardt
2019-09-05
1
-6
/
+25
*
efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT
Heinrich Schuchardt
2019-09-05
1
-2
/
+14
*
efi_loader: interrupts in simple network protocol
Heinrich Schuchardt
2019-09-05
1
-15
/
+25
*
efi_selftest: use standalone UEFI program for exception
Heinrich Schuchardt
2019-08-29
3
-23
/
+169
*
efi_selftest: enable Exit() unit test on x86_64
Heinrich Schuchardt
2019-08-29
1
-3
/
+3
*
fdtdec: make CONFIG_OF_PRIOR_STAGE available in SPL
Lukas Auer
2019-08-26
1
-4
/
+2
*
efi_loader: do not call efi_runtime_detach twice
Heinrich Schuchardt
2019-08-15
1
-9
/
+4
*
efi_loader: parameter check in SetVirtualAddressMap
Heinrich Schuchardt
2019-08-15
1
-3
/
+10
*
efi_loader: EFI_PXE_BASE_CODE_PROTOCOL stub
Heinrich Schuchardt
2019-08-15
1
-3
/
+129
*
env: Rename environment.h to env_internal.h
Simon Glass
2019-08-11
1
-1
/
+1
*
env: Drop environment.h header file where not needed
Simon Glass
2019-08-11
1
-1
/
+0
*
env: Drop the ACTION typedef
Simon Glass
2019-08-11
1
-9
/
+9
*
env: Drop _ENTRY
Simon Glass
2019-08-11
1
-3
/
+4
*
env: Drop the ENTRY typedef
Simon Glass
2019-08-11
1
-22
/
+23
*
env: Move env_get() to env.h
Simon Glass
2019-08-11
2
-0
/
+2
*
env: Move env_set() to env.h
Simon Glass
2019-08-11
2
-0
/
+2
*
env: Move env_get_ulong() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
common: Move gzip functions into a new gzip header
Simon Glass
2019-08-11
3
-2
/
+5
*
efi_selftest: sharpen ConvertPointer() test
Heinrich Schuchardt
2019-07-30
1
-8
/
+22
[next]