trats/trats2: enable bootloader signature
authorInha Song <ideal.song@samsung.com>
Fri, 21 Feb 2014 17:55:15 +0000 (18:55 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 10 Oct 2019 04:38:35 +0000 (13:38 +0900)
Enable of this config will now require making binary signature.
From now, manually build sequence should looks like this:
 CROSS_COMPILE=...
 make mrproper
 make trats2_config
 make
 ./tools/mkimage_signed.sh u-boot-dtb.bin trats2_config

The output signed binary is: u-boot-mmc.bin

Change-Id: I9a2c86d2f24a050ff3738adb9dbd7d5914ff16d8
Signed-off-by: Inha Song <ideal.song@samsung.com>
board/samsung/common/Kconfig [new file with mode: 0644]
configs/trats2_defconfig
configs/trats_defconfig

diff --git a/board/samsung/common/Kconfig b/board/samsung/common/Kconfig
new file mode 100644 (file)
index 0000000..2020cfd
--- /dev/null
@@ -0,0 +1,4 @@
+config SIG
+       bool "Provide the signature for Tizen"
+       help
+          Support the TRATS/TRATS2 signature
index 8607594..630c276 100644 (file)
@@ -40,6 +40,7 @@ CONFIG_DM_PMIC=y
 CONFIG_DM_PMIC_MAX77686=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_MAX77686=y
+CONFIG_SIG=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_GADGET=y
index c8f1e29..06a53b0 100644 (file)
@@ -37,6 +37,7 @@ CONFIG_MMC_SDHCI_SDMA=y
 CONFIG_MMC_SDHCI_S5P=y
 CONFIG_DM_PMIC=y
 CONFIG_PMIC_MAX8997=y
+CONFIG_SIG=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_GADGET=y