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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmd: gpt: add eMMC and GPT support
Corneliu Doban
2021-01-16
2
-0
/
+190
*
Kconfig: simple panel requires backlight
Marcin Juszkiewicz
2021-01-16
1
-1
/
+1
*
cmd: CMD_CPU depends on CPU
Heinrich Schuchardt
2021-01-16
1
-0
/
+1
*
test: test/lib/test_print.c depends on CONSOLE_RECORD
Heinrich Schuchardt
2021-01-16
1
-1
/
+1
*
Merge branch '2021-01-15-assorted-improvements'
Tom Rini
2021-01-16
45
-423
/
+1236
|
\
|
*
cmd: Add MBR partition layout control utility
Marek Szyprowski
2021-01-15
5
-0
/
+418
|
*
disk: dos: add code for creating MBR partition layout
Marek Szyprowski
2021-01-15
3
-0
/
+174
|
*
disk: dos: make some functions static
Marek Szyprowski
2021-01-15
1
-2
/
+3
|
*
disk: dos: use generic macro for unaligned le32 access
Marek Szyprowski
2021-01-15
1
-19
/
+9
|
*
disk: dos: add some defines for the hardcoded numbers
Marek Szyprowski
2021-01-15
2
-3
/
+6
|
*
disk: dos: rename write_mbr_partition to write_mbr_sector
Marek Szyprowski
2021-01-15
3
-4
/
+4
|
*
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: Provide a documentation for console_search_dev()
Andy Shevchenko
2021-01-15
1
-0
/
+10
|
*
console: rename search_device() to console_search_dev()
Andy Shevchenko
2021-01-15
4
-14
/
+14
|
*
console: move search_device() from iomux.h to console.h
Andy Shevchenko
2021-01-15
2
-1
/
+2
|
*
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
2
-7
/
+26
|
*
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
|
*
global_data: Enable spl_handoff only if CONFIG_HANDOFF is set
Ovidiu Panait
2021-01-15
1
-2
/
+2
|
*
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
6
-17
/
+47
|
*
common: board_r: Drop initr_bbmii wrapper
Ovidiu Panait
2021-01-15
3
-11
/
+13
|
*
common: board_r: Drop initr_api wrapper
Ovidiu Panait
2021-01-15
4
-14
/
+15
|
*
common: board_r: Drop initr_jumptable wrapper
Ovidiu Panait
2021-01-15
3
-10
/
+12
|
*
common: board_r: Drop initr_xen wrapper
Ovidiu Panait
2021-01-15
3
-11
/
+5
|
*
common: board_r: Drop initr_noncached wrapper
Ovidiu Panait
2021-01-15
3
-11
/
+16
|
*
common: board_r: Drop initr_pci wrapper
Ovidiu Panait
2021-01-15
4
-18
/
+23
|
*
common: board_r: Drop initr_pci_ep wrapper
Ovidiu Panait
2021-01-15
3
-12
/
+13
|
*
common: board_r: Drop initr_post_backlog wrapper
Ovidiu Panait
2021-01-15
3
-11
/
+14
|
*
common: board_r: Drop initr_secondary_cpu wrapper
Ovidiu Panait
2021-01-15
3
-16
/
+19
|
*
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
|
*
test: log: add test for console output of dropped messages
Patrick Delaunay
2021-01-15
1
-0
/
+8
|
*
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
|
*
test: add test for dropped trace before log_init
Patrick Delaunay
2021-01-15
2
-0
/
+16
|
*
log: use console puts to output trace before LOG init
Patrick Delaunay
2021-01-15
1
-0
/
+9
|
*
test: log: add test for dropped messages
Patrick Delaunay
2021-01-15
1
-8
/
+35
|
*
log: don't build the trace buffer when log is not ready
Patrick Delaunay
2021-01-15
1
-5
/
+8
[next]