amdfwtool: Change the name of macros for 'BHD'
Use BHD instead of BDT as the name of cookie macro. Use L2 to make it clear it is for level 2. The 'BHD2' is misleading, which is going to be used for combo entry. The definition in psp_verstage is also changed. Change-Id: Ia10ac5e873dab6db7d66e63773a7c63f504950b2 Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55411 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
@@ -252,8 +252,8 @@ typedef struct _ish_directory_table {
|
||||
#define PSP_COOKIE 0x50535024 /* 'PSP$' */
|
||||
#define PSPL2_COOKIE 0x324c5024 /* '2LP$' */
|
||||
#define PSP2_COOKIE 0x50535032 /* 'PSP2' */
|
||||
#define BDT1_COOKIE 0x44484224 /* 'DHB$ */
|
||||
#define BDT2_COOKIE 0x324c4224 /* '2LB$ */
|
||||
#define BHD_COOKIE 0x44484224 /* 'DHB$ */
|
||||
#define BHDL2_COOKIE 0x324c4224 /* '2LB$ */
|
||||
|
||||
#define PSP_LVL1 (1 << 0)
|
||||
#define PSP_LVL2 (1 << 1)
|
||||
|
Reference in New Issue
Block a user