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
*
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
*
efi_loader: fix comments in indent_string()
Heinrich Schuchardt
2018-01-28
1
-3
/
+6
*
efi_loader: Always use EFIAPI instead of asmlinkage
Alexander Graf
2018-01-28
1
-2
/
+2
*
efi: Conflict efi_loader with different stub bitness
Alexander Graf
2018-01-28
1
-0
/
+4
*
libfdt: migrate libfdt.h to a wrapper + U-Boot own code
Masahiro Yamada
2018-01-28
1
-2153
/
+0
*
libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
Masahiro Yamada
2018-01-28
3
-516
/
+4
*
Merge git://git.denx.de/u-boot-sunxi
Tom Rini
2018-01-26
1
-0
/
+1
|
\
|
*
net: regex: Disable by default on sunXi
Maxime Ripard
2018-01-26
1
-0
/
+1
*
|
efi_selftest: reduce noise in test output for device trees
Heinrich Schuchardt
2018-01-22
1
-10
/
+13
*
|
efi_loader: allow creation of more device part nodes
Heinrich Schuchardt
2018-01-22
1
-5
/
+49
*
|
efi_selftest: provide a test for block io
Heinrich Schuchardt
2018-01-22
3
-0
/
+467
*
|
efi_driver: EFI block driver
Heinrich Schuchardt
2018-01-22
4
-0
/
+554
*
|
efi_selftest: add missing LF in test output
Heinrich Schuchardt
2018-01-22
2
-2
/
+2
*
|
efi_selftest: test start image
Heinrich Schuchardt
2018-01-22
6
-0
/
+405
*
|
efi_loader: fix ExitBootServices
Heinrich Schuchardt
2018-01-22
1
-5
/
+29
*
|
efi_loader: add check_tpl parameter to efi_signal_event
Heinrich Schuchardt
2018-01-22
2
-10
/
+19
*
|
efi_loader: provide function to get last node of a device path
Heinrich Schuchardt
2018-01-22
1
-0
/
+20
*
|
efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions
Heinrich Schuchardt
2018-01-22
1
-4
/
+4
*
|
efi_loader: make efi_disk_create_partitions a global symbol
Heinrich Schuchardt
2018-01-22
1
-24
/
+60
*
|
efi_loader: provide a function to create a partition node
Heinrich Schuchardt
2018-01-22
1
-36
/
+70
*
|
efi_loader: make efi_block_io_guid a global symbol
Heinrich Schuchardt
2018-01-22
1
-1
/
+1
*
|
efi_loader: efi_disk_register: correctly determine if_type_name
Heinrich Schuchardt
2018-01-22
1
-1
/
+1
*
|
efi_loader: fix StartImage bootservice
Heinrich Schuchardt
2018-01-22
1
-1
/
+2
*
|
efi_loader: check tables in helloworld.efi
Heinrich Schuchardt
2018-01-22
1
-0
/
+26
*
|
efi_loader: allocate correct memory type for EFI image
Heinrich Schuchardt
2018-01-22
1
-24
/
+40
*
|
efi_loader: print device path when entering efi_load_image
Heinrich Schuchardt
2018-01-22
1
-1
/
+1
*
|
efi_loader: correct find simple file system protocol
Heinrich Schuchardt
2018-01-22
1
-10
/
+29
*
|
efi_loader: address of the simple file system protocol
Heinrich Schuchardt
2018-01-22
1
-1
/
+1
*
|
efi_loader: return NULL from device path functions
Heinrich Schuchardt
2018-01-22
1
-6
/
+36
*
|
efi_loader: consistently use efi_handle_t for handles
Heinrich Schuchardt
2018-01-22
2
-26
/
+29
*
|
efi_selftest: test for (Dis)ConnectController
Heinrich Schuchardt
2018-01-22
2
-0
/
+386
*
|
efi_selftest: remove todo in device path test
Heinrich Schuchardt
2018-01-22
1
-15
/
+25
*
|
efi_selftest: remove todo in manage protocols
Heinrich Schuchardt
2018-01-22
1
-11
/
+11
*
|
efi_loader: disconnect controllers in UninstallProtocol
Heinrich Schuchardt
2018-01-22
1
-6
/
+23
[next]