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: Kconfig.boot: Add FIT_PRINT config option
Ravik Hasija
2021-02-01
2
-2
/
+8
*
x86: spl: Add a function to find the text base
Simon Glass
2021-02-01
1
-0
/
+6
*
dfu: add support for the dfu_alt_info reintialization from the flashed script
Marek Szyprowski
2021-01-31
1
-0
/
+3
*
avb: AVB_VERIFY depends on MMC
Heinrich Schuchardt
2021-01-29
1
-0
/
+1
*
autoboot: fix illegal memory access when stop key and delay key are empty
Yuezhang.Mo@sony.com
2021-01-27
1
-3
/
+3
*
bloblist: Add missing tag names
Simon Glass
2021-01-27
1
-0
/
+6
*
bloblist: Support relocating to a larger space
Simon Glass
2021-01-27
3
-4
/
+27
*
spl: Add functions for next and previous phase
Simon Glass
2021-01-27
1
-1
/
+1
*
common: fit-sig: Fix error message in fit_config_verify_sig()
Alexandru Gagniuc
2021-01-27
1
-1
/
+1
*
bootcount: allow to use this feature on TPL
Philippe Reynes
2021-01-27
2
-2
/
+11
*
sunxi: support loading with SPL > 32KB
Andre Przywara
2021-01-25
1
-1
/
+2
*
sunxi: Introduce common symbol for H6 like SoCs
Jernej Skrabec
2021-01-25
1
-2
/
+2
*
image-fit: Fix FIT_CIPHER linking
Joel Stanley
2021-01-22
2
-14
/
+15
*
common: Makefile: drop duplicated line
Peng Fan
2021-01-16
1
-1
/
+0
*
console: cosmetics: remove #if 0
Patrick Delaunay
2021-01-16
1
-10
/
+0
*
common: always compile fixup_cmdtable()
Heinrich Schuchardt
2021-01-16
1
-4
/
+2
*
common: spl: spl_fit.c: report an error on hash check fail
Philippe Reynes
2021-01-16
1
-2
/
+5
*
cli_readline: Only insert printable chars
Steve Bennett
2021-01-16
1
-2
/
+4
*
Add optional salt to AUTOBOOT_STOP_STR_SHA256
Joel Peshkin
2021-01-16
2
-3
/
+14
*
IOMUX: Stop dropped consoles
Andy Shevchenko
2021-01-15
1
-3
/
+16
*
IOMUX: Drop indentation level by removing redundant 'else'
Andy Shevchenko
2021-01-15
1
-5
/
+5
*
IOMUX: Refactor iomux_doenv() in order to increase readability
Andy Shevchenko
2021-01-15
1
-7
/
+6
*
IOMUX: Preserve console list if realloc() fails
Andy Shevchenko
2021-01-15
1
-11
/
+2
*
console: rename search_device() to console_search_dev()
Andy Shevchenko
2021-01-15
3
-13
/
+13
*
console: Keep ->start() and ->stop() balanced
Andy Shevchenko
2021-01-15
1
-0
/
+37
*
console: Introduce console_start() and console_stop()
Andy Shevchenko
2021-01-15
1
-7
/
+23
*
console: add console_has_tstc helper function for CONSOLE_MUX
Patrick Delaunay
2021-01-15
1
-12
/
+25
*
console: remove #ifdef CONFIG_CONSOLE_RECORD
Patrick Delaunay
2021-01-15
1
-22
/
+73
*
console: add function console_devices_set
Patrick Delaunay
2021-01-15
1
-7
/
+13
*
console: remove #ifdef CONFIG when it is possible
Patrick Delaunay
2021-01-15
1
-94
/
+64
*
spl: Kconfig: Add SPL dependency to CONFIG_HANDOFF
Ovidiu Panait
2021-01-15
1
-1
/
+1
*
common: board_r: Drop arch-specific ifdefs around initr_trap
Ovidiu Panait
2021-01-15
1
-14
/
+2
*
common: board_r: Drop initr_bbmii wrapper
Ovidiu Panait
2021-01-15
1
-9
/
+1
*
common: board_r: Drop initr_api wrapper
Ovidiu Panait
2021-01-15
1
-10
/
+1
*
common: board_r: Drop initr_jumptable wrapper
Ovidiu Panait
2021-01-15
2
-8
/
+4
*
common: board_r: Drop initr_xen wrapper
Ovidiu Panait
2021-01-15
1
-9
/
+1
*
common: board_r: Drop initr_noncached wrapper
Ovidiu Panait
2021-01-15
1
-9
/
+1
*
common: board_r: Drop initr_pci wrapper
Ovidiu Panait
2021-01-15
1
-14
/
+4
*
common: board_r: Drop initr_pci_ep wrapper
Ovidiu Panait
2021-01-15
1
-10
/
+1
*
common: board_r: Drop initr_post_backlog wrapper
Ovidiu Panait
2021-01-15
1
-9
/
+1
*
common: board_r: Drop initr_secondary_cpu wrapper
Ovidiu Panait
2021-01-15
1
-15
/
+2
*
common: board_r: Drop initr_console_record wrapper
Ovidiu Panait
2021-01-15
1
-10
/
+3
*
common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdt
Ovidiu Panait
2021-01-15
1
-20
/
+21
*
common: board_f: Move setup_machine code to setup_bdinfo
Ovidiu Panait
2021-01-15
1
-9
/
+4
*
common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dm
Ovidiu Panait
2021-01-15
1
-5
/
+6
*
common: board_f: Drop initf_console_record wrapper
Ovidiu Panait
2021-01-15
1
-9
/
+3
*
common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_F
Ovidiu Panait
2021-01-15
2
-4
/
+11
*
log: call vsnprintf only when it is needed to emit trace
Patrick Delaunay
2021-01-15
1
-7
/
+13
*
console: allow to record console output before ready
Patrick Delaunay
2021-01-15
1
-8
/
+8
*
console: remove duplicated test on gd value
Patrick Delaunay
2021-01-15
1
-8
/
+8
[next]