Blame view

include/configs/imx8qm_mek_trusty_xen.h 403 Bytes
fd421f74d   Ji Luo   MA-14051 Enable t...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  /*
   * Copyright 2019 NXP
   *
   * SPDX-License-Identifier:	GPL-2.0+
   */
  
  #ifndef __IMX8QM_MEK_TRUSTY_XEN_H
  #define __IMX8QM_MEK_TRUSTY_XEN_H
  
  #ifdef CONFIG_SPL_BUILD
  
  #undef CONFIG_BLK
  #define CONFIG_AVB_SUPPORT
  #define AVB_RPMB
  #define KEYSLOT_HWPARTITION_ID   2
  #define KEYSLOT_BLKS             0x3FFF
  #define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
  
  #define CONFIG_SUPPORT_EMMC_RPMB
  
  #endif
  
  #endif