Please pull u-boot-dm
Simon Glass
sjg at chromium.org
Wed Apr 1 17:03:53 CEST 2020
Hi Tom,
I ran a check yesterday but have started a new one after rebasing today:
https://gitlab.denx.de/u-boot/custodians/u-boot-dm/pipelines/2598
The following changes since commit 7dbafe06348ebf28044ef9769bf24866a3deedea:
Merge tag 'arc-last-minute-fixes-for-2020.04' of
https://gitlab.denx.de/u-boot/custodians/u-boot-arc (2020-03-31
15:10:54 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-1apr20
for you to fetch changes up to 0e29648f8e7e0aa60c0f7efe9d2efed98f8c0c6e:
test: vboot: Reduce fake kernel size to 500 bytes (2020-04-01 07:45:09 -0600)
----------------------------------------------------------------
Vboot vulnerability fix
----------------------------------------------------------------
Simon Glass (14):
image: Correct comment for fit_conf_get_node()
image: Be a little more verbose when checking signatures
image: Return an error message from fit_config_verify_sig()
test: vboot: Drop unnecessary parameter for fit_check_sign
test: vboot: Add a test for a forged configuration
test: vboot: Parameterise the test
image: Check hash-nodes when checking configurations
image: Load the correct configuration in fit_check_sign
fit_check_sign: Allow selecting the configuration to verify
test: vboot: Tidy up the code a little
test: vboot: Fix pylint errors
image: Use constants for 'required' and 'key-name-hint'
test: vboot: Move key creation into a function
test: vboot: Reduce fake kernel size to 500 bytes
common/bootm.c | 6 +-
common/image-cipher.c | 2 +-
common/image-fit.c | 26 +--
common/image-sig.c | 49 ++++-
include/image.h | 24 ++-
lib/rsa/rsa-sign.c | 6 +-
test/py/tests/test_vboot.py | 155 ++++++++--------
test/py/tests/vboot_forge.py | 423 +++++++++++++++++++++++++++++++++++++++++++
tools/fdt_host.h | 3 +-
tools/fit_check_sign.c | 8 +-
tools/image-host.c | 17 +-
11 files changed, 601 insertions(+), 118 deletions(-)
create mode 100644 test/py/tests/vboot_forge.py
Regards,
Simon
More information about the U-Boot
mailing list