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
*
tpm: Fix comparison of unsigned expression warning
Tom Rini
2017-05-12
1
-2
/
+1
*
rsa: Fix build with OpenSSL 1.1.x
Jelle van der Waa
2017-05-12
1
-6
/
+38
*
lib/slre: remove superfluous assignment
xypron.glpk@gmx.de
2017-05-12
1
-1
/
+1
*
Allow boards to initialize the DT at runtime.
Alex Deymo
2017-05-09
1
-0
/
+3
*
string: Use memcpy() within memmove() when we can
Simon Glass
2017-05-09
1
-9
/
+2
*
lib: circbuf: avoid possible null pointer dereference
xypron.glpk@gmx.de
2017-05-05
1
-2
/
+6
*
Convert CONFIG_CMD_AES et al to Kconfig
Simon Glass
2017-04-30
1
-0
/
+13
*
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Tom Rini
2017-04-14
1
-0
/
+8
|
\
|
*
fdt: Add compatible strings for Arria 10
Ley Foon Tan
2017-04-14
1
-0
/
+8
*
|
Merge git://git.denx.de/u-boot-dm
Tom Rini
2017-04-13
1
-5
/
+35
|
\
\
|
*
|
fdtgrep: Cope with the /aliases node being last
Simon Glass
2017-04-13
1
-5
/
+35
|
|
/
*
|
lib: div64: sync with Linux
Peng Fan
2017-04-13
1
-5
/
+136
*
|
tiny-printf: Add support for %p format
Vignesh R
2017-04-13
1
-0
/
+154
*
|
Rename aes.h to uboot_aes.h
Stefano Babic
2017-04-12
1
-1
/
+1
|
/
*
libfdt: fix build with Python 3
Stefan Agner
2017-04-10
1
-1
/
+1
*
fdt: Bring in changes from v1.4.4
Simon Glass
2017-04-10
3
-12
/
+17
*
cmd: Expose a Kconfig option to enable UBIFS commands
Boris Brezillon
2017-04-07
1
-0
/
+2
*
mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entry
Boris Brezillon
2017-04-07
1
-0
/
+3
*
bch: Allow to build for the host
Maxime Ripard
2017-04-07
1
-0
/
+48
*
string: Provide a slimmed-down memset()
Simon Glass
2017-04-04
2
-2
/
+13
*
tpm: Add function to load keys via their parent's SHA1 hash
mario.six@gdsys.cc
2017-03-26
1
-0
/
+40
*
libfdt: use CONFIG_IS_ENABLED for OF_LIBFDT
Vignesh R
2017-03-26
1
-1
/
+1
*
Kconfig: Don't use RSA_FREESCALE_EXP on IMX
George McCollister
2017-03-20
1
-2
/
+2
*
Kconfig: introduce md5sum command selection
Andre Przywara
2017-03-17
1
-0
/
+4
*
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2017-03-16
1
-4
/
+10
|
\
|
*
efi: Add a hook to allow adding memory mapping
York Sun
2017-03-14
1
-4
/
+10
*
|
tiny-printf: add static to locally used functions
Masahiro Yamada
2017-03-14
1
-2
/
+2
|
/
*
x86: Use unsigned long for address in table generation
Simon Glass
2017-02-06
1
-11
/
+11
*
lib: tpm: Add command to flush resources
Mario Six
2017-02-01
1
-0
/
+29
*
disk: convert CONFIG_ISO_PARTITION to Kconfig
Patrick Delaunay
2017-01-28
1
-1
/
+1
*
mkimage: Add support for signing with pkcs11
George McCollister
2017-01-14
1
-11
/
+233
*
lib: net_utils: enforce '.' as octet separator in string_to_ip
Chris Packham
2017-01-14
1
-0
/
+4
*
lib: net_utils: make string_to_ip stricter
Chris Packham
2017-01-14
1
-0
/
+4
*
delay: collect {m, n, u}delay declarations to include/linux/delay.h
Masahiro Yamada
2017-01-14
1
-6
/
+0
*
libfdt: Correct fdt handling of overlays without fixups and base trees withou...
David Gibson
2017-01-13
1
-1
/
+6
*
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Tom Rini
2017-01-10
1
-11
/
+39
|
\
|
*
SPL: tiny-printf: ignore "-" modifier
Andre Przywara
2017-01-04
1
-0
/
+3
|
*
SPL: tiny-printf: add "l" modifier
Andre Przywara
2017-01-04
1
-11
/
+36
*
|
lib: gitignore *.elf and *.so generated by efi_loader
Ladislav Michl
2017-01-09
1
-0
/
+2
|
/
*
fdt: add memory bank decoding functions for board setup
Nathan Rossi
2016-12-20
1
-0
/
+56
*
efi_loader: Allow to compile helloworld.efi w/o bundling it
Alexander Graf
2016-11-27
1
-0
/
+3
*
image: Combine image_sig_algo with image_sign_info
Andrew Duda
2016-11-21
2
-10
/
+8
*
image: Add crypto_algo struct for RSA info
Andrew Duda
2016-11-21
1
-8
/
+11
*
rsa: Verify RSA padding programatically
Andrew Duda
2016-11-21
4
-123
/
+47
*
rsa: cosmetic: rename pad_len to key_len
Andrew Duda
2016-11-21
1
-3
/
+3
*
ls2080: Exit dpaa only right before exiting U-Boot
Alexander Graf
2016-11-17
1
-0
/
+2
*
x86: Enable EFI loader support
Simon Glass
2016-11-14
1
-1
/
+1
*
efi: Add support for a hello world test program
Simon Glass
2016-11-14
2
-0
/
+28
*
x86: Tidy up selection of building the EFI stub
Simon Glass
2016-11-14
1
-2
/
+2
*
efi: Correct cache flush alignment
Simon Glass
2016-11-14
1
-1
/
+2
[next]