History log of /openbmc/phosphor-bmc-code-mgmt/gen-bios-tar (Results 1 – 6 of 6)
Revision Date Author Comments
# e2dac256 18-Jul-2024 Rashmica Gupta <rashmica@linux.ibm.com>

gen-bios-tar: Update private signing key

Updating from 1024 bits to 4096 bits for a more secure key

Change-Id: Idaa9bcdc04ec4143ff8035c84040646458bf8398
Signed-off-by: Rashmica Gupta <rashmica@linu

gen-bios-tar: Update private signing key

Updating from 1024 bits to 4096 bits for a more secure key

Change-Id: Idaa9bcdc04ec4143ff8035c84040646458bf8398
Signed-off-by: Rashmica Gupta <rashmica@linux.ibm.com>

show more ...


# 3363f655 15-Feb-2023 Glukhov Mikhail <mikl@greenfil.ru>

Added ExtendedVersion creation to gen-bios-tar

Now with gen-bios-tar you can add the ExtendedVersion
using the -e --extended arguments

Change-Id: I6eb3bd7f3a1e4510c8383d8eff730d6aad827f5c
Signed-of

Added ExtendedVersion creation to gen-bios-tar

Now with gen-bios-tar you can add the ExtendedVersion
using the -e --extended arguments

Change-Id: I6eb3bd7f3a1e4510c8383d8eff730d6aad827f5c
Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru>

show more ...


# 780c930e 08-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

beautysh: re-format

beautysh is enabled in the openbmc-build-scripts on Bash/Zsh/POSIX-sh
files to have a consistent formatting. Re-run the formatter on the
whole repository.

Signed-off-by: Patric

beautysh: re-format

beautysh is enabled in the openbmc-build-scripts on Bash/Zsh/POSIX-sh
files to have a consistent formatting. Re-run the formatter on the
whole repository.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I3e5a9d1fc03aeecd9a305a5270a0ed757ea0c591

show more ...


# 124e63be 04-Aug-2022 Glukhov Mikhail <mikl@greenfil.ru>

Fix tar error when packing files

Multiple quoted files are treated by tar as one file.
Test: ran `./gen-bios-tar -v "rev1" -m "MyTestMachine" bios.bin`

Signed-off-by: Glukhov Mikhail <mikl@greenfil

Fix tar error when packing files

Multiple quoted files are treated by tar as one file.
Test: ran `./gen-bios-tar -v "rev1" -m "MyTestMachine" bios.bin`

Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru>
Change-Id: I1a0ad1d0dd89d8830a50fd059acac285156f04da

show more ...


# a1d2f861 31-Jan-2022 Isaac Kurth <blisaac91@gmail.com>

gen-bios-tar: fix shellcheck warnings

Change-Id: I32d31bdeb292d98d535640ee9b932ecd50b864a7
Signed-off-by: Isaac Kurth <blisaac91@gmail.com>


# 1891869f 12-Feb-2020 Vijay Khemka <vijaykhemka@fb.com>

Add tool for generating bios image tarball

Adding a gen-bios-tar tool for generating a bios image tarball from given bios
image file as input along with version, machine name parameter.

Add tool for generating bios image tarball

Adding a gen-bios-tar tool for generating a bios image tarball from given bios
image file as input along with version, machine name parameter. It creates a
MANIFEST for image verification and recreation. It also packages the image and
MANIFEST together in a tarball.

Currently machine name is optional but it will become mandatory in future.

This tarball is required for bios upgrade through image updater

Tested: Verified this with actual image.

Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
Change-Id: I6e9ec57d2b38c9e144bd725026c64106d16c6a6f

show more ...