7c83aad4 | 12-Apr-2023 |
John Keeping <john@metanate.com> |
tools: env: update lock path in README
Commit aeb40f1166e0 ("tools: env: use /run to store lockfile") updated the path to the lockfile but did not update the documentation to match.
Use the new pat
tools: env: update lock path in README
Commit aeb40f1166e0 ("tools: env: use /run to store lockfile") updated the path to the lockfile but did not update the documentation to match.
Use the new path in the documentation.
(cherry picked from commit 51e0cacca7b8039a6c37cbd6b5f77ac2e91045f2)
Fixes: aeb40f1166 ("tools: env: use /run to store lockfile") Signed-off-by: John Keeping <john@metanate.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
show more ...
|
e9221d03 | 16-Apr-2020 |
Reuben Dowle <reubendowle0@gmail.com> |
Add support for SHA384 and SHA512
The current recommendation for best security practice from the US government is to use SHA384 for TOP SECRET [1].
This patch adds support for SHA384 and SHA512 in
Add support for SHA384 and SHA512
The current recommendation for best security practice from the US government is to use SHA384 for TOP SECRET [1].
This patch adds support for SHA384 and SHA512 in the hash command, and also allows FIT images to be hashed with these algorithms, and signed with sha384,rsaXXXX and sha512,rsaXXXX
The SHA implementation is adapted from the linux kernel implementation.
[1] Commercial National Security Algorithm Suite http://www.iad.gov/iad/programs/iad-initiatives/cnsa-suite.cfm
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com> (cherry picked from commit d16b38f42704fe3cc94fbee1601be96045013151) Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|
e3b4fc95 | 25-Jan-2019 |
Martyn Welch <martyn.welch@collabora.com> |
tools: dumpimage: Clarify help
Help message isn't clear over the use of the "-T" option (it's to declare the type of image that the tool is operating on), which also is optional as it defaults to th
tools: dumpimage: Clarify help
Help message isn't clear over the use of the "-T" option (it's to declare the type of image that the tool is operating on), which also is optional as it defaults to the default image type. It's also missing a description of the "-o" option, so add it.
Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
show more ...
|
65a80b43 | 25-Jan-2019 |
Martyn Welch <martyn.welch@collabora.com> |
tools: dumpimage: Add help option and make error paths consistent
The utility dumpimage has error paths that display the usage and others that exit without displaying usage. Add an explicit help opt
tools: dumpimage: Add help option and make error paths consistent
The utility dumpimage has error paths that display the usage and others that exit without displaying usage. Add an explicit help option to dumpimage to display the usage and remove it's use in error paths to make the error messages more obvious and errors paths more consistent.
Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
show more ...
|
11e3c1fd | 25-Jan-2019 |
Martyn Welch <martyn.welch@collabora.com> |
tools: dumpimage: Simplify internal logic
There are 3 supported modes of operation:
1) Show version 2) List image contents 3) Extract image component
Option (1) terminates early, so only options (
tools: dumpimage: Simplify internal logic
There are 3 supported modes of operation:
1) Show version 2) List image contents 3) Extract image component
Option (1) terminates early, so only options (2) and (3) remain. Remove redundant check for these modes.
Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
show more ...
|
12b83187 | 25-Jan-2019 |
Martyn Welch <martyn.welch@collabora.com> |
tools: dumpimage: Simplify arguments
The dump image utility has very confusing syntax. If called to list image contents ("-l") it takes the image name as a positional argument. If the utility is cal
tools: dumpimage: Simplify arguments
The dump image utility has very confusing syntax. If called to list image contents ("-l") it takes the image name as a positional argument. If the utility is called to extract something from the image, the image must be provided via the optional argument "-i" as well as the positional argument but the value passed in the positional argument will be completely ignored.
Simplify dumpimage by always providing the image as the first positional argument. Assume we want to dump something from the image if we do not provide the "-l" option for now.
Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
show more ...
|
9ec1791e | 18-Jan-2019 |
Fabio Estevam <festevam@gmail.com> |
Revert "tools: imx8image: set dcd_skip to true"
This reverts commit f7e475db4011d18b4ae974154eb022c3af6a4d16.
This commit breaks the boot on imx8qxp evk and it should only be re-applied after imx8q
Revert "tools: imx8image: set dcd_skip to true"
This reverts commit f7e475db4011d18b4ae974154eb022c3af6a4d16.
This commit breaks the boot on imx8qxp evk and it should only be re-applied after imx8qxp evk is converted to SPL.
Revert it for now, so that imx8qxp evk can be functional.
Reported-by: Breno Lima <breno.lima@nxp.com> Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Tested-by: Breno Lima <breno.lima@nxp.com>
show more ...
|