From acce77fdb894cfbaeba1d546e376837f05772cb4 Mon Sep 17 00:00:00 2001 From: yutaka Date: Mon, 25 Feb 2008 01:53:03 +0000 Subject: [PATCH] =?UTF-8?q?make[nor|gcd|nand]firm=E3=81=A7=E4=BD=BF?= =?UTF-8?q?=E3=81=86=E9=8D=B5=E3=81=AE=E5=BE=A9=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@729 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- include/firm/aes/ARM7/aes_ids.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/firm/aes/ARM7/aes_ids.h b/include/firm/aes/ARM7/aes_ids.h index b96caa54..6353fe31 100644 --- a/include/firm/aes/ARM7/aes_ids.h +++ b/include/firm/aes/ARM7/aes_ids.h @@ -24,5 +24,12 @@ #define AES_IDS_ID1_A(c) (((unsigned long)c[3] << 0) | ((unsigned long)c[1] << 8) | ((unsigned long)c[2] << 16) | ((unsigned long)c[0] << 24)) #define AES_IDS_ID1_B(c) (((unsigned long)c[0] << 0) | ((unsigned long)c[2] << 8) | ((unsigned long)c[1] << 16) | ((unsigned long)c[3] << 24)) #endif + +// for makenorfirm/makenandfirm/makegcdfirm +#define AES_IDS_ID2_A (('N' << 0) | ('i' << 8) | ('n' << 16) | ('t' << 24)) +#define AES_IDS_ID2_B (('e' << 0) | ('n' << 8) | ('d' << 16) | ('o' << 24)) +#define AES_IDS_ID2_C ((' ' << 0) | ('D' << 8) | ('S' << 16) | ('\0' << 24)) +#define AES_IDS_ID2_D ((0x01 << 0) | (0x23 << 8) | (0x21 << 16) | (0x00 << 24)) + /* TWL_AES_AES_IDS_H_ */ #endif