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: libfdt: wrap scripts/dtc/libfdt/* where possible
Masahiro Yamada
2017-11-17
7
-1483
/
+24
*
libfdt: change libfdt_internal.h to a wrapper of scripts/dtc/libfdt/*
Masahiro Yamada
2017-11-17
1
-50
/
+1
*
libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/*
Masahiro Yamada
2017-11-17
1
-67
/
+0
*
pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile
Masahiro Yamada
2017-11-17
2
-572
/
+0
*
efi_loader: Disable env_save() call on boot
Alexander Graf
2017-10-29
1
-4
/
+1
*
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
2017-10-13
14
-222
/
+1559
|
\
|
*
efi_selftest: correctly check return values
Heinrich Schuchardt
2017-10-13
2
-2
/
+2
|
*
efi_loader: console support for color attributes
Rob Clark
2017-10-12
1
-2
/
+25
|
*
efi_loader: Add mem-mapped for fallback
Rob Clark
2017-10-12
2
-0
/
+33
|
*
efi_loader: don't increment part twice per loop
Jonathan Gray
2017-10-10
1
-1
/
+0
|
*
efi_loader: search all possible disk partitions
Jonathan Gray
2017-10-10
1
-8
/
+12
|
*
efi_selftest: error handling in SNP test
Heinrich Schuchardt
2017-10-09
1
-1
/
+8
|
*
efi_loader: comments for functions add missing @return
Heinrich Schuchardt
2017-10-09
1
-1
/
+8
|
*
efi_loader: Fix disk dp's for pre-DM/legacy devices
Rob Clark
2017-10-09
1
-0
/
+11
|
*
efi_loader: avoid NULL dereference in efi_dp_match
Heinrich Schuchardt
2017-10-09
1
-1
/
+2
|
*
efi_selftest: avoid dereferencing NULL in tpl test
Heinrich Schuchardt
2017-10-09
1
-1
/
+2
|
*
efi_selftest: efi_st_memcmp return difference of bytes
Heinrich Schuchardt
2017-10-09
1
-1
/
+1
|
*
efi_loader: supply EFI network test
Heinrich Schuchardt
2017-10-09
3
-1
/
+456
|
*
efi_selftest: allow printing MAC addresses
Heinrich Schuchardt
2017-10-09
1
-1
/
+40
|
*
efi_loader: fill return values in SimpleNetworkProtocol
Heinrich Schuchardt
2017-10-09
1
-2
/
+25
|
*
efi_loader: size fields in SimpleNetworkProtocol
Heinrich Schuchardt
2017-10-09
1
-4
/
+20
|
*
efi_loader: fix efi_net_get_status
Heinrich Schuchardt
2017-10-09
1
-3
/
+8
|
*
efi_loader: implement WaitForPacket event
Heinrich Schuchardt
2017-10-09
1
-0
/
+16
|
*
efi_loader: use events for efi_net_receive
Heinrich Schuchardt
2017-10-09
1
-3
/
+50
|
*
efi_net: return EFI_UNSUPPORTED where appropriate
Heinrich Schuchardt
2017-10-09
1
-6
/
+4
|
*
efi_loader: efi_net: hwaddr_size = 6
Heinrich Schuchardt
2017-10-09
1
-0
/
+1
|
*
efi_loader: fill simple network protocol revision
Heinrich Schuchardt
2017-10-09
1
-0
/
+1
|
*
efi_loader: wrong type in wait_for_event
Heinrich Schuchardt
2017-10-09
3
-3
/
+3
|
*
efi_loader: pass GUIDs as const efi_guid_t *
Heinrich Schuchardt
2017-10-09
1
-19
/
+21
|
*
efi_loader: parameters of CopyMem and SetMem
Heinrich Schuchardt
2017-10-09
1
-5
/
+5
|
*
efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_mem
Heinrich Schuchardt
2017-10-09
1
-0
/
+2
|
*
efi_loader: replace efi_div10 by do_div
Heinrich Schuchardt
2017-10-09
1
-34
/
+2
|
*
efi_loader: provide function comments for boot services
Heinrich Schuchardt
2017-10-09
1
-2
/
+638
|
*
efi_selftest: make tests easier to read
Heinrich Schuchardt
2017-10-09
4
-100
/
+126
|
*
efi_loader: use type bool for event states
Heinrich Schuchardt
2017-10-09
2
-17
/
+17
|
*
efi_selftest: use efi_st_error for all error messages
Heinrich Schuchardt
2017-10-09
1
-12
/
+10
|
*
efi_loader: allow creating new handles
Heinrich Schuchardt
2017-10-05
1
-2
/
+20
*
|
ARMv8: get new GD address from gd->new_gd directly
zijun_hu
2017-10-08
1
-0
/
+2
*
|
spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
Jean-Jacques Hiblot
2017-10-06
1
-9
/
+78
*
|
fdtdec: sort include files
Jean-Jacques Hiblot
2017-10-05
1
-5
/
+5
*
|
lib: allow building lzo for the SPL
Jean-Jacques Hiblot
2017-10-05
2
-1
/
+7
*
|
gzip: add a function to parse the header
Jean-Jacques Hiblot
2017-10-05
1
-3
/
+12
*
|
lzo: add a function to check the validity of the header
Jean-Jacques Hiblot
2017-10-05
1
-4
/
+17
*
|
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
[next]