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
*
lib: rsa: add support to other openssl engine types than pkcs11
Vesa Jääskeläinen
2019-07-18
1
-0
/
+18
*
configs: Make USE_TINY_PRINTF depend on SPL||TPL and be default
Tom Rini
2019-07-13
1
-0
/
+2
*
trace: do not limit trace buffer to 2GiB
Heinrich Schuchardt
2019-07-10
1
-7
/
+7
*
trace: make call depth limit customizable
Heinrich Schuchardt
2019-07-10
2
-2
/
+17
*
trace: conserve gd register
Heinrich Schuchardt
2019-07-10
1
-0
/
+49
*
fdtdec: test: Fix memory leak
Thierry Reding
2019-07-10
1
-0
/
+2
*
sandbox: Quit when hang() is called
Simon Glass
2019-07-10
1
-0
/
+3
*
efi_loader: detach runtime in ExitBootServices()
Heinrich Schuchardt
2019-07-06
2
-1
/
+4
*
efi_loader: simplify detaching
Heinrich Schuchardt
2019-07-06
1
-32
/
+8
*
efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEM
Heinrich Schuchardt
2019-07-06
2
-4
/
+7
*
efi_loader: split off detaching SetVirtualAddress()
Heinrich Schuchardt
2019-07-06
1
-11
/
+58
*
efi_selftest: test variable services at runtime
Heinrich Schuchardt
2019-07-06
2
-0
/
+95
*
efi_loader: unimplemented runtime services
Heinrich Schuchardt
2019-07-06
1
-32
/
+2
*
efi_loader: let the variable driver patch out the runtime
Heinrich Schuchardt
2019-07-06
3
-10
/
+46
*
efi_loader: clean up runtime detaching
Heinrich Schuchardt
2019-07-06
1
-23
/
+55
*
efi_loader: remove NULL entries from runtime detach list
Heinrich Schuchardt
2019-07-06
2
-20
/
+9
*
efi_loader: initialization of variable services
Heinrich Schuchardt
2019-07-06
2
-0
/
+15
*
efi_loader: move efi_query_variable_info()
Heinrich Schuchardt
2019-07-06
2
-27
/
+27
*
efi_loader: remove superfluous spaces in comments
Heinrich Schuchardt
2019-07-06
1
-4
/
+4
*
efi_selftest: description of CMD_BOOTEFI_SELFTEST
Heinrich Schuchardt
2019-07-06
1
-4
/
+4
*
Merge tag 'efi-2019-07-rc5-3' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
2019-06-21
7
-86
/
+107
|
\
|
*
efi_loader: fix typo in efi_variable.c
Heinrich Schuchardt
2019-06-20
1
-2
/
+2
|
*
efi_loader: Delete() return EFI_WARN_DELETE_FAILURE
Heinrich Schuchardt
2019-06-20
1
-8
/
+2
|
*
efi_loader: ListPackageLists() return EFI_NOT_FOUND
Heinrich Schuchardt
2019-06-20
1
-35
/
+14
|
*
efi_loader: console incorrectly advertised left logo key
Heinrich Schuchardt
2019-06-20
1
-3
/
+1
|
*
efi_loader: alternative scan codes for F5, END, HOME
Heinrich Schuchardt
2019-06-20
1
-8
/
+14
|
*
efi_loader: GOP: provide accurate mode information
Heinrich Schuchardt
2019-06-20
1
-12
/
+12
|
*
efi_loader: SetMode() must blank screen
Heinrich Schuchardt
2019-06-20
1
-12
/
+38
|
*
efi_loader: system table setup
Heinrich Schuchardt
2019-06-20
1
-5
/
+5
|
*
efi_loader: QueryMode() must allocate buffer
Heinrich Schuchardt
2019-06-20
2
-1
/
+10
|
*
efi_loader: SetMode() parameters check
Heinrich Schuchardt
2019-06-20
1
-3
/
+5
|
*
efi_loader: QueryMode() check parameters
Heinrich Schuchardt
2019-06-20
1
-1
/
+8
|
*
efi_loader: Blt() with incorrect BltOperation
Heinrich Schuchardt
2019-06-20
1
-1
/
+1
*
|
lib: Makefile: build fdtdec_common.c when OF_LIBFDT selected
Peng Fan
2019-06-21
1
-1
/
+1
|
/
*
efi_loader: fix SetAttribute()
Heinrich Schuchardt
2019-06-14
1
-0
/
+2
*
efi_loader: fix SetMode()
Heinrich Schuchardt
2019-06-14
1
-17
/
+14
*
efi_loader: GetTime() must return EFI_UNSUPPORTED
Heinrich Schuchardt
2019-06-14
1
-2
/
+1
*
efi_loader: add RuntimeServicesSupported variable
AKASHI Takahiro
2019-06-14
2
-0
/
+29
*
efi_loader: parameter checks SetVariable()
Heinrich Schuchardt
2019-06-14
1
-1
/
+3
*
efi_loader: legal characters in StrToFat()
Heinrich Schuchardt
2019-06-14
1
-2
/
+2
*
efi_loader: MetaiMatch() must be case insensitive
Heinrich Schuchardt
2019-06-14
1
-24
/
+41
*
efi_loader: AllocatePages() must accept addr == 0
Heinrich Schuchardt
2019-06-14
1
-3
/
+3
*
efi_loader: correct ExitBootServices()
Heinrich Schuchardt
2019-06-14
1
-5
/
+8
*
efi_loader: loaded images cannot be started twice
Heinrich Schuchardt
2019-06-14
1
-0
/
+3
*
efi_loader: LoadImage must return EFI_NOT_FOUND
Heinrich Schuchardt
2019-06-14
1
-1
/
+1
*
efi_loader: LoadImage w/o SourceBuffer and DevicePath
Heinrich Schuchardt
2019-06-14
1
-11
/
+4
*
Merge tag 'efi-2019-07-rc5' of git://git.denx.de/u-boot-efi
Tom Rini
2019-06-12
5
-49
/
+99
|
\
|
*
efi_loader: implement event queue
Heinrich Schuchardt
2019-06-10
1
-26
/
+68
|
*
efi_selftest: correct event group test
Heinrich Schuchardt
2019-06-10
1
-5
/
+4
|
*
efi_loader: event signaling in ExitBootServices
Heinrich Schuchardt
2019-06-10
4
-22
/
+28
[next]