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: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdata
Philipp Tomsich
2017-08-13
1
-5
/
+5
*
efi_loader: Fix warning in efi_gop
Alexander Graf
2017-07-31
1
-1
/
+1
*
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
2017-07-31
9
-210
/
+781
|
\
|
*
efi_loader: indent entry/exit prints to show nesting level
Rob Clark
2017-07-29
1
-0
/
+25
|
*
efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT
Rob Clark
2017-07-29
1
-14
/
+31
|
*
efi_loader: Add an EFI_CALL() macro
Rob Clark
2017-07-28
1
-3
/
+1
|
*
efi_loader: add some missing breaks
Rob Clark
2017-07-28
1
-0
/
+2
|
*
efi_loader: fix bug in efi_get_memory_map
Rob Clark
2017-07-26
1
-2
/
+2
|
*
efi_loader: Improve install_configuration_table
Alexander Graf
2017-07-26
1
-1
/
+18
|
*
efi_loader: remove more double EFI_EXIT() in efi_disk.c
Rob Clark
2017-07-26
1
-3
/
+3
|
*
efi_loader: remove double EFI_EXIT() with efi_unsupported
Rob Clark
2017-07-26
1
-2
/
+2
|
*
efi_loader: expose protocols via GUID
Rob Clark
2017-07-25
1
-0
/
+14
|
*
efi_loader: implement ProtocolsPerHandle
xypron.glpk@gmx.de
2017-07-25
1
-1
/
+44
|
*
efi_loader: parameter types for CreateEvent, SetTimer
xypron.glpk@gmx.de
2017-07-24
1
-5
/
+6
|
*
efi_console: use EFIAPI for callback functions
xypron.glpk@gmx.de
2017-07-24
1
-2
/
+3
|
*
efi_loader: workaround for grub lsefi bug
Rob Clark
2017-07-24
1
-0
/
+1
|
*
efi_loader: implement ConvertDeviceNodeToText
xypron.glpk@gmx.de
2017-07-24
1
-30
/
+91
|
*
efi_memory: return MapKey
xypron.glpk@gmx.de
2017-07-24
1
-0
/
+2
|
*
efi_memory: do parameter checks first
xypron.glpk@gmx.de
2017-07-24
1
-3
/
+3
|
*
efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD
Rob Clark
2017-07-24
2
-1
/
+7
|
*
efi_loader: move guidcmp to header
Rob Clark
2017-07-24
1
-5
/
+0
|
*
efi_loader: correctly implement 100ns conversion
xypron.glpk@gmx.de
2017-07-19
1
-9
/
+40
|
*
efi_console: set up events
xypron.glpk@gmx.de
2017-07-19
2
-2
/
+40
|
*
efi_loader: refactor efi_set_timer
xypron.glpk@gmx.de
2017-07-19
1
-8
/
+13
|
*
efi_loader: refactor efi_create_event
xypron.glpk@gmx.de
2017-07-19
1
-12
/
+23
|
*
efi_loader: correct size for tpl level
xypron.glpk@gmx.de
2017-07-19
1
-6
/
+6
|
*
efi_loader: implement multiple event support
xypron.glpk@gmx.de
2017-07-19
1
-62
/
+133
|
*
efi_loader: use struct efi_event * instead of void *
xypron.glpk@gmx.de
2017-07-19
1
-11
/
+14
|
*
efi_memory: avoid NULL dereference in efi_free_pool
xypron.glpk@gmx.de
2017-07-19
1
-0
/
+3
|
*
efi_loader: disk: iterate only over valid block devices
xypron.glpk@gmx.de
2017-07-19
1
-2
/
+2
|
*
efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL
xypron.glpk@gmx.de
2017-07-19
2
-1
/
+68
|
*
efi_loader: reimplement efi_locate_protocol
xypron.glpk@gmx.de
2017-07-19
1
-12
/
+20
|
*
efi_loader: implement LocateHandleBuffer
xypron.glpk@gmx.de
2017-07-19
1
-1
/
+24
|
*
efi_loader: refactor efi_locate_handle
xypron.glpk@gmx.de
2017-07-19
1
-6
/
+15
|
*
efi_loader: implement InstallMultipleProtocolInterfaces
xypron.glpk@gmx.de
2017-07-19
1
-1
/
+38
|
*
efi_loader: refactor efi_uninstall_protocol_interface
xypron.glpk@gmx.de
2017-07-19
1
-4
/
+11
|
*
efi_loader: refactor efi_install_protocol_interface
xypron.glpk@gmx.de
2017-07-19
1
-5
/
+14
|
*
efi_loader: implement UninstallProtocolInterface
xypron.glpk@gmx.de
2017-07-19
1
-2
/
+38
|
*
efi_loader: implement InstallProtocolInterface
xypron.glpk@gmx.de
2017-07-19
1
-1
/
+53
|
*
efi_loader: efi_open_protocol: parameter checks
xypron.glpk@gmx.de
2017-07-19
1
-4
/
+27
|
*
efi_loader: refactor efi_open_protocol
xypron.glpk@gmx.de
2017-07-19
5
-66
/
+21
*
|
fdtdec: Drop old compatible values
Simon Glass
2017-07-28
1
-6
/
+0
*
|
spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
Andy Yan
2017-07-27
2
-2
/
+2
*
|
configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS
Tom Rini
2017-07-24
1
-1
/
+3
|
/
*
dm: Fix error handling when unflattening the DT
Simon Glass
2017-07-11
1
-1
/
+6
*
display_options: Refactor to allow obtaining the banner
Simon Glass
2017-07-11
1
-5
/
+31
*
fdt: Enable selecting correct DTB from appended FIT Image
Cooper Jr., Franklin
2017-07-10
1
-0
/
+10
*
libfdt: Drop -FDT_ERR_TOODEEP
Simon Glass
2017-07-10
2
-7
/
+2
*
efi_loader: abort on unsupported relocation type
xypron.glpk@gmx.de
2017-07-04
1
-2
/
+8
*
efi_loader: efi_handle_protocol set attributes
xypron.glpk@gmx.de
2017-07-04
1
-2
/
+2
[next]