summaryrefslogtreecommitdiff
path: root/scripts/image_signing/resign_kernel_partition.sh
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Fix copyrights and extra new lines at end of fileJakub Czapiga2022-10-211-2/+1
| | | | | | | | | | | | | BUG=none BRANCH=none TEST=make runtests Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Change-Id: If93a65ba58c4973d4b344229c7ee26685395bbbf Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3964274 Reviewed-by: Yu-Ping Wu <yupingso@chromium.org> Commit-Queue: Jakub Czapiga <czapiga@google.com> Tested-by: Jakub Czapiga <czapiga@google.com>
* Allow signing scripts to (optionally) set the firmware and kernel versionsGaurav Shah2011-02-061-12/+20
| | | | | | | | | | | | | | | Versions are (optionally) read from a file with the format firmware_version=<firmware version> kernel_version=<kernel version> The new scripts and arguments are compatible with older versions of the script. Change-Id: I502df69d6c02caee75cdf010e61812be408a64e0 BUG=chromium-os:8016 TEST=manually tested all invocations of sign_official_build {verify|usb|ssd|install|recovery} with and without versions. Review URL: http://codereview.chromium.org/6368064
* Add a script that will generate a new vblock given a kernel partition.Gaurav Shah2010-07-261-0/+38
For use on our signing servers. May merge this with other scripts once we drill down the right workflow. BUG=3496 TEST=Just a wrapper around vbutil_kernel and works as intended. Review URL: http://codereview.chromium.org/3020023