Commit 3967633d authored by Roy Spliet's avatar Roy Spliet Committed by Ben Skeggs

drm/nouveau/pwr/macros: Stop playing Russian roulette on data memory

Signed-off-by: default avatarRoy Spliet <rspliet@eclipso.eu>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 25856c0b
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
*/ push reg /* */ push reg /*
*/ pop $r13 /* */ pop $r13 /*
*/ pop $r14 /* */ pop $r14 /*
*/ call(wr32) /* */ call(wr32)
#else #else
#define nv_wr32(addr,reg) /* #define nv_wr32(addr,reg) /*
*/ sethi $r0 0x14000000 /* */ sethi $r0 0x14000000 /*
......
...@@ -46,8 +46,8 @@ uint32_t nva3_pwr_data[] = { ...@@ -46,8 +46,8 @@ uint32_t nva3_pwr_data[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x584d454d, 0x584d454d,
0x0000054e, 0x00000542,
0x00000540, 0x00000534,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
...@@ -68,8 +68,8 @@ uint32_t nva3_pwr_data[] = { ...@@ -68,8 +68,8 @@ uint32_t nva3_pwr_data[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x46524550, 0x46524550,
0x00000552, 0x00000546,
0x00000550, 0x00000544,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
...@@ -90,8 +90,8 @@ uint32_t nva3_pwr_data[] = { ...@@ -90,8 +90,8 @@ uint32_t nva3_pwr_data[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x5f433249, 0x5f433249,
0x00000982, 0x00000976,
0x00000825, 0x00000819,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
...@@ -112,8 +112,8 @@ uint32_t nva3_pwr_data[] = { ...@@ -112,8 +112,8 @@ uint32_t nva3_pwr_data[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x54534554, 0x54534554,
0x000009ab, 0x0000099f,
0x00000984, 0x00000978,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
...@@ -134,8 +134,8 @@ uint32_t nva3_pwr_data[] = { ...@@ -134,8 +134,8 @@ uint32_t nva3_pwr_data[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x454c4449, 0x454c4449,
0x000009b7, 0x000009ab,
0x000009b5, 0x000009a9,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
...@@ -239,10 +239,10 @@ uint32_t nva3_pwr_data[] = { ...@@ -239,10 +239,10 @@ uint32_t nva3_pwr_data[] = {
0x000004b7, 0x000004b7,
0x00040003, 0x00040003,
0x00000000, 0x00000000,
0x000004df, 0x000004d3,
0x00010004, 0x00010004,
0x00000000, 0x00000000,
0x000004fc, 0x000004f0,
/* 0x03ac: memx_func_tail */ /* 0x03ac: memx_func_tail */
/* 0x03ac: memx_data_head */ /* 0x03ac: memx_data_head */
0x00000000, 0x00000000,
...@@ -1198,13 +1198,10 @@ uint32_t nva3_pwr_code[] = { ...@@ -1198,13 +1198,10 @@ uint32_t nva3_pwr_code[] = {
0x0810b601, 0x0810b601,
0x50f960f9, 0x50f960f9,
0xe0fcd0fc, 0xe0fcd0fc,
0xf13f21f4, 0xb63f21f4,
0xfd140003,
0x05800506,
0xb604bd00,
0x1bf40242, 0x1bf40242,
/* 0x04df: memx_func_wait */ /* 0x04d3: memx_func_wait */
0xf000f8dd, 0xf000f8e9,
0x84b62c87, 0x84b62c87,
0x0088cf06, 0x0088cf06,
0x98001e98, 0x98001e98,
...@@ -1212,14 +1209,14 @@ uint32_t nva3_pwr_code[] = { ...@@ -1212,14 +1209,14 @@ uint32_t nva3_pwr_code[] = {
0x031b9802, 0x031b9802,
0xf41010b6, 0xf41010b6,
0x00f89c21, 0x00f89c21,
/* 0x04fc: memx_func_delay */ /* 0x04f0: memx_func_delay */
0xb6001e98, 0xb6001e98,
0x21f40410, 0x21f40410,
/* 0x0507: memx_exec */ /* 0x04fb: memx_exec */
0xf900f87f, 0xf900f87f,
0xb9d0f9e0, 0xb9d0f9e0,
0xb2b902c1, 0xb2b902c1,
/* 0x0511: memx_exec_next */ /* 0x0505: memx_exec_next */
0x00139802, 0x00139802,
0x950410b6, 0x950410b6,
0x30f01034, 0x30f01034,
...@@ -1228,112 +1225,112 @@ uint32_t nva3_pwr_code[] = { ...@@ -1228,112 +1225,112 @@ uint32_t nva3_pwr_code[] = {
0xec1ef406, 0xec1ef406,
0xe0fcd0fc, 0xe0fcd0fc,
0x02b921f5, 0x02b921f5,
/* 0x0532: memx_info */ /* 0x0526: memx_info */
0xc7f100f8, 0xc7f100f8,
0xb7f103ac, 0xb7f103ac,
0x21f50800, 0x21f50800,
0x00f802b9, 0x00f802b9,
/* 0x0540: memx_recv */ /* 0x0534: memx_recv */
0xf401d6b0, 0xf401d6b0,
0xd6b0c40b, 0xd6b0c40b,
0xe90bf400, 0xe90bf400,
/* 0x054e: memx_init */ /* 0x0542: memx_init */
0x00f800f8, 0x00f800f8,
/* 0x0550: perf_recv */ /* 0x0544: perf_recv */
/* 0x0552: perf_init */ /* 0x0546: perf_init */
0x00f800f8, 0x00f800f8,
/* 0x0554: i2c_drive_scl */ /* 0x0548: i2c_drive_scl */
0xf40036b0, 0xf40036b0,
0x07f1110b, 0x07f1110b,
0x04b607e0, 0x04b607e0,
0x0001d006, 0x0001d006,
0x00f804bd, 0x00f804bd,
/* 0x0568: i2c_drive_scl_lo */ /* 0x055c: i2c_drive_scl_lo */
0x07e407f1, 0x07e407f1,
0xd00604b6, 0xd00604b6,
0x04bd0001, 0x04bd0001,
/* 0x0576: i2c_drive_sda */ /* 0x056a: i2c_drive_sda */
0x36b000f8, 0x36b000f8,
0x110bf400, 0x110bf400,
0x07e007f1, 0x07e007f1,
0xd00604b6, 0xd00604b6,
0x04bd0002, 0x04bd0002,
/* 0x058a: i2c_drive_sda_lo */ /* 0x057e: i2c_drive_sda_lo */
0x07f100f8, 0x07f100f8,
0x04b607e4, 0x04b607e4,
0x0002d006, 0x0002d006,
0x00f804bd, 0x00f804bd,
/* 0x0598: i2c_sense_scl */ /* 0x058c: i2c_sense_scl */
0xf10132f4, 0xf10132f4,
0xb607c437, 0xb607c437,
0x33cf0634, 0x33cf0634,
0x0431fd00, 0x0431fd00,
0xf4060bf4, 0xf4060bf4,
/* 0x05ae: i2c_sense_scl_done */ /* 0x05a2: i2c_sense_scl_done */
0x00f80131, 0x00f80131,
/* 0x05b0: i2c_sense_sda */ /* 0x05a4: i2c_sense_sda */
0xf10132f4, 0xf10132f4,
0xb607c437, 0xb607c437,
0x33cf0634, 0x33cf0634,
0x0432fd00, 0x0432fd00,
0xf4060bf4, 0xf4060bf4,
/* 0x05c6: i2c_sense_sda_done */ /* 0x05ba: i2c_sense_sda_done */
0x00f80131, 0x00f80131,
/* 0x05c8: i2c_raise_scl */ /* 0x05bc: i2c_raise_scl */
0x47f140f9, 0x47f140f9,
0x37f00898, 0x37f00898,
0x5421f501, 0x4821f501,
/* 0x05d5: i2c_raise_scl_wait */ /* 0x05c9: i2c_raise_scl_wait */
0xe8e7f105, 0xe8e7f105,
0x7f21f403, 0x7f21f403,
0x059821f5, 0x058c21f5,
0xb60901f4, 0xb60901f4,
0x1bf40142, 0x1bf40142,
/* 0x05e9: i2c_raise_scl_done */ /* 0x05dd: i2c_raise_scl_done */
0xf840fcef, 0xf840fcef,
/* 0x05ed: i2c_start */ /* 0x05e1: i2c_start */
0x9821f500, 0x8c21f500,
0x0d11f405, 0x0d11f405,
0x05b021f5, 0x05a421f5,
0xf40611f4, 0xf40611f4,
/* 0x05fe: i2c_start_rep */ /* 0x05f2: i2c_start_rep */
0x37f0300e, 0x37f0300e,
0x5421f500, 0x4821f500,
0x0137f005, 0x0137f005,
0x057621f5, 0x056a21f5,
0xb60076bb, 0xb60076bb,
0x50f90465, 0x50f90465,
0xbb046594, 0xbb046594,
0x50bd0256, 0x50bd0256,
0xfc0475fd, 0xfc0475fd,
0xc821f550, 0xbc21f550,
0x0464b605, 0x0464b605,
/* 0x062b: i2c_start_send */ /* 0x061f: i2c_start_send */
0xf01f11f4, 0xf01f11f4,
0x21f50037, 0x21f50037,
0xe7f10576, 0xe7f1056a,
0x21f41388, 0x21f41388,
0x0037f07f, 0x0037f07f,
0x055421f5, 0x054821f5,
0x1388e7f1, 0x1388e7f1,
/* 0x0647: i2c_start_out */ /* 0x063b: i2c_start_out */
0xf87f21f4, 0xf87f21f4,
/* 0x0649: i2c_stop */ /* 0x063d: i2c_stop */
0x0037f000, 0x0037f000,
0x055421f5, 0x054821f5,
0xf50037f0, 0xf50037f0,
0xf1057621, 0xf1056a21,
0xf403e8e7, 0xf403e8e7,
0x37f07f21, 0x37f07f21,
0x5421f501, 0x4821f501,
0x88e7f105, 0x88e7f105,
0x7f21f413, 0x7f21f413,
0xf50137f0, 0xf50137f0,
0xf1057621, 0xf1056a21,
0xf41388e7, 0xf41388e7,
0x00f87f21, 0x00f87f21,
/* 0x067c: i2c_bitw */ /* 0x0670: i2c_bitw */
0x057621f5, 0x056a21f5,
0x03e8e7f1, 0x03e8e7f1,
0xbb7f21f4, 0xbb7f21f4,
0x65b60076, 0x65b60076,
...@@ -1341,18 +1338,18 @@ uint32_t nva3_pwr_code[] = { ...@@ -1341,18 +1338,18 @@ uint32_t nva3_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x05c821f5, 0x05bc21f5,
0xf40464b6, 0xf40464b6,
0xe7f11811, 0xe7f11811,
0x21f41388, 0x21f41388,
0x0037f07f, 0x0037f07f,
0x055421f5, 0x054821f5,
0x1388e7f1, 0x1388e7f1,
/* 0x06bb: i2c_bitw_out */ /* 0x06af: i2c_bitw_out */
0xf87f21f4, 0xf87f21f4,
/* 0x06bd: i2c_bitr */ /* 0x06b1: i2c_bitr */
0x0137f000, 0x0137f000,
0x057621f5, 0x056a21f5,
0x03e8e7f1, 0x03e8e7f1,
0xbb7f21f4, 0xbb7f21f4,
0x65b60076, 0x65b60076,
...@@ -1360,19 +1357,19 @@ uint32_t nva3_pwr_code[] = { ...@@ -1360,19 +1357,19 @@ uint32_t nva3_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x05c821f5, 0x05bc21f5,
0xf40464b6, 0xf40464b6,
0x21f51b11, 0x21f51b11,
0x37f005b0, 0x37f005a4,
0x5421f500, 0x4821f500,
0x88e7f105, 0x88e7f105,
0x7f21f413, 0x7f21f413,
0xf4013cf0, 0xf4013cf0,
/* 0x0702: i2c_bitr_done */ /* 0x06f6: i2c_bitr_done */
0x00f80131, 0x00f80131,
/* 0x0704: i2c_get_byte */ /* 0x06f8: i2c_get_byte */
0xf00057f0, 0xf00057f0,
/* 0x070a: i2c_get_byte_next */ /* 0x06fe: i2c_get_byte_next */
0x54b60847, 0x54b60847,
0x0076bb01, 0x0076bb01,
0xf90465b6, 0xf90465b6,
...@@ -1380,7 +1377,7 @@ uint32_t nva3_pwr_code[] = { ...@@ -1380,7 +1377,7 @@ uint32_t nva3_pwr_code[] = {
0xbd0256bb, 0xbd0256bb,
0x0475fd50, 0x0475fd50,
0x21f550fc, 0x21f550fc,
0x64b606bd, 0x64b606b1,
0x2b11f404, 0x2b11f404,
0xb60553fd, 0xb60553fd,
0x1bf40142, 0x1bf40142,
...@@ -1390,12 +1387,12 @@ uint32_t nva3_pwr_code[] = { ...@@ -1390,12 +1387,12 @@ uint32_t nva3_pwr_code[] = {
0xbb046594, 0xbb046594,
0x50bd0256, 0x50bd0256,
0xfc0475fd, 0xfc0475fd,
0x7c21f550, 0x7021f550,
0x0464b606, 0x0464b606,
/* 0x0754: i2c_get_byte_done */ /* 0x0748: i2c_get_byte_done */
/* 0x0756: i2c_put_byte */ /* 0x074a: i2c_put_byte */
0x47f000f8, 0x47f000f8,
/* 0x0759: i2c_put_byte_next */ /* 0x074d: i2c_put_byte_next */
0x0142b608, 0x0142b608,
0xbb3854ff, 0xbb3854ff,
0x65b60076, 0x65b60076,
...@@ -1403,7 +1400,7 @@ uint32_t nva3_pwr_code[] = { ...@@ -1403,7 +1400,7 @@ uint32_t nva3_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x067c21f5, 0x067021f5,
0xf40464b6, 0xf40464b6,
0x46b03411, 0x46b03411,
0xd81bf400, 0xd81bf400,
...@@ -1412,21 +1409,21 @@ uint32_t nva3_pwr_code[] = { ...@@ -1412,21 +1409,21 @@ uint32_t nva3_pwr_code[] = {
0xbb046594, 0xbb046594,
0x50bd0256, 0x50bd0256,
0xfc0475fd, 0xfc0475fd,
0xbd21f550, 0xb121f550,
0x0464b606, 0x0464b606,
0xbb0f11f4, 0xbb0f11f4,
0x36b00076, 0x36b00076,
0x061bf401, 0x061bf401,
/* 0x07af: i2c_put_byte_done */ /* 0x07a3: i2c_put_byte_done */
0xf80132f4, 0xf80132f4,
/* 0x07b1: i2c_addr */ /* 0x07a5: i2c_addr */
0x0076bb00, 0x0076bb00,
0xf90465b6, 0xf90465b6,
0x04659450, 0x04659450,
0xbd0256bb, 0xbd0256bb,
0x0475fd50, 0x0475fd50,
0x21f550fc, 0x21f550fc,
0x64b605ed, 0x64b605e1,
0x2911f404, 0x2911f404,
0x012ec3e7, 0x012ec3e7,
0xfd0134b6, 0xfd0134b6,
...@@ -1436,24 +1433,24 @@ uint32_t nva3_pwr_code[] = { ...@@ -1436,24 +1433,24 @@ uint32_t nva3_pwr_code[] = {
0x0256bb04, 0x0256bb04,
0x75fd50bd, 0x75fd50bd,
0xf550fc04, 0xf550fc04,
0xb6075621, 0xb6074a21,
/* 0x07f6: i2c_addr_done */ /* 0x07ea: i2c_addr_done */
0x00f80464, 0x00f80464,
/* 0x07f8: i2c_acquire_addr */ /* 0x07ec: i2c_acquire_addr */
0xb6f8cec7, 0xb6f8cec7,
0xe0b702e4, 0xe0b702e4,
0xee980bfc, 0xee980bfc,
/* 0x0807: i2c_acquire */ /* 0x07fb: i2c_acquire */
0xf500f800, 0xf500f800,
0xf407f821, 0xf407ec21,
0xd9f00421, 0xd9f00421,
0x3f21f403, 0x3f21f403,
/* 0x0816: i2c_release */ /* 0x080a: i2c_release */
0x21f500f8, 0x21f500f8,
0x21f407f8, 0x21f407ec,
0x03daf004, 0x03daf004,
0xf83f21f4, 0xf83f21f4,
/* 0x0825: i2c_recv */ /* 0x0819: i2c_recv */
0x0132f400, 0x0132f400,
0xb6f8c1c7, 0xb6f8c1c7,
0x16b00214, 0x16b00214,
...@@ -1472,7 +1469,7 @@ uint32_t nva3_pwr_code[] = { ...@@ -1472,7 +1469,7 @@ uint32_t nva3_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x080721f5, 0x07fb21f5,
0xfc0464b6, 0xfc0464b6,
0x00d6b0d0, 0x00d6b0d0,
0x00b31bf5, 0x00b31bf5,
...@@ -1482,7 +1479,7 @@ uint32_t nva3_pwr_code[] = { ...@@ -1482,7 +1479,7 @@ uint32_t nva3_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x07b121f5, 0x07a521f5,
0xf50464b6, 0xf50464b6,
0xc700d011, 0xc700d011,
0x76bbe0c5, 0x76bbe0c5,
...@@ -1491,7 +1488,7 @@ uint32_t nva3_pwr_code[] = { ...@@ -1491,7 +1488,7 @@ uint32_t nva3_pwr_code[] = {
0x0256bb04, 0x0256bb04,
0x75fd50bd, 0x75fd50bd,
0xf550fc04, 0xf550fc04,
0xb6075621, 0xb6074a21,
0x11f50464, 0x11f50464,
0x57f000ad, 0x57f000ad,
0x0076bb01, 0x0076bb01,
...@@ -1500,7 +1497,7 @@ uint32_t nva3_pwr_code[] = { ...@@ -1500,7 +1497,7 @@ uint32_t nva3_pwr_code[] = {
0xbd0256bb, 0xbd0256bb,
0x0475fd50, 0x0475fd50,
0x21f550fc, 0x21f550fc,
0x64b607b1, 0x64b607a5,
0x8a11f504, 0x8a11f504,
0x0076bb00, 0x0076bb00,
0xf90465b6, 0xf90465b6,
...@@ -1508,7 +1505,7 @@ uint32_t nva3_pwr_code[] = { ...@@ -1508,7 +1505,7 @@ uint32_t nva3_pwr_code[] = {
0xbd0256bb, 0xbd0256bb,
0x0475fd50, 0x0475fd50,
0x21f550fc, 0x21f550fc,
0x64b60704, 0x64b606f8,
0x6a11f404, 0x6a11f404,
0xbbe05bcb, 0xbbe05bcb,
0x65b60076, 0x65b60076,
...@@ -1516,38 +1513,38 @@ uint32_t nva3_pwr_code[] = { ...@@ -1516,38 +1513,38 @@ uint32_t nva3_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x064921f5, 0x063d21f5,
0xb90464b6, 0xb90464b6,
0x74bd025b, 0x74bd025b,
/* 0x092b: i2c_recv_not_rd08 */ /* 0x091f: i2c_recv_not_rd08 */
0xb0430ef4, 0xb0430ef4,
0x1bf401d6, 0x1bf401d6,
0x0057f03d, 0x0057f03d,
0x07b121f5, 0x07a521f5,
0xc73311f4, 0xc73311f4,
0x21f5e0c5, 0x21f5e0c5,
0x11f40756, 0x11f4074a,
0x0057f029, 0x0057f029,
0x07b121f5, 0x07a521f5,
0xc71f11f4, 0xc71f11f4,
0x21f5e0b5, 0x21f5e0b5,
0x11f40756, 0x11f4074a,
0x4921f515, 0x3d21f515,
0xc774bd06, 0xc774bd06,
0x1bf408c5, 0x1bf408c5,
0x0232f409, 0x0232f409,
/* 0x096b: i2c_recv_not_wr08 */ /* 0x095f: i2c_recv_not_wr08 */
/* 0x096b: i2c_recv_done */ /* 0x095f: i2c_recv_done */
0xc7030ef4, 0xc7030ef4,
0x21f5f8ce, 0x21f5f8ce,
0xe0fc0816, 0xe0fc080a,
0x12f4d0fc, 0x12f4d0fc,
0x027cb90a, 0x027cb90a,
0x02b921f5, 0x02b921f5,
/* 0x0980: i2c_recv_exit */ /* 0x0974: i2c_recv_exit */
/* 0x0982: i2c_init */ /* 0x0976: i2c_init */
0x00f800f8, 0x00f800f8,
/* 0x0984: test_recv */ /* 0x0978: test_recv */
0x05d817f1, 0x05d817f1,
0xcf0614b6, 0xcf0614b6,
0x10b60011, 0x10b60011,
...@@ -1557,12 +1554,12 @@ uint32_t nva3_pwr_code[] = { ...@@ -1557,12 +1554,12 @@ uint32_t nva3_pwr_code[] = {
0x00e7f104, 0x00e7f104,
0x4fe3f1d9, 0x4fe3f1d9,
0xf521f513, 0xf521f513,
/* 0x09ab: test_init */ /* 0x099f: test_init */
0xf100f801, 0xf100f801,
0xf50800e7, 0xf50800e7,
0xf801f521, 0xf801f521,
/* 0x09b5: idle_recv */ /* 0x09a9: idle_recv */
/* 0x09b7: idle */ /* 0x09ab: idle */
0xf400f800, 0xf400f800,
0x17f10031, 0x17f10031,
0x14b605d4, 0x14b605d4,
...@@ -1570,20 +1567,23 @@ uint32_t nva3_pwr_code[] = { ...@@ -1570,20 +1567,23 @@ uint32_t nva3_pwr_code[] = {
0xf10110b6, 0xf10110b6,
0xb605d407, 0xb605d407,
0x01d00604, 0x01d00604,
/* 0x09d3: idle_loop */ /* 0x09c7: idle_loop */
0xf004bd00, 0xf004bd00,
0x32f45817, 0x32f45817,
/* 0x09d9: idle_proc */ /* 0x09cd: idle_proc */
/* 0x09d9: idle_proc_exec */ /* 0x09cd: idle_proc_exec */
0xb910f902, 0xb910f902,
0x21f5021e, 0x21f5021e,
0x10fc02c2, 0x10fc02c2,
0xf40911f4, 0xf40911f4,
0x0ef40231, 0x0ef40231,
/* 0x09ed: idle_proc_next */ /* 0x09e1: idle_proc_next */
0x5810b6ef, 0x5810b6ef,
0xf4061fb8, 0xf4061fb8,
0x02f4e61b, 0x02f4e61b,
0x0028f4dd, 0x0028f4dd,
0x00bb0ef4, 0x00bb0ef4,
0x00000000,
0x00000000,
0x00000000,
}; };
...@@ -46,8 +46,8 @@ uint32_t nvc0_pwr_data[] = { ...@@ -46,8 +46,8 @@ uint32_t nvc0_pwr_data[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x584d454d, 0x584d454d,
0x0000054e, 0x00000542,
0x00000540, 0x00000534,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
...@@ -68,8 +68,8 @@ uint32_t nvc0_pwr_data[] = { ...@@ -68,8 +68,8 @@ uint32_t nvc0_pwr_data[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x46524550, 0x46524550,
0x00000552, 0x00000546,
0x00000550, 0x00000544,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
...@@ -90,8 +90,8 @@ uint32_t nvc0_pwr_data[] = { ...@@ -90,8 +90,8 @@ uint32_t nvc0_pwr_data[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x5f433249, 0x5f433249,
0x00000982, 0x00000976,
0x00000825, 0x00000819,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
...@@ -112,8 +112,8 @@ uint32_t nvc0_pwr_data[] = { ...@@ -112,8 +112,8 @@ uint32_t nvc0_pwr_data[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x54534554, 0x54534554,
0x000009ab, 0x0000099f,
0x00000984, 0x00000978,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
...@@ -134,8 +134,8 @@ uint32_t nvc0_pwr_data[] = { ...@@ -134,8 +134,8 @@ uint32_t nvc0_pwr_data[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x454c4449, 0x454c4449,
0x000009b7, 0x000009ab,
0x000009b5, 0x000009a9,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
...@@ -239,10 +239,10 @@ uint32_t nvc0_pwr_data[] = { ...@@ -239,10 +239,10 @@ uint32_t nvc0_pwr_data[] = {
0x000004b7, 0x000004b7,
0x00040003, 0x00040003,
0x00000000, 0x00000000,
0x000004df, 0x000004d3,
0x00010004, 0x00010004,
0x00000000, 0x00000000,
0x000004fc, 0x000004f0,
/* 0x03ac: memx_func_tail */ /* 0x03ac: memx_func_tail */
/* 0x03ac: memx_data_head */ /* 0x03ac: memx_data_head */
0x00000000, 0x00000000,
...@@ -1198,13 +1198,10 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1198,13 +1198,10 @@ uint32_t nvc0_pwr_code[] = {
0x0810b601, 0x0810b601,
0x50f960f9, 0x50f960f9,
0xe0fcd0fc, 0xe0fcd0fc,
0xf13f21f4, 0xb63f21f4,
0xfd140003,
0x05800506,
0xb604bd00,
0x1bf40242, 0x1bf40242,
/* 0x04df: memx_func_wait */ /* 0x04d3: memx_func_wait */
0xf000f8dd, 0xf000f8e9,
0x84b62c87, 0x84b62c87,
0x0088cf06, 0x0088cf06,
0x98001e98, 0x98001e98,
...@@ -1212,14 +1209,14 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1212,14 +1209,14 @@ uint32_t nvc0_pwr_code[] = {
0x031b9802, 0x031b9802,
0xf41010b6, 0xf41010b6,
0x00f89c21, 0x00f89c21,
/* 0x04fc: memx_func_delay */ /* 0x04f0: memx_func_delay */
0xb6001e98, 0xb6001e98,
0x21f40410, 0x21f40410,
/* 0x0507: memx_exec */ /* 0x04fb: memx_exec */
0xf900f87f, 0xf900f87f,
0xb9d0f9e0, 0xb9d0f9e0,
0xb2b902c1, 0xb2b902c1,
/* 0x0511: memx_exec_next */ /* 0x0505: memx_exec_next */
0x00139802, 0x00139802,
0x950410b6, 0x950410b6,
0x30f01034, 0x30f01034,
...@@ -1228,112 +1225,112 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1228,112 +1225,112 @@ uint32_t nvc0_pwr_code[] = {
0xec1ef406, 0xec1ef406,
0xe0fcd0fc, 0xe0fcd0fc,
0x02b921f5, 0x02b921f5,
/* 0x0532: memx_info */ /* 0x0526: memx_info */
0xc7f100f8, 0xc7f100f8,
0xb7f103ac, 0xb7f103ac,
0x21f50800, 0x21f50800,
0x00f802b9, 0x00f802b9,
/* 0x0540: memx_recv */ /* 0x0534: memx_recv */
0xf401d6b0, 0xf401d6b0,
0xd6b0c40b, 0xd6b0c40b,
0xe90bf400, 0xe90bf400,
/* 0x054e: memx_init */ /* 0x0542: memx_init */
0x00f800f8, 0x00f800f8,
/* 0x0550: perf_recv */ /* 0x0544: perf_recv */
/* 0x0552: perf_init */ /* 0x0546: perf_init */
0x00f800f8, 0x00f800f8,
/* 0x0554: i2c_drive_scl */ /* 0x0548: i2c_drive_scl */
0xf40036b0, 0xf40036b0,
0x07f1110b, 0x07f1110b,
0x04b607e0, 0x04b607e0,
0x0001d006, 0x0001d006,
0x00f804bd, 0x00f804bd,
/* 0x0568: i2c_drive_scl_lo */ /* 0x055c: i2c_drive_scl_lo */
0x07e407f1, 0x07e407f1,
0xd00604b6, 0xd00604b6,
0x04bd0001, 0x04bd0001,
/* 0x0576: i2c_drive_sda */ /* 0x056a: i2c_drive_sda */
0x36b000f8, 0x36b000f8,
0x110bf400, 0x110bf400,
0x07e007f1, 0x07e007f1,
0xd00604b6, 0xd00604b6,
0x04bd0002, 0x04bd0002,
/* 0x058a: i2c_drive_sda_lo */ /* 0x057e: i2c_drive_sda_lo */
0x07f100f8, 0x07f100f8,
0x04b607e4, 0x04b607e4,
0x0002d006, 0x0002d006,
0x00f804bd, 0x00f804bd,
/* 0x0598: i2c_sense_scl */ /* 0x058c: i2c_sense_scl */
0xf10132f4, 0xf10132f4,
0xb607c437, 0xb607c437,
0x33cf0634, 0x33cf0634,
0x0431fd00, 0x0431fd00,
0xf4060bf4, 0xf4060bf4,
/* 0x05ae: i2c_sense_scl_done */ /* 0x05a2: i2c_sense_scl_done */
0x00f80131, 0x00f80131,
/* 0x05b0: i2c_sense_sda */ /* 0x05a4: i2c_sense_sda */
0xf10132f4, 0xf10132f4,
0xb607c437, 0xb607c437,
0x33cf0634, 0x33cf0634,
0x0432fd00, 0x0432fd00,
0xf4060bf4, 0xf4060bf4,
/* 0x05c6: i2c_sense_sda_done */ /* 0x05ba: i2c_sense_sda_done */
0x00f80131, 0x00f80131,
/* 0x05c8: i2c_raise_scl */ /* 0x05bc: i2c_raise_scl */
0x47f140f9, 0x47f140f9,
0x37f00898, 0x37f00898,
0x5421f501, 0x4821f501,
/* 0x05d5: i2c_raise_scl_wait */ /* 0x05c9: i2c_raise_scl_wait */
0xe8e7f105, 0xe8e7f105,
0x7f21f403, 0x7f21f403,
0x059821f5, 0x058c21f5,
0xb60901f4, 0xb60901f4,
0x1bf40142, 0x1bf40142,
/* 0x05e9: i2c_raise_scl_done */ /* 0x05dd: i2c_raise_scl_done */
0xf840fcef, 0xf840fcef,
/* 0x05ed: i2c_start */ /* 0x05e1: i2c_start */
0x9821f500, 0x8c21f500,
0x0d11f405, 0x0d11f405,
0x05b021f5, 0x05a421f5,
0xf40611f4, 0xf40611f4,
/* 0x05fe: i2c_start_rep */ /* 0x05f2: i2c_start_rep */
0x37f0300e, 0x37f0300e,
0x5421f500, 0x4821f500,
0x0137f005, 0x0137f005,
0x057621f5, 0x056a21f5,
0xb60076bb, 0xb60076bb,
0x50f90465, 0x50f90465,
0xbb046594, 0xbb046594,
0x50bd0256, 0x50bd0256,
0xfc0475fd, 0xfc0475fd,
0xc821f550, 0xbc21f550,
0x0464b605, 0x0464b605,
/* 0x062b: i2c_start_send */ /* 0x061f: i2c_start_send */
0xf01f11f4, 0xf01f11f4,
0x21f50037, 0x21f50037,
0xe7f10576, 0xe7f1056a,
0x21f41388, 0x21f41388,
0x0037f07f, 0x0037f07f,
0x055421f5, 0x054821f5,
0x1388e7f1, 0x1388e7f1,
/* 0x0647: i2c_start_out */ /* 0x063b: i2c_start_out */
0xf87f21f4, 0xf87f21f4,
/* 0x0649: i2c_stop */ /* 0x063d: i2c_stop */
0x0037f000, 0x0037f000,
0x055421f5, 0x054821f5,
0xf50037f0, 0xf50037f0,
0xf1057621, 0xf1056a21,
0xf403e8e7, 0xf403e8e7,
0x37f07f21, 0x37f07f21,
0x5421f501, 0x4821f501,
0x88e7f105, 0x88e7f105,
0x7f21f413, 0x7f21f413,
0xf50137f0, 0xf50137f0,
0xf1057621, 0xf1056a21,
0xf41388e7, 0xf41388e7,
0x00f87f21, 0x00f87f21,
/* 0x067c: i2c_bitw */ /* 0x0670: i2c_bitw */
0x057621f5, 0x056a21f5,
0x03e8e7f1, 0x03e8e7f1,
0xbb7f21f4, 0xbb7f21f4,
0x65b60076, 0x65b60076,
...@@ -1341,18 +1338,18 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1341,18 +1338,18 @@ uint32_t nvc0_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x05c821f5, 0x05bc21f5,
0xf40464b6, 0xf40464b6,
0xe7f11811, 0xe7f11811,
0x21f41388, 0x21f41388,
0x0037f07f, 0x0037f07f,
0x055421f5, 0x054821f5,
0x1388e7f1, 0x1388e7f1,
/* 0x06bb: i2c_bitw_out */ /* 0x06af: i2c_bitw_out */
0xf87f21f4, 0xf87f21f4,
/* 0x06bd: i2c_bitr */ /* 0x06b1: i2c_bitr */
0x0137f000, 0x0137f000,
0x057621f5, 0x056a21f5,
0x03e8e7f1, 0x03e8e7f1,
0xbb7f21f4, 0xbb7f21f4,
0x65b60076, 0x65b60076,
...@@ -1360,19 +1357,19 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1360,19 +1357,19 @@ uint32_t nvc0_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x05c821f5, 0x05bc21f5,
0xf40464b6, 0xf40464b6,
0x21f51b11, 0x21f51b11,
0x37f005b0, 0x37f005a4,
0x5421f500, 0x4821f500,
0x88e7f105, 0x88e7f105,
0x7f21f413, 0x7f21f413,
0xf4013cf0, 0xf4013cf0,
/* 0x0702: i2c_bitr_done */ /* 0x06f6: i2c_bitr_done */
0x00f80131, 0x00f80131,
/* 0x0704: i2c_get_byte */ /* 0x06f8: i2c_get_byte */
0xf00057f0, 0xf00057f0,
/* 0x070a: i2c_get_byte_next */ /* 0x06fe: i2c_get_byte_next */
0x54b60847, 0x54b60847,
0x0076bb01, 0x0076bb01,
0xf90465b6, 0xf90465b6,
...@@ -1380,7 +1377,7 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1380,7 +1377,7 @@ uint32_t nvc0_pwr_code[] = {
0xbd0256bb, 0xbd0256bb,
0x0475fd50, 0x0475fd50,
0x21f550fc, 0x21f550fc,
0x64b606bd, 0x64b606b1,
0x2b11f404, 0x2b11f404,
0xb60553fd, 0xb60553fd,
0x1bf40142, 0x1bf40142,
...@@ -1390,12 +1387,12 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1390,12 +1387,12 @@ uint32_t nvc0_pwr_code[] = {
0xbb046594, 0xbb046594,
0x50bd0256, 0x50bd0256,
0xfc0475fd, 0xfc0475fd,
0x7c21f550, 0x7021f550,
0x0464b606, 0x0464b606,
/* 0x0754: i2c_get_byte_done */ /* 0x0748: i2c_get_byte_done */
/* 0x0756: i2c_put_byte */ /* 0x074a: i2c_put_byte */
0x47f000f8, 0x47f000f8,
/* 0x0759: i2c_put_byte_next */ /* 0x074d: i2c_put_byte_next */
0x0142b608, 0x0142b608,
0xbb3854ff, 0xbb3854ff,
0x65b60076, 0x65b60076,
...@@ -1403,7 +1400,7 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1403,7 +1400,7 @@ uint32_t nvc0_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x067c21f5, 0x067021f5,
0xf40464b6, 0xf40464b6,
0x46b03411, 0x46b03411,
0xd81bf400, 0xd81bf400,
...@@ -1412,21 +1409,21 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1412,21 +1409,21 @@ uint32_t nvc0_pwr_code[] = {
0xbb046594, 0xbb046594,
0x50bd0256, 0x50bd0256,
0xfc0475fd, 0xfc0475fd,
0xbd21f550, 0xb121f550,
0x0464b606, 0x0464b606,
0xbb0f11f4, 0xbb0f11f4,
0x36b00076, 0x36b00076,
0x061bf401, 0x061bf401,
/* 0x07af: i2c_put_byte_done */ /* 0x07a3: i2c_put_byte_done */
0xf80132f4, 0xf80132f4,
/* 0x07b1: i2c_addr */ /* 0x07a5: i2c_addr */
0x0076bb00, 0x0076bb00,
0xf90465b6, 0xf90465b6,
0x04659450, 0x04659450,
0xbd0256bb, 0xbd0256bb,
0x0475fd50, 0x0475fd50,
0x21f550fc, 0x21f550fc,
0x64b605ed, 0x64b605e1,
0x2911f404, 0x2911f404,
0x012ec3e7, 0x012ec3e7,
0xfd0134b6, 0xfd0134b6,
...@@ -1436,24 +1433,24 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1436,24 +1433,24 @@ uint32_t nvc0_pwr_code[] = {
0x0256bb04, 0x0256bb04,
0x75fd50bd, 0x75fd50bd,
0xf550fc04, 0xf550fc04,
0xb6075621, 0xb6074a21,
/* 0x07f6: i2c_addr_done */ /* 0x07ea: i2c_addr_done */
0x00f80464, 0x00f80464,
/* 0x07f8: i2c_acquire_addr */ /* 0x07ec: i2c_acquire_addr */
0xb6f8cec7, 0xb6f8cec7,
0xe0b702e4, 0xe0b702e4,
0xee980bfc, 0xee980bfc,
/* 0x0807: i2c_acquire */ /* 0x07fb: i2c_acquire */
0xf500f800, 0xf500f800,
0xf407f821, 0xf407ec21,
0xd9f00421, 0xd9f00421,
0x3f21f403, 0x3f21f403,
/* 0x0816: i2c_release */ /* 0x080a: i2c_release */
0x21f500f8, 0x21f500f8,
0x21f407f8, 0x21f407ec,
0x03daf004, 0x03daf004,
0xf83f21f4, 0xf83f21f4,
/* 0x0825: i2c_recv */ /* 0x0819: i2c_recv */
0x0132f400, 0x0132f400,
0xb6f8c1c7, 0xb6f8c1c7,
0x16b00214, 0x16b00214,
...@@ -1472,7 +1469,7 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1472,7 +1469,7 @@ uint32_t nvc0_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x080721f5, 0x07fb21f5,
0xfc0464b6, 0xfc0464b6,
0x00d6b0d0, 0x00d6b0d0,
0x00b31bf5, 0x00b31bf5,
...@@ -1482,7 +1479,7 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1482,7 +1479,7 @@ uint32_t nvc0_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x07b121f5, 0x07a521f5,
0xf50464b6, 0xf50464b6,
0xc700d011, 0xc700d011,
0x76bbe0c5, 0x76bbe0c5,
...@@ -1491,7 +1488,7 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1491,7 +1488,7 @@ uint32_t nvc0_pwr_code[] = {
0x0256bb04, 0x0256bb04,
0x75fd50bd, 0x75fd50bd,
0xf550fc04, 0xf550fc04,
0xb6075621, 0xb6074a21,
0x11f50464, 0x11f50464,
0x57f000ad, 0x57f000ad,
0x0076bb01, 0x0076bb01,
...@@ -1500,7 +1497,7 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1500,7 +1497,7 @@ uint32_t nvc0_pwr_code[] = {
0xbd0256bb, 0xbd0256bb,
0x0475fd50, 0x0475fd50,
0x21f550fc, 0x21f550fc,
0x64b607b1, 0x64b607a5,
0x8a11f504, 0x8a11f504,
0x0076bb00, 0x0076bb00,
0xf90465b6, 0xf90465b6,
...@@ -1508,7 +1505,7 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1508,7 +1505,7 @@ uint32_t nvc0_pwr_code[] = {
0xbd0256bb, 0xbd0256bb,
0x0475fd50, 0x0475fd50,
0x21f550fc, 0x21f550fc,
0x64b60704, 0x64b606f8,
0x6a11f404, 0x6a11f404,
0xbbe05bcb, 0xbbe05bcb,
0x65b60076, 0x65b60076,
...@@ -1516,38 +1513,38 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1516,38 +1513,38 @@ uint32_t nvc0_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x064921f5, 0x063d21f5,
0xb90464b6, 0xb90464b6,
0x74bd025b, 0x74bd025b,
/* 0x092b: i2c_recv_not_rd08 */ /* 0x091f: i2c_recv_not_rd08 */
0xb0430ef4, 0xb0430ef4,
0x1bf401d6, 0x1bf401d6,
0x0057f03d, 0x0057f03d,
0x07b121f5, 0x07a521f5,
0xc73311f4, 0xc73311f4,
0x21f5e0c5, 0x21f5e0c5,
0x11f40756, 0x11f4074a,
0x0057f029, 0x0057f029,
0x07b121f5, 0x07a521f5,
0xc71f11f4, 0xc71f11f4,
0x21f5e0b5, 0x21f5e0b5,
0x11f40756, 0x11f4074a,
0x4921f515, 0x3d21f515,
0xc774bd06, 0xc774bd06,
0x1bf408c5, 0x1bf408c5,
0x0232f409, 0x0232f409,
/* 0x096b: i2c_recv_not_wr08 */ /* 0x095f: i2c_recv_not_wr08 */
/* 0x096b: i2c_recv_done */ /* 0x095f: i2c_recv_done */
0xc7030ef4, 0xc7030ef4,
0x21f5f8ce, 0x21f5f8ce,
0xe0fc0816, 0xe0fc080a,
0x12f4d0fc, 0x12f4d0fc,
0x027cb90a, 0x027cb90a,
0x02b921f5, 0x02b921f5,
/* 0x0980: i2c_recv_exit */ /* 0x0974: i2c_recv_exit */
/* 0x0982: i2c_init */ /* 0x0976: i2c_init */
0x00f800f8, 0x00f800f8,
/* 0x0984: test_recv */ /* 0x0978: test_recv */
0x05d817f1, 0x05d817f1,
0xcf0614b6, 0xcf0614b6,
0x10b60011, 0x10b60011,
...@@ -1557,12 +1554,12 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1557,12 +1554,12 @@ uint32_t nvc0_pwr_code[] = {
0x00e7f104, 0x00e7f104,
0x4fe3f1d9, 0x4fe3f1d9,
0xf521f513, 0xf521f513,
/* 0x09ab: test_init */ /* 0x099f: test_init */
0xf100f801, 0xf100f801,
0xf50800e7, 0xf50800e7,
0xf801f521, 0xf801f521,
/* 0x09b5: idle_recv */ /* 0x09a9: idle_recv */
/* 0x09b7: idle */ /* 0x09ab: idle */
0xf400f800, 0xf400f800,
0x17f10031, 0x17f10031,
0x14b605d4, 0x14b605d4,
...@@ -1570,20 +1567,23 @@ uint32_t nvc0_pwr_code[] = { ...@@ -1570,20 +1567,23 @@ uint32_t nvc0_pwr_code[] = {
0xf10110b6, 0xf10110b6,
0xb605d407, 0xb605d407,
0x01d00604, 0x01d00604,
/* 0x09d3: idle_loop */ /* 0x09c7: idle_loop */
0xf004bd00, 0xf004bd00,
0x32f45817, 0x32f45817,
/* 0x09d9: idle_proc */ /* 0x09cd: idle_proc */
/* 0x09d9: idle_proc_exec */ /* 0x09cd: idle_proc_exec */
0xb910f902, 0xb910f902,
0x21f5021e, 0x21f5021e,
0x10fc02c2, 0x10fc02c2,
0xf40911f4, 0xf40911f4,
0x0ef40231, 0x0ef40231,
/* 0x09ed: idle_proc_next */ /* 0x09e1: idle_proc_next */
0x5810b6ef, 0x5810b6ef,
0xf4061fb8, 0xf4061fb8,
0x02f4e61b, 0x02f4e61b,
0x0028f4dd, 0x0028f4dd,
0x00bb0ef4, 0x00bb0ef4,
0x00000000,
0x00000000,
0x00000000,
}; };
...@@ -46,8 +46,8 @@ uint32_t nvd0_pwr_data[] = { ...@@ -46,8 +46,8 @@ uint32_t nvd0_pwr_data[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x584d454d, 0x584d454d,
0x000004c4, 0x000004b8,
0x000004b6, 0x000004aa,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
...@@ -68,8 +68,8 @@ uint32_t nvd0_pwr_data[] = { ...@@ -68,8 +68,8 @@ uint32_t nvd0_pwr_data[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x46524550, 0x46524550,
0x000004c8, 0x000004bc,
0x000004c6, 0x000004ba,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
...@@ -90,8 +90,8 @@ uint32_t nvd0_pwr_data[] = { ...@@ -90,8 +90,8 @@ uint32_t nvd0_pwr_data[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x5f433249, 0x5f433249,
0x000008e3, 0x000008d7,
0x00000786, 0x0000077a,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
...@@ -112,8 +112,8 @@ uint32_t nvd0_pwr_data[] = { ...@@ -112,8 +112,8 @@ uint32_t nvd0_pwr_data[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x54534554, 0x54534554,
0x00000906, 0x000008fa,
0x000008e5, 0x000008d9,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
...@@ -134,8 +134,8 @@ uint32_t nvd0_pwr_data[] = { ...@@ -134,8 +134,8 @@ uint32_t nvd0_pwr_data[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x454c4449, 0x454c4449,
0x00000912, 0x00000906,
0x00000910, 0x00000904,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
...@@ -239,10 +239,10 @@ uint32_t nvd0_pwr_data[] = { ...@@ -239,10 +239,10 @@ uint32_t nvd0_pwr_data[] = {
0x00000430, 0x00000430,
0x00040003, 0x00040003,
0x00000000, 0x00000000,
0x00000458, 0x0000044c,
0x00010004, 0x00010004,
0x00000000, 0x00000000,
0x00000472, 0x00000466,
/* 0x03ac: memx_func_tail */ /* 0x03ac: memx_func_tail */
/* 0x03ac: memx_data_head */ /* 0x03ac: memx_data_head */
0x00000000, 0x00000000,
...@@ -1100,26 +1100,23 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1100,26 +1100,23 @@ uint32_t nvd0_pwr_code[] = {
0xf960f908, 0xf960f908,
0xfcd0fc50, 0xfcd0fc50,
0x3321f4e0, 0x3321f4e0,
0x140003f1,
0x800506fd,
0x04bd0005,
0xf40242b6, 0xf40242b6,
0x00f8dd1b, 0x00f8e91b,
/* 0x0458: memx_func_wait */ /* 0x044c: memx_func_wait */
0xcf2c87f0, 0xcf2c87f0,
0x1e980088, 0x1e980088,
0x011d9800, 0x011d9800,
0x98021c98, 0x98021c98,
0x10b6031b, 0x10b6031b,
0x7e21f410, 0x7e21f410,
/* 0x0472: memx_func_delay */ /* 0x0466: memx_func_delay */
0x1e9800f8, 0x1e9800f8,
0x0410b600, 0x0410b600,
0xf86721f4, 0xf86721f4,
/* 0x047d: memx_exec */ /* 0x0471: memx_exec */
0xf9e0f900, 0xf9e0f900,
0x02c1b9d0, 0x02c1b9d0,
/* 0x0487: memx_exec_next */ /* 0x047b: memx_exec_next */
0x9802b2b9, 0x9802b2b9,
0x10b60013, 0x10b60013,
0x10349504, 0x10349504,
...@@ -1129,107 +1126,107 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1129,107 +1126,107 @@ uint32_t nvd0_pwr_code[] = {
0xd0fcec1e, 0xd0fcec1e,
0x21f5e0fc, 0x21f5e0fc,
0x00f8026b, 0x00f8026b,
/* 0x04a8: memx_info */ /* 0x049c: memx_info */
0x03acc7f1, 0x03acc7f1,
0x0800b7f1, 0x0800b7f1,
0x026b21f5, 0x026b21f5,
/* 0x04b6: memx_recv */ /* 0x04aa: memx_recv */
0xd6b000f8, 0xd6b000f8,
0xc40bf401, 0xc40bf401,
0xf400d6b0, 0xf400d6b0,
0x00f8e90b, 0x00f8e90b,
/* 0x04c4: memx_init */ /* 0x04b8: memx_init */
/* 0x04c6: perf_recv */ /* 0x04ba: perf_recv */
0x00f800f8, 0x00f800f8,
/* 0x04c8: perf_init */ /* 0x04bc: perf_init */
/* 0x04ca: i2c_drive_scl */ /* 0x04be: i2c_drive_scl */
0x36b000f8, 0x36b000f8,
0x0e0bf400, 0x0e0bf400,
0x07e007f1, 0x07e007f1,
0xbd0001d0, 0xbd0001d0,
/* 0x04db: i2c_drive_scl_lo */ /* 0x04cf: i2c_drive_scl_lo */
0xf100f804, 0xf100f804,
0xd007e407, 0xd007e407,
0x04bd0001, 0x04bd0001,
/* 0x04e6: i2c_drive_sda */ /* 0x04da: i2c_drive_sda */
0x36b000f8, 0x36b000f8,
0x0e0bf400, 0x0e0bf400,
0x07e007f1, 0x07e007f1,
0xbd0002d0, 0xbd0002d0,
/* 0x04f7: i2c_drive_sda_lo */ /* 0x04eb: i2c_drive_sda_lo */
0xf100f804, 0xf100f804,
0xd007e407, 0xd007e407,
0x04bd0002, 0x04bd0002,
/* 0x0502: i2c_sense_scl */ /* 0x04f6: i2c_sense_scl */
0x32f400f8, 0x32f400f8,
0xc437f101, 0xc437f101,
0x0033cf07, 0x0033cf07,
0xf40431fd, 0xf40431fd,
0x31f4060b, 0x31f4060b,
/* 0x0515: i2c_sense_scl_done */ /* 0x0509: i2c_sense_scl_done */
/* 0x0517: i2c_sense_sda */ /* 0x050b: i2c_sense_sda */
0xf400f801, 0xf400f801,
0x37f10132, 0x37f10132,
0x33cf07c4, 0x33cf07c4,
0x0432fd00, 0x0432fd00,
0xf4060bf4, 0xf4060bf4,
/* 0x052a: i2c_sense_sda_done */ /* 0x051e: i2c_sense_sda_done */
0x00f80131, 0x00f80131,
/* 0x052c: i2c_raise_scl */ /* 0x0520: i2c_raise_scl */
0x47f140f9, 0x47f140f9,
0x37f00898, 0x37f00898,
0xca21f501, 0xbe21f501,
/* 0x0539: i2c_raise_scl_wait */ /* 0x052d: i2c_raise_scl_wait */
0xe8e7f104, 0xe8e7f104,
0x6721f403, 0x6721f403,
0x050221f5, 0x04f621f5,
0xb60901f4, 0xb60901f4,
0x1bf40142, 0x1bf40142,
/* 0x054d: i2c_raise_scl_done */ /* 0x0541: i2c_raise_scl_done */
0xf840fcef, 0xf840fcef,
/* 0x0551: i2c_start */ /* 0x0545: i2c_start */
0x0221f500, 0xf621f500,
0x0d11f405, 0x0d11f404,
0x051721f5, 0x050b21f5,
0xf40611f4, 0xf40611f4,
/* 0x0562: i2c_start_rep */ /* 0x0556: i2c_start_rep */
0x37f0300e, 0x37f0300e,
0xca21f500, 0xbe21f500,
0x0137f004, 0x0137f004,
0x04e621f5, 0x04da21f5,
0xb60076bb, 0xb60076bb,
0x50f90465, 0x50f90465,
0xbb046594, 0xbb046594,
0x50bd0256, 0x50bd0256,
0xfc0475fd, 0xfc0475fd,
0x2c21f550, 0x2021f550,
0x0464b605, 0x0464b605,
/* 0x058f: i2c_start_send */ /* 0x0583: i2c_start_send */
0xf01f11f4, 0xf01f11f4,
0x21f50037, 0x21f50037,
0xe7f104e6, 0xe7f104da,
0x21f41388, 0x21f41388,
0x0037f067, 0x0037f067,
0x04ca21f5, 0x04be21f5,
0x1388e7f1, 0x1388e7f1,
/* 0x05ab: i2c_start_out */ /* 0x059f: i2c_start_out */
0xf86721f4, 0xf86721f4,
/* 0x05ad: i2c_stop */ /* 0x05a1: i2c_stop */
0x0037f000, 0x0037f000,
0x04ca21f5, 0x04be21f5,
0xf50037f0, 0xf50037f0,
0xf104e621, 0xf104da21,
0xf403e8e7, 0xf403e8e7,
0x37f06721, 0x37f06721,
0xca21f501, 0xbe21f501,
0x88e7f104, 0x88e7f104,
0x6721f413, 0x6721f413,
0xf50137f0, 0xf50137f0,
0xf104e621, 0xf104da21,
0xf41388e7, 0xf41388e7,
0x00f86721, 0x00f86721,
/* 0x05e0: i2c_bitw */ /* 0x05d4: i2c_bitw */
0x04e621f5, 0x04da21f5,
0x03e8e7f1, 0x03e8e7f1,
0xbb6721f4, 0xbb6721f4,
0x65b60076, 0x65b60076,
...@@ -1237,18 +1234,18 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1237,18 +1234,18 @@ uint32_t nvd0_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x052c21f5, 0x052021f5,
0xf40464b6, 0xf40464b6,
0xe7f11811, 0xe7f11811,
0x21f41388, 0x21f41388,
0x0037f067, 0x0037f067,
0x04ca21f5, 0x04be21f5,
0x1388e7f1, 0x1388e7f1,
/* 0x061f: i2c_bitw_out */ /* 0x0613: i2c_bitw_out */
0xf86721f4, 0xf86721f4,
/* 0x0621: i2c_bitr */ /* 0x0615: i2c_bitr */
0x0137f000, 0x0137f000,
0x04e621f5, 0x04da21f5,
0x03e8e7f1, 0x03e8e7f1,
0xbb6721f4, 0xbb6721f4,
0x65b60076, 0x65b60076,
...@@ -1256,19 +1253,19 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1256,19 +1253,19 @@ uint32_t nvd0_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x052c21f5, 0x052021f5,
0xf40464b6, 0xf40464b6,
0x21f51b11, 0x21f51b11,
0x37f00517, 0x37f0050b,
0xca21f500, 0xbe21f500,
0x88e7f104, 0x88e7f104,
0x6721f413, 0x6721f413,
0xf4013cf0, 0xf4013cf0,
/* 0x0666: i2c_bitr_done */ /* 0x065a: i2c_bitr_done */
0x00f80131, 0x00f80131,
/* 0x0668: i2c_get_byte */ /* 0x065c: i2c_get_byte */
0xf00057f0, 0xf00057f0,
/* 0x066e: i2c_get_byte_next */ /* 0x0662: i2c_get_byte_next */
0x54b60847, 0x54b60847,
0x0076bb01, 0x0076bb01,
0xf90465b6, 0xf90465b6,
...@@ -1276,7 +1273,7 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1276,7 +1273,7 @@ uint32_t nvd0_pwr_code[] = {
0xbd0256bb, 0xbd0256bb,
0x0475fd50, 0x0475fd50,
0x21f550fc, 0x21f550fc,
0x64b60621, 0x64b60615,
0x2b11f404, 0x2b11f404,
0xb60553fd, 0xb60553fd,
0x1bf40142, 0x1bf40142,
...@@ -1286,12 +1283,12 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1286,12 +1283,12 @@ uint32_t nvd0_pwr_code[] = {
0xbb046594, 0xbb046594,
0x50bd0256, 0x50bd0256,
0xfc0475fd, 0xfc0475fd,
0xe021f550, 0xd421f550,
0x0464b605, 0x0464b605,
/* 0x06b8: i2c_get_byte_done */ /* 0x06ac: i2c_get_byte_done */
/* 0x06ba: i2c_put_byte */ /* 0x06ae: i2c_put_byte */
0x47f000f8, 0x47f000f8,
/* 0x06bd: i2c_put_byte_next */ /* 0x06b1: i2c_put_byte_next */
0x0142b608, 0x0142b608,
0xbb3854ff, 0xbb3854ff,
0x65b60076, 0x65b60076,
...@@ -1299,7 +1296,7 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1299,7 +1296,7 @@ uint32_t nvd0_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x05e021f5, 0x05d421f5,
0xf40464b6, 0xf40464b6,
0x46b03411, 0x46b03411,
0xd81bf400, 0xd81bf400,
...@@ -1308,21 +1305,21 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1308,21 +1305,21 @@ uint32_t nvd0_pwr_code[] = {
0xbb046594, 0xbb046594,
0x50bd0256, 0x50bd0256,
0xfc0475fd, 0xfc0475fd,
0x2121f550, 0x1521f550,
0x0464b606, 0x0464b606,
0xbb0f11f4, 0xbb0f11f4,
0x36b00076, 0x36b00076,
0x061bf401, 0x061bf401,
/* 0x0713: i2c_put_byte_done */ /* 0x0707: i2c_put_byte_done */
0xf80132f4, 0xf80132f4,
/* 0x0715: i2c_addr */ /* 0x0709: i2c_addr */
0x0076bb00, 0x0076bb00,
0xf90465b6, 0xf90465b6,
0x04659450, 0x04659450,
0xbd0256bb, 0xbd0256bb,
0x0475fd50, 0x0475fd50,
0x21f550fc, 0x21f550fc,
0x64b60551, 0x64b60545,
0x2911f404, 0x2911f404,
0x012ec3e7, 0x012ec3e7,
0xfd0134b6, 0xfd0134b6,
...@@ -1332,23 +1329,23 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1332,23 +1329,23 @@ uint32_t nvd0_pwr_code[] = {
0x0256bb04, 0x0256bb04,
0x75fd50bd, 0x75fd50bd,
0xf550fc04, 0xf550fc04,
0xb606ba21, 0xb606ae21,
/* 0x075a: i2c_addr_done */ /* 0x074e: i2c_addr_done */
0x00f80464, 0x00f80464,
/* 0x075c: i2c_acquire_addr */ /* 0x0750: i2c_acquire_addr */
0xb6f8cec7, 0xb6f8cec7,
0xe0b705e4, 0xe0b705e4,
0x00f8d014, 0x00f8d014,
/* 0x0768: i2c_acquire */ /* 0x075c: i2c_acquire */
0x075c21f5, 0x075021f5,
0xf00421f4, 0xf00421f4,
0x21f403d9, 0x21f403d9,
/* 0x0777: i2c_release */ /* 0x076b: i2c_release */
0xf500f833, 0xf500f833,
0xf4075c21, 0xf4075021,
0xdaf00421, 0xdaf00421,
0x3321f403, 0x3321f403,
/* 0x0786: i2c_recv */ /* 0x077a: i2c_recv */
0x32f400f8, 0x32f400f8,
0xf8c1c701, 0xf8c1c701,
0xb00214b6, 0xb00214b6,
...@@ -1367,7 +1364,7 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1367,7 +1364,7 @@ uint32_t nvd0_pwr_code[] = {
0xbb046594, 0xbb046594,
0x50bd0256, 0x50bd0256,
0xfc0475fd, 0xfc0475fd,
0x6821f550, 0x5c21f550,
0x0464b607, 0x0464b607,
0xd6b0d0fc, 0xd6b0d0fc,
0xb31bf500, 0xb31bf500,
...@@ -1377,7 +1374,7 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1377,7 +1374,7 @@ uint32_t nvd0_pwr_code[] = {
0xbb046594, 0xbb046594,
0x50bd0256, 0x50bd0256,
0xfc0475fd, 0xfc0475fd,
0x1521f550, 0x0921f550,
0x0464b607, 0x0464b607,
0x00d011f5, 0x00d011f5,
0xbbe0c5c7, 0xbbe0c5c7,
...@@ -1386,7 +1383,7 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1386,7 +1383,7 @@ uint32_t nvd0_pwr_code[] = {
0x56bb0465, 0x56bb0465,
0xfd50bd02, 0xfd50bd02,
0x50fc0475, 0x50fc0475,
0x06ba21f5, 0x06ae21f5,
0xf50464b6, 0xf50464b6,
0xf000ad11, 0xf000ad11,
0x76bb0157, 0x76bb0157,
...@@ -1395,7 +1392,7 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1395,7 +1392,7 @@ uint32_t nvd0_pwr_code[] = {
0x0256bb04, 0x0256bb04,
0x75fd50bd, 0x75fd50bd,
0xf550fc04, 0xf550fc04,
0xb6071521, 0xb6070921,
0x11f50464, 0x11f50464,
0x76bb008a, 0x76bb008a,
0x0465b600, 0x0465b600,
...@@ -1403,7 +1400,7 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1403,7 +1400,7 @@ uint32_t nvd0_pwr_code[] = {
0x0256bb04, 0x0256bb04,
0x75fd50bd, 0x75fd50bd,
0xf550fc04, 0xf550fc04,
0xb6066821, 0xb6065c21,
0x11f40464, 0x11f40464,
0xe05bcb6a, 0xe05bcb6a,
0xb60076bb, 0xb60076bb,
...@@ -1411,38 +1408,38 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1411,38 +1408,38 @@ uint32_t nvd0_pwr_code[] = {
0xbb046594, 0xbb046594,
0x50bd0256, 0x50bd0256,
0xfc0475fd, 0xfc0475fd,
0xad21f550, 0xa121f550,
0x0464b605, 0x0464b605,
0xbd025bb9, 0xbd025bb9,
0x430ef474, 0x430ef474,
/* 0x088c: i2c_recv_not_rd08 */ /* 0x0880: i2c_recv_not_rd08 */
0xf401d6b0, 0xf401d6b0,
0x57f03d1b, 0x57f03d1b,
0x1521f500, 0x0921f500,
0x3311f407, 0x3311f407,
0xf5e0c5c7, 0xf5e0c5c7,
0xf406ba21, 0xf406ae21,
0x57f02911, 0x57f02911,
0x1521f500, 0x0921f500,
0x1f11f407, 0x1f11f407,
0xf5e0b5c7, 0xf5e0b5c7,
0xf406ba21, 0xf406ae21,
0x21f51511, 0x21f51511,
0x74bd05ad, 0x74bd05a1,
0xf408c5c7, 0xf408c5c7,
0x32f4091b, 0x32f4091b,
0x030ef402, 0x030ef402,
/* 0x08cc: i2c_recv_not_wr08 */ /* 0x08c0: i2c_recv_not_wr08 */
/* 0x08cc: i2c_recv_done */ /* 0x08c0: i2c_recv_done */
0xf5f8cec7, 0xf5f8cec7,
0xfc077721, 0xfc076b21,
0xf4d0fce0, 0xf4d0fce0,
0x7cb90a12, 0x7cb90a12,
0x6b21f502, 0x6b21f502,
/* 0x08e1: i2c_recv_exit */ /* 0x08d5: i2c_recv_exit */
/* 0x08e3: i2c_init */ /* 0x08d7: i2c_init */
0xf800f802, 0xf800f802,
/* 0x08e5: test_recv */ /* 0x08d9: test_recv */
0xd817f100, 0xd817f100,
0x0011cf05, 0x0011cf05,
0xf10110b6, 0xf10110b6,
...@@ -1451,28 +1448,28 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1451,28 +1448,28 @@ uint32_t nvd0_pwr_code[] = {
0xd900e7f1, 0xd900e7f1,
0x134fe3f1, 0x134fe3f1,
0x01b621f5, 0x01b621f5,
/* 0x0906: test_init */ /* 0x08fa: test_init */
0xe7f100f8, 0xe7f100f8,
0x21f50800, 0x21f50800,
0x00f801b6, 0x00f801b6,
/* 0x0910: idle_recv */ /* 0x0904: idle_recv */
/* 0x0912: idle */ /* 0x0906: idle */
0x31f400f8, 0x31f400f8,
0xd417f100, 0xd417f100,
0x0011cf05, 0x0011cf05,
0xf10110b6, 0xf10110b6,
0xd005d407, 0xd005d407,
0x04bd0001, 0x04bd0001,
/* 0x0928: idle_loop */ /* 0x091c: idle_loop */
0xf45817f0, 0xf45817f0,
/* 0x092e: idle_proc */ /* 0x0922: idle_proc */
/* 0x092e: idle_proc_exec */ /* 0x0922: idle_proc_exec */
0x10f90232, 0x10f90232,
0xf5021eb9, 0xf5021eb9,
0xfc027421, 0xfc027421,
0x0911f410, 0x0911f410,
0xf40231f4, 0xf40231f4,
/* 0x0942: idle_proc_next */ /* 0x0936: idle_proc_next */
0x10b6ef0e, 0x10b6ef0e,
0x061fb858, 0x061fb858,
0xf4e61bf4, 0xf4e61bf4,
...@@ -1521,4 +1518,7 @@ uint32_t nvd0_pwr_code[] = { ...@@ -1521,4 +1518,7 @@ uint32_t nvd0_pwr_code[] = {
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000,
0x00000000,
0x00000000,
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment