SE050C2 サポートを元に戻す

ユーザーの要望により、直前の SE050C2 追加変更を元に戻しました。

戻した内容:
- test_scp03_se050.c: SE050C2 チップ選択削除
- se050_scp03_keys.h: SE050C2 キー定義削除
- Makefile: SE050C2 CHIP_ID 削除

現在のサポートチップ:
- SE050C0 (CHIP_ID=0)
- SE050C1 (CHIP_ID=1)
- SE050E2 (CHIP_ID=2)
This commit is contained in:
km
2026-03-26 14:15:28 +09:00
parent dfadaf092c
commit 04231683c2
3 changed files with 4 additions and 32 deletions
-8
View File
@@ -23,20 +23,12 @@ extern const uint8_t SE050C0_DEK_KEY[16];
/* ============================================================================
* SE050C1 Platform SCP03 Keys
*
* Note: SE050C2 uses the same PlatformSCP03 keys as SE050C1.
* See AN12436 for details.
* ============================================================================ */
extern const uint8_t SE050C1_ENC_KEY[16];
extern const uint8_t SE050C1_MAC_KEY[16];
extern const uint8_t SE050C1_DEK_KEY[16];
/* SE050C2 uses same keys as SE050C1 */
#define SE050C2_ENC_KEY SE050C1_ENC_KEY
#define SE050C2_MAC_KEY SE050C1_MAC_KEY
#define SE050C2_DEK_KEY SE050C1_DEK_KEY
/* ============================================================================
* SE050E2 Platform SCP03 Keys
* ============================================================================ */