Initial commit
Initial commit.
This commit is contained in:
10
bootloader/mcuboot/boot/espressif/ci_configs/multi-boot.conf
Normal file
10
bootloader/mcuboot/boot/espressif/ci_configs/multi-boot.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# ATTENTION:
|
||||
# This configuration file targets the building for CI environment and contains
|
||||
# a set of definitions to resemble a bootloader image for RELEASE environment.
|
||||
|
||||
CONFIG_ESP_IMAGE_NUMBER=2
|
||||
CONFIG_ESP_MULTI_PROCESSOR_BOOT=y
|
||||
@@ -0,0 +1,9 @@
|
||||
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# ATTENTION:
|
||||
# This configuration file targets the building for CI environment and contains
|
||||
# a set of definitions to resemble a bootloader image for RELEASE environment.
|
||||
|
||||
CONFIG_ESP_IMAGE_NUMBER=2
|
||||
@@ -0,0 +1,22 @@
|
||||
# SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# ATTENTION:
|
||||
# This configuration file targets the building for CI environment and contains
|
||||
# a set of definitions to resemble a bootloader image for RELEASE environment.
|
||||
# Running the generated firmware image may result in irreversible operations
|
||||
# to the chip!
|
||||
|
||||
CONFIG_SECURE_SIGNED_ON_BOOT=1
|
||||
CONFIG_SECURE_SIGNED_APPS_RSA_SCHEME=1
|
||||
CONFIG_SECURE_BOOT=1
|
||||
CONFIG_SECURE_BOOT_V2_ENABLED=1
|
||||
CONFIG_SECURE_BOOT_SUPPORTS_RSA=1
|
||||
CONFIG_SECURE_FLASH_ENC_ENABLED=1
|
||||
CONFIG_SECURE_FLASH_ENCRYPTION_MODE_RELEASE=1
|
||||
CONFIG_ESP_SIGN_KEY_FILE=root-ec-p256.pem
|
||||
CONFIG_ESP_USE_TINYCRYPT=1
|
||||
CONFIG_ESP_SIGN_EC256=1
|
||||
CONFIG_ESP_DOWNGRADE_PREVENTION=1
|
||||
CONFIG_ESP_DOWNGRADE_PREVENTION_SECURITY_COUNTER=1
|
||||
@@ -0,0 +1,22 @@
|
||||
# SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# ATTENTION:
|
||||
# This configuration file targets the building for CI environment and contains
|
||||
# a set of definitions to resemble a bootloader image for RELEASE environment.
|
||||
# Running the generated firmware image may result in irreversible operations
|
||||
# to the chip!
|
||||
|
||||
CONFIG_SECURE_SIGNED_ON_BOOT=1
|
||||
CONFIG_SECURE_SIGNED_APPS_RSA_SCHEME=1
|
||||
CONFIG_SECURE_BOOT=1
|
||||
CONFIG_SECURE_BOOT_V2_ENABLED=1
|
||||
CONFIG_SECURE_BOOT_SUPPORTS_RSA=1
|
||||
CONFIG_SECURE_FLASH_ENC_ENABLED=1
|
||||
CONFIG_SECURE_FLASH_ENCRYPTION_MODE_RELEASE=1
|
||||
CONFIG_ESP_SIGN_KEY_FILE=root-ed25519.pem
|
||||
CONFIG_ESP_USE_TINYCRYPT=1
|
||||
CONFIG_ESP_SIGN_ED25519=1
|
||||
CONFIG_ESP_DOWNGRADE_PREVENTION=1
|
||||
CONFIG_ESP_DOWNGRADE_PREVENTION_SECURITY_COUNTER=1
|
||||
@@ -0,0 +1,23 @@
|
||||
# SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# ATTENTION:
|
||||
# This configuration file targets the building for CI environment and contains
|
||||
# a set of definitions to resemble a bootloader image for RELEASE environment.
|
||||
# Running the generated firmware image may result in irreversible operations
|
||||
# to the chip!
|
||||
|
||||
CONFIG_SECURE_SIGNED_ON_BOOT=1
|
||||
CONFIG_SECURE_SIGNED_APPS_RSA_SCHEME=1
|
||||
CONFIG_SECURE_BOOT=1
|
||||
CONFIG_SECURE_BOOT_V2_ENABLED=1
|
||||
CONFIG_SECURE_BOOT_SUPPORTS_RSA=1
|
||||
CONFIG_SECURE_FLASH_ENC_ENABLED=1
|
||||
CONFIG_SECURE_FLASH_ENCRYPTION_MODE_RELEASE=1
|
||||
CONFIG_ESP_SIGN_KEY_FILE=root-rsa-2048.pem
|
||||
CONFIG_ESP_USE_MBEDTLS=1
|
||||
CONFIG_ESP_SIGN_RSA=1
|
||||
CONFIG_ESP_SIGN_RSA_LEN=2048
|
||||
CONFIG_ESP_DOWNGRADE_PREVENTION=1
|
||||
CONFIG_ESP_DOWNGRADE_PREVENTION_SECURITY_COUNTER=1
|
||||
@@ -0,0 +1,23 @@
|
||||
# SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# ATTENTION:
|
||||
# This configuration file targets the building for CI environment and contains
|
||||
# a set of definitions to resemble a bootloader image for RELEASE environment.
|
||||
# Running the generated firmware image may result in irreversible operations
|
||||
# to the chip!
|
||||
|
||||
CONFIG_SECURE_SIGNED_ON_BOOT=1
|
||||
CONFIG_SECURE_SIGNED_APPS_RSA_SCHEME=1
|
||||
CONFIG_SECURE_BOOT=1
|
||||
CONFIG_SECURE_BOOT_V2_ENABLED=1
|
||||
CONFIG_SECURE_BOOT_SUPPORTS_RSA=1
|
||||
CONFIG_SECURE_FLASH_ENC_ENABLED=1
|
||||
CONFIG_SECURE_FLASH_ENCRYPTION_MODE_RELEASE=1
|
||||
CONFIG_ESP_SIGN_KEY_FILE=root-rsa-3072.pem
|
||||
CONFIG_ESP_USE_MBEDTLS=1
|
||||
CONFIG_ESP_SIGN_RSA=1
|
||||
CONFIG_ESP_SIGN_RSA_LEN=3072
|
||||
CONFIG_ESP_DOWNGRADE_PREVENTION=1
|
||||
CONFIG_ESP_DOWNGRADE_PREVENTION_SECURITY_COUNTER=1
|
||||
@@ -0,0 +1,10 @@
|
||||
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# ATTENTION:
|
||||
# This configuration file targets the building for CI environment and contains
|
||||
# a set of definitions to resemble a bootloader image for RELEASE environment.
|
||||
|
||||
CONFIG_ESP_MCUBOOT_SERIAL=y
|
||||
CONFIG_ESP_MCUBOOT_ERASE_PROGRESSIVELY=y
|
||||
Reference in New Issue
Block a user