summaryrefslogtreecommitdiff
path: root/cmd/bootm.c
Commit message (Collapse)AuthorAgeLines
* MLK-12500-1 HAB: Add kernel image authentication in image loadingYe Li2016-03-25-0/+33
| | | | | | | | | To support the trust boot chain, we integrate the authentication into the kernel image loading process. The kernel image will be verified at its load address. So when signing the kernel image, we need to use this load address which may change on different platforms. Signed-off-by: Ye Li <ye.li@nxp.com>
* booti: Help text rework.Karsten Merker2016-02-24-7/+7
| | | | | | | Fix spelling errors in the "booti" help text and bring it more in line with the bootm/bootz help texts. Signed-off-by: Karsten Merker <merker@debian.org>
* Remove the cmd_ prefix from command filesSimon Glass2016-01-25-0/+775
Now that they are in their own directory, we can remove this prefix. This makes it easier to find a file since the prefix does not get in the way. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de> Acked-by: Stefan Roese <sr@denx.de> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>