revoke_id - revoke_id - 2025.2 日本語 - UG1283

Bootgen ユーザー ガイド (UG1283)

Document ID
UG1283
Release Date
2025-11-20
Version
2025.2 日本語

構文

 [revoke_id] <hex value>

説明

revoke_id 属性は、無効化されたキーの識別子を指定します。これにより、無効化されたキーで署名されたブート イメージには認証が適用されなくなります。これは、漏洩したキーや古いキーの使用を防止するための措置です。

注記: Spartan UltraScale+ の場合、revoke_id 属性を使用すると特定のパーティションの読み込みが無効化されます。

引数

16 進数

Sample BIF - test.bif
image {
  name = pmc_subsys, id = 0x1c000001
  partition {
    id = 0x01, type = bootloader, authentication=rsa, pskfile = ./PSK.pem, sskfile = ./SSK2.pem, revoke_id = 0x01, file = plm.elf
  }
  partition {
    id = 0x02, type = application, authentication=rsa, sskfile = ./SSK3.pem, revoke_id = 0x02, file = app.elf
  }
}