From 821efc46ec9392a58df95b396fd51972cf5fd3e7 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 3 Oct 2012 14:27:19 +0200 Subject: Introduce atjboottool for ATJ213x firmwares Change-Id: Ie857b82e25de235c8549defab7e75995efefb3f6 --- utils/atj2137/atjboottool/atj_tables.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 utils/atj2137/atjboottool/atj_tables.h (limited to 'utils/atj2137/atjboottool/atj_tables.h') diff --git a/utils/atj2137/atjboottool/atj_tables.h b/utils/atj2137/atjboottool/atj_tables.h new file mode 100644 index 0000000000..2171453c01 --- /dev/null +++ b/utils/atj2137/atjboottool/atj_tables.h @@ -0,0 +1,16 @@ +#ifndef __ATJ_TABLES__ +#define __ATJ_TABLES__ + +uint8_t g_check_block_A_table[1024]; +uint8_t g_decode_B_table[20]; +uint32_t g_xor_key[9]; +uint32_t g_crypto_table[8]; +uint32_t g_crypto_table2[8]; +uint32_t g_crypto_key6[8]; +uint32_t g_crypto_key3[6]; +uint32_t g_crypto_key4[6]; +uint32_t g_crypto_key5[6]; +uint32_t g_crypto_data[8]; +uint32_t g_crypto_data3[6]; + +#endif // __ATJ_TABLES__ -- cgit v1.2.3