1 /* 2 * Copyright (c) 2021 Chipsea Technologies (Shenzhen) Corp., Ltd. All rights reserved. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 #include <stdint.h> 16 const uint32_t fw_patch_table_u02[] = 17 { 18 0x42434941, 19 0x54505f54, 20 0x4741545f, 21 0x00000000, 22 0x42434941, 23 0x52545f54, 24 0x545f5041, 25 0x00000000, 26 0x00000001, 27 0x0000000b, 28 0x0016ad80, 29 0xfbe2f0b5, 30 0x40080000, 31 0x000b5964, 32 0x0016ad84, 33 0xf0b40038, 34 0x40080004, 35 0x000b6d88, 36 0x0016ad88, 37 0x23a8f9cf, 38 0x40080008, 39 0x000b6d8c, 40 0x0016ad8c, 41 0xf87cf0b4, 42 0x4008000c, 43 0x000b7030, 44 0x40080084, 45 0x0016ad80, 46 0x40080080, 47 0x0000000f, 48 0x40100058, 49 0x00000000, 50 0x42434941, 51 0x41505f54, 52 0x5f484354, 53 0x00344254, 54 0x00000002, 55 0x0000000b, 56 0x00161d88, 57 0x0016af41, 58 0x00161d80, 59 0x0016afbd, 60 0x00161b18, 61 0x0016ae35, 62 0x00161998, 63 0x0016ae61, 64 0x00161984, 65 0x0016aff5, 66 0x00161b24, 67 0x0016b199, 68 0x00161b30, 69 0x0016b3a1, 70 0x00161b58, 71 0x0016b695, 72 0x00161b5c, 73 0x0016b76d, 74 0x00161b34, 75 0x0016b7c5, 76 0x0016ad5c, 77 0x00000000, 78 0x42434941, 79 0x4f4d5f54, 80 0x545f4544, 81 0x00000000, 82 0x00000003, 83 0x00000000, 84 0x42434941, 85 0x4f505f54, 86 0x5f524557, 87 0x00004e4f, 88 0x00000004, 89 0x00000002, 90 0x40500058, 91 0x00080000, 92 0x40500124, 93 0x00000020, 94 0x42434941, 95 0x41505f54, 96 0x5f484354, 97 0x00464154, 98 0x00000005, 99 0x00000001, 100 0x00161184, 101 0x0016ae89, 102 0x42434941, 103 0x45565f54, 104 0x4e495f52, 105 0x00004f46, 106 0x00000006, 107 0x00000008, 108 0x6f4e202d, 109 0x38302076, 110 0x32303220, 111 0x31322031, 112 0x3a38303a, 113 0x2d203733, 114 0x74696720, 115 0x32316520, 116 0x34633966, 117 0x7269642d, 118 0x00007974, 119 0x00000000, 120 0x00000000, 121 0x00000000, 122 0x00000000, 123 0x00000000, 124 }; 125