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_selftest: test gop bitblt
Heinrich Schuchardt
2018-04-04
2
-0
/
+312
|
*
efi_loader: implement missing bit blit operations in gop
Heinrich Schuchardt
2018-04-04
1
-36
/
+122
|
*
efi_loader: implement event groups
Heinrich Schuchardt
2018-04-04
5
-27
/
+95
|
*
efi_loader: define GUIDS for event groups
Heinrich Schuchardt
2018-04-04
1
-0
/
+16
|
*
efi_loader: manage events in a linked list
Heinrich Schuchardt
2018-04-04
1
-105
/
+87
|
*
efi_loader: fix formatting errors
Heinrich Schuchardt
2018-04-04
1
-22
/
+26
|
*
efi_loader: clear signaled state in CheckEvent
Heinrich Schuchardt
2018-04-04
1
-2
/
+5
|
*
efi_loader: check parameter in InstallConfigurationTable
Heinrich Schuchardt
2018-04-04
1
-0
/
+3
|
*
efi_loader: correct input of special keys
Heinrich Schuchardt
2018-04-04
1
-10
/
+94
|
*
efi_selftest: check installation of the device tree
Heinrich Schuchardt
2018-04-04
2
-0
/
+189
|
*
efi_loader: support device tree for bootefi selftest
Heinrich Schuchardt
2018-04-04
1
-0
/
+2
|
*
efi_loader: efi_get_time_init should return status code
Heinrich Schuchardt
2018-04-04
1
-1
/
+2
|
*
efi_loader: exit status for efi_reset_system_init
Heinrich Schuchardt
2018-04-04
1
-3
/
+12
|
*
efi_loader: consistently return efi_status_t efi_watchdog_register
Heinrich Schuchardt
2018-04-04
1
-2
/
+2
|
*
efi_loader: return efi_status_t from efi_net_register
Heinrich Schuchardt
2018-04-04
1
-11
/
+13
|
*
efi_loader: return efi_status_t from efi_gop_register
Heinrich Schuchardt
2018-04-04
1
-12
/
+22
|
*
efi_loader: efi_smbios_register should have a return value
Heinrich Schuchardt
2018-04-04
1
-8
/
+15
|
*
efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL
Leif Lindholm
2018-04-04
3
-1
/
+97
|
*
efi_loader: remove deprecated ConsoleControlProtocol
Heinrich Schuchardt
2018-04-04
2
-51
/
+0
|
*
efi_loader: parameter checks for LoadImage
Heinrich Schuchardt
2018-04-04
1
-0
/
+20
*
|
Merge git://git.denx.de/u-boot-sunxi
Tom Rini
2018-04-04
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
sunxi: revert disabling of features
Andre Przywara
2018-04-04
1
-1
/
+0
*
|
Merge git://git.denx.de/u-boot-dm
Tom Rini
2018-04-01
1
-2
/
+0
|
\
\
|
*
|
fdt_region: remove unneeded fdt_internal.h inclusion
Masahiro Yamada
2018-04-01
1
-2
/
+0
*
|
|
efi_stub: Fix GDT_NOTSYS check
Alexander Graf
2018-03-30
1
-1
/
+1
|
/
/
*
|
bootm: optee: Add a bootm command for type IH_OS_TEE
Bryan O'Donoghue
2018-03-19
1
-0
/
+9
*
|
optee: Add error printout
Bryan O'Donoghue
2018-03-19
1
-2
/
+17
*
|
optee: Add optee_verify_bootm_image()
Bryan O'Donoghue
2018-03-19
1
-0
/
+20
*
|
optee: Add CONFIG_OPTEE_LOAD_ADDR
Bryan O'Donoghue
2018-03-19
1
-0
/
+6
*
|
optee: Add CONFIG_OPTEE_TZDRAM_BASE
Bryan O'Donoghue
2018-03-19
1
-0
/
+8
*
|
optee: Add CONFIG_OPTEE_TZDRAM_SIZE
Bryan O'Donoghue
2018-03-19
1
-0
/
+8
*
|
optee: Add lib entries for sharing OPTEE code across ports
Bryan O'Donoghue
2018-03-19
5
-0
/
+48
|
/
*
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-03-05
9
-10
/
+12
*
Kconfig: cmd: Make networking command dependent on NET
Michal Simek
2018-02-27
2
-2
/
+2
*
lib: Kconfig: Move DYNAMIC_CRC_TABLE to Kconfig
Faiz Abbas
2018-02-14
2
-3
/
+9
*
efi_loader: correct efi_disk_register
Heinrich Schuchardt
2018-02-10
1
-27
/
+44
*
efi_loader: add missing runtime services stubs
Heinrich Schuchardt
2018-02-10
1
-0
/
+29
*
efi_driver: return type of efi_driver_init()
Heinrich Schuchardt
2018-02-10
1
-3
/
+3
*
efi_loader: do not use 2.0.5 as UEFI revision number
Heinrich Schuchardt
2018-02-10
1
-1
/
+1
*
efi_loader: create stub for CreateEventEx
Heinrich Schuchardt
2018-02-10
1
-0
/
+33
*
efi_selftest: use correct compiler flags for miniapps
Heinrich Schuchardt
2018-02-10
1
-2
/
+4
*
efi_loader: fix building crt0 on arm
Heinrich Schuchardt
2018-02-10
1
-1
/
+1
*
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
2018-02-08
1
-0
/
+1
*
Convert LIB_UUID to Kconfig
Adam Ford
2018-02-08
2
-0
/
+4
*
Convert CONFIG LIB_HW_RAND to Kconfig
Adam Ford
2018-02-08
1
-3
/
+15
*
aes: Allow non-zero initialization vector
Андрей Мозжухин
2018-01-29
1
-6
/
+7
*
efi_loader: consistently use %pD to print device paths
Heinrich Schuchardt
2018-01-28
1
-4
/
+2
*
efi_loader: do not install NULL as device path
Heinrich Schuchardt
2018-01-28
1
-9
/
+11
*
vsprintf.c: correct printing of a NULL device path
Heinrich Schuchardt
2018-01-28
1
-1
/
+2
*
efi_loader: Call Exit() on return from payload in StartImage()
Alexander Graf
2018-01-28
1
-2
/
+7
[prev]
[next]