| f3b8e647 | 02-Jun-2017 |
Simon Glass <sjg@chromium.org> |
moveconfig: Add a constant for auto.conf
This filename is used a few times. Move it to a constant before adding further uses.
Signed-off-by: Simon Glass <sjg@chromium.org> |
| ddf91c64 | 02-Jun-2017 |
Simon Glass <sjg@chromium.org> |
moveconfig: Tidy up the documentation and add hints
The newest clean-up features are not mentioned in the docs. Fix this and add a few hints for particular workflows that are hopefully helpful.
Sig
moveconfig: Tidy up the documentation and add hints
The newest clean-up features are not mentioned in the docs. Fix this and add a few hints for particular workflows that are hopefully helpful.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| ee4e61bd | 02-Jun-2017 |
Simon Glass <sjg@chromium.org> |
moveconfig: Allow reading the defconfig list from stdin
Support passes in a defconfig filename of '-' to read the list from stdin instead of from a file.
Signed-off-by: Simon Glass <sjg@chromium.or
moveconfig: Allow reading the defconfig list from stdin
Support passes in a defconfig filename of '-' to read the list from stdin instead of from a file.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 25f978cb | 02-Jun-2017 |
Simon Glass <sjg@chromium.org> |
moveconfig: Support providing a path to the defconfig files
It is convenient to provide the full patch to the defconfig files in some situations, e.g. when the file was generated by a shell command
moveconfig: Support providing a path to the defconfig files
It is convenient to provide the full patch to the defconfig files in some situations, e.g. when the file was generated by a shell command (e.g. 'ls configs/zynq*').
Add support for this, and move the globbing code into a function with its own documentation.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 236776d6 | 23-Jun-2017 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: mkimage: add support for rk322x soc
Add support for rk322x package header in mkimage tool.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.toms
rockchip: mkimage: add support for rk322x soc
Add support for rk322x package header in mkimage tool.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|
| daab59ac | 05-Jul-2017 |
Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
avr32: Retire AVR32 for good
AVR32 is gone. It's already more than two years for no support in Buildroot, even longer there is no support in GCC (last version is heavily patched 4.2.4).
Linux kerne
avr32: Retire AVR32 for good
AVR32 is gone. It's already more than two years for no support in Buildroot, even longer there is no support in GCC (last version is heavily patched 4.2.4).
Linux kernel v4.12 got rid of it (and v4.11 didn't build successfully).
There is no good point to keep this support in U-Boot either.
Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
show more ...
|
| 79aa33cd | 29-Jun-2017 |
Baruch Siach <baruch@tkos.co.il> |
mkimage: fix display of image types list
Since commit 5b9d44df2307f (mkimage: Display a better list of available image types) mkimage usage text suggest to "use -T to see a list of available image t
mkimage: fix display of image types list
Since commit 5b9d44df2307f (mkimage: Display a better list of available image types) mkimage usage text suggest to "use -T to see a list of available image types". Unfortunately, commit 02221f29deb8 (mkimage: Convert to use getopt()) broke that feature, because getopt() fails when -T has no option argument.
Add a pseudo image type name 'list' that lists all image types. Update the usage text accordingly.
Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
show more ...
|
| 915e0981 | 14-Jun-2017 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: mkimage: correct spl_size for rk3399
The maximum spl_size for rk3399 is the internal memory size minus the size used in bootrom (which usually can get from SPL_TEXT_BASE).
Signed-off-by:
rockchip: mkimage: correct spl_size for rk3399
The maximum spl_size for rk3399 is the internal memory size minus the size used in bootrom (which usually can get from SPL_TEXT_BASE).
Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|
| beca2901 | 09-Jun-2017 |
Tom Rini <trini@konsulko.com> |
rkcommon.c: Remove unused rkcommon_spi_to_offset
This function is unused, remove. Reported by clang-3.8.
Fixes: a1c29d4b43dc ("rockchip: mkimage: set init_boot_size to avoid ...") Cc: Philipp Toms
rkcommon.c: Remove unused rkcommon_spi_to_offset
This function is unused, remove. Reported by clang-3.8.
Fixes: a1c29d4b43dc ("rockchip: mkimage: set init_boot_size to avoid ...") Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|
| b9f7d881 | 14-Jun-2017 |
Heiko Schocher <hs@denx.de> |
powerpc, 5xx: remove some "5xx" remains
we removed 5xx support. So delete some forgotten remains.
Signed-off-by: Heiko Schocher <hs@denx.de> |
| 51855e89 | 13-Jun-2017 |
Masahiro Yamada <yamada.masahiro@socionext.com> |
treewide: remove unneeded semicolons
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |
| 630dfede | 09-Jun-2017 |
Heiko Schocher <hs@denx.de> |
tools/tbot: update README
refer in the README to tbots webpage, and delete the README in tools/tbot, as the latest documentation for tbot is on this webpage.
Signed-off-by: Heiko Schocher <hs@denx.
tools/tbot: update README
refer in the README to tbots webpage, and delete the README in tools/tbot, as the latest documentation for tbot is on this webpage.
Signed-off-by: Heiko Schocher <hs@denx.de>
show more ...
|
| 22929bec | 07-Jun-2017 |
Simon Glass <sjg@chromium.org> |
rkcommon.c: Drop pointless assignment
Assigning a variable to itself is not necessary. Drop this and also add a check for malloc() failure.
Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by
rkcommon.c: Drop pointless assignment
Assigning a variable to itself is not necessary. Drop this and also add a check for malloc() failure.
Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Coverity (CID: 161418) Fixes: 111bcc4 (rockchip: mkimage: pad the header to 8-bytes (using a 'nop') for RK3399)
show more ...
|
| 96725153 | 07-Jun-2017 |
Simon Glass <sjg@chromium.org> |
fdtgrep: Deal with NULL data passed to check_type_include()
Since the parameter can be NULL we must be careful not to dereference it in this case.
Signed-off-by: Simon Glass <sjg@chromium.org> Repo
fdtgrep: Deal with NULL data passed to check_type_include()
Since the parameter can be NULL we must be careful not to dereference it in this case.
Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Coverity (CID: 163250) Fixes: 1043d0a0 (fdt: Add fdtgrep tool)
show more ...
|
| 8cb3ce64 | 10-Jun-2017 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-dm |
| 56491f98 | 06-Jun-2017 |
Marek Behún <marek.behun@nic.cz> |
tools/kwbimage: Support building with LibreSSL
The kwbimage utility fails to compile when LibreSSL is present on the host system instead of OpenSSL. This one-line patch resolves this.
Signed-off-by
tools/kwbimage: Support building with LibreSSL
The kwbimage utility fails to compile when LibreSSL is present on the host system instead of OpenSSL. This one-line patch resolves this.
Signed-off-by: Marek Behun <marek.behun@nic.cz>
show more ...
|
| aafbe82f | 08-Jun-2017 |
Daniel Schwierzeck <daniel.schwierzeck@gmail.com> |
buildman: properly translate strings for log and err files to ASCII
The build output can still produce unicode encoded output. But in the buildman's log and err files we only want plain ASCII charac
buildman: properly translate strings for log and err files to ASCII
The build output can still produce unicode encoded output. But in the buildman's log and err files we only want plain ASCII characters.
To handle all situations with unicode and non-unicode output, encode the stdout and stderr strings to UTF-8 and afterwards to ASCII with replacing all special characters.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
show more ...
|
| b0e994c2 | 08-Jun-2017 |
Daniel Schwierzeck <daniel.schwierzeck@gmail.com> |
buildman: disable localized and unicode output of all build tools
Build tools like Make, gcc or binutils support localized output or unicode encoded output dependent on the default system locale. Th
buildman: disable localized and unicode output of all build tools
Build tools like Make, gcc or binutils support localized output or unicode encoded output dependent on the default system locale. This is not useful for buildman, where we want reproducible warning or error messages or where the output of binutils is further processed.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
show more ...
|
| 6e87ae1c | 29-May-2017 |
Simon Glass <sjg@chromium.org> |
patman: Add a functional test
The existing test (patman --test) only covers basic checkpatch output. We have had some problems with unicode processing and could use test coverage for the various tag
patman: Add a functional test
The existing test (patman --test) only covers basic checkpatch output. We have had some problems with unicode processing and could use test coverage for the various tags patman supports.
Add a new functional test which runs most of the patman flow on a few test commits and checks that the results are correct.
See the documentation in the test for a description of what it does.
Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|
| a44f4fb7 | 29-May-2017 |
Simon Glass <sjg@chromium.org> |
patman: Rename 'list' variable in MakeCcFile()
This is not a good variable name in Python because 'list' is a type. It shows up highlighted in some editors. Rename it.
Signed-off-by: Simon Glass <s
patman: Rename 'list' variable in MakeCcFile()
This is not a good variable name in Python because 'list' is a type. It shows up highlighted in some editors. Rename it.
Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|
| 1f487f85 | 29-May-2017 |
Simon Glass <sjg@chromium.org> |
patman: Add a maintainer test feature to MakeCcFile()
Allow the add_maintainers parameter to be a list of maintainers, thus allowing us to simulate calling the script in tests without actually needi
patman: Add a maintainer test feature to MakeCcFile()
Allow the add_maintainers parameter to be a list of maintainers, thus allowing us to simulate calling the script in tests without actually needing it to work.
Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|
| 2eb5fc13 | 29-May-2017 |
Simon Glass <sjg@chromium.org> |
patman: Add unicode to test patches
Add some unicode to the test patches to make sure that patman does the right thing.
Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Philipp Tomsich <phi
patman: Add unicode to test patches
Add some unicode to the test patches to make sure that patman does the right thing.
Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|
| db116cc8 | 29-May-2017 |
Simon Glass <sjg@chromium.org> |
patman: Don't return the series in FixPatches()
There is no need for this function to return the same object that was passed in. Drop the return value.
Signed-off-by: Simon Glass <sjg@chromium.org>
patman: Don't return the series in FixPatches()
There is no need for this function to return the same object that was passed in. Drop the return value.
Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|
| 04f78706 | 29-May-2017 |
Simon Glass <sjg@chromium.org> |
patman: Don't report unicode character
Unicode characters may appear in input patches so we should not warn about them. Drop this warning.
Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: P
patman: Don't report unicode character
Unicode characters may appear in input patches so we should not warn about them. Drop this warning.
Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|
| 2df3a019 | 29-May-2017 |
Simon Glass <sjg@chromium.org> |
patman: Rename 'str' variable in EmailPatches()
This is not a good variable name in Python because 'str' is a type. It shows up highlighted in some editors. Rename it.
Signed-off-by: Simon Glass <s
patman: Rename 'str' variable in EmailPatches()
This is not a good variable name in Python because 'str' is a type. It shows up highlighted in some editors. Rename it.
Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|