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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various, unrelated tree-wide typo fixes.
Robert P. J. Day
2016-07-16
1
-1
/
+1
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-07-15
7
-0
/
+883
|
\
|
*
dm: core: Expand platdata for of-platdata devices
Simon Glass
2016-07-14
1
-0
/
+2
|
*
dtoc: Ignore the u-boot, dm-pre-reloc property
Simon Glass
2016-07-14
1
-0
/
+1
|
*
Only build the libfdt python module if 'swig' is available
Simon Glass
2016-07-14
1
-1
/
+4
|
*
dm: Add a more efficient libfdt library
Simon Glass
2016-07-14
2
-0
/
+191
|
*
dm: Add a tool to generate C code from a device tree
Simon Glass
2016-07-14
2
-0
/
+392
|
*
dm: Add a library to provide simple device-tree access
Simon Glass
2016-07-14
3
-0
/
+294
*
|
mkimage: fix missing break for -p switch
Teddy Reed
2016-07-14
1
-0
/
+1
*
|
tools: Correct error handling in fit_image_process_hash()
Simon Glass
2016-07-14
1
-6
/
+8
*
|
tools: Add an error code when fit_handle_file() fails
Simon Glass
2016-07-14
1
-2
/
+2
*
|
mkimage: Show item lists for all categories
Simon Glass
2016-07-14
1
-3
/
+9
*
|
mkimage: Use generic code for showing an 'image type' error
Simon Glass
2016-07-14
1
-43
/
+2
*
|
mkimage: Allow display of a list of any image header category
Simon Glass
2016-07-14
1
-0
/
+43
*
|
image: Correct auto-fit architecture property name
Simon Glass
2016-07-14
1
-1
/
+2
*
|
mkimage: Drop blank line before main()
Simon Glass
2016-07-14
1
-1
/
+0
*
|
mkimage: Drop premature setting of params.fit_image_type
Simon Glass
2016-07-14
1
-1
/
+0
*
|
mkimage: Require a data file when auto-fit is used
Simon Glass
2016-07-14
1
-0
/
+2
*
|
mkimage: Explain the auto-fit imagefile special case
Simon Glass
2016-07-14
1
-0
/
+1
*
|
mkimage: Honour the default image type with auto-fit
Simon Glass
2016-07-14
1
-1
/
+1
|
/
*
tools: patman: Handle missing 'END' in non-last commit of a series
Bin Meng
2016-07-11
1
-2
/
+3
*
tools: patman: Handle missing blank line for 'Series-changes'
Bin Meng
2016-07-11
1
-2
/
+8
*
tools: patman: Generate cover letter correctly when 'END' is missing
Bin Meng
2016-07-11
1
-0
/
+8
*
tools: patman: Handle tag sections without an 'END'
Bin Meng
2016-07-11
1
-0
/
+20
*
tools: patman: Use cover_match for 'Cover-letter'
Bin Meng
2016-07-11
1
-1
/
+2
*
mkimage -l is broken for images after gpimage
Stefano Babic
2016-07-11
1
-2
/
+2
*
Respect SOURCE_DATE_EPOCH when building FIT images.
Vagrant Cascadian
2016-06-24
4
-15
/
+41
*
mkimage: fit: spl: Add an optional static offset for external data
Teddy Reed
2016-06-24
3
-3
/
+30
*
tools: moveconfig: show suspicious boards with possible misconversion
Masahiro Yamada
2016-06-22
1
-1
/
+31
*
tools: moveconfig: simplify show_failed_boards() and show more info
Masahiro Yamada
2016-06-22
1
-13
/
+14
*
tools: moveconfig: simplify source tree switching
Masahiro Yamada
2016-06-22
1
-13
/
+9
*
tools: moveconfig: change class WorkDir to class ReferenceSource
Masahiro Yamada
2016-06-22
1
-21
/
+28
*
tools: moveconfig: fix needless move for config with default 1
Masahiro Yamada
2016-06-22
1
-4
/
+2
*
tools: fix define2mk.sed to not add quotes around negative integers
Masahiro Yamada
2016-06-13
1
-0
/
+2
*
tools: moveconfig: Add a new --git-ref option
Joe Hershberger
2016-06-13
1
-6
/
+68
*
tools: moveconfig: New color used for changed defconfig
Joe Hershberger
2016-06-13
1
-1
/
+1
*
tools: moveconfig: Fix another typo
Joe Hershberger
2016-06-13
1
-1
/
+1
*
tools: moveconfig: make Slot.poll() more readable with helper methods
Masahiro Yamada
2016-06-13
1
-43
/
+67
*
tools: moveconfig: allow to run without any CONFIG specified
Masahiro Yamada
2016-06-13
1
-6
/
+10
*
tools: moveconfig: add --force-sync option
Masahiro Yamada
2016-06-13
1
-3
/
+14
*
tools: moveconfig: report when defconfig is updated
Masahiro Yamada
2016-06-13
1
-3
/
+11
*
tools: moveconfig: report when CONFIGs are removed by savedefconfig
Masahiro Yamada
2016-06-13
1
-0
/
+26
*
tools: moveconfig: display log when savedefconfig occurs
Masahiro Yamada
2016-06-13
1
-1
/
+2
*
tools: moveconfig: skip savedefconfig if .config was not updated
Masahiro Yamada
2016-06-13
1
-5
/
+16
*
tools: moveconfig: refactor code to go back to idle state
Masahiro Yamada
2016-06-13
1
-20
/
+17
*
tools: moveconfig: display log atomically in more readable format
Masahiro Yamada
2016-06-13
1
-31
/
+42
*
tools: moveconfig: move log output code out of Kconfig Parser class
Masahiro Yamada
2016-06-13
1
-12
/
+12
*
tools: moveconfig: compute file paths just once
Masahiro Yamada
2016-06-13
1
-10
/
+10
*
tools: moveconfig: allow to give CONFIG names as argument directly
Masahiro Yamada
2016-06-13
1
-88
/
+20
*
tools: moveconfig: drop code for handling type and default value
Masahiro Yamada
2016-06-13
1
-76
/
+29
[next]