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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: update: fix an "unused" warning against update_flash()
AKASHI Takahiro
2020-12-02
1
-4
/
+4
*
common: fit: add missing newline
Michael Walle
2020-11-19
1
-1
/
+1
*
board: Rename uclass to sysinfo
Simon Glass
2020-11-06
1
-7
/
+8
*
x86: zimage: Add a little more logging
Simon Glass
2020-11-06
1
-0
/
+1
*
x86: Use CONFIG_CHROMEOS_VBOOT for verified boot
Simon Glass
2020-11-06
1
-0
/
+17
*
Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
2020-11-01
4
-4
/
+97
|
\
|
*
efi_loader: add option to initialise EFI subsystem early
AKASHI Takahiro
2020-10-30
1
-0
/
+6
|
*
common: update: add a generic interface for FIT image
AKASHI Takahiro
2020-10-30
3
-2
/
+87
|
*
dfu: modify an argument type for an address
AKASHI Takahiro
2020-10-30
1
-1
/
+2
|
*
dfu: rename dfu_tftp_write() to dfu_write_by_name()
AKASHI Takahiro
2020-10-30
1
-2
/
+3
*
|
Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2020-10-30
1
-10
/
+9
|
\
\
|
*
|
dm: Avoid using #ifdef for CONFIG_OF_LIVE
Simon Glass
2020-10-29
1
-10
/
+9
|
|
/
*
|
log: Add filter flag to match greater than a log level
Sean Anderson
2020-10-30
1
-3
/
+9
*
|
log: Add filter flag to deny on match
Sean Anderson
2020-10-30
1
-2
/
+10
*
|
log: Add function to create a filter with flags
Sean Anderson
2020-10-30
1
-2
/
+4
*
|
log: Expose some helper functions
Sean Anderson
2020-10-30
1
-20
/
+3
*
|
log: Add additional const qualifier to arrays
Sean Anderson
2020-10-30
1
-2
/
+2
*
|
log: Fix missing negation of ENOMEM
Sean Anderson
2020-10-30
1
-1
/
+1
*
|
Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
2020-10-29
5
-21
/
+22
|
\
\
|
|
/
|
/
|
|
*
spl: fdt: Record load/entry fit-images entries in 64bit format
Michal Simek
2020-10-27
2
-12
/
+8
|
*
spl: Use standard FIT entries
Michal Simek
2020-10-27
4
-11
/
+16
*
|
dm: board: complete the initialization of the muxes in initr_dm()
Jean-Jacques Hiblot
2020-10-28
1
-0
/
+12
*
|
log: correct and check array size of log categories
Heinrich Schuchardt
2020-10-27
1
-2
/
+8
*
|
log: allow for message continuation
Heinrich Schuchardt
2020-10-27
1
-5
/
+18
*
|
log: move processing_msg to global data
Heinrich Schuchardt
2020-10-27
1
-4
/
+3
*
|
eb_cpu5282: fix CONFIG_DM_VIDEO build warnings
Anatolij Gustschin
2020-10-26
1
-1
/
+3
|
/
*
bootm: fix wrong conditions about images overlap
Jaehoon Chung
2020-10-23
1
-3
/
+5
*
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
2020-10-22
2
-4
/
+17
|
\
|
*
spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY
Samuel Holland
2020-10-22
2
-4
/
+17
*
|
Remove default value of CONFIG_PREBOOT for CONFIG_USB_STORAGE
Patrick Delaunay
2020-10-22
1
-1
/
+1
*
|
common: rename getc() to getchar()
Heinrich Schuchardt
2020-10-22
5
-15
/
+15
*
|
cli_hush.c: remove broken sanity check
Rasmus Villemoes
2020-10-22
1
-8
/
+0
*
|
common, autoboot: sync functionality with Kconfig description
Heiko Schocher
2020-10-22
1
-1
/
+2
*
|
cosmetic: image: Fix comments and the order of definitions
Naoki Hayama
2020-10-22
1
-10
/
+10
*
|
image: Add a function to modify category information
Naoki Hayama
2020-10-22
1
-0
/
+18
*
|
Kconfig: Use hex values for CONFIG_{SPL,TPL}_SIZE_LIMIT
Ovidiu Panait
2020-10-22
1
-4
/
+4
*
|
board: Show memory for frame buffers
Simon Glass
2020-10-22
1
-0
/
+2
*
|
bloblist: Place on a 4KB boundary
Simon Glass
2020-10-22
1
-1
/
+3
*
|
log: Add missing category names
Simon Glass
2020-10-22
1
-0
/
+5
*
|
Revert "Fix data abort caused by mis-aligning FIT data"
Marek Vasut
2020-10-21
1
-5
/
+2
|
/
*
spl: Add SPL_SERIAL as requirement for SDP_USB_SDP
Otavio Salvador
2020-10-14
1
-0
/
+1
*
spl: Avoid printing boot device if silent console is enabled
Otavio Salvador
2020-10-14
1
-1
/
+3
*
cmd: Fixup DT to pass PStore Ramoops parameters
Frédéric Danis
2020-10-14
1
-0
/
+4
*
fit: cipher: aes: allow to read the IV in the FIT image
Philippe Reynes
2020-10-12
1
-7
/
+15
*
vboot: add DTB policy for supporting multiple required conf keys
Thirupathaiah Annapureddy
2020-10-12
1
-3
/
+29
*
log: syslog: Handle errors in net_init
Sean Anderson
2020-10-10
1
-1
/
+3
*
log: Disable the syslog driver by default
Simon Glass
2020-10-10
1
-1
/
+0
*
log: Add a way to enable/disable a log device
Simon Glass
2020-10-10
1
-0
/
+38
*
log: Add a flag to enable log drivers
Simon Glass
2020-10-10
3
-1
/
+5
*
log: Allow LOG_DEBUG to always enable log output
Simon Glass
2020-10-10
1
-1
/
+5
[next]