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
...
*
|
dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig
Jean-Jacques Hiblot
2017-10-05
1
-1
/
+1
|
/
*
lib: Add CRC32-C
Marek BehĂșn
2017-10-02
3
-0
/
+42
*
efi_loader: Some console improvements for vidconsole
Rob Clark
2017-09-20
1
-23
/
+35
*
efi_loader: Correctly figure out size for vidconsole
Rob Clark
2017-09-20
1
-1
/
+15
*
efi_loader: split out escape sequence based size query
Rob Clark
2017-09-20
1
-23
/
+30
*
efi_loader: print GUIDs
Rob Clark
2017-09-20
2
-14
/
+14
*
efi_loader: set loaded image code/data type properly
Rob Clark
2017-09-20
1
-0
/
+22
*
efi_loader: add bootmgr
Rob Clark
2017-09-20
4
-4
/
+185
*
efi_loader: efi variable support
Rob Clark
2017-09-20
4
-5
/
+355
*
efi_loader: make pool allocations cacheline aligned
Rob Clark
2017-09-20
1
-2
/
+3
*
efi_loader: support load_image() from a file-path
Rob Clark
2017-09-20
1
-15
/
+70
*
efi_loader: add file/filesys support
Rob Clark
2017-09-20
4
-0
/
+596
*
efi_loader: refactor boot device and loaded_image handling
Rob Clark
2017-09-20
2
-4
/
+37
*
efi_loader: use proper device-paths for net
Rob Clark
2017-09-20
1
-17
/
+2
*
efi_loader: use proper device-paths for partitions
Rob Clark
2017-09-20
1
-23
/
+31
*
efi_loader: flesh out device-path to text
Rob Clark
2017-09-20
1
-63
/
+178
*
efi_loader: drop redundant efi_device_path_protocol
Rob Clark
2017-09-20
1
-5
/
+8
*
efi_loader: add device-path utils
Rob Clark
2017-09-20
3
-3
/
+575
*
efi_selftest: check notification of ExitBootServices
Heinrich Schuchardt
2017-09-18
2
-0
/
+109
*
efi_loader: notify when ExitBootServices is invoked
Heinrich Schuchardt
2017-09-18
1
-0
/
+11
*
efi_selftest: test task priority levels
Heinrich Schuchardt
2017-09-18
2
-1
/
+218
*
efi_loader: implement task priority level (TPL)
Heinrich Schuchardt
2017-09-18
1
-4
/
+28
*
efi_selftest: provide unit test for event services
Heinrich Schuchardt
2017-09-18
2
-1
/
+199
*
efi_loader: efi_set_timer: reset signaled state
Heinrich Schuchardt
2017-09-18
1
-0
/
+1
*
efi_loader: implement queueing of the notification function
Heinrich Schuchardt
2017-09-18
2
-11
/
+33
*
efi_selftest: provide an EFI selftest application
Heinrich Schuchardt
2017-09-18
5
-0
/
+431
*
efi_loader: allow return value in EFI_CALL
Heinrich Schuchardt
2017-09-18
1
-1
/
+2
*
efi_loader: avoid obscure constants in efi_runtime.c
Heinrich Schuchardt
2017-09-18
1
-2
/
+4
*
efi_loader: usage of always in Makefile
Heinrich Schuchardt
2017-09-18
1
-2
/
+3
*
efi_loader: Fix efi_exit gd clobbering
Alexander Graf
2017-09-18
1
-0
/
+7
*
efi_loader: write protocol GUID in OpenProtocol
Heinrich Schuchardt
2017-09-18
1
-0
/
+9
*
efi_loader: call __efi_exit_check in efi_exit
Heinrich Schuchardt
2017-09-18
1
-0
/
+2
*
efi_disk: efi_disk_rw_blocks is not an API function
Heinrich Schuchardt
2017-09-18
1
-1
/
+1
*
Merge git://git.denx.de/u-boot-fdt
Tom Rini
2017-09-15
5
-26
/
+313
|
\
|
*
fdt: Allow stacked overlays phandle references
Pantelis Antoniou
2017-09-15
1
-22
/
+206
|
*
libfdt: Initialize the stack variable
Tien Fong Chee
2017-09-15
1
-1
/
+1
|
*
fdt: Sync libfdt up to upstream
Simon Glass
2017-09-15
3
-3
/
+106
*
|
lib: strto: fix incorrect handling of specified base
Rob Clark
2017-09-14
1
-26
/
+19
|
/
*
lib: at91: Add logo files used via API of DM_VIDEO
Wenyou Yang
2017-09-14
5
-0
/
+2431
*
vsprintf.c: add GUID printing
Rob Clark
2017-09-12
1
-2
/
+44
*
vsprintf.c: add UTF-16 string (%ls) support
Rob Clark
2017-09-12
1
-2
/
+28
*
lib: add some utf16 handling helpers
Rob Clark
2017-09-12
3
-14
/
+105
*
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2017-09-12
2
-2
/
+15
|
\
|
*
spl: fit: Eanble GZIP support for image decompression
York Sun
2017-09-11
2
-2
/
+15
*
|
moveconfig: Use fd.write() instead of print >>
Simon Glass
2017-09-11
1
-0
/
+2
|
/
*
bch: don't use __BSD_VISIBLE to test for fls
Jonathan Gray
2017-09-03
1
-1
/
+1
*
Convert CONFIG_BCH to Kconfig
Adam Ford
2017-09-01
1
-0
/
+7
*
Fix 'notes' typos
Anatolij Gustschin
2017-08-20
1
-2
/
+2
*
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
2017-08-18
3
-4
/
+7
|
\
|
*
efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1
xypron.glpk@gmx.de
2017-08-12
1
-1
/
+1
[prev]
[next]