index
:
bootloaders/u-boot-midas
deblob-midas-2018.07
recovery-2018.07
wip/as-boot-img
wip/bl1
wip/forkbomb-midas-2020.01-as-boot-img
wip/s-boot-4.0
Part of research to make the bootloader fully free on midas devices
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools: Fix return code of fit_image_process_sig()
mario.six@gdsys.cc
2016-07-22
1
-6
/
+7
*
tools/env: reuse fw_getenv in fw_printenv function
Andreas Fenkart
2016-07-22
1
-27
/
+17
*
tools/env: move envmatch further up in file to avoid forward declarations
Andreas Fenkart
2016-07-22
1
-20
/
+18
*
tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script
Andreas Fenkart
2016-07-22
2
-2
/
+115
*
tools/env: allow negative offsets
Stefan Agner
2016-07-22
2
-9
/
+35
*
tools/env: complete environment device config early
Stefan Agner
2016-07-22
1
-50
/
+60
*
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
[next]