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: image-android-dt: Fix logic in print fdt info routine
Sam Protsenko
2019-08-07
1
-5
/
+6
*
fit: Do not automatically decompress ramdisk images
Julius Werner
2019-08-07
1
-4
/
+9
*
console: execute flush on uart when silent is removed
Patrick Delaunay
2019-08-07
1
-9
/
+36
*
console: update silent tag after env load
Patrick Delaunay
2019-08-07
1
-0
/
+4
*
avb: Fix build when CONFIG_OPTEE_TA_AVB is disabled
Sam Protsenko
2019-08-07
1
-0
/
+3
*
autoboot: fix bug using with CAAM and AUTOBOOT_ENCRYPTION
Heiko Schocher
2019-08-07
1
-3
/
+12
*
autoboot: Adjust the implementation in autoboot_command()
Simon Glass
2019-08-02
1
-6
/
+9
*
autoboot: Move a few more options from #ifdef to if()
Simon Glass
2019-08-02
1
-10
/
+9
*
autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT
Simon Glass
2019-08-02
1
-1
/
+1
*
autoboot: Tidy up use of menukey
Simon Glass
2019-08-02
1
-12
/
+14
*
autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY
Simon Glass
2019-08-02
1
-5
/
+5
*
autoboot: Drop unused CONFIG_MENUPROMPT
Simon Glass
2019-08-02
1
-4
/
+0
*
autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYED
Simon Glass
2019-08-02
1
-9
/
+8
*
autoboot: Use if() for CONFIG_SILENT_CONSOLE
Simon Glass
2019-08-02
1
-3
/
+1
*
autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTION
Simon Glass
2019-08-02
1
-0
/
+16
*
autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTION
Simon Glass
2019-08-02
1
-6
/
+8
*
autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectly
Simon Glass
2019-08-02
1
-1
/
+7
*
Convert CONFIG_SHOW_BOOT_PROGRESS to Kconfig
Simon Glass
2019-08-02
1
-0
/
+162
*
main: Use conditional run_preboot_environment_command()
Simon Glass
2019-08-02
1
-3
/
+2
*
Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians...
Tom Rini
2019-07-30
1
-1
/
+3
|
\
|
*
edid: fix edid_get_timing_validate() mode_valid lookup
Neil Armstrong
2019-07-29
1
-1
/
+3
*
|
Merge branch '2019-07-29-master-imports'
Tom Rini
2019-07-29
4
-187
/
+221
|
\
\
|
|
/
|
/
|
|
*
gpio: fixes for gpio-hog support
Heiko Schocher
2019-07-29
1
-2
/
+2
|
*
fit: Support compat string property in configuration node
Julius Werner
2019-07-29
1
-28
/
+39
|
*
fit: Support compression for non-kernel components (e.g. FDT)
Julius Werner
2019-07-29
1
-34
/
+52
|
*
common: Move bootm_decomp_image() to image.c (as image_decomp())
Julius Werner
2019-07-29
2
-128
/
+133
*
|
edid: add edid_get_timing_validate() variant to filter out edid modes
Neil Armstrong
2019-07-29
1
-3
/
+19
|
/
*
Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2019-07-27
3
-2
/
+3
|
\
|
*
watchdog: Split WDT from SPL_WDT
Marek Vasut
2019-07-19
3
-2
/
+3
*
|
Merge tag 'dm-pull-24jul19-take3' of https://gitlab.denx.de/u-boot/custodians...
Tom Rini
2019-07-24
1
-12
/
+15
|
\
\
|
*
|
common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges()
Marek Vasut
2019-07-24
1
-11
/
+14
|
*
|
fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not found
Masahiro Yamada
2019-07-24
1
-1
/
+1
*
|
|
spl: sata: support U-Boot load from raw sata disk
Baruch Siach
2019-07-24
2
-0
/
+48
*
|
|
common: Implement A/B metadata
Ruslan Trofymenko
2019-07-24
3
-0
/
+311
*
|
|
image: android: allow to wrap uImage into the Android boot image
Roman Stratiienko
2019-07-24
1
-5
/
+17
*
|
|
menu: don't bother going interactive with just one menu item
Leon Yu
2019-07-24
1
-1
/
+5
|
/
/
*
/
dm: core: Introduce xxx_translate_dma_address()
Fabien Dessenne
2019-07-22
1
-0
/
+6
|
/
*
Merge branch '2019-07-17-master-imports'
Tom Rini
2019-07-18
1
-1
/
+6
|
\
|
*
common: Fix autocompletion with CONFIG_CMDLINE_PS_SUPPORT
Marek Vasut
2019-07-18
1
-1
/
+6
*
|
spl: Make image loader infrastructure more universal
Andreas Dannenberg
2019-07-17
2
-25
/
+65
*
|
spl: Allow performing BSS init early before board_init_f()
Andreas Dannenberg
2019-07-17
1
-0
/
+10
|
/
*
sunxi: move CONFIG_SPL_TEXT_BASE from *_defconfig to Kconfig
Andre Przywara
2019-07-15
1
-0
/
+3
*
gpio: add gpio-hog support
Heiko Schocher
2019-07-13
1
-0
/
+6
*
spl: Move SPL_MMC_TINY option to appear under SPL menu
Ezequiel Garcia
2019-07-13
1
-0
/
+17
*
Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
2019-07-11
2
-3
/
+10
|
\
|
*
trace: trace buffer may exceed 2GiB
Heinrich Schuchardt
2019-07-10
1
-2
/
+2
|
*
trace: undefined reference to `trace_early_init'
Heinrich Schuchardt
2019-07-10
1
-1
/
+1
|
*
bootstage: Add support for TPL record count
Simon Glass
2019-07-10
1
-0
/
+7
*
|
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
2019-07-11
1
-3
/
+17
|
\
\
|
*
|
spl: sata: don't force FS_FAT support
Baruch Siach
2019-07-11
1
-2
/
+6
[next]