dch revised this gist . Go to revision
No changes
dch revised this gist . Go to revision
1 file changed, 16 insertions, 9 deletions
ten64_dual_1g_linux_revC.md renamed to ten64_dual_1g_linux.md
| @@ -1,12 +1,10 @@ | |||
| 1 | 1 | ||
| 2 | - | # switch to RevC, same result | |
| 2 | + | # testing in recovery mode on revD | |
| 3 | 3 | ||
| 4 | 4 | ``` | |
| 5 | 5 | doas cu -l /dev/cuaU0 -s 115200 | |
| 6 | 6 | Connected | |
| 7 | - | }�ɁjR��"U� | |
| 8 | - | SH(�� | |
| 9 | - | Ɂ�jRINFO: checksum 0x9c5886cb | |
| 7 | + | INFO: checksum 0x9c5886cb | |
| 10 | 8 | INFO: n_ranks 2 | |
| 11 | 9 | INFO: rank_density 0x400000000 | |
| 12 | 10 | INFO: capacity 0x800000000 | |
| @@ -307,8 +305,11 @@ INFO: BL31: cortex_a53: CPU workaround for 855873 was applied | |||
| 307 | 305 | INFO: BL31: Preparing for EL3 exit to normal world | |
| 308 | 306 | INFO: Entry point address = 0x82000000 | |
| 309 | 307 | INFO: SPSR = 0x3c9 | |
| 308 | + | ``` | |
| 310 | 309 | ||
| 310 | + | ## U-Boot | |
| 311 | 311 | ||
| 312 | + | ``` | |
| 312 | 313 | U-Boot 2020.07-rc1-ga94e0d21 (Mar 15 2022 - 03:55:15 +0000) | |
| 313 | 314 | Micron SPI NAND was found. | |
| 314 | 315 | 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 128 | |
| @@ -371,8 +372,11 @@ INFO: RNG Desc SUCCESS with status 0 | |||
| 371 | 372 | INFO: result b250db9659414a63 | |
| 372 | 373 | TEN64 ft_board_setup end | |
| 373 | 374 | ||
| 374 | - | Starting kernel ... | |
| 375 | + | ``` | |
| 376 | + | ||
| 377 | + | ## Starting kernel ... | |
| 375 | 378 | ||
| 379 | + | ``` | |
| 376 | 380 | [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] | |
| 377 | 381 | [ 0.000000] Linux version 5.10.64 (build@runner-isgbxbcc-project-4881630-concurrent-0) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 8.4.0 r0+16341-7f361f5a1c) 8.4.0, GNU ld (GNU Binutils) 2.34) #0 SMP Wed Oct 13 05:51:35 2021 | |
| 378 | 382 | [ 0.000000] Machine model: Traverse Ten64 | |
| @@ -960,11 +964,11 @@ Please press Enter to activate this console. | |||
| 960 | 964 | [ 14.240201] br-lan: port 4(eth3) entered disabled state | |
| 961 | 965 | [ 14.247628] device eth3 entered promiscuous mode | |
| 962 | 966 | [ 14.260521] fsl_dpaa2_eth dpni.3 eth6: configuring for inband/qsgmii link mode | |
| 967 | + | ``` | |
| 963 | 968 | ||
| 969 | + | ## BusyBox v1.33.1 (2021-10-13 05:51:35 UTC) built-in shell (ash) | |
| 964 | 970 | ||
| 965 | - | ||
| 966 | - | BusyBox v1.33.1 (2021-10-13 05:51:35 UTC) built-in shell (ash) | |
| 967 | - | ||
| 971 | + | ```` | |
| 968 | 972 | _ __ ___ ___ ___ __ __ ___ _ __ _ _ | |
| 969 | 973 | | '__|/ _ \ / __|/ _ \\ \ / // _ \| '__|| | | | | |
| 970 | 974 | | | | __/| (__| (_) |\ V /| __/| | | |_| | | |
| @@ -1020,7 +1024,11 @@ root@recovery000afa242b15:/# | |||
| 1020 | 1024 | [ 88.279460] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1021 | 1025 | [ 89.280005] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1022 | 1026 | ||
| 1027 | + | ``` | |
| 1028 | + | ||
| 1029 | + | # i2c digging | |
| 1023 | 1030 | ||
| 1031 | + | ``` | |
| 1024 | 1032 | root@recovery000afa242b15:/# i2cdetect 4 | |
| 1025 | 1033 | WARNING! This program can confuse your I2C bus, cause data loss and worse! | |
| 1026 | 1034 | I will probe file /dev/i2c-4. | |
| @@ -1184,7 +1192,6 @@ PING 10.0.0.11 (10.0.0.11): 56 data bytes | |||
| 1184 | 1192 | [ 1047.300377] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1185 | 1193 | ``` | |
| 1186 | 1194 | ||
| 1187 | - | ||
| 1188 | 1195 | # switch to RevC, same result | |
| 1189 | 1196 | ||
| 1190 | 1197 | ``` | |
dch revised this gist . Go to revision
2 files changed, 4818 insertions
ten64_dual_1g_linux_revC.md(file created)
| @@ -0,0 +1,4744 @@ | |||
| 1 | + | ||
| 2 | + | # switch to RevC, same result | |
| 3 | + | ||
| 4 | + | ``` | |
| 5 | + | doas cu -l /dev/cuaU0 -s 115200 | |
| 6 | + | Connected | |
| 7 | + | }�ɁjR��"U� | |
| 8 | + | SH(�� | |
| 9 | + | Ɂ�jRINFO: checksum 0x9c5886cb | |
| 10 | + | INFO: n_ranks 2 | |
| 11 | + | INFO: rank_density 0x400000000 | |
| 12 | + | INFO: capacity 0x800000000 | |
| 13 | + | INFO: die density 0x6 | |
| 14 | + | INFO: primary_sdram_width 64 | |
| 15 | + | INFO: ec_sdram_width 8 | |
| 16 | + | INFO: device_width 8 | |
| 17 | + | INFO: package_3ds 0 | |
| 18 | + | INFO: rdimm 0 | |
| 19 | + | INFO: mirrored_dimm 1 | |
| 20 | + | INFO: rc 0x6 | |
| 21 | + | INFO: n_row_addr 17 | |
| 22 | + | INFO: n_col_addr 10 | |
| 23 | + | INFO: bank_addr_bits 0 | |
| 24 | + | INFO: bank_group_bits 2 | |
| 25 | + | INFO: edc_config 2 | |
| 26 | + | INFO: burst_lengths_bitmask 0xc | |
| 27 | + | INFO: tckmin_x_ps 750 | |
| 28 | + | INFO: tckmax_ps 1600 | |
| 29 | + | INFO: caslat_x 0x1ffc00 | |
| 30 | + | INFO: taa_ps 13750 | |
| 31 | + | INFO: trcd_ps 13750 | |
| 32 | + | INFO: trp_ps 13750 | |
| 33 | + | INFO: tras_ps 32000 | |
| 34 | + | INFO: trc_ps 45750 | |
| 35 | + | INFO: trfc1_ps 350000 | |
| 36 | + | INFO: trfc2_ps 260000 | |
| 37 | + | INFO: trfc4_ps 160000 | |
| 38 | + | INFO: tfaw_ps 21000 | |
| 39 | + | INFO: trrds_ps 3000 | |
| 40 | + | INFO: trrdl_ps 4900 | |
| 41 | + | INFO: tccdl_ps 5000 | |
| 42 | + | INFO: trfc_slr_ps 0 | |
| 43 | + | INFO: twr_ps 15000 | |
| 44 | + | INFO: refresh_rate_ps 7800000 | |
| 45 | + | INFO: dq_mapping 0xb | |
| 46 | + | INFO: dq_mapping 0x2b | |
| 47 | + | INFO: dq_mapping 0xc | |
| 48 | + | INFO: dq_mapping 0x2b | |
| 49 | + | INFO: dq_mapping 0x2b | |
| 50 | + | INFO: dq_mapping 0xb | |
| 51 | + | INFO: dq_mapping 0x16 | |
| 52 | + | INFO: dq_mapping 0x36 | |
| 53 | + | INFO: dq_mapping 0xc | |
| 54 | + | INFO: dq_mapping 0x2b | |
| 55 | + | INFO: dq_mapping 0x15 | |
| 56 | + | INFO: dq_mapping 0x2c | |
| 57 | + | INFO: dq_mapping 0xb | |
| 58 | + | INFO: dq_mapping 0x35 | |
| 59 | + | INFO: dq_mapping 0x16 | |
| 60 | + | INFO: dq_mapping 0x36 | |
| 61 | + | INFO: dq_mapping 0x16 | |
| 62 | + | INFO: dq_mapping 0x36 | |
| 63 | + | INFO: dq_mapping_ors 1 | |
| 64 | + | INFO: done with controller 0 | |
| 65 | + | INFO: cal cs | |
| 66 | + | INFO: cs_in_use = 3 | |
| 67 | + | INFO: cs_on_dimm[0] = 3 | |
| 68 | + | NOTICE: UDIMM 9965657-038.A00G | |
| 69 | + | INFO: Time after parsing SPD 549 ms | |
| 70 | + | INFO: Synthesize configurations | |
| 71 | + | INFO: cs 0 | |
| 72 | + | INFO: odt_rd_cfg 0x0 | |
| 73 | + | INFO: odt_wr_cfg 0x4 | |
| 74 | + | INFO: odt_rtt_norm 0x3 | |
| 75 | + | INFO: odt_rtt_wr 0x0 | |
| 76 | + | INFO: auto_precharge 0 | |
| 77 | + | INFO: cs 1 | |
| 78 | + | INFO: odt_rd_cfg 0x0 | |
| 79 | + | INFO: odt_wr_cfg 0x0 | |
| 80 | + | INFO: odt_rtt_norm 0x0 | |
| 81 | + | INFO: odt_rtt_wr 0x0 | |
| 82 | + | INFO: auto_precharge 0 | |
| 83 | + | INFO: cs 2 | |
| 84 | + | INFO: odt_rd_cfg 0x0 | |
| 85 | + | INFO: odt_wr_cfg 0x0 | |
| 86 | + | INFO: odt_rtt_norm 0x0 | |
| 87 | + | INFO: odt_rtt_wr 0x0 | |
| 88 | + | INFO: auto_precharge 0 | |
| 89 | + | INFO: cs 3 | |
| 90 | + | INFO: odt_rd_cfg 0x0 | |
| 91 | + | INFO: odt_wr_cfg 0x0 | |
| 92 | + | INFO: odt_rtt_norm 0x0 | |
| 93 | + | INFO: odt_rtt_wr 0x0 | |
| 94 | + | INFO: auto_precharge 0 | |
| 95 | + | INFO: ctlr_init_ecc 1 | |
| 96 | + | INFO: x4_en 0 | |
| 97 | + | INFO: ap_en 0 | |
| 98 | + | INFO: ctlr_intlv 0 | |
| 99 | + | INFO: ctlr_intlv_mode 0 | |
| 100 | + | INFO: ba_intlv 0x40 | |
| 101 | + | INFO: data_bus_used 0 | |
| 102 | + | INFO: otf_burst_chop_en 1 | |
| 103 | + | INFO: burst_length 0x6 | |
| 104 | + | INFO: dbw_cap_shift 0 | |
| 105 | + | INFO: Assign binding addresses | |
| 106 | + | INFO: ctlr_intlv 0 | |
| 107 | + | INFO: rank density 0x400000000 | |
| 108 | + | INFO: CS 0 | |
| 109 | + | INFO: base_addr 0x0 | |
| 110 | + | INFO: size 0x800000000 | |
| 111 | + | INFO: CS 1 | |
| 112 | + | INFO: base_addr 0x0 | |
| 113 | + | INFO: size 0x800000000 | |
| 114 | + | INFO: base 0x0 | |
| 115 | + | INFO: Total mem by assignment is 0x800000000 | |
| 116 | + | INFO: Calculate controller registers | |
| 117 | + | INFO: Skip CL mask for this speed 0x4000 | |
| 118 | + | INFO: Skip caslat 0x4000 | |
| 119 | + | INFO: cs_in_use = 0x3 | |
| 120 | + | INFO: cs0 | |
| 121 | + | INFO: _config = 0x80040522 | |
| 122 | + | INFO: cs[0].bnds = 0x7ff | |
| 123 | + | INFO: cs_in_use = 0x3 | |
| 124 | + | INFO: cs1 | |
| 125 | + | INFO: _config = 0x80000522 | |
| 126 | + | INFO: cs[1].bnds = 0x7ff | |
| 127 | + | INFO: sdram_cfg[0] = 0xe5004000 | |
| 128 | + | INFO: sdram_cfg[1] = 0x401151 | |
| 129 | + | INFO: sdram_cfg[2] = 0x0 | |
| 130 | + | INFO: timing_cfg[0] = 0xd1770018 | |
| 131 | + | INFO: timing_cfg[1] = 0xf2fc8245 | |
| 132 | + | INFO: timing_cfg[2] = 0x594197 | |
| 133 | + | INFO: timing_cfg[3] = 0x2161100 | |
| 134 | + | INFO: timing_cfg[4] = 0x220002 | |
| 135 | + | INFO: timing_cfg[5] = 0x5401400 | |
| 136 | + | INFO: timing_cfg[6] = 0x0 | |
| 137 | + | INFO: timing_cfg[7] = 0x26600000 | |
| 138 | + | INFO: timing_cfg[8] = 0x5446a00 | |
| 139 | + | INFO: timing_cfg[9] = 0x0 | |
| 140 | + | INFO: dq_map[0] = 0x2eb32bac | |
| 141 | + | INFO: dq_map[1] = 0x2d6d95b0 | |
| 142 | + | INFO: dq_map[2] = 0x2f55b658 | |
| 143 | + | INFO: dq_map[3] = 0xd8cac001 | |
| 144 | + | INFO: sdram_mode[0] = 0x3010631 | |
| 145 | + | INFO: sdram_mode[1] = 0x100000 | |
| 146 | + | INFO: sdram_mode[9] = 0x8400000 | |
| 147 | + | INFO: sdram_mode[8] = 0x500 | |
| 148 | + | INFO: sdram_mode[2] = 0x10631 | |
| 149 | + | INFO: sdram_mode[3] = 0x100000 | |
| 150 | + | INFO: sdram_mode[10] = 0x400 | |
| 151 | + | INFO: sdram_mode[11] = 0x8400000 | |
| 152 | + | INFO: sdram_mode[4] = 0x10631 | |
| 153 | + | INFO: sdram_mode[5] = 0x100000 | |
| 154 | + | INFO: sdram_mode[12] = 0x400 | |
| 155 | + | INFO: sdram_mode[13] = 0x8400000 | |
| 156 | + | INFO: sdram_mode[6] = 0x10631 | |
| 157 | + | INFO: sdram_mode[7] = 0x100000 | |
| 158 | + | INFO: sdram_mode[14] = 0x400 | |
| 159 | + | INFO: sdram_mode[15] = 0x8400000 | |
| 160 | + | INFO: eor = 0x40000000 | |
| 161 | + | INFO: interval = 0x1ffe07ff | |
| 162 | + | INFO: zq_cntl = 0x8a090705 | |
| 163 | + | INFO: ddr_sr_cntr = 0x0 | |
| 164 | + | INFO: clk_cntl = 0x2400000 | |
| 165 | + | INFO: cdr[0] = 0x80080000 | |
| 166 | + | INFO: cdr[1] = 0xc0 | |
| 167 | + | INFO: wrlvl_cntl[0] = 0x8675f605 | |
| 168 | + | INFO: wrlvl_cntl[1] = 0x704080b | |
| 169 | + | INFO: wrlvl_cntl[2] = 0xf0c0d0a | |
| 170 | + | INFO: debug[28] = 0x7b | |
| 171 | + | INFO: Time before programming controller 817 ms | |
| 172 | + | INFO: Program controller registers | |
| 173 | + | INFO: total size 32 GB | |
| 174 | + | INFO: Need to wait up to 8160 ms | |
| 175 | + | INFO: Reading debug[9] as 0x2e003200 | |
| 176 | + | INFO: Reading debug[10] as 0x2a003300 | |
| 177 | + | INFO: Reading debug[11] as 0x39004200 | |
| 178 | + | INFO: Reading debug[12] as 0x3d004000 | |
| 179 | + | INFO: cpo_min 0x2a | |
| 180 | + | INFO: cpo_max 0x42 | |
| 181 | + | INFO: debug[28] 0x6a007b | |
| 182 | + | WARNING: Warning: A009942 requires setting cpo_sample to 0x5d | |
| 183 | + | INFO: *0x1080000 = 0x7ff | |
| 184 | + | INFO: *0x1080008 = 0x7ff | |
| 185 | + | INFO: *0x1080080 = 0x80040522 | |
| 186 | + | INFO: *0x1080084 = 0x80000522 | |
| 187 | + | INFO: *0x1080100 = 0x2161100 | |
| 188 | + | INFO: *0x1080104 = 0xd1770018 | |
| 189 | + | INFO: *0x1080108 = 0xf2fc8245 | |
| 190 | + | INFO: *0x108010c = 0x594197 | |
| 191 | + | INFO: *0x1080110 = 0xe5004000 | |
| 192 | + | INFO: *0x1080114 = 0x401141 | |
| 193 | + | INFO: *0x1080118 = 0x3010631 | |
| 194 | + | INFO: *0x108011c = 0x100000 | |
| 195 | + | INFO: *0x1080120 = 0x1600086b | |
| 196 | + | INFO: *0x1080124 = 0x1ffe07ff | |
| 197 | + | INFO: *0x1080128 = 0xdeadbeef | |
| 198 | + | INFO: *0x1080130 = 0x2400000 | |
| 199 | + | INFO: *0x1080160 = 0x220002 | |
| 200 | + | INFO: *0x1080164 = 0x5401400 | |
| 201 | + | INFO: *0x108016c = 0x26600000 | |
| 202 | + | INFO: *0x1080170 = 0x8a090705 | |
| 203 | + | INFO: *0x1080174 = 0xc675f605 | |
| 204 | + | INFO: *0x1080190 = 0x704080b | |
| 205 | + | INFO: *0x1080194 = 0xf0c0d0a | |
| 206 | + | INFO: *0x1080200 = 0x10631 | |
| 207 | + | INFO: *0x1080204 = 0x100000 | |
| 208 | + | INFO: *0x1080208 = 0x10631 | |
| 209 | + | INFO: *0x108020c = 0x100000 | |
| 210 | + | INFO: *0x1080210 = 0x10631 | |
| 211 | + | INFO: *0x1080214 = 0x100000 | |
| 212 | + | INFO: *0x1080220 = 0x500 | |
| 213 | + | INFO: *0x1080224 = 0x8400000 | |
| 214 | + | INFO: *0x1080228 = 0x400 | |
| 215 | + | INFO: *0x108022c = 0x8400000 | |
| 216 | + | INFO: *0x1080230 = 0x400 | |
| 217 | + | INFO: *0x1080234 = 0x8400000 | |
| 218 | + | INFO: *0x1080238 = 0x400 | |
| 219 | + | INFO: *0x108023c = 0x8400000 | |
| 220 | + | INFO: *0x1080250 = 0x5446a00 | |
| 221 | + | INFO: *0x1080270 = 0xffff | |
| 222 | + | INFO: *0x1080280 = 0xeedeeedd | |
| 223 | + | INFO: *0x1080284 = 0xedeedddd | |
| 224 | + | INFO: *0x1080288 = 0x11211122 | |
| 225 | + | INFO: *0x108028c = 0x12112222 | |
| 226 | + | INFO: *0x1080290 = 0x21de0001 | |
| 227 | + | INFO: *0x1080400 = 0x2eb32bac | |
| 228 | + | INFO: *0x1080404 = 0x2d6d95b0 | |
| 229 | + | INFO: *0x1080408 = 0x2f55b658 | |
| 230 | + | INFO: *0x108040c = 0xd8cac001 | |
| 231 | + | INFO: *0x1080b20 = 0x8080 | |
| 232 | + | INFO: *0x1080b24 = 0x80000000 | |
| 233 | + | INFO: *0x1080b28 = 0x80080000 | |
| 234 | + | INFO: *0x1080b2c = 0xc0 | |
| 235 | + | INFO: *0x1080bf8 = 0x20502 | |
| 236 | + | INFO: *0x1080bfc = 0x100 | |
| 237 | + | INFO: *0x1080c00 = 0x40000000 | |
| 238 | + | INFO: *0x1080f04 = 0x2 | |
| 239 | + | INFO: *0x1080f08 = 0x9 | |
| 240 | + | INFO: *0x1080f0c = 0x14000c20 | |
| 241 | + | INFO: *0x1080f24 = 0x2e003200 | |
| 242 | + | INFO: *0x1080f28 = 0x2a003300 | |
| 243 | + | INFO: *0x1080f2c = 0x39004200 | |
| 244 | + | INFO: *0x1080f30 = 0x3d004000 | |
| 245 | + | INFO: *0x1080f34 = 0x36007000 | |
| 246 | + | INFO: *0x1080f48 = 0x1 | |
| 247 | + | INFO: *0x1080f4c = 0x94000000 | |
| 248 | + | INFO: *0x1080f50 = 0xc001000 | |
| 249 | + | INFO: *0x1080f54 = 0xb001300 | |
| 250 | + | INFO: *0x1080f58 = 0x19002100 | |
| 251 | + | INFO: *0x1080f5c = 0x1b001e00 | |
| 252 | + | INFO: *0x1080f60 = 0x16000000 | |
| 253 | + | INFO: *0x1080f64 = 0x9000 | |
| 254 | + | INFO: *0x1080f68 = 0x20 | |
| 255 | + | INFO: *0x1080f70 = 0x6a007b | |
| 256 | + | INFO: *0x1080f94 = 0x80000000 | |
| 257 | + | INFO: *0x1080f9c = 0x2b002a00 | |
| 258 | + | INFO: *0x1080fa0 = 0x2a002900 | |
| 259 | + | INFO: *0x1080fa4 = 0x2a002700 | |
| 260 | + | INFO: *0x1080fa8 = 0x2b002b00 | |
| 261 | + | INFO: *0x1080fac = 0x29000000 | |
| 262 | + | INFO: *0x1080fb0 = 0x3 | |
| 263 | + | INFO: *0x1080fb4 = 0x1e1d1b1e | |
| 264 | + | INFO: *0x1080fb8 = 0x1e1d1e1d | |
| 265 | + | INFO: *0x1080fbc = 0x1e1e1d20 | |
| 266 | + | INFO: *0x1080fc0 = 0x1d1e1e1d | |
| 267 | + | INFO: *0x1080fc4 = 0x1f1e1c1f | |
| 268 | + | INFO: *0x1080fc8 = 0x1c1e1f1d | |
| 269 | + | INFO: *0x1080fcc = 0x1e1e1d1e | |
| 270 | + | INFO: *0x1080fd0 = 0x1c1d1d1c | |
| 271 | + | INFO: *0x1080fd4 = 0x1e1e1b1e | |
| 272 | + | INFO: *0x1080fd8 = 0x1d1d1d1d | |
| 273 | + | INFO: *0x1080fdc = 0x1e1a1b1c | |
| 274 | + | INFO: *0x1080fe0 = 0x1d1c1d1a | |
| 275 | + | INFO: *0x1080fe4 = 0x1e1f1b1f | |
| 276 | + | INFO: *0x1080fe8 = 0x1f1f1d1e | |
| 277 | + | INFO: *0x1080fec = 0x1f1f1d1f | |
| 278 | + | INFO: *0x1080ff0 = 0x1e1f1f1e | |
| 279 | + | INFO: *0x1080ff4 = 0x1f1d1a1e | |
| 280 | + | INFO: *0x1080ff8 = 0x1d1d1e1c | |
| 281 | + | INFO: *0x1080ffc = 0x1f000000 | |
| 282 | + | ||
| 283 | + | NOTICE: 32 GB DDR4, 64-bit, CL=15, ECC on, CS0+CS1 | |
| 284 | + | INFO: Time used by DDR driver 4383 ms | |
| 285 | + | INFO: RCW BOOT SRC is QSPI | |
| 286 | + | NOTICE: BL2: v2.13.0(debug): | |
| 287 | + | NOTICE: BL2: Built : 00:26:14, Feb 13 2026 | |
| 288 | + | INFO: Configuring TrustZone Controller | |
| 289 | + | INFO: BL2: Doing platform setup | |
| 290 | + | INFO: BL2: Loading image id 3 | |
| 291 | + | INFO: Loading image id=3 at address 0xfbe00000 | |
| 292 | + | INFO: Image id=3 loaded: 0xfbe00000 - 0xfbe0c16c | |
| 293 | + | INFO: BL2: Loading image id 5 | |
| 294 | + | INFO: Loading image id=5 at address 0x82000000 | |
| 295 | + | INFO: Image id=5 loaded: 0x82000000 - 0x8210b016 | |
| 296 | + | NOTICE: BL2: Booting BL31 | |
| 297 | + | INFO: Entry point address = 0xfbe00000 | |
| 298 | + | INFO: SPSR = 0x3cd | |
| 299 | + | NOTICE: BL31: v1.5(debug):8bf4598 | |
| 300 | + | NOTICE: BL31: Built : 03:58:00, Mar 15 2022 | |
| 301 | + | NOTICE: Welcome to LS1088 BL31 Phase | |
| 302 | + | INFO: GICv3 without legacy support detected. ARM GICV3 driver initialized in EL3 | |
| 303 | + | INFO: BL31: Initializing runtime services | |
| 304 | + | WARNING: BL31: cortex_a53: CPU workaround for 835769 was missing! | |
| 305 | + | WARNING: BL31: cortex_a53: CPU workaround for 843419 was missing! | |
| 306 | + | INFO: BL31: cortex_a53: CPU workaround for 855873 was applied | |
| 307 | + | INFO: BL31: Preparing for EL3 exit to normal world | |
| 308 | + | INFO: Entry point address = 0x82000000 | |
| 309 | + | INFO: SPSR = 0x3c9 | |
| 310 | + | ||
| 311 | + | ||
| 312 | + | U-Boot 2020.07-rc1-ga94e0d21 (Mar 15 2022 - 03:55:15 +0000) | |
| 313 | + | Micron SPI NAND was found. | |
| 314 | + | 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 128 | |
| 315 | + | Reading 33554432 byte(s) (16384 page(s)) at offset 0x00000000 | |
| 316 | + | Reading 262144 byte(s) at offset 0x00000000 | |
| 317 | + | fsl-mc: Deploying data path layout ... SUCCESS | |
| 318 | + | ## Loading kernel from FIT Image at a0000000 ... | |
| 319 | + | Using 'ten64' configuration | |
| 320 | + | Trying 'kernel@0' kernel subimage | |
| 321 | + | Description: Linux Kernel | |
| 322 | + | Created: 2021-11-01 4:31:34 UTC | |
| 323 | + | Type: Kernel Image | |
| 324 | + | Compression: gzip compressed | |
| 325 | + | Data Start: 0xa00000d4 | |
| 326 | + | Data Size: 5844449 Bytes = 5.6 MiB | |
| 327 | + | Architecture: AArch64 | |
| 328 | + | OS: Linux | |
| 329 | + | Load Address: 0x80000000 | |
| 330 | + | Entry Point: 0x80000000 | |
| 331 | + | Hash algo: sha1 | |
| 332 | + | Hash value: d55f80127d72eb76817d59b5cec673b9bc355197 | |
| 333 | + | Verifying Hash Integrity ... sha1+ OK | |
| 334 | + | ## Loading ramdisk from FIT Image at a0000000 ... | |
| 335 | + | Using 'ten64' configuration | |
| 336 | + | Trying 'ramdisk@0' ramdisk subimage | |
| 337 | + | Description: ramdisk ten64 | |
| 338 | + | Created: 2021-11-01 4:31:34 UTC | |
| 339 | + | Type: RAMDisk Image | |
| 340 | + | Compression: gzip compressed | |
| 341 | + | Data Start: 0xa05982f4 | |
| 342 | + | Data Size: 19294187 Bytes = 18.4 MiB | |
| 343 | + | Architecture: AArch64 | |
| 344 | + | OS: Linux | |
| 345 | + | Load Address: unavailable | |
| 346 | + | Entry Point: unavailable | |
| 347 | + | Hash algo: sha1 | |
| 348 | + | Hash value: 3d8e4815f8be713be4979c31267e18965bae9a5e | |
| 349 | + | Verifying Hash Integrity ... sha1+ OK | |
| 350 | + | WARNING: 'compression' nodes for ramdisks are deprecated, please fix your .its file! | |
| 351 | + | ## Loading fdt from FIT Image at a0000000 ... | |
| 352 | + | Using 'ten64' configuration | |
| 353 | + | Trying 'fdt@0' fdt subimage | |
| 354 | + | Description: Flattened Device Tree blob | |
| 355 | + | Created: 2021-11-01 4:31:34 UTC | |
| 356 | + | Type: Flat Device Tree | |
| 357 | + | Compression: uncompressed | |
| 358 | + | Data Start: 0xa0592fb0 | |
| 359 | + | Data Size: 21109 Bytes = 20.6 KiB | |
| 360 | + | Architecture: AArch64 | |
| 361 | + | Load Address: 0x90000000 | |
| 362 | + | Hash algo: sha1 | |
| 363 | + | Hash value: 775ebe35f8e8009f1fdacbdf9ad44637ac663cf1 | |
| 364 | + | Verifying Hash Integrity ... sha1+ OK | |
| 365 | + | Loading fdt from 0xa0592fb0 to 0x90000000 | |
| 366 | + | Booting using the fdt blob at 0x90000000 | |
| 367 | + | Uncompressing Kernel Image | |
| 368 | + | Loading Device Tree to 000000009fff7000, end 000000009ffff274 ... OK | |
| 369 | + | TEN64 ft_board_setup start, blob 000000009fff7000 | |
| 370 | + | INFO: RNG Desc SUCCESS with status 0 | |
| 371 | + | INFO: result b250db9659414a63 | |
| 372 | + | TEN64 ft_board_setup end | |
| 373 | + | ||
| 374 | + | Starting kernel ... | |
| 375 | + | ||
| 376 | + | [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] | |
| 377 | + | [ 0.000000] Linux version 5.10.64 (build@runner-isgbxbcc-project-4881630-concurrent-0) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 8.4.0 r0+16341-7f361f5a1c) 8.4.0, GNU ld (GNU Binutils) 2.34) #0 SMP Wed Oct 13 05:51:35 2021 | |
| 378 | + | [ 0.000000] Machine model: Traverse Ten64 | |
| 379 | + | [ 0.000000] earlycon: uart8250 at MMIO 0x00000000021c0500 (options '') | |
| 380 | + | [ 0.000000] printk: bootconsole [uart8250] enabled | |
| 381 | + | [ 0.000000] efi: UEFI not found. | |
| 382 | + | [ 0.000000] NUMA: No NUMA configuration found | |
| 383 | + | [ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000087dfffffff] | |
| 384 | + | [ 0.000000] NUMA: NODE_DATA [mem 0x87dc0e3100-0x87dc0e4fff] | |
| 385 | + | [ 0.000000] Zone ranges: | |
| 386 | + | [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] | |
| 387 | + | [ 0.000000] DMA32 empty | |
| 388 | + | [ 0.000000] Normal [mem 0x0000000100000000-0x00000087dfffffff] | |
| 389 | + | [ 0.000000] Movable zone start for each node | |
| 390 | + | [ 0.000000] Early memory node ranges | |
| 391 | + | [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fbdfffff] | |
| 392 | + | [ 0.000000] node 0: [mem 0x0000008080000000-0x00000087dfffffff] | |
| 393 | + | [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000087dfffffff] | |
| 394 | + | [ 0.000000] cma: Reserved 128 MiB at 0x00000000f3c00000 | |
| 395 | + | [ 0.000000] psci: probing for conduit method from DT. | |
| 396 | + | [ 0.000000] psci: PSCIv1.1 detected in firmware. | |
| 397 | + | [ 0.000000] psci: Using standard PSCI v0.2 function IDs | |
| 398 | + | [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. | |
| 399 | + | [ 0.000000] psci: SMC Calling Convention v1.1 | |
| 400 | + | [ 0.000000] percpu: Embedded 21 pages/cpu s47768 r8192 d30056 u86016 | |
| 401 | + | [ 0.000000] Detected VIPT I-cache on CPU0 | |
| 402 | + | [ 0.000000] CPU features: detected: GIC system register CPU interface | |
| 403 | + | [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 8111616 | |
| 404 | + | [ 0.000000] Policy zone: Normal | |
| 405 | + | [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 ramdisk_size=0x3000000 default_hugepagesz=2m hugepagesz=2m hugepages=256 | |
| 406 | + | [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) | |
| 407 | + | [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) | |
| 408 | + | [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | |
| 409 | + | [ 0.000000] software IO TLB: mapped [mem 0x00000000efc00000-0x00000000f3c00000] (64MB) | |
| 410 | + | [ 0.000000] Memory: 32093968K/32962560K available (9088K kernel code, 1006K rwdata, 2412K rodata, 896K init, 380K bss, 737520K reserved, 131072K cma-reserved) | |
| 411 | + | [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 | |
| 412 | + | [ 0.000000] rcu: Hierarchical RCU implementation. | |
| 413 | + | [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. | |
| 414 | + | [ 0.000000] Tracing variant of Tasks RCU enabled. | |
| 415 | + | [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. | |
| 416 | + | [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 | |
| 417 | + | [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 | |
| 418 | + | [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode | |
| 419 | + | [ 0.000000] GICv3: 256 SPIs implemented | |
| 420 | + | [ 0.000000] GICv3: 0 Extended SPIs implemented | |
| 421 | + | [ 0.000000] GICv3: Distributor has no Range Selector support | |
| 422 | + | [ 0.000000] GICv3: 16 PPIs implemented | |
| 423 | + | [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000006100000 | |
| 424 | + | [ 0.000000] ITS [mem 0x06020000-0x0603ffff] | |
| 425 | + | [ 0.000000] ITS@0x0000000006020000: allocated 65536 Devices @8080080000 (flat, esz 8, psz 64K, shr 0) | |
| 426 | + | [ 0.000000] ITS: using cache flushing for cmd queue | |
| 427 | + | [ 0.000000] GICv3: using LPI property table @0x0000008080050000 | |
| 428 | + | [ 0.000000] GIC: using cache flushing for LPI property table | |
| 429 | + | [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000008080060000 | |
| 430 | + | [ 0.000000] random: get_random_bytes called from start_kernel+0x350/0x550 with crng_init=0 | |
| 431 | + | [ 0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (phys). | |
| 432 | + | [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c409fb33, max_idle_ns: 440795203156 ns | |
| 433 | + | [ 0.000002] sched_clock: 56 bits at 25MHz, resolution 39ns, wraps every 4398046511103ns | |
| 434 | + | [ 0.008320] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000) | |
| 435 | + | [ 0.018766] pid_max: default: 32768 minimum: 301 | |
| 436 | + | [ 0.023555] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) | |
| 437 | + | [ 0.031260] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) | |
| 438 | + | [ 0.040164] rcu: Hierarchical SRCU implementation. | |
| 439 | + | [ 0.045074] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build | |
| 440 | + | [ 0.052817] Platform MSI: gic-its@6020000 domain created | |
| 441 | + | [ 0.058221] PCI/MSI: /interrupt-controller@6000000/gic-its@6020000 domain created | |
| 442 | + | [ 0.065810] fsl-mc MSI: gic-its@6020000 domain created | |
| 443 | + | [ 0.071019] EFI services will not be available. | |
| 444 | + | [ 0.075765] smp: Bringing up secondary CPUs ... | |
| 445 | + | [ 0.080562] Detected VIPT I-cache on CPU1 | |
| 446 | + | [ 0.080581] GICv3: CPU1: found redistributor 1 region 0:0x0000000006120000 | |
| 447 | + | [ 0.080590] GICv3: CPU1: using allocated LPI pending table @0x0000008080070000 | |
| 448 | + | [ 0.080613] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] | |
| 449 | + | [ 0.080878] Detected VIPT I-cache on CPU2 | |
| 450 | + | [ 0.080890] GICv3: CPU2: found redistributor 2 region 0:0x0000000006140000 | |
| 451 | + | [ 0.080899] GICv3: CPU2: using allocated LPI pending table @0x0000008080100000 | |
| 452 | + | [ 0.080917] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] | |
| 453 | + | [ 0.081165] Detected VIPT I-cache on CPU3 | |
| 454 | + | [ 0.081178] GICv3: CPU3: found redistributor 3 region 0:0x0000000006160000 | |
| 455 | + | [ 0.081186] GICv3: CPU3: using allocated LPI pending table @0x0000008080110000 | |
| 456 | + | [ 0.081203] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] | |
| 457 | + | [ 0.081461] Detected VIPT I-cache on CPU4 | |
| 458 | + | [ 0.081481] GICv3: CPU4: found redistributor 100 region 0:0x0000000006180000 | |
| 459 | + | [ 0.081491] GICv3: CPU4: using allocated LPI pending table @0x0000008080120000 | |
| 460 | + | [ 0.081520] CPU4: Booted secondary processor 0x0000000100 [0x410fd034] | |
| 461 | + | [ 0.081805] Detected VIPT I-cache on CPU5 | |
| 462 | + | [ 0.081819] GICv3: CPU5: found redistributor 101 region 0:0x00000000061a0000 | |
| 463 | + | [ 0.081828] GICv3: CPU5: using allocated LPI pending table @0x0000008080130000 | |
| 464 | + | [ 0.081846] CPU5: Booted secondary processor 0x0000000101 [0x410fd034] | |
| 465 | + | [ 0.082110] Detected VIPT I-cache on CPU6 | |
| 466 | + | [ 0.082125] GICv3: CPU6: found redistributor 102 region 0:0x00000000061c0000 | |
| 467 | + | [ 0.082134] GICv3: CPU6: using allocated LPI pending table @0x0000008080140000 | |
| 468 | + | [ 0.082152] CPU6: Booted secondary processor 0x0000000102 [0x410fd034] | |
| 469 | + | [ 0.082414] Detected VIPT I-cache on CPU7 | |
| 470 | + | [ 0.082431] GICv3: CPU7: found redistributor 103 region 0:0x00000000061e0000 | |
| 471 | + | [ 0.082439] GICv3: CPU7: using allocated LPI pending table @0x0000008080150000 | |
| 472 | + | [ 0.082458] CPU7: Booted secondary processor 0x0000000103 [0x410fd034] | |
| 473 | + | [ 0.082507] smp: Brought up 1 node, 8 CPUs | |
| 474 | + | [ 0.261138] SMP: Total of 8 processors activated. | |
| 475 | + | [ 0.265880] CPU features: detected: 32-bit EL0 Support | |
| 476 | + | [ 0.271060] CPU features: detected: CRC32 instructions | |
| 477 | + | [ 0.276239] CPU features: detected: 32-bit EL1 Support | |
| 478 | + | [ 0.281452] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching | |
| 479 | + | [ 0.289878] CPU: All CPU(s) started at EL2 | |
| 480 | + | [ 0.294025] alternatives: patching kernel code | |
| 481 | + | [ 0.301554] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
| 482 | + | [ 0.311392] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) | |
| 483 | + | [ 0.320947] pinctrl core: initialized pinctrl subsystem | |
| 484 | + | [ 0.326409] DMI not present or invalid. | |
| 485 | + | [ 0.330396] NET: Registered protocol family 16 | |
| 486 | + | [ 0.335969] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations | |
| 487 | + | [ 0.343952] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
| 488 | + | [ 0.352618] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
| 489 | + | [ 0.361252] thermal_sys: Registered thermal governor 'step_wise' | |
| 490 | + | [ 0.361524] cpuidle: using governor ladder | |
| 491 | + | [ 0.371797] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
| 492 | + | [ 0.378733] ASID allocator initialised with 65536 entries | |
| 493 | + | [ 0.384239] Serial: AMBA PL011 UART driver | |
| 494 | + | [ 0.395451] Machine: Traverse Ten64 | |
| 495 | + | [ 0.398970] SoC family: QorIQ LS1088A | |
| 496 | + | [ 0.402657] SoC ID: svr:0x87030010, Revision: 1.0 | |
| 497 | + | [ 0.408834] fsl_mc_bus 80c000000.fsl-mc: MC firmware version: 10.20.4 | |
| 498 | + | [ 0.417889] fsl_mc_dprc dprc.1: DMA mask not set | |
| 499 | + | [ 0.430550] HugeTLB registered 2.00 MiB page size, pre-allocated 256 pages | |
| 500 | + | [ 0.437506] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages | |
| 501 | + | [ 0.444267] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages | |
| 502 | + | [ 0.451027] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages | |
| 503 | + | [ 0.458459] cryptd: max_cpu_qlen set to 1000 | |
| 504 | + | [ 0.463505] ACPI: Interpreter disabled. | |
| 505 | + | [ 0.467438] iommu: Default domain type: Passthrough | |
| 506 | + | [ 0.472571] SCSI subsystem initialized | |
| 507 | + | [ 0.476562] usbcore: registered new interface driver usbfs | |
| 508 | + | [ 0.482119] usbcore: registered new interface driver hub | |
| 509 | + | [ 0.487494] usbcore: registered new device driver usb | |
| 510 | + | [ 0.492754] imx-i2c 2000000.i2c: can't get pinctrl, bus recovery not supported | |
| 511 | + | [ 0.500537] i2c i2c-0: IMX I2C adapter registered | |
| 512 | + | [ 0.505377] imx-i2c 2020000.i2c: can't get pinctrl, bus recovery not supported | |
| 513 | + | [ 0.512746] i2c i2c-1: IMX I2C adapter registered | |
| 514 | + | [ 0.517561] imx-i2c 2030000.i2c: can't get pinctrl, bus recovery not supported | |
| 515 | + | [ 0.524947] i2c i2c-2: IMX I2C adapter registered | |
| 516 | + | [ 0.530364] clocksource: Switched to clocksource arch_sys_counter | |
| 517 | + | [ 0.536718] pnp: PnP ACPI: disabled | |
| 518 | + | [ 0.540545] NET: Registered protocol family 2 | |
| 519 | + | [ 0.545251] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
| 520 | + | [ 0.557098] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) | |
| 521 | + | [ 0.566096] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
| 522 | + | [ 0.575440] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) | |
| 523 | + | [ 0.583477] TCP: Hash tables configured (established 262144 bind 65536) | |
| 524 | + | [ 0.590220] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) | |
| 525 | + | [ 0.597557] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) | |
| 526 | + | [ 0.605421] NET: Registered protocol family 1 | |
| 527 | + | [ 0.609829] PCI: CLS 0 bytes, default 64 | |
| 528 | + | [ 0.613900] Trying to unpack rootfs image as initramfs... | |
| 529 | + | [ 0.619559] rootfs image is not initramfs (no cpio magic); looks like an initrd | |
| 530 | + | [ 0.650053] Freeing initrd memory: 18836K | |
| 531 | + | [ 0.654609] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available | |
| 532 | + | [ 0.662621] kvm [1]: IPA Size Limit: 40 bits | |
| 533 | + | [ 0.667271] kvm [1]: vgic-v2@c0e0000 | |
| 534 | + | [ 0.670875] kvm [1]: GIC system register CPU interface enabled | |
| 535 | + | [ 0.676840] kvm [1]: vgic interrupt IRQ9 | |
| 536 | + | [ 0.680905] kvm [1]: Hyp mode initialized successfully | |
| 537 | + | [ 0.687803] workingset: timestamp_bits=44 max_order=23 bucket_order=0 | |
| 538 | + | [ 0.696710] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
| 539 | + | [ 0.702594] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | |
| 540 | + | [ 0.713555] layerscape-pcie 3400000.pcie: host bridge /soc/pcie@3400000 ranges: | |
| 541 | + | [ 0.720943] layerscape-pcie 3400000.pcie: IO 0x2000010000..0x200001ffff -> 0x0000000000 | |
| 542 | + | [ 0.729550] layerscape-pcie 3400000.pcie: MEM 0x2040000000..0x207fffffff -> 0x0040000000 | |
| 543 | + | [ 0.738247] layerscape-pcie 3400000.pcie: PCI host bridge to bus 0000:00 | |
| 544 | + | [ 0.745008] pci_bus 0000:00: root bus resource [bus 00-ff] | |
| 545 | + | [ 0.750541] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] | |
| 546 | + | [ 0.756776] pci_bus 0000:00: root bus resource [mem 0x2040000000-0x207fffffff] (bus address [0x40000000-0x7fffffff]) | |
| 547 | + | [ 0.767410] pci 0000:00:00.0: [1957:80c0] type 01 class 0x060400 | |
| 548 | + | [ 0.773517] pci 0000:00:00.0: supports D1 D2 | |
| 549 | + | [ 0.777823] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot | |
| 550 | + | [ 0.785731] pci 0000:00:00.0: PCI bridge to [bus 01-ff] | |
| 551 | + | [ 0.791146] layerscape-pcie 3500000.pcie: host bridge /soc/pcie@3500000 ranges: | |
| 552 | + | [ 0.798533] layerscape-pcie 3500000.pcie: IO 0x2800010000..0x280001ffff -> 0x0000000000 | |
| 553 | + | [ 0.807140] layerscape-pcie 3500000.pcie: MEM 0x2840000000..0x287fffffff -> 0x0040000000 | |
| 554 | + | [ 0.815822] layerscape-pcie 3500000.pcie: PCI host bridge to bus 0001:00 | |
| 555 | + | [ 0.822587] pci_bus 0001:00: root bus resource [bus 00-ff] | |
| 556 | + | [ 0.828121] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x0000-0xffff]) | |
| 557 | + | [ 0.837161] pci_bus 0001:00: root bus resource [mem 0x2840000000-0x287fffffff] (bus address [0x40000000-0x7fffffff]) | |
| 558 | + | [ 0.847788] pci 0001:00:00.0: [1957:80c0] type 01 class 0x060400 | |
| 559 | + | [ 0.853880] pci 0001:00:00.0: supports D1 D2 | |
| 560 | + | [ 0.858185] pci 0001:00:00.0: PME# supported from D0 D1 D2 D3hot | |
| 561 | + | [ 0.865272] pci 0001:01:00.0: [12d8:b304] type 01 class 0x060400 | |
| 562 | + | [ 0.871701] pci 0001:01:00.0: supports D1 D2 | |
| 563 | + | [ 0.876006] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold | |
| 564 | + | [ 0.882767] pci 0001:01:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0001:00:00.0 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link) | |
| 565 | + | [ 0.907447] pci 0001:02:01.0: [12d8:b304] type 01 class 0x060400 | |
| 566 | + | [ 0.913882] pci 0001:02:01.0: supports D1 D2 | |
| 567 | + | [ 0.918189] pci 0001:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold | |
| 568 | + | [ 0.925112] pci 0001:02:02.0: [12d8:b304] type 01 class 0x060400 | |
| 569 | + | [ 0.931548] pci 0001:02:02.0: supports D1 D2 | |
| 570 | + | [ 0.935854] pci 0001:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold | |
| 571 | + | [ 0.945550] pci 0001:02:01.0: PCI bridge to [bus 03] | |
| 572 | + | [ 0.950587] pci 0001:02:02.0: PCI bridge to [bus 04] | |
| 573 | + | [ 0.955622] pci 0001:01:00.0: PCI bridge to [bus 02-04] | |
| 574 | + | [ 0.960920] pci 0001:00:00.0: PCI bridge to [bus 01-ff] | |
| 575 | + | [ 0.966389] layerscape-pcie 3600000.pcie: host bridge /soc/pcie@3600000 ranges: | |
| 576 | + | [ 0.973777] layerscape-pcie 3600000.pcie: IO 0x3000010000..0x300001ffff -> 0x0000000000 | |
| 577 | + | [ 0.982383] layerscape-pcie 3600000.pcie: MEM 0x3040000000..0x307fffffff -> 0x0040000000 | |
| 578 | + | [ 0.991059] layerscape-pcie 3600000.pcie: PCI host bridge to bus 0002:00 | |
| 579 | + | [ 0.997821] pci_bus 0002:00: root bus resource [bus 00-ff] | |
| 580 | + | [ 1.003354] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x0000-0xffff]) | |
| 581 | + | [ 1.012395] pci_bus 0002:00: root bus resource [mem 0x3040000000-0x307fffffff] (bus address [0x40000000-0x7fffffff]) | |
| 582 | + | [ 1.023020] pci 0002:00:00.0: [1957:80c0] type 01 class 0x060400 | |
| 583 | + | [ 1.029108] pci 0002:00:00.0: supports D1 D2 | |
| 584 | + | [ 1.033412] pci 0002:00:00.0: PME# supported from D0 D1 D2 D3hot | |
| 585 | + | [ 1.040494] pci 0002:01:00.0: [144d:a808] type 00 class 0x010802 | |
| 586 | + | [ 1.046609] pci 0002:01:00.0: reg 0x10: [mem 0x3040000000-0x3040003fff 64bit] | |
| 587 | + | [ 1.054204] pci 0002:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0002:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link) | |
| 588 | + | [ 1.070306] pci 0002:00:00.0: BAR 8: assigned [mem 0x3040000000-0x30400fffff] | |
| 589 | + | [ 1.077508] pci 0002:01:00.0: BAR 0: assigned [mem 0x3040000000-0x3040003fff 64bit] | |
| 590 | + | [ 1.085256] pci 0002:00:00.0: PCI bridge to [bus 01-ff] | |
| 591 | + | [ 1.090525] pci 0002:00:00.0: bridge window [mem 0x3040000000-0x30400fffff] | |
| 592 | + | [ 1.098786] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
| 593 | + | [ 1.105536] printk: console [ttyS0] disabled | |
| 594 | + | [ 1.109879] 21c0500.serial: ttyS0 at MMIO 0x21c0500 (irq = 16, base_baud = 21875000) is a 16550A | |
| 595 | + | [ 1.118762] printk: console [ttyS0] enabled | |
| 596 | + | [ 1.118762] printk: console [ttyS0] enabled | |
| 597 | + | [ 1.127150] printk: bootconsole [uart8250] disabled | |
| 598 | + | [ 1.127150] printk: bootconsole [uart8250] disabled | |
| 599 | + | [ 1.137104] 21c0600.serial: ttyS1 at MMIO 0x21c0600 (irq = 16, base_baud = 21875000) is a 16550A | |
| 600 | + | [ 1.146463] arm-smmu 5000000.iommu: probing hardware configuration... | |
| 601 | + | [ 1.152903] arm-smmu 5000000.iommu: SMMUv2 with: | |
| 602 | + | [ 1.157517] arm-smmu 5000000.iommu: stage 1 translation | |
| 603 | + | [ 1.162825] arm-smmu 5000000.iommu: stage 2 translation | |
| 604 | + | [ 1.168134] arm-smmu 5000000.iommu: nested translation | |
| 605 | + | [ 1.173356] arm-smmu 5000000.iommu: stream matching with 128 register groups | |
| 606 | + | [ 1.180491] arm-smmu 5000000.iommu: 64 context banks (0 stage-2 only) | |
| 607 | + | [ 1.187018] arm-smmu 5000000.iommu: Supported page sizes: 0x61311000 | |
| 608 | + | [ 1.193456] arm-smmu 5000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA | |
| 609 | + | [ 1.199895] arm-smmu 5000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA | |
| 610 | + | [ 1.206867] cacheinfo: Unable to detect cache hierarchy for CPU 0 | |
| 611 | + | [ 1.216384] brd: module loaded | |
| 612 | + | [ 1.219967] nvme 0002:01:00.0: Adding to iommu group 0 | |
| 613 | + | [ 1.225247] nvme nvme0: pci function 0002:01:00.0 | |
| 614 | + | [ 1.230791] spi-nor spi0.0: en25s64 (8192 Kbytes) | |
| 615 | + | [ 1.232844] nvme nvme0: missing or invalid SUBNQN field. | |
| 616 | + | [ 1.235517] 7 fixed-partitions partitions found on MTD device 20c0000.spi-0 | |
| 617 | + | [ 1.240846] nvme nvme0: Shutdown timeout set to 8 seconds | |
| 618 | + | [ 1.247757] Creating 7 MTD partitions on "20c0000.spi-0": | |
| 619 | + | [ 1.247761] 0x000000000000-0x000000100000 : "bl2" | |
| 620 | + | [ 1.263583] 0x000000100000-0x000000300000 : "bl3" | |
| 621 | + | [ 1.268450] 0x000000300000-0x000000500000 : "mcfirmware" | |
| 622 | + | [ 1.272423] nvme nvme0: 8/0/0 default/read/poll queues | |
| 623 | + | [ 1.273918] 0x000000500000-0x000000580000 : "ubootenv" | |
| 624 | + | [ 1.284220] 0x000000580000-0x0000005c0000 : "dpl" | |
| 625 | + | [ 1.289079] 0x0000005c0000-0x000000600000 : "dpc" | |
| 626 | + | [ 1.293960] 0x000000600000-0x000000640000 : "devicetree" | |
| 627 | + | [ 1.296420] nvme0n1: p1 p2 p3 | |
| 628 | + | [ 1.300843] spi-nand spi0.1: Micron SPI NAND was found. | |
| 629 | + | [ 1.307543] spi-nand spi0.1: 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 128 | |
| 630 | + | [ 1.315772] 4 fixed-partitions partitions found on MTD device spi0.1 | |
| 631 | + | [ 1.322128] Creating 4 MTD partitions on "spi0.1": | |
| 632 | + | [ 1.326916] 0x000000000000-0x000000800000 : "nand-boot-reserved" | |
| 633 | + | [ 1.337646] random: fast init done | |
| 634 | + | [ 1.343305] 0x000000800000-0x000002800000 : "recovery" | |
| 635 | + | [ 1.375971] 0x000002800000-0x000009400000 : "ubia" | |
| 636 | + | [ 1.473299] 0x000009400000-0x000010000000 : "ubib" | |
| 637 | + | [ 1.571948] libphy: Fixed MDIO Bus: probed | |
| 638 | + | [ 1.576771] libphy: Freescale XGMAC MDIO Bus: probed | |
| 639 | + | [ 1.583948] libphy: Freescale XGMAC MDIO Bus: probed | |
| 640 | + | [ 1.589283] libphy: Freescale XGMAC MDIO Bus: probed | |
| 641 | + | [ 1.594621] libphy: Freescale XGMAC MDIO Bus: probed | |
| 642 | + | [ 1.600486] libphy: Freescale XGMAC MDIO Bus: probed | |
| 643 | + | [ 1.607135] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller | |
| 644 | + | [ 1.612630] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 | |
| 645 | + | [ 1.620369] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010010 | |
| 646 | + | [ 1.629792] xhci-hcd xhci-hcd.0.auto: irq 23, io mem 0x03100000 | |
| 647 | + | [ 1.636033] hub 1-0:1.0: USB hub found | |
| 648 | + | [ 1.639798] hub 1-0:1.0: 1 port detected | |
| 649 | + | [ 1.643876] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller | |
| 650 | + | [ 1.649366] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 | |
| 651 | + | [ 1.657025] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed | |
| 652 | + | [ 1.663580] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | |
| 653 | + | [ 1.671884] hub 2-0:1.0: USB hub found | |
| 654 | + | [ 1.675643] hub 2-0:1.0: 1 port detected | |
| 655 | + | [ 1.679750] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller | |
| 656 | + | [ 1.685240] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 | |
| 657 | + | [ 1.692971] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010010 | |
| 658 | + | [ 1.702390] xhci-hcd xhci-hcd.1.auto: irq 24, io mem 0x03110000 | |
| 659 | + | [ 1.708591] hub 3-0:1.0: USB hub found | |
| 660 | + | [ 1.712353] hub 3-0:1.0: 1 port detected | |
| 661 | + | [ 1.716423] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller | |
| 662 | + | [ 1.721912] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 | |
| 663 | + | [ 1.729570] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed | |
| 664 | + | [ 1.736124] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. | |
| 665 | + | [ 1.744413] hub 4-0:1.0: USB hub found | |
| 666 | + | [ 1.748172] hub 4-0:1.0: 1 port detected | |
| 667 | + | [ 1.752328] usbcore: registered new interface driver usb-storage | |
| 668 | + | [ 1.758391] i2c /dev entries driver | |
| 669 | + | [ 1.767374] sp805-wdt c000000.wdt: registration successful | |
| 670 | + | [ 1.772940] sp805-wdt c010000.wdt: registration successful | |
| 671 | + | [ 1.778512] sp805-wdt c020000.wdt: registration successful | |
| 672 | + | [ 1.784076] sp805-wdt c030000.wdt: registration successful | |
| 673 | + | [ 1.789641] sp805-wdt c100000.wdt: registration successful | |
| 674 | + | [ 1.795207] sp805-wdt c110000.wdt: registration successful | |
| 675 | + | [ 1.800769] sp805-wdt c120000.wdt: registration successful | |
| 676 | + | [ 1.806336] sp805-wdt c130000.wdt: registration successful | |
| 677 | + | [ 1.811958] sdhci: Secure Digital Host Controller Interface driver | |
| 678 | + | [ 1.818136] sdhci: Copyright(c) Pierre Ossman | |
| 679 | + | [ 1.822488] sdhci-pltfm: SDHCI platform and OF driver helper | |
| 680 | + | [ 1.828582] NET: Registered protocol family 10 | |
| 681 | + | [ 1.833439] Segment Routing with IPv6 | |
| 682 | + | [ 1.837130] NET: Registered protocol family 17 | |
| 683 | + | [ 1.841588] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. | |
| 684 | + | [ 1.853824] mmc0: SDHCI controller on 2140000.esdhc [2140000.esdhc] using ADMA 64-bit | |
| 685 | + | [ 1.854545] 8021q: 802.1Q VLAN Support v1.8 | |
| 686 | + | [ 1.866676] registered taskstats version 1 | |
| 687 | + | [ 1.872995] fsl_mc_dprc dprc.1: Adding to iommu group 1 | |
| 688 | + | [ 1.906689] mmc0: new high speed SDHC card at address 0001 | |
| 689 | + | [ 1.912458] mmcblk0: mmc0:0001 SD32G 29.1 GiB | |
| 690 | + | [ 1.918195] mmcblk0: p1 | |
| 691 | + | [ 1.958702] fsl_mc_allocator dpbp.9: Adding to iommu group 1 | |
| 692 | + | [ 1.964467] fsl_mc_allocator dpbp.8: Adding to iommu group 1 | |
| 693 | + | [ 1.970224] fsl_mc_allocator dpbp.7: Adding to iommu group 1 | |
| 694 | + | [ 1.975980] fsl_mc_allocator dpbp.6: Adding to iommu group 1 | |
| 695 | + | [ 1.978365] usb 3-1: new high-speed USB device number 2 using xhci-hcd | |
| 696 | + | [ 1.981732] fsl_mc_allocator dpbp.5: Adding to iommu group 1 | |
| 697 | + | [ 1.993911] fsl_mc_allocator dpbp.4: Adding to iommu group 1 | |
| 698 | + | [ 1.999665] fsl_mc_allocator dpbp.3: Adding to iommu group 1 | |
| 699 | + | [ 2.005420] fsl_mc_allocator dpbp.2: Adding to iommu group 1 | |
| 700 | + | [ 2.011184] fsl_mc_allocator dpbp.1: Adding to iommu group 1 | |
| 701 | + | [ 2.016944] fsl_mc_allocator dpbp.0: Adding to iommu group 1 | |
| 702 | + | [ 2.023701] fsl_mc_allocator dpmcp.28: Adding to iommu group 1 | |
| 703 | + | [ 2.030133] fsl_mc_allocator dpmcp.27: Adding to iommu group 1 | |
| 704 | + | [ 2.036564] fsl_mc_allocator dpmcp.26: Adding to iommu group 1 | |
| 705 | + | [ 2.042990] fsl_mc_allocator dpmcp.25: Adding to iommu group 1 | |
| 706 | + | [ 2.049423] fsl_mc_allocator dpmcp.24: Adding to iommu group 1 | |
| 707 | + | [ 2.055852] fsl_mc_allocator dpmcp.23: Adding to iommu group 1 | |
| 708 | + | [ 2.062284] fsl_mc_allocator dpmcp.22: Adding to iommu group 1 | |
| 709 | + | [ 2.068713] fsl_mc_allocator dpmcp.21: Adding to iommu group 1 | |
| 710 | + | [ 2.075149] fsl_mc_allocator dpmcp.20: Adding to iommu group 1 | |
| 711 | + | [ 2.081582] fsl_mc_allocator dpmcp.19: Adding to iommu group 1 | |
| 712 | + | [ 2.088012] fsl_mc_allocator dpmcp.18: Adding to iommu group 1 | |
| 713 | + | [ 2.094447] fsl_mc_allocator dpmcp.17: Adding to iommu group 1 | |
| 714 | + | [ 2.100877] fsl_mc_allocator dpmcp.16: Adding to iommu group 1 | |
| 715 | + | [ 2.107309] fsl_mc_allocator dpmcp.15: Adding to iommu group 1 | |
| 716 | + | [ 2.113748] fsl_mc_allocator dpmcp.14: Adding to iommu group 1 | |
| 717 | + | [ 2.120180] fsl_mc_allocator dpmcp.13: Adding to iommu group 1 | |
| 718 | + | [ 2.126617] fsl_mc_allocator dpmcp.12: Adding to iommu group 1 | |
| 719 | + | [ 2.133047] fsl_mc_allocator dpmcp.11: Adding to iommu group 1 | |
| 720 | + | [ 2.139482] fsl_mc_allocator dpmcp.10: Adding to iommu group 1 | |
| 721 | + | [ 2.145917] fsl_mc_allocator dpmcp.9: Adding to iommu group 1 | |
| 722 | + | [ 2.152271] fsl_mc_allocator dpmcp.8: Adding to iommu group 1 | |
| 723 | + | [ 2.158621] fsl_mc_allocator dpmcp.7: Adding to iommu group 1 | |
| 724 | + | [ 2.164968] fsl_mc_allocator dpmcp.6: Adding to iommu group 1 | |
| 725 | + | [ 2.171316] fsl_mc_allocator dpmcp.5: Adding to iommu group 1 | |
| 726 | + | [ 2.177661] fsl_mc_allocator dpmcp.4: Adding to iommu group 1 | |
| 727 | + | [ 2.184008] fsl_mc_allocator dpmcp.3: Adding to iommu group 1 | |
| 728 | + | [ 2.184199] hub 3-1:1.0: USB hub found | |
| 729 | + | [ 2.190362] fsl_mc_allocator dpmcp.2: Adding to iommu group 1 | |
| 730 | + | [ 2.193526] hub 3-1:1.0: 4 ports detected | |
| 731 | + | [ 2.199841] fsl_mc_allocator dpmcp.1: Adding to iommu group 1 | |
| 732 | + | [ 2.209085] fsl_mc_allocator dpcon.79: Adding to iommu group 1 | |
| 733 | + | [ 2.215018] fsl_mc_allocator dpcon.78: Adding to iommu group 1 | |
| 734 | + | [ 2.220956] fsl_mc_allocator dpcon.77: Adding to iommu group 1 | |
| 735 | + | [ 2.226893] fsl_mc_allocator dpcon.76: Adding to iommu group 1 | |
| 736 | + | [ 2.232828] fsl_mc_allocator dpcon.75: Adding to iommu group 1 | |
| 737 | + | [ 2.238761] fsl_mc_allocator dpcon.74: Adding to iommu group 1 | |
| 738 | + | [ 2.244696] fsl_mc_allocator dpcon.73: Adding to iommu group 1 | |
| 739 | + | [ 2.250641] fsl_mc_allocator dpcon.72: Adding to iommu group 1 | |
| 740 | + | [ 2.256585] fsl_mc_allocator dpcon.71: Adding to iommu group 1 | |
| 741 | + | [ 2.262520] fsl_mc_allocator dpcon.70: Adding to iommu group 1 | |
| 742 | + | [ 2.268457] fsl_mc_allocator dpcon.69: Adding to iommu group 1 | |
| 743 | + | [ 2.274403] fsl_mc_allocator dpcon.68: Adding to iommu group 1 | |
| 744 | + | [ 2.274442] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd | |
| 745 | + | [ 2.280342] fsl_mc_allocator dpcon.67: Adding to iommu group 1 | |
| 746 | + | [ 2.293216] fsl_mc_allocator dpcon.66: Adding to iommu group 1 | |
| 747 | + | [ 2.299150] fsl_mc_allocator dpcon.65: Adding to iommu group 1 | |
| 748 | + | [ 2.305087] fsl_mc_allocator dpcon.64: Adding to iommu group 1 | |
| 749 | + | [ 2.311022] fsl_mc_allocator dpcon.63: Adding to iommu group 1 | |
| 750 | + | [ 2.316959] fsl_mc_allocator dpcon.62: Adding to iommu group 1 | |
| 751 | + | [ 2.322896] fsl_mc_allocator dpcon.61: Adding to iommu group 1 | |
| 752 | + | [ 2.328194] hub 4-1:1.0: USB hub found | |
| 753 | + | [ 2.328829] fsl_mc_allocator dpcon.60: Adding to iommu group 1 | |
| 754 | + | [ 2.332551] hub 4-1:1.0: 4 ports detected | |
| 755 | + | [ 2.338407] fsl_mc_allocator dpcon.59: Adding to iommu group 1 | |
| 756 | + | [ 2.348232] fsl_mc_allocator dpcon.58: Adding to iommu group 1 | |
| 757 | + | [ 2.354173] fsl_mc_allocator dpcon.57: Adding to iommu group 1 | |
| 758 | + | [ 2.360113] fsl_mc_allocator dpcon.56: Adding to iommu group 1 | |
| 759 | + | [ 2.366063] fsl_mc_allocator dpcon.55: Adding to iommu group 1 | |
| 760 | + | [ 2.372002] fsl_mc_allocator dpcon.54: Adding to iommu group 1 | |
| 761 | + | [ 2.377944] fsl_mc_allocator dpcon.53: Adding to iommu group 1 | |
| 762 | + | [ 2.383883] fsl_mc_allocator dpcon.52: Adding to iommu group 1 | |
| 763 | + | [ 2.389825] fsl_mc_allocator dpcon.51: Adding to iommu group 1 | |
| 764 | + | [ 2.395767] fsl_mc_allocator dpcon.50: Adding to iommu group 1 | |
| 765 | + | [ 2.401706] fsl_mc_allocator dpcon.49: Adding to iommu group 1 | |
| 766 | + | [ 2.407647] fsl_mc_allocator dpcon.48: Adding to iommu group 1 | |
| 767 | + | [ 2.413586] fsl_mc_allocator dpcon.47: Adding to iommu group 1 | |
| 768 | + | [ 2.419527] fsl_mc_allocator dpcon.46: Adding to iommu group 1 | |
| 769 | + | [ 2.425471] fsl_mc_allocator dpcon.45: Adding to iommu group 1 | |
| 770 | + | [ 2.431413] fsl_mc_allocator dpcon.44: Adding to iommu group 1 | |
| 771 | + | [ 2.437349] fsl_mc_allocator dpcon.43: Adding to iommu group 1 | |
| 772 | + | [ 2.443291] fsl_mc_allocator dpcon.42: Adding to iommu group 1 | |
| 773 | + | [ 2.449233] fsl_mc_allocator dpcon.41: Adding to iommu group 1 | |
| 774 | + | [ 2.455172] fsl_mc_allocator dpcon.40: Adding to iommu group 1 | |
| 775 | + | [ 2.461119] fsl_mc_allocator dpcon.39: Adding to iommu group 1 | |
| 776 | + | [ 2.467060] fsl_mc_allocator dpcon.38: Adding to iommu group 1 | |
| 777 | + | [ 2.473005] fsl_mc_allocator dpcon.37: Adding to iommu group 1 | |
| 778 | + | [ 2.478946] fsl_mc_allocator dpcon.36: Adding to iommu group 1 | |
| 779 | + | [ 2.484894] fsl_mc_allocator dpcon.35: Adding to iommu group 1 | |
| 780 | + | [ 2.490835] fsl_mc_allocator dpcon.34: Adding to iommu group 1 | |
| 781 | + | [ 2.496780] fsl_mc_allocator dpcon.33: Adding to iommu group 1 | |
| 782 | + | [ 2.502723] fsl_mc_allocator dpcon.32: Adding to iommu group 1 | |
| 783 | + | [ 2.508666] fsl_mc_allocator dpcon.31: Adding to iommu group 1 | |
| 784 | + | [ 2.514611] fsl_mc_allocator dpcon.30: Adding to iommu group 1 | |
| 785 | + | [ 2.520554] fsl_mc_allocator dpcon.29: Adding to iommu group 1 | |
| 786 | + | [ 2.526498] fsl_mc_allocator dpcon.28: Adding to iommu group 1 | |
| 787 | + | [ 2.532438] fsl_mc_allocator dpcon.27: Adding to iommu group 1 | |
| 788 | + | [ 2.538390] fsl_mc_allocator dpcon.26: Adding to iommu group 1 | |
| 789 | + | [ 2.544331] fsl_mc_allocator dpcon.25: Adding to iommu group 1 | |
| 790 | + | [ 2.550286] fsl_mc_allocator dpcon.24: Adding to iommu group 1 | |
| 791 | + | [ 2.556233] fsl_mc_allocator dpcon.23: Adding to iommu group 1 | |
| 792 | + | [ 2.562175] fsl_mc_allocator dpcon.22: Adding to iommu group 1 | |
| 793 | + | [ 2.568120] fsl_mc_allocator dpcon.21: Adding to iommu group 1 | |
| 794 | + | [ 2.574063] fsl_mc_allocator dpcon.20: Adding to iommu group 1 | |
| 795 | + | [ 2.580009] fsl_mc_allocator dpcon.19: Adding to iommu group 1 | |
| 796 | + | [ 2.585951] fsl_mc_allocator dpcon.18: Adding to iommu group 1 | |
| 797 | + | [ 2.591896] fsl_mc_allocator dpcon.17: Adding to iommu group 1 | |
| 798 | + | [ 2.597849] fsl_mc_allocator dpcon.16: Adding to iommu group 1 | |
| 799 | + | [ 2.603795] fsl_mc_allocator dpcon.15: Adding to iommu group 1 | |
| 800 | + | [ 2.609739] fsl_mc_allocator dpcon.14: Adding to iommu group 1 | |
| 801 | + | [ 2.615694] fsl_mc_allocator dpcon.13: Adding to iommu group 1 | |
| 802 | + | [ 2.621641] fsl_mc_allocator dpcon.12: Adding to iommu group 1 | |
| 803 | + | [ 2.627585] fsl_mc_allocator dpcon.11: Adding to iommu group 1 | |
| 804 | + | [ 2.633533] fsl_mc_allocator dpcon.10: Adding to iommu group 1 | |
| 805 | + | [ 2.639477] fsl_mc_allocator dpcon.9: Adding to iommu group 1 | |
| 806 | + | [ 2.645337] fsl_mc_allocator dpcon.8: Adding to iommu group 1 | |
| 807 | + | [ 2.651197] fsl_mc_allocator dpcon.7: Adding to iommu group 1 | |
| 808 | + | [ 2.657056] fsl_mc_allocator dpcon.6: Adding to iommu group 1 | |
| 809 | + | [ 2.662914] fsl_mc_allocator dpcon.5: Adding to iommu group 1 | |
| 810 | + | [ 2.668774] fsl_mc_allocator dpcon.4: Adding to iommu group 1 | |
| 811 | + | [ 2.674636] fsl_mc_allocator dpcon.3: Adding to iommu group 1 | |
| 812 | + | [ 2.680497] fsl_mc_allocator dpcon.2: Adding to iommu group 1 | |
| 813 | + | [ 2.686363] fsl_mc_allocator dpcon.1: Adding to iommu group 1 | |
| 814 | + | [ 2.692222] fsl_mc_allocator dpcon.0: Adding to iommu group 1 | |
| 815 | + | [ 2.698087] fsl_dpaa2_eth dpni.9: Adding to iommu group 1 | |
| 816 | + | [ 2.761909] fsl_dpaa2_eth dpni.8: Adding to iommu group 1 | |
| 817 | + | [ 2.825844] fsl_dpaa2_eth dpni.7: Adding to iommu group 1 | |
| 818 | + | [ 2.838389] usb 1-1: new high-speed USB device number 2 using xhci-hcd | |
| 819 | + | [ 2.889630] fsl_dpaa2_eth dpni.6: Adding to iommu group 1 | |
| 820 | + | [ 2.953396] fsl_dpaa2_eth dpni.5: Adding to iommu group 1 | |
| 821 | + | [ 2.991048] usb-storage 1-1:1.0: USB Mass Storage device detected | |
| 822 | + | [ 2.997340] scsi host0: usb-storage 1-1:1.0 | |
| 823 | + | [ 3.017166] fsl_dpaa2_eth dpni.4: Adding to iommu group 1 | |
| 824 | + | [ 3.080953] fsl_dpaa2_eth dpni.3: Adding to iommu group 1 | |
| 825 | + | [ 3.144717] fsl_dpaa2_eth dpni.2: Adding to iommu group 1 | |
| 826 | + | [ 3.208467] fsl_dpaa2_eth dpni.1: Adding to iommu group 1 | |
| 827 | + | [ 3.272235] fsl_dpaa2_eth dpni.0: Adding to iommu group 1 | |
| 828 | + | [ 3.337497] fsl_mc_dpio dpio.7: Adding to iommu group 1 | |
| 829 | + | [ 3.346372] fsl_mc_dpio dpio.7: probed | |
| 830 | + | [ 3.351491] fsl_mc_dpio dpio.6: Adding to iommu group 1 | |
| 831 | + | [ 3.360404] fsl_mc_dpio dpio.6: probed | |
| 832 | + | [ 3.365778] fsl_mc_dpio dpio.5: Adding to iommu group 1 | |
| 833 | + | [ 3.374621] fsl_mc_dpio dpio.5: probed | |
| 834 | + | [ 3.379994] fsl_mc_dpio dpio.4: Adding to iommu group 1 | |
| 835 | + | [ 3.388914] fsl_mc_dpio dpio.4: probed | |
| 836 | + | [ 3.394286] fsl_mc_dpio dpio.3: Adding to iommu group 1 | |
| 837 | + | [ 3.402897] fsl_mc_dpio dpio.3: probed | |
| 838 | + | [ 3.408269] fsl_mc_dpio dpio.2: Adding to iommu group 1 | |
| 839 | + | [ 3.416914] fsl_mc_dpio dpio.2: probed | |
| 840 | + | [ 3.422284] fsl_mc_dpio dpio.1: Adding to iommu group 1 | |
| 841 | + | [ 3.430896] fsl_mc_dpio dpio.1: probed | |
| 842 | + | [ 3.436271] fsl_mc_dpio dpio.0: Adding to iommu group 1 | |
| 843 | + | [ 3.444912] fsl_mc_dpio dpio.0: probed | |
| 844 | + | [ 3.452277] fsl_mc_dprc dprc.1: DPRC device bound to driver | |
| 845 | + | [ 3.457949] pcieport 0000:00:00.0: Adding to iommu group 2 | |
| 846 | + | [ 3.463553] pcieport 0000:00:00.0: PME: Signaling with IRQ 372 | |
| 847 | + | [ 3.469540] pcieport 0001:00:00.0: Adding to iommu group 3 | |
| 848 | + | [ 3.475116] pcieport 0001:00:00.0: PME: Signaling with IRQ 373 | |
| 849 | + | [ 3.481086] pcieport 0001:01:00.0: Adding to iommu group 3 | |
| 850 | + | [ 3.486923] pcieport 0001:02:01.0: Adding to iommu group 3 | |
| 851 | + | [ 3.493129] pcieport 0001:02:02.0: Adding to iommu group 3 | |
| 852 | + | [ 3.499333] pcieport 0002:00:00.0: Adding to iommu group 4 | |
| 853 | + | [ 3.504887] pcieport 0002:00:00.0: PME: Signaling with IRQ 106 | |
| 854 | + | [ 3.606591] fsl_dpaa2_eth dpni.9 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1c] driver [Generic PHY] (irq=POLL) | |
| 855 | + | [ 3.619077] fsl_dpaa2_eth dpni.9: Probed interface eth0 | |
| 856 | + | [ 3.720153] fsl_dpaa2_eth dpni.8 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1d] driver [Generic PHY] (irq=POLL) | |
| 857 | + | [ 3.732527] fsl_dpaa2_eth dpni.8: Probed interface eth1 | |
| 858 | + | [ 3.833565] fsl_dpaa2_eth dpni.7 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1e] driver [Generic PHY] (irq=POLL) | |
| 859 | + | [ 3.845914] fsl_dpaa2_eth dpni.7: Probed interface eth2 | |
| 860 | + | [ 3.946907] fsl_dpaa2_eth dpni.6 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1f] driver [Generic PHY] (irq=POLL) | |
| 861 | + | [ 3.959266] fsl_dpaa2_eth dpni.6: Probed interface eth3 | |
| 862 | + | [ 4.031246] scsi 0:0:0:0: Direct-Access SanDisk Cruzer Force 1.00 PQ: 0 ANSI: 6 | |
| 863 | + | [ 4.040285] sd 0:0:0:0: [sda] 30842880 512-byte logical blocks: (15.8 GB/14.7 GiB) | |
| 864 | + | [ 4.048910] sd 0:0:0:0: [sda] Write Protect is off | |
| 865 | + | [ 4.053874] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA | |
| 866 | + | [ 4.067982] fsl_dpaa2_eth dpni.5 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0c] driver [Generic PHY] (irq=POLL) | |
| 867 | + | [ 4.070733] sda: sda1 sda2 | |
| 868 | + | [ 4.080386] fsl_dpaa2_eth dpni.5: Probed interface eth4 | |
| 869 | + | [ 4.083287] sd 0:0:0:0: [sda] Attached SCSI removable disk | |
| 870 | + | [ 4.184633] fsl_dpaa2_eth dpni.4 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0d] driver [Generic PHY] (irq=POLL) | |
| 871 | + | [ 4.197096] fsl_dpaa2_eth dpni.4: Probed interface eth5 | |
| 872 | + | [ 4.298207] fsl_dpaa2_eth dpni.3 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0e] driver [Generic PHY] (irq=POLL) | |
| 873 | + | [ 4.310644] fsl_dpaa2_eth dpni.3: Probed interface eth6 | |
| 874 | + | [ 4.411749] fsl_dpaa2_eth dpni.2 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0f] driver [Generic PHY] (irq=POLL) | |
| 875 | + | [ 4.424178] fsl_dpaa2_eth dpni.2: Probed interface eth7 | |
| 876 | + | [ 4.524677] fsl_dpaa2_eth dpni.1: Probed interface eth8 | |
| 877 | + | [ 4.625186] fsl_dpaa2_eth dpni.0: Probed interface eth9 | |
| 878 | + | [ 4.630889] RAMDISK: gzip image found at block 0 | |
| 879 | + | [ 5.685690] EXT4-fs (ram0): mounted filesystem without journal. Opts: (null) | |
| 880 | + | [ 5.692773] VFS: Mounted root (ext4 filesystem) readonly on device 1:0. | |
| 881 | + | [ 5.699614] Freeing unused kernel memory: 896K | |
| 882 | + | [ 5.710606] Run /sbin/init as init process | |
| 883 | + | [ 5.719732] init: Console is alive | |
| 884 | + | [ 5.723204] init: - watchdog - | |
| 885 | + | [ 5.735043] kmodloader: loading kernel modules from /etc/modules-boot.d/* | |
| 886 | + | [ 5.766129] Key type encrypted registered | |
| 887 | + | [ 5.771073] raid6: skip pq benchmark and using algorithm neonx8 | |
| 888 | + | [ 5.776995] raid6: using neon recovery algorithm | |
| 889 | + | [ 5.782073] xor: measuring software checksum speed | |
| 890 | + | [ 5.789885] 8regs : 3254 MB/sec | |
| 891 | + | [ 5.796871] 32regs : 3738 MB/sec | |
| 892 | + | [ 5.804259] arm64_neon : 3246 MB/sec | |
| 893 | + | [ 5.808611] xor: using function: 32regs (3738 MB/sec) | |
| 894 | + | [ 5.821419] Btrfs loaded, crc32c=crc32c-generic | |
| 895 | + | [ 5.831641] SGI XFS with security attributes, no debug enabled | |
| 896 | + | [ 5.846053] tpm tpm0: starting up the TPM manually | |
| 897 | + | [ 5.941038] rtc-rx8025 1-0032: registered as rtc0 | |
| 898 | + | [ 5.947509] rtc-rx8025 1-0032: setting system clock to 2026-02-21T15:26:19 UTC (1771687579) | |
| 899 | + | [ 5.956014] kmodloader: done loading kernel modules from /etc/modules-boot.d/* | |
| 900 | + | [ 5.967926] init: - preinit - | |
| 901 | + | [ 6.015481] random: jshn: uninitialized urandom read (4 bytes read) | |
| 902 | + | [ 6.033517] random: jshn: uninitialized urandom read (4 bytes read) | |
| 903 | + | [ 6.049772] random: jshn: uninitialized urandom read (4 bytes read) | |
| 904 | + | [ 6.121619] fsl_dpaa2_eth dpni.9 eth0: configuring for inband/qsgmii link mode | |
| 905 | + | [ 6.145919] Starting lvm2 during preinit | |
| 906 | + | File descriptor 3 (/dev/watchdog) leaked on lvm invocation. Parent PID 1816: /bin/sh | |
| 907 | + | [ 6.215012] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com | |
| 908 | + | File descriptor 3 (/dev/watchdog) leaked on lvm invocation. Parent PID 1816: /bin/sh | |
| 909 | + | [ 6.422990] mount_root: mounting /dev/root | |
| 910 | + | [ 6.427549] EXT4-fs (ram0): re-mounted. Opts: (null) | |
| 911 | + | [ 6.435283] urandom-seed: Seed file not found (/etc/urandom.seed) | |
| 912 | + | Scanning for Btrfs filesystems | |
| 913 | + | [ 6.910471] random: crng init done | |
| 914 | + | [ 6.913868] random: 7 urandom warning(s) missed due to ratelimiting | |
| 915 | + | [ 8.684885] procd: - early - | |
| 916 | + | [ 8.687799] procd: - watchdog - | |
| 917 | + | [ 9.219517] procd: - watchdog - | |
| 918 | + | [ 9.222783] procd: - ubus - | |
| 919 | + | [ 9.275690] procd: - init - | |
| 920 | + | Please press Enter to activate this console. | |
| 921 | + | [ 9.371303] urngd: v1.0.2 started. | |
| 922 | + | [ 9.372485] kmodloader: loading kernel modules from /etc/modules.d/* | |
| 923 | + | [ 9.384198] caam 8000000.crypto: device ID = 0x0a13030000000000 (Era 8) | |
| 924 | + | [ 9.390837] caam 8000000.crypto: job rings = 3, qi = 1 | |
| 925 | + | [ 9.404421] caam algorithms registered in /proc/crypto | |
| 926 | + | [ 9.410477] caam 8000000.crypto: caam pkc algorithms registered in /proc/crypto | |
| 927 | + | [ 9.417789] caam 8000000.crypto: registering rng-caam | |
| 928 | + | [ 9.424859] dpaa2_caam dpseci.0: Adding to iommu group 1 | |
| 929 | + | [ 9.431930] dpaa2_caam dpseci.0: dpseci v5.3 | |
| 930 | + | [ 9.448893] fsl_mc_dprc dprc.1 (unnamed net_device) (uninitialized): netif_napi_add() called with weight 512 | |
| 931 | + | [ 9.467483] dpaa2_caam dpseci.0: algorithms registered in /proc/crypto | |
| 932 | + | [ 9.474703] dpaa2_caam dpseci.0: hash algorithms registered in /proc/crypto | |
| 933 | + | [ 9.524178] i2c i2c-2: Added multiplexed i2c bus 3 | |
| 934 | + | [ 9.529079] i2c i2c-2: Added multiplexed i2c bus 4 | |
| 935 | + | [ 9.533874] pca954x 2-0070: registered 2 multiplexed busses for I2C mux pca9540 | |
| 936 | + | [ 9.541742] pca953x 0-0076: using no AI | |
| 937 | + | [ 9.548287] gpio-381 (admin_led_lower): hogged as output/low | |
| 938 | + | [ 9.557753] emc2301 0-002f: EMC2301 detected | |
| 939 | + | [ 9.562036] emc2301 0-002f: Have 1 fans configured in DT | |
| 940 | + | [ 9.567350] emc2301 0-002f: Fan 0 Cooling step is 312 RPM, minimum 3000, max 5500 RPM | |
| 941 | + | [ 9.577213] emc2301 0-002f: registering a cooling device | |
| 942 | + | [ 9.590831] xt_time: kernel timezone is -0000 | |
| 943 | + | [ 9.600931] PPP generic driver version 2.4.2 | |
| 944 | + | [ 9.605580] NET: Registered protocol family 24 | |
| 945 | + | [ 9.612728] kmodloader: done loading kernel modules from /etc/modules.d/* | |
| 946 | + | [ 14.089093] fsl_dpaa2_eth dpni.9 eth0: configuring for inband/qsgmii link mode | |
| 947 | + | [ 14.102814] br-lan: port 1(eth0) entered blocking state | |
| 948 | + | [ 14.108125] br-lan: port 1(eth0) entered disabled state | |
| 949 | + | [ 14.115531] device eth0 entered promiscuous mode | |
| 950 | + | [ 14.129388] fsl_dpaa2_eth dpni.8 eth1: configuring for inband/qsgmii link mode | |
| 951 | + | [ 14.148320] br-lan: port 2(eth1) entered blocking state | |
| 952 | + | [ 14.153563] br-lan: port 2(eth1) entered disabled state | |
| 953 | + | [ 14.160941] device eth1 entered promiscuous mode | |
| 954 | + | [ 14.173226] fsl_dpaa2_eth dpni.7 eth2: configuring for inband/qsgmii link mode | |
| 955 | + | [ 14.191653] br-lan: port 3(eth2) entered blocking state | |
| 956 | + | [ 14.196896] br-lan: port 3(eth2) entered disabled state | |
| 957 | + | [ 14.204368] device eth2 entered promiscuous mode | |
| 958 | + | [ 14.216607] fsl_dpaa2_eth dpni.6 eth3: configuring for inband/qsgmii link mode | |
| 959 | + | [ 14.234961] br-lan: port 4(eth3) entered blocking state | |
| 960 | + | [ 14.240201] br-lan: port 4(eth3) entered disabled state | |
| 961 | + | [ 14.247628] device eth3 entered promiscuous mode | |
| 962 | + | [ 14.260521] fsl_dpaa2_eth dpni.3 eth6: configuring for inband/qsgmii link mode | |
| 963 | + | ||
| 964 | + | ||
| 965 | + | ||
| 966 | + | BusyBox v1.33.1 (2021-10-13 05:51:35 UTC) built-in shell (ash) | |
| 967 | + | ||
| 968 | + | _ __ ___ ___ ___ __ __ ___ _ __ _ _ | |
| 969 | + | | '__|/ _ \ / __|/ _ \\ \ / // _ \| '__|| | | | | |
| 970 | + | | | | __/| (__| (_) |\ V /| __/| | | |_| | | |
| 971 | + | |_| \___| \___|\___/ \_/ \___||_| \__, | | |
| 972 | + | __/ | | |
| 973 | + | |___/ | |
| 974 | + | ----------------------------------------------------- | |
| 975 | + | ten64-recovery master, 399304623_2021-11-01 | |
| 976 | + | ----------------------------------------------------- | |
| 977 | + | ||
| 978 | + | This is a ramdisk environment with useful tools that | |
| 979 | + | can be used to write images to disks or chroot and | |
| 980 | + | fix an existing install. | |
| 981 | + | ||
| 982 | + | Useful tools: | |
| 983 | + | Make disk available over network: nbd-server (NBD), tgt (iSCSI) | |
| 984 | + | Copy qcow images to real devices: qemu-nbd | |
| 985 | + | Partitioning: cfdisk, sfdisk, partx-utils | |
| 986 | + | LVM2: pv/vg/lv{display|create|change|..} | |
| 987 | + | Perform SSD trim: blkdiscard, fstrim | |
| 988 | + | Resize partition: resize2fs | |
| 989 | + | Manipulate flash devices: mtd | |
| 990 | + | chroot | |
| 991 | + | ||
| 992 | + | By default, recovery will set up eth0 with: | |
| 993 | + | IP: 192.168.10.1/24 DHCP: on | |
| 994 | + | ||
| 995 | + | To bring up an interface as DHCP WAN, you can run: | |
| 996 | + | set-wan ethX | |
| 997 | + | === WARNING! ===================================== | |
| 998 | + | There is no root password defined on this device! | |
| 999 | + | Use the "passwd" command to set up a new password | |
| 1000 | + | in order to prevent unauthorized SSH logins. | |
| 1001 | + | -------------------------------------------------- | |
| 1002 | + | root@recovery000afa242b15:/# set-wan eth8 | |
| 1003 | + | Bringing up eth8 as wan: | |
| 1004 | + | [ 55.229014] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1005 | + | eth8 Link encap:Ethernet HWaddr 00:0A:FA:24:2B:1E | |
| 1006 | + | inet6 addr: fe80::20a:faff:fe24:2b1e/64 Scope:Link | |
| 1007 | + | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | |
| 1008 | + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | |
| 1009 | + | TX packets:4 errors:0 dropped:0 overruns:0 carrier:0 | |
| 1010 | + | collisions:0 txqueuelen:1000 | |
| 1011 | + | RX bytes:0 (0.0 B) TX bytes:688 (688.0 B) | |
| 1012 | + | ||
| 1013 | + | root@recovery000afa242b15:/# | |
| 1014 | + | [ 60.278887] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1015 | + | [ 61.279412] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1016 | + | [ 71.279107] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1017 | + | [ 72.279652] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1018 | + | [ 77.279234] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1019 | + | [ 78.279775] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1020 | + | [ 88.279460] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1021 | + | [ 89.280005] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1022 | + | ||
| 1023 | + | ||
| 1024 | + | root@recovery000afa242b15:/# i2cdetect 4 | |
| 1025 | + | WARNING! This program can confuse your I2C bus, cause data loss and worse! | |
| 1026 | + | I will probe file /dev/i2c-4. | |
| 1027 | + | I will probe address range 0x08-0x77. | |
| 1028 | + | Continue? [Y/n] y | |
| 1029 | + | 0 1 2 3 4 5 6 7 8 9 a b c d e f | |
| 1030 | + | 00: -- -- -- -- -- -- -- -- | |
| 1031 | + | 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 1032 | + | 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 1033 | + | 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 1034 | + | 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 1035 | + | 50: 50 51 -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 1036 | + | 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 1037 | + | 70: UU -- -- -- -- -- -- -- | |
| 1038 | + | ||
| 1039 | + | root@recovery000afa242b15:/# i2cdump 4 0x50 | |
| 1040 | + | No size specified (using byte-data access) | |
| 1041 | + | WARNING! This program can confuse your I2C bus, cause data loss and worse! | |
| 1042 | + | I will probe file /dev/i2c-4, address 0x50, mode byte | |
| 1043 | + | Continue? [Y/n] [ 353.284987] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1044 | + | [ 354.285526] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1045 | + | [ 359.285110] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1046 | + | y | |
| 1047 | + | 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef | |
| 1048 | + | 00: 03 04 07 00 00 00 02 22 00 01 01 01 0d 00 0a 64 ???...?".????.?d | |
| 1049 | + | 10: 00 00 00 00 46 53 20 20 20 20 20 20 20 20 20 20 ....FS | |
| 1050 | + | 20: 20 20 20 20 00 00 00 00 53 46 50 31 47 2d 4c 58 ....SFP1G-LX | |
| 1051 | + | 30: 2d 33 31 20 20 20 20 20 41 30 20 20 05 1e 00 40 -31 A0 ??.@ | |
| 1052 | + | 40: 00 1a 00 00 46 32 35 31 30 30 38 31 37 32 38 20 .?..F2510081728 | |
| 1053 | + | 50: 20 20 20 20 32 35 31 30 30 39 20 20 68 f0 01 cc 251009 h??? | |
| 1054 | + | 60: 00 00 08 dc e5 e5 33 09 b5 1e 32 04 4a bf 98 c6 ..????3???2?J??? | |
| 1055 | + | 70: 2e a1 98 00 00 00 00 00 00 00 00 00 2b a4 f4 48 .??.........+??H | |
| 1056 | + | 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 1057 | + | 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 1058 | + | a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 1059 | + | b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 1060 | + | c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 1061 | + | d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 1062 | + | e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 1063 | + | f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 1064 | + | ``` | |
| 1065 | + | ||
| 1066 | + | ## eth8 | |
| 1067 | + | ||
| 1068 | + | ``` | |
| 1069 | + | root@recovery000afa242b15:/# ifconfig eth9 down | |
| 1070 | + | root@recovery000afa242b15:/# ifconfig eth8 up | |
| 1071 | + | root@recovery000[ 959.049478] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1072 | + | afa242b15:/# [ 959.055786] IPv6: ADDRCONF(NETDEV_CHANGE): eth8: link becomes ready | |
| 1073 | + | ||
| 1074 | + | root@recovery000afa242b15:/# [ 961.298027] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1075 | + | ping [ 962.298607] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1076 | + | root@recovery000afa242b15:/# ip addr[ 967.298144] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1077 | + | [ 968.298731] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1078 | + | ||
| 1079 | + | 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 | |
| 1080 | + | link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
| 1081 | + | inet 127.0.0.1/8 scope host lo | |
| 1082 | + | valid_lft forever preferred_lft forever | |
| 1083 | + | inet6 ::1/128 scope host | |
| 1084 | + | valid_lft forever preferred_lft forever | |
| 1085 | + | 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 1086 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 1087 | + | 3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 1088 | + | link/ether 00:0a:fa:24:2b:16 brd ff:ff:ff:ff:ff:ff | |
| 1089 | + | 4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 1090 | + | link/ether 00:0a:fa:24:2b:17 brd ff:ff:ff:ff:ff:ff | |
| 1091 | + | 5: eth3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 1092 | + | link/ether 00:0a:fa:24:2b:18 brd ff:ff:ff:ff:ff:ff | |
| 1093 | + | 6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 1094 | + | link/ether 00:0a:fa:24:2b:19 brd ff:ff:ff:ff:ff:ff | |
| 1095 | + | 7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 1096 | + | link/ether 00:0a:fa:24:2b:1a brd ff:ff:ff:ff:ff:ff | |
| 1097 | + | 8: eth6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 1098 | + | link/ether 00:0a:fa:24:2b:1b brd ff:ff:ff:ff:ff:ff | |
| 1099 | + | 9: eth7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 1100 | + | link/ether 00:0a:fa:24:2b:1c brd ff:ff:ff:ff:ff:ff | |
| 1101 | + | 10: eth8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000 | |
| 1102 | + | link/ether 00:0a:fa:24:2b:1e brd ff:ff:ff:ff:ff:ff | |
| 1103 | + | inet 10.0.0.8/24 scope global eth8 | |
| 1104 | + | valid_lft forever preferred_lft forever | |
| 1105 | + | inet6 fe80::20a:faff:fe24:2b1e/64 scope link | |
| 1106 | + | valid_lft forever preferred_lft forever | |
| 1107 | + | 11: eth9: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 1108 | + | link/ether 00:0a:fa:24:2b:1d brd ff:ff:ff:ff:ff:ff | |
| 1109 | + | inet 10.0.0.9/24 scope global eth9 | |
| 1110 | + | valid_lft forever preferred_lft forever | |
| 1111 | + | 12: br-lan: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN qlen 1000 | |
| 1112 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 1113 | + | inet 192.168.10.1/24 brd 192.168.10.255 scope global br-lan | |
| 1114 | + | valid_lft forever preferred_lft forever | |
| 1115 | + | inet6 fda8:1da6:f054::1/60 scope global tentative noprefixroute | |
| 1116 | + | valid_lft forever preferred_lft forever | |
| 1117 | + | root@recovery000afa242b15:/# ifconfig eth8 up^C | |
| 1118 | + | root@recovery000afa242b15:/# [ 978.298405] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1119 | + | ping [ 979.298961] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1120 | + | ^C | |
| 1121 | + | root@recovery000afa242b15:/# ip route delete de[ 984.298502] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1122 | + | f[ 985.299086] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1123 | + | ault | |
| 1124 | + | ip: RTNETLINK answers: No such process | |
| 1125 | + | root@recovery000afa242b15:/# ip route delete default[ 995.298748] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1126 | + | [ 996.299310] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1127 | + | ||
| 1128 | + | ip: RTNETLINK answers: No such process | |
| 1129 | + | root@recovery000afa242b15:/# [ 1006.298972] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1130 | + | ip a[ 1007.299541] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1131 | + | ddr add 10.0.0.[ 1012.299087] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1132 | + | 8[ 1013.299667] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1133 | + | /24 dev eth8 | |
| 1134 | + | ip: RTNETLINK answers: File exists | |
| 1135 | + | root@recovery000afa242b15:/# ip route add default via 10.0.0.8[ 1023.299333] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1136 | + | ||
| 1137 | + | root@recovery000afa242b15:/# [ 1024.299899] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1138 | + | root@recovery000afa242b15:/# ip addr | |
| 1139 | + | 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 | |
| 1140 | + | link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
| 1141 | + | inet 127.0.0.1/8 scope host lo | |
| 1142 | + | valid_lft forever preferred_lft forever | |
| 1143 | + | inet6 ::1/128 scope host | |
| 1144 | + | valid_lft forever preferred_lft forever | |
| 1145 | + | 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 1146 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 1147 | + | 3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 1148 | + | link/ether 00:0a:fa:24:2b:16 brd ff:ff:ff:ff:ff:ff | |
| 1149 | + | 4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 1150 | + | link/ether 00:0a:fa:24:2b:17 brd ff:ff:ff:ff:ff:ff | |
| 1151 | + | 5: eth3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 1152 | + | link/ether 00:0a:fa:24:2b:18 brd ff:ff:ff:ff:ff:ff | |
| 1153 | + | 6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 1154 | + | link/ether 00:0a:fa:24:2b:19 brd ff:ff:ff:ff:ff:ff | |
| 1155 | + | 7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 1156 | + | link/ether 00:0a:fa:24:2b:1a brd ff:ff:ff:ff:ff:ff | |
| 1157 | + | 8: eth6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 1158 | + | link/ether 00:0a:fa:24:2b:1b brd ff:ff:ff:ff:ff:ff | |
| 1159 | + | 9: eth7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 1160 | + | link/ether 00:0a:fa:24:2b:1c brd ff:ff:ff:ff:ff:ff | |
| 1161 | + | 10: eth8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000 | |
| 1162 | + | link/ether 00:0a:fa:24:2b:1e brd ff:ff:ff:ff:ff:ff | |
| 1163 | + | inet 10.0.0.8/24 scope global eth8 | |
| 1164 | + | valid_lft forever preferred_lft forever | |
| 1165 | + | inet6 fe80::20a:faff:fe24:2b1e/64 scope link | |
| 1166 | + | valid_lft forever preferred_lft forever | |
| 1167 | + | 11: eth9: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 1168 | + | link/ether 00:0a:fa:24:2b:1d brd ff:ff:ff:ff:ff:ff | |
| 1169 | + | inet 10.0.0.9/24 scope global eth9 | |
| 1170 | + | valid_lft forever preferred_lft forever | |
| 1171 | + | 12: br-lan: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN qlen 1000 | |
| 1172 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 1173 | + | inet 192.168.10.1/24 brd 192.168.10.255 scope global br-lan | |
| 1174 | + | valid_lft forever preferred_lft forever | |
| 1175 | + | inet6 fda8:1da6:f054::1/60 scope global tentative noprefixroute | |
| 1176 | + | valid_lft forever preferred_lft forever | |
| 1177 | + | root@recovery000afa242b15:/# ping [ 1029.299461] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1178 | + | [ 1030.300021] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1179 | + | 10.0.0.11 | |
| 1180 | + | PING 10.0.0.11 (10.0.0.11): 56 data bytes | |
| 1181 | + | [ 1040.299683] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1182 | + | [ 1041.300254] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1183 | + | [ 1046.299794] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 1184 | + | [ 1047.300377] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 1185 | + | ``` | |
| 1186 | + | ||
| 1187 | + | ||
| 1188 | + | # switch to RevC, same result | |
| 1189 | + | ||
| 1190 | + | ``` | |
| 1191 | + | doas cu -l /dev/cuaU0 -s 115200 | |
| 1192 | + | Connected | |
| 1193 | + | }�ɁjR��"U� | |
| 1194 | + | SH(�� | |
| 1195 | + | Ɂ�jRINFO: checksum 0x9c5886cb | |
| 1196 | + | INFO: n_ranks 2 | |
| 1197 | + | INFO: rank_density 0x400000000 | |
| 1198 | + | INFO: capacity 0x800000000 | |
| 1199 | + | INFO: die density 0x6 | |
| 1200 | + | INFO: primary_sdram_width 64 | |
| 1201 | + | INFO: ec_sdram_width 8 | |
| 1202 | + | INFO: device_width 8 | |
| 1203 | + | INFO: package_3ds 0 | |
| 1204 | + | INFO: rdimm 0 | |
| 1205 | + | INFO: mirrored_dimm 1 | |
| 1206 | + | INFO: rc 0x6 | |
| 1207 | + | INFO: n_row_addr 17 | |
| 1208 | + | INFO: n_col_addr 10 | |
| 1209 | + | INFO: bank_addr_bits 0 | |
| 1210 | + | INFO: bank_group_bits 2 | |
| 1211 | + | INFO: edc_config 2 | |
| 1212 | + | INFO: burst_lengths_bitmask 0xc | |
| 1213 | + | INFO: tckmin_x_ps 750 | |
| 1214 | + | INFO: tckmax_ps 1600 | |
| 1215 | + | INFO: caslat_x 0x1ffc00 | |
| 1216 | + | INFO: taa_ps 13750 | |
| 1217 | + | INFO: trcd_ps 13750 | |
| 1218 | + | INFO: trp_ps 13750 | |
| 1219 | + | INFO: tras_ps 32000 | |
| 1220 | + | INFO: trc_ps 45750 | |
| 1221 | + | INFO: trfc1_ps 350000 | |
| 1222 | + | INFO: trfc2_ps 260000 | |
| 1223 | + | INFO: trfc4_ps 160000 | |
| 1224 | + | INFO: tfaw_ps 21000 | |
| 1225 | + | INFO: trrds_ps 3000 | |
| 1226 | + | INFO: trrdl_ps 4900 | |
| 1227 | + | INFO: tccdl_ps 5000 | |
| 1228 | + | INFO: trfc_slr_ps 0 | |
| 1229 | + | INFO: twr_ps 15000 | |
| 1230 | + | INFO: refresh_rate_ps 7800000 | |
| 1231 | + | INFO: dq_mapping 0xb | |
| 1232 | + | INFO: dq_mapping 0x2b | |
| 1233 | + | INFO: dq_mapping 0xc | |
| 1234 | + | INFO: dq_mapping 0x2b | |
| 1235 | + | INFO: dq_mapping 0x2b | |
| 1236 | + | INFO: dq_mapping 0xb | |
| 1237 | + | INFO: dq_mapping 0x16 | |
| 1238 | + | INFO: dq_mapping 0x36 | |
| 1239 | + | INFO: dq_mapping 0xc | |
| 1240 | + | INFO: dq_mapping 0x2b | |
| 1241 | + | INFO: dq_mapping 0x15 | |
| 1242 | + | INFO: dq_mapping 0x2c | |
| 1243 | + | INFO: dq_mapping 0xb | |
| 1244 | + | INFO: dq_mapping 0x35 | |
| 1245 | + | INFO: dq_mapping 0x16 | |
| 1246 | + | INFO: dq_mapping 0x36 | |
| 1247 | + | INFO: dq_mapping 0x16 | |
| 1248 | + | INFO: dq_mapping 0x36 | |
| 1249 | + | INFO: dq_mapping_ors 1 | |
| 1250 | + | INFO: done with controller 0 | |
| 1251 | + | INFO: cal cs | |
| 1252 | + | INFO: cs_in_use = 3 | |
| 1253 | + | INFO: cs_on_dimm[0] = 3 | |
| 1254 | + | NOTICE: UDIMM 9965657-038.A00G | |
| 1255 | + | INFO: Time after parsing SPD 549 ms | |
| 1256 | + | INFO: Synthesize configurations | |
| 1257 | + | INFO: cs 0 | |
| 1258 | + | INFO: odt_rd_cfg 0x0 | |
| 1259 | + | INFO: odt_wr_cfg 0x4 | |
| 1260 | + | INFO: odt_rtt_norm 0x3 | |
| 1261 | + | INFO: odt_rtt_wr 0x0 | |
| 1262 | + | INFO: auto_precharge 0 | |
| 1263 | + | INFO: cs 1 | |
| 1264 | + | INFO: odt_rd_cfg 0x0 | |
| 1265 | + | INFO: odt_wr_cfg 0x0 | |
| 1266 | + | INFO: odt_rtt_norm 0x0 | |
| 1267 | + | INFO: odt_rtt_wr 0x0 | |
| 1268 | + | INFO: auto_precharge 0 | |
| 1269 | + | INFO: cs 2 | |
| 1270 | + | INFO: odt_rd_cfg 0x0 | |
| 1271 | + | INFO: odt_wr_cfg 0x0 | |
| 1272 | + | INFO: odt_rtt_norm 0x0 | |
| 1273 | + | INFO: odt_rtt_wr 0x0 | |
| 1274 | + | INFO: auto_precharge 0 | |
| 1275 | + | INFO: cs 3 | |
| 1276 | + | INFO: odt_rd_cfg 0x0 | |
| 1277 | + | INFO: odt_wr_cfg 0x0 | |
| 1278 | + | INFO: odt_rtt_norm 0x0 | |
| 1279 | + | INFO: odt_rtt_wr 0x0 | |
| 1280 | + | INFO: auto_precharge 0 | |
| 1281 | + | INFO: ctlr_init_ecc 1 | |
| 1282 | + | INFO: x4_en 0 | |
| 1283 | + | INFO: ap_en 0 | |
| 1284 | + | INFO: ctlr_intlv 0 | |
| 1285 | + | INFO: ctlr_intlv_mode 0 | |
| 1286 | + | INFO: ba_intlv 0x40 | |
| 1287 | + | INFO: data_bus_used 0 | |
| 1288 | + | INFO: otf_burst_chop_en 1 | |
| 1289 | + | INFO: burst_length 0x6 | |
| 1290 | + | INFO: dbw_cap_shift 0 | |
| 1291 | + | INFO: Assign binding addresses | |
| 1292 | + | INFO: ctlr_intlv 0 | |
| 1293 | + | INFO: rank density 0x400000000 | |
| 1294 | + | INFO: CS 0 | |
| 1295 | + | INFO: base_addr 0x0 | |
| 1296 | + | INFO: size 0x800000000 | |
| 1297 | + | INFO: CS 1 | |
| 1298 | + | INFO: base_addr 0x0 | |
| 1299 | + | INFO: size 0x800000000 | |
| 1300 | + | INFO: base 0x0 | |
| 1301 | + | INFO: Total mem by assignment is 0x800000000 | |
| 1302 | + | INFO: Calculate controller registers | |
| 1303 | + | INFO: Skip CL mask for this speed 0x4000 | |
| 1304 | + | INFO: Skip caslat 0x4000 | |
| 1305 | + | INFO: cs_in_use = 0x3 | |
| 1306 | + | INFO: cs0 | |
| 1307 | + | INFO: _config = 0x80040522 | |
| 1308 | + | INFO: cs[0].bnds = 0x7ff | |
| 1309 | + | INFO: cs_in_use = 0x3 | |
| 1310 | + | INFO: cs1 | |
| 1311 | + | INFO: _config = 0x80000522 | |
| 1312 | + | INFO: cs[1].bnds = 0x7ff | |
| 1313 | + | INFO: sdram_cfg[0] = 0xe5004000 | |
| 1314 | + | INFO: sdram_cfg[1] = 0x401151 | |
| 1315 | + | INFO: sdram_cfg[2] = 0x0 | |
| 1316 | + | INFO: timing_cfg[0] = 0xd1770018 | |
| 1317 | + | INFO: timing_cfg[1] = 0xf2fc8245 | |
| 1318 | + | INFO: timing_cfg[2] = 0x594197 | |
| 1319 | + | INFO: timing_cfg[3] = 0x2161100 | |
| 1320 | + | INFO: timing_cfg[4] = 0x220002 | |
| 1321 | + | INFO: timing_cfg[5] = 0x5401400 | |
| 1322 | + | INFO: timing_cfg[6] = 0x0 | |
| 1323 | + | INFO: timing_cfg[7] = 0x26600000 | |
| 1324 | + | INFO: timing_cfg[8] = 0x5446a00 | |
| 1325 | + | INFO: timing_cfg[9] = 0x0 | |
| 1326 | + | INFO: dq_map[0] = 0x2eb32bac | |
| 1327 | + | INFO: dq_map[1] = 0x2d6d95b0 | |
| 1328 | + | INFO: dq_map[2] = 0x2f55b658 | |
| 1329 | + | INFO: dq_map[3] = 0xd8cac001 | |
| 1330 | + | INFO: sdram_mode[0] = 0x3010631 | |
| 1331 | + | INFO: sdram_mode[1] = 0x100000 | |
| 1332 | + | INFO: sdram_mode[9] = 0x8400000 | |
| 1333 | + | INFO: sdram_mode[8] = 0x500 | |
| 1334 | + | INFO: sdram_mode[2] = 0x10631 | |
| 1335 | + | INFO: sdram_mode[3] = 0x100000 | |
| 1336 | + | INFO: sdram_mode[10] = 0x400 | |
| 1337 | + | INFO: sdram_mode[11] = 0x8400000 | |
| 1338 | + | INFO: sdram_mode[4] = 0x10631 | |
| 1339 | + | INFO: sdram_mode[5] = 0x100000 | |
| 1340 | + | INFO: sdram_mode[12] = 0x400 | |
| 1341 | + | INFO: sdram_mode[13] = 0x8400000 | |
| 1342 | + | INFO: sdram_mode[6] = 0x10631 | |
| 1343 | + | INFO: sdram_mode[7] = 0x100000 | |
| 1344 | + | INFO: sdram_mode[14] = 0x400 | |
| 1345 | + | INFO: sdram_mode[15] = 0x8400000 | |
| 1346 | + | INFO: eor = 0x40000000 | |
| 1347 | + | INFO: interval = 0x1ffe07ff | |
| 1348 | + | INFO: zq_cntl = 0x8a090705 | |
| 1349 | + | INFO: ddr_sr_cntr = 0x0 | |
| 1350 | + | INFO: clk_cntl = 0x2400000 | |
| 1351 | + | INFO: cdr[0] = 0x80080000 | |
| 1352 | + | INFO: cdr[1] = 0xc0 | |
| 1353 | + | INFO: wrlvl_cntl[0] = 0x8675f605 | |
| 1354 | + | INFO: wrlvl_cntl[1] = 0x704080b | |
| 1355 | + | INFO: wrlvl_cntl[2] = 0xf0c0d0a | |
| 1356 | + | INFO: debug[28] = 0x7b | |
| 1357 | + | INFO: Time before programming controller 817 ms | |
| 1358 | + | INFO: Program controller registers | |
| 1359 | + | INFO: total size 32 GB | |
| 1360 | + | INFO: Need to wait up to 8160 ms | |
| 1361 | + | INFO: Reading debug[9] as 0x2e003200 | |
| 1362 | + | INFO: Reading debug[10] as 0x2a003300 | |
| 1363 | + | INFO: Reading debug[11] as 0x39004200 | |
| 1364 | + | INFO: Reading debug[12] as 0x3d004000 | |
| 1365 | + | INFO: cpo_min 0x2a | |
| 1366 | + | INFO: cpo_max 0x42 | |
| 1367 | + | INFO: debug[28] 0x6a007b | |
| 1368 | + | WARNING: Warning: A009942 requires setting cpo_sample to 0x5d | |
| 1369 | + | INFO: *0x1080000 = 0x7ff | |
| 1370 | + | INFO: *0x1080008 = 0x7ff | |
| 1371 | + | INFO: *0x1080080 = 0x80040522 | |
| 1372 | + | INFO: *0x1080084 = 0x80000522 | |
| 1373 | + | INFO: *0x1080100 = 0x2161100 | |
| 1374 | + | INFO: *0x1080104 = 0xd1770018 | |
| 1375 | + | INFO: *0x1080108 = 0xf2fc8245 | |
| 1376 | + | INFO: *0x108010c = 0x594197 | |
| 1377 | + | INFO: *0x1080110 = 0xe5004000 | |
| 1378 | + | INFO: *0x1080114 = 0x401141 | |
| 1379 | + | INFO: *0x1080118 = 0x3010631 | |
| 1380 | + | INFO: *0x108011c = 0x100000 | |
| 1381 | + | INFO: *0x1080120 = 0x1600086b | |
| 1382 | + | INFO: *0x1080124 = 0x1ffe07ff | |
| 1383 | + | INFO: *0x1080128 = 0xdeadbeef | |
| 1384 | + | INFO: *0x1080130 = 0x2400000 | |
| 1385 | + | INFO: *0x1080160 = 0x220002 | |
| 1386 | + | INFO: *0x1080164 = 0x5401400 | |
| 1387 | + | INFO: *0x108016c = 0x26600000 | |
| 1388 | + | INFO: *0x1080170 = 0x8a090705 | |
| 1389 | + | INFO: *0x1080174 = 0xc675f605 | |
| 1390 | + | INFO: *0x1080190 = 0x704080b | |
| 1391 | + | INFO: *0x1080194 = 0xf0c0d0a | |
| 1392 | + | INFO: *0x1080200 = 0x10631 | |
| 1393 | + | INFO: *0x1080204 = 0x100000 | |
| 1394 | + | INFO: *0x1080208 = 0x10631 | |
| 1395 | + | INFO: *0x108020c = 0x100000 | |
| 1396 | + | INFO: *0x1080210 = 0x10631 | |
| 1397 | + | INFO: *0x1080214 = 0x100000 | |
| 1398 | + | INFO: *0x1080220 = 0x500 | |
| 1399 | + | INFO: *0x1080224 = 0x8400000 | |
| 1400 | + | INFO: *0x1080228 = 0x400 | |
| 1401 | + | INFO: *0x108022c = 0x8400000 | |
| 1402 | + | INFO: *0x1080230 = 0x400 | |
| 1403 | + | INFO: *0x1080234 = 0x8400000 | |
| 1404 | + | INFO: *0x1080238 = 0x400 | |
| 1405 | + | INFO: *0x108023c = 0x8400000 | |
| 1406 | + | INFO: *0x1080250 = 0x5446a00 | |
| 1407 | + | INFO: *0x1080270 = 0xffff | |
| 1408 | + | INFO: *0x1080280 = 0xeedeeedd | |
| 1409 | + | INFO: *0x1080284 = 0xedeedddd | |
| 1410 | + | INFO: *0x1080288 = 0x11211122 | |
| 1411 | + | INFO: *0x108028c = 0x12112222 | |
| 1412 | + | INFO: *0x1080290 = 0x21de0001 | |
| 1413 | + | INFO: *0x1080400 = 0x2eb32bac | |
| 1414 | + | INFO: *0x1080404 = 0x2d6d95b0 | |
| 1415 | + | INFO: *0x1080408 = 0x2f55b658 | |
| 1416 | + | INFO: *0x108040c = 0xd8cac001 | |
| 1417 | + | INFO: *0x1080b20 = 0x8080 | |
| 1418 | + | INFO: *0x1080b24 = 0x80000000 | |
| 1419 | + | INFO: *0x1080b28 = 0x80080000 | |
| 1420 | + | INFO: *0x1080b2c = 0xc0 | |
| 1421 | + | INFO: *0x1080bf8 = 0x20502 | |
| 1422 | + | INFO: *0x1080bfc = 0x100 | |
| 1423 | + | INFO: *0x1080c00 = 0x40000000 | |
| 1424 | + | INFO: *0x1080f04 = 0x2 | |
| 1425 | + | INFO: *0x1080f08 = 0x9 | |
| 1426 | + | INFO: *0x1080f0c = 0x14000c20 | |
| 1427 | + | INFO: *0x1080f24 = 0x2e003200 | |
| 1428 | + | INFO: *0x1080f28 = 0x2a003300 | |
| 1429 | + | INFO: *0x1080f2c = 0x39004200 | |
| 1430 | + | INFO: *0x1080f30 = 0x3d004000 | |
| 1431 | + | INFO: *0x1080f34 = 0x36007000 | |
| 1432 | + | INFO: *0x1080f48 = 0x1 | |
| 1433 | + | INFO: *0x1080f4c = 0x94000000 | |
| 1434 | + | INFO: *0x1080f50 = 0xc001000 | |
| 1435 | + | INFO: *0x1080f54 = 0xb001300 | |
| 1436 | + | INFO: *0x1080f58 = 0x19002100 | |
| 1437 | + | INFO: *0x1080f5c = 0x1b001e00 | |
| 1438 | + | INFO: *0x1080f60 = 0x16000000 | |
| 1439 | + | INFO: *0x1080f64 = 0x9000 | |
| 1440 | + | INFO: *0x1080f68 = 0x20 | |
| 1441 | + | INFO: *0x1080f70 = 0x6a007b | |
| 1442 | + | INFO: *0x1080f94 = 0x80000000 | |
| 1443 | + | INFO: *0x1080f9c = 0x2b002a00 | |
| 1444 | + | INFO: *0x1080fa0 = 0x2a002900 | |
| 1445 | + | INFO: *0x1080fa4 = 0x2a002700 | |
| 1446 | + | INFO: *0x1080fa8 = 0x2b002b00 | |
| 1447 | + | INFO: *0x1080fac = 0x29000000 | |
| 1448 | + | INFO: *0x1080fb0 = 0x3 | |
| 1449 | + | INFO: *0x1080fb4 = 0x1e1d1b1e | |
| 1450 | + | INFO: *0x1080fb8 = 0x1e1d1e1d | |
| 1451 | + | INFO: *0x1080fbc = 0x1e1e1d20 | |
| 1452 | + | INFO: *0x1080fc0 = 0x1d1e1e1d | |
| 1453 | + | INFO: *0x1080fc4 = 0x1f1e1c1f | |
| 1454 | + | INFO: *0x1080fc8 = 0x1c1e1f1d | |
| 1455 | + | INFO: *0x1080fcc = 0x1e1e1d1e | |
| 1456 | + | INFO: *0x1080fd0 = 0x1c1d1d1c | |
| 1457 | + | INFO: *0x1080fd4 = 0x1e1e1b1e | |
| 1458 | + | INFO: *0x1080fd8 = 0x1d1d1d1d | |
| 1459 | + | INFO: *0x1080fdc = 0x1e1a1b1c | |
| 1460 | + | INFO: *0x1080fe0 = 0x1d1c1d1a | |
| 1461 | + | INFO: *0x1080fe4 = 0x1e1f1b1f | |
| 1462 | + | INFO: *0x1080fe8 = 0x1f1f1d1e | |
| 1463 | + | INFO: *0x1080fec = 0x1f1f1d1f | |
| 1464 | + | INFO: *0x1080ff0 = 0x1e1f1f1e | |
| 1465 | + | INFO: *0x1080ff4 = 0x1f1d1a1e | |
| 1466 | + | INFO: *0x1080ff8 = 0x1d1d1e1c | |
| 1467 | + | INFO: *0x1080ffc = 0x1f000000 | |
| 1468 | + | ||
| 1469 | + | NOTICE: 32 GB DDR4, 64-bit, CL=15, ECC on, CS0+CS1 | |
| 1470 | + | INFO: Time used by DDR driver 4383 ms | |
| 1471 | + | INFO: RCW BOOT SRC is QSPI | |
| 1472 | + | NOTICE: BL2: v2.13.0(debug): | |
| 1473 | + | NOTICE: BL2: Built : 00:26:14, Feb 13 2026 | |
| 1474 | + | INFO: Configuring TrustZone Controller | |
| 1475 | + | INFO: BL2: Doing platform setup | |
| 1476 | + | INFO: BL2: Loading image id 3 | |
| 1477 | + | INFO: Loading image id=3 at address 0xfbe00000 | |
| 1478 | + | INFO: Image id=3 loaded: 0xfbe00000 - 0xfbe0c16c | |
| 1479 | + | INFO: BL2: Loading image id 5 | |
| 1480 | + | INFO: Loading image id=5 at address 0x82000000 | |
| 1481 | + | INFO: Image id=5 loaded: 0x82000000 - 0x8210b016 | |
| 1482 | + | NOTICE: BL2: Booting BL31 | |
| 1483 | + | INFO: Entry point address = 0xfbe00000 | |
| 1484 | + | INFO: SPSR = 0x3cd | |
| 1485 | + | NOTICE: BL31: v1.5(debug):8bf4598 | |
| 1486 | + | NOTICE: BL31: Built : 03:58:00, Mar 15 2022 | |
| 1487 | + | NOTICE: Welcome to LS1088 BL31 Phase | |
| 1488 | + | INFO: GICv3 without legacy support detected. ARM GICV3 driver initialized in EL3 | |
| 1489 | + | INFO: BL31: Initializing runtime services | |
| 1490 | + | WARNING: BL31: cortex_a53: CPU workaround for 835769 was missing! | |
| 1491 | + | WARNING: BL31: cortex_a53: CPU workaround for 843419 was missing! | |
| 1492 | + | INFO: BL31: cortex_a53: CPU workaround for 855873 was applied | |
| 1493 | + | INFO: BL31: Preparing for EL3 exit to normal world | |
| 1494 | + | INFO: Entry point address = 0x82000000 | |
| 1495 | + | INFO: SPSR = 0x3c9 | |
| 1496 | + | ||
| 1497 | + | ||
| 1498 | + | U-Boot 2020.07-rc1-ga94e0d21 (Mar 15 2022 - 03:55:15 +0000) | |
| 1499 | + | Micron SPI NAND was found. | |
| 1500 | + | 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 128 | |
| 1501 | + | Reading 33554432 byte(s) (16384 page(s)) at offset 0x00000000 | |
| 1502 | + | Reading 262144 byte(s) at offset 0x00000000 | |
| 1503 | + | fsl-mc: Deploying data path layout ... SUCCESS | |
| 1504 | + | ## Loading kernel from FIT Image at a0000000 ... | |
| 1505 | + | Using 'ten64' configuration | |
| 1506 | + | Trying 'kernel@0' kernel subimage | |
| 1507 | + | Description: Linux Kernel | |
| 1508 | + | Created: 2021-11-01 4:31:34 UTC | |
| 1509 | + | Type: Kernel Image | |
| 1510 | + | Compression: gzip compressed | |
| 1511 | + | Data Start: 0xa00000d4 | |
| 1512 | + | Data Size: 5844449 Bytes = 5.6 MiB | |
| 1513 | + | Architecture: AArch64 | |
| 1514 | + | OS: Linux | |
| 1515 | + | Load Address: 0x80000000 | |
| 1516 | + | Entry Point: 0x80000000 | |
| 1517 | + | Hash algo: sha1 | |
| 1518 | + | Hash value: d55f80127d72eb76817d59b5cec673b9bc355197 | |
| 1519 | + | Verifying Hash Integrity ... sha1+ OK | |
| 1520 | + | ## Loading ramdisk from FIT Image at a0000000 ... | |
| 1521 | + | Using 'ten64' configuration | |
| 1522 | + | Trying 'ramdisk@0' ramdisk subimage | |
| 1523 | + | Description: ramdisk ten64 | |
| 1524 | + | Created: 2021-11-01 4:31:34 UTC | |
| 1525 | + | Type: RAMDisk Image | |
| 1526 | + | Compression: gzip compressed | |
| 1527 | + | Data Start: 0xa05982f4 | |
| 1528 | + | Data Size: 19294187 Bytes = 18.4 MiB | |
| 1529 | + | Architecture: AArch64 | |
| 1530 | + | OS: Linux | |
| 1531 | + | Load Address: unavailable | |
| 1532 | + | Entry Point: unavailable | |
| 1533 | + | Hash algo: sha1 | |
| 1534 | + | Hash value: 3d8e4815f8be713be4979c31267e18965bae9a5e | |
| 1535 | + | Verifying Hash Integrity ... sha1+ OK | |
| 1536 | + | WARNING: 'compression' nodes for ramdisks are deprecated, please fix your .its file! | |
| 1537 | + | ## Loading fdt from FIT Image at a0000000 ... | |
| 1538 | + | Using 'ten64' configuration | |
| 1539 | + | Trying 'fdt@0' fdt subimage | |
| 1540 | + | Description: Flattened Device Tree blob | |
| 1541 | + | Created: 2021-11-01 4:31:34 UTC | |
| 1542 | + | Type: Flat Device Tree | |
| 1543 | + | Compression: uncompressed | |
| 1544 | + | Data Start: 0xa0592fb0 | |
| 1545 | + | Data Size: 21109 Bytes = 20.6 KiB | |
| 1546 | + | Architecture: AArch64 | |
| 1547 | + | Load Address: 0x90000000 | |
| 1548 | + | Hash algo: sha1 | |
| 1549 | + | Hash value: 775ebe35f8e8009f1fdacbdf9ad44637ac663cf1 | |
| 1550 | + | Verifying Hash Integrity ... sha1+ OK | |
| 1551 | + | Loading fdt from 0xa0592fb0 to 0x90000000 | |
| 1552 | + | Booting using the fdt blob at 0x90000000 | |
| 1553 | + | Uncompressing Kernel Image | |
| 1554 | + | Loading Device Tree to 000000009fff7000, end 000000009ffff274 ... OK | |
| 1555 | + | TEN64 ft_board_setup start, blob 000000009fff7000 | |
| 1556 | + | INFO: RNG Desc SUCCESS with status 0 | |
| 1557 | + | INFO: result b250db9659414a63 | |
| 1558 | + | TEN64 ft_board_setup end | |
| 1559 | + | ||
| 1560 | + | Starting kernel ... | |
| 1561 | + | ||
| 1562 | + | [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] | |
| 1563 | + | [ 0.000000] Linux version 5.10.64 (build@runner-isgbxbcc-project-4881630-concurrent-0) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 8.4.0 r0+16341-7f361f5a1c) 8.4.0, GNU ld (GNU Binutils) 2.34) #0 SMP Wed Oct 13 05:51:35 2021 | |
| 1564 | + | [ 0.000000] Machine model: Traverse Ten64 | |
| 1565 | + | [ 0.000000] earlycon: uart8250 at MMIO 0x00000000021c0500 (options '') | |
| 1566 | + | [ 0.000000] printk: bootconsole [uart8250] enabled | |
| 1567 | + | [ 0.000000] efi: UEFI not found. | |
| 1568 | + | [ 0.000000] NUMA: No NUMA configuration found | |
| 1569 | + | [ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000087dfffffff] | |
| 1570 | + | [ 0.000000] NUMA: NODE_DATA [mem 0x87dc0e3100-0x87dc0e4fff] | |
| 1571 | + | [ 0.000000] Zone ranges: | |
| 1572 | + | [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] | |
| 1573 | + | [ 0.000000] DMA32 empty | |
| 1574 | + | [ 0.000000] Normal [mem 0x0000000100000000-0x00000087dfffffff] | |
| 1575 | + | [ 0.000000] Movable zone start for each node | |
| 1576 | + | [ 0.000000] Early memory node ranges | |
| 1577 | + | [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fbdfffff] | |
| 1578 | + | [ 0.000000] node 0: [mem 0x0000008080000000-0x00000087dfffffff] | |
| 1579 | + | [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000087dfffffff] | |
| 1580 | + | [ 0.000000] cma: Reserved 128 MiB at 0x00000000f3c00000 | |
| 1581 | + | [ 0.000000] psci: probing for conduit method from DT. | |
| 1582 | + | [ 0.000000] psci: PSCIv1.1 detected in firmware. | |
| 1583 | + | [ 0.000000] psci: Using standard PSCI v0.2 function IDs | |
| 1584 | + | [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. | |
| 1585 | + | [ 0.000000] psci: SMC Calling Convention v1.1 | |
| 1586 | + | [ 0.000000] percpu: Embedded 21 pages/cpu s47768 r8192 d30056 u86016 | |
| 1587 | + | [ 0.000000] Detected VIPT I-cache on CPU0 | |
| 1588 | + | [ 0.000000] CPU features: detected: GIC system register CPU interface | |
| 1589 | + | [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 8111616 | |
| 1590 | + | [ 0.000000] Policy zone: Normal | |
| 1591 | + | [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 ramdisk_size=0x3000000 default_hugepagesz=2m hugepagesz=2m hugepages=256 | |
| 1592 | + | [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) | |
| 1593 | + | [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) | |
| 1594 | + | [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | |
| 1595 | + | [ 0.000000] software IO TLB: mapped [mem 0x00000000efc00000-0x00000000f3c00000] (64MB) | |
| 1596 | + | [ 0.000000] Memory: 32093968K/32962560K available (9088K kernel code, 1006K rwdata, 2412K rodata, 896K init, 380K bss, 737520K reserved, 131072K cma-reserved) | |
| 1597 | + | [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 | |
| 1598 | + | [ 0.000000] rcu: Hierarchical RCU implementation. | |
| 1599 | + | [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. | |
| 1600 | + | [ 0.000000] Tracing variant of Tasks RCU enabled. | |
| 1601 | + | [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. | |
| 1602 | + | [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 | |
| 1603 | + | [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 | |
| 1604 | + | [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode | |
| 1605 | + | [ 0.000000] GICv3: 256 SPIs implemented | |
| 1606 | + | [ 0.000000] GICv3: 0 Extended SPIs implemented | |
| 1607 | + | [ 0.000000] GICv3: Distributor has no Range Selector support | |
| 1608 | + | [ 0.000000] GICv3: 16 PPIs implemented | |
| 1609 | + | [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000006100000 | |
| 1610 | + | [ 0.000000] ITS [mem 0x06020000-0x0603ffff] | |
| 1611 | + | [ 0.000000] ITS@0x0000000006020000: allocated 65536 Devices @8080080000 (flat, esz 8, psz 64K, shr 0) | |
| 1612 | + | [ 0.000000] ITS: using cache flushing for cmd queue | |
| 1613 | + | [ 0.000000] GICv3: using LPI property table @0x0000008080050000 | |
| 1614 | + | [ 0.000000] GIC: using cache flushing for LPI property table | |
| 1615 | + | [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000008080060000 | |
| 1616 | + | [ 0.000000] random: get_random_bytes called from start_kernel+0x350/0x550 with crng_init=0 | |
| 1617 | + | [ 0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (phys). | |
| 1618 | + | [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c409fb33, max_idle_ns: 440795203156 ns | |
| 1619 | + | [ 0.000002] sched_clock: 56 bits at 25MHz, resolution 39ns, wraps every 4398046511103ns | |
| 1620 | + | [ 0.008320] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000) | |
| 1621 | + | [ 0.018766] pid_max: default: 32768 minimum: 301 | |
| 1622 | + | [ 0.023555] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) | |
| 1623 | + | [ 0.031260] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) | |
| 1624 | + | [ 0.040164] rcu: Hierarchical SRCU implementation. | |
| 1625 | + | [ 0.045074] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build | |
| 1626 | + | [ 0.052817] Platform MSI: gic-its@6020000 domain created | |
| 1627 | + | [ 0.058221] PCI/MSI: /interrupt-controller@6000000/gic-its@6020000 domain created | |
| 1628 | + | [ 0.065810] fsl-mc MSI: gic-its@6020000 domain created | |
| 1629 | + | [ 0.071019] EFI services will not be available. | |
| 1630 | + | [ 0.075765] smp: Bringing up secondary CPUs ... | |
| 1631 | + | [ 0.080562] Detected VIPT I-cache on CPU1 | |
| 1632 | + | [ 0.080581] GICv3: CPU1: found redistributor 1 region 0:0x0000000006120000 | |
| 1633 | + | [ 0.080590] GICv3: CPU1: using allocated LPI pending table @0x0000008080070000 | |
| 1634 | + | [ 0.080613] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] | |
| 1635 | + | [ 0.080878] Detected VIPT I-cache on CPU2 | |
| 1636 | + | [ 0.080890] GICv3: CPU2: found redistributor 2 region 0:0x0000000006140000 | |
| 1637 | + | [ 0.080899] GICv3: CPU2: using allocated LPI pending table @0x0000008080100000 | |
| 1638 | + | [ 0.080917] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] | |
| 1639 | + | [ 0.081165] Detected VIPT I-cache on CPU3 | |
| 1640 | + | [ 0.081178] GICv3: CPU3: found redistributor 3 region 0:0x0000000006160000 | |
| 1641 | + | [ 0.081186] GICv3: CPU3: using allocated LPI pending table @0x0000008080110000 | |
| 1642 | + | [ 0.081203] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] | |
| 1643 | + | [ 0.081461] Detected VIPT I-cache on CPU4 | |
| 1644 | + | [ 0.081481] GICv3: CPU4: found redistributor 100 region 0:0x0000000006180000 | |
| 1645 | + | [ 0.081491] GICv3: CPU4: using allocated LPI pending table @0x0000008080120000 | |
| 1646 | + | [ 0.081520] CPU4: Booted secondary processor 0x0000000100 [0x410fd034] | |
| 1647 | + | [ 0.081805] Detected VIPT I-cache on CPU5 | |
| 1648 | + | [ 0.081819] GICv3: CPU5: found redistributor 101 region 0:0x00000000061a0000 | |
| 1649 | + | [ 0.081828] GICv3: CPU5: using allocated LPI pending table @0x0000008080130000 | |
| 1650 | + | [ 0.081846] CPU5: Booted secondary processor 0x0000000101 [0x410fd034] | |
| 1651 | + | [ 0.082110] Detected VIPT I-cache on CPU6 | |
| 1652 | + | [ 0.082125] GICv3: CPU6: found redistributor 102 region 0:0x00000000061c0000 | |
| 1653 | + | [ 0.082134] GICv3: CPU6: using allocated LPI pending table @0x0000008080140000 | |
| 1654 | + | [ 0.082152] CPU6: Booted secondary processor 0x0000000102 [0x410fd034] | |
| 1655 | + | [ 0.082414] Detected VIPT I-cache on CPU7 | |
| 1656 | + | [ 0.082431] GICv3: CPU7: found redistributor 103 region 0:0x00000000061e0000 | |
| 1657 | + | [ 0.082439] GICv3: CPU7: using allocated LPI pending table @0x0000008080150000 | |
| 1658 | + | [ 0.082458] CPU7: Booted secondary processor 0x0000000103 [0x410fd034] | |
| 1659 | + | [ 0.082507] smp: Brought up 1 node, 8 CPUs | |
| 1660 | + | [ 0.261138] SMP: Total of 8 processors activated. | |
| 1661 | + | [ 0.265880] CPU features: detected: 32-bit EL0 Support | |
| 1662 | + | [ 0.271060] CPU features: detected: CRC32 instructions | |
| 1663 | + | [ 0.276239] CPU features: detected: 32-bit EL1 Support | |
| 1664 | + | [ 0.281452] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching | |
| 1665 | + | [ 0.289878] CPU: All CPU(s) started at EL2 | |
| 1666 | + | [ 0.294025] alternatives: patching kernel code | |
| 1667 | + | [ 0.301554] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
| 1668 | + | [ 0.311392] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) | |
| 1669 | + | [ 0.320947] pinctrl core: initialized pinctrl subsystem | |
| 1670 | + | [ 0.326409] DMI not present or invalid. | |
| 1671 | + | [ 0.330396] NET: Registered protocol family 16 | |
| 1672 | + | [ 0.335969] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations | |
| 1673 | + | [ 0.343952] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
| 1674 | + | [ 0.352618] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
| 1675 | + | [ 0.361252] thermal_sys: Registered thermal governor 'step_wise' | |
| 1676 | + | [ 0.361524] cpuidle: using governor ladder | |
| 1677 | + | [ 0.371797] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
| 1678 | + | [ 0.378733] ASID allocator initialised with 65536 entries | |
| 1679 | + | [ 0.384239] Serial: AMBA PL011 UART driver | |
| 1680 | + | [ 0.395451] Machine: Traverse Ten64 | |
| 1681 | + | [ 0.398970] SoC family: QorIQ LS1088A | |
| 1682 | + | [ 0.402657] SoC ID: svr:0x87030010, Revision: 1.0 | |
| 1683 | + | [ 0.408834] fsl_mc_bus 80c000000.fsl-mc: MC firmware version: 10.20.4 | |
| 1684 | + | [ 0.417889] fsl_mc_dprc dprc.1: DMA mask not set | |
| 1685 | + | [ 0.430550] HugeTLB registered 2.00 MiB page size, pre-allocated 256 pages | |
| 1686 | + | [ 0.437506] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages | |
| 1687 | + | [ 0.444267] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages | |
| 1688 | + | [ 0.451027] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages | |
| 1689 | + | [ 0.458459] cryptd: max_cpu_qlen set to 1000 | |
| 1690 | + | [ 0.463505] ACPI: Interpreter disabled. | |
| 1691 | + | [ 0.467438] iommu: Default domain type: Passthrough | |
| 1692 | + | [ 0.472571] SCSI subsystem initialized | |
| 1693 | + | [ 0.476562] usbcore: registered new interface driver usbfs | |
| 1694 | + | [ 0.482119] usbcore: registered new interface driver hub | |
| 1695 | + | [ 0.487494] usbcore: registered new device driver usb | |
| 1696 | + | [ 0.492754] imx-i2c 2000000.i2c: can't get pinctrl, bus recovery not supported | |
| 1697 | + | [ 0.500537] i2c i2c-0: IMX I2C adapter registered | |
| 1698 | + | [ 0.505377] imx-i2c 2020000.i2c: can't get pinctrl, bus recovery not supported | |
| 1699 | + | [ 0.512746] i2c i2c-1: IMX I2C adapter registered | |
| 1700 | + | [ 0.517561] imx-i2c 2030000.i2c: can't get pinctrl, bus recovery not supported | |
| 1701 | + | [ 0.524947] i2c i2c-2: IMX I2C adapter registered | |
| 1702 | + | [ 0.530364] clocksource: Switched to clocksource arch_sys_counter | |
| 1703 | + | [ 0.536718] pnp: PnP ACPI: disabled | |
| 1704 | + | [ 0.540545] NET: Registered protocol family 2 | |
| 1705 | + | [ 0.545251] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
| 1706 | + | [ 0.557098] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) | |
| 1707 | + | [ 0.566096] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
| 1708 | + | [ 0.575440] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) | |
| 1709 | + | [ 0.583477] TCP: Hash tables configured (established 262144 bind 65536) | |
| 1710 | + | [ 0.590220] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) | |
| 1711 | + | [ 0.597557] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) | |
| 1712 | + | [ 0.605421] NET: Registered protocol family 1 | |
| 1713 | + | [ 0.609829] PCI: CLS 0 bytes, default 64 | |
| 1714 | + | [ 0.613900] Trying to unpack rootfs image as initramfs... | |
| 1715 | + | [ 0.619559] rootfs image is not initramfs (no cpio magic); looks like an initrd | |
| 1716 | + | [ 0.650053] Freeing initrd memory: 18836K | |
| 1717 | + | [ 0.654609] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available | |
| 1718 | + | [ 0.662621] kvm [1]: IPA Size Limit: 40 bits | |
| 1719 | + | [ 0.667271] kvm [1]: vgic-v2@c0e0000 | |
| 1720 | + | [ 0.670875] kvm [1]: GIC system register CPU interface enabled | |
| 1721 | + | [ 0.676840] kvm [1]: vgic interrupt IRQ9 | |
| 1722 | + | [ 0.680905] kvm [1]: Hyp mode initialized successfully | |
| 1723 | + | [ 0.687803] workingset: timestamp_bits=44 max_order=23 bucket_order=0 | |
| 1724 | + | [ 0.696710] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
| 1725 | + | [ 0.702594] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | |
| 1726 | + | [ 0.713555] layerscape-pcie 3400000.pcie: host bridge /soc/pcie@3400000 ranges: | |
| 1727 | + | [ 0.720943] layerscape-pcie 3400000.pcie: IO 0x2000010000..0x200001ffff -> 0x0000000000 | |
| 1728 | + | [ 0.729550] layerscape-pcie 3400000.pcie: MEM 0x2040000000..0x207fffffff -> 0x0040000000 | |
| 1729 | + | [ 0.738247] layerscape-pcie 3400000.pcie: PCI host bridge to bus 0000:00 | |
| 1730 | + | [ 0.745008] pci_bus 0000:00: root bus resource [bus 00-ff] | |
| 1731 | + | [ 0.750541] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] | |
| 1732 | + | [ 0.756776] pci_bus 0000:00: root bus resource [mem 0x2040000000-0x207fffffff] (bus address [0x40000000-0x7fffffff]) | |
| 1733 | + | [ 0.767410] pci 0000:00:00.0: [1957:80c0] type 01 class 0x060400 | |
| 1734 | + | [ 0.773517] pci 0000:00:00.0: supports D1 D2 | |
| 1735 | + | [ 0.777823] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot | |
| 1736 | + | [ 0.785731] pci 0000:00:00.0: PCI bridge to [bus 01-ff] | |
| 1737 | + | [ 0.791146] layerscape-pcie 3500000.pcie: host bridge /soc/pcie@3500000 ranges: | |
| 1738 | + | [ 0.798533] layerscape-pcie 3500000.pcie: IO 0x2800010000..0x280001ffff -> 0x0000000000 | |
| 1739 | + | [ 0.807140] layerscape-pcie 3500000.pcie: MEM 0x2840000000..0x287fffffff -> 0x0040000000 | |
| 1740 | + | [ 0.815822] layerscape-pcie 3500000.pcie: PCI host bridge to bus 0001:00 | |
| 1741 | + | [ 0.822587] pci_bus 0001:00: root bus resource [bus 00-ff] | |
| 1742 | + | [ 0.828121] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x0000-0xffff]) | |
| 1743 | + | [ 0.837161] pci_bus 0001:00: root bus resource [mem 0x2840000000-0x287fffffff] (bus address [0x40000000-0x7fffffff]) | |
| 1744 | + | [ 0.847788] pci 0001:00:00.0: [1957:80c0] type 01 class 0x060400 | |
| 1745 | + | [ 0.853880] pci 0001:00:00.0: supports D1 D2 | |
| 1746 | + | [ 0.858185] pci 0001:00:00.0: PME# supported from D0 D1 D2 D3hot | |
| 1747 | + | [ 0.865272] pci 0001:01:00.0: [12d8:b304] type 01 class 0x060400 | |
| 1748 | + | [ 0.871701] pci 0001:01:00.0: supports D1 D2 | |
| 1749 | + | [ 0.876006] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold | |
| 1750 | + | [ 0.882767] pci 0001:01:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0001:00:00.0 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link) | |
| 1751 | + | [ 0.907447] pci 0001:02:01.0: [12d8:b304] type 01 class 0x060400 | |
| 1752 | + | [ 0.913882] pci 0001:02:01.0: supports D1 D2 | |
| 1753 | + | [ 0.918189] pci 0001:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold | |
| 1754 | + | [ 0.925112] pci 0001:02:02.0: [12d8:b304] type 01 class 0x060400 | |
| 1755 | + | [ 0.931548] pci 0001:02:02.0: supports D1 D2 | |
| 1756 | + | [ 0.935854] pci 0001:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold | |
| 1757 | + | [ 0.945550] pci 0001:02:01.0: PCI bridge to [bus 03] | |
| 1758 | + | [ 0.950587] pci 0001:02:02.0: PCI bridge to [bus 04] | |
| 1759 | + | [ 0.955622] pci 0001:01:00.0: PCI bridge to [bus 02-04] | |
| 1760 | + | [ 0.960920] pci 0001:00:00.0: PCI bridge to [bus 01-ff] | |
| 1761 | + | [ 0.966389] layerscape-pcie 3600000.pcie: host bridge /soc/pcie@3600000 ranges: | |
| 1762 | + | [ 0.973777] layerscape-pcie 3600000.pcie: IO 0x3000010000..0x300001ffff -> 0x0000000000 | |
| 1763 | + | [ 0.982383] layerscape-pcie 3600000.pcie: MEM 0x3040000000..0x307fffffff -> 0x0040000000 | |
| 1764 | + | [ 0.991059] layerscape-pcie 3600000.pcie: PCI host bridge to bus 0002:00 | |
| 1765 | + | [ 0.997821] pci_bus 0002:00: root bus resource [bus 00-ff] | |
| 1766 | + | [ 1.003354] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x0000-0xffff]) | |
| 1767 | + | [ 1.012395] pci_bus 0002:00: root bus resource [mem 0x3040000000-0x307fffffff] (bus address [0x40000000-0x7fffffff]) | |
| 1768 | + | [ 1.023020] pci 0002:00:00.0: [1957:80c0] type 01 class 0x060400 | |
| 1769 | + | [ 1.029108] pci 0002:00:00.0: supports D1 D2 | |
| 1770 | + | [ 1.033412] pci 0002:00:00.0: PME# supported from D0 D1 D2 D3hot | |
| 1771 | + | [ 1.040494] pci 0002:01:00.0: [144d:a808] type 00 class 0x010802 | |
| 1772 | + | [ 1.046609] pci 0002:01:00.0: reg 0x10: [mem 0x3040000000-0x3040003fff 64bit] | |
| 1773 | + | [ 1.054204] pci 0002:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0002:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link) | |
| 1774 | + | [ 1.070306] pci 0002:00:00.0: BAR 8: assigned [mem 0x3040000000-0x30400fffff] | |
| 1775 | + | [ 1.077508] pci 0002:01:00.0: BAR 0: assigned [mem 0x3040000000-0x3040003fff 64bit] | |
| 1776 | + | [ 1.085256] pci 0002:00:00.0: PCI bridge to [bus 01-ff] | |
| 1777 | + | [ 1.090525] pci 0002:00:00.0: bridge window [mem 0x3040000000-0x30400fffff] | |
| 1778 | + | [ 1.098786] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
| 1779 | + | [ 1.105536] printk: console [ttyS0] disabled | |
| 1780 | + | [ 1.109879] 21c0500.serial: ttyS0 at MMIO 0x21c0500 (irq = 16, base_baud = 21875000) is a 16550A | |
| 1781 | + | [ 1.118762] printk: console [ttyS0] enabled | |
| 1782 | + | [ 1.118762] printk: console [ttyS0] enabled | |
| 1783 | + | [ 1.127150] printk: bootconsole [uart8250] disabled | |
| 1784 | + | [ 1.127150] printk: bootconsole [uart8250] disabled | |
| 1785 | + | [ 1.137104] 21c0600.serial: ttyS1 at MMIO 0x21c0600 (irq = 16, base_baud = 21875000) is a 16550A | |
| 1786 | + | [ 1.146463] arm-smmu 5000000.iommu: probing hardware configuration... | |
| 1787 | + | [ 1.152903] arm-smmu 5000000.iommu: SMMUv2 with: | |
| 1788 | + | [ 1.157517] arm-smmu 5000000.iommu: stage 1 translation | |
| 1789 | + | [ 1.162825] arm-smmu 5000000.iommu: stage 2 translation | |
| 1790 | + | [ 1.168134] arm-smmu 5000000.iommu: nested translation | |
| 1791 | + | [ 1.173356] arm-smmu 5000000.iommu: stream matching with 128 register groups | |
| 1792 | + | [ 1.180491] arm-smmu 5000000.iommu: 64 context banks (0 stage-2 only) | |
| 1793 | + | [ 1.187018] arm-smmu 5000000.iommu: Supported page sizes: 0x61311000 | |
| 1794 | + | [ 1.193456] arm-smmu 5000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA | |
| 1795 | + | [ 1.199895] arm-smmu 5000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA | |
| 1796 | + | [ 1.206867] cacheinfo: Unable to detect cache hierarchy for CPU 0 | |
| 1797 | + | [ 1.216384] brd: module loaded | |
| 1798 | + | [ 1.219967] nvme 0002:01:00.0: Adding to iommu group 0 | |
| 1799 | + | [ 1.225247] nvme nvme0: pci function 0002:01:00.0 | |
| 1800 | + | [ 1.230791] spi-nor spi0.0: en25s64 (8192 Kbytes) | |
| 1801 | + | [ 1.232844] nvme nvme0: missing or invalid SUBNQN field. | |
| 1802 | + | [ 1.235517] 7 fixed-partitions partitions found on MTD device 20c0000.spi-0 | |
| 1803 | + | [ 1.240846] nvme nvme0: Shutdown timeout set to 8 seconds | |
| 1804 | + | [ 1.247757] Creating 7 MTD partitions on "20c0000.spi-0": | |
| 1805 | + | [ 1.247761] 0x000000000000-0x000000100000 : "bl2" | |
| 1806 | + | [ 1.263583] 0x000000100000-0x000000300000 : "bl3" | |
| 1807 | + | [ 1.268450] 0x000000300000-0x000000500000 : "mcfirmware" | |
| 1808 | + | [ 1.272423] nvme nvme0: 8/0/0 default/read/poll queues | |
| 1809 | + | [ 1.273918] 0x000000500000-0x000000580000 : "ubootenv" | |
| 1810 | + | [ 1.284220] 0x000000580000-0x0000005c0000 : "dpl" | |
| 1811 | + | [ 1.289079] 0x0000005c0000-0x000000600000 : "dpc" | |
| 1812 | + | [ 1.293960] 0x000000600000-0x000000640000 : "devicetree" | |
| 1813 | + | [ 1.296420] nvme0n1: p1 p2 p3 | |
| 1814 | + | [ 1.300843] spi-nand spi0.1: Micron SPI NAND was found. | |
| 1815 | + | [ 1.307543] spi-nand spi0.1: 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 128 | |
| 1816 | + | [ 1.315772] 4 fixed-partitions partitions found on MTD device spi0.1 | |
| 1817 | + | [ 1.322128] Creating 4 MTD partitions on "spi0.1": | |
| 1818 | + | [ 1.326916] 0x000000000000-0x000000800000 : "nand-boot-reserved" | |
| 1819 | + | [ 1.337646] random: fast init done | |
| 1820 | + | [ 1.343305] 0x000000800000-0x000002800000 : "recovery" | |
| 1821 | + | [ 1.375971] 0x000002800000-0x000009400000 : "ubia" | |
| 1822 | + | [ 1.473299] 0x000009400000-0x000010000000 : "ubib" | |
| 1823 | + | [ 1.571948] libphy: Fixed MDIO Bus: probed | |
| 1824 | + | [ 1.576771] libphy: Freescale XGMAC MDIO Bus: probed | |
| 1825 | + | [ 1.583948] libphy: Freescale XGMAC MDIO Bus: probed | |
| 1826 | + | [ 1.589283] libphy: Freescale XGMAC MDIO Bus: probed | |
| 1827 | + | [ 1.594621] libphy: Freescale XGMAC MDIO Bus: probed | |
| 1828 | + | [ 1.600486] libphy: Freescale XGMAC MDIO Bus: probed | |
| 1829 | + | [ 1.607135] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller | |
| 1830 | + | [ 1.612630] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 | |
| 1831 | + | [ 1.620369] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010010 | |
| 1832 | + | [ 1.629792] xhci-hcd xhci-hcd.0.auto: irq 23, io mem 0x03100000 | |
| 1833 | + | [ 1.636033] hub 1-0:1.0: USB hub found | |
| 1834 | + | [ 1.639798] hub 1-0:1.0: 1 port detected | |
| 1835 | + | [ 1.643876] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller | |
| 1836 | + | [ 1.649366] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 | |
| 1837 | + | [ 1.657025] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed | |
| 1838 | + | [ 1.663580] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | |
| 1839 | + | [ 1.671884] hub 2-0:1.0: USB hub found | |
| 1840 | + | [ 1.675643] hub 2-0:1.0: 1 port detected | |
| 1841 | + | [ 1.679750] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller | |
| 1842 | + | [ 1.685240] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 | |
| 1843 | + | [ 1.692971] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010010 | |
| 1844 | + | [ 1.702390] xhci-hcd xhci-hcd.1.auto: irq 24, io mem 0x03110000 | |
| 1845 | + | [ 1.708591] hub 3-0:1.0: USB hub found | |
| 1846 | + | [ 1.712353] hub 3-0:1.0: 1 port detected | |
| 1847 | + | [ 1.716423] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller | |
| 1848 | + | [ 1.721912] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 | |
| 1849 | + | [ 1.729570] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed | |
| 1850 | + | [ 1.736124] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. | |
| 1851 | + | [ 1.744413] hub 4-0:1.0: USB hub found | |
| 1852 | + | [ 1.748172] hub 4-0:1.0: 1 port detected | |
| 1853 | + | [ 1.752328] usbcore: registered new interface driver usb-storage | |
| 1854 | + | [ 1.758391] i2c /dev entries driver | |
| 1855 | + | [ 1.767374] sp805-wdt c000000.wdt: registration successful | |
| 1856 | + | [ 1.772940] sp805-wdt c010000.wdt: registration successful | |
| 1857 | + | [ 1.778512] sp805-wdt c020000.wdt: registration successful | |
| 1858 | + | [ 1.784076] sp805-wdt c030000.wdt: registration successful | |
| 1859 | + | [ 1.789641] sp805-wdt c100000.wdt: registration successful | |
| 1860 | + | [ 1.795207] sp805-wdt c110000.wdt: registration successful | |
| 1861 | + | [ 1.800769] sp805-wdt c120000.wdt: registration successful | |
| 1862 | + | [ 1.806336] sp805-wdt c130000.wdt: registration successful | |
| 1863 | + | [ 1.811958] sdhci: Secure Digital Host Controller Interface driver | |
| 1864 | + | [ 1.818136] sdhci: Copyright(c) Pierre Ossman | |
| 1865 | + | [ 1.822488] sdhci-pltfm: SDHCI platform and OF driver helper | |
| 1866 | + | [ 1.828582] NET: Registered protocol family 10 | |
| 1867 | + | [ 1.833439] Segment Routing with IPv6 | |
| 1868 | + | [ 1.837130] NET: Registered protocol family 17 | |
| 1869 | + | [ 1.841588] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. | |
| 1870 | + | [ 1.853824] mmc0: SDHCI controller on 2140000.esdhc [2140000.esdhc] using ADMA 64-bit | |
| 1871 | + | [ 1.854545] 8021q: 802.1Q VLAN Support v1.8 | |
| 1872 | + | [ 1.866676] registered taskstats version 1 | |
| 1873 | + | [ 1.872995] fsl_mc_dprc dprc.1: Adding to iommu group 1 | |
| 1874 | + | [ 1.906689] mmc0: new high speed SDHC card at address 0001 | |
| 1875 | + | [ 1.912458] mmcblk0: mmc0:0001 SD32G 29.1 GiB | |
| 1876 | + | [ 1.918195] mmcblk0: p1 | |
| 1877 | + | [ 1.958702] fsl_mc_allocator dpbp.9: Adding to iommu group 1 | |
| 1878 | + | [ 1.964467] fsl_mc_allocator dpbp.8: Adding to iommu group 1 | |
| 1879 | + | [ 1.970224] fsl_mc_allocator dpbp.7: Adding to iommu group 1 | |
| 1880 | + | [ 1.975980] fsl_mc_allocator dpbp.6: Adding to iommu group 1 | |
| 1881 | + | [ 1.978365] usb 3-1: new high-speed USB device number 2 using xhci-hcd | |
| 1882 | + | [ 1.981732] fsl_mc_allocator dpbp.5: Adding to iommu group 1 | |
| 1883 | + | [ 1.993911] fsl_mc_allocator dpbp.4: Adding to iommu group 1 | |
| 1884 | + | [ 1.999665] fsl_mc_allocator dpbp.3: Adding to iommu group 1 | |
| 1885 | + | [ 2.005420] fsl_mc_allocator dpbp.2: Adding to iommu group 1 | |
| 1886 | + | [ 2.011184] fsl_mc_allocator dpbp.1: Adding to iommu group 1 | |
| 1887 | + | [ 2.016944] fsl_mc_allocator dpbp.0: Adding to iommu group 1 | |
| 1888 | + | [ 2.023701] fsl_mc_allocator dpmcp.28: Adding to iommu group 1 | |
| 1889 | + | [ 2.030133] fsl_mc_allocator dpmcp.27: Adding to iommu group 1 | |
| 1890 | + | [ 2.036564] fsl_mc_allocator dpmcp.26: Adding to iommu group 1 | |
| 1891 | + | [ 2.042990] fsl_mc_allocator dpmcp.25: Adding to iommu group 1 | |
| 1892 | + | [ 2.049423] fsl_mc_allocator dpmcp.24: Adding to iommu group 1 | |
| 1893 | + | [ 2.055852] fsl_mc_allocator dpmcp.23: Adding to iommu group 1 | |
| 1894 | + | [ 2.062284] fsl_mc_allocator dpmcp.22: Adding to iommu group 1 | |
| 1895 | + | [ 2.068713] fsl_mc_allocator dpmcp.21: Adding to iommu group 1 | |
| 1896 | + | [ 2.075149] fsl_mc_allocator dpmcp.20: Adding to iommu group 1 | |
| 1897 | + | [ 2.081582] fsl_mc_allocator dpmcp.19: Adding to iommu group 1 | |
| 1898 | + | [ 2.088012] fsl_mc_allocator dpmcp.18: Adding to iommu group 1 | |
| 1899 | + | [ 2.094447] fsl_mc_allocator dpmcp.17: Adding to iommu group 1 | |
| 1900 | + | [ 2.100877] fsl_mc_allocator dpmcp.16: Adding to iommu group 1 | |
| 1901 | + | [ 2.107309] fsl_mc_allocator dpmcp.15: Adding to iommu group 1 | |
| 1902 | + | [ 2.113748] fsl_mc_allocator dpmcp.14: Adding to iommu group 1 | |
| 1903 | + | [ 2.120180] fsl_mc_allocator dpmcp.13: Adding to iommu group 1 | |
| 1904 | + | [ 2.126617] fsl_mc_allocator dpmcp.12: Adding to iommu group 1 | |
| 1905 | + | [ 2.133047] fsl_mc_allocator dpmcp.11: Adding to iommu group 1 | |
| 1906 | + | [ 2.139482] fsl_mc_allocator dpmcp.10: Adding to iommu group 1 | |
| 1907 | + | [ 2.145917] fsl_mc_allocator dpmcp.9: Adding to iommu group 1 | |
| 1908 | + | [ 2.152271] fsl_mc_allocator dpmcp.8: Adding to iommu group 1 | |
| 1909 | + | [ 2.158621] fsl_mc_allocator dpmcp.7: Adding to iommu group 1 | |
| 1910 | + | [ 2.164968] fsl_mc_allocator dpmcp.6: Adding to iommu group 1 | |
| 1911 | + | [ 2.171316] fsl_mc_allocator dpmcp.5: Adding to iommu group 1 | |
| 1912 | + | [ 2.177661] fsl_mc_allocator dpmcp.4: Adding to iommu group 1 | |
| 1913 | + | [ 2.184008] fsl_mc_allocator dpmcp.3: Adding to iommu group 1 | |
| 1914 | + | [ 2.184199] hub 3-1:1.0: USB hub found | |
| 1915 | + | [ 2.190362] fsl_mc_allocator dpmcp.2: Adding to iommu group 1 | |
| 1916 | + | [ 2.193526] hub 3-1:1.0: 4 ports detected | |
| 1917 | + | [ 2.199841] fsl_mc_allocator dpmcp.1: Adding to iommu group 1 | |
| 1918 | + | [ 2.209085] fsl_mc_allocator dpcon.79: Adding to iommu group 1 | |
| 1919 | + | [ 2.215018] fsl_mc_allocator dpcon.78: Adding to iommu group 1 | |
| 1920 | + | [ 2.220956] fsl_mc_allocator dpcon.77: Adding to iommu group 1 | |
| 1921 | + | [ 2.226893] fsl_mc_allocator dpcon.76: Adding to iommu group 1 | |
| 1922 | + | [ 2.232828] fsl_mc_allocator dpcon.75: Adding to iommu group 1 | |
| 1923 | + | [ 2.238761] fsl_mc_allocator dpcon.74: Adding to iommu group 1 | |
| 1924 | + | [ 2.244696] fsl_mc_allocator dpcon.73: Adding to iommu group 1 | |
| 1925 | + | [ 2.250641] fsl_mc_allocator dpcon.72: Adding to iommu group 1 | |
| 1926 | + | [ 2.256585] fsl_mc_allocator dpcon.71: Adding to iommu group 1 | |
| 1927 | + | [ 2.262520] fsl_mc_allocator dpcon.70: Adding to iommu group 1 | |
| 1928 | + | [ 2.268457] fsl_mc_allocator dpcon.69: Adding to iommu group 1 | |
| 1929 | + | [ 2.274403] fsl_mc_allocator dpcon.68: Adding to iommu group 1 | |
| 1930 | + | [ 2.274442] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd | |
| 1931 | + | [ 2.280342] fsl_mc_allocator dpcon.67: Adding to iommu group 1 | |
| 1932 | + | [ 2.293216] fsl_mc_allocator dpcon.66: Adding to iommu group 1 | |
| 1933 | + | [ 2.299150] fsl_mc_allocator dpcon.65: Adding to iommu group 1 | |
| 1934 | + | [ 2.305087] fsl_mc_allocator dpcon.64: Adding to iommu group 1 | |
| 1935 | + | [ 2.311022] fsl_mc_allocator dpcon.63: Adding to iommu group 1 | |
| 1936 | + | [ 2.316959] fsl_mc_allocator dpcon.62: Adding to iommu group 1 | |
| 1937 | + | [ 2.322896] fsl_mc_allocator dpcon.61: Adding to iommu group 1 | |
| 1938 | + | [ 2.328194] hub 4-1:1.0: USB hub found | |
| 1939 | + | [ 2.328829] fsl_mc_allocator dpcon.60: Adding to iommu group 1 | |
| 1940 | + | [ 2.332551] hub 4-1:1.0: 4 ports detected | |
| 1941 | + | [ 2.338407] fsl_mc_allocator dpcon.59: Adding to iommu group 1 | |
| 1942 | + | [ 2.348232] fsl_mc_allocator dpcon.58: Adding to iommu group 1 | |
| 1943 | + | [ 2.354173] fsl_mc_allocator dpcon.57: Adding to iommu group 1 | |
| 1944 | + | [ 2.360113] fsl_mc_allocator dpcon.56: Adding to iommu group 1 | |
| 1945 | + | [ 2.366063] fsl_mc_allocator dpcon.55: Adding to iommu group 1 | |
| 1946 | + | [ 2.372002] fsl_mc_allocator dpcon.54: Adding to iommu group 1 | |
| 1947 | + | [ 2.377944] fsl_mc_allocator dpcon.53: Adding to iommu group 1 | |
| 1948 | + | [ 2.383883] fsl_mc_allocator dpcon.52: Adding to iommu group 1 | |
| 1949 | + | [ 2.389825] fsl_mc_allocator dpcon.51: Adding to iommu group 1 | |
| 1950 | + | [ 2.395767] fsl_mc_allocator dpcon.50: Adding to iommu group 1 | |
| 1951 | + | [ 2.401706] fsl_mc_allocator dpcon.49: Adding to iommu group 1 | |
| 1952 | + | [ 2.407647] fsl_mc_allocator dpcon.48: Adding to iommu group 1 | |
| 1953 | + | [ 2.413586] fsl_mc_allocator dpcon.47: Adding to iommu group 1 | |
| 1954 | + | [ 2.419527] fsl_mc_allocator dpcon.46: Adding to iommu group 1 | |
| 1955 | + | [ 2.425471] fsl_mc_allocator dpcon.45: Adding to iommu group 1 | |
| 1956 | + | [ 2.431413] fsl_mc_allocator dpcon.44: Adding to iommu group 1 | |
| 1957 | + | [ 2.437349] fsl_mc_allocator dpcon.43: Adding to iommu group 1 | |
| 1958 | + | [ 2.443291] fsl_mc_allocator dpcon.42: Adding to iommu group 1 | |
| 1959 | + | [ 2.449233] fsl_mc_allocator dpcon.41: Adding to iommu group 1 | |
| 1960 | + | [ 2.455172] fsl_mc_allocator dpcon.40: Adding to iommu group 1 | |
| 1961 | + | [ 2.461119] fsl_mc_allocator dpcon.39: Adding to iommu group 1 | |
| 1962 | + | [ 2.467060] fsl_mc_allocator dpcon.38: Adding to iommu group 1 | |
| 1963 | + | [ 2.473005] fsl_mc_allocator dpcon.37: Adding to iommu group 1 | |
| 1964 | + | [ 2.478946] fsl_mc_allocator dpcon.36: Adding to iommu group 1 | |
| 1965 | + | [ 2.484894] fsl_mc_allocator dpcon.35: Adding to iommu group 1 | |
| 1966 | + | [ 2.490835] fsl_mc_allocator dpcon.34: Adding to iommu group 1 | |
| 1967 | + | [ 2.496780] fsl_mc_allocator dpcon.33: Adding to iommu group 1 | |
| 1968 | + | [ 2.502723] fsl_mc_allocator dpcon.32: Adding to iommu group 1 | |
| 1969 | + | [ 2.508666] fsl_mc_allocator dpcon.31: Adding to iommu group 1 | |
| 1970 | + | [ 2.514611] fsl_mc_allocator dpcon.30: Adding to iommu group 1 | |
| 1971 | + | [ 2.520554] fsl_mc_allocator dpcon.29: Adding to iommu group 1 | |
| 1972 | + | [ 2.526498] fsl_mc_allocator dpcon.28: Adding to iommu group 1 | |
| 1973 | + | [ 2.532438] fsl_mc_allocator dpcon.27: Adding to iommu group 1 | |
| 1974 | + | [ 2.538390] fsl_mc_allocator dpcon.26: Adding to iommu group 1 | |
| 1975 | + | [ 2.544331] fsl_mc_allocator dpcon.25: Adding to iommu group 1 | |
| 1976 | + | [ 2.550286] fsl_mc_allocator dpcon.24: Adding to iommu group 1 | |
| 1977 | + | [ 2.556233] fsl_mc_allocator dpcon.23: Adding to iommu group 1 | |
| 1978 | + | [ 2.562175] fsl_mc_allocator dpcon.22: Adding to iommu group 1 | |
| 1979 | + | [ 2.568120] fsl_mc_allocator dpcon.21: Adding to iommu group 1 | |
| 1980 | + | [ 2.574063] fsl_mc_allocator dpcon.20: Adding to iommu group 1 | |
| 1981 | + | [ 2.580009] fsl_mc_allocator dpcon.19: Adding to iommu group 1 | |
| 1982 | + | [ 2.585951] fsl_mc_allocator dpcon.18: Adding to iommu group 1 | |
| 1983 | + | [ 2.591896] fsl_mc_allocator dpcon.17: Adding to iommu group 1 | |
| 1984 | + | [ 2.597849] fsl_mc_allocator dpcon.16: Adding to iommu group 1 | |
| 1985 | + | [ 2.603795] fsl_mc_allocator dpcon.15: Adding to iommu group 1 | |
| 1986 | + | [ 2.609739] fsl_mc_allocator dpcon.14: Adding to iommu group 1 | |
| 1987 | + | [ 2.615694] fsl_mc_allocator dpcon.13: Adding to iommu group 1 | |
| 1988 | + | [ 2.621641] fsl_mc_allocator dpcon.12: Adding to iommu group 1 | |
| 1989 | + | [ 2.627585] fsl_mc_allocator dpcon.11: Adding to iommu group 1 | |
| 1990 | + | [ 2.633533] fsl_mc_allocator dpcon.10: Adding to iommu group 1 | |
| 1991 | + | [ 2.639477] fsl_mc_allocator dpcon.9: Adding to iommu group 1 | |
| 1992 | + | [ 2.645337] fsl_mc_allocator dpcon.8: Adding to iommu group 1 | |
| 1993 | + | [ 2.651197] fsl_mc_allocator dpcon.7: Adding to iommu group 1 | |
| 1994 | + | [ 2.657056] fsl_mc_allocator dpcon.6: Adding to iommu group 1 | |
| 1995 | + | [ 2.662914] fsl_mc_allocator dpcon.5: Adding to iommu group 1 | |
| 1996 | + | [ 2.668774] fsl_mc_allocator dpcon.4: Adding to iommu group 1 | |
| 1997 | + | [ 2.674636] fsl_mc_allocator dpcon.3: Adding to iommu group 1 | |
| 1998 | + | [ 2.680497] fsl_mc_allocator dpcon.2: Adding to iommu group 1 | |
| 1999 | + | [ 2.686363] fsl_mc_allocator dpcon.1: Adding to iommu group 1 | |
| 2000 | + | [ 2.692222] fsl_mc_allocator dpcon.0: Adding to iommu group 1 | |
| 2001 | + | [ 2.698087] fsl_dpaa2_eth dpni.9: Adding to iommu group 1 | |
| 2002 | + | [ 2.761909] fsl_dpaa2_eth dpni.8: Adding to iommu group 1 | |
| 2003 | + | [ 2.825844] fsl_dpaa2_eth dpni.7: Adding to iommu group 1 | |
| 2004 | + | [ 2.838389] usb 1-1: new high-speed USB device number 2 using xhci-hcd | |
| 2005 | + | [ 2.889630] fsl_dpaa2_eth dpni.6: Adding to iommu group 1 | |
| 2006 | + | [ 2.953396] fsl_dpaa2_eth dpni.5: Adding to iommu group 1 | |
| 2007 | + | [ 2.991048] usb-storage 1-1:1.0: USB Mass Storage device detected | |
| 2008 | + | [ 2.997340] scsi host0: usb-storage 1-1:1.0 | |
| 2009 | + | [ 3.017166] fsl_dpaa2_eth dpni.4: Adding to iommu group 1 | |
| 2010 | + | [ 3.080953] fsl_dpaa2_eth dpni.3: Adding to iommu group 1 | |
| 2011 | + | [ 3.144717] fsl_dpaa2_eth dpni.2: Adding to iommu group 1 | |
| 2012 | + | [ 3.208467] fsl_dpaa2_eth dpni.1: Adding to iommu group 1 | |
| 2013 | + | [ 3.272235] fsl_dpaa2_eth dpni.0: Adding to iommu group 1 | |
| 2014 | + | [ 3.337497] fsl_mc_dpio dpio.7: Adding to iommu group 1 | |
| 2015 | + | [ 3.346372] fsl_mc_dpio dpio.7: probed | |
| 2016 | + | [ 3.351491] fsl_mc_dpio dpio.6: Adding to iommu group 1 | |
| 2017 | + | [ 3.360404] fsl_mc_dpio dpio.6: probed | |
| 2018 | + | [ 3.365778] fsl_mc_dpio dpio.5: Adding to iommu group 1 | |
| 2019 | + | [ 3.374621] fsl_mc_dpio dpio.5: probed | |
| 2020 | + | [ 3.379994] fsl_mc_dpio dpio.4: Adding to iommu group 1 | |
| 2021 | + | [ 3.388914] fsl_mc_dpio dpio.4: probed | |
| 2022 | + | [ 3.394286] fsl_mc_dpio dpio.3: Adding to iommu group 1 | |
| 2023 | + | [ 3.402897] fsl_mc_dpio dpio.3: probed | |
| 2024 | + | [ 3.408269] fsl_mc_dpio dpio.2: Adding to iommu group 1 | |
| 2025 | + | [ 3.416914] fsl_mc_dpio dpio.2: probed | |
| 2026 | + | [ 3.422284] fsl_mc_dpio dpio.1: Adding to iommu group 1 | |
| 2027 | + | [ 3.430896] fsl_mc_dpio dpio.1: probed | |
| 2028 | + | [ 3.436271] fsl_mc_dpio dpio.0: Adding to iommu group 1 | |
| 2029 | + | [ 3.444912] fsl_mc_dpio dpio.0: probed | |
| 2030 | + | [ 3.452277] fsl_mc_dprc dprc.1: DPRC device bound to driver | |
| 2031 | + | [ 3.457949] pcieport 0000:00:00.0: Adding to iommu group 2 | |
| 2032 | + | [ 3.463553] pcieport 0000:00:00.0: PME: Signaling with IRQ 372 | |
| 2033 | + | [ 3.469540] pcieport 0001:00:00.0: Adding to iommu group 3 | |
| 2034 | + | [ 3.475116] pcieport 0001:00:00.0: PME: Signaling with IRQ 373 | |
| 2035 | + | [ 3.481086] pcieport 0001:01:00.0: Adding to iommu group 3 | |
| 2036 | + | [ 3.486923] pcieport 0001:02:01.0: Adding to iommu group 3 | |
| 2037 | + | [ 3.493129] pcieport 0001:02:02.0: Adding to iommu group 3 | |
| 2038 | + | [ 3.499333] pcieport 0002:00:00.0: Adding to iommu group 4 | |
| 2039 | + | [ 3.504887] pcieport 0002:00:00.0: PME: Signaling with IRQ 106 | |
| 2040 | + | [ 3.606591] fsl_dpaa2_eth dpni.9 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1c] driver [Generic PHY] (irq=POLL) | |
| 2041 | + | [ 3.619077] fsl_dpaa2_eth dpni.9: Probed interface eth0 | |
| 2042 | + | [ 3.720153] fsl_dpaa2_eth dpni.8 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1d] driver [Generic PHY] (irq=POLL) | |
| 2043 | + | [ 3.732527] fsl_dpaa2_eth dpni.8: Probed interface eth1 | |
| 2044 | + | [ 3.833565] fsl_dpaa2_eth dpni.7 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1e] driver [Generic PHY] (irq=POLL) | |
| 2045 | + | [ 3.845914] fsl_dpaa2_eth dpni.7: Probed interface eth2 | |
| 2046 | + | [ 3.946907] fsl_dpaa2_eth dpni.6 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1f] driver [Generic PHY] (irq=POLL) | |
| 2047 | + | [ 3.959266] fsl_dpaa2_eth dpni.6: Probed interface eth3 | |
| 2048 | + | [ 4.031246] scsi 0:0:0:0: Direct-Access SanDisk Cruzer Force 1.00 PQ: 0 ANSI: 6 | |
| 2049 | + | [ 4.040285] sd 0:0:0:0: [sda] 30842880 512-byte logical blocks: (15.8 GB/14.7 GiB) | |
| 2050 | + | [ 4.048910] sd 0:0:0:0: [sda] Write Protect is off | |
| 2051 | + | [ 4.053874] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA | |
| 2052 | + | [ 4.067982] fsl_dpaa2_eth dpni.5 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0c] driver [Generic PHY] (irq=POLL) | |
| 2053 | + | [ 4.070733] sda: sda1 sda2 | |
| 2054 | + | [ 4.080386] fsl_dpaa2_eth dpni.5: Probed interface eth4 | |
| 2055 | + | [ 4.083287] sd 0:0:0:0: [sda] Attached SCSI removable disk | |
| 2056 | + | [ 4.184633] fsl_dpaa2_eth dpni.4 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0d] driver [Generic PHY] (irq=POLL) | |
| 2057 | + | [ 4.197096] fsl_dpaa2_eth dpni.4: Probed interface eth5 | |
| 2058 | + | [ 4.298207] fsl_dpaa2_eth dpni.3 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0e] driver [Generic PHY] (irq=POLL) | |
| 2059 | + | [ 4.310644] fsl_dpaa2_eth dpni.3: Probed interface eth6 | |
| 2060 | + | [ 4.411749] fsl_dpaa2_eth dpni.2 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0f] driver [Generic PHY] (irq=POLL) | |
| 2061 | + | [ 4.424178] fsl_dpaa2_eth dpni.2: Probed interface eth7 | |
| 2062 | + | [ 4.524677] fsl_dpaa2_eth dpni.1: Probed interface eth8 | |
| 2063 | + | [ 4.625186] fsl_dpaa2_eth dpni.0: Probed interface eth9 | |
| 2064 | + | [ 4.630889] RAMDISK: gzip image found at block 0 | |
| 2065 | + | [ 5.685690] EXT4-fs (ram0): mounted filesystem without journal. Opts: (null) | |
| 2066 | + | [ 5.692773] VFS: Mounted root (ext4 filesystem) readonly on device 1:0. | |
| 2067 | + | [ 5.699614] Freeing unused kernel memory: 896K | |
| 2068 | + | [ 5.710606] Run /sbin/init as init process | |
| 2069 | + | [ 5.719732] init: Console is alive | |
| 2070 | + | [ 5.723204] init: - watchdog - | |
| 2071 | + | [ 5.735043] kmodloader: loading kernel modules from /etc/modules-boot.d/* | |
| 2072 | + | [ 5.766129] Key type encrypted registered | |
| 2073 | + | [ 5.771073] raid6: skip pq benchmark and using algorithm neonx8 | |
| 2074 | + | [ 5.776995] raid6: using neon recovery algorithm | |
| 2075 | + | [ 5.782073] xor: measuring software checksum speed | |
| 2076 | + | [ 5.789885] 8regs : 3254 MB/sec | |
| 2077 | + | [ 5.796871] 32regs : 3738 MB/sec | |
| 2078 | + | [ 5.804259] arm64_neon : 3246 MB/sec | |
| 2079 | + | [ 5.808611] xor: using function: 32regs (3738 MB/sec) | |
| 2080 | + | [ 5.821419] Btrfs loaded, crc32c=crc32c-generic | |
| 2081 | + | [ 5.831641] SGI XFS with security attributes, no debug enabled | |
| 2082 | + | [ 5.846053] tpm tpm0: starting up the TPM manually | |
| 2083 | + | [ 5.941038] rtc-rx8025 1-0032: registered as rtc0 | |
| 2084 | + | [ 5.947509] rtc-rx8025 1-0032: setting system clock to 2026-02-21T15:26:19 UTC (1771687579) | |
| 2085 | + | [ 5.956014] kmodloader: done loading kernel modules from /etc/modules-boot.d/* | |
| 2086 | + | [ 5.967926] init: - preinit - | |
| 2087 | + | [ 6.015481] random: jshn: uninitialized urandom read (4 bytes read) | |
| 2088 | + | [ 6.033517] random: jshn: uninitialized urandom read (4 bytes read) | |
| 2089 | + | [ 6.049772] random: jshn: uninitialized urandom read (4 bytes read) | |
| 2090 | + | [ 6.121619] fsl_dpaa2_eth dpni.9 eth0: configuring for inband/qsgmii link mode | |
| 2091 | + | [ 6.145919] Starting lvm2 during preinit | |
| 2092 | + | File descriptor 3 (/dev/watchdog) leaked on lvm invocation. Parent PID 1816: /bin/sh | |
| 2093 | + | [ 6.215012] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com | |
| 2094 | + | File descriptor 3 (/dev/watchdog) leaked on lvm invocation. Parent PID 1816: /bin/sh | |
| 2095 | + | [ 6.422990] mount_root: mounting /dev/root | |
| 2096 | + | [ 6.427549] EXT4-fs (ram0): re-mounted. Opts: (null) | |
| 2097 | + | [ 6.435283] urandom-seed: Seed file not found (/etc/urandom.seed) | |
| 2098 | + | Scanning for Btrfs filesystems | |
| 2099 | + | [ 6.910471] random: crng init done | |
| 2100 | + | [ 6.913868] random: 7 urandom warning(s) missed due to ratelimiting | |
| 2101 | + | [ 8.684885] procd: - early - | |
| 2102 | + | [ 8.687799] procd: - watchdog - | |
| 2103 | + | [ 9.219517] procd: - watchdog - | |
| 2104 | + | [ 9.222783] procd: - ubus - | |
| 2105 | + | [ 9.275690] procd: - init - | |
| 2106 | + | Please press Enter to activate this console. | |
| 2107 | + | [ 9.371303] urngd: v1.0.2 started. | |
| 2108 | + | [ 9.372485] kmodloader: loading kernel modules from /etc/modules.d/* | |
| 2109 | + | [ 9.384198] caam 8000000.crypto: device ID = 0x0a13030000000000 (Era 8) | |
| 2110 | + | [ 9.390837] caam 8000000.crypto: job rings = 3, qi = 1 | |
| 2111 | + | [ 9.404421] caam algorithms registered in /proc/crypto | |
| 2112 | + | [ 9.410477] caam 8000000.crypto: caam pkc algorithms registered in /proc/crypto | |
| 2113 | + | [ 9.417789] caam 8000000.crypto: registering rng-caam | |
| 2114 | + | [ 9.424859] dpaa2_caam dpseci.0: Adding to iommu group 1 | |
| 2115 | + | [ 9.431930] dpaa2_caam dpseci.0: dpseci v5.3 | |
| 2116 | + | [ 9.448893] fsl_mc_dprc dprc.1 (unnamed net_device) (uninitialized): netif_napi_add() called with weight 512 | |
| 2117 | + | [ 9.467483] dpaa2_caam dpseci.0: algorithms registered in /proc/crypto | |
| 2118 | + | [ 9.474703] dpaa2_caam dpseci.0: hash algorithms registered in /proc/crypto | |
| 2119 | + | [ 9.524178] i2c i2c-2: Added multiplexed i2c bus 3 | |
| 2120 | + | [ 9.529079] i2c i2c-2: Added multiplexed i2c bus 4 | |
| 2121 | + | [ 9.533874] pca954x 2-0070: registered 2 multiplexed busses for I2C mux pca9540 | |
| 2122 | + | [ 9.541742] pca953x 0-0076: using no AI | |
| 2123 | + | [ 9.548287] gpio-381 (admin_led_lower): hogged as output/low | |
| 2124 | + | [ 9.557753] emc2301 0-002f: EMC2301 detected | |
| 2125 | + | [ 9.562036] emc2301 0-002f: Have 1 fans configured in DT | |
| 2126 | + | [ 9.567350] emc2301 0-002f: Fan 0 Cooling step is 312 RPM, minimum 3000, max 5500 RPM | |
| 2127 | + | [ 9.577213] emc2301 0-002f: registering a cooling device | |
| 2128 | + | [ 9.590831] xt_time: kernel timezone is -0000 | |
| 2129 | + | [ 9.600931] PPP generic driver version 2.4.2 | |
| 2130 | + | [ 9.605580] NET: Registered protocol family 24 | |
| 2131 | + | [ 9.612728] kmodloader: done loading kernel modules from /etc/modules.d/* | |
| 2132 | + | [ 14.089093] fsl_dpaa2_eth dpni.9 eth0: configuring for inband/qsgmii link mode | |
| 2133 | + | [ 14.102814] br-lan: port 1(eth0) entered blocking state | |
| 2134 | + | [ 14.108125] br-lan: port 1(eth0) entered disabled state | |
| 2135 | + | [ 14.115531] device eth0 entered promiscuous mode | |
| 2136 | + | [ 14.129388] fsl_dpaa2_eth dpni.8 eth1: configuring for inband/qsgmii link mode | |
| 2137 | + | [ 14.148320] br-lan: port 2(eth1) entered blocking state | |
| 2138 | + | [ 14.153563] br-lan: port 2(eth1) entered disabled state | |
| 2139 | + | [ 14.160941] device eth1 entered promiscuous mode | |
| 2140 | + | [ 14.173226] fsl_dpaa2_eth dpni.7 eth2: configuring for inband/qsgmii link mode | |
| 2141 | + | [ 14.191653] br-lan: port 3(eth2) entered blocking state | |
| 2142 | + | [ 14.196896] br-lan: port 3(eth2) entered disabled state | |
| 2143 | + | [ 14.204368] device eth2 entered promiscuous mode | |
| 2144 | + | [ 14.216607] fsl_dpaa2_eth dpni.6 eth3: configuring for inband/qsgmii link mode | |
| 2145 | + | [ 14.234961] br-lan: port 4(eth3) entered blocking state | |
| 2146 | + | [ 14.240201] br-lan: port 4(eth3) entered disabled state | |
| 2147 | + | [ 14.247628] device eth3 entered promiscuous mode | |
| 2148 | + | [ 14.260521] fsl_dpaa2_eth dpni.3 eth6: configuring for inband/qsgmii link mode | |
| 2149 | + | ||
| 2150 | + | ||
| 2151 | + | ||
| 2152 | + | BusyBox v1.33.1 (2021-10-13 05:51:35 UTC) built-in shell (ash) | |
| 2153 | + | ||
| 2154 | + | _ __ ___ ___ ___ __ __ ___ _ __ _ _ | |
| 2155 | + | | '__|/ _ \ / __|/ _ \\ \ / // _ \| '__|| | | | | |
| 2156 | + | | | | __/| (__| (_) |\ V /| __/| | | |_| | | |
| 2157 | + | |_| \___| \___|\___/ \_/ \___||_| \__, | | |
| 2158 | + | __/ | | |
| 2159 | + | |___/ | |
| 2160 | + | ----------------------------------------------------- | |
| 2161 | + | ten64-recovery master, 399304623_2021-11-01 | |
| 2162 | + | ----------------------------------------------------- | |
| 2163 | + | ||
| 2164 | + | This is a ramdisk environment with useful tools that | |
| 2165 | + | can be used to write images to disks or chroot and | |
| 2166 | + | fix an existing install. | |
| 2167 | + | ||
| 2168 | + | Useful tools: | |
| 2169 | + | Make disk available over network: nbd-server (NBD), tgt (iSCSI) | |
| 2170 | + | Copy qcow images to real devices: qemu-nbd | |
| 2171 | + | Partitioning: cfdisk, sfdisk, partx-utils | |
| 2172 | + | LVM2: pv/vg/lv{display|create|change|..} | |
| 2173 | + | Perform SSD trim: blkdiscard, fstrim | |
| 2174 | + | Resize partition: resize2fs | |
| 2175 | + | Manipulate flash devices: mtd | |
| 2176 | + | chroot | |
| 2177 | + | ||
| 2178 | + | By default, recovery will set up eth0 with: | |
| 2179 | + | IP: 192.168.10.1/24 DHCP: on | |
| 2180 | + | ||
| 2181 | + | To bring up an interface as DHCP WAN, you can run: | |
| 2182 | + | set-wan ethX | |
| 2183 | + | === WARNING! ===================================== | |
| 2184 | + | There is no root password defined on this device! | |
| 2185 | + | Use the "passwd" command to set up a new password | |
| 2186 | + | in order to prevent unauthorized SSH logins. | |
| 2187 | + | -------------------------------------------------- | |
| 2188 | + | root@recovery000afa242b15:/# set-wan eth8 | |
| 2189 | + | Bringing up eth8 as wan: | |
| 2190 | + | [ 55.229014] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2191 | + | eth8 Link encap:Ethernet HWaddr 00:0A:FA:24:2B:1E | |
| 2192 | + | inet6 addr: fe80::20a:faff:fe24:2b1e/64 Scope:Link | |
| 2193 | + | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | |
| 2194 | + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | |
| 2195 | + | TX packets:4 errors:0 dropped:0 overruns:0 carrier:0 | |
| 2196 | + | collisions:0 txqueuelen:1000 | |
| 2197 | + | RX bytes:0 (0.0 B) TX bytes:688 (688.0 B) | |
| 2198 | + | ||
| 2199 | + | root@recovery000afa242b15:/# | |
| 2200 | + | [ 60.278887] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2201 | + | [ 61.279412] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2202 | + | [ 71.279107] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2203 | + | [ 72.279652] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2204 | + | [ 77.279234] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2205 | + | [ 78.279775] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2206 | + | [ 88.279460] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2207 | + | [ 89.280005] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2208 | + | ||
| 2209 | + | ||
| 2210 | + | root@recovery000afa242b15:/# i2cdetect 4 | |
| 2211 | + | WARNING! This program can confuse your I2C bus, cause data loss and worse! | |
| 2212 | + | I will probe file /dev/i2c-4. | |
| 2213 | + | I will probe address range 0x08-0x77. | |
| 2214 | + | Continue? [Y/n] y | |
| 2215 | + | 0 1 2 3 4 5 6 7 8 9 a b c d e f | |
| 2216 | + | 00: -- -- -- -- -- -- -- -- | |
| 2217 | + | 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 2218 | + | 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 2219 | + | 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 2220 | + | 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 2221 | + | 50: 50 51 -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 2222 | + | 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 2223 | + | 70: UU -- -- -- -- -- -- -- | |
| 2224 | + | ||
| 2225 | + | root@recovery000afa242b15:/# i2cdump 4 0x50 | |
| 2226 | + | No size specified (using byte-data access) | |
| 2227 | + | WARNING! This program can confuse your I2C bus, cause data loss and worse! | |
| 2228 | + | I will probe file /dev/i2c-4, address 0x50, mode byte | |
| 2229 | + | Continue? [Y/n] [ 353.284987] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2230 | + | [ 354.285526] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2231 | + | [ 359.285110] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2232 | + | y | |
| 2233 | + | 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef | |
| 2234 | + | 00: 03 04 07 00 00 00 02 22 00 01 01 01 0d 00 0a 64 ???...?".????.?d | |
| 2235 | + | 10: 00 00 00 00 46 53 20 20 20 20 20 20 20 20 20 20 ....FS | |
| 2236 | + | 20: 20 20 20 20 00 00 00 00 53 46 50 31 47 2d 4c 58 ....SFP1G-LX | |
| 2237 | + | 30: 2d 33 31 20 20 20 20 20 41 30 20 20 05 1e 00 40 -31 A0 ??.@ | |
| 2238 | + | 40: 00 1a 00 00 46 32 35 31 30 30 38 31 37 32 38 20 .?..F2510081728 | |
| 2239 | + | 50: 20 20 20 20 32 35 31 30 30 39 20 20 68 f0 01 cc 251009 h??? | |
| 2240 | + | 60: 00 00 08 dc e5 e5 33 09 b5 1e 32 04 4a bf 98 c6 ..????3???2?J??? | |
| 2241 | + | 70: 2e a1 98 00 00 00 00 00 00 00 00 00 2b a4 f4 48 .??.........+??H | |
| 2242 | + | 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 2243 | + | 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 2244 | + | a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 2245 | + | b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 2246 | + | c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 2247 | + | d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 2248 | + | e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 2249 | + | f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 2250 | + | ``` | |
| 2251 | + | ||
| 2252 | + | ## eth8 | |
| 2253 | + | ||
| 2254 | + | ``` | |
| 2255 | + | root@recovery000afa242b15:/# ifconfig eth9 down | |
| 2256 | + | root@recovery000afa242b15:/# ifconfig eth8 up | |
| 2257 | + | root@recovery000[ 959.049478] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2258 | + | afa242b15:/# [ 959.055786] IPv6: ADDRCONF(NETDEV_CHANGE): eth8: link becomes ready | |
| 2259 | + | ||
| 2260 | + | root@recovery000afa242b15:/# [ 961.298027] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2261 | + | ping [ 962.298607] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2262 | + | root@recovery000afa242b15:/# ip addr[ 967.298144] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2263 | + | [ 968.298731] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2264 | + | ||
| 2265 | + | 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 | |
| 2266 | + | link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
| 2267 | + | inet 127.0.0.1/8 scope host lo | |
| 2268 | + | valid_lft forever preferred_lft forever | |
| 2269 | + | inet6 ::1/128 scope host | |
| 2270 | + | valid_lft forever preferred_lft forever | |
| 2271 | + | 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 2272 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 2273 | + | 3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 2274 | + | link/ether 00:0a:fa:24:2b:16 brd ff:ff:ff:ff:ff:ff | |
| 2275 | + | 4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 2276 | + | link/ether 00:0a:fa:24:2b:17 brd ff:ff:ff:ff:ff:ff | |
| 2277 | + | 5: eth3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 2278 | + | link/ether 00:0a:fa:24:2b:18 brd ff:ff:ff:ff:ff:ff | |
| 2279 | + | 6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 2280 | + | link/ether 00:0a:fa:24:2b:19 brd ff:ff:ff:ff:ff:ff | |
| 2281 | + | 7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 2282 | + | link/ether 00:0a:fa:24:2b:1a brd ff:ff:ff:ff:ff:ff | |
| 2283 | + | 8: eth6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 2284 | + | link/ether 00:0a:fa:24:2b:1b brd ff:ff:ff:ff:ff:ff | |
| 2285 | + | 9: eth7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 2286 | + | link/ether 00:0a:fa:24:2b:1c brd ff:ff:ff:ff:ff:ff | |
| 2287 | + | 10: eth8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000 | |
| 2288 | + | link/ether 00:0a:fa:24:2b:1e brd ff:ff:ff:ff:ff:ff | |
| 2289 | + | inet 10.0.0.8/24 scope global eth8 | |
| 2290 | + | valid_lft forever preferred_lft forever | |
| 2291 | + | inet6 fe80::20a:faff:fe24:2b1e/64 scope link | |
| 2292 | + | valid_lft forever preferred_lft forever | |
| 2293 | + | 11: eth9: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 2294 | + | link/ether 00:0a:fa:24:2b:1d brd ff:ff:ff:ff:ff:ff | |
| 2295 | + | inet 10.0.0.9/24 scope global eth9 | |
| 2296 | + | valid_lft forever preferred_lft forever | |
| 2297 | + | 12: br-lan: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN qlen 1000 | |
| 2298 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 2299 | + | inet 192.168.10.1/24 brd 192.168.10.255 scope global br-lan | |
| 2300 | + | valid_lft forever preferred_lft forever | |
| 2301 | + | inet6 fda8:1da6:f054::1/60 scope global tentative noprefixroute | |
| 2302 | + | valid_lft forever preferred_lft forever | |
| 2303 | + | root@recovery000afa242b15:/# ifconfig eth8 up^C | |
| 2304 | + | root@recovery000afa242b15:/# [ 978.298405] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2305 | + | ping [ 979.298961] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2306 | + | ^C | |
| 2307 | + | root@recovery000afa242b15:/# ip route delete de[ 984.298502] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2308 | + | f[ 985.299086] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2309 | + | ault | |
| 2310 | + | ip: RTNETLINK answers: No such process | |
| 2311 | + | root@recovery000afa242b15:/# ip route delete default[ 995.298748] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2312 | + | [ 996.299310] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2313 | + | ||
| 2314 | + | ip: RTNETLINK answers: No such process | |
| 2315 | + | root@recovery000afa242b15:/# [ 1006.298972] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2316 | + | ip a[ 1007.299541] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2317 | + | ddr add 10.0.0.[ 1012.299087] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2318 | + | 8[ 1013.299667] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2319 | + | /24 dev eth8 | |
| 2320 | + | ip: RTNETLINK answers: File exists | |
| 2321 | + | root@recovery000afa242b15:/# ip route add default via 10.0.0.8[ 1023.299333] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2322 | + | ||
| 2323 | + | root@recovery000afa242b15:/# [ 1024.299899] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2324 | + | root@recovery000afa242b15:/# ip addr | |
| 2325 | + | 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 | |
| 2326 | + | link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
| 2327 | + | inet 127.0.0.1/8 scope host lo | |
| 2328 | + | valid_lft forever preferred_lft forever | |
| 2329 | + | inet6 ::1/128 scope host | |
| 2330 | + | valid_lft forever preferred_lft forever | |
| 2331 | + | 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 2332 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 2333 | + | 3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 2334 | + | link/ether 00:0a:fa:24:2b:16 brd ff:ff:ff:ff:ff:ff | |
| 2335 | + | 4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 2336 | + | link/ether 00:0a:fa:24:2b:17 brd ff:ff:ff:ff:ff:ff | |
| 2337 | + | 5: eth3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 2338 | + | link/ether 00:0a:fa:24:2b:18 brd ff:ff:ff:ff:ff:ff | |
| 2339 | + | 6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 2340 | + | link/ether 00:0a:fa:24:2b:19 brd ff:ff:ff:ff:ff:ff | |
| 2341 | + | 7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 2342 | + | link/ether 00:0a:fa:24:2b:1a brd ff:ff:ff:ff:ff:ff | |
| 2343 | + | 8: eth6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 2344 | + | link/ether 00:0a:fa:24:2b:1b brd ff:ff:ff:ff:ff:ff | |
| 2345 | + | 9: eth7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 2346 | + | link/ether 00:0a:fa:24:2b:1c brd ff:ff:ff:ff:ff:ff | |
| 2347 | + | 10: eth8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000 | |
| 2348 | + | link/ether 00:0a:fa:24:2b:1e brd ff:ff:ff:ff:ff:ff | |
| 2349 | + | inet 10.0.0.8/24 scope global eth8 | |
| 2350 | + | valid_lft forever preferred_lft forever | |
| 2351 | + | inet6 fe80::20a:faff:fe24:2b1e/64 scope link | |
| 2352 | + | valid_lft forever preferred_lft forever | |
| 2353 | + | 11: eth9: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 2354 | + | link/ether 00:0a:fa:24:2b:1d brd ff:ff:ff:ff:ff:ff | |
| 2355 | + | inet 10.0.0.9/24 scope global eth9 | |
| 2356 | + | valid_lft forever preferred_lft forever | |
| 2357 | + | 12: br-lan: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN qlen 1000 | |
| 2358 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 2359 | + | inet 192.168.10.1/24 brd 192.168.10.255 scope global br-lan | |
| 2360 | + | valid_lft forever preferred_lft forever | |
| 2361 | + | inet6 fda8:1da6:f054::1/60 scope global tentative noprefixroute | |
| 2362 | + | valid_lft forever preferred_lft forever | |
| 2363 | + | root@recovery000afa242b15:/# ping [ 1029.299461] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2364 | + | [ 1030.300021] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2365 | + | 10.0.0.11 | |
| 2366 | + | PING 10.0.0.11 (10.0.0.11): 56 data bytes | |
| 2367 | + | [ 1040.299683] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2368 | + | [ 1041.300254] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2369 | + | [ 1046.299794] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 2370 | + | [ 1047.300377] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 2371 | + | ``` | |
| 2372 | + | ||
| 2373 | + | ||
| 2374 | + | # switch to RevC, same result | |
| 2375 | + | ||
| 2376 | + | ``` | |
| 2377 | + | doas cu -l /dev/cuaU0 -s 115200 | |
| 2378 | + | Connected | |
| 2379 | + | }�ɁjR��"U� | |
| 2380 | + | SH(�� | |
| 2381 | + | Ɂ�jRINFO: checksum 0x9c5886cb | |
| 2382 | + | INFO: n_ranks 2 | |
| 2383 | + | INFO: rank_density 0x400000000 | |
| 2384 | + | INFO: capacity 0x800000000 | |
| 2385 | + | INFO: die density 0x6 | |
| 2386 | + | INFO: primary_sdram_width 64 | |
| 2387 | + | INFO: ec_sdram_width 8 | |
| 2388 | + | INFO: device_width 8 | |
| 2389 | + | INFO: package_3ds 0 | |
| 2390 | + | INFO: rdimm 0 | |
| 2391 | + | INFO: mirrored_dimm 1 | |
| 2392 | + | INFO: rc 0x6 | |
| 2393 | + | INFO: n_row_addr 17 | |
| 2394 | + | INFO: n_col_addr 10 | |
| 2395 | + | INFO: bank_addr_bits 0 | |
| 2396 | + | INFO: bank_group_bits 2 | |
| 2397 | + | INFO: edc_config 2 | |
| 2398 | + | INFO: burst_lengths_bitmask 0xc | |
| 2399 | + | INFO: tckmin_x_ps 750 | |
| 2400 | + | INFO: tckmax_ps 1600 | |
| 2401 | + | INFO: caslat_x 0x1ffc00 | |
| 2402 | + | INFO: taa_ps 13750 | |
| 2403 | + | INFO: trcd_ps 13750 | |
| 2404 | + | INFO: trp_ps 13750 | |
| 2405 | + | INFO: tras_ps 32000 | |
| 2406 | + | INFO: trc_ps 45750 | |
| 2407 | + | INFO: trfc1_ps 350000 | |
| 2408 | + | INFO: trfc2_ps 260000 | |
| 2409 | + | INFO: trfc4_ps 160000 | |
| 2410 | + | INFO: tfaw_ps 21000 | |
| 2411 | + | INFO: trrds_ps 3000 | |
| 2412 | + | INFO: trrdl_ps 4900 | |
| 2413 | + | INFO: tccdl_ps 5000 | |
| 2414 | + | INFO: trfc_slr_ps 0 | |
| 2415 | + | INFO: twr_ps 15000 | |
| 2416 | + | INFO: refresh_rate_ps 7800000 | |
| 2417 | + | INFO: dq_mapping 0xb | |
| 2418 | + | INFO: dq_mapping 0x2b | |
| 2419 | + | INFO: dq_mapping 0xc | |
| 2420 | + | INFO: dq_mapping 0x2b | |
| 2421 | + | INFO: dq_mapping 0x2b | |
| 2422 | + | INFO: dq_mapping 0xb | |
| 2423 | + | INFO: dq_mapping 0x16 | |
| 2424 | + | INFO: dq_mapping 0x36 | |
| 2425 | + | INFO: dq_mapping 0xc | |
| 2426 | + | INFO: dq_mapping 0x2b | |
| 2427 | + | INFO: dq_mapping 0x15 | |
| 2428 | + | INFO: dq_mapping 0x2c | |
| 2429 | + | INFO: dq_mapping 0xb | |
| 2430 | + | INFO: dq_mapping 0x35 | |
| 2431 | + | INFO: dq_mapping 0x16 | |
| 2432 | + | INFO: dq_mapping 0x36 | |
| 2433 | + | INFO: dq_mapping 0x16 | |
| 2434 | + | INFO: dq_mapping 0x36 | |
| 2435 | + | INFO: dq_mapping_ors 1 | |
| 2436 | + | INFO: done with controller 0 | |
| 2437 | + | INFO: cal cs | |
| 2438 | + | INFO: cs_in_use = 3 | |
| 2439 | + | INFO: cs_on_dimm[0] = 3 | |
| 2440 | + | NOTICE: UDIMM 9965657-038.A00G | |
| 2441 | + | INFO: Time after parsing SPD 549 ms | |
| 2442 | + | INFO: Synthesize configurations | |
| 2443 | + | INFO: cs 0 | |
| 2444 | + | INFO: odt_rd_cfg 0x0 | |
| 2445 | + | INFO: odt_wr_cfg 0x4 | |
| 2446 | + | INFO: odt_rtt_norm 0x3 | |
| 2447 | + | INFO: odt_rtt_wr 0x0 | |
| 2448 | + | INFO: auto_precharge 0 | |
| 2449 | + | INFO: cs 1 | |
| 2450 | + | INFO: odt_rd_cfg 0x0 | |
| 2451 | + | INFO: odt_wr_cfg 0x0 | |
| 2452 | + | INFO: odt_rtt_norm 0x0 | |
| 2453 | + | INFO: odt_rtt_wr 0x0 | |
| 2454 | + | INFO: auto_precharge 0 | |
| 2455 | + | INFO: cs 2 | |
| 2456 | + | INFO: odt_rd_cfg 0x0 | |
| 2457 | + | INFO: odt_wr_cfg 0x0 | |
| 2458 | + | INFO: odt_rtt_norm 0x0 | |
| 2459 | + | INFO: odt_rtt_wr 0x0 | |
| 2460 | + | INFO: auto_precharge 0 | |
| 2461 | + | INFO: cs 3 | |
| 2462 | + | INFO: odt_rd_cfg 0x0 | |
| 2463 | + | INFO: odt_wr_cfg 0x0 | |
| 2464 | + | INFO: odt_rtt_norm 0x0 | |
| 2465 | + | INFO: odt_rtt_wr 0x0 | |
| 2466 | + | INFO: auto_precharge 0 | |
| 2467 | + | INFO: ctlr_init_ecc 1 | |
| 2468 | + | INFO: x4_en 0 | |
| 2469 | + | INFO: ap_en 0 | |
| 2470 | + | INFO: ctlr_intlv 0 | |
| 2471 | + | INFO: ctlr_intlv_mode 0 | |
| 2472 | + | INFO: ba_intlv 0x40 | |
| 2473 | + | INFO: data_bus_used 0 | |
| 2474 | + | INFO: otf_burst_chop_en 1 | |
| 2475 | + | INFO: burst_length 0x6 | |
| 2476 | + | INFO: dbw_cap_shift 0 | |
| 2477 | + | INFO: Assign binding addresses | |
| 2478 | + | INFO: ctlr_intlv 0 | |
| 2479 | + | INFO: rank density 0x400000000 | |
| 2480 | + | INFO: CS 0 | |
| 2481 | + | INFO: base_addr 0x0 | |
| 2482 | + | INFO: size 0x800000000 | |
| 2483 | + | INFO: CS 1 | |
| 2484 | + | INFO: base_addr 0x0 | |
| 2485 | + | INFO: size 0x800000000 | |
| 2486 | + | INFO: base 0x0 | |
| 2487 | + | INFO: Total mem by assignment is 0x800000000 | |
| 2488 | + | INFO: Calculate controller registers | |
| 2489 | + | INFO: Skip CL mask for this speed 0x4000 | |
| 2490 | + | INFO: Skip caslat 0x4000 | |
| 2491 | + | INFO: cs_in_use = 0x3 | |
| 2492 | + | INFO: cs0 | |
| 2493 | + | INFO: _config = 0x80040522 | |
| 2494 | + | INFO: cs[0].bnds = 0x7ff | |
| 2495 | + | INFO: cs_in_use = 0x3 | |
| 2496 | + | INFO: cs1 | |
| 2497 | + | INFO: _config = 0x80000522 | |
| 2498 | + | INFO: cs[1].bnds = 0x7ff | |
| 2499 | + | INFO: sdram_cfg[0] = 0xe5004000 | |
| 2500 | + | INFO: sdram_cfg[1] = 0x401151 | |
| 2501 | + | INFO: sdram_cfg[2] = 0x0 | |
| 2502 | + | INFO: timing_cfg[0] = 0xd1770018 | |
| 2503 | + | INFO: timing_cfg[1] = 0xf2fc8245 | |
| 2504 | + | INFO: timing_cfg[2] = 0x594197 | |
| 2505 | + | INFO: timing_cfg[3] = 0x2161100 | |
| 2506 | + | INFO: timing_cfg[4] = 0x220002 | |
| 2507 | + | INFO: timing_cfg[5] = 0x5401400 | |
| 2508 | + | INFO: timing_cfg[6] = 0x0 | |
| 2509 | + | INFO: timing_cfg[7] = 0x26600000 | |
| 2510 | + | INFO: timing_cfg[8] = 0x5446a00 | |
| 2511 | + | INFO: timing_cfg[9] = 0x0 | |
| 2512 | + | INFO: dq_map[0] = 0x2eb32bac | |
| 2513 | + | INFO: dq_map[1] = 0x2d6d95b0 | |
| 2514 | + | INFO: dq_map[2] = 0x2f55b658 | |
| 2515 | + | INFO: dq_map[3] = 0xd8cac001 | |
| 2516 | + | INFO: sdram_mode[0] = 0x3010631 | |
| 2517 | + | INFO: sdram_mode[1] = 0x100000 | |
| 2518 | + | INFO: sdram_mode[9] = 0x8400000 | |
| 2519 | + | INFO: sdram_mode[8] = 0x500 | |
| 2520 | + | INFO: sdram_mode[2] = 0x10631 | |
| 2521 | + | INFO: sdram_mode[3] = 0x100000 | |
| 2522 | + | INFO: sdram_mode[10] = 0x400 | |
| 2523 | + | INFO: sdram_mode[11] = 0x8400000 | |
| 2524 | + | INFO: sdram_mode[4] = 0x10631 | |
| 2525 | + | INFO: sdram_mode[5] = 0x100000 | |
| 2526 | + | INFO: sdram_mode[12] = 0x400 | |
| 2527 | + | INFO: sdram_mode[13] = 0x8400000 | |
| 2528 | + | INFO: sdram_mode[6] = 0x10631 | |
| 2529 | + | INFO: sdram_mode[7] = 0x100000 | |
| 2530 | + | INFO: sdram_mode[14] = 0x400 | |
| 2531 | + | INFO: sdram_mode[15] = 0x8400000 | |
| 2532 | + | INFO: eor = 0x40000000 | |
| 2533 | + | INFO: interval = 0x1ffe07ff | |
| 2534 | + | INFO: zq_cntl = 0x8a090705 | |
| 2535 | + | INFO: ddr_sr_cntr = 0x0 | |
| 2536 | + | INFO: clk_cntl = 0x2400000 | |
| 2537 | + | INFO: cdr[0] = 0x80080000 | |
| 2538 | + | INFO: cdr[1] = 0xc0 | |
| 2539 | + | INFO: wrlvl_cntl[0] = 0x8675f605 | |
| 2540 | + | INFO: wrlvl_cntl[1] = 0x704080b | |
| 2541 | + | INFO: wrlvl_cntl[2] = 0xf0c0d0a | |
| 2542 | + | INFO: debug[28] = 0x7b | |
| 2543 | + | INFO: Time before programming controller 817 ms | |
| 2544 | + | INFO: Program controller registers | |
| 2545 | + | INFO: total size 32 GB | |
| 2546 | + | INFO: Need to wait up to 8160 ms | |
| 2547 | + | INFO: Reading debug[9] as 0x2e003200 | |
| 2548 | + | INFO: Reading debug[10] as 0x2a003300 | |
| 2549 | + | INFO: Reading debug[11] as 0x39004200 | |
| 2550 | + | INFO: Reading debug[12] as 0x3d004000 | |
| 2551 | + | INFO: cpo_min 0x2a | |
| 2552 | + | INFO: cpo_max 0x42 | |
| 2553 | + | INFO: debug[28] 0x6a007b | |
| 2554 | + | WARNING: Warning: A009942 requires setting cpo_sample to 0x5d | |
| 2555 | + | INFO: *0x1080000 = 0x7ff | |
| 2556 | + | INFO: *0x1080008 = 0x7ff | |
| 2557 | + | INFO: *0x1080080 = 0x80040522 | |
| 2558 | + | INFO: *0x1080084 = 0x80000522 | |
| 2559 | + | INFO: *0x1080100 = 0x2161100 | |
| 2560 | + | INFO: *0x1080104 = 0xd1770018 | |
| 2561 | + | INFO: *0x1080108 = 0xf2fc8245 | |
| 2562 | + | INFO: *0x108010c = 0x594197 | |
| 2563 | + | INFO: *0x1080110 = 0xe5004000 | |
| 2564 | + | INFO: *0x1080114 = 0x401141 | |
| 2565 | + | INFO: *0x1080118 = 0x3010631 | |
| 2566 | + | INFO: *0x108011c = 0x100000 | |
| 2567 | + | INFO: *0x1080120 = 0x1600086b | |
| 2568 | + | INFO: *0x1080124 = 0x1ffe07ff | |
| 2569 | + | INFO: *0x1080128 = 0xdeadbeef | |
| 2570 | + | INFO: *0x1080130 = 0x2400000 | |
| 2571 | + | INFO: *0x1080160 = 0x220002 | |
| 2572 | + | INFO: *0x1080164 = 0x5401400 | |
| 2573 | + | INFO: *0x108016c = 0x26600000 | |
| 2574 | + | INFO: *0x1080170 = 0x8a090705 | |
| 2575 | + | INFO: *0x1080174 = 0xc675f605 | |
| 2576 | + | INFO: *0x1080190 = 0x704080b | |
| 2577 | + | INFO: *0x1080194 = 0xf0c0d0a | |
| 2578 | + | INFO: *0x1080200 = 0x10631 | |
| 2579 | + | INFO: *0x1080204 = 0x100000 | |
| 2580 | + | INFO: *0x1080208 = 0x10631 | |
| 2581 | + | INFO: *0x108020c = 0x100000 | |
| 2582 | + | INFO: *0x1080210 = 0x10631 | |
| 2583 | + | INFO: *0x1080214 = 0x100000 | |
| 2584 | + | INFO: *0x1080220 = 0x500 | |
| 2585 | + | INFO: *0x1080224 = 0x8400000 | |
| 2586 | + | INFO: *0x1080228 = 0x400 | |
| 2587 | + | INFO: *0x108022c = 0x8400000 | |
| 2588 | + | INFO: *0x1080230 = 0x400 | |
| 2589 | + | INFO: *0x1080234 = 0x8400000 | |
| 2590 | + | INFO: *0x1080238 = 0x400 | |
| 2591 | + | INFO: *0x108023c = 0x8400000 | |
| 2592 | + | INFO: *0x1080250 = 0x5446a00 | |
| 2593 | + | INFO: *0x1080270 = 0xffff | |
| 2594 | + | INFO: *0x1080280 = 0xeedeeedd | |
| 2595 | + | INFO: *0x1080284 = 0xedeedddd | |
| 2596 | + | INFO: *0x1080288 = 0x11211122 | |
| 2597 | + | INFO: *0x108028c = 0x12112222 | |
| 2598 | + | INFO: *0x1080290 = 0x21de0001 | |
| 2599 | + | INFO: *0x1080400 = 0x2eb32bac | |
| 2600 | + | INFO: *0x1080404 = 0x2d6d95b0 | |
| 2601 | + | INFO: *0x1080408 = 0x2f55b658 | |
| 2602 | + | INFO: *0x108040c = 0xd8cac001 | |
| 2603 | + | INFO: *0x1080b20 = 0x8080 | |
| 2604 | + | INFO: *0x1080b24 = 0x80000000 | |
| 2605 | + | INFO: *0x1080b28 = 0x80080000 | |
| 2606 | + | INFO: *0x1080b2c = 0xc0 | |
| 2607 | + | INFO: *0x1080bf8 = 0x20502 | |
| 2608 | + | INFO: *0x1080bfc = 0x100 | |
| 2609 | + | INFO: *0x1080c00 = 0x40000000 | |
| 2610 | + | INFO: *0x1080f04 = 0x2 | |
| 2611 | + | INFO: *0x1080f08 = 0x9 | |
| 2612 | + | INFO: *0x1080f0c = 0x14000c20 | |
| 2613 | + | INFO: *0x1080f24 = 0x2e003200 | |
| 2614 | + | INFO: *0x1080f28 = 0x2a003300 | |
| 2615 | + | INFO: *0x1080f2c = 0x39004200 | |
| 2616 | + | INFO: *0x1080f30 = 0x3d004000 | |
| 2617 | + | INFO: *0x1080f34 = 0x36007000 | |
| 2618 | + | INFO: *0x1080f48 = 0x1 | |
| 2619 | + | INFO: *0x1080f4c = 0x94000000 | |
| 2620 | + | INFO: *0x1080f50 = 0xc001000 | |
| 2621 | + | INFO: *0x1080f54 = 0xb001300 | |
| 2622 | + | INFO: *0x1080f58 = 0x19002100 | |
| 2623 | + | INFO: *0x1080f5c = 0x1b001e00 | |
| 2624 | + | INFO: *0x1080f60 = 0x16000000 | |
| 2625 | + | INFO: *0x1080f64 = 0x9000 | |
| 2626 | + | INFO: *0x1080f68 = 0x20 | |
| 2627 | + | INFO: *0x1080f70 = 0x6a007b | |
| 2628 | + | INFO: *0x1080f94 = 0x80000000 | |
| 2629 | + | INFO: *0x1080f9c = 0x2b002a00 | |
| 2630 | + | INFO: *0x1080fa0 = 0x2a002900 | |
| 2631 | + | INFO: *0x1080fa4 = 0x2a002700 | |
| 2632 | + | INFO: *0x1080fa8 = 0x2b002b00 | |
| 2633 | + | INFO: *0x1080fac = 0x29000000 | |
| 2634 | + | INFO: *0x1080fb0 = 0x3 | |
| 2635 | + | INFO: *0x1080fb4 = 0x1e1d1b1e | |
| 2636 | + | INFO: *0x1080fb8 = 0x1e1d1e1d | |
| 2637 | + | INFO: *0x1080fbc = 0x1e1e1d20 | |
| 2638 | + | INFO: *0x1080fc0 = 0x1d1e1e1d | |
| 2639 | + | INFO: *0x1080fc4 = 0x1f1e1c1f | |
| 2640 | + | INFO: *0x1080fc8 = 0x1c1e1f1d | |
| 2641 | + | INFO: *0x1080fcc = 0x1e1e1d1e | |
| 2642 | + | INFO: *0x1080fd0 = 0x1c1d1d1c | |
| 2643 | + | INFO: *0x1080fd4 = 0x1e1e1b1e | |
| 2644 | + | INFO: *0x1080fd8 = 0x1d1d1d1d | |
| 2645 | + | INFO: *0x1080fdc = 0x1e1a1b1c | |
| 2646 | + | INFO: *0x1080fe0 = 0x1d1c1d1a | |
| 2647 | + | INFO: *0x1080fe4 = 0x1e1f1b1f | |
| 2648 | + | INFO: *0x1080fe8 = 0x1f1f1d1e | |
| 2649 | + | INFO: *0x1080fec = 0x1f1f1d1f | |
| 2650 | + | INFO: *0x1080ff0 = 0x1e1f1f1e | |
| 2651 | + | INFO: *0x1080ff4 = 0x1f1d1a1e | |
| 2652 | + | INFO: *0x1080ff8 = 0x1d1d1e1c | |
| 2653 | + | INFO: *0x1080ffc = 0x1f000000 | |
| 2654 | + | ||
| 2655 | + | NOTICE: 32 GB DDR4, 64-bit, CL=15, ECC on, CS0+CS1 | |
| 2656 | + | INFO: Time used by DDR driver 4383 ms | |
| 2657 | + | INFO: RCW BOOT SRC is QSPI | |
| 2658 | + | NOTICE: BL2: v2.13.0(debug): | |
| 2659 | + | NOTICE: BL2: Built : 00:26:14, Feb 13 2026 | |
| 2660 | + | INFO: Configuring TrustZone Controller | |
| 2661 | + | INFO: BL2: Doing platform setup | |
| 2662 | + | INFO: BL2: Loading image id 3 | |
| 2663 | + | INFO: Loading image id=3 at address 0xfbe00000 | |
| 2664 | + | INFO: Image id=3 loaded: 0xfbe00000 - 0xfbe0c16c | |
| 2665 | + | INFO: BL2: Loading image id 5 | |
| 2666 | + | INFO: Loading image id=5 at address 0x82000000 | |
| 2667 | + | INFO: Image id=5 loaded: 0x82000000 - 0x8210b016 | |
| 2668 | + | NOTICE: BL2: Booting BL31 | |
| 2669 | + | INFO: Entry point address = 0xfbe00000 | |
| 2670 | + | INFO: SPSR = 0x3cd | |
| 2671 | + | NOTICE: BL31: v1.5(debug):8bf4598 | |
| 2672 | + | NOTICE: BL31: Built : 03:58:00, Mar 15 2022 | |
| 2673 | + | NOTICE: Welcome to LS1088 BL31 Phase | |
| 2674 | + | INFO: GICv3 without legacy support detected. ARM GICV3 driver initialized in EL3 | |
| 2675 | + | INFO: BL31: Initializing runtime services | |
| 2676 | + | WARNING: BL31: cortex_a53: CPU workaround for 835769 was missing! | |
| 2677 | + | WARNING: BL31: cortex_a53: CPU workaround for 843419 was missing! | |
| 2678 | + | INFO: BL31: cortex_a53: CPU workaround for 855873 was applied | |
| 2679 | + | INFO: BL31: Preparing for EL3 exit to normal world | |
| 2680 | + | INFO: Entry point address = 0x82000000 | |
| 2681 | + | INFO: SPSR = 0x3c9 | |
| 2682 | + | ||
| 2683 | + | ||
| 2684 | + | U-Boot 2020.07-rc1-ga94e0d21 (Mar 15 2022 - 03:55:15 +0000) | |
| 2685 | + | Micron SPI NAND was found. | |
| 2686 | + | 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 128 | |
| 2687 | + | Reading 33554432 byte(s) (16384 page(s)) at offset 0x00000000 | |
| 2688 | + | Reading 262144 byte(s) at offset 0x00000000 | |
| 2689 | + | fsl-mc: Deploying data path layout ... SUCCESS | |
| 2690 | + | ## Loading kernel from FIT Image at a0000000 ... | |
| 2691 | + | Using 'ten64' configuration | |
| 2692 | + | Trying 'kernel@0' kernel subimage | |
| 2693 | + | Description: Linux Kernel | |
| 2694 | + | Created: 2021-11-01 4:31:34 UTC | |
| 2695 | + | Type: Kernel Image | |
| 2696 | + | Compression: gzip compressed | |
| 2697 | + | Data Start: 0xa00000d4 | |
| 2698 | + | Data Size: 5844449 Bytes = 5.6 MiB | |
| 2699 | + | Architecture: AArch64 | |
| 2700 | + | OS: Linux | |
| 2701 | + | Load Address: 0x80000000 | |
| 2702 | + | Entry Point: 0x80000000 | |
| 2703 | + | Hash algo: sha1 | |
| 2704 | + | Hash value: d55f80127d72eb76817d59b5cec673b9bc355197 | |
| 2705 | + | Verifying Hash Integrity ... sha1+ OK | |
| 2706 | + | ## Loading ramdisk from FIT Image at a0000000 ... | |
| 2707 | + | Using 'ten64' configuration | |
| 2708 | + | Trying 'ramdisk@0' ramdisk subimage | |
| 2709 | + | Description: ramdisk ten64 | |
| 2710 | + | Created: 2021-11-01 4:31:34 UTC | |
| 2711 | + | Type: RAMDisk Image | |
| 2712 | + | Compression: gzip compressed | |
| 2713 | + | Data Start: 0xa05982f4 | |
| 2714 | + | Data Size: 19294187 Bytes = 18.4 MiB | |
| 2715 | + | Architecture: AArch64 | |
| 2716 | + | OS: Linux | |
| 2717 | + | Load Address: unavailable | |
| 2718 | + | Entry Point: unavailable | |
| 2719 | + | Hash algo: sha1 | |
| 2720 | + | Hash value: 3d8e4815f8be713be4979c31267e18965bae9a5e | |
| 2721 | + | Verifying Hash Integrity ... sha1+ OK | |
| 2722 | + | WARNING: 'compression' nodes for ramdisks are deprecated, please fix your .its file! | |
| 2723 | + | ## Loading fdt from FIT Image at a0000000 ... | |
| 2724 | + | Using 'ten64' configuration | |
| 2725 | + | Trying 'fdt@0' fdt subimage | |
| 2726 | + | Description: Flattened Device Tree blob | |
| 2727 | + | Created: 2021-11-01 4:31:34 UTC | |
| 2728 | + | Type: Flat Device Tree | |
| 2729 | + | Compression: uncompressed | |
| 2730 | + | Data Start: 0xa0592fb0 | |
| 2731 | + | Data Size: 21109 Bytes = 20.6 KiB | |
| 2732 | + | Architecture: AArch64 | |
| 2733 | + | Load Address: 0x90000000 | |
| 2734 | + | Hash algo: sha1 | |
| 2735 | + | Hash value: 775ebe35f8e8009f1fdacbdf9ad44637ac663cf1 | |
| 2736 | + | Verifying Hash Integrity ... sha1+ OK | |
| 2737 | + | Loading fdt from 0xa0592fb0 to 0x90000000 | |
| 2738 | + | Booting using the fdt blob at 0x90000000 | |
| 2739 | + | Uncompressing Kernel Image | |
| 2740 | + | Loading Device Tree to 000000009fff7000, end 000000009ffff274 ... OK | |
| 2741 | + | TEN64 ft_board_setup start, blob 000000009fff7000 | |
| 2742 | + | INFO: RNG Desc SUCCESS with status 0 | |
| 2743 | + | INFO: result b250db9659414a63 | |
| 2744 | + | TEN64 ft_board_setup end | |
| 2745 | + | ||
| 2746 | + | Starting kernel ... | |
| 2747 | + | ||
| 2748 | + | [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] | |
| 2749 | + | [ 0.000000] Linux version 5.10.64 (build@runner-isgbxbcc-project-4881630-concurrent-0) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 8.4.0 r0+16341-7f361f5a1c) 8.4.0, GNU ld (GNU Binutils) 2.34) #0 SMP Wed Oct 13 05:51:35 2021 | |
| 2750 | + | [ 0.000000] Machine model: Traverse Ten64 | |
| 2751 | + | [ 0.000000] earlycon: uart8250 at MMIO 0x00000000021c0500 (options '') | |
| 2752 | + | [ 0.000000] printk: bootconsole [uart8250] enabled | |
| 2753 | + | [ 0.000000] efi: UEFI not found. | |
| 2754 | + | [ 0.000000] NUMA: No NUMA configuration found | |
| 2755 | + | [ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000087dfffffff] | |
| 2756 | + | [ 0.000000] NUMA: NODE_DATA [mem 0x87dc0e3100-0x87dc0e4fff] | |
| 2757 | + | [ 0.000000] Zone ranges: | |
| 2758 | + | [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] | |
| 2759 | + | [ 0.000000] DMA32 empty | |
| 2760 | + | [ 0.000000] Normal [mem 0x0000000100000000-0x00000087dfffffff] | |
| 2761 | + | [ 0.000000] Movable zone start for each node | |
| 2762 | + | [ 0.000000] Early memory node ranges | |
| 2763 | + | [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fbdfffff] | |
| 2764 | + | [ 0.000000] node 0: [mem 0x0000008080000000-0x00000087dfffffff] | |
| 2765 | + | [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000087dfffffff] | |
| 2766 | + | [ 0.000000] cma: Reserved 128 MiB at 0x00000000f3c00000 | |
| 2767 | + | [ 0.000000] psci: probing for conduit method from DT. | |
| 2768 | + | [ 0.000000] psci: PSCIv1.1 detected in firmware. | |
| 2769 | + | [ 0.000000] psci: Using standard PSCI v0.2 function IDs | |
| 2770 | + | [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. | |
| 2771 | + | [ 0.000000] psci: SMC Calling Convention v1.1 | |
| 2772 | + | [ 0.000000] percpu: Embedded 21 pages/cpu s47768 r8192 d30056 u86016 | |
| 2773 | + | [ 0.000000] Detected VIPT I-cache on CPU0 | |
| 2774 | + | [ 0.000000] CPU features: detected: GIC system register CPU interface | |
| 2775 | + | [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 8111616 | |
| 2776 | + | [ 0.000000] Policy zone: Normal | |
| 2777 | + | [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 ramdisk_size=0x3000000 default_hugepagesz=2m hugepagesz=2m hugepages=256 | |
| 2778 | + | [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) | |
| 2779 | + | [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) | |
| 2780 | + | [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | |
| 2781 | + | [ 0.000000] software IO TLB: mapped [mem 0x00000000efc00000-0x00000000f3c00000] (64MB) | |
| 2782 | + | [ 0.000000] Memory: 32093968K/32962560K available (9088K kernel code, 1006K rwdata, 2412K rodata, 896K init, 380K bss, 737520K reserved, 131072K cma-reserved) | |
| 2783 | + | [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 | |
| 2784 | + | [ 0.000000] rcu: Hierarchical RCU implementation. | |
| 2785 | + | [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. | |
| 2786 | + | [ 0.000000] Tracing variant of Tasks RCU enabled. | |
| 2787 | + | [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. | |
| 2788 | + | [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 | |
| 2789 | + | [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 | |
| 2790 | + | [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode | |
| 2791 | + | [ 0.000000] GICv3: 256 SPIs implemented | |
| 2792 | + | [ 0.000000] GICv3: 0 Extended SPIs implemented | |
| 2793 | + | [ 0.000000] GICv3: Distributor has no Range Selector support | |
| 2794 | + | [ 0.000000] GICv3: 16 PPIs implemented | |
| 2795 | + | [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000006100000 | |
| 2796 | + | [ 0.000000] ITS [mem 0x06020000-0x0603ffff] | |
| 2797 | + | [ 0.000000] ITS@0x0000000006020000: allocated 65536 Devices @8080080000 (flat, esz 8, psz 64K, shr 0) | |
| 2798 | + | [ 0.000000] ITS: using cache flushing for cmd queue | |
| 2799 | + | [ 0.000000] GICv3: using LPI property table @0x0000008080050000 | |
| 2800 | + | [ 0.000000] GIC: using cache flushing for LPI property table | |
| 2801 | + | [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000008080060000 | |
| 2802 | + | [ 0.000000] random: get_random_bytes called from start_kernel+0x350/0x550 with crng_init=0 | |
| 2803 | + | [ 0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (phys). | |
| 2804 | + | [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c409fb33, max_idle_ns: 440795203156 ns | |
| 2805 | + | [ 0.000002] sched_clock: 56 bits at 25MHz, resolution 39ns, wraps every 4398046511103ns | |
| 2806 | + | [ 0.008320] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000) | |
| 2807 | + | [ 0.018766] pid_max: default: 32768 minimum: 301 | |
| 2808 | + | [ 0.023555] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) | |
| 2809 | + | [ 0.031260] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) | |
| 2810 | + | [ 0.040164] rcu: Hierarchical SRCU implementation. | |
| 2811 | + | [ 0.045074] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build | |
| 2812 | + | [ 0.052817] Platform MSI: gic-its@6020000 domain created | |
| 2813 | + | [ 0.058221] PCI/MSI: /interrupt-controller@6000000/gic-its@6020000 domain created | |
| 2814 | + | [ 0.065810] fsl-mc MSI: gic-its@6020000 domain created | |
| 2815 | + | [ 0.071019] EFI services will not be available. | |
| 2816 | + | [ 0.075765] smp: Bringing up secondary CPUs ... | |
| 2817 | + | [ 0.080562] Detected VIPT I-cache on CPU1 | |
| 2818 | + | [ 0.080581] GICv3: CPU1: found redistributor 1 region 0:0x0000000006120000 | |
| 2819 | + | [ 0.080590] GICv3: CPU1: using allocated LPI pending table @0x0000008080070000 | |
| 2820 | + | [ 0.080613] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] | |
| 2821 | + | [ 0.080878] Detected VIPT I-cache on CPU2 | |
| 2822 | + | [ 0.080890] GICv3: CPU2: found redistributor 2 region 0:0x0000000006140000 | |
| 2823 | + | [ 0.080899] GICv3: CPU2: using allocated LPI pending table @0x0000008080100000 | |
| 2824 | + | [ 0.080917] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] | |
| 2825 | + | [ 0.081165] Detected VIPT I-cache on CPU3 | |
| 2826 | + | [ 0.081178] GICv3: CPU3: found redistributor 3 region 0:0x0000000006160000 | |
| 2827 | + | [ 0.081186] GICv3: CPU3: using allocated LPI pending table @0x0000008080110000 | |
| 2828 | + | [ 0.081203] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] | |
| 2829 | + | [ 0.081461] Detected VIPT I-cache on CPU4 | |
| 2830 | + | [ 0.081481] GICv3: CPU4: found redistributor 100 region 0:0x0000000006180000 | |
| 2831 | + | [ 0.081491] GICv3: CPU4: using allocated LPI pending table @0x0000008080120000 | |
| 2832 | + | [ 0.081520] CPU4: Booted secondary processor 0x0000000100 [0x410fd034] | |
| 2833 | + | [ 0.081805] Detected VIPT I-cache on CPU5 | |
| 2834 | + | [ 0.081819] GICv3: CPU5: found redistributor 101 region 0:0x00000000061a0000 | |
| 2835 | + | [ 0.081828] GICv3: CPU5: using allocated LPI pending table @0x0000008080130000 | |
| 2836 | + | [ 0.081846] CPU5: Booted secondary processor 0x0000000101 [0x410fd034] | |
| 2837 | + | [ 0.082110] Detected VIPT I-cache on CPU6 | |
| 2838 | + | [ 0.082125] GICv3: CPU6: found redistributor 102 region 0:0x00000000061c0000 | |
| 2839 | + | [ 0.082134] GICv3: CPU6: using allocated LPI pending table @0x0000008080140000 | |
| 2840 | + | [ 0.082152] CPU6: Booted secondary processor 0x0000000102 [0x410fd034] | |
| 2841 | + | [ 0.082414] Detected VIPT I-cache on CPU7 | |
| 2842 | + | [ 0.082431] GICv3: CPU7: found redistributor 103 region 0:0x00000000061e0000 | |
| 2843 | + | [ 0.082439] GICv3: CPU7: using allocated LPI pending table @0x0000008080150000 | |
| 2844 | + | [ 0.082458] CPU7: Booted secondary processor 0x0000000103 [0x410fd034] | |
| 2845 | + | [ 0.082507] smp: Brought up 1 node, 8 CPUs | |
| 2846 | + | [ 0.261138] SMP: Total of 8 processors activated. | |
| 2847 | + | [ 0.265880] CPU features: detected: 32-bit EL0 Support | |
| 2848 | + | [ 0.271060] CPU features: detected: CRC32 instructions | |
| 2849 | + | [ 0.276239] CPU features: detected: 32-bit EL1 Support | |
| 2850 | + | [ 0.281452] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching | |
| 2851 | + | [ 0.289878] CPU: All CPU(s) started at EL2 | |
| 2852 | + | [ 0.294025] alternatives: patching kernel code | |
| 2853 | + | [ 0.301554] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
| 2854 | + | [ 0.311392] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) | |
| 2855 | + | [ 0.320947] pinctrl core: initialized pinctrl subsystem | |
| 2856 | + | [ 0.326409] DMI not present or invalid. | |
| 2857 | + | [ 0.330396] NET: Registered protocol family 16 | |
| 2858 | + | [ 0.335969] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations | |
| 2859 | + | [ 0.343952] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
| 2860 | + | [ 0.352618] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
| 2861 | + | [ 0.361252] thermal_sys: Registered thermal governor 'step_wise' | |
| 2862 | + | [ 0.361524] cpuidle: using governor ladder | |
| 2863 | + | [ 0.371797] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
| 2864 | + | [ 0.378733] ASID allocator initialised with 65536 entries | |
| 2865 | + | [ 0.384239] Serial: AMBA PL011 UART driver | |
| 2866 | + | [ 0.395451] Machine: Traverse Ten64 | |
| 2867 | + | [ 0.398970] SoC family: QorIQ LS1088A | |
| 2868 | + | [ 0.402657] SoC ID: svr:0x87030010, Revision: 1.0 | |
| 2869 | + | [ 0.408834] fsl_mc_bus 80c000000.fsl-mc: MC firmware version: 10.20.4 | |
| 2870 | + | [ 0.417889] fsl_mc_dprc dprc.1: DMA mask not set | |
| 2871 | + | [ 0.430550] HugeTLB registered 2.00 MiB page size, pre-allocated 256 pages | |
| 2872 | + | [ 0.437506] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages | |
| 2873 | + | [ 0.444267] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages | |
| 2874 | + | [ 0.451027] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages | |
| 2875 | + | [ 0.458459] cryptd: max_cpu_qlen set to 1000 | |
| 2876 | + | [ 0.463505] ACPI: Interpreter disabled. | |
| 2877 | + | [ 0.467438] iommu: Default domain type: Passthrough | |
| 2878 | + | [ 0.472571] SCSI subsystem initialized | |
| 2879 | + | [ 0.476562] usbcore: registered new interface driver usbfs | |
| 2880 | + | [ 0.482119] usbcore: registered new interface driver hub | |
| 2881 | + | [ 0.487494] usbcore: registered new device driver usb | |
| 2882 | + | [ 0.492754] imx-i2c 2000000.i2c: can't get pinctrl, bus recovery not supported | |
| 2883 | + | [ 0.500537] i2c i2c-0: IMX I2C adapter registered | |
| 2884 | + | [ 0.505377] imx-i2c 2020000.i2c: can't get pinctrl, bus recovery not supported | |
| 2885 | + | [ 0.512746] i2c i2c-1: IMX I2C adapter registered | |
| 2886 | + | [ 0.517561] imx-i2c 2030000.i2c: can't get pinctrl, bus recovery not supported | |
| 2887 | + | [ 0.524947] i2c i2c-2: IMX I2C adapter registered | |
| 2888 | + | [ 0.530364] clocksource: Switched to clocksource arch_sys_counter | |
| 2889 | + | [ 0.536718] pnp: PnP ACPI: disabled | |
| 2890 | + | [ 0.540545] NET: Registered protocol family 2 | |
| 2891 | + | [ 0.545251] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
| 2892 | + | [ 0.557098] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) | |
| 2893 | + | [ 0.566096] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
| 2894 | + | [ 0.575440] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) | |
| 2895 | + | [ 0.583477] TCP: Hash tables configured (established 262144 bind 65536) | |
| 2896 | + | [ 0.590220] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) | |
| 2897 | + | [ 0.597557] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) | |
| 2898 | + | [ 0.605421] NET: Registered protocol family 1 | |
| 2899 | + | [ 0.609829] PCI: CLS 0 bytes, default 64 | |
| 2900 | + | [ 0.613900] Trying to unpack rootfs image as initramfs... | |
| 2901 | + | [ 0.619559] rootfs image is not initramfs (no cpio magic); looks like an initrd | |
| 2902 | + | [ 0.650053] Freeing initrd memory: 18836K | |
| 2903 | + | [ 0.654609] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available | |
| 2904 | + | [ 0.662621] kvm [1]: IPA Size Limit: 40 bits | |
| 2905 | + | [ 0.667271] kvm [1]: vgic-v2@c0e0000 | |
| 2906 | + | [ 0.670875] kvm [1]: GIC system register CPU interface enabled | |
| 2907 | + | [ 0.676840] kvm [1]: vgic interrupt IRQ9 | |
| 2908 | + | [ 0.680905] kvm [1]: Hyp mode initialized successfully | |
| 2909 | + | [ 0.687803] workingset: timestamp_bits=44 max_order=23 bucket_order=0 | |
| 2910 | + | [ 0.696710] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
| 2911 | + | [ 0.702594] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | |
| 2912 | + | [ 0.713555] layerscape-pcie 3400000.pcie: host bridge /soc/pcie@3400000 ranges: | |
| 2913 | + | [ 0.720943] layerscape-pcie 3400000.pcie: IO 0x2000010000..0x200001ffff -> 0x0000000000 | |
| 2914 | + | [ 0.729550] layerscape-pcie 3400000.pcie: MEM 0x2040000000..0x207fffffff -> 0x0040000000 | |
| 2915 | + | [ 0.738247] layerscape-pcie 3400000.pcie: PCI host bridge to bus 0000:00 | |
| 2916 | + | [ 0.745008] pci_bus 0000:00: root bus resource [bus 00-ff] | |
| 2917 | + | [ 0.750541] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] | |
| 2918 | + | [ 0.756776] pci_bus 0000:00: root bus resource [mem 0x2040000000-0x207fffffff] (bus address [0x40000000-0x7fffffff]) | |
| 2919 | + | [ 0.767410] pci 0000:00:00.0: [1957:80c0] type 01 class 0x060400 | |
| 2920 | + | [ 0.773517] pci 0000:00:00.0: supports D1 D2 | |
| 2921 | + | [ 0.777823] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot | |
| 2922 | + | [ 0.785731] pci 0000:00:00.0: PCI bridge to [bus 01-ff] | |
| 2923 | + | [ 0.791146] layerscape-pcie 3500000.pcie: host bridge /soc/pcie@3500000 ranges: | |
| 2924 | + | [ 0.798533] layerscape-pcie 3500000.pcie: IO 0x2800010000..0x280001ffff -> 0x0000000000 | |
| 2925 | + | [ 0.807140] layerscape-pcie 3500000.pcie: MEM 0x2840000000..0x287fffffff -> 0x0040000000 | |
| 2926 | + | [ 0.815822] layerscape-pcie 3500000.pcie: PCI host bridge to bus 0001:00 | |
| 2927 | + | [ 0.822587] pci_bus 0001:00: root bus resource [bus 00-ff] | |
| 2928 | + | [ 0.828121] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x0000-0xffff]) | |
| 2929 | + | [ 0.837161] pci_bus 0001:00: root bus resource [mem 0x2840000000-0x287fffffff] (bus address [0x40000000-0x7fffffff]) | |
| 2930 | + | [ 0.847788] pci 0001:00:00.0: [1957:80c0] type 01 class 0x060400 | |
| 2931 | + | [ 0.853880] pci 0001:00:00.0: supports D1 D2 | |
| 2932 | + | [ 0.858185] pci 0001:00:00.0: PME# supported from D0 D1 D2 D3hot | |
| 2933 | + | [ 0.865272] pci 0001:01:00.0: [12d8:b304] type 01 class 0x060400 | |
| 2934 | + | [ 0.871701] pci 0001:01:00.0: supports D1 D2 | |
| 2935 | + | [ 0.876006] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold | |
| 2936 | + | [ 0.882767] pci 0001:01:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0001:00:00.0 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link) | |
| 2937 | + | [ 0.907447] pci 0001:02:01.0: [12d8:b304] type 01 class 0x060400 | |
| 2938 | + | [ 0.913882] pci 0001:02:01.0: supports D1 D2 | |
| 2939 | + | [ 0.918189] pci 0001:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold | |
| 2940 | + | [ 0.925112] pci 0001:02:02.0: [12d8:b304] type 01 class 0x060400 | |
| 2941 | + | [ 0.931548] pci 0001:02:02.0: supports D1 D2 | |
| 2942 | + | [ 0.935854] pci 0001:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold | |
| 2943 | + | [ 0.945550] pci 0001:02:01.0: PCI bridge to [bus 03] | |
| 2944 | + | [ 0.950587] pci 0001:02:02.0: PCI bridge to [bus 04] | |
| 2945 | + | [ 0.955622] pci 0001:01:00.0: PCI bridge to [bus 02-04] | |
| 2946 | + | [ 0.960920] pci 0001:00:00.0: PCI bridge to [bus 01-ff] | |
| 2947 | + | [ 0.966389] layerscape-pcie 3600000.pcie: host bridge /soc/pcie@3600000 ranges: | |
| 2948 | + | [ 0.973777] layerscape-pcie 3600000.pcie: IO 0x3000010000..0x300001ffff -> 0x0000000000 | |
| 2949 | + | [ 0.982383] layerscape-pcie 3600000.pcie: MEM 0x3040000000..0x307fffffff -> 0x0040000000 | |
| 2950 | + | [ 0.991059] layerscape-pcie 3600000.pcie: PCI host bridge to bus 0002:00 | |
| 2951 | + | [ 0.997821] pci_bus 0002:00: root bus resource [bus 00-ff] | |
| 2952 | + | [ 1.003354] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x0000-0xffff]) | |
| 2953 | + | [ 1.012395] pci_bus 0002:00: root bus resource [mem 0x3040000000-0x307fffffff] (bus address [0x40000000-0x7fffffff]) | |
| 2954 | + | [ 1.023020] pci 0002:00:00.0: [1957:80c0] type 01 class 0x060400 | |
| 2955 | + | [ 1.029108] pci 0002:00:00.0: supports D1 D2 | |
| 2956 | + | [ 1.033412] pci 0002:00:00.0: PME# supported from D0 D1 D2 D3hot | |
| 2957 | + | [ 1.040494] pci 0002:01:00.0: [144d:a808] type 00 class 0x010802 | |
| 2958 | + | [ 1.046609] pci 0002:01:00.0: reg 0x10: [mem 0x3040000000-0x3040003fff 64bit] | |
| 2959 | + | [ 1.054204] pci 0002:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0002:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link) | |
| 2960 | + | [ 1.070306] pci 0002:00:00.0: BAR 8: assigned [mem 0x3040000000-0x30400fffff] | |
| 2961 | + | [ 1.077508] pci 0002:01:00.0: BAR 0: assigned [mem 0x3040000000-0x3040003fff 64bit] | |
| 2962 | + | [ 1.085256] pci 0002:00:00.0: PCI bridge to [bus 01-ff] | |
| 2963 | + | [ 1.090525] pci 0002:00:00.0: bridge window [mem 0x3040000000-0x30400fffff] | |
| 2964 | + | [ 1.098786] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
| 2965 | + | [ 1.105536] printk: console [ttyS0] disabled | |
| 2966 | + | [ 1.109879] 21c0500.serial: ttyS0 at MMIO 0x21c0500 (irq = 16, base_baud = 21875000) is a 16550A | |
| 2967 | + | [ 1.118762] printk: console [ttyS0] enabled | |
| 2968 | + | [ 1.118762] printk: console [ttyS0] enabled | |
| 2969 | + | [ 1.127150] printk: bootconsole [uart8250] disabled | |
| 2970 | + | [ 1.127150] printk: bootconsole [uart8250] disabled | |
| 2971 | + | [ 1.137104] 21c0600.serial: ttyS1 at MMIO 0x21c0600 (irq = 16, base_baud = 21875000) is a 16550A | |
| 2972 | + | [ 1.146463] arm-smmu 5000000.iommu: probing hardware configuration... | |
| 2973 | + | [ 1.152903] arm-smmu 5000000.iommu: SMMUv2 with: | |
| 2974 | + | [ 1.157517] arm-smmu 5000000.iommu: stage 1 translation | |
| 2975 | + | [ 1.162825] arm-smmu 5000000.iommu: stage 2 translation | |
| 2976 | + | [ 1.168134] arm-smmu 5000000.iommu: nested translation | |
| 2977 | + | [ 1.173356] arm-smmu 5000000.iommu: stream matching with 128 register groups | |
| 2978 | + | [ 1.180491] arm-smmu 5000000.iommu: 64 context banks (0 stage-2 only) | |
| 2979 | + | [ 1.187018] arm-smmu 5000000.iommu: Supported page sizes: 0x61311000 | |
| 2980 | + | [ 1.193456] arm-smmu 5000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA | |
| 2981 | + | [ 1.199895] arm-smmu 5000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA | |
| 2982 | + | [ 1.206867] cacheinfo: Unable to detect cache hierarchy for CPU 0 | |
| 2983 | + | [ 1.216384] brd: module loaded | |
| 2984 | + | [ 1.219967] nvme 0002:01:00.0: Adding to iommu group 0 | |
| 2985 | + | [ 1.225247] nvme nvme0: pci function 0002:01:00.0 | |
| 2986 | + | [ 1.230791] spi-nor spi0.0: en25s64 (8192 Kbytes) | |
| 2987 | + | [ 1.232844] nvme nvme0: missing or invalid SUBNQN field. | |
| 2988 | + | [ 1.235517] 7 fixed-partitions partitions found on MTD device 20c0000.spi-0 | |
| 2989 | + | [ 1.240846] nvme nvme0: Shutdown timeout set to 8 seconds | |
| 2990 | + | [ 1.247757] Creating 7 MTD partitions on "20c0000.spi-0": | |
| 2991 | + | [ 1.247761] 0x000000000000-0x000000100000 : "bl2" | |
| 2992 | + | [ 1.263583] 0x000000100000-0x000000300000 : "bl3" | |
| 2993 | + | [ 1.268450] 0x000000300000-0x000000500000 : "mcfirmware" | |
| 2994 | + | [ 1.272423] nvme nvme0: 8/0/0 default/read/poll queues | |
| 2995 | + | [ 1.273918] 0x000000500000-0x000000580000 : "ubootenv" | |
| 2996 | + | [ 1.284220] 0x000000580000-0x0000005c0000 : "dpl" | |
| 2997 | + | [ 1.289079] 0x0000005c0000-0x000000600000 : "dpc" | |
| 2998 | + | [ 1.293960] 0x000000600000-0x000000640000 : "devicetree" | |
| 2999 | + | [ 1.296420] nvme0n1: p1 p2 p3 | |
| 3000 | + | [ 1.300843] spi-nand spi0.1: Micron SPI NAND was found. | |
| 3001 | + | [ 1.307543] spi-nand spi0.1: 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 128 | |
| 3002 | + | [ 1.315772] 4 fixed-partitions partitions found on MTD device spi0.1 | |
| 3003 | + | [ 1.322128] Creating 4 MTD partitions on "spi0.1": | |
| 3004 | + | [ 1.326916] 0x000000000000-0x000000800000 : "nand-boot-reserved" | |
| 3005 | + | [ 1.337646] random: fast init done | |
| 3006 | + | [ 1.343305] 0x000000800000-0x000002800000 : "recovery" | |
| 3007 | + | [ 1.375971] 0x000002800000-0x000009400000 : "ubia" | |
| 3008 | + | [ 1.473299] 0x000009400000-0x000010000000 : "ubib" | |
| 3009 | + | [ 1.571948] libphy: Fixed MDIO Bus: probed | |
| 3010 | + | [ 1.576771] libphy: Freescale XGMAC MDIO Bus: probed | |
| 3011 | + | [ 1.583948] libphy: Freescale XGMAC MDIO Bus: probed | |
| 3012 | + | [ 1.589283] libphy: Freescale XGMAC MDIO Bus: probed | |
| 3013 | + | [ 1.594621] libphy: Freescale XGMAC MDIO Bus: probed | |
| 3014 | + | [ 1.600486] libphy: Freescale XGMAC MDIO Bus: probed | |
| 3015 | + | [ 1.607135] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller | |
| 3016 | + | [ 1.612630] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 | |
| 3017 | + | [ 1.620369] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010010 | |
| 3018 | + | [ 1.629792] xhci-hcd xhci-hcd.0.auto: irq 23, io mem 0x03100000 | |
| 3019 | + | [ 1.636033] hub 1-0:1.0: USB hub found | |
| 3020 | + | [ 1.639798] hub 1-0:1.0: 1 port detected | |
| 3021 | + | [ 1.643876] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller | |
| 3022 | + | [ 1.649366] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 | |
| 3023 | + | [ 1.657025] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed | |
| 3024 | + | [ 1.663580] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | |
| 3025 | + | [ 1.671884] hub 2-0:1.0: USB hub found | |
| 3026 | + | [ 1.675643] hub 2-0:1.0: 1 port detected | |
| 3027 | + | [ 1.679750] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller | |
| 3028 | + | [ 1.685240] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 | |
| 3029 | + | [ 1.692971] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010010 | |
| 3030 | + | [ 1.702390] xhci-hcd xhci-hcd.1.auto: irq 24, io mem 0x03110000 | |
| 3031 | + | [ 1.708591] hub 3-0:1.0: USB hub found | |
| 3032 | + | [ 1.712353] hub 3-0:1.0: 1 port detected | |
| 3033 | + | [ 1.716423] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller | |
| 3034 | + | [ 1.721912] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 | |
| 3035 | + | [ 1.729570] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed | |
| 3036 | + | [ 1.736124] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. | |
| 3037 | + | [ 1.744413] hub 4-0:1.0: USB hub found | |
| 3038 | + | [ 1.748172] hub 4-0:1.0: 1 port detected | |
| 3039 | + | [ 1.752328] usbcore: registered new interface driver usb-storage | |
| 3040 | + | [ 1.758391] i2c /dev entries driver | |
| 3041 | + | [ 1.767374] sp805-wdt c000000.wdt: registration successful | |
| 3042 | + | [ 1.772940] sp805-wdt c010000.wdt: registration successful | |
| 3043 | + | [ 1.778512] sp805-wdt c020000.wdt: registration successful | |
| 3044 | + | [ 1.784076] sp805-wdt c030000.wdt: registration successful | |
| 3045 | + | [ 1.789641] sp805-wdt c100000.wdt: registration successful | |
| 3046 | + | [ 1.795207] sp805-wdt c110000.wdt: registration successful | |
| 3047 | + | [ 1.800769] sp805-wdt c120000.wdt: registration successful | |
| 3048 | + | [ 1.806336] sp805-wdt c130000.wdt: registration successful | |
| 3049 | + | [ 1.811958] sdhci: Secure Digital Host Controller Interface driver | |
| 3050 | + | [ 1.818136] sdhci: Copyright(c) Pierre Ossman | |
| 3051 | + | [ 1.822488] sdhci-pltfm: SDHCI platform and OF driver helper | |
| 3052 | + | [ 1.828582] NET: Registered protocol family 10 | |
| 3053 | + | [ 1.833439] Segment Routing with IPv6 | |
| 3054 | + | [ 1.837130] NET: Registered protocol family 17 | |
| 3055 | + | [ 1.841588] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. | |
| 3056 | + | [ 1.853824] mmc0: SDHCI controller on 2140000.esdhc [2140000.esdhc] using ADMA 64-bit | |
| 3057 | + | [ 1.854545] 8021q: 802.1Q VLAN Support v1.8 | |
| 3058 | + | [ 1.866676] registered taskstats version 1 | |
| 3059 | + | [ 1.872995] fsl_mc_dprc dprc.1: Adding to iommu group 1 | |
| 3060 | + | [ 1.906689] mmc0: new high speed SDHC card at address 0001 | |
| 3061 | + | [ 1.912458] mmcblk0: mmc0:0001 SD32G 29.1 GiB | |
| 3062 | + | [ 1.918195] mmcblk0: p1 | |
| 3063 | + | [ 1.958702] fsl_mc_allocator dpbp.9: Adding to iommu group 1 | |
| 3064 | + | [ 1.964467] fsl_mc_allocator dpbp.8: Adding to iommu group 1 | |
| 3065 | + | [ 1.970224] fsl_mc_allocator dpbp.7: Adding to iommu group 1 | |
| 3066 | + | [ 1.975980] fsl_mc_allocator dpbp.6: Adding to iommu group 1 | |
| 3067 | + | [ 1.978365] usb 3-1: new high-speed USB device number 2 using xhci-hcd | |
| 3068 | + | [ 1.981732] fsl_mc_allocator dpbp.5: Adding to iommu group 1 | |
| 3069 | + | [ 1.993911] fsl_mc_allocator dpbp.4: Adding to iommu group 1 | |
| 3070 | + | [ 1.999665] fsl_mc_allocator dpbp.3: Adding to iommu group 1 | |
| 3071 | + | [ 2.005420] fsl_mc_allocator dpbp.2: Adding to iommu group 1 | |
| 3072 | + | [ 2.011184] fsl_mc_allocator dpbp.1: Adding to iommu group 1 | |
| 3073 | + | [ 2.016944] fsl_mc_allocator dpbp.0: Adding to iommu group 1 | |
| 3074 | + | [ 2.023701] fsl_mc_allocator dpmcp.28: Adding to iommu group 1 | |
| 3075 | + | [ 2.030133] fsl_mc_allocator dpmcp.27: Adding to iommu group 1 | |
| 3076 | + | [ 2.036564] fsl_mc_allocator dpmcp.26: Adding to iommu group 1 | |
| 3077 | + | [ 2.042990] fsl_mc_allocator dpmcp.25: Adding to iommu group 1 | |
| 3078 | + | [ 2.049423] fsl_mc_allocator dpmcp.24: Adding to iommu group 1 | |
| 3079 | + | [ 2.055852] fsl_mc_allocator dpmcp.23: Adding to iommu group 1 | |
| 3080 | + | [ 2.062284] fsl_mc_allocator dpmcp.22: Adding to iommu group 1 | |
| 3081 | + | [ 2.068713] fsl_mc_allocator dpmcp.21: Adding to iommu group 1 | |
| 3082 | + | [ 2.075149] fsl_mc_allocator dpmcp.20: Adding to iommu group 1 | |
| 3083 | + | [ 2.081582] fsl_mc_allocator dpmcp.19: Adding to iommu group 1 | |
| 3084 | + | [ 2.088012] fsl_mc_allocator dpmcp.18: Adding to iommu group 1 | |
| 3085 | + | [ 2.094447] fsl_mc_allocator dpmcp.17: Adding to iommu group 1 | |
| 3086 | + | [ 2.100877] fsl_mc_allocator dpmcp.16: Adding to iommu group 1 | |
| 3087 | + | [ 2.107309] fsl_mc_allocator dpmcp.15: Adding to iommu group 1 | |
| 3088 | + | [ 2.113748] fsl_mc_allocator dpmcp.14: Adding to iommu group 1 | |
| 3089 | + | [ 2.120180] fsl_mc_allocator dpmcp.13: Adding to iommu group 1 | |
| 3090 | + | [ 2.126617] fsl_mc_allocator dpmcp.12: Adding to iommu group 1 | |
| 3091 | + | [ 2.133047] fsl_mc_allocator dpmcp.11: Adding to iommu group 1 | |
| 3092 | + | [ 2.139482] fsl_mc_allocator dpmcp.10: Adding to iommu group 1 | |
| 3093 | + | [ 2.145917] fsl_mc_allocator dpmcp.9: Adding to iommu group 1 | |
| 3094 | + | [ 2.152271] fsl_mc_allocator dpmcp.8: Adding to iommu group 1 | |
| 3095 | + | [ 2.158621] fsl_mc_allocator dpmcp.7: Adding to iommu group 1 | |
| 3096 | + | [ 2.164968] fsl_mc_allocator dpmcp.6: Adding to iommu group 1 | |
| 3097 | + | [ 2.171316] fsl_mc_allocator dpmcp.5: Adding to iommu group 1 | |
| 3098 | + | [ 2.177661] fsl_mc_allocator dpmcp.4: Adding to iommu group 1 | |
| 3099 | + | [ 2.184008] fsl_mc_allocator dpmcp.3: Adding to iommu group 1 | |
| 3100 | + | [ 2.184199] hub 3-1:1.0: USB hub found | |
| 3101 | + | [ 2.190362] fsl_mc_allocator dpmcp.2: Adding to iommu group 1 | |
| 3102 | + | [ 2.193526] hub 3-1:1.0: 4 ports detected | |
| 3103 | + | [ 2.199841] fsl_mc_allocator dpmcp.1: Adding to iommu group 1 | |
| 3104 | + | [ 2.209085] fsl_mc_allocator dpcon.79: Adding to iommu group 1 | |
| 3105 | + | [ 2.215018] fsl_mc_allocator dpcon.78: Adding to iommu group 1 | |
| 3106 | + | [ 2.220956] fsl_mc_allocator dpcon.77: Adding to iommu group 1 | |
| 3107 | + | [ 2.226893] fsl_mc_allocator dpcon.76: Adding to iommu group 1 | |
| 3108 | + | [ 2.232828] fsl_mc_allocator dpcon.75: Adding to iommu group 1 | |
| 3109 | + | [ 2.238761] fsl_mc_allocator dpcon.74: Adding to iommu group 1 | |
| 3110 | + | [ 2.244696] fsl_mc_allocator dpcon.73: Adding to iommu group 1 | |
| 3111 | + | [ 2.250641] fsl_mc_allocator dpcon.72: Adding to iommu group 1 | |
| 3112 | + | [ 2.256585] fsl_mc_allocator dpcon.71: Adding to iommu group 1 | |
| 3113 | + | [ 2.262520] fsl_mc_allocator dpcon.70: Adding to iommu group 1 | |
| 3114 | + | [ 2.268457] fsl_mc_allocator dpcon.69: Adding to iommu group 1 | |
| 3115 | + | [ 2.274403] fsl_mc_allocator dpcon.68: Adding to iommu group 1 | |
| 3116 | + | [ 2.274442] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd | |
| 3117 | + | [ 2.280342] fsl_mc_allocator dpcon.67: Adding to iommu group 1 | |
| 3118 | + | [ 2.293216] fsl_mc_allocator dpcon.66: Adding to iommu group 1 | |
| 3119 | + | [ 2.299150] fsl_mc_allocator dpcon.65: Adding to iommu group 1 | |
| 3120 | + | [ 2.305087] fsl_mc_allocator dpcon.64: Adding to iommu group 1 | |
| 3121 | + | [ 2.311022] fsl_mc_allocator dpcon.63: Adding to iommu group 1 | |
| 3122 | + | [ 2.316959] fsl_mc_allocator dpcon.62: Adding to iommu group 1 | |
| 3123 | + | [ 2.322896] fsl_mc_allocator dpcon.61: Adding to iommu group 1 | |
| 3124 | + | [ 2.328194] hub 4-1:1.0: USB hub found | |
| 3125 | + | [ 2.328829] fsl_mc_allocator dpcon.60: Adding to iommu group 1 | |
| 3126 | + | [ 2.332551] hub 4-1:1.0: 4 ports detected | |
| 3127 | + | [ 2.338407] fsl_mc_allocator dpcon.59: Adding to iommu group 1 | |
| 3128 | + | [ 2.348232] fsl_mc_allocator dpcon.58: Adding to iommu group 1 | |
| 3129 | + | [ 2.354173] fsl_mc_allocator dpcon.57: Adding to iommu group 1 | |
| 3130 | + | [ 2.360113] fsl_mc_allocator dpcon.56: Adding to iommu group 1 | |
| 3131 | + | [ 2.366063] fsl_mc_allocator dpcon.55: Adding to iommu group 1 | |
| 3132 | + | [ 2.372002] fsl_mc_allocator dpcon.54: Adding to iommu group 1 | |
| 3133 | + | [ 2.377944] fsl_mc_allocator dpcon.53: Adding to iommu group 1 | |
| 3134 | + | [ 2.383883] fsl_mc_allocator dpcon.52: Adding to iommu group 1 | |
| 3135 | + | [ 2.389825] fsl_mc_allocator dpcon.51: Adding to iommu group 1 | |
| 3136 | + | [ 2.395767] fsl_mc_allocator dpcon.50: Adding to iommu group 1 | |
| 3137 | + | [ 2.401706] fsl_mc_allocator dpcon.49: Adding to iommu group 1 | |
| 3138 | + | [ 2.407647] fsl_mc_allocator dpcon.48: Adding to iommu group 1 | |
| 3139 | + | [ 2.413586] fsl_mc_allocator dpcon.47: Adding to iommu group 1 | |
| 3140 | + | [ 2.419527] fsl_mc_allocator dpcon.46: Adding to iommu group 1 | |
| 3141 | + | [ 2.425471] fsl_mc_allocator dpcon.45: Adding to iommu group 1 | |
| 3142 | + | [ 2.431413] fsl_mc_allocator dpcon.44: Adding to iommu group 1 | |
| 3143 | + | [ 2.437349] fsl_mc_allocator dpcon.43: Adding to iommu group 1 | |
| 3144 | + | [ 2.443291] fsl_mc_allocator dpcon.42: Adding to iommu group 1 | |
| 3145 | + | [ 2.449233] fsl_mc_allocator dpcon.41: Adding to iommu group 1 | |
| 3146 | + | [ 2.455172] fsl_mc_allocator dpcon.40: Adding to iommu group 1 | |
| 3147 | + | [ 2.461119] fsl_mc_allocator dpcon.39: Adding to iommu group 1 | |
| 3148 | + | [ 2.467060] fsl_mc_allocator dpcon.38: Adding to iommu group 1 | |
| 3149 | + | [ 2.473005] fsl_mc_allocator dpcon.37: Adding to iommu group 1 | |
| 3150 | + | [ 2.478946] fsl_mc_allocator dpcon.36: Adding to iommu group 1 | |
| 3151 | + | [ 2.484894] fsl_mc_allocator dpcon.35: Adding to iommu group 1 | |
| 3152 | + | [ 2.490835] fsl_mc_allocator dpcon.34: Adding to iommu group 1 | |
| 3153 | + | [ 2.496780] fsl_mc_allocator dpcon.33: Adding to iommu group 1 | |
| 3154 | + | [ 2.502723] fsl_mc_allocator dpcon.32: Adding to iommu group 1 | |
| 3155 | + | [ 2.508666] fsl_mc_allocator dpcon.31: Adding to iommu group 1 | |
| 3156 | + | [ 2.514611] fsl_mc_allocator dpcon.30: Adding to iommu group 1 | |
| 3157 | + | [ 2.520554] fsl_mc_allocator dpcon.29: Adding to iommu group 1 | |
| 3158 | + | [ 2.526498] fsl_mc_allocator dpcon.28: Adding to iommu group 1 | |
| 3159 | + | [ 2.532438] fsl_mc_allocator dpcon.27: Adding to iommu group 1 | |
| 3160 | + | [ 2.538390] fsl_mc_allocator dpcon.26: Adding to iommu group 1 | |
| 3161 | + | [ 2.544331] fsl_mc_allocator dpcon.25: Adding to iommu group 1 | |
| 3162 | + | [ 2.550286] fsl_mc_allocator dpcon.24: Adding to iommu group 1 | |
| 3163 | + | [ 2.556233] fsl_mc_allocator dpcon.23: Adding to iommu group 1 | |
| 3164 | + | [ 2.562175] fsl_mc_allocator dpcon.22: Adding to iommu group 1 | |
| 3165 | + | [ 2.568120] fsl_mc_allocator dpcon.21: Adding to iommu group 1 | |
| 3166 | + | [ 2.574063] fsl_mc_allocator dpcon.20: Adding to iommu group 1 | |
| 3167 | + | [ 2.580009] fsl_mc_allocator dpcon.19: Adding to iommu group 1 | |
| 3168 | + | [ 2.585951] fsl_mc_allocator dpcon.18: Adding to iommu group 1 | |
| 3169 | + | [ 2.591896] fsl_mc_allocator dpcon.17: Adding to iommu group 1 | |
| 3170 | + | [ 2.597849] fsl_mc_allocator dpcon.16: Adding to iommu group 1 | |
| 3171 | + | [ 2.603795] fsl_mc_allocator dpcon.15: Adding to iommu group 1 | |
| 3172 | + | [ 2.609739] fsl_mc_allocator dpcon.14: Adding to iommu group 1 | |
| 3173 | + | [ 2.615694] fsl_mc_allocator dpcon.13: Adding to iommu group 1 | |
| 3174 | + | [ 2.621641] fsl_mc_allocator dpcon.12: Adding to iommu group 1 | |
| 3175 | + | [ 2.627585] fsl_mc_allocator dpcon.11: Adding to iommu group 1 | |
| 3176 | + | [ 2.633533] fsl_mc_allocator dpcon.10: Adding to iommu group 1 | |
| 3177 | + | [ 2.639477] fsl_mc_allocator dpcon.9: Adding to iommu group 1 | |
| 3178 | + | [ 2.645337] fsl_mc_allocator dpcon.8: Adding to iommu group 1 | |
| 3179 | + | [ 2.651197] fsl_mc_allocator dpcon.7: Adding to iommu group 1 | |
| 3180 | + | [ 2.657056] fsl_mc_allocator dpcon.6: Adding to iommu group 1 | |
| 3181 | + | [ 2.662914] fsl_mc_allocator dpcon.5: Adding to iommu group 1 | |
| 3182 | + | [ 2.668774] fsl_mc_allocator dpcon.4: Adding to iommu group 1 | |
| 3183 | + | [ 2.674636] fsl_mc_allocator dpcon.3: Adding to iommu group 1 | |
| 3184 | + | [ 2.680497] fsl_mc_allocator dpcon.2: Adding to iommu group 1 | |
| 3185 | + | [ 2.686363] fsl_mc_allocator dpcon.1: Adding to iommu group 1 | |
| 3186 | + | [ 2.692222] fsl_mc_allocator dpcon.0: Adding to iommu group 1 | |
| 3187 | + | [ 2.698087] fsl_dpaa2_eth dpni.9: Adding to iommu group 1 | |
| 3188 | + | [ 2.761909] fsl_dpaa2_eth dpni.8: Adding to iommu group 1 | |
| 3189 | + | [ 2.825844] fsl_dpaa2_eth dpni.7: Adding to iommu group 1 | |
| 3190 | + | [ 2.838389] usb 1-1: new high-speed USB device number 2 using xhci-hcd | |
| 3191 | + | [ 2.889630] fsl_dpaa2_eth dpni.6: Adding to iommu group 1 | |
| 3192 | + | [ 2.953396] fsl_dpaa2_eth dpni.5: Adding to iommu group 1 | |
| 3193 | + | [ 2.991048] usb-storage 1-1:1.0: USB Mass Storage device detected | |
| 3194 | + | [ 2.997340] scsi host0: usb-storage 1-1:1.0 | |
| 3195 | + | [ 3.017166] fsl_dpaa2_eth dpni.4: Adding to iommu group 1 | |
| 3196 | + | [ 3.080953] fsl_dpaa2_eth dpni.3: Adding to iommu group 1 | |
| 3197 | + | [ 3.144717] fsl_dpaa2_eth dpni.2: Adding to iommu group 1 | |
| 3198 | + | [ 3.208467] fsl_dpaa2_eth dpni.1: Adding to iommu group 1 | |
| 3199 | + | [ 3.272235] fsl_dpaa2_eth dpni.0: Adding to iommu group 1 | |
| 3200 | + | [ 3.337497] fsl_mc_dpio dpio.7: Adding to iommu group 1 | |
| 3201 | + | [ 3.346372] fsl_mc_dpio dpio.7: probed | |
| 3202 | + | [ 3.351491] fsl_mc_dpio dpio.6: Adding to iommu group 1 | |
| 3203 | + | [ 3.360404] fsl_mc_dpio dpio.6: probed | |
| 3204 | + | [ 3.365778] fsl_mc_dpio dpio.5: Adding to iommu group 1 | |
| 3205 | + | [ 3.374621] fsl_mc_dpio dpio.5: probed | |
| 3206 | + | [ 3.379994] fsl_mc_dpio dpio.4: Adding to iommu group 1 | |
| 3207 | + | [ 3.388914] fsl_mc_dpio dpio.4: probed | |
| 3208 | + | [ 3.394286] fsl_mc_dpio dpio.3: Adding to iommu group 1 | |
| 3209 | + | [ 3.402897] fsl_mc_dpio dpio.3: probed | |
| 3210 | + | [ 3.408269] fsl_mc_dpio dpio.2: Adding to iommu group 1 | |
| 3211 | + | [ 3.416914] fsl_mc_dpio dpio.2: probed | |
| 3212 | + | [ 3.422284] fsl_mc_dpio dpio.1: Adding to iommu group 1 | |
| 3213 | + | [ 3.430896] fsl_mc_dpio dpio.1: probed | |
| 3214 | + | [ 3.436271] fsl_mc_dpio dpio.0: Adding to iommu group 1 | |
| 3215 | + | [ 3.444912] fsl_mc_dpio dpio.0: probed | |
| 3216 | + | [ 3.452277] fsl_mc_dprc dprc.1: DPRC device bound to driver | |
| 3217 | + | [ 3.457949] pcieport 0000:00:00.0: Adding to iommu group 2 | |
| 3218 | + | [ 3.463553] pcieport 0000:00:00.0: PME: Signaling with IRQ 372 | |
| 3219 | + | [ 3.469540] pcieport 0001:00:00.0: Adding to iommu group 3 | |
| 3220 | + | [ 3.475116] pcieport 0001:00:00.0: PME: Signaling with IRQ 373 | |
| 3221 | + | [ 3.481086] pcieport 0001:01:00.0: Adding to iommu group 3 | |
| 3222 | + | [ 3.486923] pcieport 0001:02:01.0: Adding to iommu group 3 | |
| 3223 | + | [ 3.493129] pcieport 0001:02:02.0: Adding to iommu group 3 | |
| 3224 | + | [ 3.499333] pcieport 0002:00:00.0: Adding to iommu group 4 | |
| 3225 | + | [ 3.504887] pcieport 0002:00:00.0: PME: Signaling with IRQ 106 | |
| 3226 | + | [ 3.606591] fsl_dpaa2_eth dpni.9 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1c] driver [Generic PHY] (irq=POLL) | |
| 3227 | + | [ 3.619077] fsl_dpaa2_eth dpni.9: Probed interface eth0 | |
| 3228 | + | [ 3.720153] fsl_dpaa2_eth dpni.8 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1d] driver [Generic PHY] (irq=POLL) | |
| 3229 | + | [ 3.732527] fsl_dpaa2_eth dpni.8: Probed interface eth1 | |
| 3230 | + | [ 3.833565] fsl_dpaa2_eth dpni.7 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1e] driver [Generic PHY] (irq=POLL) | |
| 3231 | + | [ 3.845914] fsl_dpaa2_eth dpni.7: Probed interface eth2 | |
| 3232 | + | [ 3.946907] fsl_dpaa2_eth dpni.6 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1f] driver [Generic PHY] (irq=POLL) | |
| 3233 | + | [ 3.959266] fsl_dpaa2_eth dpni.6: Probed interface eth3 | |
| 3234 | + | [ 4.031246] scsi 0:0:0:0: Direct-Access SanDisk Cruzer Force 1.00 PQ: 0 ANSI: 6 | |
| 3235 | + | [ 4.040285] sd 0:0:0:0: [sda] 30842880 512-byte logical blocks: (15.8 GB/14.7 GiB) | |
| 3236 | + | [ 4.048910] sd 0:0:0:0: [sda] Write Protect is off | |
| 3237 | + | [ 4.053874] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA | |
| 3238 | + | [ 4.067982] fsl_dpaa2_eth dpni.5 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0c] driver [Generic PHY] (irq=POLL) | |
| 3239 | + | [ 4.070733] sda: sda1 sda2 | |
| 3240 | + | [ 4.080386] fsl_dpaa2_eth dpni.5: Probed interface eth4 | |
| 3241 | + | [ 4.083287] sd 0:0:0:0: [sda] Attached SCSI removable disk | |
| 3242 | + | [ 4.184633] fsl_dpaa2_eth dpni.4 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0d] driver [Generic PHY] (irq=POLL) | |
| 3243 | + | [ 4.197096] fsl_dpaa2_eth dpni.4: Probed interface eth5 | |
| 3244 | + | [ 4.298207] fsl_dpaa2_eth dpni.3 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0e] driver [Generic PHY] (irq=POLL) | |
| 3245 | + | [ 4.310644] fsl_dpaa2_eth dpni.3: Probed interface eth6 | |
| 3246 | + | [ 4.411749] fsl_dpaa2_eth dpni.2 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0f] driver [Generic PHY] (irq=POLL) | |
| 3247 | + | [ 4.424178] fsl_dpaa2_eth dpni.2: Probed interface eth7 | |
| 3248 | + | [ 4.524677] fsl_dpaa2_eth dpni.1: Probed interface eth8 | |
| 3249 | + | [ 4.625186] fsl_dpaa2_eth dpni.0: Probed interface eth9 | |
| 3250 | + | [ 4.630889] RAMDISK: gzip image found at block 0 | |
| 3251 | + | [ 5.685690] EXT4-fs (ram0): mounted filesystem without journal. Opts: (null) | |
| 3252 | + | [ 5.692773] VFS: Mounted root (ext4 filesystem) readonly on device 1:0. | |
| 3253 | + | [ 5.699614] Freeing unused kernel memory: 896K | |
| 3254 | + | [ 5.710606] Run /sbin/init as init process | |
| 3255 | + | [ 5.719732] init: Console is alive | |
| 3256 | + | [ 5.723204] init: - watchdog - | |
| 3257 | + | [ 5.735043] kmodloader: loading kernel modules from /etc/modules-boot.d/* | |
| 3258 | + | [ 5.766129] Key type encrypted registered | |
| 3259 | + | [ 5.771073] raid6: skip pq benchmark and using algorithm neonx8 | |
| 3260 | + | [ 5.776995] raid6: using neon recovery algorithm | |
| 3261 | + | [ 5.782073] xor: measuring software checksum speed | |
| 3262 | + | [ 5.789885] 8regs : 3254 MB/sec | |
| 3263 | + | [ 5.796871] 32regs : 3738 MB/sec | |
| 3264 | + | [ 5.804259] arm64_neon : 3246 MB/sec | |
| 3265 | + | [ 5.808611] xor: using function: 32regs (3738 MB/sec) | |
| 3266 | + | [ 5.821419] Btrfs loaded, crc32c=crc32c-generic | |
| 3267 | + | [ 5.831641] SGI XFS with security attributes, no debug enabled | |
| 3268 | + | [ 5.846053] tpm tpm0: starting up the TPM manually | |
| 3269 | + | [ 5.941038] rtc-rx8025 1-0032: registered as rtc0 | |
| 3270 | + | [ 5.947509] rtc-rx8025 1-0032: setting system clock to 2026-02-21T15:26:19 UTC (1771687579) | |
| 3271 | + | [ 5.956014] kmodloader: done loading kernel modules from /etc/modules-boot.d/* | |
| 3272 | + | [ 5.967926] init: - preinit - | |
| 3273 | + | [ 6.015481] random: jshn: uninitialized urandom read (4 bytes read) | |
| 3274 | + | [ 6.033517] random: jshn: uninitialized urandom read (4 bytes read) | |
| 3275 | + | [ 6.049772] random: jshn: uninitialized urandom read (4 bytes read) | |
| 3276 | + | [ 6.121619] fsl_dpaa2_eth dpni.9 eth0: configuring for inband/qsgmii link mode | |
| 3277 | + | [ 6.145919] Starting lvm2 during preinit | |
| 3278 | + | File descriptor 3 (/dev/watchdog) leaked on lvm invocation. Parent PID 1816: /bin/sh | |
| 3279 | + | [ 6.215012] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com | |
| 3280 | + | File descriptor 3 (/dev/watchdog) leaked on lvm invocation. Parent PID 1816: /bin/sh | |
| 3281 | + | [ 6.422990] mount_root: mounting /dev/root | |
| 3282 | + | [ 6.427549] EXT4-fs (ram0): re-mounted. Opts: (null) | |
| 3283 | + | [ 6.435283] urandom-seed: Seed file not found (/etc/urandom.seed) | |
| 3284 | + | Scanning for Btrfs filesystems | |
| 3285 | + | [ 6.910471] random: crng init done | |
| 3286 | + | [ 6.913868] random: 7 urandom warning(s) missed due to ratelimiting | |
| 3287 | + | [ 8.684885] procd: - early - | |
| 3288 | + | [ 8.687799] procd: - watchdog - | |
| 3289 | + | [ 9.219517] procd: - watchdog - | |
| 3290 | + | [ 9.222783] procd: - ubus - | |
| 3291 | + | [ 9.275690] procd: - init - | |
| 3292 | + | Please press Enter to activate this console. | |
| 3293 | + | [ 9.371303] urngd: v1.0.2 started. | |
| 3294 | + | [ 9.372485] kmodloader: loading kernel modules from /etc/modules.d/* | |
| 3295 | + | [ 9.384198] caam 8000000.crypto: device ID = 0x0a13030000000000 (Era 8) | |
| 3296 | + | [ 9.390837] caam 8000000.crypto: job rings = 3, qi = 1 | |
| 3297 | + | [ 9.404421] caam algorithms registered in /proc/crypto | |
| 3298 | + | [ 9.410477] caam 8000000.crypto: caam pkc algorithms registered in /proc/crypto | |
| 3299 | + | [ 9.417789] caam 8000000.crypto: registering rng-caam | |
| 3300 | + | [ 9.424859] dpaa2_caam dpseci.0: Adding to iommu group 1 | |
| 3301 | + | [ 9.431930] dpaa2_caam dpseci.0: dpseci v5.3 | |
| 3302 | + | [ 9.448893] fsl_mc_dprc dprc.1 (unnamed net_device) (uninitialized): netif_napi_add() called with weight 512 | |
| 3303 | + | [ 9.467483] dpaa2_caam dpseci.0: algorithms registered in /proc/crypto | |
| 3304 | + | [ 9.474703] dpaa2_caam dpseci.0: hash algorithms registered in /proc/crypto | |
| 3305 | + | [ 9.524178] i2c i2c-2: Added multiplexed i2c bus 3 | |
| 3306 | + | [ 9.529079] i2c i2c-2: Added multiplexed i2c bus 4 | |
| 3307 | + | [ 9.533874] pca954x 2-0070: registered 2 multiplexed busses for I2C mux pca9540 | |
| 3308 | + | [ 9.541742] pca953x 0-0076: using no AI | |
| 3309 | + | [ 9.548287] gpio-381 (admin_led_lower): hogged as output/low | |
| 3310 | + | [ 9.557753] emc2301 0-002f: EMC2301 detected | |
| 3311 | + | [ 9.562036] emc2301 0-002f: Have 1 fans configured in DT | |
| 3312 | + | [ 9.567350] emc2301 0-002f: Fan 0 Cooling step is 312 RPM, minimum 3000, max 5500 RPM | |
| 3313 | + | [ 9.577213] emc2301 0-002f: registering a cooling device | |
| 3314 | + | [ 9.590831] xt_time: kernel timezone is -0000 | |
| 3315 | + | [ 9.600931] PPP generic driver version 2.4.2 | |
| 3316 | + | [ 9.605580] NET: Registered protocol family 24 | |
| 3317 | + | [ 9.612728] kmodloader: done loading kernel modules from /etc/modules.d/* | |
| 3318 | + | [ 14.089093] fsl_dpaa2_eth dpni.9 eth0: configuring for inband/qsgmii link mode | |
| 3319 | + | [ 14.102814] br-lan: port 1(eth0) entered blocking state | |
| 3320 | + | [ 14.108125] br-lan: port 1(eth0) entered disabled state | |
| 3321 | + | [ 14.115531] device eth0 entered promiscuous mode | |
| 3322 | + | [ 14.129388] fsl_dpaa2_eth dpni.8 eth1: configuring for inband/qsgmii link mode | |
| 3323 | + | [ 14.148320] br-lan: port 2(eth1) entered blocking state | |
| 3324 | + | [ 14.153563] br-lan: port 2(eth1) entered disabled state | |
| 3325 | + | [ 14.160941] device eth1 entered promiscuous mode | |
| 3326 | + | [ 14.173226] fsl_dpaa2_eth dpni.7 eth2: configuring for inband/qsgmii link mode | |
| 3327 | + | [ 14.191653] br-lan: port 3(eth2) entered blocking state | |
| 3328 | + | [ 14.196896] br-lan: port 3(eth2) entered disabled state | |
| 3329 | + | [ 14.204368] device eth2 entered promiscuous mode | |
| 3330 | + | [ 14.216607] fsl_dpaa2_eth dpni.6 eth3: configuring for inband/qsgmii link mode | |
| 3331 | + | [ 14.234961] br-lan: port 4(eth3) entered blocking state | |
| 3332 | + | [ 14.240201] br-lan: port 4(eth3) entered disabled state | |
| 3333 | + | [ 14.247628] device eth3 entered promiscuous mode | |
| 3334 | + | [ 14.260521] fsl_dpaa2_eth dpni.3 eth6: configuring for inband/qsgmii link mode | |
| 3335 | + | ||
| 3336 | + | ||
| 3337 | + | ||
| 3338 | + | BusyBox v1.33.1 (2021-10-13 05:51:35 UTC) built-in shell (ash) | |
| 3339 | + | ||
| 3340 | + | _ __ ___ ___ ___ __ __ ___ _ __ _ _ | |
| 3341 | + | | '__|/ _ \ / __|/ _ \\ \ / // _ \| '__|| | | | | |
| 3342 | + | | | | __/| (__| (_) |\ V /| __/| | | |_| | | |
| 3343 | + | |_| \___| \___|\___/ \_/ \___||_| \__, | | |
| 3344 | + | __/ | | |
| 3345 | + | |___/ | |
| 3346 | + | ----------------------------------------------------- | |
| 3347 | + | ten64-recovery master, 399304623_2021-11-01 | |
| 3348 | + | ----------------------------------------------------- | |
| 3349 | + | ||
| 3350 | + | This is a ramdisk environment with useful tools that | |
| 3351 | + | can be used to write images to disks or chroot and | |
| 3352 | + | fix an existing install. | |
| 3353 | + | ||
| 3354 | + | Useful tools: | |
| 3355 | + | Make disk available over network: nbd-server (NBD), tgt (iSCSI) | |
| 3356 | + | Copy qcow images to real devices: qemu-nbd | |
| 3357 | + | Partitioning: cfdisk, sfdisk, partx-utils | |
| 3358 | + | LVM2: pv/vg/lv{display|create|change|..} | |
| 3359 | + | Perform SSD trim: blkdiscard, fstrim | |
| 3360 | + | Resize partition: resize2fs | |
| 3361 | + | Manipulate flash devices: mtd | |
| 3362 | + | chroot | |
| 3363 | + | ||
| 3364 | + | By default, recovery will set up eth0 with: | |
| 3365 | + | IP: 192.168.10.1/24 DHCP: on | |
| 3366 | + | ||
| 3367 | + | To bring up an interface as DHCP WAN, you can run: | |
| 3368 | + | set-wan ethX | |
| 3369 | + | === WARNING! ===================================== | |
| 3370 | + | There is no root password defined on this device! | |
| 3371 | + | Use the "passwd" command to set up a new password | |
| 3372 | + | in order to prevent unauthorized SSH logins. | |
| 3373 | + | -------------------------------------------------- | |
| 3374 | + | root@recovery000afa242b15:/# set-wan eth8 | |
| 3375 | + | Bringing up eth8 as wan: | |
| 3376 | + | [ 55.229014] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3377 | + | eth8 Link encap:Ethernet HWaddr 00:0A:FA:24:2B:1E | |
| 3378 | + | inet6 addr: fe80::20a:faff:fe24:2b1e/64 Scope:Link | |
| 3379 | + | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | |
| 3380 | + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | |
| 3381 | + | TX packets:4 errors:0 dropped:0 overruns:0 carrier:0 | |
| 3382 | + | collisions:0 txqueuelen:1000 | |
| 3383 | + | RX bytes:0 (0.0 B) TX bytes:688 (688.0 B) | |
| 3384 | + | ||
| 3385 | + | root@recovery000afa242b15:/# | |
| 3386 | + | [ 60.278887] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3387 | + | [ 61.279412] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3388 | + | [ 71.279107] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3389 | + | [ 72.279652] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3390 | + | [ 77.279234] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3391 | + | [ 78.279775] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3392 | + | [ 88.279460] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3393 | + | [ 89.280005] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3394 | + | ||
| 3395 | + | ||
| 3396 | + | root@recovery000afa242b15:/# i2cdetect 4 | |
| 3397 | + | WARNING! This program can confuse your I2C bus, cause data loss and worse! | |
| 3398 | + | I will probe file /dev/i2c-4. | |
| 3399 | + | I will probe address range 0x08-0x77. | |
| 3400 | + | Continue? [Y/n] y | |
| 3401 | + | 0 1 2 3 4 5 6 7 8 9 a b c d e f | |
| 3402 | + | 00: -- -- -- -- -- -- -- -- | |
| 3403 | + | 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 3404 | + | 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 3405 | + | 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 3406 | + | 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 3407 | + | 50: 50 51 -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 3408 | + | 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 3409 | + | 70: UU -- -- -- -- -- -- -- | |
| 3410 | + | ||
| 3411 | + | root@recovery000afa242b15:/# i2cdump 4 0x50 | |
| 3412 | + | No size specified (using byte-data access) | |
| 3413 | + | WARNING! This program can confuse your I2C bus, cause data loss and worse! | |
| 3414 | + | I will probe file /dev/i2c-4, address 0x50, mode byte | |
| 3415 | + | Continue? [Y/n] [ 353.284987] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3416 | + | [ 354.285526] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3417 | + | [ 359.285110] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3418 | + | y | |
| 3419 | + | 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef | |
| 3420 | + | 00: 03 04 07 00 00 00 02 22 00 01 01 01 0d 00 0a 64 ???...?".????.?d | |
| 3421 | + | 10: 00 00 00 00 46 53 20 20 20 20 20 20 20 20 20 20 ....FS | |
| 3422 | + | 20: 20 20 20 20 00 00 00 00 53 46 50 31 47 2d 4c 58 ....SFP1G-LX | |
| 3423 | + | 30: 2d 33 31 20 20 20 20 20 41 30 20 20 05 1e 00 40 -31 A0 ??.@ | |
| 3424 | + | 40: 00 1a 00 00 46 32 35 31 30 30 38 31 37 32 38 20 .?..F2510081728 | |
| 3425 | + | 50: 20 20 20 20 32 35 31 30 30 39 20 20 68 f0 01 cc 251009 h??? | |
| 3426 | + | 60: 00 00 08 dc e5 e5 33 09 b5 1e 32 04 4a bf 98 c6 ..????3???2?J??? | |
| 3427 | + | 70: 2e a1 98 00 00 00 00 00 00 00 00 00 2b a4 f4 48 .??.........+??H | |
| 3428 | + | 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 3429 | + | 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 3430 | + | a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 3431 | + | b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 3432 | + | c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 3433 | + | d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 3434 | + | e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 3435 | + | f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 3436 | + | ``` | |
| 3437 | + | ||
| 3438 | + | ## eth8 | |
| 3439 | + | ||
| 3440 | + | ``` | |
| 3441 | + | root@recovery000afa242b15:/# ifconfig eth9 down | |
| 3442 | + | root@recovery000afa242b15:/# ifconfig eth8 up | |
| 3443 | + | root@recovery000[ 959.049478] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3444 | + | afa242b15:/# [ 959.055786] IPv6: ADDRCONF(NETDEV_CHANGE): eth8: link becomes ready | |
| 3445 | + | ||
| 3446 | + | root@recovery000afa242b15:/# [ 961.298027] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3447 | + | ping [ 962.298607] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3448 | + | root@recovery000afa242b15:/# ip addr[ 967.298144] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3449 | + | [ 968.298731] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3450 | + | ||
| 3451 | + | 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 | |
| 3452 | + | link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
| 3453 | + | inet 127.0.0.1/8 scope host lo | |
| 3454 | + | valid_lft forever preferred_lft forever | |
| 3455 | + | inet6 ::1/128 scope host | |
| 3456 | + | valid_lft forever preferred_lft forever | |
| 3457 | + | 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 3458 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 3459 | + | 3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 3460 | + | link/ether 00:0a:fa:24:2b:16 brd ff:ff:ff:ff:ff:ff | |
| 3461 | + | 4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 3462 | + | link/ether 00:0a:fa:24:2b:17 brd ff:ff:ff:ff:ff:ff | |
| 3463 | + | 5: eth3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 3464 | + | link/ether 00:0a:fa:24:2b:18 brd ff:ff:ff:ff:ff:ff | |
| 3465 | + | 6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 3466 | + | link/ether 00:0a:fa:24:2b:19 brd ff:ff:ff:ff:ff:ff | |
| 3467 | + | 7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 3468 | + | link/ether 00:0a:fa:24:2b:1a brd ff:ff:ff:ff:ff:ff | |
| 3469 | + | 8: eth6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 3470 | + | link/ether 00:0a:fa:24:2b:1b brd ff:ff:ff:ff:ff:ff | |
| 3471 | + | 9: eth7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 3472 | + | link/ether 00:0a:fa:24:2b:1c brd ff:ff:ff:ff:ff:ff | |
| 3473 | + | 10: eth8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000 | |
| 3474 | + | link/ether 00:0a:fa:24:2b:1e brd ff:ff:ff:ff:ff:ff | |
| 3475 | + | inet 10.0.0.8/24 scope global eth8 | |
| 3476 | + | valid_lft forever preferred_lft forever | |
| 3477 | + | inet6 fe80::20a:faff:fe24:2b1e/64 scope link | |
| 3478 | + | valid_lft forever preferred_lft forever | |
| 3479 | + | 11: eth9: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 3480 | + | link/ether 00:0a:fa:24:2b:1d brd ff:ff:ff:ff:ff:ff | |
| 3481 | + | inet 10.0.0.9/24 scope global eth9 | |
| 3482 | + | valid_lft forever preferred_lft forever | |
| 3483 | + | 12: br-lan: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN qlen 1000 | |
| 3484 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 3485 | + | inet 192.168.10.1/24 brd 192.168.10.255 scope global br-lan | |
| 3486 | + | valid_lft forever preferred_lft forever | |
| 3487 | + | inet6 fda8:1da6:f054::1/60 scope global tentative noprefixroute | |
| 3488 | + | valid_lft forever preferred_lft forever | |
| 3489 | + | root@recovery000afa242b15:/# ifconfig eth8 up^C | |
| 3490 | + | root@recovery000afa242b15:/# [ 978.298405] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3491 | + | ping [ 979.298961] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3492 | + | ^C | |
| 3493 | + | root@recovery000afa242b15:/# ip route delete de[ 984.298502] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3494 | + | f[ 985.299086] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3495 | + | ault | |
| 3496 | + | ip: RTNETLINK answers: No such process | |
| 3497 | + | root@recovery000afa242b15:/# ip route delete default[ 995.298748] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3498 | + | [ 996.299310] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3499 | + | ||
| 3500 | + | ip: RTNETLINK answers: No such process | |
| 3501 | + | root@recovery000afa242b15:/# [ 1006.298972] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3502 | + | ip a[ 1007.299541] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3503 | + | ddr add 10.0.0.[ 1012.299087] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3504 | + | 8[ 1013.299667] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3505 | + | /24 dev eth8 | |
| 3506 | + | ip: RTNETLINK answers: File exists | |
| 3507 | + | root@recovery000afa242b15:/# ip route add default via 10.0.0.8[ 1023.299333] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3508 | + | ||
| 3509 | + | root@recovery000afa242b15:/# [ 1024.299899] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3510 | + | root@recovery000afa242b15:/# ip addr | |
| 3511 | + | 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 | |
| 3512 | + | link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
| 3513 | + | inet 127.0.0.1/8 scope host lo | |
| 3514 | + | valid_lft forever preferred_lft forever | |
| 3515 | + | inet6 ::1/128 scope host | |
| 3516 | + | valid_lft forever preferred_lft forever | |
| 3517 | + | 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 3518 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 3519 | + | 3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 3520 | + | link/ether 00:0a:fa:24:2b:16 brd ff:ff:ff:ff:ff:ff | |
| 3521 | + | 4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 3522 | + | link/ether 00:0a:fa:24:2b:17 brd ff:ff:ff:ff:ff:ff | |
| 3523 | + | 5: eth3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 3524 | + | link/ether 00:0a:fa:24:2b:18 brd ff:ff:ff:ff:ff:ff | |
| 3525 | + | 6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 3526 | + | link/ether 00:0a:fa:24:2b:19 brd ff:ff:ff:ff:ff:ff | |
| 3527 | + | 7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 3528 | + | link/ether 00:0a:fa:24:2b:1a brd ff:ff:ff:ff:ff:ff | |
| 3529 | + | 8: eth6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 3530 | + | link/ether 00:0a:fa:24:2b:1b brd ff:ff:ff:ff:ff:ff | |
| 3531 | + | 9: eth7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 3532 | + | link/ether 00:0a:fa:24:2b:1c brd ff:ff:ff:ff:ff:ff | |
| 3533 | + | 10: eth8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000 | |
| 3534 | + | link/ether 00:0a:fa:24:2b:1e brd ff:ff:ff:ff:ff:ff | |
| 3535 | + | inet 10.0.0.8/24 scope global eth8 | |
| 3536 | + | valid_lft forever preferred_lft forever | |
| 3537 | + | inet6 fe80::20a:faff:fe24:2b1e/64 scope link | |
| 3538 | + | valid_lft forever preferred_lft forever | |
| 3539 | + | 11: eth9: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 3540 | + | link/ether 00:0a:fa:24:2b:1d brd ff:ff:ff:ff:ff:ff | |
| 3541 | + | inet 10.0.0.9/24 scope global eth9 | |
| 3542 | + | valid_lft forever preferred_lft forever | |
| 3543 | + | 12: br-lan: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN qlen 1000 | |
| 3544 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 3545 | + | inet 192.168.10.1/24 brd 192.168.10.255 scope global br-lan | |
| 3546 | + | valid_lft forever preferred_lft forever | |
| 3547 | + | inet6 fda8:1da6:f054::1/60 scope global tentative noprefixroute | |
| 3548 | + | valid_lft forever preferred_lft forever | |
| 3549 | + | root@recovery000afa242b15:/# ping [ 1029.299461] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3550 | + | [ 1030.300021] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3551 | + | 10.0.0.11 | |
| 3552 | + | PING 10.0.0.11 (10.0.0.11): 56 data bytes | |
| 3553 | + | [ 1040.299683] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3554 | + | [ 1041.300254] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3555 | + | [ 1046.299794] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 3556 | + | [ 1047.300377] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 3557 | + | ``` | |
| 3558 | + | ||
| 3559 | + | ||
| 3560 | + | # switch to RevC, same result | |
| 3561 | + | ||
| 3562 | + | ``` | |
| 3563 | + | doas cu -l /dev/cuaU0 -s 115200 | |
| 3564 | + | Connected | |
| 3565 | + | }�ɁjR��"U� | |
| 3566 | + | SH(�� | |
| 3567 | + | Ɂ�jRINFO: checksum 0x9c5886cb | |
| 3568 | + | INFO: n_ranks 2 | |
| 3569 | + | INFO: rank_density 0x400000000 | |
| 3570 | + | INFO: capacity 0x800000000 | |
| 3571 | + | INFO: die density 0x6 | |
| 3572 | + | INFO: primary_sdram_width 64 | |
| 3573 | + | INFO: ec_sdram_width 8 | |
| 3574 | + | INFO: device_width 8 | |
| 3575 | + | INFO: package_3ds 0 | |
| 3576 | + | INFO: rdimm 0 | |
| 3577 | + | INFO: mirrored_dimm 1 | |
| 3578 | + | INFO: rc 0x6 | |
| 3579 | + | INFO: n_row_addr 17 | |
| 3580 | + | INFO: n_col_addr 10 | |
| 3581 | + | INFO: bank_addr_bits 0 | |
| 3582 | + | INFO: bank_group_bits 2 | |
| 3583 | + | INFO: edc_config 2 | |
| 3584 | + | INFO: burst_lengths_bitmask 0xc | |
| 3585 | + | INFO: tckmin_x_ps 750 | |
| 3586 | + | INFO: tckmax_ps 1600 | |
| 3587 | + | INFO: caslat_x 0x1ffc00 | |
| 3588 | + | INFO: taa_ps 13750 | |
| 3589 | + | INFO: trcd_ps 13750 | |
| 3590 | + | INFO: trp_ps 13750 | |
| 3591 | + | INFO: tras_ps 32000 | |
| 3592 | + | INFO: trc_ps 45750 | |
| 3593 | + | INFO: trfc1_ps 350000 | |
| 3594 | + | INFO: trfc2_ps 260000 | |
| 3595 | + | INFO: trfc4_ps 160000 | |
| 3596 | + | INFO: tfaw_ps 21000 | |
| 3597 | + | INFO: trrds_ps 3000 | |
| 3598 | + | INFO: trrdl_ps 4900 | |
| 3599 | + | INFO: tccdl_ps 5000 | |
| 3600 | + | INFO: trfc_slr_ps 0 | |
| 3601 | + | INFO: twr_ps 15000 | |
| 3602 | + | INFO: refresh_rate_ps 7800000 | |
| 3603 | + | INFO: dq_mapping 0xb | |
| 3604 | + | INFO: dq_mapping 0x2b | |
| 3605 | + | INFO: dq_mapping 0xc | |
| 3606 | + | INFO: dq_mapping 0x2b | |
| 3607 | + | INFO: dq_mapping 0x2b | |
| 3608 | + | INFO: dq_mapping 0xb | |
| 3609 | + | INFO: dq_mapping 0x16 | |
| 3610 | + | INFO: dq_mapping 0x36 | |
| 3611 | + | INFO: dq_mapping 0xc | |
| 3612 | + | INFO: dq_mapping 0x2b | |
| 3613 | + | INFO: dq_mapping 0x15 | |
| 3614 | + | INFO: dq_mapping 0x2c | |
| 3615 | + | INFO: dq_mapping 0xb | |
| 3616 | + | INFO: dq_mapping 0x35 | |
| 3617 | + | INFO: dq_mapping 0x16 | |
| 3618 | + | INFO: dq_mapping 0x36 | |
| 3619 | + | INFO: dq_mapping 0x16 | |
| 3620 | + | INFO: dq_mapping 0x36 | |
| 3621 | + | INFO: dq_mapping_ors 1 | |
| 3622 | + | INFO: done with controller 0 | |
| 3623 | + | INFO: cal cs | |
| 3624 | + | INFO: cs_in_use = 3 | |
| 3625 | + | INFO: cs_on_dimm[0] = 3 | |
| 3626 | + | NOTICE: UDIMM 9965657-038.A00G | |
| 3627 | + | INFO: Time after parsing SPD 549 ms | |
| 3628 | + | INFO: Synthesize configurations | |
| 3629 | + | INFO: cs 0 | |
| 3630 | + | INFO: odt_rd_cfg 0x0 | |
| 3631 | + | INFO: odt_wr_cfg 0x4 | |
| 3632 | + | INFO: odt_rtt_norm 0x3 | |
| 3633 | + | INFO: odt_rtt_wr 0x0 | |
| 3634 | + | INFO: auto_precharge 0 | |
| 3635 | + | INFO: cs 1 | |
| 3636 | + | INFO: odt_rd_cfg 0x0 | |
| 3637 | + | INFO: odt_wr_cfg 0x0 | |
| 3638 | + | INFO: odt_rtt_norm 0x0 | |
| 3639 | + | INFO: odt_rtt_wr 0x0 | |
| 3640 | + | INFO: auto_precharge 0 | |
| 3641 | + | INFO: cs 2 | |
| 3642 | + | INFO: odt_rd_cfg 0x0 | |
| 3643 | + | INFO: odt_wr_cfg 0x0 | |
| 3644 | + | INFO: odt_rtt_norm 0x0 | |
| 3645 | + | INFO: odt_rtt_wr 0x0 | |
| 3646 | + | INFO: auto_precharge 0 | |
| 3647 | + | INFO: cs 3 | |
| 3648 | + | INFO: odt_rd_cfg 0x0 | |
| 3649 | + | INFO: odt_wr_cfg 0x0 | |
| 3650 | + | INFO: odt_rtt_norm 0x0 | |
| 3651 | + | INFO: odt_rtt_wr 0x0 | |
| 3652 | + | INFO: auto_precharge 0 | |
| 3653 | + | INFO: ctlr_init_ecc 1 | |
| 3654 | + | INFO: x4_en 0 | |
| 3655 | + | INFO: ap_en 0 | |
| 3656 | + | INFO: ctlr_intlv 0 | |
| 3657 | + | INFO: ctlr_intlv_mode 0 | |
| 3658 | + | INFO: ba_intlv 0x40 | |
| 3659 | + | INFO: data_bus_used 0 | |
| 3660 | + | INFO: otf_burst_chop_en 1 | |
| 3661 | + | INFO: burst_length 0x6 | |
| 3662 | + | INFO: dbw_cap_shift 0 | |
| 3663 | + | INFO: Assign binding addresses | |
| 3664 | + | INFO: ctlr_intlv 0 | |
| 3665 | + | INFO: rank density 0x400000000 | |
| 3666 | + | INFO: CS 0 | |
| 3667 | + | INFO: base_addr 0x0 | |
| 3668 | + | INFO: size 0x800000000 | |
| 3669 | + | INFO: CS 1 | |
| 3670 | + | INFO: base_addr 0x0 | |
| 3671 | + | INFO: size 0x800000000 | |
| 3672 | + | INFO: base 0x0 | |
| 3673 | + | INFO: Total mem by assignment is 0x800000000 | |
| 3674 | + | INFO: Calculate controller registers | |
| 3675 | + | INFO: Skip CL mask for this speed 0x4000 | |
| 3676 | + | INFO: Skip caslat 0x4000 | |
| 3677 | + | INFO: cs_in_use = 0x3 | |
| 3678 | + | INFO: cs0 | |
| 3679 | + | INFO: _config = 0x80040522 | |
| 3680 | + | INFO: cs[0].bnds = 0x7ff | |
| 3681 | + | INFO: cs_in_use = 0x3 | |
| 3682 | + | INFO: cs1 | |
| 3683 | + | INFO: _config = 0x80000522 | |
| 3684 | + | INFO: cs[1].bnds = 0x7ff | |
| 3685 | + | INFO: sdram_cfg[0] = 0xe5004000 | |
| 3686 | + | INFO: sdram_cfg[1] = 0x401151 | |
| 3687 | + | INFO: sdram_cfg[2] = 0x0 | |
| 3688 | + | INFO: timing_cfg[0] = 0xd1770018 | |
| 3689 | + | INFO: timing_cfg[1] = 0xf2fc8245 | |
| 3690 | + | INFO: timing_cfg[2] = 0x594197 | |
| 3691 | + | INFO: timing_cfg[3] = 0x2161100 | |
| 3692 | + | INFO: timing_cfg[4] = 0x220002 | |
| 3693 | + | INFO: timing_cfg[5] = 0x5401400 | |
| 3694 | + | INFO: timing_cfg[6] = 0x0 | |
| 3695 | + | INFO: timing_cfg[7] = 0x26600000 | |
| 3696 | + | INFO: timing_cfg[8] = 0x5446a00 | |
| 3697 | + | INFO: timing_cfg[9] = 0x0 | |
| 3698 | + | INFO: dq_map[0] = 0x2eb32bac | |
| 3699 | + | INFO: dq_map[1] = 0x2d6d95b0 | |
| 3700 | + | INFO: dq_map[2] = 0x2f55b658 | |
| 3701 | + | INFO: dq_map[3] = 0xd8cac001 | |
| 3702 | + | INFO: sdram_mode[0] = 0x3010631 | |
| 3703 | + | INFO: sdram_mode[1] = 0x100000 | |
| 3704 | + | INFO: sdram_mode[9] = 0x8400000 | |
| 3705 | + | INFO: sdram_mode[8] = 0x500 | |
| 3706 | + | INFO: sdram_mode[2] = 0x10631 | |
| 3707 | + | INFO: sdram_mode[3] = 0x100000 | |
| 3708 | + | INFO: sdram_mode[10] = 0x400 | |
| 3709 | + | INFO: sdram_mode[11] = 0x8400000 | |
| 3710 | + | INFO: sdram_mode[4] = 0x10631 | |
| 3711 | + | INFO: sdram_mode[5] = 0x100000 | |
| 3712 | + | INFO: sdram_mode[12] = 0x400 | |
| 3713 | + | INFO: sdram_mode[13] = 0x8400000 | |
| 3714 | + | INFO: sdram_mode[6] = 0x10631 | |
| 3715 | + | INFO: sdram_mode[7] = 0x100000 | |
| 3716 | + | INFO: sdram_mode[14] = 0x400 | |
| 3717 | + | INFO: sdram_mode[15] = 0x8400000 | |
| 3718 | + | INFO: eor = 0x40000000 | |
| 3719 | + | INFO: interval = 0x1ffe07ff | |
| 3720 | + | INFO: zq_cntl = 0x8a090705 | |
| 3721 | + | INFO: ddr_sr_cntr = 0x0 | |
| 3722 | + | INFO: clk_cntl = 0x2400000 | |
| 3723 | + | INFO: cdr[0] = 0x80080000 | |
| 3724 | + | INFO: cdr[1] = 0xc0 | |
| 3725 | + | INFO: wrlvl_cntl[0] = 0x8675f605 | |
| 3726 | + | INFO: wrlvl_cntl[1] = 0x704080b | |
| 3727 | + | INFO: wrlvl_cntl[2] = 0xf0c0d0a | |
| 3728 | + | INFO: debug[28] = 0x7b | |
| 3729 | + | INFO: Time before programming controller 817 ms | |
| 3730 | + | INFO: Program controller registers | |
| 3731 | + | INFO: total size 32 GB | |
| 3732 | + | INFO: Need to wait up to 8160 ms | |
| 3733 | + | INFO: Reading debug[9] as 0x2e003200 | |
| 3734 | + | INFO: Reading debug[10] as 0x2a003300 | |
| 3735 | + | INFO: Reading debug[11] as 0x39004200 | |
| 3736 | + | INFO: Reading debug[12] as 0x3d004000 | |
| 3737 | + | INFO: cpo_min 0x2a | |
| 3738 | + | INFO: cpo_max 0x42 | |
| 3739 | + | INFO: debug[28] 0x6a007b | |
| 3740 | + | WARNING: Warning: A009942 requires setting cpo_sample to 0x5d | |
| 3741 | + | INFO: *0x1080000 = 0x7ff | |
| 3742 | + | INFO: *0x1080008 = 0x7ff | |
| 3743 | + | INFO: *0x1080080 = 0x80040522 | |
| 3744 | + | INFO: *0x1080084 = 0x80000522 | |
| 3745 | + | INFO: *0x1080100 = 0x2161100 | |
| 3746 | + | INFO: *0x1080104 = 0xd1770018 | |
| 3747 | + | INFO: *0x1080108 = 0xf2fc8245 | |
| 3748 | + | INFO: *0x108010c = 0x594197 | |
| 3749 | + | INFO: *0x1080110 = 0xe5004000 | |
| 3750 | + | INFO: *0x1080114 = 0x401141 | |
| 3751 | + | INFO: *0x1080118 = 0x3010631 | |
| 3752 | + | INFO: *0x108011c = 0x100000 | |
| 3753 | + | INFO: *0x1080120 = 0x1600086b | |
| 3754 | + | INFO: *0x1080124 = 0x1ffe07ff | |
| 3755 | + | INFO: *0x1080128 = 0xdeadbeef | |
| 3756 | + | INFO: *0x1080130 = 0x2400000 | |
| 3757 | + | INFO: *0x1080160 = 0x220002 | |
| 3758 | + | INFO: *0x1080164 = 0x5401400 | |
| 3759 | + | INFO: *0x108016c = 0x26600000 | |
| 3760 | + | INFO: *0x1080170 = 0x8a090705 | |
| 3761 | + | INFO: *0x1080174 = 0xc675f605 | |
| 3762 | + | INFO: *0x1080190 = 0x704080b | |
| 3763 | + | INFO: *0x1080194 = 0xf0c0d0a | |
| 3764 | + | INFO: *0x1080200 = 0x10631 | |
| 3765 | + | INFO: *0x1080204 = 0x100000 | |
| 3766 | + | INFO: *0x1080208 = 0x10631 | |
| 3767 | + | INFO: *0x108020c = 0x100000 | |
| 3768 | + | INFO: *0x1080210 = 0x10631 | |
| 3769 | + | INFO: *0x1080214 = 0x100000 | |
| 3770 | + | INFO: *0x1080220 = 0x500 | |
| 3771 | + | INFO: *0x1080224 = 0x8400000 | |
| 3772 | + | INFO: *0x1080228 = 0x400 | |
| 3773 | + | INFO: *0x108022c = 0x8400000 | |
| 3774 | + | INFO: *0x1080230 = 0x400 | |
| 3775 | + | INFO: *0x1080234 = 0x8400000 | |
| 3776 | + | INFO: *0x1080238 = 0x400 | |
| 3777 | + | INFO: *0x108023c = 0x8400000 | |
| 3778 | + | INFO: *0x1080250 = 0x5446a00 | |
| 3779 | + | INFO: *0x1080270 = 0xffff | |
| 3780 | + | INFO: *0x1080280 = 0xeedeeedd | |
| 3781 | + | INFO: *0x1080284 = 0xedeedddd | |
| 3782 | + | INFO: *0x1080288 = 0x11211122 | |
| 3783 | + | INFO: *0x108028c = 0x12112222 | |
| 3784 | + | INFO: *0x1080290 = 0x21de0001 | |
| 3785 | + | INFO: *0x1080400 = 0x2eb32bac | |
| 3786 | + | INFO: *0x1080404 = 0x2d6d95b0 | |
| 3787 | + | INFO: *0x1080408 = 0x2f55b658 | |
| 3788 | + | INFO: *0x108040c = 0xd8cac001 | |
| 3789 | + | INFO: *0x1080b20 = 0x8080 | |
| 3790 | + | INFO: *0x1080b24 = 0x80000000 | |
| 3791 | + | INFO: *0x1080b28 = 0x80080000 | |
| 3792 | + | INFO: *0x1080b2c = 0xc0 | |
| 3793 | + | INFO: *0x1080bf8 = 0x20502 | |
| 3794 | + | INFO: *0x1080bfc = 0x100 | |
| 3795 | + | INFO: *0x1080c00 = 0x40000000 | |
| 3796 | + | INFO: *0x1080f04 = 0x2 | |
| 3797 | + | INFO: *0x1080f08 = 0x9 | |
| 3798 | + | INFO: *0x1080f0c = 0x14000c20 | |
| 3799 | + | INFO: *0x1080f24 = 0x2e003200 | |
| 3800 | + | INFO: *0x1080f28 = 0x2a003300 | |
| 3801 | + | INFO: *0x1080f2c = 0x39004200 | |
| 3802 | + | INFO: *0x1080f30 = 0x3d004000 | |
| 3803 | + | INFO: *0x1080f34 = 0x36007000 | |
| 3804 | + | INFO: *0x1080f48 = 0x1 | |
| 3805 | + | INFO: *0x1080f4c = 0x94000000 | |
| 3806 | + | INFO: *0x1080f50 = 0xc001000 | |
| 3807 | + | INFO: *0x1080f54 = 0xb001300 | |
| 3808 | + | INFO: *0x1080f58 = 0x19002100 | |
| 3809 | + | INFO: *0x1080f5c = 0x1b001e00 | |
| 3810 | + | INFO: *0x1080f60 = 0x16000000 | |
| 3811 | + | INFO: *0x1080f64 = 0x9000 | |
| 3812 | + | INFO: *0x1080f68 = 0x20 | |
| 3813 | + | INFO: *0x1080f70 = 0x6a007b | |
| 3814 | + | INFO: *0x1080f94 = 0x80000000 | |
| 3815 | + | INFO: *0x1080f9c = 0x2b002a00 | |
| 3816 | + | INFO: *0x1080fa0 = 0x2a002900 | |
| 3817 | + | INFO: *0x1080fa4 = 0x2a002700 | |
| 3818 | + | INFO: *0x1080fa8 = 0x2b002b00 | |
| 3819 | + | INFO: *0x1080fac = 0x29000000 | |
| 3820 | + | INFO: *0x1080fb0 = 0x3 | |
| 3821 | + | INFO: *0x1080fb4 = 0x1e1d1b1e | |
| 3822 | + | INFO: *0x1080fb8 = 0x1e1d1e1d | |
| 3823 | + | INFO: *0x1080fbc = 0x1e1e1d20 | |
| 3824 | + | INFO: *0x1080fc0 = 0x1d1e1e1d | |
| 3825 | + | INFO: *0x1080fc4 = 0x1f1e1c1f | |
| 3826 | + | INFO: *0x1080fc8 = 0x1c1e1f1d | |
| 3827 | + | INFO: *0x1080fcc = 0x1e1e1d1e | |
| 3828 | + | INFO: *0x1080fd0 = 0x1c1d1d1c | |
| 3829 | + | INFO: *0x1080fd4 = 0x1e1e1b1e | |
| 3830 | + | INFO: *0x1080fd8 = 0x1d1d1d1d | |
| 3831 | + | INFO: *0x1080fdc = 0x1e1a1b1c | |
| 3832 | + | INFO: *0x1080fe0 = 0x1d1c1d1a | |
| 3833 | + | INFO: *0x1080fe4 = 0x1e1f1b1f | |
| 3834 | + | INFO: *0x1080fe8 = 0x1f1f1d1e | |
| 3835 | + | INFO: *0x1080fec = 0x1f1f1d1f | |
| 3836 | + | INFO: *0x1080ff0 = 0x1e1f1f1e | |
| 3837 | + | INFO: *0x1080ff4 = 0x1f1d1a1e | |
| 3838 | + | INFO: *0x1080ff8 = 0x1d1d1e1c | |
| 3839 | + | INFO: *0x1080ffc = 0x1f000000 | |
| 3840 | + | ||
| 3841 | + | NOTICE: 32 GB DDR4, 64-bit, CL=15, ECC on, CS0+CS1 | |
| 3842 | + | INFO: Time used by DDR driver 4383 ms | |
| 3843 | + | INFO: RCW BOOT SRC is QSPI | |
| 3844 | + | NOTICE: BL2: v2.13.0(debug): | |
| 3845 | + | NOTICE: BL2: Built : 00:26:14, Feb 13 2026 | |
| 3846 | + | INFO: Configuring TrustZone Controller | |
| 3847 | + | INFO: BL2: Doing platform setup | |
| 3848 | + | INFO: BL2: Loading image id 3 | |
| 3849 | + | INFO: Loading image id=3 at address 0xfbe00000 | |
| 3850 | + | INFO: Image id=3 loaded: 0xfbe00000 - 0xfbe0c16c | |
| 3851 | + | INFO: BL2: Loading image id 5 | |
| 3852 | + | INFO: Loading image id=5 at address 0x82000000 | |
| 3853 | + | INFO: Image id=5 loaded: 0x82000000 - 0x8210b016 | |
| 3854 | + | NOTICE: BL2: Booting BL31 | |
| 3855 | + | INFO: Entry point address = 0xfbe00000 | |
| 3856 | + | INFO: SPSR = 0x3cd | |
| 3857 | + | NOTICE: BL31: v1.5(debug):8bf4598 | |
| 3858 | + | NOTICE: BL31: Built : 03:58:00, Mar 15 2022 | |
| 3859 | + | NOTICE: Welcome to LS1088 BL31 Phase | |
| 3860 | + | INFO: GICv3 without legacy support detected. ARM GICV3 driver initialized in EL3 | |
| 3861 | + | INFO: BL31: Initializing runtime services | |
| 3862 | + | WARNING: BL31: cortex_a53: CPU workaround for 835769 was missing! | |
| 3863 | + | WARNING: BL31: cortex_a53: CPU workaround for 843419 was missing! | |
| 3864 | + | INFO: BL31: cortex_a53: CPU workaround for 855873 was applied | |
| 3865 | + | INFO: BL31: Preparing for EL3 exit to normal world | |
| 3866 | + | INFO: Entry point address = 0x82000000 | |
| 3867 | + | INFO: SPSR = 0x3c9 | |
| 3868 | + | ||
| 3869 | + | ||
| 3870 | + | U-Boot 2020.07-rc1-ga94e0d21 (Mar 15 2022 - 03:55:15 +0000) | |
| 3871 | + | Micron SPI NAND was found. | |
| 3872 | + | 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 128 | |
| 3873 | + | Reading 33554432 byte(s) (16384 page(s)) at offset 0x00000000 | |
| 3874 | + | Reading 262144 byte(s) at offset 0x00000000 | |
| 3875 | + | fsl-mc: Deploying data path layout ... SUCCESS | |
| 3876 | + | ## Loading kernel from FIT Image at a0000000 ... | |
| 3877 | + | Using 'ten64' configuration | |
| 3878 | + | Trying 'kernel@0' kernel subimage | |
| 3879 | + | Description: Linux Kernel | |
| 3880 | + | Created: 2021-11-01 4:31:34 UTC | |
| 3881 | + | Type: Kernel Image | |
| 3882 | + | Compression: gzip compressed | |
| 3883 | + | Data Start: 0xa00000d4 | |
| 3884 | + | Data Size: 5844449 Bytes = 5.6 MiB | |
| 3885 | + | Architecture: AArch64 | |
| 3886 | + | OS: Linux | |
| 3887 | + | Load Address: 0x80000000 | |
| 3888 | + | Entry Point: 0x80000000 | |
| 3889 | + | Hash algo: sha1 | |
| 3890 | + | Hash value: d55f80127d72eb76817d59b5cec673b9bc355197 | |
| 3891 | + | Verifying Hash Integrity ... sha1+ OK | |
| 3892 | + | ## Loading ramdisk from FIT Image at a0000000 ... | |
| 3893 | + | Using 'ten64' configuration | |
| 3894 | + | Trying 'ramdisk@0' ramdisk subimage | |
| 3895 | + | Description: ramdisk ten64 | |
| 3896 | + | Created: 2021-11-01 4:31:34 UTC | |
| 3897 | + | Type: RAMDisk Image | |
| 3898 | + | Compression: gzip compressed | |
| 3899 | + | Data Start: 0xa05982f4 | |
| 3900 | + | Data Size: 19294187 Bytes = 18.4 MiB | |
| 3901 | + | Architecture: AArch64 | |
| 3902 | + | OS: Linux | |
| 3903 | + | Load Address: unavailable | |
| 3904 | + | Entry Point: unavailable | |
| 3905 | + | Hash algo: sha1 | |
| 3906 | + | Hash value: 3d8e4815f8be713be4979c31267e18965bae9a5e | |
| 3907 | + | Verifying Hash Integrity ... sha1+ OK | |
| 3908 | + | WARNING: 'compression' nodes for ramdisks are deprecated, please fix your .its file! | |
| 3909 | + | ## Loading fdt from FIT Image at a0000000 ... | |
| 3910 | + | Using 'ten64' configuration | |
| 3911 | + | Trying 'fdt@0' fdt subimage | |
| 3912 | + | Description: Flattened Device Tree blob | |
| 3913 | + | Created: 2021-11-01 4:31:34 UTC | |
| 3914 | + | Type: Flat Device Tree | |
| 3915 | + | Compression: uncompressed | |
| 3916 | + | Data Start: 0xa0592fb0 | |
| 3917 | + | Data Size: 21109 Bytes = 20.6 KiB | |
| 3918 | + | Architecture: AArch64 | |
| 3919 | + | Load Address: 0x90000000 | |
| 3920 | + | Hash algo: sha1 | |
| 3921 | + | Hash value: 775ebe35f8e8009f1fdacbdf9ad44637ac663cf1 | |
| 3922 | + | Verifying Hash Integrity ... sha1+ OK | |
| 3923 | + | Loading fdt from 0xa0592fb0 to 0x90000000 | |
| 3924 | + | Booting using the fdt blob at 0x90000000 | |
| 3925 | + | Uncompressing Kernel Image | |
| 3926 | + | Loading Device Tree to 000000009fff7000, end 000000009ffff274 ... OK | |
| 3927 | + | TEN64 ft_board_setup start, blob 000000009fff7000 | |
| 3928 | + | INFO: RNG Desc SUCCESS with status 0 | |
| 3929 | + | INFO: result b250db9659414a63 | |
| 3930 | + | TEN64 ft_board_setup end | |
| 3931 | + | ||
| 3932 | + | Starting kernel ... | |
| 3933 | + | ||
| 3934 | + | [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] | |
| 3935 | + | [ 0.000000] Linux version 5.10.64 (build@runner-isgbxbcc-project-4881630-concurrent-0) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 8.4.0 r0+16341-7f361f5a1c) 8.4.0, GNU ld (GNU Binutils) 2.34) #0 SMP Wed Oct 13 05:51:35 2021 | |
| 3936 | + | [ 0.000000] Machine model: Traverse Ten64 | |
| 3937 | + | [ 0.000000] earlycon: uart8250 at MMIO 0x00000000021c0500 (options '') | |
| 3938 | + | [ 0.000000] printk: bootconsole [uart8250] enabled | |
| 3939 | + | [ 0.000000] efi: UEFI not found. | |
| 3940 | + | [ 0.000000] NUMA: No NUMA configuration found | |
| 3941 | + | [ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000087dfffffff] | |
| 3942 | + | [ 0.000000] NUMA: NODE_DATA [mem 0x87dc0e3100-0x87dc0e4fff] | |
| 3943 | + | [ 0.000000] Zone ranges: | |
| 3944 | + | [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] | |
| 3945 | + | [ 0.000000] DMA32 empty | |
| 3946 | + | [ 0.000000] Normal [mem 0x0000000100000000-0x00000087dfffffff] | |
| 3947 | + | [ 0.000000] Movable zone start for each node | |
| 3948 | + | [ 0.000000] Early memory node ranges | |
| 3949 | + | [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fbdfffff] | |
| 3950 | + | [ 0.000000] node 0: [mem 0x0000008080000000-0x00000087dfffffff] | |
| 3951 | + | [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000087dfffffff] | |
| 3952 | + | [ 0.000000] cma: Reserved 128 MiB at 0x00000000f3c00000 | |
| 3953 | + | [ 0.000000] psci: probing for conduit method from DT. | |
| 3954 | + | [ 0.000000] psci: PSCIv1.1 detected in firmware. | |
| 3955 | + | [ 0.000000] psci: Using standard PSCI v0.2 function IDs | |
| 3956 | + | [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. | |
| 3957 | + | [ 0.000000] psci: SMC Calling Convention v1.1 | |
| 3958 | + | [ 0.000000] percpu: Embedded 21 pages/cpu s47768 r8192 d30056 u86016 | |
| 3959 | + | [ 0.000000] Detected VIPT I-cache on CPU0 | |
| 3960 | + | [ 0.000000] CPU features: detected: GIC system register CPU interface | |
| 3961 | + | [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 8111616 | |
| 3962 | + | [ 0.000000] Policy zone: Normal | |
| 3963 | + | [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 ramdisk_size=0x3000000 default_hugepagesz=2m hugepagesz=2m hugepages=256 | |
| 3964 | + | [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) | |
| 3965 | + | [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) | |
| 3966 | + | [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | |
| 3967 | + | [ 0.000000] software IO TLB: mapped [mem 0x00000000efc00000-0x00000000f3c00000] (64MB) | |
| 3968 | + | [ 0.000000] Memory: 32093968K/32962560K available (9088K kernel code, 1006K rwdata, 2412K rodata, 896K init, 380K bss, 737520K reserved, 131072K cma-reserved) | |
| 3969 | + | [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 | |
| 3970 | + | [ 0.000000] rcu: Hierarchical RCU implementation. | |
| 3971 | + | [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. | |
| 3972 | + | [ 0.000000] Tracing variant of Tasks RCU enabled. | |
| 3973 | + | [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. | |
| 3974 | + | [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 | |
| 3975 | + | [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 | |
| 3976 | + | [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode | |
| 3977 | + | [ 0.000000] GICv3: 256 SPIs implemented | |
| 3978 | + | [ 0.000000] GICv3: 0 Extended SPIs implemented | |
| 3979 | + | [ 0.000000] GICv3: Distributor has no Range Selector support | |
| 3980 | + | [ 0.000000] GICv3: 16 PPIs implemented | |
| 3981 | + | [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000006100000 | |
| 3982 | + | [ 0.000000] ITS [mem 0x06020000-0x0603ffff] | |
| 3983 | + | [ 0.000000] ITS@0x0000000006020000: allocated 65536 Devices @8080080000 (flat, esz 8, psz 64K, shr 0) | |
| 3984 | + | [ 0.000000] ITS: using cache flushing for cmd queue | |
| 3985 | + | [ 0.000000] GICv3: using LPI property table @0x0000008080050000 | |
| 3986 | + | [ 0.000000] GIC: using cache flushing for LPI property table | |
| 3987 | + | [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000008080060000 | |
| 3988 | + | [ 0.000000] random: get_random_bytes called from start_kernel+0x350/0x550 with crng_init=0 | |
| 3989 | + | [ 0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (phys). | |
| 3990 | + | [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c409fb33, max_idle_ns: 440795203156 ns | |
| 3991 | + | [ 0.000002] sched_clock: 56 bits at 25MHz, resolution 39ns, wraps every 4398046511103ns | |
| 3992 | + | [ 0.008320] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000) | |
| 3993 | + | [ 0.018766] pid_max: default: 32768 minimum: 301 | |
| 3994 | + | [ 0.023555] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) | |
| 3995 | + | [ 0.031260] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) | |
| 3996 | + | [ 0.040164] rcu: Hierarchical SRCU implementation. | |
| 3997 | + | [ 0.045074] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build | |
| 3998 | + | [ 0.052817] Platform MSI: gic-its@6020000 domain created | |
| 3999 | + | [ 0.058221] PCI/MSI: /interrupt-controller@6000000/gic-its@6020000 domain created | |
| 4000 | + | [ 0.065810] fsl-mc MSI: gic-its@6020000 domain created | |
| 4001 | + | [ 0.071019] EFI services will not be available. | |
| 4002 | + | [ 0.075765] smp: Bringing up secondary CPUs ... | |
| 4003 | + | [ 0.080562] Detected VIPT I-cache on CPU1 | |
| 4004 | + | [ 0.080581] GICv3: CPU1: found redistributor 1 region 0:0x0000000006120000 | |
| 4005 | + | [ 0.080590] GICv3: CPU1: using allocated LPI pending table @0x0000008080070000 | |
| 4006 | + | [ 0.080613] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] | |
| 4007 | + | [ 0.080878] Detected VIPT I-cache on CPU2 | |
| 4008 | + | [ 0.080890] GICv3: CPU2: found redistributor 2 region 0:0x0000000006140000 | |
| 4009 | + | [ 0.080899] GICv3: CPU2: using allocated LPI pending table @0x0000008080100000 | |
| 4010 | + | [ 0.080917] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] | |
| 4011 | + | [ 0.081165] Detected VIPT I-cache on CPU3 | |
| 4012 | + | [ 0.081178] GICv3: CPU3: found redistributor 3 region 0:0x0000000006160000 | |
| 4013 | + | [ 0.081186] GICv3: CPU3: using allocated LPI pending table @0x0000008080110000 | |
| 4014 | + | [ 0.081203] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] | |
| 4015 | + | [ 0.081461] Detected VIPT I-cache on CPU4 | |
| 4016 | + | [ 0.081481] GICv3: CPU4: found redistributor 100 region 0:0x0000000006180000 | |
| 4017 | + | [ 0.081491] GICv3: CPU4: using allocated LPI pending table @0x0000008080120000 | |
| 4018 | + | [ 0.081520] CPU4: Booted secondary processor 0x0000000100 [0x410fd034] | |
| 4019 | + | [ 0.081805] Detected VIPT I-cache on CPU5 | |
| 4020 | + | [ 0.081819] GICv3: CPU5: found redistributor 101 region 0:0x00000000061a0000 | |
| 4021 | + | [ 0.081828] GICv3: CPU5: using allocated LPI pending table @0x0000008080130000 | |
| 4022 | + | [ 0.081846] CPU5: Booted secondary processor 0x0000000101 [0x410fd034] | |
| 4023 | + | [ 0.082110] Detected VIPT I-cache on CPU6 | |
| 4024 | + | [ 0.082125] GICv3: CPU6: found redistributor 102 region 0:0x00000000061c0000 | |
| 4025 | + | [ 0.082134] GICv3: CPU6: using allocated LPI pending table @0x0000008080140000 | |
| 4026 | + | [ 0.082152] CPU6: Booted secondary processor 0x0000000102 [0x410fd034] | |
| 4027 | + | [ 0.082414] Detected VIPT I-cache on CPU7 | |
| 4028 | + | [ 0.082431] GICv3: CPU7: found redistributor 103 region 0:0x00000000061e0000 | |
| 4029 | + | [ 0.082439] GICv3: CPU7: using allocated LPI pending table @0x0000008080150000 | |
| 4030 | + | [ 0.082458] CPU7: Booted secondary processor 0x0000000103 [0x410fd034] | |
| 4031 | + | [ 0.082507] smp: Brought up 1 node, 8 CPUs | |
| 4032 | + | [ 0.261138] SMP: Total of 8 processors activated. | |
| 4033 | + | [ 0.265880] CPU features: detected: 32-bit EL0 Support | |
| 4034 | + | [ 0.271060] CPU features: detected: CRC32 instructions | |
| 4035 | + | [ 0.276239] CPU features: detected: 32-bit EL1 Support | |
| 4036 | + | [ 0.281452] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching | |
| 4037 | + | [ 0.289878] CPU: All CPU(s) started at EL2 | |
| 4038 | + | [ 0.294025] alternatives: patching kernel code | |
| 4039 | + | [ 0.301554] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
| 4040 | + | [ 0.311392] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) | |
| 4041 | + | [ 0.320947] pinctrl core: initialized pinctrl subsystem | |
| 4042 | + | [ 0.326409] DMI not present or invalid. | |
| 4043 | + | [ 0.330396] NET: Registered protocol family 16 | |
| 4044 | + | [ 0.335969] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations | |
| 4045 | + | [ 0.343952] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
| 4046 | + | [ 0.352618] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
| 4047 | + | [ 0.361252] thermal_sys: Registered thermal governor 'step_wise' | |
| 4048 | + | [ 0.361524] cpuidle: using governor ladder | |
| 4049 | + | [ 0.371797] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
| 4050 | + | [ 0.378733] ASID allocator initialised with 65536 entries | |
| 4051 | + | [ 0.384239] Serial: AMBA PL011 UART driver | |
| 4052 | + | [ 0.395451] Machine: Traverse Ten64 | |
| 4053 | + | [ 0.398970] SoC family: QorIQ LS1088A | |
| 4054 | + | [ 0.402657] SoC ID: svr:0x87030010, Revision: 1.0 | |
| 4055 | + | [ 0.408834] fsl_mc_bus 80c000000.fsl-mc: MC firmware version: 10.20.4 | |
| 4056 | + | [ 0.417889] fsl_mc_dprc dprc.1: DMA mask not set | |
| 4057 | + | [ 0.430550] HugeTLB registered 2.00 MiB page size, pre-allocated 256 pages | |
| 4058 | + | [ 0.437506] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages | |
| 4059 | + | [ 0.444267] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages | |
| 4060 | + | [ 0.451027] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages | |
| 4061 | + | [ 0.458459] cryptd: max_cpu_qlen set to 1000 | |
| 4062 | + | [ 0.463505] ACPI: Interpreter disabled. | |
| 4063 | + | [ 0.467438] iommu: Default domain type: Passthrough | |
| 4064 | + | [ 0.472571] SCSI subsystem initialized | |
| 4065 | + | [ 0.476562] usbcore: registered new interface driver usbfs | |
| 4066 | + | [ 0.482119] usbcore: registered new interface driver hub | |
| 4067 | + | [ 0.487494] usbcore: registered new device driver usb | |
| 4068 | + | [ 0.492754] imx-i2c 2000000.i2c: can't get pinctrl, bus recovery not supported | |
| 4069 | + | [ 0.500537] i2c i2c-0: IMX I2C adapter registered | |
| 4070 | + | [ 0.505377] imx-i2c 2020000.i2c: can't get pinctrl, bus recovery not supported | |
| 4071 | + | [ 0.512746] i2c i2c-1: IMX I2C adapter registered | |
| 4072 | + | [ 0.517561] imx-i2c 2030000.i2c: can't get pinctrl, bus recovery not supported | |
| 4073 | + | [ 0.524947] i2c i2c-2: IMX I2C adapter registered | |
| 4074 | + | [ 0.530364] clocksource: Switched to clocksource arch_sys_counter | |
| 4075 | + | [ 0.536718] pnp: PnP ACPI: disabled | |
| 4076 | + | [ 0.540545] NET: Registered protocol family 2 | |
| 4077 | + | [ 0.545251] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
| 4078 | + | [ 0.557098] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) | |
| 4079 | + | [ 0.566096] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
| 4080 | + | [ 0.575440] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) | |
| 4081 | + | [ 0.583477] TCP: Hash tables configured (established 262144 bind 65536) | |
| 4082 | + | [ 0.590220] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) | |
| 4083 | + | [ 0.597557] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) | |
| 4084 | + | [ 0.605421] NET: Registered protocol family 1 | |
| 4085 | + | [ 0.609829] PCI: CLS 0 bytes, default 64 | |
| 4086 | + | [ 0.613900] Trying to unpack rootfs image as initramfs... | |
| 4087 | + | [ 0.619559] rootfs image is not initramfs (no cpio magic); looks like an initrd | |
| 4088 | + | [ 0.650053] Freeing initrd memory: 18836K | |
| 4089 | + | [ 0.654609] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available | |
| 4090 | + | [ 0.662621] kvm [1]: IPA Size Limit: 40 bits | |
| 4091 | + | [ 0.667271] kvm [1]: vgic-v2@c0e0000 | |
| 4092 | + | [ 0.670875] kvm [1]: GIC system register CPU interface enabled | |
| 4093 | + | [ 0.676840] kvm [1]: vgic interrupt IRQ9 | |
| 4094 | + | [ 0.680905] kvm [1]: Hyp mode initialized successfully | |
| 4095 | + | [ 0.687803] workingset: timestamp_bits=44 max_order=23 bucket_order=0 | |
| 4096 | + | [ 0.696710] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
| 4097 | + | [ 0.702594] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | |
| 4098 | + | [ 0.713555] layerscape-pcie 3400000.pcie: host bridge /soc/pcie@3400000 ranges: | |
| 4099 | + | [ 0.720943] layerscape-pcie 3400000.pcie: IO 0x2000010000..0x200001ffff -> 0x0000000000 | |
| 4100 | + | [ 0.729550] layerscape-pcie 3400000.pcie: MEM 0x2040000000..0x207fffffff -> 0x0040000000 | |
| 4101 | + | [ 0.738247] layerscape-pcie 3400000.pcie: PCI host bridge to bus 0000:00 | |
| 4102 | + | [ 0.745008] pci_bus 0000:00: root bus resource [bus 00-ff] | |
| 4103 | + | [ 0.750541] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] | |
| 4104 | + | [ 0.756776] pci_bus 0000:00: root bus resource [mem 0x2040000000-0x207fffffff] (bus address [0x40000000-0x7fffffff]) | |
| 4105 | + | [ 0.767410] pci 0000:00:00.0: [1957:80c0] type 01 class 0x060400 | |
| 4106 | + | [ 0.773517] pci 0000:00:00.0: supports D1 D2 | |
| 4107 | + | [ 0.777823] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot | |
| 4108 | + | [ 0.785731] pci 0000:00:00.0: PCI bridge to [bus 01-ff] | |
| 4109 | + | [ 0.791146] layerscape-pcie 3500000.pcie: host bridge /soc/pcie@3500000 ranges: | |
| 4110 | + | [ 0.798533] layerscape-pcie 3500000.pcie: IO 0x2800010000..0x280001ffff -> 0x0000000000 | |
| 4111 | + | [ 0.807140] layerscape-pcie 3500000.pcie: MEM 0x2840000000..0x287fffffff -> 0x0040000000 | |
| 4112 | + | [ 0.815822] layerscape-pcie 3500000.pcie: PCI host bridge to bus 0001:00 | |
| 4113 | + | [ 0.822587] pci_bus 0001:00: root bus resource [bus 00-ff] | |
| 4114 | + | [ 0.828121] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x0000-0xffff]) | |
| 4115 | + | [ 0.837161] pci_bus 0001:00: root bus resource [mem 0x2840000000-0x287fffffff] (bus address [0x40000000-0x7fffffff]) | |
| 4116 | + | [ 0.847788] pci 0001:00:00.0: [1957:80c0] type 01 class 0x060400 | |
| 4117 | + | [ 0.853880] pci 0001:00:00.0: supports D1 D2 | |
| 4118 | + | [ 0.858185] pci 0001:00:00.0: PME# supported from D0 D1 D2 D3hot | |
| 4119 | + | [ 0.865272] pci 0001:01:00.0: [12d8:b304] type 01 class 0x060400 | |
| 4120 | + | [ 0.871701] pci 0001:01:00.0: supports D1 D2 | |
| 4121 | + | [ 0.876006] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold | |
| 4122 | + | [ 0.882767] pci 0001:01:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0001:00:00.0 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link) | |
| 4123 | + | [ 0.907447] pci 0001:02:01.0: [12d8:b304] type 01 class 0x060400 | |
| 4124 | + | [ 0.913882] pci 0001:02:01.0: supports D1 D2 | |
| 4125 | + | [ 0.918189] pci 0001:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold | |
| 4126 | + | [ 0.925112] pci 0001:02:02.0: [12d8:b304] type 01 class 0x060400 | |
| 4127 | + | [ 0.931548] pci 0001:02:02.0: supports D1 D2 | |
| 4128 | + | [ 0.935854] pci 0001:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold | |
| 4129 | + | [ 0.945550] pci 0001:02:01.0: PCI bridge to [bus 03] | |
| 4130 | + | [ 0.950587] pci 0001:02:02.0: PCI bridge to [bus 04] | |
| 4131 | + | [ 0.955622] pci 0001:01:00.0: PCI bridge to [bus 02-04] | |
| 4132 | + | [ 0.960920] pci 0001:00:00.0: PCI bridge to [bus 01-ff] | |
| 4133 | + | [ 0.966389] layerscape-pcie 3600000.pcie: host bridge /soc/pcie@3600000 ranges: | |
| 4134 | + | [ 0.973777] layerscape-pcie 3600000.pcie: IO 0x3000010000..0x300001ffff -> 0x0000000000 | |
| 4135 | + | [ 0.982383] layerscape-pcie 3600000.pcie: MEM 0x3040000000..0x307fffffff -> 0x0040000000 | |
| 4136 | + | [ 0.991059] layerscape-pcie 3600000.pcie: PCI host bridge to bus 0002:00 | |
| 4137 | + | [ 0.997821] pci_bus 0002:00: root bus resource [bus 00-ff] | |
| 4138 | + | [ 1.003354] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x0000-0xffff]) | |
| 4139 | + | [ 1.012395] pci_bus 0002:00: root bus resource [mem 0x3040000000-0x307fffffff] (bus address [0x40000000-0x7fffffff]) | |
| 4140 | + | [ 1.023020] pci 0002:00:00.0: [1957:80c0] type 01 class 0x060400 | |
| 4141 | + | [ 1.029108] pci 0002:00:00.0: supports D1 D2 | |
| 4142 | + | [ 1.033412] pci 0002:00:00.0: PME# supported from D0 D1 D2 D3hot | |
| 4143 | + | [ 1.040494] pci 0002:01:00.0: [144d:a808] type 00 class 0x010802 | |
| 4144 | + | [ 1.046609] pci 0002:01:00.0: reg 0x10: [mem 0x3040000000-0x3040003fff 64bit] | |
| 4145 | + | [ 1.054204] pci 0002:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0002:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link) | |
| 4146 | + | [ 1.070306] pci 0002:00:00.0: BAR 8: assigned [mem 0x3040000000-0x30400fffff] | |
| 4147 | + | [ 1.077508] pci 0002:01:00.0: BAR 0: assigned [mem 0x3040000000-0x3040003fff 64bit] | |
| 4148 | + | [ 1.085256] pci 0002:00:00.0: PCI bridge to [bus 01-ff] | |
| 4149 | + | [ 1.090525] pci 0002:00:00.0: bridge window [mem 0x3040000000-0x30400fffff] | |
| 4150 | + | [ 1.098786] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
| 4151 | + | [ 1.105536] printk: console [ttyS0] disabled | |
| 4152 | + | [ 1.109879] 21c0500.serial: ttyS0 at MMIO 0x21c0500 (irq = 16, base_baud = 21875000) is a 16550A | |
| 4153 | + | [ 1.118762] printk: console [ttyS0] enabled | |
| 4154 | + | [ 1.118762] printk: console [ttyS0] enabled | |
| 4155 | + | [ 1.127150] printk: bootconsole [uart8250] disabled | |
| 4156 | + | [ 1.127150] printk: bootconsole [uart8250] disabled | |
| 4157 | + | [ 1.137104] 21c0600.serial: ttyS1 at MMIO 0x21c0600 (irq = 16, base_baud = 21875000) is a 16550A | |
| 4158 | + | [ 1.146463] arm-smmu 5000000.iommu: probing hardware configuration... | |
| 4159 | + | [ 1.152903] arm-smmu 5000000.iommu: SMMUv2 with: | |
| 4160 | + | [ 1.157517] arm-smmu 5000000.iommu: stage 1 translation | |
| 4161 | + | [ 1.162825] arm-smmu 5000000.iommu: stage 2 translation | |
| 4162 | + | [ 1.168134] arm-smmu 5000000.iommu: nested translation | |
| 4163 | + | [ 1.173356] arm-smmu 5000000.iommu: stream matching with 128 register groups | |
| 4164 | + | [ 1.180491] arm-smmu 5000000.iommu: 64 context banks (0 stage-2 only) | |
| 4165 | + | [ 1.187018] arm-smmu 5000000.iommu: Supported page sizes: 0x61311000 | |
| 4166 | + | [ 1.193456] arm-smmu 5000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA | |
| 4167 | + | [ 1.199895] arm-smmu 5000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA | |
| 4168 | + | [ 1.206867] cacheinfo: Unable to detect cache hierarchy for CPU 0 | |
| 4169 | + | [ 1.216384] brd: module loaded | |
| 4170 | + | [ 1.219967] nvme 0002:01:00.0: Adding to iommu group 0 | |
| 4171 | + | [ 1.225247] nvme nvme0: pci function 0002:01:00.0 | |
| 4172 | + | [ 1.230791] spi-nor spi0.0: en25s64 (8192 Kbytes) | |
| 4173 | + | [ 1.232844] nvme nvme0: missing or invalid SUBNQN field. | |
| 4174 | + | [ 1.235517] 7 fixed-partitions partitions found on MTD device 20c0000.spi-0 | |
| 4175 | + | [ 1.240846] nvme nvme0: Shutdown timeout set to 8 seconds | |
| 4176 | + | [ 1.247757] Creating 7 MTD partitions on "20c0000.spi-0": | |
| 4177 | + | [ 1.247761] 0x000000000000-0x000000100000 : "bl2" | |
| 4178 | + | [ 1.263583] 0x000000100000-0x000000300000 : "bl3" | |
| 4179 | + | [ 1.268450] 0x000000300000-0x000000500000 : "mcfirmware" | |
| 4180 | + | [ 1.272423] nvme nvme0: 8/0/0 default/read/poll queues | |
| 4181 | + | [ 1.273918] 0x000000500000-0x000000580000 : "ubootenv" | |
| 4182 | + | [ 1.284220] 0x000000580000-0x0000005c0000 : "dpl" | |
| 4183 | + | [ 1.289079] 0x0000005c0000-0x000000600000 : "dpc" | |
| 4184 | + | [ 1.293960] 0x000000600000-0x000000640000 : "devicetree" | |
| 4185 | + | [ 1.296420] nvme0n1: p1 p2 p3 | |
| 4186 | + | [ 1.300843] spi-nand spi0.1: Micron SPI NAND was found. | |
| 4187 | + | [ 1.307543] spi-nand spi0.1: 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 128 | |
| 4188 | + | [ 1.315772] 4 fixed-partitions partitions found on MTD device spi0.1 | |
| 4189 | + | [ 1.322128] Creating 4 MTD partitions on "spi0.1": | |
| 4190 | + | [ 1.326916] 0x000000000000-0x000000800000 : "nand-boot-reserved" | |
| 4191 | + | [ 1.337646] random: fast init done | |
| 4192 | + | [ 1.343305] 0x000000800000-0x000002800000 : "recovery" | |
| 4193 | + | [ 1.375971] 0x000002800000-0x000009400000 : "ubia" | |
| 4194 | + | [ 1.473299] 0x000009400000-0x000010000000 : "ubib" | |
| 4195 | + | [ 1.571948] libphy: Fixed MDIO Bus: probed | |
| 4196 | + | [ 1.576771] libphy: Freescale XGMAC MDIO Bus: probed | |
| 4197 | + | [ 1.583948] libphy: Freescale XGMAC MDIO Bus: probed | |
| 4198 | + | [ 1.589283] libphy: Freescale XGMAC MDIO Bus: probed | |
| 4199 | + | [ 1.594621] libphy: Freescale XGMAC MDIO Bus: probed | |
| 4200 | + | [ 1.600486] libphy: Freescale XGMAC MDIO Bus: probed | |
| 4201 | + | [ 1.607135] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller | |
| 4202 | + | [ 1.612630] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 | |
| 4203 | + | [ 1.620369] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010010 | |
| 4204 | + | [ 1.629792] xhci-hcd xhci-hcd.0.auto: irq 23, io mem 0x03100000 | |
| 4205 | + | [ 1.636033] hub 1-0:1.0: USB hub found | |
| 4206 | + | [ 1.639798] hub 1-0:1.0: 1 port detected | |
| 4207 | + | [ 1.643876] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller | |
| 4208 | + | [ 1.649366] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 | |
| 4209 | + | [ 1.657025] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed | |
| 4210 | + | [ 1.663580] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | |
| 4211 | + | [ 1.671884] hub 2-0:1.0: USB hub found | |
| 4212 | + | [ 1.675643] hub 2-0:1.0: 1 port detected | |
| 4213 | + | [ 1.679750] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller | |
| 4214 | + | [ 1.685240] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 | |
| 4215 | + | [ 1.692971] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010010 | |
| 4216 | + | [ 1.702390] xhci-hcd xhci-hcd.1.auto: irq 24, io mem 0x03110000 | |
| 4217 | + | [ 1.708591] hub 3-0:1.0: USB hub found | |
| 4218 | + | [ 1.712353] hub 3-0:1.0: 1 port detected | |
| 4219 | + | [ 1.716423] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller | |
| 4220 | + | [ 1.721912] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 | |
| 4221 | + | [ 1.729570] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed | |
| 4222 | + | [ 1.736124] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. | |
| 4223 | + | [ 1.744413] hub 4-0:1.0: USB hub found | |
| 4224 | + | [ 1.748172] hub 4-0:1.0: 1 port detected | |
| 4225 | + | [ 1.752328] usbcore: registered new interface driver usb-storage | |
| 4226 | + | [ 1.758391] i2c /dev entries driver | |
| 4227 | + | [ 1.767374] sp805-wdt c000000.wdt: registration successful | |
| 4228 | + | [ 1.772940] sp805-wdt c010000.wdt: registration successful | |
| 4229 | + | [ 1.778512] sp805-wdt c020000.wdt: registration successful | |
| 4230 | + | [ 1.784076] sp805-wdt c030000.wdt: registration successful | |
| 4231 | + | [ 1.789641] sp805-wdt c100000.wdt: registration successful | |
| 4232 | + | [ 1.795207] sp805-wdt c110000.wdt: registration successful | |
| 4233 | + | [ 1.800769] sp805-wdt c120000.wdt: registration successful | |
| 4234 | + | [ 1.806336] sp805-wdt c130000.wdt: registration successful | |
| 4235 | + | [ 1.811958] sdhci: Secure Digital Host Controller Interface driver | |
| 4236 | + | [ 1.818136] sdhci: Copyright(c) Pierre Ossman | |
| 4237 | + | [ 1.822488] sdhci-pltfm: SDHCI platform and OF driver helper | |
| 4238 | + | [ 1.828582] NET: Registered protocol family 10 | |
| 4239 | + | [ 1.833439] Segment Routing with IPv6 | |
| 4240 | + | [ 1.837130] NET: Registered protocol family 17 | |
| 4241 | + | [ 1.841588] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. | |
| 4242 | + | [ 1.853824] mmc0: SDHCI controller on 2140000.esdhc [2140000.esdhc] using ADMA 64-bit | |
| 4243 | + | [ 1.854545] 8021q: 802.1Q VLAN Support v1.8 | |
| 4244 | + | [ 1.866676] registered taskstats version 1 | |
| 4245 | + | [ 1.872995] fsl_mc_dprc dprc.1: Adding to iommu group 1 | |
| 4246 | + | [ 1.906689] mmc0: new high speed SDHC card at address 0001 | |
| 4247 | + | [ 1.912458] mmcblk0: mmc0:0001 SD32G 29.1 GiB | |
| 4248 | + | [ 1.918195] mmcblk0: p1 | |
| 4249 | + | [ 1.958702] fsl_mc_allocator dpbp.9: Adding to iommu group 1 | |
| 4250 | + | [ 1.964467] fsl_mc_allocator dpbp.8: Adding to iommu group 1 | |
| 4251 | + | [ 1.970224] fsl_mc_allocator dpbp.7: Adding to iommu group 1 | |
| 4252 | + | [ 1.975980] fsl_mc_allocator dpbp.6: Adding to iommu group 1 | |
| 4253 | + | [ 1.978365] usb 3-1: new high-speed USB device number 2 using xhci-hcd | |
| 4254 | + | [ 1.981732] fsl_mc_allocator dpbp.5: Adding to iommu group 1 | |
| 4255 | + | [ 1.993911] fsl_mc_allocator dpbp.4: Adding to iommu group 1 | |
| 4256 | + | [ 1.999665] fsl_mc_allocator dpbp.3: Adding to iommu group 1 | |
| 4257 | + | [ 2.005420] fsl_mc_allocator dpbp.2: Adding to iommu group 1 | |
| 4258 | + | [ 2.011184] fsl_mc_allocator dpbp.1: Adding to iommu group 1 | |
| 4259 | + | [ 2.016944] fsl_mc_allocator dpbp.0: Adding to iommu group 1 | |
| 4260 | + | [ 2.023701] fsl_mc_allocator dpmcp.28: Adding to iommu group 1 | |
| 4261 | + | [ 2.030133] fsl_mc_allocator dpmcp.27: Adding to iommu group 1 | |
| 4262 | + | [ 2.036564] fsl_mc_allocator dpmcp.26: Adding to iommu group 1 | |
| 4263 | + | [ 2.042990] fsl_mc_allocator dpmcp.25: Adding to iommu group 1 | |
| 4264 | + | [ 2.049423] fsl_mc_allocator dpmcp.24: Adding to iommu group 1 | |
| 4265 | + | [ 2.055852] fsl_mc_allocator dpmcp.23: Adding to iommu group 1 | |
| 4266 | + | [ 2.062284] fsl_mc_allocator dpmcp.22: Adding to iommu group 1 | |
| 4267 | + | [ 2.068713] fsl_mc_allocator dpmcp.21: Adding to iommu group 1 | |
| 4268 | + | [ 2.075149] fsl_mc_allocator dpmcp.20: Adding to iommu group 1 | |
| 4269 | + | [ 2.081582] fsl_mc_allocator dpmcp.19: Adding to iommu group 1 | |
| 4270 | + | [ 2.088012] fsl_mc_allocator dpmcp.18: Adding to iommu group 1 | |
| 4271 | + | [ 2.094447] fsl_mc_allocator dpmcp.17: Adding to iommu group 1 | |
| 4272 | + | [ 2.100877] fsl_mc_allocator dpmcp.16: Adding to iommu group 1 | |
| 4273 | + | [ 2.107309] fsl_mc_allocator dpmcp.15: Adding to iommu group 1 | |
| 4274 | + | [ 2.113748] fsl_mc_allocator dpmcp.14: Adding to iommu group 1 | |
| 4275 | + | [ 2.120180] fsl_mc_allocator dpmcp.13: Adding to iommu group 1 | |
| 4276 | + | [ 2.126617] fsl_mc_allocator dpmcp.12: Adding to iommu group 1 | |
| 4277 | + | [ 2.133047] fsl_mc_allocator dpmcp.11: Adding to iommu group 1 | |
| 4278 | + | [ 2.139482] fsl_mc_allocator dpmcp.10: Adding to iommu group 1 | |
| 4279 | + | [ 2.145917] fsl_mc_allocator dpmcp.9: Adding to iommu group 1 | |
| 4280 | + | [ 2.152271] fsl_mc_allocator dpmcp.8: Adding to iommu group 1 | |
| 4281 | + | [ 2.158621] fsl_mc_allocator dpmcp.7: Adding to iommu group 1 | |
| 4282 | + | [ 2.164968] fsl_mc_allocator dpmcp.6: Adding to iommu group 1 | |
| 4283 | + | [ 2.171316] fsl_mc_allocator dpmcp.5: Adding to iommu group 1 | |
| 4284 | + | [ 2.177661] fsl_mc_allocator dpmcp.4: Adding to iommu group 1 | |
| 4285 | + | [ 2.184008] fsl_mc_allocator dpmcp.3: Adding to iommu group 1 | |
| 4286 | + | [ 2.184199] hub 3-1:1.0: USB hub found | |
| 4287 | + | [ 2.190362] fsl_mc_allocator dpmcp.2: Adding to iommu group 1 | |
| 4288 | + | [ 2.193526] hub 3-1:1.0: 4 ports detected | |
| 4289 | + | [ 2.199841] fsl_mc_allocator dpmcp.1: Adding to iommu group 1 | |
| 4290 | + | [ 2.209085] fsl_mc_allocator dpcon.79: Adding to iommu group 1 | |
| 4291 | + | [ 2.215018] fsl_mc_allocator dpcon.78: Adding to iommu group 1 | |
| 4292 | + | [ 2.220956] fsl_mc_allocator dpcon.77: Adding to iommu group 1 | |
| 4293 | + | [ 2.226893] fsl_mc_allocator dpcon.76: Adding to iommu group 1 | |
| 4294 | + | [ 2.232828] fsl_mc_allocator dpcon.75: Adding to iommu group 1 | |
| 4295 | + | [ 2.238761] fsl_mc_allocator dpcon.74: Adding to iommu group 1 | |
| 4296 | + | [ 2.244696] fsl_mc_allocator dpcon.73: Adding to iommu group 1 | |
| 4297 | + | [ 2.250641] fsl_mc_allocator dpcon.72: Adding to iommu group 1 | |
| 4298 | + | [ 2.256585] fsl_mc_allocator dpcon.71: Adding to iommu group 1 | |
| 4299 | + | [ 2.262520] fsl_mc_allocator dpcon.70: Adding to iommu group 1 | |
| 4300 | + | [ 2.268457] fsl_mc_allocator dpcon.69: Adding to iommu group 1 | |
| 4301 | + | [ 2.274403] fsl_mc_allocator dpcon.68: Adding to iommu group 1 | |
| 4302 | + | [ 2.274442] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd | |
| 4303 | + | [ 2.280342] fsl_mc_allocator dpcon.67: Adding to iommu group 1 | |
| 4304 | + | [ 2.293216] fsl_mc_allocator dpcon.66: Adding to iommu group 1 | |
| 4305 | + | [ 2.299150] fsl_mc_allocator dpcon.65: Adding to iommu group 1 | |
| 4306 | + | [ 2.305087] fsl_mc_allocator dpcon.64: Adding to iommu group 1 | |
| 4307 | + | [ 2.311022] fsl_mc_allocator dpcon.63: Adding to iommu group 1 | |
| 4308 | + | [ 2.316959] fsl_mc_allocator dpcon.62: Adding to iommu group 1 | |
| 4309 | + | [ 2.322896] fsl_mc_allocator dpcon.61: Adding to iommu group 1 | |
| 4310 | + | [ 2.328194] hub 4-1:1.0: USB hub found | |
| 4311 | + | [ 2.328829] fsl_mc_allocator dpcon.60: Adding to iommu group 1 | |
| 4312 | + | [ 2.332551] hub 4-1:1.0: 4 ports detected | |
| 4313 | + | [ 2.338407] fsl_mc_allocator dpcon.59: Adding to iommu group 1 | |
| 4314 | + | [ 2.348232] fsl_mc_allocator dpcon.58: Adding to iommu group 1 | |
| 4315 | + | [ 2.354173] fsl_mc_allocator dpcon.57: Adding to iommu group 1 | |
| 4316 | + | [ 2.360113] fsl_mc_allocator dpcon.56: Adding to iommu group 1 | |
| 4317 | + | [ 2.366063] fsl_mc_allocator dpcon.55: Adding to iommu group 1 | |
| 4318 | + | [ 2.372002] fsl_mc_allocator dpcon.54: Adding to iommu group 1 | |
| 4319 | + | [ 2.377944] fsl_mc_allocator dpcon.53: Adding to iommu group 1 | |
| 4320 | + | [ 2.383883] fsl_mc_allocator dpcon.52: Adding to iommu group 1 | |
| 4321 | + | [ 2.389825] fsl_mc_allocator dpcon.51: Adding to iommu group 1 | |
| 4322 | + | [ 2.395767] fsl_mc_allocator dpcon.50: Adding to iommu group 1 | |
| 4323 | + | [ 2.401706] fsl_mc_allocator dpcon.49: Adding to iommu group 1 | |
| 4324 | + | [ 2.407647] fsl_mc_allocator dpcon.48: Adding to iommu group 1 | |
| 4325 | + | [ 2.413586] fsl_mc_allocator dpcon.47: Adding to iommu group 1 | |
| 4326 | + | [ 2.419527] fsl_mc_allocator dpcon.46: Adding to iommu group 1 | |
| 4327 | + | [ 2.425471] fsl_mc_allocator dpcon.45: Adding to iommu group 1 | |
| 4328 | + | [ 2.431413] fsl_mc_allocator dpcon.44: Adding to iommu group 1 | |
| 4329 | + | [ 2.437349] fsl_mc_allocator dpcon.43: Adding to iommu group 1 | |
| 4330 | + | [ 2.443291] fsl_mc_allocator dpcon.42: Adding to iommu group 1 | |
| 4331 | + | [ 2.449233] fsl_mc_allocator dpcon.41: Adding to iommu group 1 | |
| 4332 | + | [ 2.455172] fsl_mc_allocator dpcon.40: Adding to iommu group 1 | |
| 4333 | + | [ 2.461119] fsl_mc_allocator dpcon.39: Adding to iommu group 1 | |
| 4334 | + | [ 2.467060] fsl_mc_allocator dpcon.38: Adding to iommu group 1 | |
| 4335 | + | [ 2.473005] fsl_mc_allocator dpcon.37: Adding to iommu group 1 | |
| 4336 | + | [ 2.478946] fsl_mc_allocator dpcon.36: Adding to iommu group 1 | |
| 4337 | + | [ 2.484894] fsl_mc_allocator dpcon.35: Adding to iommu group 1 | |
| 4338 | + | [ 2.490835] fsl_mc_allocator dpcon.34: Adding to iommu group 1 | |
| 4339 | + | [ 2.496780] fsl_mc_allocator dpcon.33: Adding to iommu group 1 | |
| 4340 | + | [ 2.502723] fsl_mc_allocator dpcon.32: Adding to iommu group 1 | |
| 4341 | + | [ 2.508666] fsl_mc_allocator dpcon.31: Adding to iommu group 1 | |
| 4342 | + | [ 2.514611] fsl_mc_allocator dpcon.30: Adding to iommu group 1 | |
| 4343 | + | [ 2.520554] fsl_mc_allocator dpcon.29: Adding to iommu group 1 | |
| 4344 | + | [ 2.526498] fsl_mc_allocator dpcon.28: Adding to iommu group 1 | |
| 4345 | + | [ 2.532438] fsl_mc_allocator dpcon.27: Adding to iommu group 1 | |
| 4346 | + | [ 2.538390] fsl_mc_allocator dpcon.26: Adding to iommu group 1 | |
| 4347 | + | [ 2.544331] fsl_mc_allocator dpcon.25: Adding to iommu group 1 | |
| 4348 | + | [ 2.550286] fsl_mc_allocator dpcon.24: Adding to iommu group 1 | |
| 4349 | + | [ 2.556233] fsl_mc_allocator dpcon.23: Adding to iommu group 1 | |
| 4350 | + | [ 2.562175] fsl_mc_allocator dpcon.22: Adding to iommu group 1 | |
| 4351 | + | [ 2.568120] fsl_mc_allocator dpcon.21: Adding to iommu group 1 | |
| 4352 | + | [ 2.574063] fsl_mc_allocator dpcon.20: Adding to iommu group 1 | |
| 4353 | + | [ 2.580009] fsl_mc_allocator dpcon.19: Adding to iommu group 1 | |
| 4354 | + | [ 2.585951] fsl_mc_allocator dpcon.18: Adding to iommu group 1 | |
| 4355 | + | [ 2.591896] fsl_mc_allocator dpcon.17: Adding to iommu group 1 | |
| 4356 | + | [ 2.597849] fsl_mc_allocator dpcon.16: Adding to iommu group 1 | |
| 4357 | + | [ 2.603795] fsl_mc_allocator dpcon.15: Adding to iommu group 1 | |
| 4358 | + | [ 2.609739] fsl_mc_allocator dpcon.14: Adding to iommu group 1 | |
| 4359 | + | [ 2.615694] fsl_mc_allocator dpcon.13: Adding to iommu group 1 | |
| 4360 | + | [ 2.621641] fsl_mc_allocator dpcon.12: Adding to iommu group 1 | |
| 4361 | + | [ 2.627585] fsl_mc_allocator dpcon.11: Adding to iommu group 1 | |
| 4362 | + | [ 2.633533] fsl_mc_allocator dpcon.10: Adding to iommu group 1 | |
| 4363 | + | [ 2.639477] fsl_mc_allocator dpcon.9: Adding to iommu group 1 | |
| 4364 | + | [ 2.645337] fsl_mc_allocator dpcon.8: Adding to iommu group 1 | |
| 4365 | + | [ 2.651197] fsl_mc_allocator dpcon.7: Adding to iommu group 1 | |
| 4366 | + | [ 2.657056] fsl_mc_allocator dpcon.6: Adding to iommu group 1 | |
| 4367 | + | [ 2.662914] fsl_mc_allocator dpcon.5: Adding to iommu group 1 | |
| 4368 | + | [ 2.668774] fsl_mc_allocator dpcon.4: Adding to iommu group 1 | |
| 4369 | + | [ 2.674636] fsl_mc_allocator dpcon.3: Adding to iommu group 1 | |
| 4370 | + | [ 2.680497] fsl_mc_allocator dpcon.2: Adding to iommu group 1 | |
| 4371 | + | [ 2.686363] fsl_mc_allocator dpcon.1: Adding to iommu group 1 | |
| 4372 | + | [ 2.692222] fsl_mc_allocator dpcon.0: Adding to iommu group 1 | |
| 4373 | + | [ 2.698087] fsl_dpaa2_eth dpni.9: Adding to iommu group 1 | |
| 4374 | + | [ 2.761909] fsl_dpaa2_eth dpni.8: Adding to iommu group 1 | |
| 4375 | + | [ 2.825844] fsl_dpaa2_eth dpni.7: Adding to iommu group 1 | |
| 4376 | + | [ 2.838389] usb 1-1: new high-speed USB device number 2 using xhci-hcd | |
| 4377 | + | [ 2.889630] fsl_dpaa2_eth dpni.6: Adding to iommu group 1 | |
| 4378 | + | [ 2.953396] fsl_dpaa2_eth dpni.5: Adding to iommu group 1 | |
| 4379 | + | [ 2.991048] usb-storage 1-1:1.0: USB Mass Storage device detected | |
| 4380 | + | [ 2.997340] scsi host0: usb-storage 1-1:1.0 | |
| 4381 | + | [ 3.017166] fsl_dpaa2_eth dpni.4: Adding to iommu group 1 | |
| 4382 | + | [ 3.080953] fsl_dpaa2_eth dpni.3: Adding to iommu group 1 | |
| 4383 | + | [ 3.144717] fsl_dpaa2_eth dpni.2: Adding to iommu group 1 | |
| 4384 | + | [ 3.208467] fsl_dpaa2_eth dpni.1: Adding to iommu group 1 | |
| 4385 | + | [ 3.272235] fsl_dpaa2_eth dpni.0: Adding to iommu group 1 | |
| 4386 | + | [ 3.337497] fsl_mc_dpio dpio.7: Adding to iommu group 1 | |
| 4387 | + | [ 3.346372] fsl_mc_dpio dpio.7: probed | |
| 4388 | + | [ 3.351491] fsl_mc_dpio dpio.6: Adding to iommu group 1 | |
| 4389 | + | [ 3.360404] fsl_mc_dpio dpio.6: probed | |
| 4390 | + | [ 3.365778] fsl_mc_dpio dpio.5: Adding to iommu group 1 | |
| 4391 | + | [ 3.374621] fsl_mc_dpio dpio.5: probed | |
| 4392 | + | [ 3.379994] fsl_mc_dpio dpio.4: Adding to iommu group 1 | |
| 4393 | + | [ 3.388914] fsl_mc_dpio dpio.4: probed | |
| 4394 | + | [ 3.394286] fsl_mc_dpio dpio.3: Adding to iommu group 1 | |
| 4395 | + | [ 3.402897] fsl_mc_dpio dpio.3: probed | |
| 4396 | + | [ 3.408269] fsl_mc_dpio dpio.2: Adding to iommu group 1 | |
| 4397 | + | [ 3.416914] fsl_mc_dpio dpio.2: probed | |
| 4398 | + | [ 3.422284] fsl_mc_dpio dpio.1: Adding to iommu group 1 | |
| 4399 | + | [ 3.430896] fsl_mc_dpio dpio.1: probed | |
| 4400 | + | [ 3.436271] fsl_mc_dpio dpio.0: Adding to iommu group 1 | |
| 4401 | + | [ 3.444912] fsl_mc_dpio dpio.0: probed | |
| 4402 | + | [ 3.452277] fsl_mc_dprc dprc.1: DPRC device bound to driver | |
| 4403 | + | [ 3.457949] pcieport 0000:00:00.0: Adding to iommu group 2 | |
| 4404 | + | [ 3.463553] pcieport 0000:00:00.0: PME: Signaling with IRQ 372 | |
| 4405 | + | [ 3.469540] pcieport 0001:00:00.0: Adding to iommu group 3 | |
| 4406 | + | [ 3.475116] pcieport 0001:00:00.0: PME: Signaling with IRQ 373 | |
| 4407 | + | [ 3.481086] pcieport 0001:01:00.0: Adding to iommu group 3 | |
| 4408 | + | [ 3.486923] pcieport 0001:02:01.0: Adding to iommu group 3 | |
| 4409 | + | [ 3.493129] pcieport 0001:02:02.0: Adding to iommu group 3 | |
| 4410 | + | [ 3.499333] pcieport 0002:00:00.0: Adding to iommu group 4 | |
| 4411 | + | [ 3.504887] pcieport 0002:00:00.0: PME: Signaling with IRQ 106 | |
| 4412 | + | [ 3.606591] fsl_dpaa2_eth dpni.9 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1c] driver [Generic PHY] (irq=POLL) | |
| 4413 | + | [ 3.619077] fsl_dpaa2_eth dpni.9: Probed interface eth0 | |
| 4414 | + | [ 3.720153] fsl_dpaa2_eth dpni.8 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1d] driver [Generic PHY] (irq=POLL) | |
| 4415 | + | [ 3.732527] fsl_dpaa2_eth dpni.8: Probed interface eth1 | |
| 4416 | + | [ 3.833565] fsl_dpaa2_eth dpni.7 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1e] driver [Generic PHY] (irq=POLL) | |
| 4417 | + | [ 3.845914] fsl_dpaa2_eth dpni.7: Probed interface eth2 | |
| 4418 | + | [ 3.946907] fsl_dpaa2_eth dpni.6 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:1f] driver [Generic PHY] (irq=POLL) | |
| 4419 | + | [ 3.959266] fsl_dpaa2_eth dpni.6: Probed interface eth3 | |
| 4420 | + | [ 4.031246] scsi 0:0:0:0: Direct-Access SanDisk Cruzer Force 1.00 PQ: 0 ANSI: 6 | |
| 4421 | + | [ 4.040285] sd 0:0:0:0: [sda] 30842880 512-byte logical blocks: (15.8 GB/14.7 GiB) | |
| 4422 | + | [ 4.048910] sd 0:0:0:0: [sda] Write Protect is off | |
| 4423 | + | [ 4.053874] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA | |
| 4424 | + | [ 4.067982] fsl_dpaa2_eth dpni.5 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0c] driver [Generic PHY] (irq=POLL) | |
| 4425 | + | [ 4.070733] sda: sda1 sda2 | |
| 4426 | + | [ 4.080386] fsl_dpaa2_eth dpni.5: Probed interface eth4 | |
| 4427 | + | [ 4.083287] sd 0:0:0:0: [sda] Attached SCSI removable disk | |
| 4428 | + | [ 4.184633] fsl_dpaa2_eth dpni.4 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0d] driver [Generic PHY] (irq=POLL) | |
| 4429 | + | [ 4.197096] fsl_dpaa2_eth dpni.4: Probed interface eth5 | |
| 4430 | + | [ 4.298207] fsl_dpaa2_eth dpni.3 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0e] driver [Generic PHY] (irq=POLL) | |
| 4431 | + | [ 4.310644] fsl_dpaa2_eth dpni.3: Probed interface eth6 | |
| 4432 | + | [ 4.411749] fsl_dpaa2_eth dpni.2 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:0f] driver [Generic PHY] (irq=POLL) | |
| 4433 | + | [ 4.424178] fsl_dpaa2_eth dpni.2: Probed interface eth7 | |
| 4434 | + | [ 4.524677] fsl_dpaa2_eth dpni.1: Probed interface eth8 | |
| 4435 | + | [ 4.625186] fsl_dpaa2_eth dpni.0: Probed interface eth9 | |
| 4436 | + | [ 4.630889] RAMDISK: gzip image found at block 0 | |
| 4437 | + | [ 5.685690] EXT4-fs (ram0): mounted filesystem without journal. Opts: (null) | |
| 4438 | + | [ 5.692773] VFS: Mounted root (ext4 filesystem) readonly on device 1:0. | |
| 4439 | + | [ 5.699614] Freeing unused kernel memory: 896K | |
| 4440 | + | [ 5.710606] Run /sbin/init as init process | |
| 4441 | + | [ 5.719732] init: Console is alive | |
| 4442 | + | [ 5.723204] init: - watchdog - | |
| 4443 | + | [ 5.735043] kmodloader: loading kernel modules from /etc/modules-boot.d/* | |
| 4444 | + | [ 5.766129] Key type encrypted registered | |
| 4445 | + | [ 5.771073] raid6: skip pq benchmark and using algorithm neonx8 | |
| 4446 | + | [ 5.776995] raid6: using neon recovery algorithm | |
| 4447 | + | [ 5.782073] xor: measuring software checksum speed | |
| 4448 | + | [ 5.789885] 8regs : 3254 MB/sec | |
| 4449 | + | [ 5.796871] 32regs : 3738 MB/sec | |
| 4450 | + | [ 5.804259] arm64_neon : 3246 MB/sec | |
| 4451 | + | [ 5.808611] xor: using function: 32regs (3738 MB/sec) | |
| 4452 | + | [ 5.821419] Btrfs loaded, crc32c=crc32c-generic | |
| 4453 | + | [ 5.831641] SGI XFS with security attributes, no debug enabled | |
| 4454 | + | [ 5.846053] tpm tpm0: starting up the TPM manually | |
| 4455 | + | [ 5.941038] rtc-rx8025 1-0032: registered as rtc0 | |
| 4456 | + | [ 5.947509] rtc-rx8025 1-0032: setting system clock to 2026-02-21T15:26:19 UTC (1771687579) | |
| 4457 | + | [ 5.956014] kmodloader: done loading kernel modules from /etc/modules-boot.d/* | |
| 4458 | + | [ 5.967926] init: - preinit - | |
| 4459 | + | [ 6.015481] random: jshn: uninitialized urandom read (4 bytes read) | |
| 4460 | + | [ 6.033517] random: jshn: uninitialized urandom read (4 bytes read) | |
| 4461 | + | [ 6.049772] random: jshn: uninitialized urandom read (4 bytes read) | |
| 4462 | + | [ 6.121619] fsl_dpaa2_eth dpni.9 eth0: configuring for inband/qsgmii link mode | |
| 4463 | + | [ 6.145919] Starting lvm2 during preinit | |
| 4464 | + | File descriptor 3 (/dev/watchdog) leaked on lvm invocation. Parent PID 1816: /bin/sh | |
| 4465 | + | [ 6.215012] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com | |
| 4466 | + | File descriptor 3 (/dev/watchdog) leaked on lvm invocation. Parent PID 1816: /bin/sh | |
| 4467 | + | [ 6.422990] mount_root: mounting /dev/root | |
| 4468 | + | [ 6.427549] EXT4-fs (ram0): re-mounted. Opts: (null) | |
| 4469 | + | [ 6.435283] urandom-seed: Seed file not found (/etc/urandom.seed) | |
| 4470 | + | Scanning for Btrfs filesystems | |
| 4471 | + | [ 6.910471] random: crng init done | |
| 4472 | + | [ 6.913868] random: 7 urandom warning(s) missed due to ratelimiting | |
| 4473 | + | [ 8.684885] procd: - early - | |
| 4474 | + | [ 8.687799] procd: - watchdog - | |
| 4475 | + | [ 9.219517] procd: - watchdog - | |
| 4476 | + | [ 9.222783] procd: - ubus - | |
| 4477 | + | [ 9.275690] procd: - init - | |
| 4478 | + | Please press Enter to activate this console. | |
| 4479 | + | [ 9.371303] urngd: v1.0.2 started. | |
| 4480 | + | [ 9.372485] kmodloader: loading kernel modules from /etc/modules.d/* | |
| 4481 | + | [ 9.384198] caam 8000000.crypto: device ID = 0x0a13030000000000 (Era 8) | |
| 4482 | + | [ 9.390837] caam 8000000.crypto: job rings = 3, qi = 1 | |
| 4483 | + | [ 9.404421] caam algorithms registered in /proc/crypto | |
| 4484 | + | [ 9.410477] caam 8000000.crypto: caam pkc algorithms registered in /proc/crypto | |
| 4485 | + | [ 9.417789] caam 8000000.crypto: registering rng-caam | |
| 4486 | + | [ 9.424859] dpaa2_caam dpseci.0: Adding to iommu group 1 | |
| 4487 | + | [ 9.431930] dpaa2_caam dpseci.0: dpseci v5.3 | |
| 4488 | + | [ 9.448893] fsl_mc_dprc dprc.1 (unnamed net_device) (uninitialized): netif_napi_add() called with weight 512 | |
| 4489 | + | [ 9.467483] dpaa2_caam dpseci.0: algorithms registered in /proc/crypto | |
| 4490 | + | [ 9.474703] dpaa2_caam dpseci.0: hash algorithms registered in /proc/crypto | |
| 4491 | + | [ 9.524178] i2c i2c-2: Added multiplexed i2c bus 3 | |
| 4492 | + | [ 9.529079] i2c i2c-2: Added multiplexed i2c bus 4 | |
| 4493 | + | [ 9.533874] pca954x 2-0070: registered 2 multiplexed busses for I2C mux pca9540 | |
| 4494 | + | [ 9.541742] pca953x 0-0076: using no AI | |
| 4495 | + | [ 9.548287] gpio-381 (admin_led_lower): hogged as output/low | |
| 4496 | + | [ 9.557753] emc2301 0-002f: EMC2301 detected | |
| 4497 | + | [ 9.562036] emc2301 0-002f: Have 1 fans configured in DT | |
| 4498 | + | [ 9.567350] emc2301 0-002f: Fan 0 Cooling step is 312 RPM, minimum 3000, max 5500 RPM | |
| 4499 | + | [ 9.577213] emc2301 0-002f: registering a cooling device | |
| 4500 | + | [ 9.590831] xt_time: kernel timezone is -0000 | |
| 4501 | + | [ 9.600931] PPP generic driver version 2.4.2 | |
| 4502 | + | [ 9.605580] NET: Registered protocol family 24 | |
| 4503 | + | [ 9.612728] kmodloader: done loading kernel modules from /etc/modules.d/* | |
| 4504 | + | [ 14.089093] fsl_dpaa2_eth dpni.9 eth0: configuring for inband/qsgmii link mode | |
| 4505 | + | [ 14.102814] br-lan: port 1(eth0) entered blocking state | |
| 4506 | + | [ 14.108125] br-lan: port 1(eth0) entered disabled state | |
| 4507 | + | [ 14.115531] device eth0 entered promiscuous mode | |
| 4508 | + | [ 14.129388] fsl_dpaa2_eth dpni.8 eth1: configuring for inband/qsgmii link mode | |
| 4509 | + | [ 14.148320] br-lan: port 2(eth1) entered blocking state | |
| 4510 | + | [ 14.153563] br-lan: port 2(eth1) entered disabled state | |
| 4511 | + | [ 14.160941] device eth1 entered promiscuous mode | |
| 4512 | + | [ 14.173226] fsl_dpaa2_eth dpni.7 eth2: configuring for inband/qsgmii link mode | |
| 4513 | + | [ 14.191653] br-lan: port 3(eth2) entered blocking state | |
| 4514 | + | [ 14.196896] br-lan: port 3(eth2) entered disabled state | |
| 4515 | + | [ 14.204368] device eth2 entered promiscuous mode | |
| 4516 | + | [ 14.216607] fsl_dpaa2_eth dpni.6 eth3: configuring for inband/qsgmii link mode | |
| 4517 | + | [ 14.234961] br-lan: port 4(eth3) entered blocking state | |
| 4518 | + | [ 14.240201] br-lan: port 4(eth3) entered disabled state | |
| 4519 | + | [ 14.247628] device eth3 entered promiscuous mode | |
| 4520 | + | [ 14.260521] fsl_dpaa2_eth dpni.3 eth6: configuring for inband/qsgmii link mode | |
| 4521 | + | ||
| 4522 | + | ||
| 4523 | + | ||
| 4524 | + | BusyBox v1.33.1 (2021-10-13 05:51:35 UTC) built-in shell (ash) | |
| 4525 | + | ||
| 4526 | + | _ __ ___ ___ ___ __ __ ___ _ __ _ _ | |
| 4527 | + | | '__|/ _ \ / __|/ _ \\ \ / // _ \| '__|| | | | | |
| 4528 | + | | | | __/| (__| (_) |\ V /| __/| | | |_| | | |
| 4529 | + | |_| \___| \___|\___/ \_/ \___||_| \__, | | |
| 4530 | + | __/ | | |
| 4531 | + | |___/ | |
| 4532 | + | ----------------------------------------------------- | |
| 4533 | + | ten64-recovery master, 399304623_2021-11-01 | |
| 4534 | + | ----------------------------------------------------- | |
| 4535 | + | ||
| 4536 | + | This is a ramdisk environment with useful tools that | |
| 4537 | + | can be used to write images to disks or chroot and | |
| 4538 | + | fix an existing install. | |
| 4539 | + | ||
| 4540 | + | Useful tools: | |
| 4541 | + | Make disk available over network: nbd-server (NBD), tgt (iSCSI) | |
| 4542 | + | Copy qcow images to real devices: qemu-nbd | |
| 4543 | + | Partitioning: cfdisk, sfdisk, partx-utils | |
| 4544 | + | LVM2: pv/vg/lv{display|create|change|..} | |
| 4545 | + | Perform SSD trim: blkdiscard, fstrim | |
| 4546 | + | Resize partition: resize2fs | |
| 4547 | + | Manipulate flash devices: mtd | |
| 4548 | + | chroot | |
| 4549 | + | ||
| 4550 | + | By default, recovery will set up eth0 with: | |
| 4551 | + | IP: 192.168.10.1/24 DHCP: on | |
| 4552 | + | ||
| 4553 | + | To bring up an interface as DHCP WAN, you can run: | |
| 4554 | + | set-wan ethX | |
| 4555 | + | === WARNING! ===================================== | |
| 4556 | + | There is no root password defined on this device! | |
| 4557 | + | Use the "passwd" command to set up a new password | |
| 4558 | + | in order to prevent unauthorized SSH logins. | |
| 4559 | + | -------------------------------------------------- | |
| 4560 | + | root@recovery000afa242b15:/# set-wan eth8 | |
| 4561 | + | Bringing up eth8 as wan: | |
| 4562 | + | [ 55.229014] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4563 | + | eth8 Link encap:Ethernet HWaddr 00:0A:FA:24:2B:1E | |
| 4564 | + | inet6 addr: fe80::20a:faff:fe24:2b1e/64 Scope:Link | |
| 4565 | + | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | |
| 4566 | + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | |
| 4567 | + | TX packets:4 errors:0 dropped:0 overruns:0 carrier:0 | |
| 4568 | + | collisions:0 txqueuelen:1000 | |
| 4569 | + | RX bytes:0 (0.0 B) TX bytes:688 (688.0 B) | |
| 4570 | + | ||
| 4571 | + | root@recovery000afa242b15:/# | |
| 4572 | + | [ 60.278887] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4573 | + | [ 61.279412] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4574 | + | [ 71.279107] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4575 | + | [ 72.279652] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4576 | + | [ 77.279234] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4577 | + | [ 78.279775] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4578 | + | [ 88.279460] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4579 | + | [ 89.280005] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4580 | + | ||
| 4581 | + | ||
| 4582 | + | root@recovery000afa242b15:/# i2cdetect 4 | |
| 4583 | + | WARNING! This program can confuse your I2C bus, cause data loss and worse! | |
| 4584 | + | I will probe file /dev/i2c-4. | |
| 4585 | + | I will probe address range 0x08-0x77. | |
| 4586 | + | Continue? [Y/n] y | |
| 4587 | + | 0 1 2 3 4 5 6 7 8 9 a b c d e f | |
| 4588 | + | 00: -- -- -- -- -- -- -- -- | |
| 4589 | + | 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 4590 | + | 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 4591 | + | 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 4592 | + | 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 4593 | + | 50: 50 51 -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 4594 | + | 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 4595 | + | 70: UU -- -- -- -- -- -- -- | |
| 4596 | + | ||
| 4597 | + | root@recovery000afa242b15:/# i2cdump 4 0x50 | |
| 4598 | + | No size specified (using byte-data access) | |
| 4599 | + | WARNING! This program can confuse your I2C bus, cause data loss and worse! | |
| 4600 | + | I will probe file /dev/i2c-4, address 0x50, mode byte | |
| 4601 | + | Continue? [Y/n] [ 353.284987] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4602 | + | [ 354.285526] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4603 | + | [ 359.285110] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4604 | + | y | |
| 4605 | + | 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef | |
| 4606 | + | 00: 03 04 07 00 00 00 02 22 00 01 01 01 0d 00 0a 64 ???...?".????.?d | |
| 4607 | + | 10: 00 00 00 00 46 53 20 20 20 20 20 20 20 20 20 20 ....FS | |
| 4608 | + | 20: 20 20 20 20 00 00 00 00 53 46 50 31 47 2d 4c 58 ....SFP1G-LX | |
| 4609 | + | 30: 2d 33 31 20 20 20 20 20 41 30 20 20 05 1e 00 40 -31 A0 ??.@ | |
| 4610 | + | 40: 00 1a 00 00 46 32 35 31 30 30 38 31 37 32 38 20 .?..F2510081728 | |
| 4611 | + | 50: 20 20 20 20 32 35 31 30 30 39 20 20 68 f0 01 cc 251009 h??? | |
| 4612 | + | 60: 00 00 08 dc e5 e5 33 09 b5 1e 32 04 4a bf 98 c6 ..????3???2?J??? | |
| 4613 | + | 70: 2e a1 98 00 00 00 00 00 00 00 00 00 2b a4 f4 48 .??.........+??H | |
| 4614 | + | 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 4615 | + | 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 4616 | + | a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 4617 | + | b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 4618 | + | c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 4619 | + | d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 4620 | + | e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 4621 | + | f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ | |
| 4622 | + | ``` | |
| 4623 | + | ||
| 4624 | + | ## eth8 | |
| 4625 | + | ||
| 4626 | + | ``` | |
| 4627 | + | root@recovery000afa242b15:/# ifconfig eth9 down | |
| 4628 | + | root@recovery000afa242b15:/# ifconfig eth8 up | |
| 4629 | + | root@recovery000[ 959.049478] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4630 | + | afa242b15:/# [ 959.055786] IPv6: ADDRCONF(NETDEV_CHANGE): eth8: link becomes ready | |
| 4631 | + | ||
| 4632 | + | root@recovery000afa242b15:/# [ 961.298027] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4633 | + | ping [ 962.298607] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4634 | + | root@recovery000afa242b15:/# ip addr[ 967.298144] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4635 | + | [ 968.298731] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4636 | + | ||
| 4637 | + | 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 | |
| 4638 | + | link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
| 4639 | + | inet 127.0.0.1/8 scope host lo | |
| 4640 | + | valid_lft forever preferred_lft forever | |
| 4641 | + | inet6 ::1/128 scope host | |
| 4642 | + | valid_lft forever preferred_lft forever | |
| 4643 | + | 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 4644 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 4645 | + | 3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 4646 | + | link/ether 00:0a:fa:24:2b:16 brd ff:ff:ff:ff:ff:ff | |
| 4647 | + | 4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 4648 | + | link/ether 00:0a:fa:24:2b:17 brd ff:ff:ff:ff:ff:ff | |
| 4649 | + | 5: eth3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 4650 | + | link/ether 00:0a:fa:24:2b:18 brd ff:ff:ff:ff:ff:ff | |
| 4651 | + | 6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 4652 | + | link/ether 00:0a:fa:24:2b:19 brd ff:ff:ff:ff:ff:ff | |
| 4653 | + | 7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 4654 | + | link/ether 00:0a:fa:24:2b:1a brd ff:ff:ff:ff:ff:ff | |
| 4655 | + | 8: eth6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 4656 | + | link/ether 00:0a:fa:24:2b:1b brd ff:ff:ff:ff:ff:ff | |
| 4657 | + | 9: eth7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 4658 | + | link/ether 00:0a:fa:24:2b:1c brd ff:ff:ff:ff:ff:ff | |
| 4659 | + | 10: eth8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000 | |
| 4660 | + | link/ether 00:0a:fa:24:2b:1e brd ff:ff:ff:ff:ff:ff | |
| 4661 | + | inet 10.0.0.8/24 scope global eth8 | |
| 4662 | + | valid_lft forever preferred_lft forever | |
| 4663 | + | inet6 fe80::20a:faff:fe24:2b1e/64 scope link | |
| 4664 | + | valid_lft forever preferred_lft forever | |
| 4665 | + | 11: eth9: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 4666 | + | link/ether 00:0a:fa:24:2b:1d brd ff:ff:ff:ff:ff:ff | |
| 4667 | + | inet 10.0.0.9/24 scope global eth9 | |
| 4668 | + | valid_lft forever preferred_lft forever | |
| 4669 | + | 12: br-lan: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN qlen 1000 | |
| 4670 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 4671 | + | inet 192.168.10.1/24 brd 192.168.10.255 scope global br-lan | |
| 4672 | + | valid_lft forever preferred_lft forever | |
| 4673 | + | inet6 fda8:1da6:f054::1/60 scope global tentative noprefixroute | |
| 4674 | + | valid_lft forever preferred_lft forever | |
| 4675 | + | root@recovery000afa242b15:/# ifconfig eth8 up^C | |
| 4676 | + | root@recovery000afa242b15:/# [ 978.298405] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4677 | + | ping [ 979.298961] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4678 | + | ^C | |
| 4679 | + | root@recovery000afa242b15:/# ip route delete de[ 984.298502] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4680 | + | f[ 985.299086] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4681 | + | ault | |
| 4682 | + | ip: RTNETLINK answers: No such process | |
| 4683 | + | root@recovery000afa242b15:/# ip route delete default[ 995.298748] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4684 | + | [ 996.299310] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4685 | + | ||
| 4686 | + | ip: RTNETLINK answers: No such process | |
| 4687 | + | root@recovery000afa242b15:/# [ 1006.298972] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4688 | + | ip a[ 1007.299541] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4689 | + | ddr add 10.0.0.[ 1012.299087] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4690 | + | 8[ 1013.299667] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4691 | + | /24 dev eth8 | |
| 4692 | + | ip: RTNETLINK answers: File exists | |
| 4693 | + | root@recovery000afa242b15:/# ip route add default via 10.0.0.8[ 1023.299333] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4694 | + | ||
| 4695 | + | root@recovery000afa242b15:/# [ 1024.299899] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4696 | + | root@recovery000afa242b15:/# ip addr | |
| 4697 | + | 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 | |
| 4698 | + | link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
| 4699 | + | inet 127.0.0.1/8 scope host lo | |
| 4700 | + | valid_lft forever preferred_lft forever | |
| 4701 | + | inet6 ::1/128 scope host | |
| 4702 | + | valid_lft forever preferred_lft forever | |
| 4703 | + | 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 4704 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 4705 | + | 3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 4706 | + | link/ether 00:0a:fa:24:2b:16 brd ff:ff:ff:ff:ff:ff | |
| 4707 | + | 4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 4708 | + | link/ether 00:0a:fa:24:2b:17 brd ff:ff:ff:ff:ff:ff | |
| 4709 | + | 5: eth3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN qlen 1000 | |
| 4710 | + | link/ether 00:0a:fa:24:2b:18 brd ff:ff:ff:ff:ff:ff | |
| 4711 | + | 6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 4712 | + | link/ether 00:0a:fa:24:2b:19 brd ff:ff:ff:ff:ff:ff | |
| 4713 | + | 7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 4714 | + | link/ether 00:0a:fa:24:2b:1a brd ff:ff:ff:ff:ff:ff | |
| 4715 | + | 8: eth6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 4716 | + | link/ether 00:0a:fa:24:2b:1b brd ff:ff:ff:ff:ff:ff | |
| 4717 | + | 9: eth7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 | |
| 4718 | + | link/ether 00:0a:fa:24:2b:1c brd ff:ff:ff:ff:ff:ff | |
| 4719 | + | 10: eth8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000 | |
| 4720 | + | link/ether 00:0a:fa:24:2b:1e brd ff:ff:ff:ff:ff:ff | |
| 4721 | + | inet 10.0.0.8/24 scope global eth8 | |
| 4722 | + | valid_lft forever preferred_lft forever | |
| 4723 | + | inet6 fe80::20a:faff:fe24:2b1e/64 scope link | |
| 4724 | + | valid_lft forever preferred_lft forever | |
| 4725 | + | 11: eth9: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000 | |
| 4726 | + | link/ether 00:0a:fa:24:2b:1d brd ff:ff:ff:ff:ff:ff | |
| 4727 | + | inet 10.0.0.9/24 scope global eth9 | |
| 4728 | + | valid_lft forever preferred_lft forever | |
| 4729 | + | 12: br-lan: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN qlen 1000 | |
| 4730 | + | link/ether 00:0a:fa:24:2b:15 brd ff:ff:ff:ff:ff:ff | |
| 4731 | + | inet 192.168.10.1/24 brd 192.168.10.255 scope global br-lan | |
| 4732 | + | valid_lft forever preferred_lft forever | |
| 4733 | + | inet6 fda8:1da6:f054::1/60 scope global tentative noprefixroute | |
| 4734 | + | valid_lft forever preferred_lft forever | |
| 4735 | + | root@recovery000afa242b15:/# ping [ 1029.299461] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4736 | + | [ 1030.300021] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4737 | + | 10.0.0.11 | |
| 4738 | + | PING 10.0.0.11 (10.0.0.11): 56 data bytes | |
| 4739 | + | [ 1040.299683] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4740 | + | [ 1041.300254] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4741 | + | [ 1046.299794] fsl_dpaa2_eth dpni.1 eth8: Link Event: state down | |
| 4742 | + | [ 1047.300377] fsl_dpaa2_eth dpni.1 eth8: Link Event: state up | |
| 4743 | + | ``` | |
| 4744 | + | ||
ten64_dual_1g_tests_revD.md(file created)
| @@ -0,0 +1,74 @@ | |||
| 1 | + | # mce1 connected to dpni9 | |
| 2 | + | ||
| 3 | + | ``` | |
| 4 | + | ### a disconnected interface | |
| 5 | + | # ifconfig mce0 | |
| 6 | + | mce0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
| 7 | + | options=66ef07bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWFILTER,NV,VLAN_HWTSO,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6,HWSTATS,HWRXTSTMP,MEXTPG,VXLAN_HWCSUM,VXLAN_HWTSO> | |
| 8 | + | ether 6c:b3:11:79:5f:42 | |
| 9 | + | media: Ethernet autoselect <full-duplex,rxpause,txpause> | |
| 10 | + | status: no carrier (Cable is unplugged.) | |
| 11 | + | nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> | |
| 12 | + | ### a connected interface with dpni9 / xg1 at the other end | |
| 13 | + | # ifconfig mce1 | |
| 14 | + | mce1: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500 | |
| 15 | + | options=66ef07bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWFILTER,NV,VLAN_HWTSO,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6,HWSTATS,HWRXTSTMP,MEXTPG,VXLAN_HWCSUM,VXLAN_HWTSO> | |
| 16 | + | ether 6c:b3:11:79:5f:43 | |
| 17 | + | inet 10.0.0.11 netmask 0xffffff00 broadcast 10.0.0.255 | |
| 18 | + | media: Ethernet 1000Base-CX-SGMII <full-duplex,rxpause,txpause> | |
| 19 | + | status: active | |
| 20 | + | nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> | |
| 21 | + | # ping -S 10.0.0.11 10.0.0.9 | |
| 22 | + | 64 bytes from 10.0.0.9: icmp_seq=82 ttl=64 time=0.515 ms | |
| 23 | + | 64 bytes from 10.0.0.9: icmp_seq=83 ttl=64 time=0.205 ms | |
| 24 | + | 64 bytes from 10.0.0.9: icmp_seq=84 ttl=64 time=0.247 ms | |
| 25 | + | ``` | |
| 26 | + | ||
| 27 | + | ## ten64 seeing the sweet sweet pings | |
| 28 | + | ||
| 29 | + | ``` | |
| 30 | + | root@r02:~ # tcpdump -vvveni dpni9 | |
| 31 | + | tcpdump: listening on dpni9, link-type EN10MB (Ethernet), snapshot length 262144 bytes | |
| 32 | + | 00:12:24.777847 6c:b3:11:79:5f:43 > 00:0a:fa:24:2f:7e, ethertype IPv4 (0x0800), length 98: (tos 0x0, ttl 64, id 5505, offset 0, flags [none], proto ICMP (1), length 84) | |
| 33 | + | 10.0.0.11 > 10.0.0.9: ICMP echo request, id 32704, seq 87, length 64 | |
| 34 | + | 00:12:24.777902 00:0a:fa:24:2f:7e > 6c:b3:11:79:5f:43, ethertype IPv4 (0x0800), length 98: (tos 0x0, ttl 64, id 59547, offset 0, flags [none], proto ICMP (1), length 84) | |
| 35 | + | 10.0.0.9 > 10.0.0.11: ICMP echo reply, id 32704, seq 87, length 64 | |
| 36 | + | 00:12:25.135710 6c:b3:11:79:5f:43 > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), length 63: (tos 0x0, ttl 64, id 4630, offset 0, flags [none], proto UDP (17), length 49) | |
| 37 | + | 10.0.0.11.14048 > 10.0.0.255.32414: [udp sum ok] UDP, length 21 | |
| 38 | + | 00:12:25.135726 6c:b3:11:79:5f:43 > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), length 63: (tos 0x0, ttl 64, id 36047, offset 0, flags [none], proto UDP (17), length 49) | |
| 39 | + | ``` | |
| 40 | + | ||
| 41 | + | ||
| 42 | + | ## swap dpni9 → dpni8 | |
| 43 | + | ||
| 44 | + | ``` | |
| 45 | + | root@r02:~ # ifconfig dpni8 | |
| 46 | + | dpni8: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500 | |
| 47 | + | options=2b<RXCSUM,TXCSUM,VLAN_MTU,JUMBO_MTU> | |
| 48 | + | ether 00:0a:fa:24:2f:7d | |
| 49 | + | inet 10.0.0.8 netmask 0xffffff00 broadcast 10.0.0.255 | |
| 50 | + | media: Ethernet 1000baseT | |
| 51 | + | status: active | |
| 52 | + | nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> | |
| 53 | + | ``` | |
| 54 | + | ||
| 55 | + | ``` | |
| 56 | + | root@wintermute /h/dch# ifconfig mce1 | |
| 57 | + | mce1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
| 58 | + | options=66ef07bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWFILTER,NV,VLAN_HWTSO,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6,HWSTATS,HWRXTSTMP,MEXTPG,VXLAN_HWCSUM,VXLAN_HWTSO> | |
| 59 | + | ether 6c:b3:11:79:5f:43 | |
| 60 | + | inet 10.0.0.11 netmask 0xffffff00 broadcast 10.0.0.255 | |
| 61 | + | media: Ethernet autoselect <rxpause,txpause> <------------ bad | |
| 62 | + | status: no carrier (No issue was observed) <------------ bad | |
| 63 | + | nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> | |
| 64 | + | ||
| 65 | + | root@wintermute /h/dch# ifconfig mce1 media 1000Base-CX-SGMII mediaopt full-duplex | |
| 66 | + | root@wintermute /h/dch# ifconfig mce1 | |
| 67 | + | mce1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
| 68 | + | options=66ef07bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWFILTER,NV,VLAN_HWTSO,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6,HWSTATS,HWRXTSTMP,MEXTPG,VXLAN_HWCSUM,VXLAN_HWTSO> | |
| 69 | + | ether 6c:b3:11:79:5f:43 | |
| 70 | + | inet 10.0.0.11 netmask 0xffffff00 broadcast 10.0.0.255 | |
| 71 | + | media: Ethernet autoselect | |
| 72 | + | status: no carrier (Negotiation failure) | |
| 73 | + | nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> | |
| 74 | + | ``` | |