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: Always build support for formatting MAC and IP address
Joe Hershberger
2019-12-09
1
-4
/
+0
*
net: Always build the string_to_enetaddr() helper
Joe Hershberger
2019-12-09
1
-0
/
+15
*
lib: crypto: add pkcs7 message parser
AKASHI Takahiro
2019-12-06
5
-0
/
+914
*
lib: crypto: add x509 parser
AKASHI Takahiro
2019-12-06
9
-0
/
+1172
*
lib: crypto: add rsa public key parser
AKASHI Takahiro
2019-12-06
4
-0
/
+224
*
lib: crypto: add public key utility
AKASHI Takahiro
2019-12-06
4
-0
/
+1073
*
lib: add oid registry utility
AKASHI Takahiro
2019-12-06
3
-0
/
+200
*
lib: add asn1 decoder
AKASHI Takahiro
2019-12-06
3
-0
/
+533
*
cmd: add asn1_compiler
AKASHI Takahiro
2019-12-06
1
-0
/
+3
*
lib: add mktime64() for linux compatibility
AKASHI Takahiro
2019-12-06
1
-0
/
+20
*
rtc: move date.c from drivers/rtc/ to lib/
AKASHI Takahiro
2019-12-06
3
-0
/
+104
*
linux_compat: move kmemdup() from ubifs.c to linux_compat.c
AKASHI Takahiro
2019-12-06
1
-0
/
+19
*
Kconfig: disambiguate config names for tiny printf
Thomas Hebb
2019-12-03
1
-2
/
+2
*
common: Move board_get_usable_ram_top() out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move enable/disable_interrupts out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
2
-0
/
+2
*
common: Move get_ticks() function out of common.h
Simon Glass
2019-12-02
5
-0
/
+5
*
common: Add a new lz4.h header file
Simon Glass
2019-12-02
1
-0
/
+1
*
Move strtomhz() to vsprintf.h
Simon Glass
2019-12-02
3
-23
/
+21
*
common: Move sorting functions to their own header file
Simon Glass
2019-12-02
2
-0
/
+2
*
crc32: Use the crc.h header for crc functions
Simon Glass
2019-12-02
8
-0
/
+8
*
crc: Fix code style with crc functions
Simon Glass
2019-12-02
1
-2
/
+2
*
common: Drop linux/crc8.h
Simon Glass
2019-12-02
1
-1
/
+6
*
common: Move random-number functions into their own header
Simon Glass
2019-12-02
1
-0
/
+1
*
efi_loader: default EFI_LOADER=n on ARM11
Heinrich Schuchardt
2019-11-23
1
-1
/
+1
*
efi_loader: enable EFI_LOADER on arm1136 and arm1176
Heinrich Schuchardt
2019-11-19
1
-2
/
+4
*
efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARM
Heinrich Schuchardt
2019-11-19
1
-1
/
+4
*
efi_loader: remove unused function efi_dp_from_dev()
Heinrich Schuchardt
2019-11-19
1
-16
/
+2
*
Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dm
Tom Rini
2019-11-17
2
-7
/
+150
|
\
|
*
image: fdt: copy possible optee nodes to a loaded devicetree
Heiko Stuebner
2019-11-14
1
-0
/
+140
|
*
fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory()
Heiko Stuebner
2019-11-14
1
-7
/
+9
|
*
fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()
Heiko Stuebner
2019-11-14
1
-1
/
+2
*
|
efi_selftest: enable all UEFI unit tests on the sandbox
Heinrich Schuchardt
2019-11-12
1
-2
/
+5
*
|
efi_loader: support building UEFI binaries on sandbox
Heinrich Schuchardt
2019-11-12
1
-0
/
+3
*
|
efi_loader: call add_u_boot_and_runtime() on sandbox
Heinrich Schuchardt
2019-11-12
1
-4
/
+5
*
|
efi_loader: disk: install file system protocol to a whole disk
AKASHI Takahiro
2019-11-12
1
-1
/
+3
*
|
efi_loader: fix efi_dp_from_name()
Heinrich Schuchardt
2019-11-12
1
-3
/
+12
|
/
*
fdt: Sync up to the latest libfdt
Simon Glass
2019-11-04
1
-104
/
+316
*
fdt: Add Kconfig options to control code size
Simon Glass
2019-11-04
2
-1
/
+35
*
Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2019-11-01
1
-5
/
+3
|
\
|
*
efi_loader: correct includes in efi_variable.c
Heinrich Schuchardt
2019-10-30
1
-5
/
+3
*
|
Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm
Tom Rini
2019-11-01
2
-7
/
+24
|
\
\
|
*
|
fdt: Fix alignment issue when reading 64-bits properties from fdt
Jean-Jacques Hiblot
2019-10-27
1
-1
/
+1
|
*
|
tiny-printf: Reorder code to support %p
Simon Glass
2019-10-27
1
-13
/
+17
|
*
|
tiny-printf: Add print_grouped_ull()
Simon Glass
2019-10-27
1
-0
/
+6
|
*
|
tiny-printf: Reduce size by removing ctype
Simon Glass
2019-10-27
1
-0
/
+7
|
|
/
*
|
libavb: Fix build warnings after updating the lib
Sam Protsenko
2019-10-31
2
-2
/
+3
*
|
libavb: Update libavb to current AOSP master
Sam Protsenko
2019-10-31
12
-214
/
+710
*
|
linux_compat: fix potential NULL pointer access
Marek Szyprowski
2019-10-31
1
-1
/
+1
*
|
tiny-printf: Support vsnprintf()
Simon South
2019-10-31
1
-0
/
+16
[next]