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>
Tue, 20 Oct 2020 00:42:15 +0000 (09:42 +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 e8950e3..e7a9808 100644 (file)
@@ -45,6 +45,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 1323e18..0f46a33 100644 (file)
@@ -42,6 +42,7 @@ CONFIG_MMC_SDHCI_S5P=y
 CONFIG_MTD=y
 CONFIG_DM_PMIC=y
 CONFIG_PMIC_MAX8997=y
+CONFIG_SIG=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_GADGET=y