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
...
*
efi_loader: implement RegisterProtocolNotify()
Heinrich Schuchardt
2019-05-07
1
-14
/
+69
*
efi_loader: EVT_NOTIFY_SIGNAL events
Heinrich Schuchardt
2019-05-07
1
-1
/
+1
*
efi_selftest: remove redundant function efi_st_memcmp()
Heinrich Schuchardt
2019-05-07
10
-46
/
+29
*
efi_loader: unload applications upon Exit()
Heinrich Schuchardt
2019-05-07
2
-6
/
+32
*
efi_loader: implement UnloadImage()
Heinrich Schuchardt
2019-05-07
1
-4
/
+51
*
efi_loader: move efi_unload_image() down in source
Heinrich Schuchardt
2019-05-07
1
-23
/
+23
*
efi_loader: mark started images
Heinrich Schuchardt
2019-05-07
1
-0
/
+2
*
efi_loader: correct parameter check in LocateHandle()
Heinrich Schuchardt
2019-05-07
1
-10
/
+10
*
efi_loader: allowable event types in CreateEventEx()
Heinrich Schuchardt
2019-05-07
1
-2
/
+18
*
efi_loader: clean up UEFI sub-system initialization
Heinrich Schuchardt
2019-05-07
1
-0
/
+16
*
lib: add Zstandard decompression support
Marek BehĂșn
2019-05-05
15
-0
/
+6555
*
lib: Add xxhash support
Marek BehĂșn
2019-05-05
3
-0
/
+471
*
lib/display_options: avoid illegal memory access
Heinrich Schuchardt
2019-05-05
1
-1
/
+3
*
Merge branch '2019-05-03-master-imports'
Tom Rini
2019-05-03
2
-2
/
+1
|
\
|
*
lib: Kconfig: fix help text for GZIP
Heiko Schocher
2019-05-03
1
-1
/
+1
|
*
lib/vsprintf: remove #include <uuid.h> from vsprintf.c
Heinrich Schuchardt
2019-05-03
1
-1
/
+0
*
|
lib: uuid: Fix unseeded PRNG on RANDOM_UUID=y
Eugeniu Rosca
2019-05-02
1
-0
/
+2
*
|
efi_loader: description of efi_add_handle()
Heinrich Schuchardt
2019-05-02
1
-3
/
+5
*
|
efi_selftest: test exit_data
Heinrich Schuchardt
2019-05-02
2
-6
/
+26
*
|
efi_loader: implement support of exit data
Heinrich Schuchardt
2019-05-02
1
-0
/
+47
*
|
efi_loader: optional data in load options are binary
Heinrich Schuchardt
2019-05-02
1
-7
/
+8
*
|
efi_loader: set OsIndicationsSupported at init
AKASHI Takahiro
2019-05-02
1
-0
/
+11
*
|
efi_loader: FreePages() must fail with pages = 0
Heinrich Schuchardt
2019-05-02
1
-1
/
+1
*
|
efi_loader: parameter check CreateEventEx()
Heinrich Schuchardt
2019-05-02
1
-1
/
+1
|
/
*
Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm
Tom Rini
2019-04-24
4
-20
/
+81
|
\
|
*
fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()
Thierry Reding
2019-04-23
1
-7
/
+0
|
*
Convert CONFIG_TRACE_BUFFER_SIZE et al to Kconfig
Simon Glass
2019-04-23
2
-1
/
+50
|
*
Convert CONFIG_TRACE to Kconfig
Simon Glass
2019-04-23
1
-0
/
+9
|
*
trace: Tidy up error returns
Simon Glass
2019-04-23
1
-5
/
+9
|
*
div64: Don't instrument the division function
Simon Glass
2019-04-23
1
-1
/
+7
|
*
div64: Use kernel types
Simon Glass
2019-04-23
1
-7
/
+7
*
|
Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efi
Tom Rini
2019-04-24
21
-66
/
+93
|
\
\
|
*
|
efi_loader: check length in CreateDeviceNode()
Heinrich Schuchardt
2019-04-23
1
-0
/
+3
|
*
|
efi_loader: check memory type in AllocatePages()
Heinrich Schuchardt
2019-04-23
1
-0
/
+4
|
*
|
efi_loader: need either ACPI table or device tree
Heinrich Schuchardt
2019-04-23
1
-1
/
+0
|
*
|
efi_selftest: do not run FDT test with ACPI table.
Heinrich Schuchardt
2019-04-23
2
-11
/
+34
|
*
|
efi_loader: rework bootmgr/bootefi using load_image API
AKASHI Takahiro
2019-04-23
2
-20
/
+24
|
*
|
efi_loader: correctly split device path of loaded image
Heinrich Schuchardt
2019-04-23
1
-10
/
+2
|
*
|
efi_loader: consistent naming of protocol GUIDs
Heinrich Schuchardt
2019-04-23
14
-19
/
+19
|
*
|
efi_loader: export root node handle
AKASHI Takahiro
2019-04-23
1
-2
/
+3
|
*
|
efi_loader: efi_setup_loaded_image() handle missing file name
AKASHI Takahiro
2019-04-23
1
-3
/
+4
|
|
/
*
/
image: android: allow booting lz4-compressed kernels
Eugeniu Rosca
2019-04-24
1
-2
/
+1
|
/
*
Merge tag 'efi-2019-07-rc1-2' of git://git.denx.de/u-boot-efi
Tom Rini
2019-04-15
8
-88
/
+106
|
\
|
*
efi_selftest: expect boot services data for fdt
Heinrich Schuchardt
2019-04-12
1
-3
/
+3
|
*
efi_loader: simplify protocol installation
Heinrich Schuchardt
2019-04-12
1
-51
/
+25
|
*
efi_loader: export efi_install_multiple_protocol_interfaces
Heinrich Schuchardt
2019-04-12
1
-1
/
+1
|
*
efi_selftest: physical and virtual addresses must match
Heinrich Schuchardt
2019-04-12
1
-0
/
+5
|
*
efi_loader: update virtual address in efi_mem_carve_out
Heinrich Schuchardt
2019-04-12
1
-0
/
+2
|
*
efi_loader: add protection for block_dev
Patrick Delaunay
2019-04-12
1
-1
/
+1
|
*
efi_loader: fix setting PlatformLang
Heinrich Schuchardt
2019-04-12
2
-15
/
+67
[prev]
[next]