xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ sudo apt install -y make Reading package lists... Done Building dependency tree Reading state information... Done make is already the newest version (4.2.1-1.2). The following packages were automatically installed and are no longer required: gir1.2-goa-1.0 libfwupdplugin1 libxmlb1 Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. xd@XD-UBUNTU:~$ ls Desktop Downloads Pictures Videos 'dma_ip_drivers-master (1)' Music Public Documents nomachine_7.6.2_3_arm64.deb Templates xd@XD-UBUNTU:~$ cd dma_ip_drivers-master\ \(1\)/ xd@XD-UBUNTU:~/dma_ip_drivers-master (1)$ cd XDMA/linux-kernel/xdma/ ll@XD-UBUNTU:~/dma_ip_drivers-master (1)/XDMA/linux-kernel/xdma$ sudo make insta Makefile:16: XVC_FLAGS: . make -C /lib/modules/5.10.104-tegra/build M=/home/xd/dma_ip_drivers-master (1)/XDMA/linux-kernel/xdma modules /bin/bash: -c: line 0: syntax error near unexpected token `(' /bin/bash: -c: line 0: `make -C /lib/modules/5.10.104-tegra/build M=/home/xd/dma_ip_drivers-master (1)/XDMA/linux-kernel/xdma modules' make: *** [Makefile:35: all] Error 1 xd@XD-UBUNTU:~/dma_ip_drivers-master (1)/XDMA/linux-kernel/xdma$ cd home -bash: cd: home: No such file or directory xd@XD-UBUNTU:~/dma_ip_drivers-master (1)/XDMA/linux-kernel/xdma$ cd xd@XD-UBUNTU:~$ ls Desktop Downloads Pictures Videos 'dma_ip_drivers-master (1)' Music Public Documents nomachine_7.6.2_3_arm64.deb Templates xd@XD-UBUNTU:~$ rm -rf dma_ip_drivers-master\ \(1\)/ xd@XD-UBUNTU:~$ ls Desktop Downloads Pictures Videos dma_ip_drivers-master Music Public Documents nomachine_7.6.2_3_arm64.deb Templates xd@XD-UBUNTU:~$ cd dma_ip_drivers-master/ xd@XD-UBUNTU:~/dma_ip_drivers-master$ cd XDMA/linux-kernel/xdma/ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/xdma$ sudo make install Makefile:10: XVC_FLAGS: . make -C /lib/modules/5.10.104-tegra/build M=/home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma modules make[1]: Entering directory '/usr/src/linux-headers-5.10.104-tegra-ubuntu20.04_aarch64/kernel-5.10' /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/Makefile:10: XVC_FLAGS: . CC [M] /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/libxdma.o CC [M] /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma_cdev.o CC [M] /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/cdev_ctrl.o CC [M] /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/cdev_events.o CC [M] /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/cdev_sgdma.o CC [M] /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/cdev_xvc.o CC [M] /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/cdev_bypass.o CC [M] /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma_mod.o CC [M] /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma_thread.o LD [M] /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma.o /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/Makefile:10: XVC_FLAGS: . MODPOST /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/Module.symvers CC [M] /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma.mod.o LD [M] /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma.ko make[1]: Leaving directory '/usr/src/linux-headers-5.10.104-tegra-ubuntu20.04_aarch64/kernel-5.10' make -C /lib/modules/5.10.104-tegra/build M=/home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma modules_install make[1]: Entering directory '/usr/src/linux-headers-5.10.104-tegra-ubuntu20.04_aarch64/kernel-5.10' INSTALL /home/xd/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma.ko At main.c:160: - SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:69 - SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:76 sign-file: certs/signing_key.pem: No such file or directory DEPMOD 5.10.104-tegra Warning: modules_install: missing 'System.map' file. Skipping depmod. make[1]: Leaving directory '/usr/src/linux-headers-5.10.104-tegra-ubuntu20.04_aarch64/kernel-5.10' xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/xdma$ cd ../ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel$ cd tools/ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tools$ ls dma_from_device dma_to_device dma_utils.c performance.c reg_rw dma_from_device.c dma_to_device.c Makefile performance.o reg_rw.c dma_from_device.o dma_to_device.o performance perform_hwcount.sh reg_rw.o xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tools$ sudo make cc -o reg_rw reg_rw.o cc -lrt -o dma_to_device dma_to_device.o -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGE_FILE_SOURCE cc -lrt -o dma_from_device dma_from_device.o -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGE_FILE_SOURCE cc -o performance performance.o -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGE_FILE_SOURCE xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tools$ cd ../ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel$ cd tests/ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ ls data dma_streaming_test.sh perform_hwcount.sh dma_memory_mapped_test.sh load_driver.sh run_test.sh d_driver.sh :~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ sudo chmod 777 loa xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ sudo ./load_driver.sh Loading xdma driver...[ 3854.717795] xdma: module verification failed: signature and/or required key missing - tainting kernel Error: The Kernel module installed correctly, but no devices were recognized. FAILED xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ ?? [0000.061] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.067] I> t234-A01-0-Silicon (0x12347) Prod [0000.071] I> Boot-mode : Coldboot [0000.074] I> Emulation: [0000.076] I> Entry timestamp: 0x00000000 [0000.080] I> last_boot_error: 0x0 [0000.083] I> BR-BCT: preprod_dev_sign: 0 [0000.087] I> rst_source: 0x0, rst_level: 0x0 [0000.091] I> Task: CRC check (0x5001cf71) [0000.095] I> Skip CRC check as records_integrity fuse is not burned [0000.101] I> Task: Crypto init (0x5001c0d9) [0000.105] I> Task: Secure debug controls (0x5000cb19) [0000.110] I> Task: strap war set (0x5000b739) [0000.114] I> strap value(0x4000401) set to 0x4000401 [0000.119] I> Task: Initialize SOC Therm (0x5001a509) [0000.124] I> Task: Program NV master stream id (0x5000cad1) [0000.129] I> Task: Verify boot mode (0xd482021) [0000.135] I> Task: Alias fuses (0x50010749) [0000.140] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.147] I> Task: Print SKU type (0x5000fba9) [0000.151] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.157] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.161] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.165] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.169] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.174] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.178] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.182] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.186] I> FUSE_SKU_INFO_0 = 0xd2 [0000.189] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.194] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.197] I> SKU: Prod [0000.199] I> Task: Boost clocks (0x50013db1) [0000.203] I> Initializing PLLC2 for AXI_CBB. [0000.208] I> AXI_CBB : src = 35, divisor = 0 [0000.212] I> Task: Voltage monitor (0x50013dbd) [0000.216] I> VMON: Vmon re-calibration and fine tuning done [0000.222] I> Task: UPHY init (0x5000da39) [0000.226] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.232] I> Task: Boot device init (0x50000a3d) [0000.236] I> Boot_device: QSPI_FLASH instance: 0 [0000.241] I> Qspi clock source : pllc_out0 [0000.245] I> QSPI Flash: Macronix 64MB [0000.249] I> QSPI-0l initialized successfully [0000.253] I> Task: TSC init (0x5001ed35) [0000.257] I> Task: Load membct (0x5001190d) [0000.261] I> RAM_CODE 0x4000401 [0000.264] I> Loading MEM-BCT to SysRAM [0000.267] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.273] I> Slot: 0 [0000.275] I> Binary[0] block-0 (partition size: 0x40000) [0000.280] I> get_binary_info: Binary name: MEM-BCT-0 [0000.285] I> Size of crypto header is 8192 [0000.289] I> BCH load address is : 0x40050000 [0000.293] I> Size of crypto header is 8192 [0000.297] I> BCH of MEM-BCT-0 read from storage [0000.301] I> BCH address is : 0x40050000 [0000.305] I> MEM-BCT-0 header integrity check is success [0000.311] I> Binary magic in BCH component 0 is MEM0 [0000.315] I> component binary type is 0 [0000.320] I> MEM-BCT-0 binary is read from storage [0000.325] I> MEM-BCT-0 binary integrity check is success [0000.330] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.336] I> RAM_CODE 0x4000401 [0000.342] I> RAM_CODE 0x4000401 [0000.345] I> Task: Load Page retirement list (0x50011139) [0000.351] I> Task: SDRAM params override (0x50011b79) [0000.356] I> Task: Save mem-bct info (0x50014071) [0000.360] I> Task: Carveout allocate (0x500140d5) [0000.365] I> RCM blob carveout will not be allocated [0000.369] I> ECC region[0]: Start:0x0, End:0x0 [0000.374] I> ECC region[1]: Start:0x0, End:0x0 [0000.378] I> ECC region[2]: Start:0x0, End:0x0 [0000.382] I> ECC region[3]: Start:0x0, End:0x0 [0000.387] I> ECC region[4]: Start:0x0, End:0x0 [0000.391] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.397] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.401] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.406] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.411] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.420] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.427] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.435] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.442] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.449] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.456] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.463] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.470] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.477] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.484] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.491] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.498] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.505] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.512] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.519] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.526] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.533] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.540] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.546] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.553] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.560] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.567] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.574] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.581] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.588] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.595] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.602] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.609] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.616] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.623] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.629] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.636] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.643] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.649] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.656] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.663] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.670] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.676] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.683] I> Task: Thermal check (0x5001fba1) [0000.687] I> max_chip_limit = 115 [0000.690] I> min_chip_limit = -30 [0000.694] I> max temp read = 27 [0000.697] I> min temp read = 24 [0000.700] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.706] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.711] I> Task: Disable WDT globally (0x5001f965) [0000.716] I> Task: I2C register (0x50000a31) [0000.720] I> Task: Reset FSI (0x50013db9) [0000.724] I> Task: Pinmux init (0x50013219) [0000.728] I> Task: Prod config init (0x50013631) [0000.732] I> Task: Pad voltage init (0x500132a5) [0000.737] I> Task: Prod init (0x500136d5) [0000.741] I> Task: Common rail init (0x50013bd1) [0000.745] W> Thermal config not found in BCT [0000.749] W> Generic i2c config not found in BCT [0000.754] W> Platform rail config not found in BCT [0000.759] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.768] W> MEMIO rail config not found in BCT [0000.772] I> Task: Mem clock src (0x500119c5) [0000.776] I> Task: Misc. board config (0x50013c29) [0000.781] W> Platform config not found in BCT [0000.785] I> Task: SDRAM init (0x500119c9) [0000.792] I> SDRAM-params @ 0xd485000 [0000.795] I> MSS code-drop: NvBootSdramInit [0000.799] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.807] I> MSS CAR: Init PLLM [0000.810] I> MSS CAR: Init PLLHUB [0000.814] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.826] I> mb1_sdram_init Done ! [0000.829] I> SDRAM Size in Total 0x800000000 [0000.834] I> Task: Dram Ecc scrub (0x50011261) [0000.838] I> Task: DRAM alias check (0x50011b71) [0000.869] I> Task: Program NSDRAM carveout (0x50014921) [0000.875] I> NSDRAM carveout encryption is disabled [0000.881] I> Program NSDRAM carveout [0000.885] I> Task: Register checker (0x50011b75) [0000.893] I> Task: Enable clock-mon (0x5001ed25) [0000.910] I> FMON: Fmon re-programming done [0000.914] I> Task: Mapper init (0x5001d451) [0000.920] I> Task: SC7 Context Init (0x5001f02d) [0000.926] I> Task: CCPLEX IST init (0x5000d335) [0000.932] I> Task: CPU WP0 (0x5000c635) [0000.937] I> Loading MCE [0000.940] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.946] I> Slot: 0 [0000.948] I> Binary[8] block-0 (partition size: 0x80000) [0000.954] I> get_binary_info: Binary name: MCE [0000.959] I> Size of crypto header is 8192 [0000.963] I> BCH load address is : 0x4003e000 [0000.969] I> Size of crypto header is 8192 [0000.973] I> BCH of MCE read from storage [0000.978] I> BCH address is : 0x4003e000 [0000.983] I> MCE header integrity check is success [0000.988] I> Binary magic in BCH component 0 is MTSM [0000.993] I> component binary type is 8 [0000.997] I> Size of crypto header is 8192 [0001.004] I> MCE binary is read from storage [0001.009] I> MCE binary integrity check is success [0001.014] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.022] I> Size of crypto header is 8192 [0001.036] I> Size of crypto header is 8192 [0001.041] I> Sending WP0 mailbox command to PSC [0001.051] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.071] I> Task: Load bpmp-fw (0x5001e801) [0001.077] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.083] I> Slot: 0 [0001.085] I> Binary[15] block-0 (partition size: 0x180000) [0001.091] I> get_binary_info: Binary name: BPMP_FW [0001.096] I> Size of crypto header is 8192 [0001.101] I> BCH load address is : 0x807fe000 [0001.106] I> Size of crypto header is 8192 [0001.111] I> BCH of BPMP_FW read from storage [0001.116] I> BCH address is : 0x807fe000 [0001.121] I> BPMP_FW header integrity check is success [0001.127] I> Binary magic in BCH component 0 is BPMF [0001.132] I> component binary type is 15 [0001.136] I> Size of crypto header is 8192 [0001.152] I> BPMP_FW binary is read from storage [0001.159] I> BPMP_FW binary integrity check is success [0001.164] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.172] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.178] I> Slot: 0 [0001.181] I> Binary[16] block-10000 (partition size: 0x400000) [0001.187] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.193] I> Size of crypto header is 8192 [0001.198] I> BCH load address is : 0x807fc000 [0001.203] I> Size of crypto header is 8192 [0001.208] I> BCH of BPMP_FW_DTB read from storage [0001.213] I> BCH address is : 0x807fc000 [0001.218] I> BPMP_FW_DTB header integrity check is success [0001.224] I> Binary magic in BCH component 0 is BPMD [0001.229] I> component binary type is 16 [0001.234] I> Size of crypto header is 8192 [0001.240] I> BPMP_FW_DTB binary is read from storage [0001.246] I> BPMP_FW_DTB binary integrity check is success [0001.252] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.261] I> Task: Load psc-fw (0x5001ea0d) [0001.266] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.272] I> Slot: 0 [0001.274] I> Binary[17] block-0 (partition size: 0xc0000) [0001.281] I> get_binary_info: Binary name: PSC_FW [0001.286] I> Size of crypto header is 8192 [0001.290] I> BCH load address is : 0x80ffe000 [0001.296] I> Size of crypto header is 8192 [0001.301] I> BCH of PSC_FW read from storage [0001.305] I> BCH address is : 0x80ffe000 [0001.311] I> PSC_FW header integrity check is success [0001.316] I> Binary magic in BCH component 0 is PFWP [0001.321] I> component binary type is 17 [0001.325] I> Size of crypto header is 8192 [0001.335] I> PSC_FW binary is read from storage [0001.342] I> PSC_FW binary integrity check is success [0001.347] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.355] I> Task: Load nvdec-fw (0x5001ea81) [0001.361] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.367] I> Slot: 0 [0001.369] I> Binary[7] block-0 (partition size: 0x100000) [0001.375] I> get_binary_info: Binary name: NVDEC [0001.380] I> Size of crypto header is 8192 [0001.385] I> BCH load address is : 0x800fe000 [0001.390] I> Size of crypto header is 8192 [0001.395] I> BCH of NVDEC read from storage [0001.400] I> BCH address is : 0x800fe000 [0001.405] I> NVDEC header integrity check is success [0001.410] I> Binary magic in BCH component 0 is NDEC [0001.416] I> component binary type is 7 [0001.420] I> Size of crypto header is 8192 [0001.427] I> NVDEC binary is read from storage [0001.432] I> NVDEC binary integrity check is success [0001.438] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.448] I> Task: Load tsec-fw (0x5001ec6d) [0001.454] I> TSEC-FW load support not enabled [0001.458] I> Task: Program misc carveouts (0x5001445d) [0001.464] I> Program IPC carveouts [0001.472] I> Task: GPIO interrupt map (0x50013cc5) [0001.478] I> Task: SC7 context save (0x5001f161) [0001.484] I> NV_SC7 Context addr: 0xa0000000 [0001.489] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.495] I> Slot: 0 [0001.497] I> Binary[27] block-0 (partition size: 0x100000) [0001.504] I> get_binary_info: Binary name: BR_BCT [0001.509] I> Size of crypto header is 8192 [0001.513] I> Size of crypto header is 8192 [0001.518] I> BR_BCT binary is read from storage [0001.523] I> BR_BCT binary integrity check is success [0001.529] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.537] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.542] I> Slot: 0 [0001.545] I> Binary[13] block-0 (partition size: 0x30000) [0001.551] I> get_binary_info: Binary name: SC7-FW [0001.556] I> Size of crypto header is 8192 [0001.560] I> Size of crypto header is 8192 [0001.565] I> BCH load address is : 0xa0002000 [0001.571] I> Size of crypto header is 8192 [0001.575] I> BCH of SC7-FW read from storage [0001.580] I> BCH address is : 0xa0002000 [0001.585] I> SC7-FW header integrity check is success [0001.591] I> Binary magic in BCH component 0 is WB0B [0001.596] I> component binary type is 13 [0001.600] I> Size of crypto header is 8192 [0001.607] I> SC7-FW binary is read from storage [0001.612] I> SC7-FW binary integrity check is success [0001.618] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.626] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.632] I> Slot: 0 [0001.634] I> Binary[22] block-0 (partition size: 0x30000) [0001.640] I> get_binary_info: Binary name: PSC_RF [0001.645] I> Size of crypto header is 8192 [0001.650] I> Size of crypto header is 8192 [0001.654] I> BCH load address is : 0xa0029460 [0001.660] I> Size of crypto header is 8192 [0001.665] I> BCH of PSC_RF read from storage [0001.669] I> BCH address is : 0xa0029460 [0001.675] I> PSC_RF header integrity check is success [0001.680] I> Binary magic in BCH component 0 is PSCR [0001.685] I> component binary type is 22 [0001.690] I> Size of crypto header is 8192 [0001.696] I> PSC_RF binary is read from storage [0001.701] I> PSC_RF binary integrity check is success [0001.706] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.726] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.732] I> Slot: 0 [0001.735] I> Binary[14] block-0 (partition size: 0x20000) [0001.741] I> get_binary_info: Binary name: MB2_RF [0001.746] I> Size of crypto header is 8192 [0001.750] I> Size of crypto header is 8192 [0001.755] I> BCH load address is : 0xa008e240 [0001.760] I> Size of crypto header is 8192 [0001.765] I> BCH of MB2_RF read from storage [0001.770] I> BCH address is : 0xa008e240 [0001.775] I> MB2_RF header integrity check is success [0001.781] I> Binary magic in BCH component 0 is MB2R [0001.786] I> component binary type is 14 [0001.790] I> Size of crypto header is 8192 [0001.796] I> MB2_RF binary is read from storage [0001.802] I> MB2_RF binary integrity check is success [0001.807] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.816] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.823] I> SC7 context fuse-bypass data is empty [0001.831] I> SC7 context save done [0001.835] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.841] I> Loading MB2 [0001.844] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.850] I> Slot: 0 [0001.852] I> Binary[6] block-0 (partition size: 0x80000) [0001.858] I> get_binary_info: Binary name: MB2 [0001.863] I> Size of crypto header is 8192 [0001.868] I> BCH load address is : 0x8007e000 [0001.873] I> Size of crypto header is 8192 [0001.878] I> BCH of MB2 read from storage [0001.882] I> BCH address is : 0x8007e000 [0001.888] I> MB2 header integrity check is success [0001.893] I> Binary magic in BCH component 0 is MB2B [0001.898] I> component binary type is 6 [0001.902] I> Size of crypto header is 8192 [0001.912] I> MB2 binary is read from storage [0001.917] I> MB2 binary integrity check is success [0001.922] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.931] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.938] I> Task: Prepare MB2 params (0x5000d5dd) [0001.946] I> MB2-params @ 0x40060000 [0001.954] I> BR-BCT Boot Chain Fields [0001.958] I> u32_non_gpio_select_boot_chain : 0 [0001.963] I> u32_num_boot_chains : 2 [0001.968] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.974] I> Task: Dram ecc test (0x500112cd) [0001.980] I> Task: Misc NV security settings (0x5000ced5) [0001.986] I> NVDEC sticky bits programming done [0001.991] I> Task: Disable/Reload WDT (0x5001f991) [0001.997] I> Programmed SLCG global override := 0x0 [0002.002] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f1983 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9428224 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 28 I> FSITHERM min temp = 26 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure NOR provision (0x50014924) I> Task: Load FSI keyblob (0x50012368) I> Skipping FSI key blob copy I> Task: Unhalt AUXPs (0x50020c8c) I> SCE unhalt skipped I> Unhalting RCE I> RCE unhalt successful I> DCE unhalt successful I> APE unhalt skipped I> FSI unhalt skipped I> Task: Load CPUBL (0x5001347c) I> Task: Load TOS (0x50013b38) I> Task: Load and authenticate registered FWs (0x50017428) I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_cpu??[ 2.360142] Camera-FW on t234-rce-safe started ??INFO: MONITOR: populated user images:19 INFO: mret to Supervisor! INFO: psc supervisor init. INFO: psc_irq_init... INFO: enter idle task. ??bpmp: init bpmp: base binary md5 is eac3805??TCU early console ena??26d68ff45ffc86d0feae98e88 bpmp: combined binary md5 is 888a114dda6bea50b6c6bb224445ac85 bpmp: firmware tag is 888a114dda6bea50b6c6-eac380526d6 initialized ??bled. ??vwdt initialized mail_early initialized fuse initialized vfrel initialized hwwdt initialized adc fmon_populate_monitors: found 199 monitors initialized fmon initialized mc initialized reset initialized uphy_early initialized emc_early 471 clocks registered initialized clk_mach initialized clk_cal_early initialized clk_mach_early_config initialized io_dpd initialized thermal initialized soctherm initialized tj_init initialized regime initialized i2c vrmon_dt_init: vrmon node not found vrmon_chk_boot_state: found 0 rail monitors initialized vrmon initialized regulator ??-bootloader I> Size of part?? ??ition: 3670016 I> Binary@ device:3/0 block-24832 (partition size: 0x380000), name: A_cpu-bootloa??initialized avfs_clk_platform initialized powergate ??der ??initialized dvs initialized clk_mach_config initialized pm initialized suspend initialized strap initialized emc initialized emc_mrq initialized clk_cal initialized uphy_dt initialized uphy_mrq initialized uphy ??I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_secure-os I> Size of partition: 4194304 I> Binary@ device:3/0 block-32000 (partition size: 0x400000), name: A_secure-os ??initialized pg_late initialized pg_mrq_init swdtimer_init: 0 reg polling start w period 47 ms initialized swdtimer initialized hwwdt_late initialized bwmgr initialized thermal_host_trip initialized thermal_mrq initialized oc_mrq initialized reset_mrq initialized mail_mrq initialized fmon_mrq initialized clk_mrq initialized avfs_mrq initialized i2c_mrq initialized tag_mrq initialized bwmgr_mrq initialized console_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ??I> MB2-params @ 0x400??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??60000 I> cpubl: Authentication??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss enable xusb_fs enable xusb_falcon enable xusb_core_mux enable dsi_lp enable sdmmc_legacy_tm initialized clk_mach_post initialized pg_post initialized regulat??[ 2.599486] Camer??or_post ??a-FW on t234-rce-safe ready SHA1=7a10e461 (crt 13.247 ms, total boot 261.895 ms) ??initialized profile initialized fuse_late initialized mrq initialized patrol_scrubber initialized extras_post bpmp: init complete ??DCE: FW Boot Done ?? Finalize Done I> Binary cpubl loaded successfully at 0x82c400000 I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eks I> eks: Authentication Finalize Done I> Binary eks loaded successfully at 0x82d000400 I> EKB detected (length: 0x410) @ VA:0x82d000400 I> Task: Prepare TOS params (0x50013ab0) I> Setting EKB blob info to OPTEE dtb finished. I> Setting OPTEE arg3: 0x82b700000 I> Task: OEM SC7 context save (0x500146bc) I> oem sc7 context saved I> Task: Disable MSS perf stats (0x50020d18) I> Task: Program display sticky bits (0x50020c94) I> Task: Storage device deinit (0x50001ed8) I> Task: SMMU external bypass disable (0x50011eb4) I> Task: SMMU init (0x50011dd0) I> Task: Program CBB PCIE AMAP regions (0x50014b08) I> Task: Program GICv3 registers (0x50020db8) I> Task: Audit firewall settings (0x5001e1c0) I> Task: Bootchain failure check (0x500026a4) I> Current Boot-Chain Slot: 0 I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0 I> MB2 finished ??NOTICE: BL31: v2.6(release):4fa405dbd NOTICE: BL31: Built : 20:16:55, Aug 10 2022 I/TC: I/TC: Non-secure external DT found I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f0100006). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ??[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421] [ 0.000000] Linux version 5.10.104-tegra (buildbrain@mobile-u64-5273-d7000) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #1 SMP PREEMPT Wed Aug 10 20:17:07 PDT 2022 [ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16, [ 0.000000] OF: fdt: - 80000000 , c0000000 [ 0.000000] Machine model: Jetson AGX Orin [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: RTPROP=0x805401c18 SMBIOS=0xffff0000 SMBIOS 3.0=0x8039a0000 MEMATTR=0x80476e018 ESRT=0x8039b1f98 RNG=0x827905998 MEMRESERVE=0x804770f18 [ 0.000000] efi: seeding entropy pool [ 0.000000] esrt: Reserving ESRT space from 0x00000008039b1f98 to 0x00000008039b1fd0. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000817800000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000835ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff] [ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000007ffffffff] [ 0.000000] node 0: [mem 0x0000000800000000-0x00000008021bffff] [ 0.000000] node 0: [mem 0x00000008021c0000-0x0000000803562fff] [ 0.000000] node 0: [mem 0x0000000803563000-0x00000008036fdfff] [ 0.000000] node 0: [mem 0x00000008036fe000-0x000000080398ffff] [ 0.000000] node 0: [mem 0x0000000803990000-0x00000008039affff] [ 0.000000] node 0: [mem 0x00000008039b0000-0x000000080453ffff] [ 0.000000] node 0: [mem 0x0000000804540000-0x00000008046cffff] [ 0.000000] node 0: [mem 0x00000008046d0000-0x000000080473ffff] [ 0.000000] node 0: [mem 0x0000000804740000-0x000000080475ffff] [ 0.000000] node 0: [mem 0x0000000804760000-0x000000080477ffff] [ 0.000000] node 0: [mem 0x0000000804780000-0x00000008049effff] [ 0.000000] node 0: [mem 0x00000008049f0000-0x0000000804a3ffff] [ 0.000000] node 0: [mem 0x0000000804a40000-0x0000000804a4ffff] [ 0.000000] node 0: [mem 0x0000000804a50000-0x0000000804a9ffff] [ 0.000000] node 0: [mem 0x0000000804aa0000-0x0000000804e4ffff] [ 0.000000] node 0: [mem 0x0000000804e50000-0x0000000804e5ffff] [ 0.000000] node 0: [mem 0x0000000804e60000-0x0000000804ebffff] [ 0.000000] node 0: [mem 0x0000000804ec0000-0x000000080534ffff] [ 0.000000] node 0: [mem 0x0000000805350000-0x000000080539ffff] [ 0.000000] node 0: [mem 0x00000008053a0000-0x000000080553ffff] [ 0.000000] node 0: [mem 0x0000000805540000-0x00000008055dffff] [ 0.000000] node 0: [mem 0x00000008055e0000-0x000000080568ffff] [ 0.000000] node 0: [mem 0x0000000805690000-0x000000080572ffff] [ 0.000000] node 0: [mem 0x0000000805730000-0x00000008057bffff] [ 0.000000] node 0: [mem 0x00000008057c0000-0x000000080585ffff] [ 0.000000] node 0: [mem 0x0000000805860000-0x000000080612ffff] [ 0.000000] node 0: [mem 0x0000000806130000-0x000000080630ffff] [ 0.000000] node 0: [mem 0x0000000806310000-0x00000008278bffff] [ 0.000000] node 0: [mem 0x00000008278c0000-0x000000082790ffff] [ 0.000000] node 0: [mem 0x0000000827910000-0x000000082b6affff] [ 0.000000] node 0: [mem 0x000000082c400000-0x000000082c7fffff] [ 0.000000] node 0: [mem 0x0000000834000000-0x0000000835ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000835ffffff] [ 0.000000] On node 0, zone Normal: 336 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 32 pages/cpu s90136 r8192 d32744 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] alternatives: patching kernel code [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7925040 [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB) [ 0.000000] Memory: 30995232K/32205504K available (18432K kernel code, 3172K rwdata, 7156K rodata, 3968K init, 1095K bss, 948128K reserved, 262144K cma-reserved) [ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x38/0x420 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000 [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70) [ 0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677] [ 0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns [ 0.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns [ 0.000683] Console: colour dummy device 80x25 [ 0.000867] printk: console [tty0] enabled [ 0.000905] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000) [ 0.000915] pid_max: default: 32768 minimum: 301 [ 0.000974] LSM: Security Framework initializing [ 0.000995] Yama: becoming mindful. [ 0.001011] SELinux: Initializing. [ 0.001090] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.001138] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.002606] rcu: Hierarchical SRCU implementation. [ 0.002695] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003195] DTS File Name: ../arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0004-p3737-0000.dts [ 0.003203] DTB Build time: Dec 30 2022 16:29:58 [ 0.004499] Tegra Revision: A01 SKU: 0xd2 CPU Process: 0 SoC Process: 0 [ 0.004622] Remapping and enabling EFI services. [ 0.005792] smp: Bringing up secondary CPUs ... [ 0.034456] Detected PIPT I-cache on CPU1 [ 0.034487] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000 [ 0.034519] CPU1: Booted secondary processor 0x0000000100 [0x410fd421] [ 0.063141] Detected PIPT I-cache on CPU2 [ 0.063152] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000 [ 0.063167] CPU2: Booted secondary processor 0x0000000200 [0x410fd421] [ 0.091738] Detected PIPT I-cache on CPU3 [ 0.091746] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000 [ 0.091759] CPU3: Booted secondary processor 0x0000000300 [0x410fd421] [ 0.122375] Detected PIPT I-cache on CPU4 [ 0.122396] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000 [ 0.122421] CPU4: Booted secondary processor 0x0000010000 [0x410fd421] [ 0.151058] Detected PIPT I-cache on CPU5 [ 0.151068] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000 [ 0.151083] CPU5: Booted secondary processor 0x0000010100 [0x410fd421] [ 0.179683] Detected PIPT I-cache on CPU6 [ 0.179693] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000 [ 0.179707] CPU6: Booted secondary processor 0x0000010200 [0x410fd421] [ 0.208304] Detected PIPT I-cache on CPU7 [ 0.208314] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000 [ 0.208328] CPU7: Booted secondary processor 0x0000010300 [0x410fd421] [ 0.208383] smp: Brought up 1 node, 8 CPUs [ 0.208426] SMP: Total of 8 processors activated. [ 0.208431] CPU features: detected: Privileged Access Never [ 0.208433] CPU features: detected: LSE atomic instructions [ 0.208436] CPU features: detected: User Access Override [ 0.208438] CPU features: detected: 32-bit EL0 Support [ 0.208442] CPU features: detected: Common not Private translations [ 0.208444] CPU features: detected: RAS Extension Support [ 0.208447] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.208451] CPU features: detected: CRC32 instructions [ 0.208453] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.241786] CPU: All CPU(s) started at EL2 [ 0.243931] devtmpfs: initialized [ 0.257179] Registered cp15_barrier emulation handler [ 0.257190] Registered setend emulation handler [ 0.257197] KASLR enabled [ 0.257312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.257325] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.258849] pinctrl core: initialized pinctrl subsystem [ 0.259320] SMBIOS 3.0.0 present. [ 0.259326] DMI: /, BIOS 1.0-d7fb19b 08/10/2022 [ 0.259566] NET: Registered protocol family 16 [ 0.260193] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.260396] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.260591] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.260618] audit: initializing netlink subsys (disabled) [ 0.260693] audit: type=2000 audit(0.260:1): state=initialized audit_enabled=0 res=1 [ 0.260843] thermal_sys: Registered thermal governor 'step_wise' [ 0.260845] thermal_sys: Registered thermal governor 'power_allocator' [ 0.260852] thermal_sys: Registered thermal governor 'pid_thermal_gov' [ 0.262703] cpuidle: using governor menu [ 0.262809] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.262890] ASID allocator initialised with 32768 entries [ 0.262973] Serial: AMBA PL011 UART driver [ 0.264418] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful [ 0.264442] Tegra reboot handler registered. [ 0.282832] mc: mapped MMIO address: 0xffff800011110000 -> 0x2c10000 [ 0.282844] mc: mapped MMIO address: 0xffff800011130000 -> 0x2c20000 [ 0.282851] mc: mapped MMIO address: 0xffff800011150000 -> 0x2c30000 [ 0.282859] mc: mapped MMIO address: 0xffff800011170000 -> 0x2c40000 [ 0.282867] mc: mapped MMIO address: 0xffff800011190000 -> 0x2c50000 [ 0.282873] mc: mapped MMIO address: 0xffff8000111b0000 -> 0x2b80000 [ 0.282880] mc: mapped MMIO address: 0xffff8000111d0000 -> 0x2b90000 [ 0.282887] mc: mapped MMIO address: 0xffff8000111f0000 -> 0x2ba0000 [ 0.282895] mc: mapped MMIO address: 0xffff800011210000 -> 0x2bb0000 [ 0.282901] mc: mapped MMIO address: 0xffff800011230000 -> 0x1700000 [ 0.282907] mc: mapped MMIO address: 0xffff800011250000 -> 0x1710000 [ 0.282914] mc: mapped MMIO address: 0xffff800011270000 -> 0x1720000 [ 0.282921] mc: mapped MMIO address: 0xffff800011290000 -> 0x1730000 [ 0.282928] mc: mapped MMIO address: 0xffff8000112b0000 -> 0x1740000 [ 0.282936] mc: mapped MMIO address: 0xffff8000112d0000 -> 0x1750000 [ 0.282942] mc: mapped MMIO address: 0xffff8000112f0000 -> 0x1760000 [ 0.282948] mc: mapped MMIO address: 0xffff800011310000 -> 0x1770000 [ 0.282957] nv-tegra-mc 2c10000.mc: No mssnvlink node [ 0.282977] mc-err: mcerr ops are set to t23x [ 0.283247] tegra234-cbb 13a00000.cbb-fabric: secure_irq = 21 [ 0.283298] tegra234-cbb c600000.aon-fabric: secure_irq = 22 [ 0.283341] tegra234-cbb d600000.bpmp-fabric: secure_irq = 23 [ 0.283377] tegra234-cbb de00000.dce-fabric: secure_irq = 24 [ 0.283411] tegra234-cbb be00000.rce-fabric: secure_irq = 25 [ 0.283445] tegra234-cbb b600000.sce-fabric: secure_irq = 26 [ 0.283691] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 71, base_baud = 0) is a SBSA [ 1.482992] printk: console [ttyAMA0] enabled [ 1.491192] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 1.497903] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 1.504605] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 1.511304] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 1.519709] ACPI: Interpreter disabled. [ 1.524606] vdd-3v3-pcie: supplied by vdd-3v3-sys [ 1.529532] avdd-cam-2v8: supplied by vdd-3v3-sys [ 1.534311] vdd-av1v1-hub: supplied by vdd-5v-sys [ 1.539127] vbusB-cvb: supplied by vdd-5v-sys [ 1.543623] vdd-usbc1-vbus: supplied by vdd-5v-sys [ 1.548506] vdd-usbc2-vbus: supplied by vdd-5v-sys [ 1.553681] iommu: Default domain type: Translated [ 1.558598] eventlib_kernel: keventlib is initialized, test id: 0 [ 1.564858] SCSI subsystem initialized [ 1.568661] usbcore: registered new interface driver usbfs [ 1.574159] usbcore: registered new interface driver hub [ 1.579481] usbcore: registered new device driver usb [ 1.584721] mc: Linux media interface: v0.10 [ 1.588998] videodev: Linux video capture interface: v2.00 [ 1.594631] pps_core: LinuxPPS API ver. 1 registered [ 1.599594] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.608732] PTP clock support registered [ 1.612852] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec [ 1.620019] tegra_wdt_t18x 2190000.watchdog: Registered successfully [ 1.627665] Registered efivars operations [ 1.632132] FPGA manager framework [ 1.635564] Advanced Linux Sound Architecture Driver Initialized. [ 1.641891] Bluetooth: Core ver 2.22 [ 1.645472] NET: Registered protocol family 31 [ 1.649917] Bluetooth: HCI device and connection manager initialized [ 1.656276] Bluetooth: HCI socket layer initialized [ 1.661153] Bluetooth: L2CAP socket layer initialized [ 1.666210] Bluetooth: SCO socket layer initialized [ 1.671556] camchar: rtcpu character device driver loaded [ 1.677165] clocksource: Switched to clocksource arch_sys_counter [ 1.844139] VFS: Disk quotas dquot_6.6.0 [ 1.848103] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.855106] pnp: PnP ACPI: disabled [ 1.860377] la/ptsa driver initialized. [ 1.864264] NET: Registered protocol family 2 [ 1.868818] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.878505] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 1.887247] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.895540] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 1.903366] TCP: Hash tables configured (established 262144 bind 65536) [ 1.910053] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.916982] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.924409] NET: Registered protocol family 1 [ 1.929043] RPC: Registered named UNIX socket transport module. [ 1.934978] RPC: Registered udp transport module. [ 1.939681] RPC: Registered tcp transport module. [ 1.944382] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.950831] PCI: CLS 0 bytes, default 64 [ 1.954871] Trying to unpack rootfs image as initramfs... [ 2.069233] Freeing initrd memory: 8196K [ 2.075333] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 2.083329] kvm [1]: IPA Size Limit: 48 bits [ 2.087724] kvm [1]: VHE mode initialized successfully [ 2.093523] Initialise system trusted keyrings [ 2.098039] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 2.106544] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.112616] NFS: Registering the id_resolver key type [ 2.117677] Key type id_resolver registered [ 2.121859] Key type id_legacy registered [ 2.125894] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.132600] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.140003] ntfs: driver 2.1.32 [Flags: R/W]. [ 2.156066] NET: Registered protocol family 38 [ 2.160513] Key type asymmetric registered [ 2.164608] Asymmetric key parser 'x509' registered [ 2.169500] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240) [ 2.176946] io scheduler mq-deadline registered [ 2.181476] io scheduler kyber registered [ 2.189417] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 2.195023] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 2.200611] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 2.206198] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 2.214181] tegra_dc_assign_hw_data: no matching compatible node [ 2.220197] tegradccommon module_init failed [ 2.224466] tegradc module_init failed [ 2.228456] EINJ: ACPI disabled. [ 2.233135] tegra-pmc c360000.pmc: scratch reg offset dts data not present [ 2.240016] tegra-pmc: ### PMC reset source: SYS_RESET_N [ 2.245327] tegra-pmc: ### PMC reset level: L0 [ 2.249768] tegra-pmc: ### PMC reset status reg: 0x0 [ 2.255884] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 2.273457] random: fast init done [ 2.275130] printk: console [ttyTCU0] enabled [ 3.859914] arm-smmu 12000000.iommu: probing hardware configuration... [ 3.867926] arm-smmu 12000000.iommu: SMMUv2 with: [ 3.872761] arm-smmu 12000000.iommu: stage 1 translation [ 3.878310] arm-smmu 12000000.iommu: stage 2 translation [ 3.883840] arm-smmu 12000000.iommu: nested translation [ 3.889291] arm-smmu 12000000.iommu: stream matching with 128 register groups [ 3.896707] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only) [ 3.905408] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000 [ 3.912091] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.918786] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.926239] arm-smmu 10000000.iommu: probing hardware configuration... [ 3.932937] arm-smmu 10000000.iommu: SMMUv2 with: [ 3.937765] arm-smmu 10000000.iommu: stage 1 translation [ 3.943306] arm-smmu 10000000.iommu: stage 2 translation [ 3.948841] arm-smmu 10000000.iommu: nested translation [ 3.954289] arm-smmu 10000000.iommu: stream matching with 128 register groups [ 3.961692] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only) [ 3.970363] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000 [ 3.977052] arm-smmu 10000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.983754] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.990849] arm-smmu 8000000.iommu: probing hardware configuration... [ 3.997459] arm-smmu 8000000.iommu: SMMUv2 with: [ 4.002187] arm-smmu 8000000.iommu: stage 1 translation [ 4.007632] arm-smmu 8000000.iommu: stage 2 translation [ 4.013083] arm-smmu 8000000.iommu: nested translation [ 4.018440] arm-smmu 8000000.iommu: stream matching with 128 register groups [ 4.025769] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only) [ 4.034385] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000 [ 4.040993] arm-smmu 8000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 4.047594] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 4.054866] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful [ 4.064358] tegra_profiler: version: 1.147, samples/io: 49/28 [ 4.070321] tegra_profiler: auth: init [ 4.074444] nvsciipc: loaded module [ 4.078981] tegra23x-qspi 3270000.spi: Adding to iommu group 0 [ 4.085119] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 4.091644] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 4.099057] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 4.106650] tegra23x-qspi 3270000.spi: Prod settings list not found [ 4.113090] tegra23x-qspi 3270000.spi: Failed to get reset control: -517 [ 4.120520] tun: Universal TUN/TAP device driver, 1.6 [ 4.126182] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 4.133590] hns3: Copyright (c) 2017 Huawei Corporation. [ 4.139062] e1000e: Intel(R) PRO/1000 Network Driver [ 4.144153] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.150238] igb: Intel(R) Gigabit Ethernet Network Driver [ 4.155771] igb: Copyright (c) 2007-2014 Intel Corporation. [ 4.161641] PPP generic driver version 2.4.2 [ 4.166067] PPP BSD Compression module registered [ 4.170894] PPP Deflate Compression module registered [ 4.176077] PPP MPPE Compression module registered [ 4.181018] usbcore: registered new interface driver r8152 [ 4.186655] usbcore: registered new interface driver asix [ 4.192196] usbcore: registered new interface driver ax88179_178a [ 4.198456] usbcore: registered new interface driver cdc_ether [ 4.204446] usbcore: registered new interface driver net1080 [ 4.210257] usbcore: registered new interface driver cdc_subset [ 4.216329] usbcore: registered new interface driver zaurus [ 4.222057] usbcore: registered new interface driver cdc_ncm [ 4.227871] usbcore: registered new interface driver aqc111 [ 4.233690] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.240039] ohci-pci: OHCI PCI platform driver [ 4.244613] ohci-platform: OHCI generic platform driver [ 4.250266] tegra-xusb 3610000.xhci: Adding to iommu group 1 [ 4.256513] usbcore: registered new interface driver uas [ 4.261988] usbcore: registered new interface driver usb-storage [ 4.268289] tegra-xudc 3550000.xudc: Adding to iommu group 2 [ 4.274351] mousedev: PS/2 mouse device common for all mice [ 4.280089] usbcore: registered new interface driver xpad [ 4.287445] tegra_rtc c2a0000.rtc: registered as rtc1 [ 4.292909] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:28 UTC (28) [ 4.301134] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock [ 4.307554] i2c /dev entries driver [ 4.311243] tegra-i2c 3160000.i2c: Adding to iommu group 3 [ 4.317091] tegra-i2c c240000.i2c: Adding to iommu group 3 [ 4.322814] tegra-i2c 3180000.i2c: Adding to iommu group 3 [ 4.328485] tegra-i2c 3190000.i2c: Adding to iommu group 3 [ 4.334149] tegra-i2c 31b0000.i2c: Adding to iommu group 3 [ 4.339824] tegra-i2c 31c0000.i2c: Adding to iommu group 3 [ 4.345512] tegra-i2c c250000.i2c: Adding to iommu group 3 [ 4.351186] tegra-i2c 31e0000.i2c: Adding to iommu group 3 [ 4.359596] device-mapper: uevent: version 1.0.3 [ 4.364445] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 4.374207] sdhci: Secure Digital Host Controller Interface driver [ 4.380563] sdhci: Copyright(c) Pierre Ossman [ 4.385029] Synopsys Designware Multimedia Card Interface Driver [ 4.391272] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.397288] sdhci-tegra 3460000.sdhci: Adding to iommu group 4 [ 4.397480] sdhci-tegra 3400000.sdhci: Adding to iommu group 5 [ 4.397681] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401 [ 4.398574] tegra-bpmp bpmp: firmware: 888a114dda6bea50b6c6-eac380526d6 [ 4.399513] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 [ 4.399847] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81 [ 4.402846] nvvrs_pseq 4-003c: CAUTION: interrupt status reg:0x10 set to 0x1 [ 4.402848] nvvrs_pseq 4-003c: Clearing interrupts [ 4.413533] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0 [ 4.450998] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful ??debugfs initialized ??[ 5.906663] random: crng init done [ 5.946602] hid: raw HID events driver (C) Jiri Kosina [ 5.952336] usbcore: registered new interface driver usbhid [ 5.958083] usbhid: USB HID core driver [ 5.962602] tegra-dce d800000.dce: Adding to iommu group 6 [ 5.969317] dce: dce_ipc_channel_init:314 Invalid Channel State [0x0] for ch_type [2] [ 5.978080] tegra234-aon c000000.aon: Adding to iommu group 7 [ 5.984321] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5] [ 5.986066] c000000.aon:hsp: probed [ 5.993311] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [0]. Ignored... [ 6.005789] tegra234-aon c000000.aon: init done [ 6.006107] tegra23x-psc e860000.psc: Adding to iommu group 8 [ 6.010481] dce: dce_admin_send_cmd_ver:413 version : [0x2] err : [0x0] [ 6.016648] tegra23x-psc e860000.psc: ext_cfg base:00000000c27e9a1f [ 6.023392] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1] [ 6.029741] tegra23x-psc e860000.psc: init done [ 6.038716] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [1] ... [ 6.038717] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.043548] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 9 [ 6.051805] dce: dce_admin_setup_clients_ipc:518 Get queue info failed for [2] [ 6.051907] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2] [ 6.061114] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000 [ 6.067244] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [3] ... [ 6.067246] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.078473] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584 [ 6.083912] dce: dce_start_boot_flow:100 DCE_BOOT_DONE [ 6.092116] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900 [ 6.135220] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80 [ 6.146640] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80 [ 6.158308] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80 [ 6.170892] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080 [ 6.183735] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200 [ 6.196101] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (122) [ 6.202932] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful [ 6.211229] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=7a10e4613e151d2bf1df37dd80d456800f5b94d0 [ 6.224683] t19x_cache tegra-cache: probed [ 6.229114] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU [ 6.239395] optee: probing for conduit method. [ 6.243992] optee: revision 3.16 (65cc2218) [ 6.244113] optee: dynamic shared memory is enabled [ 6.253553] optee: initialized driver [ 6.270980] nvpmodel: initialized successfully [ 6.275645] tegra_hv: get_hvd: not initialized yet [ 6.280585] user_ivc_mempool: hypervisor not present [ 6.286289] usbcore: registered new interface driver snd-usb-audio [ 6.293248] u32 classifier [ 6.296034] input device check on [ 6.299806] Actions configured [ 6.303442] Initializing XFRM netlink socket [ 6.308162] NET: Registered protocol family 10 [ 6.313548] Segment Routing with IPv6 [ 6.317372] NET: Registered protocol family 17 [ 6.321964] NET: Registered protocol family 15 [ 6.326580] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 6.340929] Bluetooth: RFCOMM socket layer initialized [ 6.346267] Bluetooth: RFCOMM ver 1.11 [ 6.350143] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 6.356260] Bluetooth: HIDP socket layer initialized [ 6.362309] 9pnet: Installing 9P2000 support [ 6.366836] Key type dns_resolver registered [ 6.372008] registered taskstats version 1 [ 6.376271] Loading compiled-in X.509 certificates [ 6.385535] Loaded X.509 cert 'Build time autogenerated kernel key: 90ac610178c49616e6b7af33d5f8183bf0ea1ee9' [ 6.396106] tegra194-pcie 14180000.pcie: Adding to iommu group 10 [ 6.408149] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 6.415294] tegra194-pcie 14100000.pcie: Adding to iommu group 11 [ 6.426394] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 6.433195] tegra194-pcie 14160000.pcie: Adding to iommu group 12 [ 6.444892] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 6.451645] tegra194-pcie 141a0000.pcie: Adding to iommu group 13 [ 6.462686] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 6.469705] tegra194-pcie 141e0000.pcie: Adding to iommu group 14 [ 6.480508] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 6.508094] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 15 [ 6.517437] host1x 13e40000.host1x: Adding to iommu group 16 [ 7.533551] t23x_init_gating_regs: Timed out waiting for syncpt ram init! [ 7.551764] host1x 13e40000.host1x: initialized [ 7.556827] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 17 [ 7.564911] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000) [ 7.576940] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 18 [ 7.584994] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000) [ 7.596997] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 19 [ 7.605026] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000) [ 7.617029] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 20 [ 7.625030] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000) [ 7.637004] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 21 [ 7.645022] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000) [ 7.657021] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 22 [ 7.665042] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000) [ 7.677027] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 23 [ 7.685033] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000) [ 7.697001] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 24 [ 7.704990] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000) [ 7.717013] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 25 [ 7.725055] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000) [ 7.737035] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 26 [ 7.745028] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000) [ 7.756998] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 27 [ 7.765021] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000) [ 7.776988] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 28 [ 7.784989] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000) [ 7.796975] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 29 [ 7.804979] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000) [ 7.816954] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 30 [ 7.824952] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000) [ 7.836923] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 31 [ 7.844935] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000) [ 7.856932] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 32 [ 7.864967] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000) [ 7.876960] falcon 15340000.vic: Adding to iommu group 33 [ 7.888287] falcon 15340000.vic: initialized [ 7.892960] falcon 15380000.nvjpg: Adding to iommu group 34 [ 7.902163] falcon 15380000.nvjpg: initialized [ 7.906858] falcon 15540000.nvjpg1: Adding to iommu group 35 [ 7.915796] falcon 15540000.nvjpg1: initialized [ 7.920586] falcon 154c0000.nvenc: Adding to iommu group 36 [ 7.931368] falcon 154c0000.nvenc: initialized [ 7.936069] falcon 15a50000.ofa: Adding to iommu group 37 [ 7.945308] falcon 15a50000.ofa: initialized [ 7.949830] nvdec 15480000.nvdec: Adding to iommu group 38 [ 7.961381] nvdec 15480000.nvdec: initialized [ 7.965988] tsec 15500000.tsec: Adding to iommu group 39 [ 7.976286] tsec 15500000.tsec: initialized [ 7.982472] gic 2a41000.agic-controller: GIC IRQ controller registered [ 7.998853] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered [ 8.017497] gpio-491 (gpio11-usbpwr-ctrl): hogged as output/low [ 8.023670] gpio-493 (gpio12-usbpwr-ctrl): hogged as output/low [ 8.029841] gpio-488 (gpio13-usbpwr-ctrl): hogged as output/low [ 8.035993] gpio-489 (gpio14-usbpwr-ctrl): hogged as output/low [ 8.042153] gpio-428 (gpio3): hogged as output/low [ 8.047136] gpio-487 (gpio16): hogged as input [ 8.051761] gpio-351 (gpio20): hogged as output/low [ 8.056848] gpio-449 (gpio36): hogged as output/low [ 8.061894] gpio-494 (i2s1_clk_gpio): hogged as input [ 8.067156] gpio-495 (i2s1_dout_gpio): hogged as input [ 8.072503] gpio-496 (i2s1_din_gpio): hogged as input [ 8.077746] gpio-497 (i2s1_fs_gpio): hogged as input [ 8.082898] gpio-492 (mclk01_gpio): hogged as input [ 8.087978] gpio-456 (pwm01_gpio): hogged as input [ 8.092948] gpio-461 (uart1_cts_gpio): hogged as input [ 8.098280] gpio-478 (uart2_cts_gpio): hogged as input [ 8.104493] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio [ 8.111230] gpio-320 (gpio6): hogged as input [ 8.115757] gpio-323 (gpio7): hogged as input [ 8.120286] gpio-325 (gpio8): hogged as input [ 8.124808] gpio-326 (gpio10): hogged as input [ 8.129848] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon [ 8.136838] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 8.143182] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 8.149685] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 8.156082] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 8.163943] tegra194-isp5 14800000.isp: Adding to iommu group 40 [ 8.173040] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU [ 8.182644] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized [ 8.189040] driver not enabled, cannot register any devices [ 8.194942] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 41 [ 8.202887] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 42 [ 8.210822] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU [ 8.220728] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized [ 8.227555] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU [ 8.237557] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized [ 8.244369] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU [ 8.254335] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized [ 8.261168] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 43 [ 8.269847] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000) [ 8.281265] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 44 [ 8.289964] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000) [ 8.301383] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 45 [ 8.310021] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000) [ 8.321439] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 46 [ 8.330085] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000) [ 8.341483] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 47 [ 8.350150] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000) [ 8.361585] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 48 [ 8.370205] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000) [ 8.381615] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 49 [ 8.390277] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000) [ 8.401703] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 50 [ 8.410378] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000) [ 8.421769] pva 16000000.pva0: Adding to iommu group 51 [ 8.448199] pva 16000000.pva0: initialized [ 8.456553] nvdla 15880000.nvdla0: Adding to iommu group 52 [ 8.470600] nvdla 15880000.nvdla0: initialized [ 8.476781] nvdla 158c0000.nvdla1: Adding to iommu group 53 [ 8.491595] nvdla 158c0000.nvdla1: initialized [ 8.497758] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3 [ 8.504710] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels [ 8.512199] tegra-fuse-burn efuse-burn: shutdown limit check disabled [ 8.518856] tegra-fuse-burn efuse-burn: Fuse burn driver initialized [ 8.525590] serial-tegra 3100000.serial: Adding to iommu group 3 [ 8.532213] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART [ 8.541908] serial-tegra 3110000.serial: Adding to iommu group 3 [ 8.548550] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 68, base_baud = 0) is a TEGRA_UART [ 8.558146] serial-tegra 3130000.serial: Adding to iommu group 3 [ 8.564792] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 69, base_baud = 0) is a TEGRA_UART [ 8.574355] serial-tegra 3140000.serial: Adding to iommu group 3 [ 8.580936] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 70, base_baud = 0) is a TEGRA_UART [ 8.590534] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 8.597114] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 8.604576] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 8.612226] tegra23x-qspi 3270000.spi: Prod settings list not found [ 8.660152] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2008000 KHz, changing to: 2035200 KHz [ 8.674577] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2009000 KHz, changing to: 2035200 KHz [ 8.687262] tegra194-cpufreq e000000.ccplex: probed with ICC [ 8.694326] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 8.698797] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 8.701579] tegra194-pcie 14180000.pcie: host bridge /pcie@14180000 ranges: [ 8.704335] mmc0: CQHCI version 5.10 [ 8.714539] irq: IRQ306: trimming hierarchy from :interrupt-controller@f400000-1 [ 8.716594] tegra194-pcie 14180000.pcie: IO 0x0038100000..0x00381fffff -> 0x0038100000 [ 8.724238] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 8.731787] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit [ 8.732904] tegra194-pcie 14180000.pcie: MEM 0x2728000000..0x272fffffff -> 0x0040000000 [ 8.756032] tegra194-pcie 14180000.pcie: MEM 0x2440000000..0x2727ffffff -> 0x2440000000 [ 8.820954] mmc0: Command Queue Engine enabled [ 8.825529] mmc0: periodic cache flush enabled [ 8.830109] mmc0: new HS400 Enhanced strobe MMC card at address 0001 [ 8.837014] mmcblk0: mmc0:0001 G1M15M 59.3 GiB [ 8.841893] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (511:0) [ 8.858868] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 9.874607] tegra194-pcie 14180000.pcie: Phy link never came up [ 9.880799] tegra194-pcie 14180000.pcie: PCI host bridge to bus 0000:00 [ 9.887639] pci_bus 0000:00: root bus resource [bus 00-ff] [ 9.893283] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x38100000-0x381fffff]) [ 9.903152] pci_bus 0000:00: root bus resource [mem 0x2728000000-0x272fffffff] (bus address [0x40000000-0x47ffffff]) [ 9.914021] pci_bus 0000:00: root bus resource [mem 0x2440000000-0x2727ffffff pref] [ 9.921970] pci 0000:00:00.0: [10de:229c] type 01 class 0x060400 [ 9.928321] pci 0000:00:00.0: PME# supported from D0 D3hot [ 9.940699] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 9.946105] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 9.955041] pcieport 0000:00:00.0: Adding to iommu group 10 [ 9.960990] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 [ 9.967163] pcieport 0000:00:00.0: AER: enabled with IRQ 51 [ 9.973153] pci_bus 0000:01: busn_res: [bus 01-ff] is released [ 9.979257] pci 0000:00:00.0: Removing from iommu group 10 [ 9.984918] pci_bus 0000:00: busn_res: [bus 00-ff] is released [ 9.992634] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 10.000002] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges: [ 10.007188] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000 [ 10.015898] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000 [ 10.024603] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000 [ 11.142789] tegra194-pcie 14100000.pcie: Phy link never came up [ 11.148962] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00 [ 11.155786] pci_bus 0001:00: root bus resource [bus 00-ff] [ 11.161439] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x30100000-0x301fffff]) [ 11.171574] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff]) [ 11.182435] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref] [ 11.190387] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400 [ 11.196733] pci 0001:00:00.0: PME# supported from D0 D3hot [ 11.208778] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 11.214184] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 11.223101] pcieport 0001:00:00.0: Adding to iommu group 11 [ 11.229022] pcieport 0001:00:00.0: PME: Signaling with IRQ 53 [ 11.235189] pcieport 0001:00:00.0: AER: enabled with IRQ 53 [ 11.241136] pci_bus 0001:01: busn_res: [bus 01-ff] is released [ 11.247220] pci 0001:00:00.0: Removing from iommu group 11 [ 11.252871] pci_bus 0001:00: busn_res: [bus 00-ff] is released [ 11.260706] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 11.267936] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges: [ 11.275131] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000 [ 11.283834] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000 [ 11.292544] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000 [ 12.410774] tegra194-pcie 14160000.pcie: Phy link never came up [ 12.416950] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00 [ 12.423781] pci_bus 0004:00: root bus resource [bus 00-ff] [ 12.429434] pci_bus 0004:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x36100000-0x361fffff]) [ 12.439569] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff]) [ 12.450423] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref] [ 12.458364] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400 [ 12.464711] pci 0004:00:00.0: PME# supported from D0 D3hot [ 12.476720] pci 0004:00:00.0: PCI bridge to [bus 01-ff] [ 12.482125] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 12.491044] pcieport 0004:00:00.0: Adding to iommu group 12 [ 12.496965] pcieport 0004:00:00.0: PME: Signaling with IRQ 55 [ 12.503125] pcieport 0004:00:00.0: AER: enabled with IRQ 55 [ 12.509085] pci_bus 0004:01: busn_res: [bus 01-ff] is released [ 12.515180] pci 0004:00:00.0: Removing from iommu group 12 [ 12.520844] pci_bus 0004:00: busn_res: [bus 00-ff] is released [ 12.528547] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 12.641908] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges: [ 12.649097] tegra194-pcie 141a0000.pcie: IO 0x003a100000..0x003a1fffff -> 0x003a100000 [ 12.657796] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000 [ 12.666489] tegra194-pcie 141a0000.pcie: MEM 0x2740000000..0x2b27ffffff -> 0x2740000000 [ 13.782611] tegra194-pcie 141a0000.pcie: Phy link never came up [ 13.788765] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00 [ 13.795596] pci_bus 0005:00: root bus resource [bus 00-ff] [ 13.801240] pci_bus 0005:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff]) [ 13.811376] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff]) [ 13.822242] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref] [ 13.830181] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400 [ 13.836525] pci 0005:00:00.0: PME# supported from D0 D3hot [ 13.848570] pci 0005:00:00.0: PCI bridge to [bus 01-ff] [ 13.853969] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 13.862889] pcieport 0005:00:00.0: Adding to iommu group 13 [ 13.868814] pcieport 0005:00:00.0: PME: Signaling with IRQ 57 [ 13.874992] pcieport 0005:00:00.0: AER: enabled with IRQ 57 [ 13.880963] pci_bus 0005:01: busn_res: [bus 01-ff] is released [ 13.887055] pci 0005:00:00.0: Removing from iommu group 13 [ 13.892706] pci_bus 0005:00: busn_res: [bus 00-ff] is released [ 13.900443] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 13.908285] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges: [ 13.915484] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff -> 0x003e100000 [ 13.924211] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff -> 0x0040000000 [ 13.932909] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000 [ 15.050766] tegra194-pcie 141e0000.pcie: Phy link never came up [ 15.056940] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00 [ 15.063772] pci_bus 0007:00: root bus resource [bus 00-ff] [ 15.069422] pci_bus 0007:00: root bus resource [io 0x400000-0x4fffff] (bus address [0x3e100000-0x3e1fffff]) [ 15.079570] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff]) [ 15.090431] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref] [ 15.098360] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400 [ 15.104683] pci 0007:00:00.0: PME# supported from D0 D3hot [ 15.116686] pci 0007:00:00.0: PCI bridge to [bus 01-ff] [ 15.122082] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 15.130991] pcieport 0007:00:00.0: Adding to iommu group 14 [ 15.136902] pcieport 0007:00:00.0: PME: Signaling with IRQ 59 [ 15.143060] pcieport 0007:00:00.0: AER: enabled with IRQ 59 [ 15.149335] vdd-dp: supplied by vdd-3v3-sys [ 15.153808] vdd-3v3-sd: supplied by vdd-3v3-sys [ 15.158604] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys [ 15.165319] irq: IRQ307: trimming hierarchy from :pmc@c360000 [ 15.171475] irq: IRQ308: trimming hierarchy from :pmc@c360000 [ 15.177757] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: repeated role: 0 [ 15.179878] tegra194-isp5 14800000.isp: initialized [ 15.190952] driver not enabled, cannot register any devices [ 15.201196] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized [ 15.207597] driver not enabled, cannot register any devices [ 15.213470] (NULL device *): fops function table already registered [ 15.220942] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized [ 15.227321] driver not enabled, cannot register any devices [ 15.249254] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release [ 15.259035] tegra-xusb 3610000.xhci: xHCI Host Controller [ 15.264607] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1 [ 15.273152] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810 [ 15.282759] tegra-xusb 3610000.xhci: irq 239, io mem 0x03610000 [ 15.289012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 15.297536] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 15.304980] usb usb1: Product: xHCI Host Controller [ 15.310010] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 15.316285] usb usb1: SerialNumber: 3610000.xhci [ 15.321587] hub 1-0:1.0: USB hub found [ 15.325483] hub 1-0:1.0: 4 ports detected [ 15.329759] tegra-xusb 3610000.xhci: xHCI Host Controller [ 15.335328] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2 [ 15.343137] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed [ 15.350635] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 15.359161] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 15.366609] usb usb2: Product: xHCI Host Controller [ 15.371634] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 15.377921] usb usb2: SerialNumber: 3610000.xhci [ 15.383141] hub 2-0:1.0: USB hub found [ 15.387030] hub 2-0:1.0: 4 ports detected [ 15.392489] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 15.392738] nvethernet 2310000.ethernet: Adding to iommu group 54 [ 15.403867] nvethernet 2310000.ethernet: failed to read skip mac reset flag, default 0 [ 15.412051] nvethernet 2310000.ethernet: failed to read MDIO address [ 15.418622] nvethernet 2310000.ethernet: Failed to read nvida,pause_frames, so setting to default support as disable [ 15.429486] nvethernet 2310000.ethernet: setting to default DMA bit mask [ 15.436406] nvethernet 2310000.ethernet: max-platform-mtu DT entry missing, setting default 1500 [ 15.457328] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 15.690422] nvethernet 2310000.ethernet: Ethernet MAC address: 48:b0:2d:94:70:ef [ 15.698495] nvethernet 2310000.ethernet: Macsec not enabled [ 15.704236] nvethernet 2310000.ethernet: Macsec: Reduced MTU: 1466 Max: 1500 [ 15.712590] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels [ 15.721264] irq: IRQ310: trimming hierarchy from :pmc@c360000 [ 15.727230] irq: IRQ311: trimming hierarchy from :interrupt-controller@f400000-1 [ 15.734897] irq: IRQ312: trimming hierarchy from :pmc@c360000 [ 15.740856] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 15.748159] tegra-se-nvhost 15810000.se: Adding to iommu group 55 [ 15.754704] tegra-se-nvhost 15810000.se: initialized [ 15.771522] tegra-se-nvhost 15810000.se: tegra_se_probe: complete [ 15.777910] tegra-se-nvhost 15820000.se: Adding to iommu group 56 [ 15.784427] tegra-se-nvhost 15820000.se: initialized [ 15.790930] tegra-se-nvhost 15820000.se: tegra_se_probe: complete [ 15.797302] tegra-se-nvhost 15840000.se: Adding to iommu group 57 [ 15.803810] tegra-se-nvhost 15840000.se: initialized [ 15.811280] tegra-se-nvhost 15840000.se: tegra_se_probe: complete [ 15.818073] tegra_actmon d230000.actmon: in actmon_register()... [ 15.824397] tegra_actmon d230000.actmon: bwmgr_disable = 1 [ 15.830541] tegra_actmon d230000.actmon: initialization Completed for the device mc_all [ 15.838941] hvc_sysfs: hypervisor is not present ??WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk ??[ 15.987945] ALSA device list: [ 15.991003] No soundcards found. [ 15.995057] Freeing unused kernel memory: 3968K [ 15.999763] Run /init as init process [ 16.015048] Root device found: mmcblk0p1 [ 16.019579] Found dev node: /dev/mmcblk0p1 [ 16.363015] EXT4-fs (mmcblk0p1): 178 orphan inodes deleted [ 16.368692] EXT4-fs (mmcblk0p1): recovery complete [ 16.414752] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 16.424092] Rootfs mounted over mmcblk0p1 [ 16.444010] Switching from initrd to actual rootfs [ 16.496561] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit [ 16.550669] systemd[1]: System time before build time, advancing clock. [ 16.591009] systemd[1]: systemd 245.4-4ubuntu3.21 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 16.614666] systemd[1]: Detected architecture arm64. [ 16.658689] systemd[1]: Set hostname to . [ 16.855942] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 16.869007] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 16.878613] systemd[1]: Created slice system-modprobe.slice. [ 16.884807] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 16.891536] systemd[1]: Created slice User and Session Slice. [ 16.897569] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 16.905670] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 16.915472] systemd[1]: Reached target User and Group Name Lookups. [ 16.921996] systemd[1]: Reached target Slices. [ 16.926622] systemd[1]: Reached target Mounting snaps. [ 16.931960] systemd[1]: Reached target Mounted snaps. [ 16.937221] systemd[1]: Reached target Swap. [ 16.941875] systemd[1]: Listening on RPCbind Server Activation Socket. [ 16.948757] systemd[1]: Listening on Syslog Socket. [ 16.953925] systemd[1]: Listening on fsck to fsckd communication Socket. [ 16.960932] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 16.967903] systemd[1]: Listening on Journal Audit Socket. [ 16.973683] systemd[1]: Listening on Journal Socket (/dev/log). [ 16.979946] systemd[1]: Listening on Journal Socket. [ 16.985224] systemd[1]: Listening on udev Control Socket. [ 16.990920] systemd[1]: Listening on udev Kernel Socket. [ 16.997401] systemd[1]: Mounting Huge Pages File System... [ 17.004107] systemd[1]: Mounting POSIX Message Queue File System... [ 17.011451] systemd[1]: Mounting RPC Pipe File System... [ 17.017937] systemd[1]: Mounting Kernel Debug File System... [ 17.024679] systemd[1]: Mounting Kernel Trace File System... [ 17.031707] systemd[1]: Starting Journal Service... [ 17.037882] systemd[1]: Starting Set the console keyboard layout... [ 17.045285] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 17.055082] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 17.061924] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped. [ 17.062868] systemd[1]: Starting Load Kernel Module efi_pstore... [ 17.078044] systemd[1]: Starting Load Kernel Module pstore_blk... [ 17.085470] systemd[1]: Starting Load Kernel Module pstore_zone... [ 17.092957] systemd[1]: Starting Load Kernel Module ramoops... [ 17.099981] systemd[1]: Starting NVIDIA specific first-boot udev script... [ 17.107431] pstore: Using crash dump compression: deflate [ 17.108167] systemd[1]: Started Nameserver information manager. [ 17.120318] printk: console [ramoops-1] enabled [ 17.125015] pstore: Registered ramoops as persistent store backend [ 17.125017] ramoops: using 0x200000@0x82c200000, ecc: 0 [ 17.136978] systemd[1]: Reached target Network (Pre). [ 17.149069] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 17.158447] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 17.175945] systemd[1]: Starting Load Kernel Modules... [ 17.182256] systemd[1]: Starting Remount Root and Kernel File Systems... [ 17.189634] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null) [ 17.190216] nvmap_heap_init: nvmap_heap_init: created heap block cache [ 17.190281] systemd[1]: Starting udev Coldplug all Devices... [ 17.207949] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x000000082f000000,16777216 [ 17.209868] systemd[1]: Started Journal Service. [ 17.217575] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout [ 17.217583] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x0000000849800000,914358272 [ 17.240294] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout [ 17.240299] nvmap_page_pool_init: Total RAM pages: 7817385 [ 17.254217] nvmap_page_pool_init: nvmap page pool size: 977173 pages (3817 MB) [ 17.254269] nvmap_background_zero_thread: PP zeroing thread starting. [ 17.254353] misc nvmap: created heap vpr base 0x0000000849800000 size (892928KiB) [ 17.257379] misc nvmap: created heap fsi base 0x000000082f000000 size (16384KiB) [ 17.307357] systemd-journald[279]: Received client request to flush runtime journal. [ 17.317087] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000 [ 17.317087] [ 17.650142] using random self ethernet address [ 17.657185] using random host ethernet address [ 17.667289] nvidia: loading out-of-tree module taints kernel. [ 17.886425] 1 fixed-partitions partitions found on MTD device spi6.0 [ 17.894390] Creating 1 MTD partitions on "spi6.0": [ 17.899521] 0x000000000000-0x000004000000 : "Whole_flash0" [ 18.338855] using random self ethernet address [ 18.343502] using random host ethernet address Ubuntu 20.04.6 LTS XD-UBUNTU ttyTCU0 XD-UBUNTU login: xd (automatic login) Welcome to Ubuntu 20.04.6 LTS (GNU/Linux 5.10.104-tegra aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage This system has been minimized by removing packages and content that are not required on a system that users do not log into. To restore this content, you can run the 'unminimize' command. Expanded Security Maintenance for Applications is not enabled. 0 updates can be applied immediately. Enable ESM Apps to receive additional future security updates. See https://ubuntu.com/esm or run: sudo pro status Last login: Tue Apr 25 08:12:15 UTC 2023 on ttyAMA0 xd@XD-UBUNTU:~$ cd dma_ip_drivers-master/XDMA/linux-kernel/xdma/ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/xdma$ ls cdev_bypass.c cdev_sgdma.c libxdma.h xdma_cdev.h xdma.mod.o cdev_bypass.o cdev_sgdma.h libxdma.o xdma_cdev.o xdma_mod.o cdev_ctrl.c cdev_sgdma.o Makefile xdma.ko xdma.o cdev_ctrl.h cdev_xvc.c modules.order xdma.mod xdma_thread.c cdev_ctrl.o cdev_xvc.h Module.symvers xdma.mod.c xdma_thread.h cdev_events.c cdev_xvc.o version.h xdma_mod.c xdma_thread.o cdev_events.o libxdma.c xdma_cdev.c xdma_mod.h xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/xdma$ cd ../ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel$ cd tests/ ./load_driver.s-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ ./load_driver.sh o./load_driver.sh [sudo] password for xd: as root u./load_driver.sh Loading xdma driver...[ 109.659801] xdma: module verification failed: signature and/or required key missing - tainting kernel ./load_driver.sh This script must be run as root xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ export DISPLAY=:0.0 xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ xrandr Screen 0: minimum 8 x 8, current 640 x 480, maximum 32767 x 32767 HDMI-0 disconnected primary (normal left inverted right x axis y axis) xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ [ 219.972093] irq 258: nobody cared (try booting with the "irqpoll" option) [ 219.979372] handlers: [ 219.981729] [<00000000236d3b21>] irq_default_primary_handler threaded [<00000000fecdb52f>] regmap_irq_thread [ 219.991890] Disabling IRQ #258 xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ 080XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ xrandr --fb 1920x1 xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ sudo systemctl stop gdm3 xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ sudo /etc/NX/nxserver --restart NX> 162 Disabled service: nxserver. NX> 162 Service: nxnode already disabled. NX> 162 Disabled service: nxd. NX> 111 New connections to NoMachine server are enabled. NX> 161 Enabled service: nxserver. NX> 162 WARNING: Cannot find X servers running on this machine. NX> 162 WARNING: A new virtual display will be created on demand. NX> 161 Enabled service: nxd. xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ [ 538.392175] watchdog: watchdog0: watchdog did not stop! [ 538.716201] Trying to unregister non-registered hwtime source [ 538.946463] arm-smmu 8000000.iommu: disabling translation [ 538.952222] arm-smmu 10000000.iommu: disabling translation [ 538.957906] arm-smmu 12000000.iommu: disabling translation [ 538.963868] reboot: Restarting system ????Shutdown state requested 1 Rebooting system ... ?? [0000.059] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.065] I> t234-A01-0-Silicon (0x12347) Prod [0000.069] I> Boot-mode : Coldboot [0000.072] I> Emulation: [0000.074] I> Entry timestamp: 0x00000000 [0000.078] I> last_boot_error: 0x0 [0000.081] I> BR-BCT: preprod_dev_sign: 0 [0000.085] I> rst_source: 0xb, rst_level: 0x1 [0000.089] I> Task: CRC check (0x5001cf71) [0000.093] I> Skip CRC check as records_integrity fuse is not burned [0000.099] I> Task: Crypto init (0x5001c0d9) [0000.103] I> Task: Secure debug controls (0x5000cb19) [0000.108] I> Task: strap war set (0x5000b739) [0000.112] I> strap value(0x4000401) set to 0x4000401 [0000.117] I> Task: Initialize SOC Therm (0x5001a509) [0000.122] I> Task: Program NV master stream id (0x5000cad1) [0000.127] I> Task: Verify boot mode (0xd482021) [0000.133] I> Task: Alias fuses (0x50010749) [0000.138] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.145] I> Task: Print SKU type (0x5000fba9) [0000.149] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.155] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.159] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.163] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.167] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.172] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.176] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.180] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.184] I> FUSE_SKU_INFO_0 = 0xd2 [0000.187] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.191] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.195] I> SKU: Prod [0000.197] I> Task: Boost clocks (0x50013db1) [0000.201] I> Initializing PLLC2 for AXI_CBB. [0000.206] I> AXI_CBB : src = 35, divisor = 0 [0000.210] I> Task: Voltage monitor (0x50013dbd) [0000.214] I> VMON: Vmon re-calibration and fine tuning done [0000.219] I> Task: UPHY init (0x5000da39) [0000.224] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.230] I> Task: Boot device init (0x50000a3d) [0000.234] I> Boot_device: QSPI_FLASH instance: 0 [0000.239] I> Qspi clock source : pllc_out0 [0000.243] I> QSPI Flash: Macronix 64MB [0000.246] I> QSPI-0l initialized successfully [0000.251] I> Task: TSC init (0x5001ed35) [0000.255] I> Task: Load membct (0x5001190d) [0000.259] I> RAM_CODE 0x4000401 [0000.262] I> Loading MEM-BCT to SysRAM [0000.265] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.271] I> Slot: 0 [0000.273] I> Binary[0] block-0 (partition size: 0x40000) [0000.278] I> get_binary_info: Binary name: MEM-BCT-0 [0000.283] I> Size of crypto header is 8192 [0000.287] I> BCH load address is : 0x40050000 [0000.291] I> Size of crypto header is 8192 [0000.295] I> BCH of MEM-BCT-0 read from storage [0000.299] I> BCH address is : 0x40050000 [0000.303] I> MEM-BCT-0 header integrity check is success [0000.308] I> Binary magic in BCH component 0 is MEM0 [0000.313] I> component binary type is 0 [0000.317] I> MEM-BCT-0 binary is read from storage [0000.322] I> MEM-BCT-0 binary integrity check is success [0000.327] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.334] I> RAM_CODE 0x4000401 [0000.339] I> RAM_CODE 0x4000401 [0000.343] I> Task: Load Page retirement list (0x50011139) [0000.348] I> Task: SDRAM params override (0x50011b79) [0000.353] I> Task: Save mem-bct info (0x50014071) [0000.358] I> Task: Carveout allocate (0x500140d5) [0000.362] I> RCM blob carveout will not be allocated [0000.367] I> ECC region[0]: Start:0x0, End:0x0 [0000.372] I> ECC region[1]: Start:0x0, End:0x0 [0000.376] I> ECC region[2]: Start:0x0, End:0x0 [0000.380] I> ECC region[3]: Start:0x0, End:0x0 [0000.384] I> ECC region[4]: Start:0x0, End:0x0 [0000.389] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.395] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.399] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.404] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.408] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.418] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.425] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.432] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.439] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.446] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.454] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.461] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.468] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.475] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.482] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.489] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.496] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.503] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.510] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.517] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.524] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.530] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.537] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.544] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.551] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.558] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.565] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.572] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.579] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.586] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.593] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.600] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.606] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.613] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.620] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.627] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.634] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.640] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.647] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.654] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.661] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.667] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.674] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.681] I> Task: Thermal check (0x5001fba1) [0000.685] I> max_chip_limit = 115 [0000.688] I> min_chip_limit = -30 [0000.691] I> max temp read = 29 [0000.694] I> min temp read = 27 [0000.697] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.704] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.709] I> Task: Disable WDT globally (0x5001f965) [0000.713] I> Task: I2C register (0x50000a31) [0000.717] I> Task: Reset FSI (0x50013db9) [0000.721] I> Task: Pinmux init (0x50013219) [0000.726] I> Task: Prod config init (0x50013631) [0000.730] I> Task: Pad voltage init (0x500132a5) [0000.735] I> Task: Prod init (0x500136d5) [0000.739] I> Task: Common rail init (0x50013bd1) [0000.743] W> Thermal config not found in BCT [0000.747] W> Generic i2c config not found in BCT [0000.752] W> Platform rail config not found in BCT [0000.757] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.765] W> MEMIO rail config not found in BCT [0000.770] I> Task: Mem clock src (0x500119c5) [0000.774] I> Task: Misc. board config (0x50013c29) [0000.779] W> Platform config not found in BCT [0000.783] I> Task: SDRAM init (0x500119c9) [0000.789] I> SDRAM-params @ 0xd485000 [0000.793] I> MSS code-drop: NvBootSdramInit [0000.797] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.804] I> MSS CAR: Init PLLM [0000.807] I> MSS CAR: Init PLLHUB [0000.812] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.824] I> mb1_sdram_init Done ! [0000.827] I> SDRAM Size in Total 0x800000000 [0000.831] I> Task: Dram Ecc scrub (0x50011261) [0000.835] I> Task: DRAM alias check (0x50011b71) [0000.867] I> Task: Program NSDRAM carveout (0x50014921) [0000.873] I> NSDRAM carveout encryption is disabled [0000.878] I> Program NSDRAM carveout [0000.882] I> Task: Register checker (0x50011b75) [0000.891] I> Task: Enable clock-mon (0x5001ed25) [0000.908] I> FMON: Fmon re-programming done [0000.912] I> Task: Mapper init (0x5001d451) [0000.917] I> Task: SC7 Context Init (0x5001f02d) [0000.923] I> Task: CCPLEX IST init (0x5000d335) [0000.929] I> Task: CPU WP0 (0x5000c635) [0000.935] I> Loading MCE [0000.937] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.943] I> Slot: 0 [0000.945] I> Binary[8] block-0 (partition size: 0x80000) [0000.951] I> get_binary_info: Binary name: MCE [0000.956] I> Size of crypto header is 8192 [0000.961] I> BCH load address is : 0x4003e000 [0000.966] I> Size of crypto header is 8192 [0000.971] I> BCH of MCE read from storage [0000.975] I> BCH address is : 0x4003e000 [0000.981] I> MCE header integrity check is success [0000.986] I> Binary magic in BCH component 0 is MTSM [0000.991] I> component binary type is 8 [0000.995] I> Size of crypto header is 8192 [0001.002] I> MCE binary is read from storage [0001.007] I> MCE binary integrity check is success [0001.012] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.020] I> Size of crypto header is 8192 [0001.034] I> Size of crypto header is 8192 [0001.039] I> Sending WP0 mailbox command to PSC [0001.050] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.069] I> Task: Load bpmp-fw (0x5001e801) [0001.075] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.081] I> Slot: 0 [0001.083] I> Binary[15] block-0 (partition size: 0x180000) [0001.089] I> get_binary_info: Binary name: BPMP_FW [0001.094] I> Size of crypto header is 8192 [0001.099] I> BCH load address is : 0x807fe000 [0001.104] I> Size of crypto header is 8192 [0001.109] I> BCH of BPMP_FW read from storage [0001.114] I> BCH address is : 0x807fe000 [0001.119] I> BPMP_FW header integrity check is success [0001.125] I> Binary magic in BCH component 0 is BPMF [0001.130] I> component binary type is 15 [0001.134] I> Size of crypto header is 8192 [0001.150] I> BPMP_FW binary is read from storage [0001.157] I> BPMP_FW binary integrity check is success [0001.162] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.171] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.176] I> Slot: 0 [0001.179] I> Binary[16] block-10000 (partition size: 0x400000) [0001.186] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.191] I> Size of crypto header is 8192 [0001.196] I> BCH load address is : 0x807fc000 [0001.201] I> Size of crypto header is 8192 [0001.206] I> BCH of BPMP_FW_DTB read from storage [0001.211] I> BCH address is : 0x807fc000 [0001.216] I> BPMP_FW_DTB header integrity check is success [0001.222] I> Binary magic in BCH component 0 is BPMD [0001.228] I> component binary type is 16 [0001.232] I> Size of crypto header is 8192 [0001.238] I> BPMP_FW_DTB binary is read from storage [0001.244] I> BPMP_FW_DTB binary integrity check is success [0001.250] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.259] I> Task: Load psc-fw (0x5001ea0d) [0001.264] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.270] I> Slot: 0 [0001.273] I> Binary[17] block-0 (partition size: 0xc0000) [0001.279] I> get_binary_info: Binary name: PSC_FW [0001.284] I> Size of crypto header is 8192 [0001.288] I> BCH load address is : 0x80ffe000 [0001.294] I> Size of crypto header is 8192 [0001.299] I> BCH of PSC_FW read from storage [0001.303] I> BCH address is : 0x80ffe000 [0001.309] I> PSC_FW header integrity check is success [0001.314] I> Binary magic in BCH component 0 is PFWP [0001.319] I> component binary type is 17 [0001.323] I> Size of crypto header is 8192 [0001.333] I> PSC_FW binary is read from storage [0001.340] I> PSC_FW binary integrity check is success [0001.345] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.353] I> Task: Load nvdec-fw (0x5001ea81) [0001.359] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.365] I> Slot: 0 [0001.367] I> Binary[7] block-0 (partition size: 0x100000) [0001.373] I> get_binary_info: Binary name: NVDEC [0001.378] I> Size of crypto header is 8192 [0001.383] I> BCH load address is : 0x800fe000 [0001.388] I> Size of crypto header is 8192 [0001.393] I> BCH of NVDEC read from storage [0001.398] I> BCH address is : 0x800fe000 [0001.403] I> NVDEC header integrity check is success [0001.409] I> Binary magic in BCH component 0 is NDEC [0001.414] I> component binary type is 7 [0001.418] I> Size of crypto header is 8192 [0001.425] I> NVDEC binary is read from storage [0001.430] I> NVDEC binary integrity check is success [0001.436] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.446] I> Task: Load tsec-fw (0x5001ec6d) [0001.452] I> TSEC-FW load support not enabled [0001.456] I> Task: Program misc carveouts (0x5001445d) [0001.463] I> Program IPC carveouts [0001.470] I> Task: GPIO interrupt map (0x50013cc5) [0001.476] I> Task: SC7 context save (0x5001f161) [0001.482] I> NV_SC7 Context addr: 0xa0000000 [0001.487] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.493] I> Slot: 0 [0001.495] I> Binary[27] block-0 (partition size: 0x100000) [0001.502] I> get_binary_info: Binary name: BR_BCT [0001.507] I> Size of crypto header is 8192 [0001.511] I> Size of crypto header is 8192 [0001.516] I> BR_BCT binary is read from storage [0001.522] I> BR_BCT binary integrity check is success [0001.527] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.535] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.541] I> Slot: 0 [0001.543] I> Binary[13] block-0 (partition size: 0x30000) [0001.549] I> get_binary_info: Binary name: SC7-FW [0001.554] I> Size of crypto header is 8192 [0001.559] I> Size of crypto header is 8192 [0001.563] I> BCH load address is : 0xa0002000 [0001.569] I> Size of crypto header is 8192 [0001.574] I> BCH of SC7-FW read from storage [0001.578] I> BCH address is : 0xa0002000 [0001.584] I> SC7-FW header integrity check is success [0001.589] I> Binary magic in BCH component 0 is WB0B [0001.594] I> component binary type is 13 [0001.598] I> Size of crypto header is 8192 [0001.605] I> SC7-FW binary is read from storage [0001.610] I> SC7-FW binary integrity check is success [0001.616] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.624] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.630] I> Slot: 0 [0001.632] I> Binary[22] block-0 (partition size: 0x30000) [0001.638] I> get_binary_info: Binary name: PSC_RF [0001.643] I> Size of crypto header is 8192 [0001.648] I> Size of crypto header is 8192 [0001.652] I> BCH load address is : 0xa0029460 [0001.658] I> Size of crypto header is 8192 [0001.663] I> BCH of PSC_RF read from storage [0001.667] I> BCH address is : 0xa0029460 [0001.673] I> PSC_RF header integrity check is success [0001.678] I> Binary magic in BCH component 0 is PSCR [0001.683] I> component binary type is 22 [0001.688] I> Size of crypto header is 8192 [0001.694] I> PSC_RF binary is read from storage [0001.699] I> PSC_RF binary integrity check is success [0001.704] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.724] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.730] I> Slot: 0 [0001.733] I> Binary[14] block-0 (partition size: 0x20000) [0001.739] I> get_binary_info: Binary name: MB2_RF [0001.744] I> Size of crypto header is 8192 [0001.748] I> Size of crypto header is 8192 [0001.753] I> BCH load address is : 0xa008e240 [0001.758] I> Size of crypto header is 8192 [0001.763] I> BCH of MB2_RF read from storage [0001.768] I> BCH address is : 0xa008e240 [0001.773] I> MB2_RF header integrity check is success [0001.779] I> Binary magic in BCH component 0 is MB2R [0001.784] I> component binary type is 14 [0001.788] I> Size of crypto header is 8192 [0001.794] I> MB2_RF binary is read from storage [0001.800] I> MB2_RF binary integrity check is success [0001.805] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.814] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.822] I> SC7 context fuse-bypass data is empty [0001.829] I> SC7 context save done [0001.833] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.839] I> Loading MB2 [0001.842] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.848] I> Slot: 0 [0001.851] I> Binary[6] block-0 (partition size: 0x80000) [0001.857] I> get_binary_info: Binary name: MB2 [0001.861] I> Size of crypto header is 8192 [0001.866] I> BCH load address is : 0x8007e000 [0001.871] I> Size of crypto header is 8192 [0001.876] I> BCH of MB2 read from storage [0001.881] I> BCH address is : 0x8007e000 [0001.886] I> MB2 header integrity check is success [0001.891] I> Binary magic in BCH component 0 is MB2B [0001.897] I> component binary type is 6 [0001.901] I> Size of crypto header is 8192 [0001.910] I> MB2 binary is read from storage [0001.916] I> MB2 binary integrity check is success [0001.921] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.929] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.936] I> Task: Prepare MB2 params (0x5000d5dd) [0001.944] I> MB2-params @ 0x40060000 [0001.952] I> BR-BCT Boot Chain Fields [0001.956] I> u32_non_gpio_select_boot_chain : 0 [0001.961] I> u32_num_boot_chains : 2 [0001.966] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.972] I> Task: Dram ecc test (0x500112cd) [0001.978] I> Task: Misc NV security settings (0x5000ced5) [0001.985] I> NVDEC sticky bits programming done [0001.989] I> Task: Disable/Reload WDT (0x5001f991) [0001.995] I> Programmed SLCG global override := 0x0 [0002.001] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f2041 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9428224 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 30 I> FSITHERM min temp = 28 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure NOR provision (0x50014924) I> Task: Load FSI keyblob (0x50012368) I> Skipping FSI key blob copy I> Task: Unhalt AUXPs (0x50020c8c) I> SCE unhalt skipped I> Unhalting RCE I> RCE unhalt successful I> DCE unhalt successful I> APE unhalt skipped I> FSI unhalt skipped I> Task: Load CPUBL (0x5001347c) I> Task: Load TOS (0x50013b38) I> Task: Load and authenticate registered FWs (0x50017428) I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_cpu-bo??[ 2.369093] Camera-FW on t234-rce-safe started TCU early console enabled. ??bpmp: init bpmp: bas??INFO: MONITOR: populated user images:19 INFO: mret to Supervisor! INFO: psc supervisor init. INFO: psc_irq_init... INFO: enter idle task. ??e binary md5 is eac380526d68ff45ffc86d0feae98e88 bpmp: combined binary md5 is 888a114dda6bea50b6c6bb224445ac85 bpmp: firmware tag is 888a114dda6bea50b6c6-eac380526d6 initialized vwdt initialized mail_early initialized fuse initialized vfrel initialized hwwdt initialized adc fmon_populate_monitors: found 199 monitors initialized fmon initialized mc initialized reset initialized uphy_early initialized emc_early 471 clocks registered initialized clk_mach initialized clk_cal_early initialized clk_mach_early_config initialized io_dpd initialized thermal initialized soctherm initialized tj_init initialized regime initialized i2c vrmon_dt_init: vrmon node not found vrmon_chk_boot_state: found 0 rail monitors initialized vrmon initialized regulator ?? ??otloader I> Size of partition: 3670016 I> Binary@ device:3/0 block-24832 (partition size: 0x380000), name: A_cpu-bootloader ??initialized avfs_clk_platform initialized powergate initialized dvs initialized clk_mach_config initialized pm initialized suspend initialized strap initialized emc initialized emc_mrq initialized clk_cal initialized uphy_dt initialized uphy_mrq ??I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_secure-os I> Size of partition: 4194304 I> Binary@ device:3/0 block-32000 (partition size: 0x400000), name: A??initialized uphy ??_secure-os I> MB2-params @??initialized pg_late initialized pg_mrq_init swdtimer_init: 0 reg polling start w period 47 ms initialized swdtimer initialized hwwdt_late initialized bwmgr initialized thermal_host_trip initialized thermal_mrq initialized oc_mrq initialized reset_mrq initialized mail_mrq initialized fmon_mrq initialized clk_mrq initialized avfs_mrq initialized i2c_mrq initialized tag_mrq initialized bwmgr_mrq initialized console_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ?? 0x40060000 I> cpu??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??bl: Authentication Finalize Do??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss ??[ 2.608790] Camer??enable xusb_fs enable xusb_falc??a-FW on t234-rce-safe??on enable xusb_core_mux enable dsi_lp enable sdmmc_legacy_tm initialized clk_mach_post initializ?? ready SHA1=7a10e461 (crt 13.247 ms, total boot 262.263 ms) ??ed pg_post initialized regulator_post initialized profile initialized fuse_late initialized mrq initialized patrol_scrubber initialized extras_post bpmp: init complete ??ne I> Binary cpubl loaded successfully at 0x82c400000 ??DCE: FW Boot Done ??I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eks I> eks: Authentication Finalize Done I> Binary eks loaded successfully at 0x82d000400 I> EKB detected (length: 0x410) @ VA:0x82d000400 I> Task: Prepare TOS params (0x50013ab0) I> Setting EKB blob info to OPTEE dtb finished. I> Setting OPTEE arg3: 0x82b700000 I> Task: OEM SC7 context save (0x500146bc) I> oem sc7 context saved I> Task: Disable MSS perf stats (0x50020d18) I> Task: Program display sticky bits (0x50020c94) I> Task: Storage device deinit (0x50001ed8) I> Task: SMMU external bypass disable (0x50011eb4) I> Task: SMMU init (0x50011dd0) I> Task: Program CBB PCIE AMAP regions (0x50014b08) I> Task: Program GICv3 registers (0x50020db8) I> Task: Audit firewall settings (0x5001e1c0) I> Task: Bootchain failure check (0x500026a4) I> Current Boot-Chain Slot: 0 I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0 I> MB2 finished ??NOTICE: BL31: v2.6(release):4fa405dbd NOTICE: BL31: Built : 20:16:55, Aug 10 2022 I/TC: I/TC: Non-secure external DT found I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f0100006). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ??[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421] [ 0.000000] Linux version 5.10.104-tegra (buildbrain@mobile-u64-5273-d7000) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #1 SMP PREEMPT Wed Aug 10 20:17:07 PDT 2022 [ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16, [ 0.000000] OF: fdt: - 80000000 , c0000000 [ 0.000000] Machine model: Jetson AGX Orin [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: RTPROP=0x805401c18 SMBIOS=0xffff0000 SMBIOS 3.0=0x8039a0000 MEMATTR=0x80476e018 ESRT=0x8039b1f98 RNG=0x827905998 MEMRESERVE=0x804770f18 [ 0.000000] efi: seeding entropy pool [ 0.000000] esrt: Reserving ESRT space from 0x00000008039b1f98 to 0x00000008039b1fd0. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000817800000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000835ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff] [ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000007ffffffff] [ 0.000000] node 0: [mem 0x0000000800000000-0x00000008021bffff] [ 0.000000] node 0: [mem 0x00000008021c0000-0x0000000803562fff] [ 0.000000] node 0: [mem 0x0000000803563000-0x00000008036fdfff] [ 0.000000] node 0: [mem 0x00000008036fe000-0x000000080398ffff] [ 0.000000] node 0: [mem 0x0000000803990000-0x00000008039affff] [ 0.000000] node 0: [mem 0x00000008039b0000-0x000000080453ffff] [ 0.000000] node 0: [mem 0x0000000804540000-0x00000008046cffff] [ 0.000000] node 0: [mem 0x00000008046d0000-0x000000080473ffff] [ 0.000000] node 0: [mem 0x0000000804740000-0x000000080475ffff] [ 0.000000] node 0: [mem 0x0000000804760000-0x000000080477ffff] [ 0.000000] node 0: [mem 0x0000000804780000-0x00000008049effff] [ 0.000000] node 0: [mem 0x00000008049f0000-0x0000000804a3ffff] [ 0.000000] node 0: [mem 0x0000000804a40000-0x0000000804a4ffff] [ 0.000000] node 0: [mem 0x0000000804a50000-0x0000000804a9ffff] [ 0.000000] node 0: [mem 0x0000000804aa0000-0x0000000804e4ffff] [ 0.000000] node 0: [mem 0x0000000804e50000-0x0000000804e5ffff] [ 0.000000] node 0: [mem 0x0000000804e60000-0x0000000804ebffff] [ 0.000000] node 0: [mem 0x0000000804ec0000-0x000000080534ffff] [ 0.000000] node 0: [mem 0x0000000805350000-0x000000080539ffff] [ 0.000000] node 0: [mem 0x00000008053a0000-0x000000080553ffff] [ 0.000000] node 0: [mem 0x0000000805540000-0x00000008055dffff] [ 0.000000] node 0: [mem 0x00000008055e0000-0x000000080568ffff] [ 0.000000] node 0: [mem 0x0000000805690000-0x000000080572ffff] [ 0.000000] node 0: [mem 0x0000000805730000-0x00000008057bffff] [ 0.000000] node 0: [mem 0x00000008057c0000-0x000000080585ffff] [ 0.000000] node 0: [mem 0x0000000805860000-0x000000080612ffff] [ 0.000000] node 0: [mem 0x0000000806130000-0x000000080630ffff] [ 0.000000] node 0: [mem 0x0000000806310000-0x00000008278bffff] [ 0.000000] node 0: [mem 0x00000008278c0000-0x000000082790ffff] [ 0.000000] node 0: [mem 0x0000000827910000-0x000000082b6affff] [ 0.000000] node 0: [mem 0x000000082c400000-0x000000082c7fffff] [ 0.000000] node 0: [mem 0x0000000834000000-0x0000000835ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000835ffffff] [ 0.000000] On node 0, zone Normal: 336 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 32 pages/cpu s90136 r8192 d32744 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] alternatives: patching kernel code [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7925040 [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB) [ 0.000000] Memory: 30995232K/32205504K available (18432K kernel code, 3172K rwdata, 7156K rodata, 3968K init, 1095K bss, 948128K reserved, 262144K cma-reserved) [ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x38/0x420 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000 [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70) [ 0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677] [ 0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns [ 0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns [ 0.000682] Console: colour dummy device 80x25 [ 0.000860] printk: console [tty0] enabled [ 0.000896] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000) [ 0.000906] pid_max: default: 32768 minimum: 301 [ 0.000961] LSM: Security Framework initializing [ 0.000982] Yama: becoming mindful. [ 0.000999] SELinux: Initializing. [ 0.001076] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.001124] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.002555] rcu: Hierarchical SRCU implementation. [ 0.002638] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003067] DTS File Name: ../arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0004-p3737-0000.dts [ 0.003074] DTB Build time: Dec 30 2022 16:29:58 [ 0.004370] Tegra Revision: A01 SKU: 0xd2 CPU Process: 0 SoC Process: 0 [ 0.004495] Remapping and enabling EFI services. [ 0.005657] smp: Bringing up secondary CPUs ... [ 0.034313] Detected PIPT I-cache on CPU1 [ 0.034346] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000 [ 0.034371] CPU1: Booted secondary processor 0x0000000100 [0x410fd421] [ 0.062979] Detected PIPT I-cache on CPU2 [ 0.062989] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000 [ 0.063002] CPU2: Booted secondary processor 0x0000000200 [0x410fd421] [ 0.091573] Detected PIPT I-cache on CPU3 [ 0.091581] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000 [ 0.091595] CPU3: Booted secondary processor 0x0000000300 [0x410fd421] [ 0.122208] Detected PIPT I-cache on CPU4 [ 0.122228] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000 [ 0.122254] CPU4: Booted secondary processor 0x0000010000 [0x410fd421] [ 0.150885] Detected PIPT I-cache on CPU5 [ 0.150895] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000 [ 0.150910] CPU5: Booted secondary processor 0x0000010100 [0x410fd421] [ 0.179508] Detected PIPT I-cache on CPU6 [ 0.179518] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000 [ 0.179531] CPU6: Booted secondary processor 0x0000010200 [0x410fd421] [ 0.208131] Detected PIPT I-cache on CPU7 [ 0.208141] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000 [ 0.208155] CPU7: Booted secondary processor 0x0000010300 [0x410fd421] [ 0.208209] smp: Brought up 1 node, 8 CPUs [ 0.208252] SMP: Total of 8 processors activated. [ 0.208257] CPU features: detected: Privileged Access Never [ 0.208259] CPU features: detected: LSE atomic instructions [ 0.208262] CPU features: detected: User Access Override [ 0.208264] CPU features: detected: 32-bit EL0 Support [ 0.208268] CPU features: detected: Common not Private translations [ 0.208270] CPU features: detected: RAS Extension Support [ 0.208273] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.208276] CPU features: detected: CRC32 instructions [ 0.208279] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.241274] CPU: All CPU(s) started at EL2 [ 0.243376] devtmpfs: initialized [ 0.256734] Registered cp15_barrier emulation handler [ 0.256744] Registered setend emulation handler [ 0.256750] KASLR enabled [ 0.256850] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.256864] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.258403] pinctrl core: initialized pinctrl subsystem [ 0.258861] SMBIOS 3.0.0 present. [ 0.258867] DMI: /, BIOS 1.0-d7fb19b 08/10/2022 [ 0.259098] NET: Registered protocol family 16 [ 0.259709] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.259910] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.260106] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.260129] audit: initializing netlink subsys (disabled) [ 0.260203] audit: type=2000 audit(0.256:1): state=initialized audit_enabled=0 res=1 [ 0.260348] thermal_sys: Registered thermal governor 'step_wise' [ 0.260350] thermal_sys: Registered thermal governor 'power_allocator' [ 0.260357] thermal_sys: Registered thermal governor 'pid_thermal_gov' [ 0.262277] cpuidle: using governor menu [ 0.262376] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.262453] ASID allocator initialised with 32768 entries [ 0.262537] Serial: AMBA PL011 UART driver [ 0.263897] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful [ 0.263918] Tegra reboot handler registered. [ 0.282114] mc: mapped MMIO address: 0xffff800011110000 -> 0x2c10000 [ 0.282127] mc: mapped MMIO address: 0xffff800011130000 -> 0x2c20000 [ 0.282135] mc: mapped MMIO address: 0xffff800011150000 -> 0x2c30000 [ 0.282142] mc: mapped MMIO address: 0xffff800011170000 -> 0x2c40000 [ 0.282151] mc: mapped MMIO address: 0xffff800011190000 -> 0x2c50000 [ 0.282158] mc: mapped MMIO address: 0xffff8000111b0000 -> 0x2b80000 [ 0.282165] mc: mapped MMIO address: 0xffff8000111d0000 -> 0x2b90000 [ 0.282171] mc: mapped MMIO address: 0xffff8000111f0000 -> 0x2ba0000 [ 0.282180] mc: mapped MMIO address: 0xffff800011210000 -> 0x2bb0000 [ 0.282186] mc: mapped MMIO address: 0xffff800011230000 -> 0x1700000 [ 0.282192] mc: mapped MMIO address: 0xffff800011250000 -> 0x1710000 [ 0.282198] mc: mapped MMIO address: 0xffff800011270000 -> 0x1720000 [ 0.282206] mc: mapped MMIO address: 0xffff800011290000 -> 0x1730000 [ 0.282212] mc: mapped MMIO address: 0xffff8000112b0000 -> 0x1740000 [ 0.282220] mc: mapped MMIO address: 0xffff8000112d0000 -> 0x1750000 [ 0.282226] mc: mapped MMIO address: 0xffff8000112f0000 -> 0x1760000 [ 0.282232] mc: mapped MMIO address: 0xffff800011310000 -> 0x1770000 [ 0.282244] nv-tegra-mc 2c10000.mc: No mssnvlink node [ 0.282263] mc-err: mcerr ops are set to t23x [ 0.282511] tegra234-cbb 13a00000.cbb-fabric: secure_irq = 21 [ 0.282567] tegra234-cbb c600000.aon-fabric: secure_irq = 22 [ 0.282609] tegra234-cbb d600000.bpmp-fabric: secure_irq = 23 [ 0.282644] tegra234-cbb de00000.dce-fabric: secure_irq = 24 [ 0.282679] tegra234-cbb be00000.rce-fabric: secure_irq = 25 [ 0.282714] tegra234-cbb b600000.sce-fabric: secure_irq = 26 [ 0.282958] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 71, base_baud = 0) is a SBSA [ 1.482234] printk: console [ttyAMA0] enabled [ 1.490407] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 1.497119] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 1.503820] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 1.510519] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 1.518950] ACPI: Interpreter disabled. [ 1.523881] vdd-3v3-pcie: supplied by vdd-3v3-sys [ 1.528810] avdd-cam-2v8: supplied by vdd-3v3-sys [ 1.533589] vdd-av1v1-hub: supplied by vdd-5v-sys [ 1.538404] vbusB-cvb: supplied by vdd-5v-sys [ 1.542897] vdd-usbc1-vbus: supplied by vdd-5v-sys [ 1.547779] vdd-usbc2-vbus: supplied by vdd-5v-sys [ 1.552948] iommu: Default domain type: Translated [ 1.557863] eventlib_kernel: keventlib is initialized, test id: 0 [ 1.564124] SCSI subsystem initialized [ 1.567930] usbcore: registered new interface driver usbfs [ 1.573428] usbcore: registered new interface driver hub [ 1.578749] usbcore: registered new device driver usb [ 1.583996] mc: Linux media interface: v0.10 [ 1.588272] videodev: Linux video capture interface: v2.00 [ 1.593908] pps_core: LinuxPPS API ver. 1 registered [ 1.598872] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.608009] PTP clock support registered [ 1.612118] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec [ 1.619283] tegra_wdt_t18x 2190000.watchdog: Registered successfully [ 1.626927] Registered efivars operations [ 1.631400] FPGA manager framework [ 1.634829] Advanced Linux Sound Architecture Driver Initialized. [ 1.641151] Bluetooth: Core ver 2.22 [ 1.644732] NET: Registered protocol family 31 [ 1.649176] Bluetooth: HCI device and connection manager initialized [ 1.655534] Bluetooth: HCI socket layer initialized [ 1.660411] Bluetooth: L2CAP socket layer initialized [ 1.665467] Bluetooth: SCO socket layer initialized [ 1.670823] camchar: rtcpu character device driver loaded [ 1.676427] clocksource: Switched to clocksource arch_sys_counter [ 1.838276] VFS: Disk quotas dquot_6.6.0 [ 1.842239] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.849235] pnp: PnP ACPI: disabled [ 1.854563] la/ptsa driver initialized. [ 1.858447] NET: Registered protocol family 2 [ 1.863000] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.872678] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 1.881420] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.889715] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 1.897540] TCP: Hash tables configured (established 262144 bind 65536) [ 1.904230] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.911157] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.918585] NET: Registered protocol family 1 [ 1.923209] RPC: Registered named UNIX socket transport module. [ 1.929143] RPC: Registered udp transport module. [ 1.933847] RPC: Registered tcp transport module. [ 1.938549] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.945000] PCI: CLS 0 bytes, default 64 [ 1.949041] Trying to unpack rootfs image as initramfs... [ 2.063520] Freeing initrd memory: 8196K [ 2.069472] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 2.077416] kvm [1]: IPA Size Limit: 48 bits [ 2.081814] kvm [1]: VHE mode initialized successfully [ 2.087633] Initialise system trusted keyrings [ 2.092188] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 2.100642] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.106738] NFS: Registering the id_resolver key type [ 2.111799] Key type id_resolver registered [ 2.115980] Key type id_legacy registered [ 2.120016] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.126722] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.134126] ntfs: driver 2.1.32 [Flags: R/W]. [ 2.149989] NET: Registered protocol family 38 [ 2.154436] Key type asymmetric registered [ 2.158532] Asymmetric key parser 'x509' registered [ 2.163425] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240) [ 2.170875] io scheduler mq-deadline registered [ 2.175408] io scheduler kyber registered [ 2.183324] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 2.188925] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 2.194515] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 2.200101] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 2.208078] tegra_dc_assign_hw_data: no matching compatible node [ 2.214091] tegradccommon module_init failed [ 2.218359] tegradc module_init failed [ 2.222347] EINJ: ACPI disabled. [ 2.227068] tegra-pmc c360000.pmc: scratch reg offset dts data not present [ 2.233948] tegra-pmc: ### PMC reset source: MAINSWRST [ 2.239084] tegra-pmc: ### PMC reset level: L1 [ 2.243525] tegra-pmc: ### PMC reset status reg: 0x2d [ 2.249739] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 2.263711] random: fast init done [ 2.269048] printk: console [ttyTCU0] enabled [ 3.853827] arm-smmu 12000000.iommu: probing hardware configuration... [ 3.861839] arm-smmu 12000000.iommu: SMMUv2 with: [ 3.866678] arm-smmu 12000000.iommu: stage 1 translation [ 3.872224] arm-smmu 12000000.iommu: stage 2 translation [ 3.877754] arm-smmu 12000000.iommu: nested translation [ 3.883208] arm-smmu 12000000.iommu: stream matching with 128 register groups [ 3.890621] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only) [ 3.899420] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000 [ 3.906115] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.912818] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.920272] arm-smmu 10000000.iommu: probing hardware configuration... [ 3.926974] arm-smmu 10000000.iommu: SMMUv2 with: [ 3.931792] arm-smmu 10000000.iommu: stage 1 translation [ 3.937323] arm-smmu 10000000.iommu: stage 2 translation [ 3.942850] arm-smmu 10000000.iommu: nested translation [ 3.948301] arm-smmu 10000000.iommu: stream matching with 128 register groups [ 3.955722] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only) [ 3.964394] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000 [ 3.971093] arm-smmu 10000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.977786] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.984896] arm-smmu 8000000.iommu: probing hardware configuration... [ 3.991496] arm-smmu 8000000.iommu: SMMUv2 with: [ 3.996224] arm-smmu 8000000.iommu: stage 1 translation [ 4.001675] arm-smmu 8000000.iommu: stage 2 translation [ 4.007136] arm-smmu 8000000.iommu: nested translation [ 4.012487] arm-smmu 8000000.iommu: stream matching with 128 register groups [ 4.019809] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only) [ 4.028396] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000 [ 4.035001] arm-smmu 8000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 4.041608] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 4.048912] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful [ 4.058406] tegra_profiler: version: 1.147, samples/io: 49/28 [ 4.064359] tegra_profiler: auth: init [ 4.068486] nvsciipc: loaded module [ 4.073015] tegra23x-qspi 3270000.spi: Adding to iommu group 0 [ 4.079131] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 4.085644] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 4.093059] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 4.100643] tegra23x-qspi 3270000.spi: Prod settings list not found [ 4.107078] tegra23x-qspi 3270000.spi: Failed to get reset control: -517 [ 4.114505] tun: Universal TUN/TAP device driver, 1.6 [ 4.120163] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 4.127575] hns3: Copyright (c) 2017 Huawei Corporation. [ 4.133051] e1000e: Intel(R) PRO/1000 Network Driver [ 4.138136] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.144220] igb: Intel(R) Gigabit Ethernet Network Driver [ 4.149756] igb: Copyright (c) 2007-2014 Intel Corporation. [ 4.155622] PPP generic driver version 2.4.2 [ 4.160033] PPP BSD Compression module registered [ 4.164859] PPP Deflate Compression module registered [ 4.170066] PPP MPPE Compression module registered [ 4.175005] usbcore: registered new interface driver r8152 [ 4.180643] usbcore: registered new interface driver asix [ 4.186191] usbcore: registered new interface driver ax88179_178a [ 4.192459] usbcore: registered new interface driver cdc_ether [ 4.198440] usbcore: registered new interface driver net1080 [ 4.204250] usbcore: registered new interface driver cdc_subset [ 4.210332] usbcore: registered new interface driver zaurus [ 4.216062] usbcore: registered new interface driver cdc_ncm [ 4.221869] usbcore: registered new interface driver aqc111 [ 4.227699] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.234048] ohci-pci: OHCI PCI platform driver [ 4.238615] ohci-platform: OHCI generic platform driver [ 4.244274] tegra-xusb 3610000.xhci: Adding to iommu group 1 [ 4.250537] usbcore: registered new interface driver uas [ 4.256001] usbcore: registered new interface driver usb-storage [ 4.262306] tegra-xudc 3550000.xudc: Adding to iommu group 2 [ 4.268377] mousedev: PS/2 mouse device common for all mice [ 4.274121] usbcore: registered new interface driver xpad [ 4.281532] tegra_rtc c2a0000.rtc: registered as rtc1 [ 4.286993] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:28 UTC (28) [ 4.295219] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock [ 4.301624] i2c /dev entries driver [ 4.305322] tegra-i2c 3160000.i2c: Adding to iommu group 3 [ 4.311097] tegra-i2c c240000.i2c: Adding to iommu group 3 [ 4.316781] tegra-i2c 3180000.i2c: Adding to iommu group 3 [ 4.322450] tegra-i2c 3190000.i2c: Adding to iommu group 3 [ 4.328137] tegra-i2c 31b0000.i2c: Adding to iommu group 3 [ 4.333818] tegra-i2c 31c0000.i2c: Adding to iommu group 3 [ 4.339488] tegra-i2c c250000.i2c: Adding to iommu group 3 [ 4.345154] tegra-i2c 31e0000.i2c: Adding to iommu group 3 [ 4.353445] device-mapper: uevent: version 1.0.3 [ 4.358255] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 4.367918] sdhci: Secure Digital Host Controller Interface driver [ 4.374265] sdhci: Copyright(c) Pierre Ossman [ 4.378731] Synopsys Designware Multimedia Card Interface Driver [ 4.384974] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.390959] sdhci-tegra 3460000.sdhci: Adding to iommu group 4 [ 4.391320] sdhci-tegra 3400000.sdhci: Adding to iommu group 5 [ 4.391485] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401 [ 4.392351] tegra-bpmp bpmp: firmware: 888a114dda6bea50b6c6-eac380526d6 [ 4.393930] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 [ 4.394942] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81 [ 4.408664] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0 [ 4.432536] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful ??debugfs initialized ??[ 5.897029] random: crng init done [ 5.918706] hid: raw HID events driver (C) Jiri Kosina [ 5.924439] usbcore: registered new interface driver usbhid [ 5.930185] usbhid: USB HID core driver [ 5.934699] tegra-dce d800000.dce: Adding to iommu group 6 [ 5.941153] dce: dce_ipc_channel_init:314 Invalid Channel State [0x0] for ch_type [2] [ 5.949703] tegra234-aon c000000.aon: Adding to iommu group 7 [ 5.955923] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5] [ 5.957398] c000000.aon:hsp: probed [ 5.964914] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [0]. Ignored... [ 5.977387] tegra234-aon c000000.aon: init done [ 5.977955] tegra23x-psc e860000.psc: Adding to iommu group 8 [ 5.982079] dce: dce_admin_send_cmd_ver:413 version : [0x2] err : [0x0] [ 5.988286] tegra23x-psc e860000.psc: ext_cfg base:00000000a8b9bcb5 [ 5.995025] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1] [ 6.001399] tegra23x-psc e860000.psc: init done [ 6.010364] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [1] ... [ 6.010365] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.010380] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.015213] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 9 [ 6.023460] dce: dce_admin_setup_clients_ipc:518 Get queue info failed for [2] [ 6.023567] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2] [ 6.032935] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000 [ 6.041048] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [3] ... [ 6.041052] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.089933] dce: dce_start_boot_flow:100 DCE_BOOT_DONE [ 6.092559] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584 [ 6.104550] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900 [ 6.116195] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80 [ 6.127877] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80 [ 6.139656] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80 [ 6.152282] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080 [ 6.165154] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200 [ 6.177519] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (122) [ 6.184381] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful [ 6.194874] tegra-hsp b950000.tegra-hsp: Try increasing MBOX_TX_QUEUE_LEN [ 6.194880] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=7a10e4613e151d2bf1df37dd80d456800f5b94d0 [ 6.215434] t19x_cache tegra-cache: probed [ 6.220086] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU [ 6.231096] optee: probing for conduit method. [ 6.235722] optee: revision 3.16 (65cc2218) [ 6.235877] optee: dynamic shared memory is enabled [ 6.245346] optee: initialized driver [ 6.262392] nvpmodel: initialized successfully [ 6.267086] tegra_hv: get_hvd: not initialized yet [ 6.272051] user_ivc_mempool: hypervisor not present [ 6.277858] usbcore: registered new interface driver snd-usb-audio [ 6.285028] u32 classifier [ 6.287837] input device check on [ 6.291627] Actions configured [ 6.295294] Initializing XFRM netlink socket [ 6.300116] NET: Registered protocol family 10 [ 6.306037] Segment Routing with IPv6 [ 6.309862] NET: Registered protocol family 17 [ 6.314471] NET: Registered protocol family 15 [ 6.319112] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 6.333254] Bluetooth: RFCOMM socket layer initialized [ 6.338591] Bluetooth: RFCOMM ver 1.11 [ 6.342483] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 6.348602] Bluetooth: HIDP socket layer initialized [ 6.354469] 9pnet: Installing 9P2000 support [ 6.358958] Key type dns_resolver registered [ 6.363995] registered taskstats version 1 [ 6.368254] Loading compiled-in X.509 certificates [ 6.376916] Loaded X.509 cert 'Build time autogenerated kernel key: 90ac610178c49616e6b7af33d5f8183bf0ea1ee9' [ 6.387480] tegra194-pcie 14180000.pcie: Adding to iommu group 10 [ 6.399697] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 6.406796] tegra194-pcie 14100000.pcie: Adding to iommu group 11 [ 6.418336] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 6.428719] tegra194-pcie 14160000.pcie: Adding to iommu group 12 [ 6.440195] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 6.447057] tegra194-pcie 141a0000.pcie: Adding to iommu group 13 [ 6.458418] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 6.465530] tegra194-pcie 141e0000.pcie: Adding to iommu group 14 [ 6.476776] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 6.506509] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 15 [ 6.516290] host1x 13e40000.host1x: Adding to iommu group 16 [ 7.533376] t23x_init_gating_regs: Timed out waiting for syncpt ram init! [ 7.549552] host1x 13e40000.host1x: initialized [ 7.554614] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 17 [ 7.562692] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000) [ 7.574746] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 18 [ 7.582781] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000) [ 7.594804] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 19 [ 7.602794] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000) [ 7.614794] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 20 [ 7.622806] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000) [ 7.634807] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 21 [ 7.642859] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000) [ 7.654838] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 22 [ 7.662873] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000) [ 7.674873] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 23 [ 7.682899] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000) [ 7.694893] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 24 [ 7.702916] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000) [ 7.714902] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 25 [ 7.722956] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000) [ 7.734966] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 26 [ 7.742978] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000) [ 7.754960] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 27 [ 7.762968] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000) [ 7.774986] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 28 [ 7.783012] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000) [ 7.794998] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 29 [ 7.802985] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000) [ 7.814974] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 30 [ 7.822972] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000) [ 7.834959] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 31 [ 7.842947] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000) [ 7.854940] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 32 [ 7.862965] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000) [ 7.874965] falcon 15340000.vic: Adding to iommu group 33 [ 7.885805] falcon 15340000.vic: initialized [ 7.890489] falcon 15380000.nvjpg: Adding to iommu group 34 [ 7.899669] falcon 15380000.nvjpg: initialized [ 7.904382] falcon 15540000.nvjpg1: Adding to iommu group 35 [ 7.913981] falcon 15540000.nvjpg1: initialized [ 7.918788] falcon 154c0000.nvenc: Adding to iommu group 36 [ 7.928686] falcon 154c0000.nvenc: initialized [ 7.933402] falcon 15a50000.ofa: Adding to iommu group 37 [ 7.942595] falcon 15a50000.ofa: initialized [ 7.947128] nvdec 15480000.nvdec: Adding to iommu group 38 [ 7.958981] nvdec 15480000.nvdec: initialized [ 7.963587] tsec 15500000.tsec: Adding to iommu group 39 [ 7.974045] tsec 15500000.tsec: initialized [ 7.980511] gic 2a41000.agic-controller: GIC IRQ controller registered [ 7.997240] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered [ 8.012869] gpio-491 (gpio11-usbpwr-ctrl): hogged as output/low [ 8.019035] gpio-493 (gpio12-usbpwr-ctrl): hogged as output/low [ 8.025191] gpio-488 (gpio13-usbpwr-ctrl): hogged as output/low [ 8.031341] gpio-489 (gpio14-usbpwr-ctrl): hogged as output/low [ 8.037496] gpio-428 (gpio3): hogged as output/low [ 8.042467] gpio-487 (gpio16): hogged as input [ 8.047092] gpio-351 (gpio20): hogged as output/low [ 8.052162] gpio-449 (gpio36): hogged as output/low [ 8.057222] gpio-494 (i2s1_clk_gpio): hogged as input [ 8.062483] gpio-495 (i2s1_dout_gpio): hogged as input [ 8.067827] gpio-496 (i2s1_din_gpio): hogged as input [ 8.073069] gpio-497 (i2s1_fs_gpio): hogged as input [ 8.078216] gpio-492 (mclk01_gpio): hogged as input [ 8.083275] gpio-456 (pwm01_gpio): hogged as input [ 8.088247] gpio-461 (uart1_cts_gpio): hogged as input [ 8.093594] gpio-478 (uart2_cts_gpio): hogged as input [ 8.099880] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio [ 8.106630] gpio-320 (gpio6): hogged as input [ 8.111170] gpio-323 (gpio7): hogged as input [ 8.115692] gpio-325 (gpio8): hogged as input [ 8.120214] gpio-326 (gpio10): hogged as input [ 8.125279] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon [ 8.132274] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 8.138687] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 8.145115] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 8.151410] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 8.159114] tegra194-isp5 14800000.isp: Adding to iommu group 40 [ 8.167634] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU [ 8.177313] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized [ 8.183705] driver not enabled, cannot register any devices [ 8.189614] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 41 [ 8.197597] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 42 [ 8.205526] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU [ 8.215507] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized [ 8.222341] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU [ 8.232300] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized [ 8.239139] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU [ 8.249152] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized [ 8.256002] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 43 [ 8.264671] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000) [ 8.276095] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 44 [ 8.284775] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000) [ 8.296166] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 45 [ 8.304801] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000) [ 8.316184] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 46 [ 8.324854] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000) [ 8.336243] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 47 [ 8.344915] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000) [ 8.356334] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 48 [ 8.364996] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000) [ 8.376392] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 49 [ 8.385019] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000) [ 8.396450] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 50 [ 8.405144] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000) [ 8.416577] pva 16000000.pva0: Adding to iommu group 51 [ 8.442432] pva 16000000.pva0: initialized [ 8.452542] nvdla 15880000.nvdla0: Adding to iommu group 52 [ 8.467550] nvdla 15880000.nvdla0: initialized [ 8.473702] nvdla 158c0000.nvdla1: Adding to iommu group 53 [ 8.488139] nvdla 158c0000.nvdla1: initialized [ 8.494302] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3 [ 8.501280] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels [ 8.508803] tegra-fuse-burn efuse-burn: shutdown limit check disabled [ 8.515464] tegra-fuse-burn efuse-burn: Fuse burn driver initialized [ 8.522211] serial-tegra 3100000.serial: Adding to iommu group 3 [ 8.528869] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART [ 8.538624] serial-tegra 3110000.serial: Adding to iommu group 3 [ 8.545148] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 68, base_baud = 0) is a TEGRA_UART [ 8.554774] serial-tegra 3130000.serial: Adding to iommu group 3 [ 8.561351] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 69, base_baud = 0) is a TEGRA_UART [ 8.570646] serial-tegra 3140000.serial: Adding to iommu group 3 [ 8.577290] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 70, base_baud = 0) is a TEGRA_UART [ 8.586616] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 8.593180] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 8.600634] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 8.608284] tegra23x-qspi 3270000.spi: Prod settings list not found [ 8.657406] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2010000 KHz, changing to: 2035200 KHz [ 8.670844] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2019000 KHz, changing to: 2035200 KHz [ 8.683223] tegra194-cpufreq e000000.ccplex: probed with ICC [ 8.690140] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 8.692989] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 8.697671] tegra194-pcie 14180000.pcie: host bridge /pcie@14180000 ranges: [ 8.699674] mmc0: CQHCI version 5.10 [ 8.710426] irq: IRQ306: trimming hierarchy from :interrupt-controller@f400000-1 [ 8.712434] tegra194-pcie 14180000.pcie: IO 0x0038100000..0x00381fffff -> 0x0038100000 [ 8.720092] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 8.727832] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit [ 8.728770] tegra194-pcie 14180000.pcie: MEM 0x2728000000..0x272fffffff -> 0x0040000000 [ 8.751930] tegra194-pcie 14180000.pcie: MEM 0x2440000000..0x2727ffffff -> 0x2440000000 [ 8.817200] mmc0: Command Queue Engine enabled [ 8.821796] mmc0: periodic cache flush enabled [ 8.826386] mmc0: new HS400 Enhanced strobe MMC card at address 0001 [ 8.833291] mmcblk0: mmc0:0001 G1M15M 59.3 GiB [ 8.838172] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (511:0) [ 8.856871] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 9.869882] tegra194-pcie 14180000.pcie: Phy link never came up [ 9.876073] tegra194-pcie 14180000.pcie: PCI host bridge to bus 0000:00 [ 9.882912] pci_bus 0000:00: root bus resource [bus 00-ff] [ 9.888582] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x38100000-0x381fffff]) [ 9.898452] pci_bus 0000:00: root bus resource [mem 0x2728000000-0x272fffffff] (bus address [0x40000000-0x47ffffff]) [ 9.909310] pci_bus 0000:00: root bus resource [mem 0x2440000000-0x2727ffffff pref] [ 9.917244] pci 0000:00:00.0: [10de:229c] type 01 class 0x060400 [ 9.923609] pci 0000:00:00.0: PME# supported from D0 D3hot [ 9.935935] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 9.941333] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 9.950266] pcieport 0000:00:00.0: Adding to iommu group 10 [ 9.956200] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 [ 9.962373] pcieport 0000:00:00.0: AER: enabled with IRQ 51 [ 9.968346] pci_bus 0000:01: busn_res: [bus 01-ff] is released [ 9.974447] pci 0000:00:00.0: Removing from iommu group 10 [ 9.980097] pci_bus 0000:00: busn_res: [bus 00-ff] is released [ 9.988379] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 9.995734] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges: [ 10.002937] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000 [ 10.011644] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000 [ 10.020343] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000 [ 11.138008] tegra194-pcie 14100000.pcie: Phy link never came up [ 11.144166] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00 [ 11.150997] pci_bus 0001:00: root bus resource [bus 00-ff] [ 11.156652] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x30100000-0x301fffff]) [ 11.166785] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff]) [ 11.177641] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref] [ 11.185583] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400 [ 11.191938] pci 0001:00:00.0: PME# supported from D0 D3hot [ 11.204059] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 11.209460] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 11.218376] pcieport 0001:00:00.0: Adding to iommu group 11 [ 11.224307] pcieport 0001:00:00.0: PME: Signaling with IRQ 53 [ 11.230331] pcieport 0001:00:00.0: AER: enabled with IRQ 53 [ 11.236296] pci_bus 0001:01: busn_res: [bus 01-ff] is released [ 11.242392] pci 0001:00:00.0: Removing from iommu group 11 [ 11.248043] pci_bus 0001:00: busn_res: [bus 00-ff] is released [ 11.256089] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 11.263473] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges: [ 11.270660] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000 [ 11.279370] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000 [ 11.288071] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000 [ 11.712568] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state." [ 11.722793] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state." [ 11.733021] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state." [ 11.743253] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state." [ 11.753486] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state." [ 12.405903] tegra194-pcie 14160000.pcie: Phy link never came up [ 12.412080] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00 [ 12.418928] pci_bus 0004:00: root bus resource [bus 00-ff] [ 12.424586] pci_bus 0004:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x36100000-0x361fffff]) [ 12.434733] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff]) [ 12.445593] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref] [ 12.453544] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400 [ 12.459908] pci 0004:00:00.0: PME# supported from D0 D3hot [ 12.471985] pci 0004:00:00.0: PCI bridge to [bus 01-ff] [ 12.477411] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 12.486321] pcieport 0004:00:00.0: Adding to iommu group 12 [ 12.492240] pcieport 0004:00:00.0: PME: Signaling with IRQ 55 [ 12.498262] pcieport 0004:00:00.0: AER: enabled with IRQ 55 [ 12.504220] pci_bus 0004:01: busn_res: [bus 01-ff] is released [ 12.510311] pci 0004:00:00.0: Removing from iommu group 12 [ 12.515972] pci_bus 0004:00: busn_res: [bus 00-ff] is released [ 12.523484] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 12.637599] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges: [ 12.644788] tegra194-pcie 141a0000.pcie: IO 0x003a100000..0x003a1fffff -> 0x003a100000 [ 12.653493] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000 [ 12.662188] tegra194-pcie 141a0000.pcie: MEM 0x2740000000..0x2b27ffffff -> 0x2740000000 [ 13.778010] tegra194-pcie 141a0000.pcie: Phy link never came up [ 13.784172] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00 [ 13.790997] pci_bus 0005:00: root bus resource [bus 00-ff] [ 13.796656] pci_bus 0005:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff]) [ 13.806801] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff]) [ 13.817649] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref] [ 13.825595] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400 [ 13.831935] pci 0005:00:00.0: PME# supported from D0 D3hot [ 13.844007] pci 0005:00:00.0: PCI bridge to [bus 01-ff] [ 13.849408] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 13.858328] pcieport 0005:00:00.0: Adding to iommu group 13 [ 13.864251] pcieport 0005:00:00.0: PME: Signaling with IRQ 57 [ 13.870281] pcieport 0005:00:00.0: AER: enabled with IRQ 57 [ 13.876237] pci_bus 0005:01: busn_res: [bus 01-ff] is released [ 13.882312] pci 0005:00:00.0: Removing from iommu group 13 [ 13.887973] pci_bus 0005:00: busn_res: [bus 00-ff] is released [ 13.895645] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 13.903113] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges: [ 13.910313] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff -> 0x003e100000 [ 13.919024] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff -> 0x0040000000 [ 13.927719] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000 [ 15.046008] tegra194-pcie 141e0000.pcie: Phy link never came up [ 15.052161] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00 [ 15.058995] pci_bus 0007:00: root bus resource [bus 00-ff] [ 15.064645] pci_bus 0007:00: root bus resource [io 0x400000-0x4fffff] (bus address [0x3e100000-0x3e1fffff]) [ 15.074776] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff]) [ 15.085643] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref] [ 15.093582] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400 [ 15.099921] pci 0007:00:00.0: PME# supported from D0 D3hot [ 15.111999] pci 0007:00:00.0: PCI bridge to [bus 01-ff] [ 15.117404] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 15.126311] pcieport 0007:00:00.0: Adding to iommu group 14 [ 15.132225] pcieport 0007:00:00.0: PME: Signaling with IRQ 59 [ 15.138256] pcieport 0007:00:00.0: AER: enabled with IRQ 59 [ 15.144548] vdd-dp: supplied by vdd-3v3-sys [ 15.149026] vdd-3v3-sd: supplied by vdd-3v3-sys [ 15.153827] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys [ 15.160633] irq: IRQ307: trimming hierarchy from :pmc@c360000 [ 15.166782] irq: IRQ308: trimming hierarchy from :pmc@c360000 [ 15.172916] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: repeated role: 0 [ 15.175628] tegra194-isp5 14800000.isp: initialized [ 15.186128] driver not enabled, cannot register any devices [ 15.196134] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized [ 15.202528] driver not enabled, cannot register any devices [ 15.208400] (NULL device *): fops function table already registered [ 15.215906] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized [ 15.222275] driver not enabled, cannot register any devices [ 15.244468] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release [ 15.254240] tegra-xusb 3610000.xhci: xHCI Host Controller [ 15.259812] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1 [ 15.268345] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810 [ 15.277962] tegra-xusb 3610000.xhci: irq 239, io mem 0x03610000 [ 15.284223] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 15.292739] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 15.300181] usb usb1: Product: xHCI Host Controller [ 15.305212] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 15.311488] usb usb1: SerialNumber: 3610000.xhci [ 15.316543] hub 1-0:1.0: USB hub found [ 15.320431] hub 1-0:1.0: 4 ports detected [ 15.324694] tegra-xusb 3610000.xhci: xHCI Host Controller [ 15.330261] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2 [ 15.338071] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed [ 15.345576] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 15.354101] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 15.361539] usb usb2: Product: xHCI Host Controller [ 15.366562] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 15.372852] usb usb2: SerialNumber: 3610000.xhci [ 15.377704] hub 2-0:1.0: USB hub found [ 15.381586] hub 2-0:1.0: 4 ports detected [ 15.387009] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 15.387354] nvethernet 2310000.ethernet: Adding to iommu group 54 [ 15.398356] nvethernet 2310000.ethernet: failed to read skip mac reset flag, default 0 [ 15.402059] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 15.406679] nvethernet 2310000.ethernet: failed to read MDIO address [ 15.419461] nvethernet 2310000.ethernet: Failed to read nvida,pause_frames, so setting to default support as disable [ 15.430317] nvethernet 2310000.ethernet: setting to default DMA bit mask [ 15.437249] nvethernet 2310000.ethernet: max-platform-mtu DT entry missing, setting default 1500 [ 15.694131] nvethernet 2310000.ethernet: Ethernet MAC address: 48:b0:2d:94:70:ef [ 15.702534] nvethernet 2310000.ethernet: Macsec not enabled [ 15.708287] nvethernet 2310000.ethernet: Macsec: Reduced MTU: 1466 Max: 1500 [ 15.716848] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels [ 15.725476] irq: IRQ310: trimming hierarchy from :pmc@c360000 [ 15.731479] irq: IRQ311: trimming hierarchy from :interrupt-controller@f400000-1 [ 15.739175] irq: IRQ312: trimming hierarchy from :pmc@c360000 [ 15.745168] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 15.753127] tegra-se-nvhost 15810000.se: Adding to iommu group 55 [ 15.759696] tegra-se-nvhost 15810000.se: initialized [ 15.776594] tegra-se-nvhost 15810000.se: tegra_se_probe: complete [ 15.782989] tegra-se-nvhost 15820000.se: Adding to iommu group 56 [ 15.789570] tegra-se-nvhost 15820000.se: initialized [ 15.796605] tegra-se-nvhost 15820000.se: tegra_se_probe: complete [ 15.802982] tegra-se-nvhost 15840000.se: Adding to iommu group 57 [ 15.809521] tegra-se-nvhost 15840000.se: initialized [ 15.817506] tegra-se-nvhost 15840000.se: tegra_se_probe: complete [ 15.824317] tegra_actmon d230000.actmon: in actmon_register()... [ 15.830673] tegra_actmon d230000.actmon: bwmgr_disable = 1 [ 15.837045] tegra_actmon d230000.actmon: initialization Completed for the device mc_all [ 15.845452] hvc_sysfs: hypervisor is not present ??WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk ??[ 15.994249] ALSA device list: [ 15.997312] No soundcards found. [ 16.001372] Freeing unused kernel memory: 3968K [ 16.006081] Run /init as init process [ 16.021318] Root device found: mmcblk0p1 [ 16.025846] Found dev node: /dev/mmcblk0p1 [ 16.057104] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 16.066214] Rootfs mounted over mmcblk0p1 [ 16.086228] Switching from initrd to actual rootfs [ 16.206750] systemd[1]: System time before build time, advancing clock. [ 16.247471] systemd[1]: systemd 245.4-4ubuntu3.21 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 16.271144] systemd[1]: Detected architecture arm64. [ 16.307583] systemd[1]: Set hostname to . [ 16.463829] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit [ 16.509836] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 16.522850] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 16.532369] systemd[1]: Created slice system-modprobe.slice. [ 16.538568] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 16.545286] systemd[1]: Created slice User and Session Slice. [ 16.551332] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 16.559434] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 16.569214] systemd[1]: Reached target User and Group Name Lookups. [ 16.575722] systemd[1]: Reached target Slices. [ 16.580347] systemd[1]: Reached target Mounting snaps. [ 16.585685] systemd[1]: Reached target Mounted snaps. [ 16.590941] systemd[1]: Reached target Swap. [ 16.595596] systemd[1]: Listening on RPCbind Server Activation Socket. [ 16.602484] systemd[1]: Listening on Syslog Socket. [ 16.607662] systemd[1]: Listening on fsck to fsckd communication Socket. [ 16.614672] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 16.621639] systemd[1]: Listening on Journal Audit Socket. [ 16.627424] systemd[1]: Listening on Journal Socket (/dev/log). [ 16.633666] systemd[1]: Listening on Journal Socket. [ 16.638936] systemd[1]: Listening on udev Control Socket. [ 16.644606] systemd[1]: Listening on udev Kernel Socket. [ 16.651117] systemd[1]: Mounting Huge Pages File System... [ 16.657779] systemd[1]: Mounting POSIX Message Queue File System... [ 16.665112] systemd[1]: Mounting RPC Pipe File System... [ 16.671519] systemd[1]: Mounting Kernel Debug File System... [ 16.678244] systemd[1]: Mounting Kernel Trace File System... [ 16.685293] systemd[1]: Starting Journal Service... [ 16.691478] systemd[1]: Starting Set the console keyboard layout... [ 16.698854] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 16.708658] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 16.715637] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped. [ 16.725011] systemd[1]: Starting Load Kernel Module efi_pstore... [ 16.732509] systemd[1]: Starting Load Kernel Module pstore_blk... [ 16.739944] systemd[1]: Starting Load Kernel Module pstore_zone... [ 16.747341] systemd[1]: Starting Load Kernel Module ramoops... [ 16.754328] systemd[1]: Starting NVIDIA specific first-boot udev script... [ 16.761930] pstore: Using crash dump compression: deflate [ 16.762545] systemd[1]: Started Nameserver information manager. [ 16.774816] printk: console [ramoops-1] enabled [ 16.779509] pstore: Registered ramoops as persistent store backend [ 16.779511] ramoops: using 0x200000@0x82c200000, ecc: 0 [ 16.791483] systemd[1]: Reached target Network (Pre). [ 16.805619] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 16.814988] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 16.832144] systemd[1]: Starting Load Kernel Modules... [ 16.838435] systemd[1]: Starting Remount Root and Kernel File Systems... [ 16.845593] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null) [ 16.846410] systemd[1]: Starting udev Coldplug all Devices... [ 16.846489] nvmap_heap_init: nvmap_heap_init: created heap block cache [ 16.846588] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x000000082f000000,16777216 [ 16.846590] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout [ 16.846596] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x0000000849800000,914358272 [ 16.846598] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout [ 16.846602] nvmap_page_pool_init: Total RAM pages: 7817385 [ 16.846603] nvmap_page_pool_init: nvmap page pool size: 977173 pages (3817 MB) [ 16.846780] nvmap_background_zero_thread: PP zeroing thread starting. [ 16.847046] misc nvmap: created heap vpr base 0x0000000849800000 size (892928KiB) [ 16.850004] misc nvmap: created heap fsi base 0x000000082f000000 size (16384KiB) [ 16.917014] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000 [ 16.917014] [ 16.950968] systemd[1]: Started Journal Service. [ 16.979167] systemd-journald[296]: Received client request to flush runtime journal. [ 17.280050] using random self ethernet address [ 17.284912] using random host ethernet address [ 17.326810] nvidia: loading out-of-tree module taints kernel. [ 17.645228] 1 fixed-partitions partitions found on MTD device spi6.0 [ 17.651832] Creating 1 MTD partitions on "spi6.0": [ 17.651836] 0x000000000000-0x000004000000 : "Whole_flash0" [ 18.005350] using random self ethernet address [ 18.009953] using random host ethernet address Ubuntu 20.04.6 LTS XD-UBUNTU ttyTCU0 XD-UBUNTU login: xd (automatic login) Welcome to Ubuntu 20.04.6 LTS (GNU/Linux 5.10.104-tegra aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage This system has been minimized by removing packages and content that are not required on a system that users do not log into. To restore this content, you can run the 'unminimize' command. Expanded Security Maintenance for Applications is not enabled. 0 updates can be applied immediately. Enable ESM Apps to receive additional future security updates. See https://ubuntu.com/esm or run: sudo pro status Last login: Tue Apr 25 08:12:15 UTC 2023 on ttyTCU0 xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ cd dma_ip_drivers-master/XDMA/linux-kernel/tests/ xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ sudo ./load_driver.sh [sudo] password for xd: Loading xdma driver...[ 63.807069] xdma: module verification failed: signature and/or required key missing - tainting kernel Error: The Kernel module installed correctly, but no devices were recognized. FAILED xd@XD-UBUNTU:~/dma_ip_drivers-master/XDMA/linux-kernel/tests$ cd /dev/ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ ls autofs capture-vi-channel39 nvhost-ctrl-nvdec tty34 block capture-vi-channel4 nvhost-ctrl-nvdla0 tty35 btrfs-control capture-vi-channel40 nvhost-ctrl-nvdla1 tty36 bus capture-vi-channel41 nvhost-ctrl-pva0 tty37 camchar-dbg capture-vi-channel42 nvhost-ctxsw-gpu tty38 camchar-echo capture-vi-channel43 nvhost-dbg-gpu tty39 capture-isp-channel0 capture-vi-channel44 nvhost-gpu tty4 capture-isp-channel1 capture-vi-channel45 nvhost-isp tty40 capture-isp-channel10 capture-vi-channel46 nvhost-isp-thi tty41 capture-isp-channel11 capture-vi-channel47 nvhost-msenc tty42 capture-isp-channel12 capture-vi-channel48 nvhost-nvcsi tty43 capture-isp-channel13 capture-vi-channel49 nvhost-nvdec tty44 capture-isp-channel14 capture-vi-channel5 nvhost-nvdla0 tty45 capture-isp-channel15 capture-vi-channel50 nvhost-nvdla1 tty46 capture-isp-channel16 capture-vi-channel51 nvhost-nvjpg tty47 capture-isp-channel17 capture-vi-channel52 nvhost-nvjpg1 tty48 capture-isp-channel18 capture-vi-channel53 nvhost-nvsched-gpu tty49 capture-isp-channel19 capture-vi-channel54 nvhost-ofa tty5 capture-isp-channel2 capture-vi-channel55 nvhost-power-gpu tty50 capture-isp-channel20 capture-vi-channel56 nvhost-prof-ctx-gpu tty51 capture-isp-channel21 capture-vi-channel57 nvhost-prof-dev-gpu tty52 capture-isp-channel22 capture-vi-channel58 nvhost-prof-gpu tty53 capture-isp-channel23 capture-vi-channel59 nvhost-pva0 tty54 capture-isp-channel24 capture-vi-channel6 nvhost-sched-gpu tty55 capture-isp-channel25 capture-vi-channel60 nvhost-tsec tty56 capture-isp-channel26 capture-vi-channel61 nvhost-tsg-gpu tty57 capture-isp-channel27 capture-vi-channel62 nvhost-vi0 tty58 capture-isp-channel28 capture-vi-channel63 nvhost-vi0-thi tty59 capture-isp-channel29 capture-vi-channel64 nvhost-vi1 tty6 capture-isp-channel3 capture-vi-channel65 nvhost-vi1-thi tty60 capture-isp-channel30 capture-vi-channel66 nvhost-vic tty61 capture-isp-channel31 capture-vi-channel67 nvidia0 tty62 capture-isp-channel32 capture-vi-channel68 nvidiactl tty63 capture-isp-channel33 capture-vi-channel69 nvidia-modeset tty7 capture-isp-channel34 capture-vi-channel7 nvmap tty8 capture-isp-channel35 capture-vi-channel70 nvsciipc tty9 capture-isp-channel36 capture-vi-channel71 port ttyAMA0 capture-isp-channel37 capture-vi-channel8 ppp ttyGS0 capture-isp-channel38 capture-vi-channel9 ptmx ttyp0 capture-isp-channel39 char ptp0 ttyp1 capture-isp-channel4 console pts ttyp2 capture-isp-channel40 cpu_dma_latency ptyp0 ttyp3 capture-isp-channel41 cuse ptyp1 ttyp4 capture-isp-channel42 disk ptyp2 ttyp5 capture-isp-channel43 dma_heap ptyp3 ttyp6 capture-isp-channel44 efi_capsule_loader ptyp4 ttyp7 capture-isp-channel45 fd ptyp5 ttyp8 capture-isp-channel46 full ptyp6 ttyp9 capture-isp-channel47 fuse ptyp7 ttypa capture-isp-channel48 gpiochip0 ptyp8 ttypb capture-isp-channel49 gpiochip1 ptyp9 ttypc capture-isp-channel5 gtechip0 ptypa ttypd capture-isp-channel50 hugepages ptypb ttype capture-isp-channel51 i2c-0 ptypc ttypf capture-isp-channel52 i2c-1 ptypd ttyS0 capture-isp-channel53 i2c-2 ptype ttyS1 capture-isp-channel54 i2c-3 ptypf ttyS2 capture-isp-channel55 i2c-4 quadd ttyS3 capture-isp-channel56 i2c-5 quadd_auth ttyTCU0 capture-isp-channel57 i2c-6 random ttyTHS0 capture-isp-channel58 i2c-7 rfkill ttyTHS1 capture-isp-channel59 i2c-8 rtc ttyTHS3 capture-isp-channel6 initctl rtc0 ttyTHS4 capture-isp-channel60 input rtc1 uhid capture-isp-channel61 kmsg shm uinput capture-isp-channel62 kvm snd urandom capture-isp-channel63 l3cache stderr vcs capture-isp-channel7 log stdin vcs1 capture-isp-channel8 loop0 stdout vcs2 capture-isp-channel9 loop1 tee0 vcs3 capture-vi-channel0 loop2 teepriv0 vcs4 capture-vi-channel1 loop3 tegra-crypto vcs5 capture-vi-channel10 loop4 tegra-nvvse-crypto vcs6 capture-vi-channel11 loop5 tegra-soc-hwpm vcsa capture-vi-channel12 loop6 tty vcsa1 capture-vi-channel13 loop7 tty0 vcsa2 capture-vi-channel14 loop-control tty1 vcsa3 capture-vi-channel15 mapper tty10 vcsa4 capture-vi-channel16 media0 tty11 vcsa5 capture-vi-channel17 mem tty12 vcsa6 capture-vi-channel18 mmcblk0 tty13 vcsu capture-vi-channel19 mmcblk0p1 tty14 vcsu1 capture-vi-channel2 mmcblk0p10 tty15 vcsu2 capture-vi-channel20 mmcblk0p11 tty16 vcsu3 capture-vi-channel21 mmcblk0p2 tty17 vcsu4 capture-vi-channel22 mmcblk0p3 tty18 vcsu5 capture-vi-channel23 mmcblk0p4 tty19 vcsu6 capture-vi-channel24 mmcblk0p5 tty2 vfio capture-vi-channel25 mmcblk0p6 tty20 vhci capture-vi-channel26 mmcblk0p7 tty21 watchdog capture-vi-channel27 mmcblk0p8 tty22 watchdog0 capture-vi-channel28 mmcblk0p9 tty23 zero capture-vi-channel29 mmcblk0rpmb tty24 zram0 capture-vi-channel3 mqueue tty25 zram1 capture-vi-channel30 mtd0 tty26 zram2 capture-vi-channel31 mtd0ro tty27 zram3 capture-vi-channel32 net tty28 zram4 capture-vi-channel33 null tty29 zram5 capture-vi-channel34 nvgpu tty3 zram6 capture-vi-channel35 nvhost-as-gpu tty30 zram7 capture-vi-channel36 nvhost-ctrl tty31 capture-vi-channel37 nvhost-ctrl-gpu tty32 capture-vi-channel38 nvhost-ctrl-isp tty33 xd@XD-UBUNTU:/dev$ [ 233.450792] irq 258: nobody cared (try booting with the "irqpoll" option) [ 233.458055] handlers: [ 233.460407] [<00000000d5d101f7>] irq_default_primary_handler threaded [<00000000939df583>] regmap_irq_thread [ 233.470572] Disabling IRQ #258 xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ sudo ./load_driver.sh sudo: ./load_driver.sh: command not found xd@XD-UBUNTU:/dev$ cd dma_ip_drivers-master/XDMA/linux-kernel/tests/ -bash: cd: dma_ip_drivers-master/XDMA/linux-kernel/tests/: No such file or directory xd@XD-UBUNTU:/dev$ cd xd/dma_ip_drivers-master/XDMA/linux-kernel/tests/ -bash: cd: xd/dma_ip_drivers-master/XDMA/linux-kernel/tests/: No such file or directory xd@XD-UBUNTU:/dev$ cd /xd/dma_ip_drivers-master/XDMA/linux-kernel/tests/ -bash: cd: /xd/dma_ip_drivers-master/XDMA/linux-kernel/tests/: No such file or directory xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ ?? [0000.062] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.068] I> t234-A01-0-Silicon (0x12347) Prod [0000.072] I> Boot-mode : Coldboot [0000.075] I> Emulation: [0000.077] I> Entry timestamp: 0x00000000 [0000.081] I> last_boot_error: 0x0 [0000.084] I> BR-BCT: preprod_dev_sign: 0 [0000.088] I> rst_source: 0x0, rst_level: 0x0 [0000.092] I> Task: CRC check (0x5001cf71) [0000.096] I> Skip CRC check as records_integrity fuse is not burned [0000.102] I> Task: Crypto init (0x5001c0d9) [0000.106] I> Task: Secure debug controls (0x5000cb19) [0000.111] I> Task: strap war set (0x5000b739) [0000.115] I> strap value(0x4000401) set to 0x4000401 [0000.120] I> Task: Initialize SOC Therm (0x5001a509) [0000.125] I> Task: Program NV master stream id (0x5000cad1) [0000.130] I> Task: Verify boot mode (0xd482021) [0000.136] I> Task: Alias fuses (0x50010749) [0000.141] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.148] I> Task: Print SKU type (0x5000fba9) [0000.153] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.158] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.162] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.166] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.171] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.175] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.179] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.183] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.187] I> FUSE_SKU_INFO_0 = 0xd2 [0000.191] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.195] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.198] I> SKU: Prod [0000.201] I> Task: Boost clocks (0x50013db1) [0000.205] I> Initializing PLLC2 for AXI_CBB. [0000.209] I> AXI_CBB : src = 35, divisor = 0 [0000.213] I> Task: Voltage monitor (0x50013dbd) [0000.217] I> VMON: Vmon re-calibration and fine tuning done [0000.223] I> Task: UPHY init (0x5000da39) [0000.227] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.232] I> Task: Boot device init (0x50000a3d) [0000.237] I> Boot_device: QSPI_FLASH instance: 0 [0000.241] I> Qspi clock source : pllc_out0 [0000.245] I> QSPI Flash: Macronix 64MB [0000.249] I> QSPI-0l initialized successfully [0000.253] I> Task: TSC init (0x5001ed35) [0000.257] I> Task: Load membct (0x5001190d) [0000.261] I> RAM_CODE 0x4000401 [0000.264] I> Loading MEM-BCT to SysRAM [0000.268] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.273] I> Slot: 0 [0000.275] I> Binary[0] block-0 (partition size: 0x40000) [0000.280] I> get_binary_info: Binary name: MEM-BCT-0 [0000.285] I> Size of crypto header is 8192 [0000.289] I> BCH load address is : 0x40050000 [0000.293] I> Size of crypto header is 8192 [0000.297] I> BCH of MEM-BCT-0 read from storage [0000.302] I> BCH address is : 0x40050000 [0000.306] I> MEM-BCT-0 header integrity check is success [0000.311] I> Binary magic in BCH component 0 is MEM0 [0000.316] I> component binary type is 0 [0000.320] I> MEM-BCT-0 binary is read from storage [0000.325] I> MEM-BCT-0 binary integrity check is success [0000.330] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.337] I> RAM_CODE 0x4000401 [0000.342] I> RAM_CODE 0x4000401 [0000.346] I> Task: Load Page retirement list (0x50011139) [0000.351] I> Task: SDRAM params override (0x50011b79) [0000.356] I> Task: Save mem-bct info (0x50014071) [0000.361] I> Task: Carveout allocate (0x500140d5) [0000.365] I> RCM blob carveout will not be allocated [0000.370] I> ECC region[0]: Start:0x0, End:0x0 [0000.374] I> ECC region[1]: Start:0x0, End:0x0 [0000.378] I> ECC region[2]: Start:0x0, End:0x0 [0000.383] I> ECC region[3]: Start:0x0, End:0x0 [0000.387] I> ECC region[4]: Start:0x0, End:0x0 [0000.391] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.397] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.402] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.406] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.411] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.421] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.428] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.435] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.442] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.449] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.456] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.463] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.470] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.477] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.484] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.491] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.498] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.505] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.512] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.519] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.526] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.533] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.540] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.547] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.554] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.561] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.568] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.574] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.581] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.588] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.595] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.602] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.609] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.616] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.623] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.630] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.636] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.643] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.650] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.657] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.663] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.670] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.677] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.684] I> Task: Thermal check (0x5001fba1) [0000.688] I> max_chip_limit = 115 [0000.691] I> min_chip_limit = -30 [0000.694] I> max temp read = 21 [0000.697] I> min temp read = 19 [0000.700] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.706] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.711] I> Task: Disable WDT globally (0x5001f965) [0000.716] I> Task: I2C register (0x50000a31) [0000.720] I> Task: Reset FSI (0x50013db9) [0000.724] I> Task: Pinmux init (0x50013219) [0000.728] I> Task: Prod config init (0x50013631) [0000.733] I> Task: Pad voltage init (0x500132a5) [0000.737] I> Task: Prod init (0x500136d5) [0000.741] I> Task: Common rail init (0x50013bd1) [0000.746] W> Thermal config not found in BCT [0000.750] W> Generic i2c config not found in BCT [0000.754] W> Platform rail config not found in BCT [0000.760] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.768] W> MEMIO rail config not found in BCT [0000.773] I> Task: Mem clock src (0x500119c5) [0000.777] I> Task: Misc. board config (0x50013c29) [0000.782] W> Platform config not found in BCT [0000.786] I> Task: SDRAM init (0x500119c9) [0000.792] I> SDRAM-params @ 0xd485000 [0000.796] I> MSS code-drop: NvBootSdramInit [0000.800] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.807] I> MSS CAR: Init PLLM [0000.810] I> MSS CAR: Init PLLHUB [0000.815] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.827] I> mb1_sdram_init Done ! [0000.830] I> SDRAM Size in Total 0x800000000 [0000.834] I> Task: Dram Ecc scrub (0x50011261) [0000.839] I> Task: DRAM alias check (0x50011b71) [0000.870] I> Task: Program NSDRAM carveout (0x50014921) [0000.876] I> NSDRAM carveout encryption is disabled [0000.881] I> Program NSDRAM carveout [0000.885] I> Task: Register checker (0x50011b75) [0000.894] I> Task: Enable clock-mon (0x5001ed25) [0000.911] I> FMON: Fmon re-programming done [0000.915] I> Task: Mapper init (0x5001d451) [0000.920] I> Task: SC7 Context Init (0x5001f02d) [0000.927] I> Task: CCPLEX IST init (0x5000d335) [0000.933] I> Task: CPU WP0 (0x5000c635) [0000.938] I> Loading MCE [0000.940] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.946] I> Slot: 0 [0000.949] I> Binary[8] block-0 (partition size: 0x80000) [0000.955] I> get_binary_info: Binary name: MCE [0000.959] I> Size of crypto header is 8192 [0000.964] I> BCH load address is : 0x4003e000 [0000.969] I> Size of crypto header is 8192 [0000.974] I> BCH of MCE read from storage [0000.978] I> BCH address is : 0x4003e000 [0000.984] I> MCE header integrity check is success [0000.989] I> Binary magic in BCH component 0 is MTSM [0000.994] I> component binary type is 8 [0000.998] I> Size of crypto header is 8192 [0001.005] I> MCE binary is read from storage [0001.010] I> MCE binary integrity check is success [0001.015] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.023] I> Size of crypto header is 8192 [0001.037] I> Size of crypto header is 8192 [0001.042] I> Sending WP0 mailbox command to PSC [0001.052] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.072] I> Task: Load bpmp-fw (0x5001e801) [0001.078] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.083] I> Slot: 0 [0001.086] I> Binary[15] block-0 (partition size: 0x180000) [0001.092] I> get_binary_info: Binary name: BPMP_FW [0001.097] I> Size of crypto header is 8192 [0001.102] I> BCH load address is : 0x807fe000 [0001.107] I> Size of crypto header is 8192 [0001.112] I> BCH of BPMP_FW read from storage [0001.117] I> BCH address is : 0x807fe000 [0001.122] I> BPMP_FW header integrity check is success [0001.128] I> Binary magic in BCH component 0 is BPMF [0001.133] I> component binary type is 15 [0001.137] I> Size of crypto header is 8192 [0001.152] I> BPMP_FW binary is read from storage [0001.160] I> BPMP_FW binary integrity check is success [0001.165] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.173] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.179] I> Slot: 0 [0001.181] I> Binary[16] block-10000 (partition size: 0x400000) [0001.188] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.194] I> Size of crypto header is 8192 [0001.198] I> BCH load address is : 0x807fc000 [0001.204] I> Size of crypto header is 8192 [0001.209] I> BCH of BPMP_FW_DTB read from storage [0001.214] I> BCH address is : 0x807fc000 [0001.219] I> BPMP_FW_DTB header integrity check is success [0001.225] I> Binary magic in BCH component 0 is BPMD [0001.230] I> component binary type is 16 [0001.234] I> Size of crypto header is 8192 [0001.241] I> BPMP_FW_DTB binary is read from storage [0001.246] I> BPMP_FW_DTB binary integrity check is success [0001.252] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.261] I> Task: Load psc-fw (0x5001ea0d) [0001.267] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.273] I> Slot: 0 [0001.275] I> Binary[17] block-0 (partition size: 0xc0000) [0001.281] I> get_binary_info: Binary name: PSC_FW [0001.286] I> Size of crypto header is 8192 [0001.291] I> BCH load address is : 0x80ffe000 [0001.296] I> Size of crypto header is 8192 [0001.301] I> BCH of PSC_FW read from storage [0001.306] I> BCH address is : 0x80ffe000 [0001.311] I> PSC_FW header integrity check is success [0001.317] I> Binary magic in BCH component 0 is PFWP [0001.322] I> component binary type is 17 [0001.326] I> Size of crypto header is 8192 [0001.336] I> PSC_FW binary is read from storage [0001.342] I> PSC_FW binary integrity check is success [0001.348] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.356] I> Task: Load nvdec-fw (0x5001ea81) [0001.362] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.368] I> Slot: 0 [0001.370] I> Binary[7] block-0 (partition size: 0x100000) [0001.376] I> get_binary_info: Binary name: NVDEC [0001.381] I> Size of crypto header is 8192 [0001.386] I> BCH load address is : 0x800fe000 [0001.391] I> Size of crypto header is 8192 [0001.396] I> BCH of NVDEC read from storage [0001.400] I> BCH address is : 0x800fe000 [0001.406] I> NVDEC header integrity check is success [0001.411] I> Binary magic in BCH component 0 is NDEC [0001.417] I> component binary type is 7 [0001.421] I> Size of crypto header is 8192 [0001.428] I> NVDEC binary is read from storage [0001.433] I> NVDEC binary integrity check is success [0001.438] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.449] I> Task: Load tsec-fw (0x5001ec6d) [0001.454] I> TSEC-FW load support not enabled [0001.459] I> Task: Program misc carveouts (0x5001445d) [0001.465] I> Program IPC carveouts [0001.472] I> Task: GPIO interrupt map (0x50013cc5) [0001.479] I> Task: SC7 context save (0x5001f161) [0001.484] I> NV_SC7 Context addr: 0xa0000000 [0001.490] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.496] I> Slot: 0 [0001.498] I> Binary[27] block-0 (partition size: 0x100000) [0001.504] I> get_binary_info: Binary name: BR_BCT [0001.509] I> Size of crypto header is 8192 [0001.514] I> Size of crypto header is 8192 [0001.519] I> BR_BCT binary is read from storage [0001.524] I> BR_BCT binary integrity check is success [0001.529] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.537] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.543] I> Slot: 0 [0001.546] I> Binary[13] block-0 (partition size: 0x30000) [0001.552] I> get_binary_info: Binary name: SC7-FW [0001.557] I> Size of crypto header is 8192 [0001.561] I> Size of crypto header is 8192 [0001.566] I> BCH load address is : 0xa0002000 [0001.571] I> Size of crypto header is 8192 [0001.576] I> BCH of SC7-FW read from storage [0001.581] I> BCH address is : 0xa0002000 [0001.586] I> SC7-FW header integrity check is success [0001.592] I> Binary magic in BCH component 0 is WB0B [0001.597] I> component binary type is 13 [0001.601] I> Size of crypto header is 8192 [0001.607] I> SC7-FW binary is read from storage [0001.613] I> SC7-FW binary integrity check is success [0001.618] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.626] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.632] I> Slot: 0 [0001.635] I> Binary[22] block-0 (partition size: 0x30000) [0001.641] I> get_binary_info: Binary name: PSC_RF [0001.646] I> Size of crypto header is 8192 [0001.650] I> Size of crypto header is 8192 [0001.655] I> BCH load address is : 0xa0029460 [0001.660] I> Size of crypto header is 8192 [0001.665] I> BCH of PSC_RF read from storage [0001.670] I> BCH address is : 0xa0029460 [0001.675] I> PSC_RF header integrity check is success [0001.681] I> Binary magic in BCH component 0 is PSCR [0001.686] I> component binary type is 22 [0001.690] I> Size of crypto header is 8192 [0001.696] I> PSC_RF binary is read from storage [0001.702] I> PSC_RF binary integrity check is success [0001.707] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.727] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.733] I> Slot: 0 [0001.735] I> Binary[14] block-0 (partition size: 0x20000) [0001.741] I> get_binary_info: Binary name: MB2_RF [0001.746] I> Size of crypto header is 8192 [0001.751] I> Size of crypto header is 8192 [0001.756] I> BCH load address is : 0xa008e240 [0001.761] I> Size of crypto header is 8192 [0001.766] I> BCH of MB2_RF read from storage [0001.770] I> BCH address is : 0xa008e240 [0001.776] I> MB2_RF header integrity check is success [0001.781] I> Binary magic in BCH component 0 is MB2R [0001.787] I> component binary type is 14 [0001.791] I> Size of crypto header is 8192 [0001.797] I> MB2_RF binary is read from storage [0001.802] I> MB2_RF binary integrity check is success [0001.808] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.816] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.824] I> SC7 context fuse-bypass data is empty [0001.832] I> SC7 context save done [0001.836] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.842] I> Loading MB2 [0001.845] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.851] I> Slot: 0 [0001.853] I> Binary[6] block-0 (partition size: 0x80000) [0001.859] I> get_binary_info: Binary name: MB2 [0001.864] I> Size of crypto header is 8192 [0001.868] I> BCH load address is : 0x8007e000 [0001.874] I> Size of crypto header is 8192 [0001.879] I> BCH of MB2 read from storage [0001.883] I> BCH address is : 0x8007e000 [0001.888] I> MB2 header integrity check is success [0001.894] I> Binary magic in BCH component 0 is MB2B [0001.899] I> component binary type is 6 [0001.903] I> Size of crypto header is 8192 [0001.912] I> MB2 binary is read from storage [0001.918] I> MB2 binary integrity check is success [0001.923] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.931] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.938] I> Task: Prepare MB2 params (0x5000d5dd) [0001.947] I> MB2-params @ 0x40060000 [0001.955] I> BR-BCT Boot Chain Fields [0001.958] I> u32_non_gpio_select_boot_chain : 0 [0001.963] I> u32_num_boot_chains : 2 [0001.969] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.975] I> Task: Dram ecc test (0x500112cd) [0001.980] I> Task: Misc NV security settings (0x5000ced5) [0001.987] I> NVDEC sticky bits programming done [0001.992] I> Task: Disable/Reload WDT (0x5001f991) [0001.998] I> Programmed SLCG global override := 0x0 [0002.003] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f1f88 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9428224 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 21 I> FSITHERM min temp = 20 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure NOR provision (0x50014924) I> Task: Load FSI keyblob (0x50012368) I> Skipping FSI key blob copy I> Task: Unhalt AUXPs (0x50020c8c) I> SCE unhalt skipped I> Unhalting RCE I> RCE unhalt successful I> DCE unhalt successful I> APE unhalt skipped I> FSI unhalt skipped I> Task: Load CPUBL (0x5001347c) I> Task: Load TOS (0x50013b38) I> Task: Load and authenticate registered FWs (0x50017428) I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_cpu??[ 2.360949] Camera-FW on t234-rc??INFO: MONITOR: populated user images:19 INFO: mret to Supervisor! ??bpmp: init bpmp: bas??INFO: psc supervisor init. INFO: psc_irq_init... INFO: enter idle task. ??e binary md5 is eac380526d68ff45ffc86d0feae98e88 bpmp: combined binary md5 is 88??e-safe started ??8a114dda6bea50b6c6bb224445ac85 bpmp: firmware tag is 888a11??TCU early console enabled. ??4dda6bea50b6c6-eac380526d6 initialized vwdt initialized mail_early initialized fuse initialized vfrel initialized hwwdt initialized adc fmon_populate_monitors: found 199 monitors initialized fmon initialized mc initialized reset initialized uphy_early initialized emc_early 471 clocks registered initialized clk_mach initialized clk_cal_early initialized clk_mach_early_config initialized io_dpd initialized thermal initialized soctherm initialized tj_init initialized regime initialized i2c vrmon_dt_init: vrmon node not found vrmon_chk_boot_state: found 0 rail monitors initialized vrmon initialized regulator ??-bootloader I> Size of partition: 3670016 I> ?? ??Binary@ device:3/0 block-24832 (partition size: 0x380000), name: A_cpu-bootloa??initialized avfs_clk_platform initialized powergate ??der ??initialized dvs initialized clk_mach_config initialized pm initialized suspend initialized strap initialized emc initialized emc_mrq initialized clk_cal initialized uphy_dt initialized uphy_mrq initialized uphy ??I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_secure-os I> Size of partition: 4194304 I> Binary@ device:3/0 block-32000 (partition size: 0x400000), name: A_secure-os ??initialized pg_late initialized pg_mrq_init swdtimer_init: 0 reg polling start w period 47 ms initialized swdtimer initialized hwwdt_late initialized bwmgr initialized thermal_host_trip initialized thermal_mrq initialized oc_mrq initialized reset_mrq initialized mail_mrq initialized fmon_mrq initialized clk_mrq initialized avfs_mrq initialized i2c_mrq initialized tag_mrq initialized bwmgr_mrq initialized console_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ??I> MB2-params @ 0x400??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??60000 I> cpubl: Authenticat??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss enable xusb_fs enable xusb_falcon enable xusb_core_mux enable dsi_lp enable sdmmc_legacy_tm initializ??[ 2.601696] Camera-FW on t234-rce-safe ready SHA1=7a10e461 (crt 13.247 ms,??ed clk_mach_post initialized pg_post initialized regu?? total boot 263.309 m??lator_post initialized profile ??s)ialized fuse_late ?? initialized mrq initialized patrol_scrubber initialized extras_post bpmp: init complete ??DCE: FW Boot Done ??ion Finalize Done I> Binary cpubl loaded successfully at 0x82c400000 I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eks I> eks: Authentication Finalize Done I> Binary eks loaded successfully at 0x82d000400 I> EKB detected (length: 0x410) @ VA:0x82d000400 I> Task: Prepare TOS params (0x50013ab0) I> Setting EKB blob info to OPTEE dtb finished. I> Setting OPTEE arg3: 0x82b700000 I> Task: OEM SC7 context save (0x500146bc) I> oem sc7 context saved I> Task: Disable MSS perf stats (0x50020d18) I> Task: Program display sticky bits (0x50020c94) I> Task: Storage device deinit (0x50001ed8) I> Task: SMMU external bypass disable (0x50011eb4) I> Task: SMMU init (0x50011dd0) I> Task: Program CBB PCIE AMAP regions (0x50014b08) I> Task: Program GICv3 registers (0x50020db8) I> Task: Audit firewall settings (0x5001e1c0) I> Task: Bootchain failure check (0x500026a4) I> Current Boot-Chain Slot: 0 I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0 I> MB2 finished ??NOTICE: BL31: v2.6(release):4fa405dbd NOTICE: BL31: Built : 20:16:55, Aug 10 2022 I/TC: I/TC: Non-secure external DT found I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f0100006). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ??[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421] [ 0.000000] Linux version 5.10.104-tegra (buildbrain@mobile-u64-5273-d7000) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #1 SMP PREEMPT Wed Aug 10 20:17:07 PDT 2022 [ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16, [ 0.000000] OF: fdt: - 80000000 , c0000000 [ 0.000000] Machine model: Jetson AGX Orin [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: RTPROP=0x805401c18 SMBIOS=0xffff0000 SMBIOS 3.0=0x8039a0000 MEMATTR=0x80476e018 ESRT=0x8039b1f98 RNG=0x827905998 MEMRESERVE=0x804770f18 [ 0.000000] efi: seeding entropy pool [ 0.000000] esrt: Reserving ESRT space from 0x00000008039b1f98 to 0x00000008039b1fd0. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000817800000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000835ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff] [ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000007ffffffff] [ 0.000000] node 0: [mem 0x0000000800000000-0x00000008021bffff] [ 0.000000] node 0: [mem 0x00000008021c0000-0x0000000803562fff] [ 0.000000] node 0: [mem 0x0000000803563000-0x00000008036fdfff] [ 0.000000] node 0: [mem 0x00000008036fe000-0x000000080398ffff] [ 0.000000] node 0: [mem 0x0000000803990000-0x00000008039affff] [ 0.000000] node 0: [mem 0x00000008039b0000-0x000000080453ffff] [ 0.000000] node 0: [mem 0x0000000804540000-0x00000008046cffff] [ 0.000000] node 0: [mem 0x00000008046d0000-0x000000080473ffff] [ 0.000000] node 0: [mem 0x0000000804740000-0x000000080475ffff] [ 0.000000] node 0: [mem 0x0000000804760000-0x000000080477ffff] [ 0.000000] node 0: [mem 0x0000000804780000-0x00000008049effff] [ 0.000000] node 0: [mem 0x00000008049f0000-0x0000000804a3ffff] [ 0.000000] node 0: [mem 0x0000000804a40000-0x0000000804a4ffff] [ 0.000000] node 0: [mem 0x0000000804a50000-0x0000000804a9ffff] [ 0.000000] node 0: [mem 0x0000000804aa0000-0x0000000804e4ffff] [ 0.000000] node 0: [mem 0x0000000804e50000-0x0000000804e5ffff] [ 0.000000] node 0: [mem 0x0000000804e60000-0x0000000804ebffff] [ 0.000000] node 0: [mem 0x0000000804ec0000-0x000000080534ffff] [ 0.000000] node 0: [mem 0x0000000805350000-0x000000080539ffff] [ 0.000000] node 0: [mem 0x00000008053a0000-0x000000080553ffff] [ 0.000000] node 0: [mem 0x0000000805540000-0x00000008055dffff] [ 0.000000] node 0: [mem 0x00000008055e0000-0x000000080568ffff] [ 0.000000] node 0: [mem 0x0000000805690000-0x000000080572ffff] [ 0.000000] node 0: [mem 0x0000000805730000-0x00000008057bffff] [ 0.000000] node 0: [mem 0x00000008057c0000-0x000000080585ffff] [ 0.000000] node 0: [mem 0x0000000805860000-0x000000080612ffff] [ 0.000000] node 0: [mem 0x0000000806130000-0x000000080630ffff] [ 0.000000] node 0: [mem 0x0000000806310000-0x00000008278bffff] [ 0.000000] node 0: [mem 0x00000008278c0000-0x000000082790ffff] [ 0.000000] node 0: [mem 0x0000000827910000-0x000000082b6affff] [ 0.000000] node 0: [mem 0x000000082c400000-0x000000082c7fffff] [ 0.000000] node 0: [mem 0x0000000834000000-0x0000000835ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000835ffffff] [ 0.000000] On node 0, zone Normal: 336 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 32 pages/cpu s90136 r8192 d32744 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] alternatives: patching kernel code [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7925040 [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB) [ 0.000000] Memory: 30995224K/32205504K available (18432K kernel code, 3172K rwdata, 7156K rodata, 3968K init, 1095K bss, 948136K reserved, 262144K cma-reserved) [ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x38/0x420 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000 [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70) [ 0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677] [ 0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns [ 0.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns [ 0.000686] Console: colour dummy device 80x25 [ 0.000868] printk: console [tty0] enabled [ 0.000901] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000) [ 0.000910] pid_max: default: 32768 minimum: 301 [ 0.000971] LSM: Security Framework initializing [ 0.000993] Yama: becoming mindful. [ 0.001010] SELinux: Initializing. [ 0.001092] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.001139] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.002553] rcu: Hierarchical SRCU implementation. [ 0.002638] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003095] DTS File Name: ../arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0004-p3737-0000.dts [ 0.003102] DTB Build time: Dec 30 2022 16:29:58 [ 0.004391] Tegra Revision: A01 SKU: 0xd2 CPU Process: 0 SoC Process: 0 [ 0.004515] Remapping and enabling EFI services. [ 0.005693] smp: Bringing up secondary CPUs ... [ 0.034352] Detected PIPT I-cache on CPU1 [ 0.034382] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000 [ 0.034405] CPU1: Booted secondary processor 0x0000000100 [0x410fd421] [ 0.063014] Detected PIPT I-cache on CPU2 [ 0.063023] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000 [ 0.063037] CPU2: Booted secondary processor 0x0000000200 [0x410fd421] [ 0.091610] Detected PIPT I-cache on CPU3 [ 0.091619] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000 [ 0.091631] CPU3: Booted secondary processor 0x0000000300 [0x410fd421] [ 0.122245] Detected PIPT I-cache on CPU4 [ 0.122265] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000 [ 0.122290] CPU4: Booted secondary processor 0x0000010000 [0x410fd421] [ 0.150924] Detected PIPT I-cache on CPU5 [ 0.150934] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000 [ 0.150951] CPU5: Booted secondary processor 0x0000010100 [0x410fd421] [ 0.179550] Detected PIPT I-cache on CPU6 [ 0.179560] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000 [ 0.179575] CPU6: Booted secondary processor 0x0000010200 [0x410fd421] [ 0.208175] Detected PIPT I-cache on CPU7 [ 0.208186] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000 [ 0.208200] CPU7: Booted secondary processor 0x0000010300 [0x410fd421] [ 0.208254] smp: Brought up 1 node, 8 CPUs [ 0.208297] SMP: Total of 8 processors activated. [ 0.208302] CPU features: detected: Privileged Access Never [ 0.208305] CPU features: detected: LSE atomic instructions [ 0.208308] CPU features: detected: User Access Override [ 0.208310] CPU features: detected: 32-bit EL0 Support [ 0.208314] CPU features: detected: Common not Private translations [ 0.208316] CPU features: detected: RAS Extension Support [ 0.208319] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.208323] CPU features: detected: CRC32 instructions [ 0.208325] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.241443] CPU: All CPU(s) started at EL2 [ 0.243530] devtmpfs: initialized [ 0.256968] Registered cp15_barrier emulation handler [ 0.256978] Registered setend emulation handler [ 0.256984] KASLR enabled [ 0.257089] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.257101] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.258636] pinctrl core: initialized pinctrl subsystem [ 0.259098] SMBIOS 3.0.0 present. [ 0.259104] DMI: /, BIOS 1.0-d7fb19b 08/10/2022 [ 0.259335] NET: Registered protocol family 16 [ 0.259956] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.260158] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.260352] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.260376] audit: initializing netlink subsys (disabled) [ 0.260448] audit: type=2000 audit(0.256:1): state=initialized audit_enabled=0 res=1 [ 0.260601] thermal_sys: Registered thermal governor 'step_wise' [ 0.260603] thermal_sys: Registered thermal governor 'power_allocator' [ 0.260610] thermal_sys: Registered thermal governor 'pid_thermal_gov' [ 0.262563] cpuidle: using governor menu [ 0.262675] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.262756] ASID allocator initialised with 32768 entries [ 0.262839] Serial: AMBA PL011 UART driver [ 0.264221] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful [ 0.264247] Tegra reboot handler registered. [ 0.282449] mc: mapped MMIO address: 0xffff800011110000 -> 0x2c10000 [ 0.282461] mc: mapped MMIO address: 0xffff800011130000 -> 0x2c20000 [ 0.282468] mc: mapped MMIO address: 0xffff800011150000 -> 0x2c30000 [ 0.282475] mc: mapped MMIO address: 0xffff800011170000 -> 0x2c40000 [ 0.282484] mc: mapped MMIO address: 0xffff800011190000 -> 0x2c50000 [ 0.282491] mc: mapped MMIO address: 0xffff8000111b0000 -> 0x2b80000 [ 0.282497] mc: mapped MMIO address: 0xffff8000111d0000 -> 0x2b90000 [ 0.282503] mc: mapped MMIO address: 0xffff8000111f0000 -> 0x2ba0000 [ 0.282511] mc: mapped MMIO address: 0xffff800011210000 -> 0x2bb0000 [ 0.282517] mc: mapped MMIO address: 0xffff800011230000 -> 0x1700000 [ 0.282523] mc: mapped MMIO address: 0xffff800011250000 -> 0x1710000 [ 0.282529] mc: mapped MMIO address: 0xffff800011270000 -> 0x1720000 [ 0.282536] mc: mapped MMIO address: 0xffff800011290000 -> 0x1730000 [ 0.282543] mc: mapped MMIO address: 0xffff8000112b0000 -> 0x1740000 [ 0.282552] mc: mapped MMIO address: 0xffff8000112d0000 -> 0x1750000 [ 0.282558] mc: mapped MMIO address: 0xffff8000112f0000 -> 0x1760000 [ 0.282565] mc: mapped MMIO address: 0xffff800011310000 -> 0x1770000 [ 0.282574] nv-tegra-mc 2c10000.mc: No mssnvlink node [ 0.282590] mc-err: mcerr ops are set to t23x [ 0.282848] tegra234-cbb 13a00000.cbb-fabric: secure_irq = 21 [ 0.282897] tegra234-cbb c600000.aon-fabric: secure_irq = 22 [ 0.282939] tegra234-cbb d600000.bpmp-fabric: secure_irq = 23 [ 0.282975] tegra234-cbb de00000.dce-fabric: secure_irq = 24 [ 0.283010] tegra234-cbb be00000.rce-fabric: secure_irq = 25 [ 0.283044] tegra234-cbb b600000.sce-fabric: secure_irq = 26 [ 0.283298] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 71, base_baud = 0) is a SBSA [ 1.482594] printk: console [ttyAMA0] enabled [ 1.490706] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 1.497418] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 1.504119] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 1.510818] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 1.519195] ACPI: Interpreter disabled. [ 1.524102] vdd-3v3-pcie: supplied by vdd-3v3-sys [ 1.529019] avdd-cam-2v8: supplied by vdd-3v3-sys [ 1.533798] vdd-av1v1-hub: supplied by vdd-5v-sys [ 1.538612] vbusB-cvb: supplied by vdd-5v-sys [ 1.543109] vdd-usbc1-vbus: supplied by vdd-5v-sys [ 1.547990] vdd-usbc2-vbus: supplied by vdd-5v-sys [ 1.553153] iommu: Default domain type: Translated [ 1.558064] eventlib_kernel: keventlib is initialized, test id: 0 [ 1.564317] SCSI subsystem initialized [ 1.568118] usbcore: registered new interface driver usbfs [ 1.573615] usbcore: registered new interface driver hub [ 1.578936] usbcore: registered new device driver usb [ 1.584172] mc: Linux media interface: v0.10 [ 1.588448] videodev: Linux video capture interface: v2.00 [ 1.594080] pps_core: LinuxPPS API ver. 1 registered [ 1.599044] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.608183] PTP clock support registered [ 1.612303] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec [ 1.619468] tegra_wdt_t18x 2190000.watchdog: Registered successfully [ 1.627112] Registered efivars operations [ 1.631590] FPGA manager framework [ 1.635023] Advanced Linux Sound Architecture Driver Initialized. [ 1.641358] Bluetooth: Core ver 2.22 [ 1.644940] NET: Registered protocol family 31 [ 1.649385] Bluetooth: HCI device and connection manager initialized [ 1.655744] Bluetooth: HCI socket layer initialized [ 1.660621] Bluetooth: L2CAP socket layer initialized [ 1.665677] Bluetooth: SCO socket layer initialized [ 1.671026] camchar: rtcpu character device driver loaded [ 1.676625] clocksource: Switched to clocksource arch_sys_counter [ 1.840824] VFS: Disk quotas dquot_6.6.0 [ 1.844790] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.851793] pnp: PnP ACPI: disabled [ 1.857090] la/ptsa driver initialized. [ 1.860974] NET: Registered protocol family 2 [ 1.865530] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.875262] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 1.884002] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.892291] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 1.900118] TCP: Hash tables configured (established 262144 bind 65536) [ 1.906807] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.913736] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.921165] NET: Registered protocol family 1 [ 1.925808] RPC: Registered named UNIX socket transport module. [ 1.931744] RPC: Registered udp transport module. [ 1.936445] RPC: Registered tcp transport module. [ 1.941150] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.947602] PCI: CLS 0 bytes, default 64 [ 1.951649] Trying to unpack rootfs image as initramfs... [ 2.065645] Freeing initrd memory: 8196K [ 2.071610] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 2.079541] kvm [1]: IPA Size Limit: 48 bits [ 2.083928] kvm [1]: VHE mode initialized successfully [ 2.089671] Initialise system trusted keyrings [ 2.094250] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 2.102626] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.108731] NFS: Registering the id_resolver key type [ 2.113796] Key type id_resolver registered [ 2.117976] Key type id_legacy registered [ 2.122010] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.128715] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.136122] ntfs: driver 2.1.32 [Flags: R/W]. [ 2.151910] NET: Registered protocol family 38 [ 2.156364] Key type asymmetric registered [ 2.160461] Asymmetric key parser 'x509' registered [ 2.165355] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240) [ 2.172801] io scheduler mq-deadline registered [ 2.177330] io scheduler kyber registered [ 2.185359] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 2.190956] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 2.196541] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 2.202125] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 2.210116] tegra_dc_assign_hw_data: no matching compatible node [ 2.216135] tegradccommon module_init failed [ 2.220403] tegradc module_init failed [ 2.224390] EINJ: ACPI disabled. [ 2.229061] tegra-pmc c360000.pmc: scratch reg offset dts data not present [ 2.235944] tegra-pmc: ### PMC reset source: SYS_RESET_N [ 2.241254] tegra-pmc: ### PMC reset level: L0 [ 2.245695] tegra-pmc: ### PMC reset status reg: 0x0 [ 2.251852] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 2.268148] random: fast init done [ 2.271140] printk: console [ttyTCU0] enabled [ 3.855942] arm-smmu 12000000.iommu: probing hardware configuration... [ 3.863942] arm-smmu 12000000.iommu: SMMUv2 with: [ 3.868786] arm-smmu 12000000.iommu: stage 1 translation [ 3.874326] arm-smmu 12000000.iommu: stage 2 translation [ 3.879867] arm-smmu 12000000.iommu: nested translation [ 3.885333] arm-smmu 12000000.iommu: stream matching with 128 register groups [ 3.892748] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only) [ 3.901509] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000 [ 3.908217] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.914932] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.922452] arm-smmu 10000000.iommu: probing hardware configuration... [ 3.929160] arm-smmu 10000000.iommu: SMMUv2 with: [ 3.933978] arm-smmu 10000000.iommu: stage 1 translation [ 3.939511] arm-smmu 10000000.iommu: stage 2 translation [ 3.945053] arm-smmu 10000000.iommu: nested translation [ 3.950520] arm-smmu 10000000.iommu: stream matching with 128 register groups [ 3.957941] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only) [ 3.966636] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000 [ 3.973339] arm-smmu 10000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.980037] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.987151] arm-smmu 8000000.iommu: probing hardware configuration... [ 3.993754] arm-smmu 8000000.iommu: SMMUv2 with: [ 3.998488] arm-smmu 8000000.iommu: stage 1 translation [ 4.003953] arm-smmu 8000000.iommu: stage 2 translation [ 4.009421] arm-smmu 8000000.iommu: nested translation [ 4.014788] arm-smmu 8000000.iommu: stream matching with 128 register groups [ 4.022125] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only) [ 4.030700] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000 [ 4.037310] arm-smmu 8000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 4.043915] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 4.051274] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful [ 4.060910] tegra_profiler: version: 1.147, samples/io: 49/28 [ 4.066872] tegra_profiler: auth: init [ 4.071029] nvsciipc: loaded module [ 4.075579] tegra23x-qspi 3270000.spi: Adding to iommu group 0 [ 4.081722] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 4.088257] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 4.095666] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 4.103264] tegra23x-qspi 3270000.spi: Prod settings list not found [ 4.109711] tegra23x-qspi 3270000.spi: Failed to get reset control: -517 [ 4.117158] tun: Universal TUN/TAP device driver, 1.6 [ 4.122824] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 4.130243] hns3: Copyright (c) 2017 Huawei Corporation. [ 4.135721] e1000e: Intel(R) PRO/1000 Network Driver [ 4.140814] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.146904] igb: Intel(R) Gigabit Ethernet Network Driver [ 4.152450] igb: Copyright (c) 2007-2014 Intel Corporation. [ 4.158315] PPP generic driver version 2.4.2 [ 4.162733] PPP BSD Compression module registered [ 4.167564] PPP Deflate Compression module registered [ 4.172774] PPP MPPE Compression module registered [ 4.177718] usbcore: registered new interface driver r8152 [ 4.183354] usbcore: registered new interface driver asix [ 4.188913] usbcore: registered new interface driver ax88179_178a [ 4.195177] usbcore: registered new interface driver cdc_ether [ 4.201174] usbcore: registered new interface driver net1080 [ 4.206993] usbcore: registered new interface driver cdc_subset [ 4.213081] usbcore: registered new interface driver zaurus [ 4.218814] usbcore: registered new interface driver cdc_ncm [ 4.224631] usbcore: registered new interface driver aqc111 [ 4.230459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.236823] ohci-pci: OHCI PCI platform driver [ 4.241403] ohci-platform: OHCI generic platform driver [ 4.247065] tegra-xusb 3610000.xhci: Adding to iommu group 1 [ 4.253336] usbcore: registered new interface driver uas [ 4.258820] usbcore: registered new interface driver usb-storage [ 4.265141] tegra-xudc 3550000.xudc: Adding to iommu group 2 [ 4.271198] mousedev: PS/2 mouse device common for all mice [ 4.276943] usbcore: registered new interface driver xpad [ 4.284325] tegra_rtc c2a0000.rtc: registered as rtc1 [ 4.289795] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:28 UTC (28) [ 4.298035] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock [ 4.304429] i2c /dev entries driver [ 4.308126] tegra-i2c 3160000.i2c: Adding to iommu group 3 [ 4.313922] tegra-i2c c240000.i2c: Adding to iommu group 3 [ 4.319629] tegra-i2c 3180000.i2c: Adding to iommu group 3 [ 4.325380] tegra-i2c 3190000.i2c: Adding to iommu group 3 [ 4.331087] tegra-i2c 31b0000.i2c: Adding to iommu group 3 [ 4.336770] tegra-i2c 31c0000.i2c: Adding to iommu group 3 [ 4.342443] tegra-i2c c250000.i2c: Adding to iommu group 3 [ 4.348114] tegra-i2c 31e0000.i2c: Adding to iommu group 3 [ 4.356560] device-mapper: uevent: version 1.0.3 [ 4.361400] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 4.371134] sdhci: Secure Digital Host Controller Interface driver [ 4.377488] sdhci: Copyright(c) Pierre Ossman [ 4.381965] Synopsys Designware Multimedia Card Interface Driver [ 4.388205] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.394316] sdhci-tegra 3460000.sdhci: Adding to iommu group 4 [ 4.394515] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401 [ 4.394670] sdhci-tegra 3400000.sdhci: Adding to iommu group 5 [ 4.414286] tegra-bpmp bpmp: firmware: 888a114dda6bea50b6c6-eac380526d6 [ 4.423183] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 [ 4.429125] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81 [ 4.438216] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0 [ 4.444136] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful ??debugfs initialized ??[ 6.738688] hid: raw HID events driver (C) Jiri Kosina [ 6.744415] usbcore: registered new interface driver usbhid [ 6.750154] usbhid: USB HID core driver [ 6.754823] tegra-dce d800000.dce: Adding to iommu group 6 [ 6.761709] dce: dce_ipc_channel_init:314 Invalid Channel State [0x0] for ch_type [2] [ 6.770587] tegra234-aon c000000.aon: Adding to iommu group 7 [ 6.776812] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5] [ 6.785656] c000000.aon:hsp: probed [ 6.785810] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [0]. Ignored... [ 6.798278] tegra234-aon c000000.aon: init done [ 6.798538] tegra23x-psc e860000.psc: Adding to iommu group 8 [ 6.802972] dce: dce_admin_send_cmd_ver:413 version : [0x2] err : [0x0] [ 6.809140] tegra23x-psc e860000.psc: ext_cfg base:(____ptrval____) [ 6.816243] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1] [ 6.822440] tegra23x-psc e860000.psc: init done [ 6.831220] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [1] ... [ 6.831222] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.831223] dce: dce_admin_setup_clients_ipc:518 Get queue info failed for [2] [ 6.831232] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.836127] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 9 [ 6.844525] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2] [ 6.853879] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000 [ 6.860689] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [3] ... [ 6.860690] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.860700] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.919655] dce: dce_start_boot_flow:100 DCE_BOOT_DONE [ 6.921623] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584 [ 6.934246] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900 [ 6.945872] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80 [ 6.957548] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80 [ 6.969431] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80 [ 6.982058] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080 [ 6.994931] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200 [ 7.007183] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (122) [ 7.014022] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful [ 7.022404] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=7a10e4613e151d2bf1df37dd80d456800f5b94d0 [ 7.035915] t19x_cache tegra-cache: probed [ 7.040335] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU [ 7.050658] optee: probing for conduit method. [ 7.055260] optee: revision 3.16 (65cc2218) [ 7.055965] optee: dynamic shared memory is enabled [ 7.065421] optee: initialized driver [ 7.081138] nvpmodel: initialized successfully [ 7.085815] tegra_hv: get_hvd: not initialized yet [ 7.090763] user_ivc_mempool: hypervisor not present [ 7.096567] usbcore: registered new interface driver snd-usb-audio [ 7.103649] u32 classifier [ 7.106461] input device check on [ 7.110238] Actions configured [ 7.113887] Initializing XFRM netlink socket [ 7.118686] NET: Registered protocol family 10 [ 7.124656] Segment Routing with IPv6 [ 7.128469] NET: Registered protocol family 17 [ 7.133055] NET: Registered protocol family 15 [ 7.137712] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 7.151714] Bluetooth: RFCOMM socket layer initialized [ 7.157041] Bluetooth: RFCOMM ver 1.11 [ 7.160916] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 7.167027] Bluetooth: HIDP socket layer initialized [ 7.172917] 9pnet: Installing 9P2000 support [ 7.177389] Key type dns_resolver registered [ 7.182916] registered taskstats version 1 [ 7.187157] Loading compiled-in X.509 certificates [ 7.196072] Loaded X.509 cert 'Build time autogenerated kernel key: 90ac610178c49616e6b7af33d5f8183bf0ea1ee9' [ 7.206620] tegra194-pcie 14180000.pcie: Adding to iommu group 10 [ 7.218502] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 7.225592] tegra194-pcie 14100000.pcie: Adding to iommu group 11 [ 7.237003] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 7.243770] tegra194-pcie 14160000.pcie: Adding to iommu group 12 [ 7.255051] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 7.261799] tegra194-pcie 141a0000.pcie: Adding to iommu group 13 [ 7.272685] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 7.279732] tegra194-pcie 141e0000.pcie: Adding to iommu group 14 [ 7.290785] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 7.318601] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 15 [ 7.328296] host1x 13e40000.host1x: Adding to iommu group 16 [ 8.344303] t23x_init_gating_regs: Timed out waiting for syncpt ram init! [ 8.361303] host1x 13e40000.host1x: initialized [ 8.366313] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 17 [ 8.374378] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000) [ 8.386343] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 18 [ 8.394338] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000) [ 8.406311] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 19 [ 8.414321] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000) [ 8.426270] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 20 [ 8.434292] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000) [ 8.446264] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 21 [ 8.454260] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000) [ 8.466214] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 22 [ 8.474209] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000) [ 8.486174] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 23 [ 8.494168] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000) [ 8.506156] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 24 [ 8.514159] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000) [ 8.526124] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 25 [ 8.534156] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000) [ 8.546111] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 26 [ 8.554135] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000) [ 8.566086] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 27 [ 8.574070] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000) [ 8.586026] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 28 [ 8.594016] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000) [ 8.605987] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 29 [ 8.613980] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000) [ 8.625949] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 30 [ 8.633954] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000) [ 8.645919] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 31 [ 8.653908] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000) [ 8.665855] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 32 [ 8.673846] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000) [ 8.685827] falcon 15340000.vic: Adding to iommu group 33 [ 8.696282] falcon 15340000.vic: initialized [ 8.700935] falcon 15380000.nvjpg: Adding to iommu group 34 [ 8.709802] falcon 15380000.nvjpg: initialized [ 8.714500] falcon 15540000.nvjpg1: Adding to iommu group 35 [ 8.723283] falcon 15540000.nvjpg1: initialized [ 8.728080] falcon 154c0000.nvenc: Adding to iommu group 36 [ 8.738332] falcon 154c0000.nvenc: initialized [ 8.743032] falcon 15a50000.ofa: Adding to iommu group 37 [ 8.753359] falcon 15a50000.ofa: initialized [ 8.757874] nvdec 15480000.nvdec: Adding to iommu group 38 [ 8.768693] nvdec 15480000.nvdec: initialized [ 8.773288] tsec 15500000.tsec: Adding to iommu group 39 [ 8.783971] tsec 15500000.tsec: initialized [ 8.791599] gic 2a41000.agic-controller: GIC IRQ controller registered [ 8.807631] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered [ 8.821456] random: crng init done [ 8.828719] gpio-491 (gpio11-usbpwr-ctrl): hogged as output/low [ 8.834853] gpio-493 (gpio12-usbpwr-ctrl): hogged as output/low [ 8.840986] gpio-488 (gpio13-usbpwr-ctrl): hogged as output/low [ 8.847117] gpio-489 (gpio14-usbpwr-ctrl): hogged as output/low [ 8.853248] gpio-428 (gpio3): hogged as output/low [ 8.858211] gpio-487 (gpio16): hogged as input [ 8.862825] gpio-351 (gpio20): hogged as output/low [ 8.867884] gpio-449 (gpio36): hogged as output/low [ 8.872939] gpio-494 (i2s1_clk_gpio): hogged as input [ 8.878171] gpio-495 (i2s1_dout_gpio): hogged as input [ 8.883483] gpio-496 (i2s1_din_gpio): hogged as input [ 8.888712] gpio-497 (i2s1_fs_gpio): hogged as input [ 8.893849] gpio-492 (mclk01_gpio): hogged as input [ 8.898896] gpio-456 (pwm01_gpio): hogged as input [ 8.903858] gpio-461 (uart1_cts_gpio): hogged as input [ 8.909179] gpio-478 (uart2_cts_gpio): hogged as input [ 8.915434] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio [ 8.922176] gpio-320 (gpio6): hogged as input [ 8.926695] gpio-323 (gpio7): hogged as input [ 8.931213] gpio-325 (gpio8): hogged as input [ 8.935730] gpio-326 (gpio10): hogged as input [ 8.940802] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon [ 8.947791] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 8.954286] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 8.960708] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 8.966888] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 8.974514] tegra194-isp5 14800000.isp: Adding to iommu group 40 [ 8.983460] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU [ 8.993062] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized [ 8.999437] driver not enabled, cannot register any devices [ 9.005324] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 41 [ 9.013281] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 42 [ 9.021178] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU [ 9.031104] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized [ 9.037896] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU [ 9.047830] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized [ 9.054627] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU [ 9.064557] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized [ 9.071418] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 43 [ 9.080058] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000) [ 9.091442] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 44 [ 9.100066] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000) [ 9.111436] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 45 [ 9.120081] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000) [ 9.131440] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 46 [ 9.140035] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000) [ 9.151402] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 47 [ 9.160016] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000) [ 9.171393] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 48 [ 9.180006] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000) [ 9.191388] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 49 [ 9.200017] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000) [ 9.211389] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 50 [ 9.220009] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000) [ 9.231382] pva 16000000.pva0: Adding to iommu group 51 [ 9.254864] pva 16000000.pva0: initialized [ 9.265116] nvdla 15880000.nvdla0: Adding to iommu group 52 [ 9.279070] nvdla 15880000.nvdla0: initialized [ 9.285293] nvdla 158c0000.nvdla1: Adding to iommu group 53 [ 9.299485] nvdla 158c0000.nvdla1: initialized [ 9.305665] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3 [ 9.312627] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels [ 9.320099] tegra-fuse-burn efuse-burn: shutdown limit check disabled [ 9.326733] tegra-fuse-burn efuse-burn: Fuse burn driver initialized [ 9.333458] serial-tegra 3100000.serial: Adding to iommu group 3 [ 9.340131] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART [ 9.349801] serial-tegra 3110000.serial: Adding to iommu group 3 [ 9.356372] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 68, base_baud = 0) is a TEGRA_UART [ 9.366009] serial-tegra 3130000.serial: Adding to iommu group 3 [ 9.372492] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 69, base_baud = 0) is a TEGRA_UART [ 9.382053] serial-tegra 3140000.serial: Adding to iommu group 3 [ 9.388659] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 70, base_baud = 0) is a TEGRA_UART [ 9.398296] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 9.404858] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 9.412302] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 9.419925] tegra23x-qspi 3270000.spi: Prod settings list not found [ 9.461644] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1966000 KHz, changing to: 2035200 KHz [ 9.475520] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2009000 KHz, changing to: 2035200 KHz [ 9.487958] tegra194-cpufreq e000000.ccplex: probed with ICC [ 9.495411] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 9.498916] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 9.502723] tegra194-pcie 14180000.pcie: host bridge /pcie@14180000 ranges: [ 9.505577] mmc0: CQHCI version 5.10 [ 9.515671] irq: IRQ306: trimming hierarchy from :interrupt-controller@f400000-1 [ 9.517684] tegra194-pcie 14180000.pcie: IO 0x0038100000..0x00381fffff -> 0x0038100000 [ 9.525348] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 9.533492] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit [ 9.534011] tegra194-pcie 14180000.pcie: MEM 0x2728000000..0x272fffffff -> 0x0040000000 [ 9.557135] tegra194-pcie 14180000.pcie: MEM 0x2440000000..0x2727ffffff -> 0x2440000000 [ 9.622096] mmc0: Command Queue Engine enabled [ 9.626677] mmc0: periodic cache flush enabled [ 9.631256] mmc0: new HS400 Enhanced strobe MMC card at address 0001 [ 9.638118] mmcblk0: mmc0:0001 G1M15M 59.3 GiB [ 9.642991] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (511:0) [ 9.660780] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 10.674152] tegra194-pcie 14180000.pcie: Phy link never came up [ 10.680324] tegra194-pcie 14180000.pcie: PCI host bridge to bus 0000:00 [ 10.687135] pci_bus 0000:00: root bus resource [bus 00-ff] [ 10.692779] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x38100000-0x381fffff]) [ 10.702624] pci_bus 0000:00: root bus resource [mem 0x2728000000-0x272fffffff] (bus address [0x40000000-0x47ffffff]) [ 10.713466] pci_bus 0000:00: root bus resource [mem 0x2440000000-0x2727ffffff pref] [ 10.721410] pci 0000:00:00.0: [10de:229c] type 01 class 0x060400 [ 10.727751] pci 0000:00:00.0: PME# supported from D0 D3hot [ 10.740079] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 10.745478] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 10.754417] pcieport 0000:00:00.0: Adding to iommu group 10 [ 10.760355] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 [ 10.766520] pcieport 0000:00:00.0: AER: enabled with IRQ 51 [ 10.772482] pci_bus 0000:01: busn_res: [bus 01-ff] is released [ 10.778567] pci 0000:00:00.0: Removing from iommu group 10 [ 10.784218] pci_bus 0000:00: busn_res: [bus 00-ff] is released [ 10.791982] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 10.799320] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges: [ 10.806504] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000 [ 10.815200] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000 [ 10.823894] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000 [ 11.942208] tegra194-pcie 14100000.pcie: Phy link never came up [ 11.948359] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00 [ 11.955168] pci_bus 0001:00: root bus resource [bus 00-ff] [ 11.960816] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x30100000-0x301fffff]) [ 11.970935] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff]) [ 11.981776] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref] [ 11.989710] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400 [ 11.996045] pci 0001:00:00.0: PME# supported from D0 D3hot [ 12.008134] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 12.013530] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 12.022431] pcieport 0001:00:00.0: Adding to iommu group 11 [ 12.028352] pcieport 0001:00:00.0: PME: Signaling with IRQ 53 [ 12.034498] pcieport 0001:00:00.0: AER: enabled with IRQ 53 [ 12.040440] pci_bus 0001:01: busn_res: [bus 01-ff] is released [ 12.046514] pci 0001:00:00.0: Removing from iommu group 11 [ 12.052163] pci_bus 0001:00: busn_res: [bus 00-ff] is released [ 12.059878] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 12.067254] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges: [ 12.074438] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000 [ 12.083133] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000 [ 12.091828] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000 [ 13.210161] tegra194-pcie 14160000.pcie: Phy link never came up [ 13.216311] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00 [ 13.223120] pci_bus 0004:00: root bus resource [bus 00-ff] [ 13.228758] pci_bus 0004:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x36100000-0x361fffff]) [ 13.238872] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff]) [ 13.249715] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref] [ 13.257650] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400 [ 13.263989] pci 0004:00:00.0: PME# supported from D0 D3hot [ 13.276080] pci 0004:00:00.0: PCI bridge to [bus 01-ff] [ 13.281479] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 13.290384] pcieport 0004:00:00.0: Adding to iommu group 12 [ 13.296309] pcieport 0004:00:00.0: PME: Signaling with IRQ 55 [ 13.302459] pcieport 0004:00:00.0: AER: enabled with IRQ 55 [ 13.308405] pci_bus 0004:01: busn_res: [bus 01-ff] is released [ 13.314475] pci 0004:00:00.0: Removing from iommu group 12 [ 13.320126] pci_bus 0004:00: busn_res: [bus 00-ff] is released [ 13.327876] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 13.442392] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges: [ 13.449578] tegra194-pcie 141a0000.pcie: IO 0x003a100000..0x003a1fffff -> 0x003a100000 [ 13.458268] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000 [ 13.466958] tegra194-pcie 141a0000.pcie: MEM 0x2740000000..0x2b27ffffff -> 0x2740000000 [ 14.582073] tegra194-pcie 141a0000.pcie: Phy link never came up [ 14.588222] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00 [ 14.595031] pci_bus 0005:00: root bus resource [bus 00-ff] [ 14.600669] pci_bus 0005:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff]) [ 14.610783] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff]) [ 14.621631] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref] [ 14.629564] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400 [ 14.635903] pci 0005:00:00.0: PME# supported from D0 D3hot [ 14.648010] pci 0005:00:00.0: PCI bridge to [bus 01-ff] [ 14.653405] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 14.662309] pcieport 0005:00:00.0: Adding to iommu group 13 [ 14.668237] pcieport 0005:00:00.0: PME: Signaling with IRQ 57 [ 14.674383] pcieport 0005:00:00.0: AER: enabled with IRQ 57 [ 14.680340] pci_bus 0005:01: busn_res: [bus 01-ff] is released [ 14.686420] pci 0005:00:00.0: Removing from iommu group 13 [ 14.692079] pci_bus 0005:00: busn_res: [bus 00-ff] is released [ 14.699478] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 14.707215] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges: [ 14.714404] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff -> 0x003e100000 [ 14.723107] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff -> 0x0040000000 [ 14.731797] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000 [ 15.850203] tegra194-pcie 141e0000.pcie: Phy link never came up [ 15.856344] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00 [ 15.863168] pci_bus 0007:00: root bus resource [bus 00-ff] [ 15.868813] pci_bus 0007:00: root bus resource [io 0x400000-0x4fffff] (bus address [0x3e100000-0x3e1fffff]) [ 15.878945] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff]) [ 15.889787] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref] [ 15.897715] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400 [ 15.904035] pci 0007:00:00.0: PME# supported from D0 D3hot [ 15.916164] pci 0007:00:00.0: PCI bridge to [bus 01-ff] [ 15.921557] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 15.930454] pcieport 0007:00:00.0: Adding to iommu group 14 [ 15.936368] pcieport 0007:00:00.0: PME: Signaling with IRQ 59 [ 15.942518] pcieport 0007:00:00.0: AER: enabled with IRQ 59 [ 15.948797] vdd-dp: supplied by vdd-3v3-sys [ 15.953267] vdd-3v3-sd: supplied by vdd-3v3-sys [ 15.958054] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys [ 15.964886] irq: IRQ307: trimming hierarchy from :pmc@c360000 [ 15.971020] irq: IRQ308: trimming hierarchy from :pmc@c360000 [ 15.977132] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: repeated role: 0 [ 15.986957] tegra194-isp5 14800000.isp: initialized [ 15.991988] driver not enabled, cannot register any devices [ 16.004284] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized [ 16.010654] driver not enabled, cannot register any devices [ 16.016524] (NULL device *): fops function table already registered [ 16.023933] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized [ 16.030299] driver not enabled, cannot register any devices [ 16.052250] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release [ 16.062023] tegra-xusb 3610000.xhci: xHCI Host Controller [ 16.067584] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1 [ 16.076111] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810 [ 16.085709] tegra-xusb 3610000.xhci: irq 239, io mem 0x03610000 [ 16.091943] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 16.100452] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 16.107890] usb usb1: Product: xHCI Host Controller [ 16.112911] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 16.119181] usb usb1: SerialNumber: 3610000.xhci [ 16.124549] hub 1-0:1.0: USB hub found [ 16.128429] hub 1-0:1.0: 4 ports detected [ 16.132695] tegra-xusb 3610000.xhci: xHCI Host Controller [ 16.138252] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2 [ 16.146044] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed [ 16.153536] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 16.162047] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 16.169484] usb usb2: Product: xHCI Host Controller [ 16.174501] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 16.180767] usb usb2: SerialNumber: 3610000.xhci [ 16.186022] hub 2-0:1.0: USB hub found [ 16.189905] hub 2-0:1.0: 4 ports detected [ 16.195652] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 16.195916] nvethernet 2310000.ethernet: Adding to iommu group 54 [ 16.207000] nvethernet 2310000.ethernet: failed to read skip mac reset flag, default 0 [ 16.209866] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 16.215169] nvethernet 2310000.ethernet: failed to read MDIO address [ 16.228060] nvethernet 2310000.ethernet: Failed to read nvida,pause_frames, so setting to default support as disable [ 16.238899] nvethernet 2310000.ethernet: setting to default DMA bit mask [ 16.245812] nvethernet 2310000.ethernet: max-platform-mtu DT entry missing, setting default 1500 [ 16.503166] nvethernet 2310000.ethernet: Ethernet MAC address: 48:b0:2d:94:70:ef [ 16.511365] nvethernet 2310000.ethernet: Macsec not enabled [ 16.517108] nvethernet 2310000.ethernet: Macsec: Reduced MTU: 1466 Max: 1500 [ 16.525470] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels [ 16.534119] irq: IRQ310: trimming hierarchy from :pmc@c360000 [ 16.540107] irq: IRQ311: trimming hierarchy from :interrupt-controller@f400000-1 [ 16.547791] irq: IRQ312: trimming hierarchy from :pmc@c360000 [ 16.553753] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 16.561339] tegra-se-nvhost 15810000.se: Adding to iommu group 55 [ 16.568049] tegra-se-nvhost 15810000.se: initialized [ 16.584369] tegra-se-nvhost 15810000.se: tegra_se_probe: complete [ 16.590759] tegra-se-nvhost 15820000.se: Adding to iommu group 56 [ 16.597457] tegra-se-nvhost 15820000.se: initialized [ 16.604789] tegra-se-nvhost 15820000.se: tegra_se_probe: complete [ 16.611165] tegra-se-nvhost 15840000.se: Adding to iommu group 57 [ 16.617699] tegra-se-nvhost 15840000.se: initialized [ 16.623921] tegra-se-nvhost 15840000.se: tegra_se_probe: complete [ 16.630815] tegra_actmon d230000.actmon: in actmon_register()... [ 16.637171] tegra_actmon d230000.actmon: bwmgr_disable = 1 [ 16.643380] tegra_actmon d230000.actmon: initialization Completed for the device mc_all [ 16.651824] hvc_sysfs: hypervisor is not present ??WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk ??[ 16.789802] ALSA device list: [ 16.792862] No soundcards found. [ 16.796930] Freeing unused kernel memory: 3968K [ 16.801636] Run /init as init process [ 16.816116] Root device found: mmcblk0p1 [ 16.820629] Found dev node: /dev/mmcblk0p1 [ 17.169960] EXT4-fs (mmcblk0p1): 4 orphan inodes deleted [ 17.175451] EXT4-fs (mmcblk0p1): recovery complete [ 17.190255] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 17.199577] Rootfs mounted over mmcblk0p1 [ 17.217443] Switching from initrd to actual rootfs [ 17.266513] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit [ 17.340585] systemd[1]: System time before build time, advancing clock. [ 17.381899] systemd[1]: systemd 245.4-4ubuntu3.21 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 17.405559] systemd[1]: Detected architecture arm64. [ 17.434247] systemd[1]: Set hostname to . [ 17.636922] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 17.649959] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 17.659478] systemd[1]: Created slice system-modprobe.slice. [ 17.665683] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 17.672386] systemd[1]: Created slice User and Session Slice. [ 17.678441] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 17.686504] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 17.696284] systemd[1]: Reached target User and Group Name Lookups. [ 17.702796] systemd[1]: Reached target Slices. [ 17.707420] systemd[1]: Reached target Mounting snaps. [ 17.712758] systemd[1]: Reached target Mounted snaps. [ 17.718014] systemd[1]: Reached target Swap. [ 17.722674] systemd[1]: Listening on RPCbind Server Activation Socket. [ 17.729552] systemd[1]: Listening on Syslog Socket. [ 17.734718] systemd[1]: Listening on fsck to fsckd communication Socket. [ 17.741727] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 17.748701] systemd[1]: Listening on Journal Audit Socket. [ 17.754480] systemd[1]: Listening on Journal Socket (/dev/log). [ 17.760739] systemd[1]: Listening on Journal Socket. [ 17.766006] systemd[1]: Listening on udev Control Socket. [ 17.771680] systemd[1]: Listening on udev Kernel Socket. [ 17.778146] systemd[1]: Mounting Huge Pages File System... [ 17.784795] systemd[1]: Mounting POSIX Message Queue File System... [ 17.792116] systemd[1]: Mounting RPC Pipe File System... [ 17.798505] systemd[1]: Mounting Kernel Debug File System... [ 17.805245] systemd[1]: Mounting Kernel Trace File System... [ 17.812239] systemd[1]: Starting Journal Service... [ 17.818399] systemd[1]: Starting Set the console keyboard layout... [ 17.825765] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 17.835498] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 17.842480] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped. [ 17.851857] systemd[1]: Starting Load Kernel Module efi_pstore... [ 17.859287] systemd[1]: Starting Load Kernel Module pstore_blk... [ 17.866732] systemd[1]: Starting Load Kernel Module pstore_zone... [ 17.874084] systemd[1]: Starting Load Kernel Module ramoops... [ 17.881113] systemd[1]: Starting NVIDIA specific first-boot udev script... [ 17.888541] pstore: Using crash dump compression: deflate [ 17.889287] systemd[1]: Started Nameserver information manager. [ 17.901431] printk: console [ramoops-1] enabled [ 17.906111] pstore: Registered ramoops as persistent store backend [ 17.906113] ramoops: using 0x200000@0x82c200000, ecc: 0 [ 17.918062] systemd[1]: Reached target Network (Pre). [ 17.930218] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 17.939593] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 17.956771] systemd[1]: Starting Load Kernel Modules... [ 17.963045] systemd[1]: Starting Remount Root and Kernel File Systems... [ 17.970460] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null) [ 17.970943] nvmap_heap_init: nvmap_heap_init: created heap block cache [ 17.970998] systemd[1]: Starting udev Coldplug all Devices... [ 17.988794] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x000000082f000000,16777216 [ 17.998383] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout [ 17.998390] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x0000000849800000,914358272 [ 17.998391] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout [ 17.998395] nvmap_page_pool_init: Total RAM pages: 7817383 [ 17.998396] nvmap_page_pool_init: nvmap page pool size: 977172 pages (3817 MB) [ 17.998441] nvmap_background_zero_thread: PP zeroing thread starting. [ 17.998520] misc nvmap: created heap vpr base 0x0000000849800000 size (892928KiB) [ 18.001460] misc nvmap: created heap fsi base 0x000000082f000000 size (16384KiB) [ 18.061489] systemd[1]: Started Journal Service. [ 18.094360] systemd-journald[280]: Received client request to flush runtime journal. [ 18.123307] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000 [ 18.123307] [ 18.443902] nvidia: loading out-of-tree module taints kernel. [ 18.474087] using random self ethernet address [ 18.478799] using random host ethernet address [ 18.617166] 1 fixed-partitions partitions found on MTD device spi6.0 [ 18.624021] Creating 1 MTD partitions on "spi6.0": [ 18.629111] 0x000000000000-0x000004000000 : "Whole_flash0" [ 19.135702] using random self ethernet address [ 19.140322] using random host ethernet address Ubuntu 20.04.6 LTS XD-UBUNTU ttyTCU0 XD-UBUNTU login: xd (automatic login) Welcome to Ubuntu 20.04.6 LTS (GNU/Linux 5.10.104-tegra aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage This system has been minimized by removing packages and content that are not required on a system that users do not log into. To restore this content, you can run the 'unminimize' command. Expanded Security Maintenance for Applications is not enabled. 0 updates can be applied immediately. Enable ESM Apps to receive additional future security updates. See https://ubuntu.com/esm or run: sudo pro status Last login: Tue Apr 25 08:26:17 UTC 2023 on ttyTCU0 xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ cd /dev/ xd@XD-UBUNTU:/dev$ ls autofs capture-vi-channel39 nvhost-ctrl-nvdec tty34 block capture-vi-channel4 nvhost-ctrl-nvdla0 tty35 btrfs-control capture-vi-channel40 nvhost-ctrl-nvdla1 tty36 bus capture-vi-channel41 nvhost-ctrl-pva0 tty37 camchar-dbg capture-vi-channel42 nvhost-ctxsw-gpu tty38 camchar-echo capture-vi-channel43 nvhost-dbg-gpu tty39 capture-isp-channel0 capture-vi-channel44 nvhost-gpu tty4 capture-isp-channel1 capture-vi-channel45 nvhost-isp tty40 capture-isp-channel10 capture-vi-channel46 nvhost-isp-thi tty41 capture-isp-channel11 capture-vi-channel47 nvhost-msenc tty42 capture-isp-channel12 capture-vi-channel48 nvhost-nvcsi tty43 capture-isp-channel13 capture-vi-channel49 nvhost-nvdec tty44 capture-isp-channel14 capture-vi-channel5 nvhost-nvdla0 tty45 capture-isp-channel15 capture-vi-channel50 nvhost-nvdla1 tty46 capture-isp-channel16 capture-vi-channel51 nvhost-nvjpg tty47 capture-isp-channel17 capture-vi-channel52 nvhost-nvjpg1 tty48 capture-isp-channel18 capture-vi-channel53 nvhost-nvsched-gpu tty49 capture-isp-channel19 capture-vi-channel54 nvhost-ofa tty5 capture-isp-channel2 capture-vi-channel55 nvhost-power-gpu tty50 capture-isp-channel20 capture-vi-channel56 nvhost-prof-ctx-gpu tty51 capture-isp-channel21 capture-vi-channel57 nvhost-prof-dev-gpu tty52 capture-isp-channel22 capture-vi-channel58 nvhost-prof-gpu tty53 capture-isp-channel23 capture-vi-channel59 nvhost-pva0 tty54 capture-isp-channel24 capture-vi-channel6 nvhost-sched-gpu tty55 capture-isp-channel25 capture-vi-channel60 nvhost-tsec tty56 capture-isp-channel26 capture-vi-channel61 nvhost-tsg-gpu tty57 capture-isp-channel27 capture-vi-channel62 nvhost-vi0 tty58 capture-isp-channel28 capture-vi-channel63 nvhost-vi0-thi tty59 capture-isp-channel29 capture-vi-channel64 nvhost-vi1 tty6 capture-isp-channel3 capture-vi-channel65 nvhost-vi1-thi tty60 capture-isp-channel30 capture-vi-channel66 nvhost-vic tty61 capture-isp-channel31 capture-vi-channel67 nvidia0 tty62 capture-isp-channel32 capture-vi-channel68 nvidiactl tty63 capture-isp-channel33 capture-vi-channel69 nvidia-modeset tty7 capture-isp-channel34 capture-vi-channel7 nvmap tty8 capture-isp-channel35 capture-vi-channel70 nvsciipc tty9 capture-isp-channel36 capture-vi-channel71 port ttyAMA0 capture-isp-channel37 capture-vi-channel8 ppp ttyGS0 capture-isp-channel38 capture-vi-channel9 ptmx ttyp0 capture-isp-channel39 char ptp0 ttyp1 capture-isp-channel4 console pts ttyp2 capture-isp-channel40 cpu_dma_latency ptyp0 ttyp3 capture-isp-channel41 cuse ptyp1 ttyp4 capture-isp-channel42 disk ptyp2 ttyp5 capture-isp-channel43 dma_heap ptyp3 ttyp6 capture-isp-channel44 efi_capsule_loader ptyp4 ttyp7 capture-isp-channel45 fd ptyp5 ttyp8 capture-isp-channel46 full ptyp6 ttyp9 capture-isp-channel47 fuse ptyp7 ttypa capture-isp-channel48 gpiochip0 ptyp8 ttypb capture-isp-channel49 gpiochip1 ptyp9 ttypc capture-isp-channel5 gtechip0 ptypa ttypd capture-isp-channel50 hugepages ptypb ttype capture-isp-channel51 i2c-0 ptypc ttypf capture-isp-channel52 i2c-1 ptypd ttyS0 capture-isp-channel53 i2c-2 ptype ttyS1 capture-isp-channel54 i2c-3 ptypf ttyS2 capture-isp-channel55 i2c-4 quadd ttyS3 capture-isp-channel56 i2c-5 quadd_auth ttyTCU0 capture-isp-channel57 i2c-6 random ttyTHS0 capture-isp-channel58 i2c-7 rfkill ttyTHS1 capture-isp-channel59 i2c-8 rtc ttyTHS3 capture-isp-channel6 initctl rtc0 ttyTHS4 capture-isp-channel60 input rtc1 uhid capture-isp-channel61 kmsg shm uinput capture-isp-channel62 kvm snd urandom capture-isp-channel63 l3cache stderr vcs capture-isp-channel7 log stdin vcs1 capture-isp-channel8 loop0 stdout vcs2 capture-isp-channel9 loop1 tee0 vcs3 capture-vi-channel0 loop2 teepriv0 vcs4 capture-vi-channel1 loop3 tegra-crypto vcs5 capture-vi-channel10 loop4 tegra-nvvse-crypto vcs6 capture-vi-channel11 loop5 tegra-soc-hwpm vcsa capture-vi-channel12 loop6 tty vcsa1 capture-vi-channel13 loop7 tty0 vcsa2 capture-vi-channel14 loop-control tty1 vcsa3 capture-vi-channel15 mapper tty10 vcsa4 capture-vi-channel16 media0 tty11 vcsa5 capture-vi-channel17 mem tty12 vcsa6 capture-vi-channel18 mmcblk0 tty13 vcsu capture-vi-channel19 mmcblk0p1 tty14 vcsu1 capture-vi-channel2 mmcblk0p10 tty15 vcsu2 capture-vi-channel20 mmcblk0p11 tty16 vcsu3 capture-vi-channel21 mmcblk0p2 tty17 vcsu4 capture-vi-channel22 mmcblk0p3 tty18 vcsu5 capture-vi-channel23 mmcblk0p4 tty19 vcsu6 capture-vi-channel24 mmcblk0p5 tty2 vfio capture-vi-channel25 mmcblk0p6 tty20 vhci capture-vi-channel26 mmcblk0p7 tty21 watchdog capture-vi-channel27 mmcblk0p8 tty22 watchdog0 capture-vi-channel28 mmcblk0p9 tty23 zero capture-vi-channel29 mmcblk0rpmb tty24 zram0 capture-vi-channel3 mqueue tty25 zram1 capture-vi-channel30 mtd0 tty26 zram2 capture-vi-channel31 mtd0ro tty27 zram3 capture-vi-channel32 net tty28 zram4 capture-vi-channel33 null tty29 zram5 capture-vi-channel34 nvgpu tty3 zram6 capture-vi-channel35 nvhost-as-gpu tty30 zram7 capture-vi-channel36 nvhost-ctrl tty31 capture-vi-channel37 nvhost-ctrl-gpu tty32 capture-vi-channel38 nvhost-ctrl-isp tty33 xd@XD-UBUNTU:/dev$ lspci 0007:00:00.0 PCI bridge: NVIDIA Corporation Device 229a (rev a1) xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ xd@XD-UBUNTU:/dev$ lspci |grep -i nvidia 0007:00:00.0 PCI bridge: NVIDIA Corporation Device 229a (rev a1) xd@XD-UBUNTU:/dev$ ?? [0000.060] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.066] I> t234-A01-0-Silicon (0x12347) Prod [0000.070] I> Boot-mode : Coldboot [0000.073] I> Emulation: [0000.076] I> Entry timestamp: 0x00000000 [0000.079] I> last_boot_error: 0x0 [0000.082] I> BR-BCT: preprod_dev_sign: 0 [0000.086] I> rst_source: 0x0, rst_level: 0x0 [0000.090] I> Task: CRC check (0x5001cf71) [0000.094] I> Skip CRC check as records_integrity fuse is not burned [0000.100] I> Task: Crypto init (0x5001c0d9) [0000.104] I> Task: Secure debug controls (0x5000cb19) [0000.109] I> Task: strap war set (0x5000b739) [0000.113] I> strap value(0x4000401) set to 0x4000401 [0000.118] I> Task: Initialize SOC Therm (0x5001a509) [0000.123] I> Task: Program NV master stream id (0x5000cad1) [0000.129] I> Task: Verify boot mode (0xd482021) [0000.134] I> Task: Alias fuses (0x50010749) [0000.139] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.146] I> Task: Print SKU type (0x5000fba9) [0000.150] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.155] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.159] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.164] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.168] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.172] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.176] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.180] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.185] I> FUSE_SKU_INFO_0 = 0xd2 [0000.188] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.192] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.196] I> SKU: Prod [0000.198] I> Task: Boost clocks (0x50013db1) [0000.202] I> Initializing PLLC2 for AXI_CBB. [0000.206] I> AXI_CBB : src = 35, divisor = 0 [0000.210] I> Task: Voltage monitor (0x50013dbd) [0000.215] I> VMON: Vmon re-calibration and fine tuning done [0000.220] I> Task: UPHY init (0x5000da39) [0000.224] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.230] I> Task: Boot device init (0x50000a3d) [0000.234] I> Boot_device: QSPI_FLASH instance: 0 [0000.239] I> Qspi clock source : pllc_out0 [0000.243] I> QSPI Flash: Macronix 64MB [0000.247] I> QSPI-0l initialized successfully [0000.251] I> Task: TSC init (0x5001ed35) [0000.255] I> Task: Load membct (0x5001190d) [0000.259] I> RAM_CODE 0x4000401 [0000.262] I> Loading MEM-BCT to SysRAM [0000.265] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.271] I> Slot: 0 [0000.273] I> Binary[0] block-0 (partition size: 0x40000) [0000.278] I> get_binary_info: Binary name: MEM-BCT-0 [0000.283] I> Size of crypto header is 8192 [0000.287] I> BCH load address is : 0x40050000 [0000.291] I> Size of crypto header is 8192 [0000.295] I> BCH of MEM-BCT-0 read from storage [0000.299] I> BCH address is : 0x40050000 [0000.303] I> MEM-BCT-0 header integrity check is success [0000.308] I> Binary magic in BCH component 0 is MEM0 [0000.313] I> component binary type is 0 [0000.318] I> MEM-BCT-0 binary is read from storage [0000.322] I> MEM-BCT-0 binary integrity check is success [0000.328] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.334] I> RAM_CODE 0x4000401 [0000.340] I> RAM_CODE 0x4000401 [0000.343] I> Task: Load Page retirement list (0x50011139) [0000.349] I> Task: SDRAM params override (0x50011b79) [0000.353] I> Task: Save mem-bct info (0x50014071) [0000.358] I> Task: Carveout allocate (0x500140d5) [0000.363] I> RCM blob carveout will not be allocated [0000.367] I> ECC region[0]: Start:0x0, End:0x0 [0000.372] I> ECC region[1]: Start:0x0, End:0x0 [0000.376] I> ECC region[2]: Start:0x0, End:0x0 [0000.380] I> ECC region[3]: Start:0x0, End:0x0 [0000.384] I> ECC region[4]: Start:0x0, End:0x0 [0000.389] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.395] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.399] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.404] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.408] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.418] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.425] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.432] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.439] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.447] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.454] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.461] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.468] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.475] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.482] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.489] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.496] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.503] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.510] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.517] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.524] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.531] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.537] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.544] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.551] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.558] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.565] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.572] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.579] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.586] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.593] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.600] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.607] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.613] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.620] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.627] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.634] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.641] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.647] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.654] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.661] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.668] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.674] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.681] I> Task: Thermal check (0x5001fba1) [0000.685] I> max_chip_limit = 115 [0000.688] I> min_chip_limit = -30 [0000.692] I> max temp read = 28 [0000.694] I> min temp read = 25 [0000.697] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.704] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.709] I> Task: Disable WDT globally (0x5001f965) [0000.713] I> Task: I2C register (0x50000a31) [0000.718] I> Task: Reset FSI (0x50013db9) [0000.721] I> Task: Pinmux init (0x50013219) [0000.726] I> Task: Prod config init (0x50013631) [0000.730] I> Task: Pad voltage init (0x500132a5) [0000.735] I> Task: Prod init (0x500136d5) [0000.739] I> Task: Common rail init (0x50013bd1) [0000.743] W> Thermal config not found in BCT [0000.747] W> Generic i2c config not found in BCT [0000.752] W> Platform rail config not found in BCT [0000.757] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.765] W> MEMIO rail config not found in BCT [0000.770] I> Task: Mem clock src (0x500119c5) [0000.774] I> Task: Misc. board config (0x50013c29) [0000.779] W> Platform config not found in BCT [0000.783] I> Task: SDRAM init (0x500119c9) [0000.789] I> SDRAM-params @ 0xd485000 [0000.793] I> MSS code-drop: NvBootSdramInit [0000.797] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.804] I> MSS CAR: Init PLLM [0000.807] I> MSS CAR: Init PLLHUB [0000.812] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.824] I> mb1_sdram_init Done ! [0000.827] I> SDRAM Size in Total 0x800000000 [0000.831] I> Task: Dram Ecc scrub (0x50011261) [0000.836] I> Task: DRAM alias check (0x50011b71) [0000.867] I> Task: Program NSDRAM carveout (0x50014921) [0000.873] I> NSDRAM carveout encryption is disabled [0000.878] I> Program NSDRAM carveout [0000.882] I> Task: Register checker (0x50011b75) [0000.891] I> Task: Enable clock-mon (0x5001ed25) [0000.908] I> FMON: Fmon re-programming done [0000.912] I> Task: Mapper init (0x5001d451) [0000.917] I> Task: SC7 Context Init (0x5001f02d) [0000.924] I> Task: CCPLEX IST init (0x5000d335) [0000.930] I> Task: CPU WP0 (0x5000c635) [0000.935] I> Loading MCE [0000.937] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.943] I> Slot: 0 [0000.946] I> Binary[8] block-0 (partition size: 0x80000) [0000.952] I> get_binary_info: Binary name: MCE [0000.956] I> Size of crypto header is 8192 [0000.961] I> BCH load address is : 0x4003e000 [0000.966] I> Size of crypto header is 8192 [0000.971] I> BCH of MCE read from storage [0000.975] I> BCH address is : 0x4003e000 [0000.981] I> MCE header integrity check is success [0000.986] I> Binary magic in BCH component 0 is MTSM [0000.991] I> component binary type is 8 [0000.995] I> Size of crypto header is 8192 [0001.002] I> MCE binary is read from storage [0001.007] I> MCE binary integrity check is success [0001.012] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.020] I> Size of crypto header is 8192 [0001.034] I> Size of crypto header is 8192 [0001.039] I> Sending WP0 mailbox command to PSC [0001.050] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.070] I> Task: Load bpmp-fw (0x5001e801) [0001.075] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.081] I> Slot: 0 [0001.084] I> Binary[15] block-0 (partition size: 0x180000) [0001.090] I> get_binary_info: Binary name: BPMP_FW [0001.095] I> Size of crypto header is 8192 [0001.099] I> BCH load address is : 0x807fe000 [0001.105] I> Size of crypto header is 8192 [0001.110] I> BCH of BPMP_FW read from storage [0001.114] I> BCH address is : 0x807fe000 [0001.120] I> BPMP_FW header integrity check is success [0001.125] I> Binary magic in BCH component 0 is BPMF [0001.131] I> component binary type is 15 [0001.135] I> Size of crypto header is 8192 [0001.150] I> BPMP_FW binary is read from storage [0001.157] I> BPMP_FW binary integrity check is success [0001.163] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.171] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.177] I> Slot: 0 [0001.179] I> Binary[16] block-10000 (partition size: 0x400000) [0001.186] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.192] I> Size of crypto header is 8192 [0001.196] I> BCH load address is : 0x807fc000 [0001.202] I> Size of crypto header is 8192 [0001.206] I> BCH of BPMP_FW_DTB read from storage [0001.211] I> BCH address is : 0x807fc000 [0001.217] I> BPMP_FW_DTB header integrity check is success [0001.223] I> Binary magic in BCH component 0 is BPMD [0001.228] I> component binary type is 16 [0001.232] I> Size of crypto header is 8192 [0001.238] I> BPMP_FW_DTB binary is read from storage [0001.244] I> BPMP_FW_DTB binary integrity check is success [0001.250] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.259] I> Task: Load psc-fw (0x5001ea0d) [0001.265] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.271] I> Slot: 0 [0001.273] I> Binary[17] block-0 (partition size: 0xc0000) [0001.279] I> get_binary_info: Binary name: PSC_FW [0001.284] I> Size of crypto header is 8192 [0001.289] I> BCH load address is : 0x80ffe000 [0001.294] I> Size of crypto header is 8192 [0001.299] I> BCH of PSC_FW read from storage [0001.304] I> BCH address is : 0x80ffe000 [0001.309] I> PSC_FW header integrity check is success [0001.314] I> Binary magic in BCH component 0 is PFWP [0001.320] I> component binary type is 17 [0001.324] I> Size of crypto header is 8192 [0001.334] I> PSC_FW binary is read from storage [0001.340] I> PSC_FW binary integrity check is success [0001.345] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.354] I> Task: Load nvdec-fw (0x5001ea81) [0001.360] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.365] I> Slot: 0 [0001.368] I> Binary[7] block-0 (partition size: 0x100000) [0001.374] I> get_binary_info: Binary name: NVDEC [0001.379] I> Size of crypto header is 8192 [0001.383] I> BCH load address is : 0x800fe000 [0001.389] I> Size of crypto header is 8192 [0001.394] I> BCH of NVDEC read from storage [0001.398] I> BCH address is : 0x800fe000 [0001.404] I> NVDEC header integrity check is success [0001.409] I> Binary magic in BCH component 0 is NDEC [0001.414] I> component binary type is 7 [0001.418] I> Size of crypto header is 8192 [0001.425] I> NVDEC binary is read from storage [0001.431] I> NVDEC binary integrity check is success [0001.436] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.447] I> Task: Load tsec-fw (0x5001ec6d) [0001.452] I> TSEC-FW load support not enabled [0001.457] I> Task: Program misc carveouts (0x5001445d) [0001.463] I> Program IPC carveouts [0001.470] I> Task: GPIO interrupt map (0x50013cc5) [0001.476] I> Task: SC7 context save (0x5001f161) [0001.482] I> NV_SC7 Context addr: 0xa0000000 [0001.488] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.493] I> Slot: 0 [0001.496] I> Binary[27] block-0 (partition size: 0x100000) [0001.502] I> get_binary_info: Binary name: BR_BCT [0001.507] I> Size of crypto header is 8192 [0001.512] I> Size of crypto header is 8192 [0001.517] I> BR_BCT binary is read from storage [0001.522] I> BR_BCT binary integrity check is success [0001.527] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.535] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.541] I> Slot: 0 [0001.543] I> Binary[13] block-0 (partition size: 0x30000) [0001.549] I> get_binary_info: Binary name: SC7-FW [0001.555] I> Size of crypto header is 8192 [0001.559] I> Size of crypto header is 8192 [0001.564] I> BCH load address is : 0xa0002000 [0001.569] I> Size of crypto header is 8192 [0001.574] I> BCH of SC7-FW read from storage [0001.579] I> BCH address is : 0xa0002000 [0001.584] I> SC7-FW header integrity check is success [0001.589] I> Binary magic in BCH component 0 is WB0B [0001.595] I> component binary type is 13 [0001.599] I> Size of crypto header is 8192 [0001.605] I> SC7-FW binary is read from storage [0001.611] I> SC7-FW binary integrity check is success [0001.616] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.624] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.630] I> Slot: 0 [0001.632] I> Binary[22] block-0 (partition size: 0x30000) [0001.639] I> get_binary_info: Binary name: PSC_RF [0001.644] I> Size of crypto header is 8192 [0001.648] I> Size of crypto header is 8192 [0001.653] I> BCH load address is : 0xa0029460 [0001.658] I> Size of crypto header is 8192 [0001.663] I> BCH of PSC_RF read from storage [0001.668] I> BCH address is : 0xa0029460 [0001.673] I> PSC_RF header integrity check is success [0001.679] I> Binary magic in BCH component 0 is PSCR [0001.684] I> component binary type is 22 [0001.688] I> Size of crypto header is 8192 [0001.694] I> PSC_RF binary is read from storage [0001.700] I> PSC_RF binary integrity check is success [0001.705] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.725] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.731] I> Slot: 0 [0001.733] I> Binary[14] block-0 (partition size: 0x20000) [0001.739] I> get_binary_info: Binary name: MB2_RF [0001.744] I> Size of crypto header is 8192 [0001.749] I> Size of crypto header is 8192 [0001.753] I> BCH load address is : 0xa008e240 [0001.759] I> Size of crypto header is 8192 [0001.764] I> BCH of MB2_RF read from storage [0001.768] I> BCH address is : 0xa008e240 [0001.774] I> MB2_RF header integrity check is success [0001.779] I> Binary magic in BCH component 0 is MB2R [0001.784] I> component binary type is 14 [0001.789] I> Size of crypto header is 8192 [0001.795] I> MB2_RF binary is read from storage [0001.800] I> MB2_RF binary integrity check is success [0001.805] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.814] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.821] I> SC7 context fuse-bypass data is empty [0001.829] I> SC7 context save done [0001.833] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.839] I> Loading MB2 [0001.842] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.848] I> Slot: 0 [0001.850] I> Binary[6] block-0 (partition size: 0x80000) [0001.856] I> get_binary_info: Binary name: MB2 [0001.861] I> Size of crypto header is 8192 [0001.866] I> BCH load address is : 0x8007e000 [0001.871] I> Size of crypto header is 8192 [0001.876] I> BCH of MB2 read from storage [0001.881] I> BCH address is : 0x8007e000 [0001.886] I> MB2 header integrity check is success [0001.891] I> Binary magic in BCH component 0 is MB2B [0001.896] I> component binary type is 6 [0001.901] I> Size of crypto header is 8192 [0001.910] I> MB2 binary is read from storage [0001.915] I> MB2 binary integrity check is success [0001.921] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.929] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.936] I> Task: Prepare MB2 params (0x5000d5dd) [0001.944] I> MB2-params @ 0x40060000 [0001.952] I> BR-BCT Boot Chain Fields [0001.956] I> u32_non_gpio_select_boot_chain : 0 [0001.961] I> u32_num_boot_chains : 2 [0001.966] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.972] I> Task: Dram ecc test (0x500112cd) [0001.978] I> Task: Misc NV security settings (0x5000ced5) [0001.984] I> NVDEC sticky bits programming done [0001.989] I> Task: Disable/Reload WDT (0x5001f991) [0001.995] I> Programmed SLCG global override := 0x0 [0002.000] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f1fd3 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9428224 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 29 I> FSITHERM min temp = 27 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure NOR provision (0x50014924) I> Task: Load FSI keyblob (0x50012368) I> Skipping FSI key blob copy I> Task: Unhalt AUXPs (0x50020c8c) I> SCE unhalt skipped I> Unhalting RCE I> RCE unhalt successful I> DCE unhalt successful I> APE unhalt skipped I> FSI unhalt skipped I> Task: Load CPUBL (0x5001347c) I> Task: Load TOS (0x50013b38) I> Task: Load and authenticate registered FWs (0x50017428) I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_cpu??[ 2.363556] Camera-FW on t234-rce-safe started ??INFO: MONITOR: populated user images:19 INFO: mret to Supervisor! INFO: psc supervisor init. INFO: psc_irq_init... INFO: enter idle task. ??bpmp: init bpmp: base binary md5 is eac3805??TCU early console ena??26d68ff45ffc86d0feae98e88 bpmp: combined binary md5 is 888a114dda6bea50b6c6bb??bled. ??224445ac85 bpmp: firmware tag is 888a114dda6bea50b6c6-eac380526d6 initialized vwdt initialized mail_early initialized fuse initialized vfrel initialized hwwdt initialized adc fmon_populate_monitors: found 199 monitors initialized fmon initialized mc initialized reset initialized uphy_early initialized emc_early 471 clocks registered initialized clk_mach initialized clk_cal_early initialized clk_mach_early_config initialized io_dpd initialized thermal initialized soctherm initialized tj_init initialized regime initialized i2c vrmon_dt_init: vrmon node not found vrmon_chk_boot_state: found 0 rail monitors initialized vrmon initialized regulator ?? ??-bootloader I> Size of partition: 3670016 I> Binary@ device:3/0 block-24832 (partition size: 0x380000), name: A_cpu-bootloader??initialized avfs_clk_platform initialized powergate ?? ??initialized dvs initialized clk_mach_config initialized pm initialized suspend initialized strap initialized emc initialized emc_mrq initialized clk_cal initialized uphy_dt initialized uphy_mrq initialized uphy ??I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_secure-os I> Size of partition: 4194304 I> Binary@ device:3/0 block-32000 (partition size: 0x400000), name: A_secure-os ??initialized pg_late initialized pg_mrq_init swdtimer_init: 0 reg polling start w period 47 ms initialized swdtimer initialized hwwdt_late initialized bwmgr initialized thermal_host_trip initialized thermal_mrq initialized oc_mrq initialized reset_mrq initialized mail_mrq initialized fmon_mrq initialized clk_mrq initialized avfs_mrq initialized i2c_mrq initialized tag_mrq initialized bwmgr_mrq initialized console_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ??I> MB2-params @ 0x400600??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??00 I> cpubl: Authentication Fi??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss ena??[ 2.602835] Camer??ble xusb_fs enable xusb_falcon enable xusb_core_mux ??a-FW on t234-rce-safe??enable dsi_lp enable sdmmc_legacy_tm initialized clk_?? ready SHA1=7a10e461 ??mach_post initialized pg_post ??(crt 13.250 ms, total??initialized regulator_post initialized profile initialized fuse_late initia?? boot 261.852 ms) ??lized mrq initialized patrol_scrubber initialized extras_post bpmp: init complete ??DCE: FW Boot Done ??nalize Done I> Binary cpubl loaded successfully at 0x82c400000 I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eks I> eks: Authentication Finalize Done I> Binary eks loaded successfully at 0x82d000400 I> EKB detected (length: 0x410) @ VA:0x82d000400 I> Task: Prepare TOS params (0x50013ab0) I> Setting EKB blob info to OPTEE dtb finished. I> Setting OPTEE arg3: 0x82b700000 I> Task: OEM SC7 context save (0x500146bc) I> oem sc7 context saved I> Task: Disable MSS perf stats (0x50020d18) I> Task: Program display sticky bits (0x50020c94) I> Task: Storage device deinit (0x50001ed8) I> Task: SMMU external bypass disable (0x50011eb4) I> Task: SMMU init (0x50011dd0) I> Task: Program CBB PCIE AMAP regions (0x50014b08) I> Task: Program GICv3 registers (0x50020db8) I> Task: Audit firewall settings (0x5001e1c0) I> Task: Bootchain failure check (0x500026a4) I> Current Boot-Chain Slot: 0 I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0 I> MB2 finished ??NOTICE: BL31: v2.6(release):4fa405dbd NOTICE: BL31: Built : 20:16:55, Aug 10 2022 I/TC: I/TC: Non-secure external DT found I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f0100006). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ??[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421] [ 0.000000] Linux version 5.10.104-tegra (buildbrain@mobile-u64-5273-d7000) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #1 SMP PREEMPT Wed Aug 10 20:17:07 PDT 2022 [ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16, [ 0.000000] OF: fdt: - 80000000 , c0000000 [ 0.000000] Machine model: Jetson AGX Orin [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: RTPROP=0x805401c18 SMBIOS=0xffff0000 SMBIOS 3.0=0x8039a0000 MEMATTR=0x80476e018 ESRT=0x8039b1f98 RNG=0x827905998 MEMRESERVE=0x804770f18 [ 0.000000] efi: seeding entropy pool [ 0.000000] esrt: Reserving ESRT space from 0x00000008039b1f98 to 0x00000008039b1fd0. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000817800000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000835ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff] [ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000007ffffffff] [ 0.000000] node 0: [mem 0x0000000800000000-0x00000008021bffff] [ 0.000000] node 0: [mem 0x00000008021c0000-0x0000000803562fff] [ 0.000000] node 0: [mem 0x0000000803563000-0x00000008036fdfff] [ 0.000000] node 0: [mem 0x00000008036fe000-0x000000080398ffff] [ 0.000000] node 0: [mem 0x0000000803990000-0x00000008039affff] [ 0.000000] node 0: [mem 0x00000008039b0000-0x000000080453ffff] [ 0.000000] node 0: [mem 0x0000000804540000-0x00000008046cffff] [ 0.000000] node 0: [mem 0x00000008046d0000-0x000000080473ffff] [ 0.000000] node 0: [mem 0x0000000804740000-0x000000080475ffff] [ 0.000000] node 0: [mem 0x0000000804760000-0x000000080477ffff] [ 0.000000] node 0: [mem 0x0000000804780000-0x00000008049effff] [ 0.000000] node 0: [mem 0x00000008049f0000-0x0000000804a3ffff] [ 0.000000] node 0: [mem 0x0000000804a40000-0x0000000804a4ffff] [ 0.000000] node 0: [mem 0x0000000804a50000-0x0000000804a9ffff] [ 0.000000] node 0: [mem 0x0000000804aa0000-0x0000000804e4ffff] [ 0.000000] node 0: [mem 0x0000000804e50000-0x0000000804e5ffff] [ 0.000000] node 0: [mem 0x0000000804e60000-0x0000000804ebffff] [ 0.000000] node 0: [mem 0x0000000804ec0000-0x000000080534ffff] [ 0.000000] node 0: [mem 0x0000000805350000-0x000000080539ffff] [ 0.000000] node 0: [mem 0x00000008053a0000-0x000000080553ffff] [ 0.000000] node 0: [mem 0x0000000805540000-0x00000008055dffff] [ 0.000000] node 0: [mem 0x00000008055e0000-0x000000080568ffff] [ 0.000000] node 0: [mem 0x0000000805690000-0x000000080572ffff] [ 0.000000] node 0: [mem 0x0000000805730000-0x00000008057bffff] [ 0.000000] node 0: [mem 0x00000008057c0000-0x000000080585ffff] [ 0.000000] node 0: [mem 0x0000000805860000-0x000000080612ffff] [ 0.000000] node 0: [mem 0x0000000806130000-0x000000080630ffff] [ 0.000000] node 0: [mem 0x0000000806310000-0x00000008278bffff] [ 0.000000] node 0: [mem 0x00000008278c0000-0x000000082790ffff] [ 0.000000] node 0: [mem 0x0000000827910000-0x000000082b6affff] [ 0.000000] node 0: [mem 0x000000082c400000-0x000000082c7fffff] [ 0.000000] node 0: [mem 0x0000000834000000-0x0000000835ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000835ffffff] [ 0.000000] On node 0, zone Normal: 336 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 32 pages/cpu s90136 r8192 d32744 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] alternatives: patching kernel code [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7925040 [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB) [ 0.000000] Memory: 30995228K/32205504K available (18432K kernel code, 3172K rwdata, 7156K rodata, 3968K init, 1095K bss, 948132K reserved, 262144K cma-reserved) [ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x38/0x420 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000 [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70) [ 0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677] [ 0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns [ 0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns [ 0.000683] Console: colour dummy device 80x25 [ 0.000872] printk: console [tty0] enabled [ 0.000904] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000) [ 0.000913] pid_max: default: 32768 minimum: 301 [ 0.000975] LSM: Security Framework initializing [ 0.000996] Yama: becoming mindful. [ 0.001014] SELinux: Initializing. [ 0.001095] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.001143] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.002583] rcu: Hierarchical SRCU implementation. [ 0.002668] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003137] DTS File Name: ../arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0004-p3737-0000.dts [ 0.003145] DTB Build time: Dec 30 2022 16:29:58 [ 0.004447] Tegra Revision: A01 SKU: 0xd2 CPU Process: 0 SoC Process: 0 [ 0.004573] Remapping and enabling EFI services. [ 0.005747] smp: Bringing up secondary CPUs ... [ 0.034410] Detected PIPT I-cache on CPU1 [ 0.034441] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000 [ 0.034472] CPU1: Booted secondary processor 0x0000000100 [0x410fd421] [ 0.063081] Detected PIPT I-cache on CPU2 [ 0.063090] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000 [ 0.063104] CPU2: Booted secondary processor 0x0000000200 [0x410fd421] [ 0.091675] Detected PIPT I-cache on CPU3 [ 0.091683] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000 [ 0.091696] CPU3: Booted secondary processor 0x0000000300 [0x410fd421] [ 0.122307] Detected PIPT I-cache on CPU4 [ 0.122328] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000 [ 0.122354] CPU4: Booted secondary processor 0x0000010000 [0x410fd421] [ 0.150986] Detected PIPT I-cache on CPU5 [ 0.150995] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000 [ 0.151011] CPU5: Booted secondary processor 0x0000010100 [0x410fd421] [ 0.179606] Detected PIPT I-cache on CPU6 [ 0.179615] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000 [ 0.179631] CPU6: Booted secondary processor 0x0000010200 [0x410fd421] [ 0.208225] Detected PIPT I-cache on CPU7 [ 0.208235] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000 [ 0.208251] CPU7: Booted secondary processor 0x0000010300 [0x410fd421] [ 0.208305] smp: Brought up 1 node, 8 CPUs [ 0.208349] SMP: Total of 8 processors activated. [ 0.208353] CPU features: detected: Privileged Access Never [ 0.208356] CPU features: detected: LSE atomic instructions [ 0.208359] CPU features: detected: User Access Override [ 0.208361] CPU features: detected: 32-bit EL0 Support [ 0.208364] CPU features: detected: Common not Private translations [ 0.208367] CPU features: detected: RAS Extension Support [ 0.208369] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.208373] CPU features: detected: CRC32 instructions [ 0.208375] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.241790] CPU: All CPU(s) started at EL2 [ 0.243960] devtmpfs: initialized [ 0.257156] Registered cp15_barrier emulation handler [ 0.257166] Registered setend emulation handler [ 0.257172] KASLR enabled [ 0.257278] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.257291] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.258832] pinctrl core: initialized pinctrl subsystem [ 0.259314] SMBIOS 3.0.0 present. [ 0.259320] DMI: /, BIOS 1.0-d7fb19b 08/10/2022 [ 0.259566] NET: Registered protocol family 16 [ 0.260195] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.260395] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.260589] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.260617] audit: initializing netlink subsys (disabled) [ 0.260695] audit: type=2000 audit(0.260:1): state=initialized audit_enabled=0 res=1 [ 0.260847] thermal_sys: Registered thermal governor 'step_wise' [ 0.260849] thermal_sys: Registered thermal governor 'power_allocator' [ 0.260855] thermal_sys: Registered thermal governor 'pid_thermal_gov' [ 0.262870] cpuidle: using governor menu [ 0.262969] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.263048] ASID allocator initialised with 32768 entries [ 0.263135] Serial: AMBA PL011 UART driver [ 0.264610] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful [ 0.264637] Tegra reboot handler registered. [ 0.282894] mc: mapped MMIO address: 0xffff800011110000 -> 0x2c10000 [ 0.282908] mc: mapped MMIO address: 0xffff800011130000 -> 0x2c20000 [ 0.282915] mc: mapped MMIO address: 0xffff800011150000 -> 0x2c30000 [ 0.282922] mc: mapped MMIO address: 0xffff800011170000 -> 0x2c40000 [ 0.282931] mc: mapped MMIO address: 0xffff800011190000 -> 0x2c50000 [ 0.282938] mc: mapped MMIO address: 0xffff8000111b0000 -> 0x2b80000 [ 0.282945] mc: mapped MMIO address: 0xffff8000111d0000 -> 0x2b90000 [ 0.282951] mc: mapped MMIO address: 0xffff8000111f0000 -> 0x2ba0000 [ 0.282960] mc: mapped MMIO address: 0xffff800011210000 -> 0x2bb0000 [ 0.282966] mc: mapped MMIO address: 0xffff800011230000 -> 0x1700000 [ 0.282972] mc: mapped MMIO address: 0xffff800011250000 -> 0x1710000 [ 0.282978] mc: mapped MMIO address: 0xffff800011270000 -> 0x1720000 [ 0.282984] mc: mapped MMIO address: 0xffff800011290000 -> 0x1730000 [ 0.282991] mc: mapped MMIO address: 0xffff8000112b0000 -> 0x1740000 [ 0.282999] mc: mapped MMIO address: 0xffff8000112d0000 -> 0x1750000 [ 0.283005] mc: mapped MMIO address: 0xffff8000112f0000 -> 0x1760000 [ 0.283011] mc: mapped MMIO address: 0xffff800011310000 -> 0x1770000 [ 0.283020] nv-tegra-mc 2c10000.mc: No mssnvlink node [ 0.283047] mc-err: mcerr ops are set to t23x [ 0.283318] tegra234-cbb 13a00000.cbb-fabric: secure_irq = 21 [ 0.283368] tegra234-cbb c600000.aon-fabric: secure_irq = 22 [ 0.283411] tegra234-cbb d600000.bpmp-fabric: secure_irq = 23 [ 0.283445] tegra234-cbb de00000.dce-fabric: secure_irq = 24 [ 0.283478] tegra234-cbb be00000.rce-fabric: secure_irq = 25 [ 0.283513] tegra234-cbb b600000.sce-fabric: secure_irq = 26 [ 0.283768] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 71, base_baud = 0) is a SBSA [ 1.483069] printk: console [ttyAMA0] enabled [ 1.491234] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 1.497948] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 1.504649] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 1.511348] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 1.519772] ACPI: Interpreter disabled. [ 1.524704] vdd-3v3-pcie: supplied by vdd-3v3-sys [ 1.529627] avdd-cam-2v8: supplied by vdd-3v3-sys [ 1.534408] vdd-av1v1-hub: supplied by vdd-5v-sys [ 1.539226] vbusB-cvb: supplied by vdd-5v-sys [ 1.543722] vdd-usbc1-vbus: supplied by vdd-5v-sys [ 1.548612] vdd-usbc2-vbus: supplied by vdd-5v-sys [ 1.553773] iommu: Default domain type: Translated [ 1.558690] eventlib_kernel: keventlib is initialized, test id: 0 [ 1.564960] SCSI subsystem initialized [ 1.568766] usbcore: registered new interface driver usbfs [ 1.574263] usbcore: registered new interface driver hub [ 1.579584] usbcore: registered new device driver usb [ 1.584816] mc: Linux media interface: v0.10 [ 1.589092] videodev: Linux video capture interface: v2.00 [ 1.594726] pps_core: LinuxPPS API ver. 1 registered [ 1.599690] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.608828] PTP clock support registered [ 1.612946] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec [ 1.620113] tegra_wdt_t18x 2190000.watchdog: Registered successfully [ 1.627759] Registered efivars operations [ 1.632215] FPGA manager framework [ 1.635644] Advanced Linux Sound Architecture Driver Initialized. [ 1.641972] Bluetooth: Core ver 2.22 [ 1.645553] NET: Registered protocol family 31 [ 1.649998] Bluetooth: HCI device and connection manager initialized [ 1.656356] Bluetooth: HCI socket layer initialized [ 1.661233] Bluetooth: L2CAP socket layer initialized [ 1.666290] Bluetooth: SCO socket layer initialized [ 1.671647] camchar: rtcpu character device driver loaded [ 1.677257] clocksource: Switched to clocksource arch_sys_counter [ 1.840278] VFS: Disk quotas dquot_6.6.0 [ 1.844245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.851256] pnp: PnP ACPI: disabled [ 1.856565] la/ptsa driver initialized. [ 1.860450] NET: Registered protocol family 2 [ 1.865010] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.874738] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 1.883481] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.891774] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 1.899606] TCP: Hash tables configured (established 262144 bind 65536) [ 1.906308] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.913237] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.920676] NET: Registered protocol family 1 [ 1.925312] RPC: Registered named UNIX socket transport module. [ 1.931246] RPC: Registered udp transport module. [ 1.935950] RPC: Registered tcp transport module. [ 1.940651] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.947100] PCI: CLS 0 bytes, default 64 [ 1.951146] Trying to unpack rootfs image as initramfs... [ 2.065379] Freeing initrd memory: 8196K [ 2.071436] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 2.079431] kvm [1]: IPA Size Limit: 48 bits [ 2.083819] kvm [1]: VHE mode initialized successfully [ 2.089635] Initialise system trusted keyrings [ 2.094171] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 2.102617] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.108710] NFS: Registering the id_resolver key type [ 2.113772] Key type id_resolver registered [ 2.117954] Key type id_legacy registered [ 2.121995] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.128702] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.136107] ntfs: driver 2.1.32 [Flags: R/W]. [ 2.151762] NET: Registered protocol family 38 [ 2.156209] Key type asymmetric registered [ 2.160303] Asymmetric key parser 'x509' registered [ 2.165197] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240) [ 2.172645] io scheduler mq-deadline registered [ 2.177176] io scheduler kyber registered [ 2.185100] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 2.190699] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 2.196287] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 2.201869] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 2.209850] tegra_dc_assign_hw_data: no matching compatible node [ 2.215858] tegradccommon module_init failed [ 2.220125] tegradc module_init failed [ 2.224116] EINJ: ACPI disabled. [ 2.228821] tegra-pmc c360000.pmc: scratch reg offset dts data not present [ 2.235702] tegra-pmc: ### PMC reset source: SYS_RESET_N [ 2.241012] tegra-pmc: ### PMC reset level: L0 [ 2.245453] tegra-pmc: ### PMC reset status reg: 0x0 [ 2.251577] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 2.271192] random: fast init done [ 2.275313] printk: console [ttyTCU0] enabled [ 3.855723] arm-smmu 12000000.iommu: probing hardware configuration... [ 3.863735] arm-smmu 12000000.iommu: SMMUv2 with: [ 3.868570] arm-smmu 12000000.iommu: stage 1 translation [ 3.874118] arm-smmu 12000000.iommu: stage 2 translation [ 3.879648] arm-smmu 12000000.iommu: nested translation [ 3.885099] arm-smmu 12000000.iommu: stream matching with 128 register groups [ 3.892514] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only) [ 3.901218] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000 [ 3.907901] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.914594] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.922051] arm-smmu 10000000.iommu: probing hardware configuration... [ 3.928742] arm-smmu 10000000.iommu: SMMUv2 with: [ 3.933566] arm-smmu 10000000.iommu: stage 1 translation [ 3.939103] arm-smmu 10000000.iommu: stage 2 translation [ 3.944641] arm-smmu 10000000.iommu: nested translation [ 3.950084] arm-smmu 10000000.iommu: stream matching with 128 register groups [ 3.957489] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only) [ 3.966151] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000 [ 3.972839] arm-smmu 10000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.979535] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.986628] arm-smmu 8000000.iommu: probing hardware configuration... [ 3.993240] arm-smmu 8000000.iommu: SMMUv2 with: [ 3.997976] arm-smmu 8000000.iommu: stage 1 translation [ 4.003433] arm-smmu 8000000.iommu: stage 2 translation [ 4.008882] arm-smmu 8000000.iommu: nested translation [ 4.014239] arm-smmu 8000000.iommu: stream matching with 128 register groups [ 4.021559] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only) [ 4.030179] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000 [ 4.036785] arm-smmu 8000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 4.043384] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 4.050648] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful [ 4.060154] tegra_profiler: version: 1.147, samples/io: 49/28 [ 4.066109] tegra_profiler: auth: init [ 4.070222] nvsciipc: loaded module [ 4.074747] tegra23x-qspi 3270000.spi: Adding to iommu group 0 [ 4.080866] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 4.087381] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 4.094794] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 4.102375] tegra23x-qspi 3270000.spi: Prod settings list not found [ 4.108806] tegra23x-qspi 3270000.spi: Failed to get reset control: -517 [ 4.116255] tun: Universal TUN/TAP device driver, 1.6 [ 4.121927] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 4.129335] hns3: Copyright (c) 2017 Huawei Corporation. [ 4.134803] e1000e: Intel(R) PRO/1000 Network Driver [ 4.139895] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.145981] igb: Intel(R) Gigabit Ethernet Network Driver [ 4.151507] igb: Copyright (c) 2007-2014 Intel Corporation. [ 4.157387] PPP generic driver version 2.4.2 [ 4.161815] PPP BSD Compression module registered [ 4.166643] PPP Deflate Compression module registered [ 4.171840] PPP MPPE Compression module registered [ 4.176790] usbcore: registered new interface driver r8152 [ 4.182428] usbcore: registered new interface driver asix [ 4.187977] usbcore: registered new interface driver ax88179_178a [ 4.194235] usbcore: registered new interface driver cdc_ether [ 4.200239] usbcore: registered new interface driver net1080 [ 4.206050] usbcore: registered new interface driver cdc_subset [ 4.212130] usbcore: registered new interface driver zaurus [ 4.217860] usbcore: registered new interface driver cdc_ncm [ 4.223685] usbcore: registered new interface driver aqc111 [ 4.229511] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.235858] ohci-pci: OHCI PCI platform driver [ 4.240432] ohci-platform: OHCI generic platform driver [ 4.246086] tegra-xusb 3610000.xhci: Adding to iommu group 1 [ 4.252343] usbcore: registered new interface driver uas [ 4.257820] usbcore: registered new interface driver usb-storage [ 4.264124] tegra-xudc 3550000.xudc: Adding to iommu group 2 [ 4.270199] mousedev: PS/2 mouse device common for all mice [ 4.275936] usbcore: registered new interface driver xpad [ 4.283286] tegra_rtc c2a0000.rtc: registered as rtc1 [ 4.288762] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:28 UTC (28) [ 4.296981] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock [ 4.303375] i2c /dev entries driver [ 4.307065] tegra-i2c 3160000.i2c: Adding to iommu group 3 [ 4.312929] tegra-i2c c240000.i2c: Adding to iommu group 3 [ 4.318653] tegra-i2c 3180000.i2c: Adding to iommu group 3 [ 4.324340] tegra-i2c 3190000.i2c: Adding to iommu group 3 [ 4.330022] tegra-i2c 31b0000.i2c: Adding to iommu group 3 [ 4.335701] tegra-i2c 31c0000.i2c: Adding to iommu group 3 [ 4.341394] tegra-i2c c250000.i2c: Adding to iommu group 3 [ 4.347063] tegra-i2c 31e0000.i2c: Adding to iommu group 3 [ 4.355770] device-mapper: uevent: version 1.0.3 [ 4.360614] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 4.370323] sdhci: Secure Digital Host Controller Interface driver [ 4.376683] sdhci: Copyright(c) Pierre Ossman [ 4.381150] Synopsys Designware Multimedia Card Interface Driver [ 4.387391] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.393383] sdhci-tegra 3460000.sdhci: Adding to iommu group 4 [ 4.393707] sdhci-tegra 3400000.sdhci: Adding to iommu group 5 [ 4.393876] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401 [ 4.405635] tegra-bpmp bpmp: firmware: 888a114dda6bea50b6c6-eac380526d6 [ 4.420689] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 [ 4.426312] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81 [ 4.440539] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0 [ 4.446477] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful ??debugfs initialized ??[ 5.926376] hid: raw HID events driver (C) Jiri Kosina [ 5.932069] usbcore: registered new interface driver usbhid [ 5.937813] usbhid: USB HID core driver [ 5.942488] tegra-dce d800000.dce: Adding to iommu group 6 [ 5.948393] random: crng init done [ 5.948915] dce: dce_ipc_channel_init:314 Invalid Channel State [0x0] for ch_type [2] [ 5.960263] tegra234-aon c000000.aon: Adding to iommu group 7 [ 5.966480] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5] [ 5.970119] c000000.aon:hsp: probed [ 5.975469] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [0]. Ignored... [ 5.987946] tegra234-aon c000000.aon: init done [ 5.988249] tegra23x-psc e860000.psc: Adding to iommu group 8 [ 5.992641] dce: dce_admin_send_cmd_ver:413 version : [0x2] err : [0x0] [ 5.998803] tegra23x-psc e860000.psc: ext_cfg base:000000002913d01d [ 6.005551] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1] [ 6.011896] tegra23x-psc e860000.psc: init done [ 6.020858] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [1] ... [ 6.020860] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.025679] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 9 [ 6.033946] dce: dce_admin_setup_clients_ipc:518 Get queue info failed for [2] [ 6.034042] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2] [ 6.043298] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000 [ 6.049379] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [3] ... [ 6.049381] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.049395] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.060806] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584 [ 6.066048] dce: dce_start_boot_flow:100 DCE_BOOT_DONE [ 6.074242] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900 [ 6.126167] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80 [ 6.137378] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80 [ 6.149219] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80 [ 6.161827] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080 [ 6.174693] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200 [ 6.186767] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (122) [ 6.193798] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful [ 6.204671] tegra-hsp b950000.tegra-hsp: Try increasing MBOX_TX_QUEUE_LEN [ 6.211685] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=7a10e4613e151d2bf1df37dd80d456800f5b94d0 [ 6.225095] t19x_cache tegra-cache: probed [ 6.229656] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU [ 6.241567] optee: probing for conduit method. [ 6.246165] optee: revision 3.16 (65cc2218) [ 6.247537] optee: dynamic shared memory is enabled [ 6.256978] optee: initialized driver [ 6.276230] nvpmodel: initialized successfully [ 6.280924] tegra_hv: get_hvd: not initialized yet [ 6.285871] user_ivc_mempool: hypervisor not present [ 6.291420] usbcore: registered new interface driver snd-usb-audio [ 6.298426] u32 classifier [ 6.301209] input device check on [ 6.304982] Actions configured [ 6.308594] Initializing XFRM netlink socket [ 6.313376] NET: Registered protocol family 10 [ 6.318754] Segment Routing with IPv6 [ 6.322567] NET: Registered protocol family 17 [ 6.327157] NET: Registered protocol family 15 [ 6.331780] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 6.345794] Bluetooth: RFCOMM socket layer initialized [ 6.351187] Bluetooth: RFCOMM ver 1.11 [ 6.355075] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 6.361177] Bluetooth: HIDP socket layer initialized [ 6.367410] 9pnet: Installing 9P2000 support [ 6.371910] Key type dns_resolver registered [ 6.377103] registered taskstats version 1 [ 6.381348] Loading compiled-in X.509 certificates [ 6.389540] Loaded X.509 cert 'Build time autogenerated kernel key: 90ac610178c49616e6b7af33d5f8183bf0ea1ee9' [ 6.400053] tegra194-pcie 14180000.pcie: Adding to iommu group 10 [ 6.411977] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 6.419065] tegra194-pcie 14100000.pcie: Adding to iommu group 11 [ 6.430509] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 6.437388] tegra194-pcie 14160000.pcie: Adding to iommu group 12 [ 6.448754] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 6.455544] tegra194-pcie 141a0000.pcie: Adding to iommu group 13 [ 6.466602] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 6.473677] tegra194-pcie 141e0000.pcie: Adding to iommu group 14 [ 6.484656] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 6.512280] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 15 [ 6.521536] host1x 13e40000.host1x: Adding to iommu group 16 [ 7.537905] t23x_init_gating_regs: Timed out waiting for syncpt ram init! [ 7.554604] host1x 13e40000.host1x: initialized [ 7.559600] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 17 [ 7.567639] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000) [ 7.579626] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 18 [ 7.587623] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000) [ 7.599590] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 19 [ 7.607598] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000) [ 7.619571] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 20 [ 7.627569] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000) [ 7.639517] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 21 [ 7.647556] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000) [ 7.659544] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 22 [ 7.667542] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000) [ 7.679496] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 23 [ 7.687508] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000) [ 7.699468] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 24 [ 7.707485] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000) [ 7.719469] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 25 [ 7.727501] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000) [ 7.739471] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 26 [ 7.747462] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000) [ 7.759426] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 27 [ 7.767412] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000) [ 7.779361] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 28 [ 7.787398] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000) [ 7.799367] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 29 [ 7.807367] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000) [ 7.819334] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 30 [ 7.827342] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000) [ 7.839290] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 31 [ 7.847301] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000) [ 7.859263] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 32 [ 7.867260] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000) [ 7.879241] falcon 15340000.vic: Adding to iommu group 33 [ 7.889545] falcon 15340000.vic: initialized [ 7.894202] falcon 15380000.nvjpg: Adding to iommu group 34 [ 7.903473] falcon 15380000.nvjpg: initialized [ 7.908165] falcon 15540000.nvjpg1: Adding to iommu group 35 [ 7.917411] falcon 15540000.nvjpg1: initialized [ 7.922200] falcon 154c0000.nvenc: Adding to iommu group 36 [ 7.932682] falcon 154c0000.nvenc: initialized [ 7.937385] falcon 15a50000.ofa: Adding to iommu group 37 [ 7.945997] falcon 15a50000.ofa: initialized [ 7.950519] nvdec 15480000.nvdec: Adding to iommu group 38 [ 7.962050] nvdec 15480000.nvdec: initialized [ 7.966647] tsec 15500000.tsec: Adding to iommu group 39 [ 7.976777] tsec 15500000.tsec: initialized [ 7.982836] gic 2a41000.agic-controller: GIC IRQ controller registered [ 7.998893] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered [ 8.015067] gpio-491 (gpio11-usbpwr-ctrl): hogged as output/low [ 8.021209] gpio-493 (gpio12-usbpwr-ctrl): hogged as output/low [ 8.027341] gpio-488 (gpio13-usbpwr-ctrl): hogged as output/low [ 8.033474] gpio-489 (gpio14-usbpwr-ctrl): hogged as output/low [ 8.039606] gpio-428 (gpio3): hogged as output/low [ 8.044570] gpio-487 (gpio16): hogged as input [ 8.049182] gpio-351 (gpio20): hogged as output/low [ 8.054234] gpio-449 (gpio36): hogged as output/low [ 8.059284] gpio-494 (i2s1_clk_gpio): hogged as input [ 8.064515] gpio-495 (i2s1_dout_gpio): hogged as input [ 8.069834] gpio-496 (i2s1_din_gpio): hogged as input [ 8.075064] gpio-497 (i2s1_fs_gpio): hogged as input [ 8.080207] gpio-492 (mclk01_gpio): hogged as input [ 8.085261] gpio-456 (pwm01_gpio): hogged as input [ 8.090237] gpio-461 (uart1_cts_gpio): hogged as input [ 8.095556] gpio-478 (uart2_cts_gpio): hogged as input [ 8.101516] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio [ 8.108273] gpio-320 (gpio6): hogged as input [ 8.112791] gpio-323 (gpio7): hogged as input [ 8.117308] gpio-325 (gpio8): hogged as input [ 8.121821] gpio-326 (gpio10): hogged as input [ 8.126565] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon [ 8.133557] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 8.139914] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 8.146343] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 8.152517] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 8.160388] tegra194-isp5 14800000.isp: Adding to iommu group 40 [ 8.169198] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU [ 8.178471] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized [ 8.184847] driver not enabled, cannot register any devices [ 8.190724] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 41 [ 8.198725] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 42 [ 8.206709] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU [ 8.216331] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized [ 8.223136] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU [ 8.232735] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized [ 8.239534] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU [ 8.249145] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized [ 8.255972] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 43 [ 8.264602] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000) [ 8.275992] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 44 [ 8.284623] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000) [ 8.296000] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 45 [ 8.304630] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000) [ 8.316004] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 46 [ 8.324652] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000) [ 8.336021] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 47 [ 8.344676] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000) [ 8.356043] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 48 [ 8.364674] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000) [ 8.376056] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 49 [ 8.384697] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000) [ 8.396073] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 50 [ 8.404696] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000) [ 8.416072] pva 16000000.pva0: Adding to iommu group 51 [ 8.442313] pva 16000000.pva0: initialized [ 8.451003] nvdla 15880000.nvdla0: Adding to iommu group 52 [ 8.464767] nvdla 15880000.nvdla0: initialized [ 8.470996] nvdla 158c0000.nvdla1: Adding to iommu group 53 [ 8.485423] nvdla 158c0000.nvdla1: initialized [ 8.491647] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3 [ 8.498620] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels [ 8.506113] tegra-fuse-burn efuse-burn: shutdown limit check disabled [ 8.512747] tegra-fuse-burn efuse-burn: Fuse burn driver initialized [ 8.519482] serial-tegra 3100000.serial: Adding to iommu group 3 [ 8.526066] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART [ 8.535448] serial-tegra 3110000.serial: Adding to iommu group 3 [ 8.542670] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 68, base_baud = 0) is a TEGRA_UART [ 8.551959] serial-tegra 3130000.serial: Adding to iommu group 3 [ 8.558441] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 69, base_baud = 0) is a TEGRA_UART [ 8.567721] serial-tegra 3140000.serial: Adding to iommu group 3 [ 8.574227] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 70, base_baud = 0) is a TEGRA_UART [ 8.583521] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 8.590090] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 8.597549] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 8.605174] tegra23x-qspi 3270000.spi: Prod settings list not found [ 8.650230] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2009000 KHz, changing to: 2035200 KHz [ 8.665378] tegra194-cpufreq e000000.ccplex: probed with ICC [ 8.672279] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 8.676660] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 8.679591] tegra194-pcie 14180000.pcie: host bridge /pcie@14180000 ranges: [ 8.684540] mmc0: CQHCI version 5.10 [ 8.690866] tegra194-pcie 14180000.pcie: IO 0x0038100000..0x00381fffff -> 0x0038100000 [ 8.692616] irq: IRQ306: trimming hierarchy from :interrupt-controller@f400000-1 [ 8.692645] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 8.717223] tegra194-pcie 14180000.pcie: MEM 0x2728000000..0x272fffffff -> 0x0040000000 [ 8.723653] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit [ 8.725914] tegra194-pcie 14180000.pcie: MEM 0x2440000000..0x2727ffffff -> 0x2440000000 [ 8.824403] mmc0: Command Queue Engine enabled [ 8.828983] mmc0: periodic cache flush enabled [ 8.833561] mmc0: new HS400 Enhanced strobe MMC card at address 0001 [ 8.840413] mmcblk0: mmc0:0001 G1M15M 59.3 GiB [ 8.845287] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (511:0) [ 8.864808] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 9.837555] tegra194-pcie 14180000.pcie: Phy link never came up [ 9.843716] tegra194-pcie 14180000.pcie: PCI host bridge to bus 0000:00 [ 9.850539] pci_bus 0000:00: root bus resource [bus 00-ff] [ 9.856177] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x38100000-0x381fffff]) [ 9.866042] pci_bus 0000:00: root bus resource [mem 0x2728000000-0x272fffffff] (bus address [0x40000000-0x47ffffff]) [ 9.876882] pci_bus 0000:00: root bus resource [mem 0x2440000000-0x2727ffffff pref] [ 9.884820] pci 0000:00:00.0: [10de:229c] type 01 class 0x060400 [ 9.891174] pci 0000:00:00.0: PME# supported from D0 D3hot [ 9.903590] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 9.908992] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 9.917910] pcieport 0000:00:00.0: Adding to iommu group 10 [ 9.923862] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 [ 9.929873] pcieport 0000:00:00.0: AER: enabled with IRQ 51 [ 9.935827] pci_bus 0000:01: busn_res: [bus 01-ff] is released [ 9.941919] pci 0000:00:00.0: Removing from iommu group 10 [ 9.947573] pci_bus 0000:00: busn_res: [bus 00-ff] is released [ 9.955273] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 9.962558] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges: [ 9.969741] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000 [ 9.978432] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000 [ 9.987131] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000 [ 11.089554] tegra194-pcie 14100000.pcie: Phy link never came up [ 11.095704] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00 [ 11.102528] pci_bus 0001:00: root bus resource [bus 00-ff] [ 11.108166] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x30100000-0x301fffff]) [ 11.118283] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff]) [ 11.129126] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref] [ 11.137049] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400 [ 11.143385] pci 0001:00:00.0: PME# supported from D0 D3hot [ 11.155539] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 11.160932] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 11.169847] pcieport 0001:00:00.0: Adding to iommu group 11 [ 11.175769] pcieport 0001:00:00.0: PME: Signaling with IRQ 53 [ 11.181775] pcieport 0001:00:00.0: AER: enabled with IRQ 53 [ 11.187727] pci_bus 0001:01: busn_res: [bus 01-ff] is released [ 11.193824] pci 0001:00:00.0: Removing from iommu group 11 [ 11.199470] pci_bus 0001:00: busn_res: [bus 00-ff] is released [ 11.207272] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 11.214522] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges: [ 11.221705] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000 [ 11.230403] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000 [ 11.239097] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000 [ 12.341554] tegra194-pcie 14160000.pcie: Phy link never came up [ 12.347700] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00 [ 12.354524] pci_bus 0004:00: root bus resource [bus 00-ff] [ 12.360164] pci_bus 0004:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x36100000-0x361fffff]) [ 12.370294] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff]) [ 12.381133] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref] [ 12.389066] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400 [ 12.395412] pci 0004:00:00.0: PME# supported from D0 D3hot [ 12.407534] pci 0004:00:00.0: PCI bridge to [bus 01-ff] [ 12.412931] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 12.421830] pcieport 0004:00:00.0: Adding to iommu group 12 [ 12.427742] pcieport 0004:00:00.0: PME: Signaling with IRQ 55 [ 12.433748] pcieport 0004:00:00.0: AER: enabled with IRQ 55 [ 12.439717] pci_bus 0004:01: busn_res: [bus 01-ff] is released [ 12.445795] pci 0004:00:00.0: Removing from iommu group 12 [ 12.451439] pci_bus 0004:00: busn_res: [bus 00-ff] is released [ 12.459169] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 12.489262] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state." [ 12.573865] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges: [ 12.581051] tegra194-pcie 141a0000.pcie: IO 0x003a100000..0x003a1fffff -> 0x003a100000 [ 12.589748] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000 [ 12.598447] tegra194-pcie 141a0000.pcie: MEM 0x2740000000..0x2b27ffffff -> 0x2740000000 [ 13.705552] tegra194-pcie 141a0000.pcie: Phy link never came up [ 13.711705] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00 [ 13.718527] pci_bus 0005:00: root bus resource [bus 00-ff] [ 13.724170] pci_bus 0005:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff]) [ 13.734285] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff]) [ 13.745128] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref] [ 13.753060] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400 [ 13.759401] pci 0005:00:00.0: PME# supported from D0 D3hot [ 13.771576] pci 0005:00:00.0: PCI bridge to [bus 01-ff] [ 13.776975] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 13.785873] pcieport 0005:00:00.0: Adding to iommu group 13 [ 13.791785] pcieport 0005:00:00.0: PME: Signaling with IRQ 57 [ 13.797799] pcieport 0005:00:00.0: AER: enabled with IRQ 57 [ 13.803751] pci_bus 0005:01: busn_res: [bus 01-ff] is released [ 13.809824] pci 0005:00:00.0: Removing from iommu group 13 [ 13.815472] pci_bus 0005:00: busn_res: [bus 00-ff] is released [ 13.822998] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 13.830348] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges: [ 13.837537] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff -> 0x003e100000 [ 13.846234] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff -> 0x0040000000 [ 13.854929] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000 [ 13.969396] tegra194-pcie 141e0000.pcie: Link up [ 13.974622] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00 [ 13.981432] pci_bus 0007:00: root bus resource [bus 00-ff] [ 13.987080] pci_bus 0007:00: root bus resource [io 0x400000-0x4fffff] (bus address [0x3e100000-0x3e1fffff]) [ 13.997213] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff]) [ 14.008059] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref] [ 14.015980] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400 [ 14.022267] pci 0007:00:00.0: PME# supported from D0 D3hot [ 14.031458] pci 0007:01:00.0: [c0a9:540a] type 00 class 0x010802 [ 14.037793] pci 0007:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit] [ 14.049400] pci 0007:00:00.0: BAR 14: assigned [mem 0x3228000000-0x32280fffff] [ 14.056840] pci 0007:01:00.0: BAR 0: assigned [mem 0x3228000000-0x3228003fff 64bit] [ 14.064800] pci 0007:00:00.0: PCI bridge to [bus 01-ff] [ 14.070188] pci 0007:00:00.0: bridge window [mem 0x3228000000-0x32280fffff] [ 14.077548] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 14.086302] pci 0007:01:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512 [ 14.095194] pcieport 0007:00:00.0: Adding to iommu group 14 [ 14.101109] pcieport 0007:00:00.0: PME: Signaling with IRQ 59 [ 14.107113] pcieport 0007:00:00.0: AER: enabled with IRQ 59 [ 14.113126] nvme 0007:01:00.0: Adding to iommu group 14 [ 14.118745] nvme nvme0: pci function 0007:01:00.0 [ 14.123765] nvme 0007:01:00.0: enabling device (0000 -> 0002) [ 14.124012] vdd-dp: supplied by vdd-3v3-sys [ 14.134178] vdd-3v3-sd: supplied by vdd-3v3-sys [ 14.138965] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys [ 14.145787] irq: IRQ308: trimming hierarchy from :pmc@c360000 [ 14.151771] irq: IRQ309: trimming hierarchy from :pmc@c360000 [ 14.158246] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: repeated role: 0 [ 14.160278] tegra194-isp5 14800000.isp: initialized [ 14.171449] driver not enabled, cannot register any devices [ 14.179975] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized [ 14.186346] driver not enabled, cannot register any devices [ 14.192258] (NULL device *): fops function table already registered [ 14.199963] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized [ 14.206328] driver not enabled, cannot register any devices [ 14.207857] nvme nvme0: missing or invalid SUBNQN field. [ 14.224200] nvme nvme0: allocated 32 MiB host memory buffer. [ 14.228324] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release [ 14.239802] tegra-xusb 3610000.xhci: xHCI Host Controller [ 14.245372] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1 [ 14.253913] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810 [ 14.261846] nvme nvme0: 8/0/0 default/read/poll queues [ 14.263504] tegra-xusb 3610000.xhci: irq 239, io mem 0x03610000 [ 14.275046] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 14.283563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.291002] usb usb1: Product: xHCI Host Controller [ 14.296024] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 14.302300] usb usb1: SerialNumber: 3610000.xhci [ 14.307373] hub 1-0:1.0: USB hub found [ 14.311253] hub 1-0:1.0: 4 ports detected [ 14.315514] tegra-xusb 3610000.xhci: xHCI Host Controller [ 14.321072] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2 [ 14.328866] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed [ 14.336362] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 14.344872] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.352311] usb usb2: Product: xHCI Host Controller [ 14.357330] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 14.363593] usb usb2: SerialNumber: 3610000.xhci [ 14.368602] hub 2-0:1.0: USB hub found [ 14.372475] hub 2-0:1.0: 4 ports detected [ 14.378404] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 14.378720] nvethernet 2310000.ethernet: Adding to iommu group 54 [ 14.389767] nvethernet 2310000.ethernet: failed to read skip mac reset flag, default 0 [ 14.393469] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 14.397939] nvethernet 2310000.ethernet: failed to read MDIO address [ 14.410830] nvethernet 2310000.ethernet: Failed to read nvida,pause_frames, so setting to default support as disable [ 14.421688] nvethernet 2310000.ethernet: setting to default DMA bit mask [ 14.428599] nvethernet 2310000.ethernet: max-platform-mtu DT entry missing, setting default 1500 [ 14.680251] nvethernet 2310000.ethernet: Ethernet MAC address: 48:b0:2d:94:70:ef [ 14.688330] nvethernet 2310000.ethernet: Macsec not enabled [ 14.694072] nvethernet 2310000.ethernet: Macsec: Reduced MTU: 1466 Max: 1500 [ 14.702454] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels [ 14.711092] irq: IRQ319: trimming hierarchy from :pmc@c360000 [ 14.717072] irq: IRQ320: trimming hierarchy from :interrupt-controller@f400000-1 [ 14.724744] irq: IRQ321: trimming hierarchy from :pmc@c360000 [ 14.730709] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 14.738338] tegra-se-nvhost 15810000.se: Adding to iommu group 55 [ 14.744908] tegra-se-nvhost 15810000.se: initialized [ 14.762306] tegra-se-nvhost 15810000.se: tegra_se_probe: complete [ 14.768671] tegra-se-nvhost 15820000.se: Adding to iommu group 56 [ 14.775192] tegra-se-nvhost 15820000.se: initialized [ 14.782537] tegra-se-nvhost 15820000.se: tegra_se_probe: complete [ 14.788910] tegra-se-nvhost 15840000.se: Adding to iommu group 57 [ 14.795541] tegra-se-nvhost 15840000.se: initialized [ 14.805887] tegra-se-nvhost 15840000.se: tegra_se_probe: complete [ 14.812775] tegra_actmon d230000.actmon: in actmon_register()... [ 14.819216] tegra_actmon d230000.actmon: bwmgr_disable = 1 [ 14.825349] tegra_actmon d230000.actmon: initialization Completed for the device mc_all [ 14.833767] hvc_sysfs: hypervisor is not present ??WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk ??[ 14.978028] ALSA device list: [ 14.981084] No soundcards found. [ 14.985151] Freeing unused kernel memory: 3968K [ 14.989902] Run /init as init process [ 15.005156] Root device found: mmcblk0p1 [ 15.009714] Found dev node: /dev/mmcblk0p1 [ 15.129287] EXT4-fs (mmcblk0p1): 6 orphan inodes deleted [ 15.134761] EXT4-fs (mmcblk0p1): recovery complete [ 15.144474] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 15.153730] Rootfs mounted over mmcblk0p1 [ 15.172384] Switching from initrd to actual rootfs [ 15.289368] systemd[1]: System time before build time, advancing clock. [ 15.328318] systemd[1]: systemd 245.4-4ubuntu3.21 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 15.351952] systemd[1]: Detected architecture arm64. [ 15.395013] systemd[1]: Set hostname to . [ 15.440388] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit [ 15.601370] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 15.614395] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 15.623934] systemd[1]: Created slice system-modprobe.slice. [ 15.630132] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 15.636841] systemd[1]: Created slice User and Session Slice. [ 15.642871] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 15.650976] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 15.660766] systemd[1]: Reached target User and Group Name Lookups. [ 15.667281] systemd[1]: Reached target Slices. [ 15.671909] systemd[1]: Reached target Mounting snaps. [ 15.677242] systemd[1]: Reached target Mounted snaps. [ 15.682495] systemd[1]: Reached target Swap. [ 15.687165] systemd[1]: Listening on RPCbind Server Activation Socket. [ 15.694044] systemd[1]: Listening on Syslog Socket. [ 15.699209] systemd[1]: Listening on fsck to fsckd communication Socket. [ 15.706215] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 15.713180] systemd[1]: Listening on Journal Audit Socket. [ 15.718955] systemd[1]: Listening on Journal Socket (/dev/log). [ 15.725208] systemd[1]: Listening on Journal Socket. [ 15.730482] systemd[1]: Listening on udev Control Socket. [ 15.736155] systemd[1]: Listening on udev Kernel Socket. [ 15.742625] systemd[1]: Mounting Huge Pages File System... [ 15.749344] systemd[1]: Mounting POSIX Message Queue File System... [ 15.756637] systemd[1]: Mounting RPC Pipe File System... [ 15.763035] systemd[1]: Mounting Kernel Debug File System... [ 15.769775] systemd[1]: Mounting Kernel Trace File System... [ 15.776795] systemd[1]: Starting Journal Service... [ 15.782934] systemd[1]: Starting Set the console keyboard layout... [ 15.790332] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 15.800158] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 15.807491] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped. [ 15.816906] systemd[1]: Starting Load Kernel Module efi_pstore... [ 15.824345] systemd[1]: Starting Load Kernel Module pstore_blk... [ 15.831592] systemd[1]: Starting Load Kernel Module pstore_zone... [ 15.839012] systemd[1]: Starting Load Kernel Module ramoops... [ 15.846046] systemd[1]: Starting NVIDIA specific first-boot udev script... [ 15.853476] pstore: Using crash dump compression: deflate [ 15.854251] systemd[1]: Started Nameserver information manager. [ 15.866427] printk: console [ramoops-1] enabled [ 15.871111] pstore: Registered ramoops as persistent store backend [ 15.871113] ramoops: using 0x200000@0x82c200000, ecc: 0 [ 15.883066] systemd[1]: Reached target Network (Pre). [ 15.895088] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 15.904476] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 15.922011] systemd[1]: Starting Load Kernel Modules... [ 15.928349] systemd[1]: Starting Remount Root and Kernel File Systems... [ 15.936219] systemd[1]: Starting udev Coldplug all Devices... [ 15.936321] nvmap_heap_init: nvmap_heap_init: created heap block cache [ 15.936459] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null) [ 15.954568] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x000000082f000000,16777216 [ 15.956517] systemd[1]: Started Journal Service. [ 15.964163] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout [ 15.964170] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x0000000849800000,914358272 [ 15.964172] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout [ 15.964175] nvmap_page_pool_init: Total RAM pages: 7817384 [ 15.964176] nvmap_page_pool_init: nvmap page pool size: 977173 pages (3817 MB) [ 15.964216] nvmap_background_zero_thread: PP zeroing thread starting. [ 15.964305] misc nvmap: created heap vpr base 0x0000000849800000 size (892928KiB) [ 15.967249] misc nvmap: created heap fsi base 0x000000082f000000 size (16384KiB) [ 16.041043] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000 [ 16.041043] [ 16.054439] systemd-journald[284]: Received client request to flush runtime journal. [ 16.397251] using random self ethernet address [ 16.402153] using random host ethernet address [ 16.432810] nvidia: loading out-of-tree module taints kernel. [ 16.736040] 1 fixed-partitions partitions found on MTD device spi6.0 [ 16.743910] Creating 1 MTD partitions on "spi6.0": [ 16.748890] 0x000000000000-0x000004000000 : "Whole_flash0" [ 17.142293] using random self ethernet address [ 17.146906] using random host ethernet address Ubuntu 20.04.6 LTS XD-UBUNTU ttyTCU0 XD-UBUNTU login: xd (automatic login) Welcome to Ubuntu 20.04.6 LTS (GNU/Linux 5.10.104-tegra aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage This system has been minimized by removing packages and content that are not required on a system that users do not log into. To restore this content, you can run the 'unminimize' command. Expanded Security Maintenance for Applications is not enabled. 2 updates can be applied immediately. 2 of these updates are standard security updates. To see these additional updates run: apt list --upgradable 28 additional security updates can be applied with ESM Apps. Learn more about enabling ESM Apps service at https://ubuntu.com/esm Last login: Wed Apr 26 01:36:21 UTC 2023 on ttyAMA0 xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ lspci 0007:00:00.0 PCI bridge: NVIDIA Corporation Device 229a (rev a1) 0007:01:00.0 Non-Volatile memory controller: Micron/Crucial Technology Device 540a (rev 01) xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ sudo lspci -vv [sudo] password for xd: 0007:00:00.0 PCI bridge: NVIDIA Corporation Device 229a (rev a1) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+ Address: 0000000000000000 Data: 0000 Masking: 00000000 Pending: 00000000 Capabilities: [70] Express (v2) Root Port (Slot-), MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+ RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 256 bytes, MaxReadReq 512 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend- LnkCap: Port #0, Speed 16GT/s, Width x8, ASPM not supported ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt- LnkSta: Speed 16GT/s (ok), Width x4 (downgraded) TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt+ RootCap: CRSVisible+ RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+ RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, NROPrPrP+, LTR+ 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd+ AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd+ AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, EqualizationPhase1+ EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest- Capabilities: [b0] MSI-X: Enable- Count=8 Masked- Vector table: BAR=2 offset=00000000 PBA: BAR=2 offset=00010000 Capabilities: [100 v2] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn- MultHdrRecCap+ MultHdrRecEn- TLPPfxPres- HdrLogCap- HeaderLog: 00000000 00000000 00000000 00000000 RootCmd: CERptEn+ NFERptEn+ FERptEn+ RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd- FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0 ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000 Capabilities: [148 v1] Secondary PCI Express LnkCtl3: LnkEquIntrruptEn-, PerformEqu- LaneErrStat: 0 Capabilities: [168 v1] Physical Layer 16.0 GT/s Capabilities: [190 v1] Lane Margining at the Receiver Capabilities: [1c0 v1] L1 PM Substates L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2- ASPM_L1.1- L1_PM_Substates+ PortCommonModeRestoreTime=60us PortTPowerOnTime=40us L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1- T_CommonMode=60us L1SubCtl2: T_PwrOn=10us Capabilities: [1d0 v1] Vendor Specific Information: ID=0002 Rev=4 Len=100 Capabilities: [2d0 v1] Vendor Specific Information: ID=0001 Rev=1 Len=038 Capabilities: [308 v1] Data Link Feature Capabilities: [314 v1] Precision Time Measurement PTMCap: Requester:+ Responder:+ Root:+ PTMClockGranularity: 16ns PTMControl: Enabled:- RootSelected:- PTMEffectiveGranularity: Unknown Capabilities: [320 v1] Vendor Specific Information: ID=0004 Rev=1 Len=054 Capabilities: [388 v1] Vendor Specific Information: ID=0006 Rev=0 Len=018 Kernel driver in use: pcieport 0007:01:00.0 Non-Volatile memory controller: Micron/Crucial Technology Device 540a (rev 01) (prog-if 02 [NVM Express]) Subsystem: Micron/Crucial Technology Device 5021 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- Capabilities: [200 v2] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap+ ECRCChkEn- MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- HeaderLog: 00000000 00000000 00000000 00000000 Capabilities: [300 v1] Secondary PCI Express LnkCtl3: LnkEquIntrruptEn-, PerformEqu- LaneErrStat: 0 Capabilities: [340 v1] Physical Layer 16.0 GT/s Capabilities: [378 v1] Lane Margining at the Receiver Kernel driver in use: nvme xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT loop1 7:1 0 16M 1 loop mmcblk0 179:0 0 59.3G 0 disk ©À©¤mmcblk0p1 179:1 0 57.8G 0 part / ©À©¤mmcblk0p2 179:2 0 128M 0 part ©À©¤mmcblk0p3 179:3 0 768K 0 part ©À©¤mmcblk0p4 179:4 0 31.6M 0 part ©À©¤mmcblk0p5 179:5 0 128M 0 part ©À©¤mmcblk0p6 179:6 0 768K 0 part ©À©¤mmcblk0p7 179:7 0 31.6M 0 part ©À©¤mmcblk0p8 179:8 0 80M 0 part ©À©¤mmcblk0p9 179:9 0 512K 0 part ©À©¤mmcblk0p10 179:10 0 64M 0 part ©¸©¤mmcblk0p11 179:11 0 1G 0 part zram0 251:0 0 1.9G 0 disk [SWAP] zram1 251:1 0 1.9G 0 disk [SWAP] zram2 251:2 0 1.9G 0 disk [SWAP] zram3 251:3 0 1.9G 0 disk [SWAP] zram4 251:4 0 1.9G 0 disk [SWAP] zram5 251:5 0 1.9G 0 disk [SWAP] zram6 251:6 0 1.9G 0 disk [SWAP] zram7 251:7 0 1.9G 0 disk [SWAP] nvme0n1 259:0 0 931.5G 0 disk xd@XD-UBUNTU:~$ ?? [0000.060] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.066] I> t234-A01-0-Silicon (0x12347) Prod [0000.070] I> Boot-mode : Coldboot [0000.073] I> Emulation: [0000.075] I> Entry timestamp: 0x00000000 [0000.079] I> last_boot_error: 0x0 [0000.082] I> BR-BCT: preprod_dev_sign: 0 [0000.086] I> rst_source: 0x0, rst_level: 0x0 [0000.090] I> Task: CRC check (0x5001cf71) [0000.094] I> Skip CRC check as records_integrity fuse is not burned [0000.100] I> Task: Crypto init (0x5001c0d9) [0000.104] I> Task: Secure debug controls (0x5000cb19) [0000.109] I> Task: strap war set (0x5000b739) [0000.113] I> strap value(0x4000401) set to 0x4000401 [0000.118] I> Task: Initialize SOC Therm (0x5001a509) [0000.123] I> Task: Program NV master stream id (0x5000cad1) [0000.128] I> Task: Verify boot mode (0xd482021) [0000.134] I> Task: Alias fuses (0x50010749) [0000.139] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.146] I> Task: Print SKU type (0x5000fba9) [0000.150] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.156] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.160] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.164] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.168] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.173] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.177] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.181] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.185] I> FUSE_SKU_INFO_0 = 0xd2 [0000.188] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.193] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.196] I> SKU: Prod [0000.198] I> Task: Boost clocks (0x50013db1) [0000.202] I> Initializing PLLC2 for AXI_CBB. [0000.207] I> AXI_CBB : src = 35, divisor = 0 [0000.211] I> Task: Voltage monitor (0x50013dbd) [0000.215] I> VMON: Vmon re-calibration and fine tuning done [0000.221] I> Task: UPHY init (0x5000da39) [0000.225] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.231] I> Task: Boot device init (0x50000a3d) [0000.235] I> Boot_device: QSPI_FLASH instance: 0 [0000.240] I> Qspi clock source : pllc_out0 [0000.244] I> QSPI Flash: Macronix 64MB [0000.248] I> QSPI-0l initialized successfully [0000.252] I> Task: TSC init (0x5001ed35) [0000.256] I> Task: Load membct (0x5001190d) [0000.260] I> RAM_CODE 0x4000401 [0000.263] I> Loading MEM-BCT to SysRAM [0000.266] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.272] I> Slot: 0 [0000.274] I> Binary[0] block-0 (partition size: 0x40000) [0000.279] I> get_binary_info: Binary name: MEM-BCT-0 [0000.284] I> Size of crypto header is 8192 [0000.288] I> BCH load address is : 0x40050000 [0000.292] I> Size of crypto header is 8192 [0000.296] I> BCH of MEM-BCT-0 read from storage [0000.300] I> BCH address is : 0x40050000 [0000.304] I> MEM-BCT-0 header integrity check is success [0000.310] I> Binary magic in BCH component 0 is MEM0 [0000.314] I> component binary type is 0 [0000.319] I> MEM-BCT-0 binary is read from storage [0000.324] I> MEM-BCT-0 binary integrity check is success [0000.329] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.335] I> RAM_CODE 0x4000401 [0000.341] I> RAM_CODE 0x4000401 [0000.344] I> Task: Load Page retirement list (0x50011139) [0000.350] I> Task: SDRAM params override (0x50011b79) [0000.355] I> Task: Save mem-bct info (0x50014071) [0000.359] I> Task: Carveout allocate (0x500140d5) [0000.364] I> RCM blob carveout will not be allocated [0000.368] I> ECC region[0]: Start:0x0, End:0x0 [0000.373] I> ECC region[1]: Start:0x0, End:0x0 [0000.377] I> ECC region[2]: Start:0x0, End:0x0 [0000.381] I> ECC region[3]: Start:0x0, End:0x0 [0000.386] I> ECC region[4]: Start:0x0, End:0x0 [0000.390] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.396] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.400] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.405] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.410] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.419] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.426] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.434] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.441] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.448] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.455] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.462] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.469] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.476] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.483] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.490] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.497] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.504] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.511] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.518] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.525] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.532] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.539] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.545] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.552] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.559] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.566] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.573] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.580] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.587] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.594] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.601] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.608] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.615] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.622] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.628] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.635] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.642] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.648] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.655] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.662] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.669] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.675] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.682] I> Task: Thermal check (0x5001fba1) [0000.686] I> max_chip_limit = 115 [0000.689] I> min_chip_limit = -30 [0000.693] I> max temp read = 23 [0000.696] I> min temp read = 21 [0000.699] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.705] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.710] I> Task: Disable WDT globally (0x5001f965) [0000.715] I> Task: I2C register (0x50000a31) [0000.719] I> Task: Reset FSI (0x50013db9) [0000.723] I> Task: Pinmux init (0x50013219) [0000.727] I> Task: Prod config init (0x50013631) [0000.731] I> Task: Pad voltage init (0x500132a5) [0000.736] I> Task: Prod init (0x500136d5) [0000.740] I> Task: Common rail init (0x50013bd1) [0000.744] W> Thermal config not found in BCT [0000.748] W> Generic i2c config not found in BCT [0000.753] W> Platform rail config not found in BCT [0000.758] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.767] W> MEMIO rail config not found in BCT [0000.771] I> Task: Mem clock src (0x500119c5) [0000.775] I> Task: Misc. board config (0x50013c29) [0000.780] W> Platform config not found in BCT [0000.784] I> Task: SDRAM init (0x500119c9) [0000.791] I> SDRAM-params @ 0xd485000 [0000.794] I> MSS code-drop: NvBootSdramInit [0000.798] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.806] I> MSS CAR: Init PLLM [0000.809] I> MSS CAR: Init PLLHUB [0000.813] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.825] I> mb1_sdram_init Done ! [0000.828] I> SDRAM Size in Total 0x800000000 [0000.833] I> Task: Dram Ecc scrub (0x50011261) [0000.837] I> Task: DRAM alias check (0x50011b71) [0000.868] I> Task: Program NSDRAM carveout (0x50014921) [0000.874] I> NSDRAM carveout encryption is disabled [0000.879] I> Program NSDRAM carveout [0000.884] I> Task: Register checker (0x50011b75) [0000.892] I> Task: Enable clock-mon (0x5001ed25) [0000.909] I> FMON: Fmon re-programming done [0000.913] I> Task: Mapper init (0x5001d451) [0000.919] I> Task: SC7 Context Init (0x5001f02d) [0000.925] I> Task: CCPLEX IST init (0x5000d335) [0000.931] I> Task: CPU WP0 (0x5000c635) [0000.936] I> Loading MCE [0000.939] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.944] I> Slot: 0 [0000.947] I> Binary[8] block-0 (partition size: 0x80000) [0000.953] I> get_binary_info: Binary name: MCE [0000.958] I> Size of crypto header is 8192 [0000.962] I> BCH load address is : 0x4003e000 [0000.967] I> Size of crypto header is 8192 [0000.972] I> BCH of MCE read from storage [0000.977] I> BCH address is : 0x4003e000 [0000.982] I> MCE header integrity check is success [0000.987] I> Binary magic in BCH component 0 is MTSM [0000.992] I> component binary type is 8 [0000.996] I> Size of crypto header is 8192 [0001.003] I> MCE binary is read from storage [0001.008] I> MCE binary integrity check is success [0001.013] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.021] I> Size of crypto header is 8192 [0001.035] I> Size of crypto header is 8192 [0001.040] I> Sending WP0 mailbox command to PSC [0001.050] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.070] I> Task: Load bpmp-fw (0x5001e801) [0001.076] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.082] I> Slot: 0 [0001.084] I> Binary[15] block-0 (partition size: 0x180000) [0001.090] I> get_binary_info: Binary name: BPMP_FW [0001.095] I> Size of crypto header is 8192 [0001.100] I> BCH load address is : 0x807fe000 [0001.105] I> Size of crypto header is 8192 [0001.110] I> BCH of BPMP_FW read from storage [0001.115] I> BCH address is : 0x807fe000 [0001.120] I> BPMP_FW header integrity check is success [0001.126] I> Binary magic in BCH component 0 is BPMF [0001.131] I> component binary type is 15 [0001.135] I> Size of crypto header is 8192 [0001.151] I> BPMP_FW binary is read from storage [0001.158] I> BPMP_FW binary integrity check is success [0001.163] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.171] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.177] I> Slot: 0 [0001.180] I> Binary[16] block-10000 (partition size: 0x400000) [0001.186] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.192] I> Size of crypto header is 8192 [0001.197] I> BCH load address is : 0x807fc000 [0001.202] I> Size of crypto header is 8192 [0001.207] I> BCH of BPMP_FW_DTB read from storage [0001.212] I> BCH address is : 0x807fc000 [0001.217] I> BPMP_FW_DTB header integrity check is success [0001.223] I> Binary magic in BCH component 0 is BPMD [0001.228] I> component binary type is 16 [0001.233] I> Size of crypto header is 8192 [0001.239] I> BPMP_FW_DTB binary is read from storage [0001.245] I> BPMP_FW_DTB binary integrity check is success [0001.250] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.260] I> Task: Load psc-fw (0x5001ea0d) [0001.265] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.271] I> Slot: 0 [0001.273] I> Binary[17] block-0 (partition size: 0xc0000) [0001.279] I> get_binary_info: Binary name: PSC_FW [0001.285] I> Size of crypto header is 8192 [0001.289] I> BCH load address is : 0x80ffe000 [0001.295] I> Size of crypto header is 8192 [0001.299] I> BCH of PSC_FW read from storage [0001.304] I> BCH address is : 0x80ffe000 [0001.309] I> PSC_FW header integrity check is success [0001.315] I> Binary magic in BCH component 0 is PFWP [0001.320] I> component binary type is 17 [0001.324] I> Size of crypto header is 8192 [0001.334] I> PSC_FW binary is read from storage [0001.341] I> PSC_FW binary integrity check is success [0001.346] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.354] I> Task: Load nvdec-fw (0x5001ea81) [0001.360] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.366] I> Slot: 0 [0001.368] I> Binary[7] block-0 (partition size: 0x100000) [0001.374] I> get_binary_info: Binary name: NVDEC [0001.379] I> Size of crypto header is 8192 [0001.384] I> BCH load address is : 0x800fe000 [0001.389] I> Size of crypto header is 8192 [0001.394] I> BCH of NVDEC read from storage [0001.399] I> BCH address is : 0x800fe000 [0001.404] I> NVDEC header integrity check is success [0001.409] I> Binary magic in BCH component 0 is NDEC [0001.415] I> component binary type is 7 [0001.419] I> Size of crypto header is 8192 [0001.426] I> NVDEC binary is read from storage [0001.431] I> NVDEC binary integrity check is success [0001.437] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.447] I> Task: Load tsec-fw (0x5001ec6d) [0001.453] I> TSEC-FW load support not enabled [0001.457] I> Task: Program misc carveouts (0x5001445d) [0001.463] I> Program IPC carveouts [0001.471] I> Task: GPIO interrupt map (0x50013cc5) [0001.477] I> Task: SC7 context save (0x5001f161) [0001.483] I> NV_SC7 Context addr: 0xa0000000 [0001.488] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.494] I> Slot: 0 [0001.496] I> Binary[27] block-0 (partition size: 0x100000) [0001.503] I> get_binary_info: Binary name: BR_BCT [0001.508] I> Size of crypto header is 8192 [0001.512] I> Size of crypto header is 8192 [0001.517] I> BR_BCT binary is read from storage [0001.522] I> BR_BCT binary integrity check is success [0001.528] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.536] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.541] I> Slot: 0 [0001.544] I> Binary[13] block-0 (partition size: 0x30000) [0001.550] I> get_binary_info: Binary name: SC7-FW [0001.555] I> Size of crypto header is 8192 [0001.559] I> Size of crypto header is 8192 [0001.564] I> BCH load address is : 0xa0002000 [0001.569] I> Size of crypto header is 8192 [0001.574] I> BCH of SC7-FW read from storage [0001.579] I> BCH address is : 0xa0002000 [0001.584] I> SC7-FW header integrity check is success [0001.590] I> Binary magic in BCH component 0 is WB0B [0001.595] I> component binary type is 13 [0001.599] I> Size of crypto header is 8192 [0001.606] I> SC7-FW binary is read from storage [0001.611] I> SC7-FW binary integrity check is success [0001.616] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.625] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.630] I> Slot: 0 [0001.633] I> Binary[22] block-0 (partition size: 0x30000) [0001.639] I> get_binary_info: Binary name: PSC_RF [0001.644] I> Size of crypto header is 8192 [0001.649] I> Size of crypto header is 8192 [0001.653] I> BCH load address is : 0xa0029460 [0001.659] I> Size of crypto header is 8192 [0001.664] I> BCH of PSC_RF read from storage [0001.668] I> BCH address is : 0xa0029460 [0001.674] I> PSC_RF header integrity check is success [0001.679] I> Binary magic in BCH component 0 is PSCR [0001.684] I> component binary type is 22 [0001.688] I> Size of crypto header is 8192 [0001.694] I> PSC_RF binary is read from storage [0001.700] I> PSC_RF binary integrity check is success [0001.705] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.725] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.731] I> Slot: 0 [0001.733] I> Binary[14] block-0 (partition size: 0x20000) [0001.740] I> get_binary_info: Binary name: MB2_RF [0001.745] I> Size of crypto header is 8192 [0001.749] I> Size of crypto header is 8192 [0001.754] I> BCH load address is : 0xa008e240 [0001.759] I> Size of crypto header is 8192 [0001.764] I> BCH of MB2_RF read from storage [0001.769] I> BCH address is : 0xa008e240 [0001.774] I> MB2_RF header integrity check is success [0001.780] I> Binary magic in BCH component 0 is MB2R [0001.785] I> component binary type is 14 [0001.789] I> Size of crypto header is 8192 [0001.795] I> MB2_RF binary is read from storage [0001.800] I> MB2_RF binary integrity check is success [0001.806] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.815] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.822] I> SC7 context fuse-bypass data is empty [0001.830] I> SC7 context save done [0001.834] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.840] I> Loading MB2 [0001.843] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.849] I> Slot: 0 [0001.851] I> Binary[6] block-0 (partition size: 0x80000) [0001.857] I> get_binary_info: Binary name: MB2 [0001.862] I> Size of crypto header is 8192 [0001.867] I> BCH load address is : 0x8007e000 [0001.872] I> Size of crypto header is 8192 [0001.877] I> BCH of MB2 read from storage [0001.881] I> BCH address is : 0x8007e000 [0001.887] I> MB2 header integrity check is success [0001.892] I> Binary magic in BCH component 0 is MB2B [0001.897] I> component binary type is 6 [0001.901] I> Size of crypto header is 8192 [0001.910] I> MB2 binary is read from storage [0001.916] I> MB2 binary integrity check is success [0001.921] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.929] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.936] I> Task: Prepare MB2 params (0x5000d5dd) [0001.945] I> MB2-params @ 0x40060000 [0001.953] I> BR-BCT Boot Chain Fields [0001.957] I> u32_non_gpio_select_boot_chain : 0 [0001.962] I> u32_num_boot_chains : 2 [0001.967] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.973] I> Task: Dram ecc test (0x500112cd) [0001.978] I> Task: Misc NV security settings (0x5000ced5) [0001.985] I> NVDEC sticky bits programming done [0001.990] I> Task: Disable/Reload WDT (0x5001f991) [0001.996] I> Programmed SLCG global override := 0x0 [0002.001] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f1828 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9428224 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 24 I> FSITHERM min temp = 22 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure NOR provision (0x50014924) I> Task: Load FSI keyblob (0x50012368) I> Skipping FSI key blob copy I> Task: Unhalt AUXPs (0x50020c8c) I> SCE unhalt skipped I> Unhalting RCE I> RCE unhalt successful I> DCE unhalt successful I> APE unhalt skipped I> FSI unhalt skipped I> Task: Load CPUBL (0x5001347c) I> Task: Load TOS (0x50013b38) I> Task: Load and authenticate registered FWs (0x50017428) I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_cpu??[ 2.360505] Camera-FW on t234-rce-safe started ??INFO: MONITOR: populated user images:19 INFO: mret to Supervisor! INFO: psc supervisor init. INFO: psc_irq_init... INFO: enter idle task. ??bpmp: init bpmp: base binary md5 is eac3805??TCU early console ena??26d68ff45ffc86d0feae98e88 bpmp: combined binary md5 is 888a114dda6bea50b6c6bb??bled. ??224445ac85 bpmp: firmware tag is 888a114dda6bea50b6c6-eac380526d6 initialized vwdt initialized mail_early initialized fuse initialized vfrel initialized hwwdt initialized adc fmon_populate_monitors: found 199 monitors initialized fmon initialized mc initialized reset initialized uphy_early initialized emc_early 471 clocks registered initialized clk_mach initialized clk_cal_early initialized clk_mach_early_config initialized io_dpd initialized thermal initialized soctherm initialized tj_init initialized regime initialized i2c vrmon_dt_init: vrmon node not found vrmon_chk_boot_state: found 0 rail monitors initialized vrmon initialized regulator ?? ??-bootloader I> Size of partition: 3670016 I> Binary@ device:3/0 block-24832 (partition size: 0x380000), name: A_cpu-bootloader??initialized avfs_clk_platform initialized powergate ?? ??initialized dvs initialized clk_mach_config initialized pm initialized suspend initialized strap initialized emc initialized emc_mrq initialized clk_cal initialized uphy_dt initialized uphy_mrq initialized uphy ??I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_secure-os I> Size of partition: 4194304 I> Binary@ device:3/0 block-32000 (partition size: 0x400000), name: A_secure-os ??initialized pg_late initialized pg_mrq_init swdtimer_init: 0 reg polling start w period 47 ms initialized swdtimer initialized hwwdt_late initialized bwmgr initialized thermal_host_trip initialized thermal_mrq initialized oc_mrq initialized reset_mrq initialized mail_mrq initialized fmon_mrq initialized clk_mrq initialized avfs_mrq initialized i2c_mrq initialized tag_mrq initialized bwmgr_mrq initialized console_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ??I> MB2-params @ 0x400600??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??00 I> cpubl: Authentication Fi??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss ena??[ 2.599802] Camer??ble xusb_fs enable xusb_falcon enable xusb_core_mux ??a-FW on t234-rce-safe??enable dsi_lp enable sdmmc_legacy_tm initialized clk_?? ready SHA1=7a10e461 ??mach_post initialized pg_post ??(crt 13.246 ms, total??initialized regulator_post initialized profile initialized fuse_late initia?? boot 261.887 ms) ??lized mrq initialized patrol_scrubber initialized extras_post bpmp: init complete ??DCE: FW Boot Done ??nalize Done I> Binary cpubl loaded successfully at 0x82c400000 I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eks I> eks: Authentication Finalize Done I> Binary eks loaded successfully at 0x82d000400 I> EKB detected (length: 0x410) @ VA:0x82d000400 I> Task: Prepare TOS params (0x50013ab0) I> Setting EKB blob info to OPTEE dtb finished. I> Setting OPTEE arg3: 0x82b700000 I> Task: OEM SC7 context save (0x500146bc) I> oem sc7 context saved I> Task: Disable MSS perf stats (0x50020d18) I> Task: Program display sticky bits (0x50020c94) I> Task: Storage device deinit (0x50001ed8) I> Task: SMMU external bypass disable (0x50011eb4) I> Task: SMMU init (0x50011dd0) I> Task: Program CBB PCIE AMAP regions (0x50014b08) I> Task: Program GICv3 registers (0x50020db8) I> Task: Audit firewall settings (0x5001e1c0) I> Task: Bootchain failure check (0x500026a4) I> Current Boot-Chain Slot: 0 I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0 I> MB2 finished ??NOTICE: BL31: v2.6(release):4fa405dbd NOTICE: BL31: Built : 20:16:55, Aug 10 2022 I/TC: I/TC: Non-secure external DT found I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f0100006). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ??[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421] [ 0.000000] Linux version 5.10.104-tegra (buildbrain@mobile-u64-5273-d7000) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #1 SMP PREEMPT Wed Aug 10 20:17:07 PDT 2022 [ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16, [ 0.000000] OF: fdt: - 80000000 , c0000000 [ 0.000000] Machine model: Jetson AGX Orin [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: RTPROP=0x805401c18 SMBIOS=0xffff0000 SMBIOS 3.0=0x8039a0000 MEMATTR=0x80476e018 ESRT=0x8039b1f98 RNG=0x827905998 MEMRESERVE=0x804770f18 [ 0.000000] efi: seeding entropy pool [ 0.000000] esrt: Reserving ESRT space from 0x00000008039b1f98 to 0x00000008039b1fd0. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000817800000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000835ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff] [ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000007ffffffff] [ 0.000000] node 0: [mem 0x0000000800000000-0x00000008021bffff] [ 0.000000] node 0: [mem 0x00000008021c0000-0x0000000803562fff] [ 0.000000] node 0: [mem 0x0000000803563000-0x00000008036fdfff] [ 0.000000] node 0: [mem 0x00000008036fe000-0x000000080398ffff] [ 0.000000] node 0: [mem 0x0000000803990000-0x00000008039affff] [ 0.000000] node 0: [mem 0x00000008039b0000-0x000000080453ffff] [ 0.000000] node 0: [mem 0x0000000804540000-0x00000008046cffff] [ 0.000000] node 0: [mem 0x00000008046d0000-0x000000080473ffff] [ 0.000000] node 0: [mem 0x0000000804740000-0x000000080475ffff] [ 0.000000] node 0: [mem 0x0000000804760000-0x000000080477ffff] [ 0.000000] node 0: [mem 0x0000000804780000-0x00000008049effff] [ 0.000000] node 0: [mem 0x00000008049f0000-0x0000000804a3ffff] [ 0.000000] node 0: [mem 0x0000000804a40000-0x0000000804a4ffff] [ 0.000000] node 0: [mem 0x0000000804a50000-0x0000000804a9ffff] [ 0.000000] node 0: [mem 0x0000000804aa0000-0x0000000804e4ffff] [ 0.000000] node 0: [mem 0x0000000804e50000-0x0000000804e5ffff] [ 0.000000] node 0: [mem 0x0000000804e60000-0x0000000804ebffff] [ 0.000000] node 0: [mem 0x0000000804ec0000-0x000000080534ffff] [ 0.000000] node 0: [mem 0x0000000805350000-0x000000080539ffff] [ 0.000000] node 0: [mem 0x00000008053a0000-0x000000080553ffff] [ 0.000000] node 0: [mem 0x0000000805540000-0x00000008055dffff] [ 0.000000] node 0: [mem 0x00000008055e0000-0x000000080568ffff] [ 0.000000] node 0: [mem 0x0000000805690000-0x000000080572ffff] [ 0.000000] node 0: [mem 0x0000000805730000-0x00000008057bffff] [ 0.000000] node 0: [mem 0x00000008057c0000-0x000000080585ffff] [ 0.000000] node 0: [mem 0x0000000805860000-0x000000080612ffff] [ 0.000000] node 0: [mem 0x0000000806130000-0x000000080630ffff] [ 0.000000] node 0: [mem 0x0000000806310000-0x00000008278bffff] [ 0.000000] node 0: [mem 0x00000008278c0000-0x000000082790ffff] [ 0.000000] node 0: [mem 0x0000000827910000-0x000000082b6affff] [ 0.000000] node 0: [mem 0x000000082c400000-0x000000082c7fffff] [ 0.000000] node 0: [mem 0x0000000834000000-0x0000000835ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000835ffffff] [ 0.000000] On node 0, zone Normal: 336 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 32 pages/cpu s90136 r8192 d32744 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] alternatives: patching kernel code [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7925040 [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB) [ 0.000000] Memory: 30995232K/32205504K available (18432K kernel code, 3172K rwdata, 7156K rodata, 3968K init, 1095K bss, 948128K reserved, 262144K cma-reserved) [ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x38/0x420 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has130000 -> 0x2c20000 [ 0.282288] mc: mapped MMIO address: 0xffff800011150000 -> 0x2c30000 [ 0.282296] mc: mapped MMIO address: 0xffff800011170000 -> 0x2c40000 [ 0.282305] mc: mapped MMIO address: 0xffff800011190000 -> 0x2c50000 [ 0.282312] mc: mapped MMIO address: 0xffff8000111b0000 -> 0x2b80000 [ 0.282319] mc: mapped MMIO address: 0xffff8000111d0000 -> 0x2b90000 [ 0.282326] mc: mapped MMIO address: 0xffff8000111f0000 -> 0x2ba0000 [ 0.282335] mc: mapped MMIO address: 0xffff800011210000 -> 0x2bb0000 [ 0.282342] mc: mapped MMIO address: 0xffff800011230000 -> 0x1700000 [ 0.282348] mc: mapped MMIO address: 0xffff800011250000 -> 0x1710000 [ 0.282355] mc: mapped MMIO address: 0xffff800011270000 -> 0x1720000 [ 0.282361] mc: mapped MMIO address: 0xffff800011290000 -> 0x1730000 [ 0.282369] mc: mapped MMIO address: 0xffff8000112b0000 -> 0x1740000 [ 0.282378] mc: mapped MMIO address: 0xffff8000112d0000 -> 0x1750000 [ 0.282384] mc: mapped MMIO address: 0xffff8000112f0000 -> 0x1760000 [ 0.282390] mc: mapped MMIO address: 0xffff800011310000 -> 0x1770000 [ 0.282399] nv-tegra-mc 2c10000.mc: No mssnvlink node [ 0.282419] mc-err: mcerr ops are set to t23x [ 0.282686] tegra234-cbb 13a00000.cbb-fabric: secure_irq = 21 [ 0.282738] tegra234-cbb c600000.aon-fabric: secure_irq = 22 [ 0.282781] tegra234-cbb d600000.bpmp-fabric: secure_irq = 23 [ 0.282816] tegra234-cbb de00000.dce-fabric: secure_irq = 24 [ 0.282850] tegra234-cbb be00000.rce-fabric: secure_irq = 25 [ 0.282884] tegra234-cbb b600000.sce-fabric: secure_irq = 26 [ 0.283127] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 71, base_baud = 0) is a SBSA [ 1.482424] printk: console [ttyAMA0] enabled [ 1.490555] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 1.497269] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 1.503971] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 1.510671] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 1.519052] ACPI: Interpreter disabled. [ 1.523957] vdd-3v3-pcie: supplied by vdd-3v3-sys [ 1.528888] avdd-cam-2v8: supplied by vdd-3v3-sys [ 1.533671] vdd-av1v1-hub: supplied by vdd-5v-sys [ 1.538488] vbusB-cvb: supplied by vdd-5v-sys [ 1.542986] vdd-usbc1-vbus: supplied by vdd-5v-sys [ 1.547868] vdd-usbc2-vbus: supplied by vdd-5v-sys [ 1.553041] iommu: Default domain type: Translated [ 1.557957] eventlib_kernel: keventlib is initialized, test id: 0 [ 1.564213] SCSI subsystem initialized [ 1.568021] usbcore: registered new interface driver usbfs [ 1.573519] usbcore: registered new interface driver hub [ 1.578839] usbcore: registered new device driver usb [ 1.584079] mc: Linux media interface: v0.10 [ 1.588355] videodev: Linux video capture interface: v2.00 [ 1.593993] pps_core: LinuxPPS API ver. 1 registered [ 1.598957] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.608094] PTP clock support registered [ 1.612213] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec [ 1.619380] tegra_wdt_t18x 2190000.watchdog: Registered successfully [ 1.627028] Registered efivars operations [ 1.631509] FPGA manager framework [ 1.634937] Advanced Linux Sound Architecture Driver Initialized. [ 1.641261] Bluetooth: Core ver 2.22 [ 1.644844] NET: Registered protocol family 31 [ 1.649289] Bluetooth: HCI device and connection manager initialized [ 1.655648] Bluetooth: HCI socket layer initialized [ 1.660525] Bluetooth: L2CAP socket layer initialized [ 1.665582] Bluetooth: SCO socket layer initialized [ 1.670928] camchar: rtcpu character device driver loaded [ 1.676532] clocksource: Switched to clocksource arch_sys_counter [ 1.835695] VFS: Disk quotas dquot_6.6.0 [ 1.839660] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.846665] pnp: PnP ACPI: disabled [ 1.851930] la/ptsa driver initialized. [ 1.855817] NET: Registered protocol family 2 [ 1.860377] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.870104] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 1.878845] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.887145] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 1.894974] TCP: Hash tables configured (established 262144 bind 65536) [ 1.901663] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.908590] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.916020] NET: Registered protocol family 1 [ 1.920654] RPC: Registered named UNIX socket transport module. [ 1.926589] RPC: Registered udp transport module. [ 1.931293] RPC: Registered tcp transport module. [ 1.935993] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.942441] PCI: CLS 0 bytes, default 64 [ 1.946476] Trying to unpack rootfs image as initramfs... [ 2.061023] Freeing initrd memory: 8196K [ 2.066913] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 2.074873] kvm [1]: IPA Size Limit: 48 bits [ 2.079270] kvm [1]: VHE mode initialized successfully [ 2.085068] Initialise system trusted keyrings [ 2.089643] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 2.097987] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.104096] NFS: Registering the id_resolver key type [ 2.109156] Key type id_resolver registered [ 2.113337] Key type id_legacy registered [ 2.117368] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.124074] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.131477] ntfs: driver 2.1.32 [Flags: R/W]. [ 2.147639] NET: Registered protocol family 38 [ 2.152087] Key type asymmetric registered [ 2.156184] Asymmetric key parser 'x509' registered [ 2.161077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240) [ 2.168533] io scheduler mq-deadline registered [ 2.173062] io scheduler kyber registered [ 2.180967] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 2.186563] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 2.192149] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 2.197732] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 2.205711] tegra_dc_assign_hw_data: no matching compatible node [ 2.211727] tegradccommon module_init failed [ 2.215995] tegradc module_init failed [ 2.219989] EINJ: ACPI disabled. [ 2.224693] tegra-pmc c360000.pmc: scratch reg offset dts data not present [ 2.231573] tegra-pmc: ### PMC reset source: SYS_RESET_N [ 2.236884] tegra-pmc: ### PMC reset level: L0 [ 2.241325] tegra-pmc: ### PMC reset status reg: 0x0 [ 2.247437] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 2.268269] random: fast init done [ 2.271081] printk: console [ttyTCU0] enabled [ 3.851498] arm-smmu 12000000.iommu: probing hardware configuration... [ 3.859503] arm-smmu 12000000.iommu: SMMUv2 with: [ 3.864340] arm-smmu 12000000.iommu: stage 1 translation [ 3.869886] arm-smmu 12000000.iommu: stage 2 translation [ 3.875417] arm-smmu 12000000.iommu: nested translation [ 3.880873] arm-smmu 12000000.iommu: stream matching with 128 register groups [ 3.888282] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only) [ 3.897033] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000 [ 3.903731] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.910419] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.917882] arm-smmu 10000000.iommu: probing hardware configuration... [ 3.924571] arm-smmu 10000000.iommu: SMMUv2 with: [ 3.929397] arm-smmu 10000000.iommu: stage 1 translation [ 3.934931] arm-smmu 10000000.iommu: stage 2 translation [ 3.940469] arm-smmu 10000000.iommu: nested translation [ 3.945918] arm-smmu 10000000.iommu: stream matching with 128 register groups [ 3.953324] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only) [ 3.962030] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000 [ 3.968723] arm-smmu 10000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.975414] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.982513] arm-smmu 8000000.iommu: probing hardware configuration... [ 3.989126] arm-smmu 8000000.iommu: SMMUv2 with: [ 3.993858] arm-smmu 8000000.iommu: stage 1 translation [ 3.999305] arm-smmu 8000000.iommu: stage 2 translation [ 4.004750] arm-smmu 8000000.iommu: nested translation [ 4.010105] arm-smmu 8000000.iommu: stream matching with 128 register groups [ 4.017434] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only) [ 4.026035] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000 [ 4.032636] arm-smmu 8000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 4.039239] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 4.046550] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful [ 4.056050] tegra_profiler: version: 1.147, samples/io: 49/28 [ 4.062021] tegra_profiler: auth: init [ 4.066134] nvsciipc: loaded module [ 4.070661] tegra23x-qspi 3270000.spi: Adding to iommu group 0 [ 4.076786] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 4.083306] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 4.090707] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 4.098293] tegra23x-qspi 3270000.spi: Prod settings list not found [ 4.104734] tegra23x-qspi 3270000.spi: Failed to get reset control: -517 [ 4.112187] tun: Universal TUN/TAP device driver, 1.6 [ 4.117843] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 4.125260] hns3: Copyright (c) 2017 Huawei Corporation. [ 4.130736] e1000e: Intel(R) PRO/1000 Network Driver [ 4.135821] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.141907] igb: Intel(R) Gigabit Ethernet Network Driver [ 4.147441] igb: Copyright (c) 2007-2014 Intel Corporation. [ 4.153311] PPP generic driver version 2.4.2 [ 4.157731] PPP BSD Compression module registered [ 4.162550] PPP Deflate Compression module registered [ 4.167732] PPP MPPE Compression module registered [ 4.172666] usbcore: registered new interface driver r8152 [ 4.178308] usbcore: registered new interface driver asix [ 4.183851] usbcore: registered new interface driver ax88179_178a [ 4.190109] usbcore: registered new interface driver cdc_ether [ 4.196096] usbcore: registered new interface driver net1080 [ 4.201906] usbcore: registered new interface driver cdc_subset [ 4.207983] usbcore: registered new interface driver zaurus [ 4.213701] usbcore: registered new interface driver cdc_ncm [ 4.219516] usbcore: registered new interface driver aqc111 [ 4.225350] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.231696] ohci-pci: OHCI PCI platform driver [ 4.236265] ohci-platform: OHCI generic platform driver [ 4.241919] tegra-xusb 3610000.xhci: Adding to iommu group 1 [ 4.248192] usbcore: registered new interface driver uas [ 4.253668] usbcore: registered new interface driver usb-storage [ 4.259971] tegra-xudc 3550000.xudc: Adding to iommu group 2 [ 4.266031] mousedev: PS/2 mouse device common for all mice [ 4.271773] usbcore: registered new interface driver xpad [ 4.279153] tegra_rtc c2a0000.rtc: registered as rtc1 [ 4.284616] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:28 UTC (28) [ 4.292830] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock [ 4.299229] i2c /dev entries driver [ 4.302920] tegra-i2c 3160000.i2c: Adding to iommu group 3 [ 4.308780] tegra-i2c c240000.i2c: Adding to iommu group 3 [ 4.314500] tegra-i2c 3180000.i2c: Adding to iommu group 3 [ 4.320183] tegra-i2c 3190000.i2c: Adding to iommu group 3 [ 4.325866] tegra-i2c 31b0000.i2c: Adding to iommu group 3 [ 4.331539] tegra-i2c 31c0000.i2c: Adding to iommu group 3 [ 4.337214] tegra-i2c c250000.i2c: Adding to iommu group 3 [ 4.342874] tegra-i2c 31e0000.i2c: Adding to iommu group 3 [ 4.351644] device-mapper: uevent: version 1.0.3 [ 4.356484] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 4.366205] sdhci: Secure Digital Host Controller Interface driver [ 4.372566] sdhci: Copyright(c) Pierre Ossman [ 4.377045] Synopsys Designware Multimedia Card Interface Driver [ 4.383293] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.389301] sdhci-tegra 3460000.sdhci: Adding to iommu group 4 [ 4.389500] sdhci-tegra 3400000.sdhci: Adding to iommu group 5 [ 4.389710] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401 [ 4.390586] tegra-bpmp bpmp: firmware: 888a114dda6bea50b6c6-eac380526d6 [ 4.391814] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 [ 4.392406] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81 [ 4.394738] nvvrs_pseq 4-003c: CAUTION: interrupt status reg:0x10 set to 0x1 [ 4.394741] nvvrs_pseq 4-003c: Clearing interrupts [ 4.542622] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0 [ 4.548569] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful ??debugfs initialized ??[ 5.947428] random: crng init done [ 6.037345] hid: raw HID events driver (C) Jiri Kosina [ 6.043113] usbcore: registered new interface driver usbhid [ 6.048854] usbhid: USB HID core driver [ 6.053510] tegra-dce d800000.dce: Adding to iommu group 6 [ 6.060315] dce: dce_ipc_channel_init:314 Invalid Channel State [0x0] for ch_type [2] [ 6.069136] tegra234-aon c000000.aon: Adding to iommu group 7 [ 6.075384] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5] [ 6.077682] c000000.aon:hsp: probed [ 6.084360] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [0]. Ignored... [ 6.096878] dce: dce_admin_send_cmd_ver:413 version : [0x2] err : [0x0] [ 6.096939] tegra234-aon c000000.aon: init done [ 6.103903] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1] [ 6.108771] tegra23x-psc e860000.psc: Adding to iommu group 8 [ 6.117467] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [1] ... [ 6.117469] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.117473] dce: dce_admin_setup_clients_ipc:518 Get queue info failed for [2] [ 6.123720] tegra23x-psc e860000.psc: ext_cfg base:00000000e4951cfb [ 6.131944] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2] [ 6.140662] tegra23x-psc e860000.psc: init done [ 6.148198] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [3] ... [ 6.148200] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.148215] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.154803] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 9 [ 6.163812] dce: dce_start_boot_flow:100 DCE_BOOT_DONE [ 6.169039] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000 [ 6.222699] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584 [ 6.231939] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900 [ 6.243565] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80 [ 6.255255] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80 [ 6.267072] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80 [ 6.279695] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080 [ 6.292588] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200 [ 6.304824] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (122) [ 6.311694] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful [ 6.323791] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=7a10e4613e151d2bf1df37dd80d456800f5b94d0 [ 6.337459] t19x_cache tegra-cache: probed [ 6.342122] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU [ 6.353804] optee: probing for conduit method. [ 6.358418] optee: revision 3.16 (65cc2218) [ 6.359696] optee: dynamic shared memory is enabled [ 6.369136] optee: initialized driver [ 6.388033] nvpmodel: initialized successfully [ 6.392741] tegra_hv: get_hvd: not initialized yet [ 6.397690] user_ivc_mempool: hypervisor not present [ 6.403924] usbcore: registered new interface driver snd-usb-audio [ 6.411054] u32 classifier [ 6.413845] input device check on [ 6.417614] Actions configured [ 6.421242] Initializing XFRM netlink socket [ 6.426023] NET: Registered protocol family 10 [ 6.431445] Segment Routing with IPv6 [ 6.435263] NET: Registered protocol family 17 [ 6.439853] NET: Registered protocol family 15 [ 6.444468] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 6.458668] Bluetooth: RFCOMM socket layer initialized [ 6.464003] Bluetooth: RFCOMM ver 1.11 [ 6.467888] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 6.474010] Bluetooth: HIDP socket layer initialized [ 6.479705] 9pnet: Installing 9P2000 support [ 6.484179] Key type dns_resolver registered [ 6.489520] registered taskstats version 1 [ 6.493770] Loading compiled-in X.509 certificates [ 6.503221] Loaded X.509 cert 'Build time autogenerated kernel key: 90ac610178c49616e6b7af33d5f8183bf0ea1ee9' [ 6.513786] tegra194-pcie 14180000.pcie: Adding to iommu group 10 [ 6.525642] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 6.532769] tegra194-pcie 14100000.pcie: Adding to iommu group 11 [ 6.544064] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 6.550863] tegra194-pcie 14160000.pcie: Adding to iommu group 12 [ 6.562296] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 6.569059] tegra194-pcie 141a0000.pcie: Adding to iommu group 13 [ 6.580049] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 6.587085] tegra194-pcie 141e0000.pcie: Adding to iommu group 14 [ 6.598176] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 6.626089] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 15 [ 6.635655] host1x 13e40000.host1x: Adding to iommu group 16 [ 7.652361] t23x_init_gating_regs: Timed out waiting for syncpt ram init! [ 7.668621] host1x 13e40000.host1x: initialized [ 7.673661] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 17 [ 7.681724] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000) [ 7.693749] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 18 [ 7.701787] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000) [ 7.713773] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 19 [ 7.721806] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000) [ 7.733798] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 20 [ 7.741793] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000) [ 7.753804] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 21 [ 7.761801] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000) [ 7.773789] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 22 [ 7.781793] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000) [ 7.793794] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 23 [ 7.801825] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000) [ 7.813810] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 24 [ 7.821841] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000) [ 7.833834] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 25 [ 7.841876] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000) [ 7.853858] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 26 [ 7.861861] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000) [ 7.873838] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 27 [ 7.881851] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000) [ 7.893831] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 28 [ 7.901829] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000) [ 7.913836] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 29 [ 7.921859] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000) [ 7.933852] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 30 [ 7.941836] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000) [ 7.953807] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 31 [ 7.961835] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000) [ 7.973809] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 32 [ 7.981805] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000) [ 7.993822] falcon 15340000.vic: Adding to iommu group 33 [ 8.004998] falcon 15340000.vic: initialized [ 8.009686] falcon 15380000.nvjpg: Adding to iommu group 34 [ 8.018919] falcon 15380000.nvjpg: initialized [ 8.023608] falcon 15540000.nvjpg1: Adding to iommu group 35 [ 8.032372] falcon 15540000.nvjpg1: initialized [ 8.037176] falcon 154c0000.nvenc: Adding to iommu group 36 [ 8.048062] falcon 154c0000.nvenc: initialized [ 8.052784] falcon 15a50000.ofa: Adding to iommu group 37 [ 8.061477] falcon 15a50000.ofa: initialized [ 8.065994] nvdec 15480000.nvdec: Adding to iommu group 38 [ 8.076974] nvdec 15480000.nvdec: initialized [ 8.081573] tsec 15500000.tsec: Adding to iommu group 39 [ 8.092106] tsec 15500000.tsec: initialized [ 8.098489] gic 2a41000.agic-controller: GIC IRQ controller registered [ 8.114832] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered [ 8.130710] gpio-491 (gpio11-usbpwr-ctrl): hogged as output/low [ 8.136866] gpio-493 (gpio12-usbpwr-ctrl): hogged as output/low [ 8.143018] gpio-488 (gpio13-usbpwr-ctrl): hogged as output/low [ 8.149175] gpio-489 (gpio14-usbpwr-ctrl): hogged as output/low [ 8.155321] gpio-428 (gpio3): hogged as output/low [ 8.160319] gpio-487 (gpio16): hogged as input [ 8.164938] gpio-351 (gpio20): hogged as output/low [ 8.170025] gpio-449 (gpio36): hogged as output/low [ 8.175087] gpio-494 (i2s1_clk_gpio): hogged as input [ 8.180326] gpio-495 (i2s1_dout_gpio): hogged as input [ 8.185651] gpio-496 (i2s1_din_gpio): hogged as input [ 8.190885] gpio-497 (i2s1_fs_gpio): hogged as input [ 8.196029] gpio-492 (mclk01_gpio): hogged as input [ 8.201088] gpio-456 (pwm01_gpio): hogged as input [ 8.206062] gpio-461 (uart1_cts_gpio): hogged as input [ 8.211409] gpio-478 (uart2_cts_gpio): hogged as input [ 8.217678] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio [ 8.224439] gpio-320 (gpio6): hogged as input [ 8.228971] gpio-323 (gpio7): hogged as input [ 8.233490] gpio-325 (gpio8): hogged as input [ 8.238008] gpio-326 (gpio10): hogged as input [ 8.243061] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon [ 8.250048] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 8.256387] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 8.262835] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 8.269047] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 8.276667] tegra194-isp5 14800000.isp: Adding to iommu group 40 [ 8.285524] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU [ 8.295124] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized [ 8.301513] driver not enabled, cannot register any devices [ 8.307413] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 41 [ 8.315401] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 42 [ 8.323378] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU [ 8.333328] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized [ 8.340146] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU [ 8.350069] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized [ 8.356890] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU [ 8.366847] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized [ 8.373687] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 43 [ 8.382361] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000) [ 8.393754] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 44 [ 8.402417] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000) [ 8.413819] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 45 [ 8.422470] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000) [ 8.433861] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 46 [ 8.442501] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000) [ 8.453890] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 47 [ 8.462532] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000) [ 8.473915] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 48 [ 8.482595] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000) [ 8.493989] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 49 [ 8.502618] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000) [ 8.514007] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 50 [ 8.522640] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000) [ 8.534040] pva 16000000.pva0: Adding to iommu group 51 [ 8.559964] pva 16000000.pva0: initialized [ 8.567368] nvdla 15880000.nvdla0: Adding to iommu group 52 [ 8.581552] nvdla 15880000.nvdla0: initialized [ 8.587724] nvdla 158c0000.nvdla1: Adding to iommu group 53 [ 8.601396] nvdla 158c0000.nvdla1: initialized [ 8.607578] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3 [ 8.614579] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels [ 8.622101] tegra-fuse-burn efuse-burn: shutdown limit check disabled [ 8.628783] tegra-fuse-burn efuse-burn: Fuse burn driver initialized [ 8.635510] serial-tegra 3100000.serial: Adding to iommu group 3 [ 8.642095] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART [ 8.651784] serial-tegra 3110000.serial: Adding to iommu group 3 [ 8.658283] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 68, base_baud = 0) is a TEGRA_UART [ 8.667910] serial-tegra 3130000.serial: Adding to iommu group 3 [ 8.674445] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 69, base_baud = 0) is a TEGRA_UART [ 8.684068] serial-tegra 3140000.serial: Adding to iommu group 3 [ 8.690660] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 70, base_baud = 0) is a TEGRA_UART [ 8.700306] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 8.706882] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 8.714351] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 8.721995] tegra23x-qspi 3270000.spi: Prod settings list not found [ 8.770967] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2014000 KHz, changing to: 2035200 KHz [ 8.785048] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2010000 KHz, changing to: 2035200 KHz [ 8.797746] tegra194-cpufreq e000000.ccplex: probed with ICC [ 8.804683] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 8.809804] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 8.812119] tegra194-pcie 14180000.pcie: host bridge /pcie@14180000 ranges: [ 8.816950] mmc0: CQHCI version 5.10 [ 8.823278] tegra194-pcie 14180000.pcie: IO 0x0038100000..0x00381fffff -> 0x0038100000 [ 8.825446] irq: IRQ306: trimming hierarchy from :interrupt-controller@f400000-1 [ 8.825485] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 8.849674] tegra194-pcie 14180000.pcie: MEM 0x2728000000..0x272fffffff -> 0x0040000000 [ 8.852531] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit [ 8.858386] tegra194-pcie 14180000.pcie: MEM 0x2440000000..0x2727ffffff -> 0x2440000000 [ 8.955686] mmc0: Command Queue Engine enabled [ 8.960271] mmc0: periodic cache flush enabled [ 8.964845] mmc0: new HS400 Enhanced strobe MMC card at address 0001 [ 8.971717] mmcblk0: mmc0:0001 G1M15M 59.3 GiB [ 8.976605] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (511:0) [ 8.995253] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 9.982090] tegra194-pcie 14180000.pcie: Phy link never came up [ 9.988267] tegra194-pcie 14180000.pcie: PCI host bridge to bus 0000:00 [ 9.995092] pci_bus 0000:00: root bus resource [bus 00-ff] [ 10.000760] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x38100000-0x381fffff]) [ 10.010629] pci_bus 0000:00: root bus resource [mem 0x2728000000-0x272fffffff] (bus address [0x40000000-0x47ffffff]) [ 10.021486] pci_bus 0000:00: root bus resource [mem 0x2440000000-0x2727ffffff pref] [ 10.029434] pci 0000:00:00.0: [10de:229c] type 01 class 0x060400 [ 10.035799] pci 0000:00:00.0: PME# supported from D0 D3hot [ 10.048184] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 10.053599] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 10.062530] pcieport 0000:00:00.0: Adding to iommu group 10 [ 10.068473] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 [ 10.074640] pcieport 0000:00:00.0: AER: enabled with IRQ 51 [ 10.080622] pci_bus 0000:01: busn_res: [bus 01-ff] is released [ 10.086711] pci 0000:00:00.0: Removing from iommu group 10 [ 10.092371] pci_bus 0000:00: busn_res: [bus 00-ff] is released [ 10.100555] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 10.107924] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges: [ 10.115116] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000 [ 10.123836] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000 [ 10.132536] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000 [ 11.250089] tegra194-pcie 14100000.pcie: Phy link never came up [ 11.256257] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00 [ 11.263091] pci_bus 0001:00: root bus resource [bus 00-ff] [ 11.268740] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x30100000-0x301fffff]) [ 11.278874] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff]) [ 11.289729] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref] [ 11.297674] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400 [ 11.304034] pci 0001:00:00.0: PME# supported from D0 D3hot [ 11.316073] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 11.321493] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 11.330414] pcieport 0001:00:00.0: Adding to iommu group 11 [ 11.336331] pcieport 0001:00:00.0: PME: Signaling with IRQ 53 [ 11.342494] pcieport 0001:00:00.0: AER: enabled with IRQ 53 [ 11.348450] pci_bus 0001:01: busn_res: [bus 01-ff] is released [ 11.354544] pci 0001:00:00.0: Removing from iommu group 11 [ 11.360222] pci_bus 0001:00: busn_res: [bus 00-ff] is released [ 11.367853] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 11.375282] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges: [ 11.382481] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000 [ 11.391207] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000 [ 11.399901] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000 [ 12.518104] tegra194-pcie 14160000.pcie: Phy link never came up [ 12.524265] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00 [ 12.531090] pci_bus 0004:00: root bus resource [bus 00-ff] [ 12.536738] pci_bus 0004:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x36100000-0x361fffff]) [ 12.546884] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff]) [ 12.557738] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref] [ 12.565676] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400 [ 12.572025] pci 0004:00:00.0: PME# supported from D0 D3hot [ 12.584062] pci 0004:00:00.0: PCI bridge to [bus 01-ff] [ 12.589463] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 12.598348] pcieport 0004:00:00.0: Adding to iommu group 12 [ 12.604289] pcieport 0004:00:00.0: PME: Signaling with IRQ 55 [ 12.610453] pcieport 0004:00:00.0: AER: enabled with IRQ 55 [ 12.616416] pci_bus 0004:01: busn_res: [bus 01-ff] is released [ 12.622507] pci 0004:00:00.0: Removing from iommu group 12 [ 12.628161] pci_bus 0004:00: busn_res: [bus 00-ff] is released [ 12.636112] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 12.749915] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges: [ 12.757113] tegra194-pcie 141a0000.pcie: IO 0x003a100000..0x003a1fffff -> 0x003a100000 [ 12.765811] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000 [ 12.774514] tegra194-pcie 141a0000.pcie: MEM 0x2740000000..0x2b27ffffff -> 0x2740000000 [ 13.890171] tegra194-pcie 141a0000.pcie: Phy link never came up [ 13.896327] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00 [ 13.903159] pci_bus 0005:00: root bus resource [bus 00-ff] [ 13.908816] pci_bus 0005:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff]) [ 13.918961] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff]) [ 13.929819] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref] [ 13.937782] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400 [ 13.944137] pci 0005:00:00.0: PME# supported from D0 D3hot [ 13.956197] pci 0005:00:00.0: PCI bridge to [bus 01-ff] [ 13.961622] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 13.970544] pcieport 0005:00:00.0: Adding to iommu group 13 [ 13.976466] pcieport 0005:00:00.0: PME: Signaling with IRQ 57 [ 13.982620] pcieport 0005:00:00.0: AER: enabled with IRQ 57 [ 13.988575] pci_bus 0005:01: busn_res: [bus 01-ff] is released [ 13.994651] pci 0005:00:00.0: Removing from iommu group 13 [ 14.000304] pci_bus 0005:00: busn_res: [bus 00-ff] is released [ 14.008054] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 14.015744] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges: [ 14.022947] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff -> 0x003e100000 [ 14.031659] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff -> 0x0040000000 [ 14.040369] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000 [ 15.158088] tegra194-pcie 141e0000.pcie: Phy link never came up [ 15.164244] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00 [ 15.171068] pci_bus 0007:00: root bus resource [bus 00-ff] [ 15.176716] pci_bus 0007:00: root bus resource [io 0x400000-0x4fffff] (bus address [0x3e100000-0x3e1fffff]) [ 15.186863] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff]) [ 15.197714] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref] [ 15.205643] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400 [ 15.211971] pci 0007:00:00.0: PME# supported from D0 D3hot [ 15.223989] pci 0007:00:00.0: PCI bridge to [bus 01-ff] [ 15.229389] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 15.238293] pcieport 0007:00:00.0: Adding to iommu group 14 [ 15.244222] pcieport 0007:00:00.0: PME: Signaling with IRQ 59 [ 15.250386] pcieport 0007:00:00.0: AER: enabled with IRQ 59 [ 15.256672] vdd-dp: supplied by vdd-3v3-sys [ 15.261174] vdd-3v3-sd: supplied by vdd-3v3-sys [ 15.265966] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys [ 15.272790] irq: IRQ307: trimming hierarchy from :pmc@c360000 [ 15.278957] irq: IRQ308: trimming hierarchy from :pmc@c360000 [ 15.285317] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: repeated role: 0 [ 15.287245] tegra194-isp5 14800000.isp: initialized [ 15.298523] driver not enabled, cannot register any devices [ 15.310674] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized [ 15.317065] driver not enabled, cannot register any devices [ 15.322952] (NULL device *): fops function table already registered [ 15.330786] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized [ 15.337165] driver not enabled, cannot register any devices [ 15.359161] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release [ 15.368953] tegra-xusb 3610000.xhci: xHCI Host Controller [ 15.374524] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1 [ 15.383065] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810 [ 15.392683] tegra-xusb 3610000.xhci: irq 239, io mem 0x03610000 [ 15.398948] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 15.407464] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 15.414912] usb usb1: Product: xHCI Host Controller [ 15.419946] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 15.426235] usb usb1: SerialNumber: 3610000.xhci [ 15.431462] hub 1-0:1.0: USB hub found [ 15.435349] hub 1-0:1.0: 4 ports detected [ 15.439618] tegra-xusb 3610000.xhci: xHCI Host Controller [ 15.445180] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2 [ 15.452983] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed [ 15.460488] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 15.469008] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 15.476465] usb usb2: Product: xHCI Host Controller [ 15.481487] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 15.487777] usb usb2: SerialNumber: 3610000.xhci [ 15.492984] hub 2-0:1.0: USB hub found [ 15.496873] hub 2-0:1.0: 4 ports detected [ 15.502455] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 15.502562] nvethernet 2310000.ethernet: Adding to iommu group 54 [ 15.513822] nvethernet 2310000.ethernet: failed to read skip mac reset flag, default 0 [ 15.522000] nvethernet 2310000.ethernet: failed to read MDIO address [ 15.528572] nvethernet 2310000.ethernet: Failed to read nvida,pause_frames, so setting to default support as disable [ 15.539420] nvethernet 2310000.ethernet: setting to default DMA bit mask [ 15.546349] nvethernet 2310000.ethernet: max-platform-mtu DT entry missing, setting default 1500 [ 15.564702] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 15.799820] nvethernet 2310000.ethernet: Ethernet MAC address: 48:b0:2d:94:70:ef [ 15.807912] nvethernet 2310000.ethernet: Macsec not enabled [ 15.813666] nvethernet 2310000.ethernet: Macsec: Reduced MTU: 1466 Max: 1500 [ 15.822231] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels [ 15.830882] irq: IRQ310: trimming hierarchy from :pmc@c360000 [ 15.836886] irq: IRQ311: trimming hierarchy from :interrupt-controller@f400000-1 [ 15.844587] irq: IRQ312: trimming hierarchy from :pmc@c360000 [ 15.850574] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 15.858193] tegra-se-nvhost 15810000.se: Adding to iommu group 55 [ 15.864766] tegra-se-nvhost 15810000.se: initialized [ 15.881767] tegra-se-nvhost 15810000.se: tegra_se_probe: complete [ 15.888185] tegra-se-nvhost 15820000.se: Adding to iommu group 56 [ 15.894721] tegra-se-nvhost 15820000.se: initialized [ 15.902077] tegra-se-nvhost 15820000.se: tegra_se_probe: complete [ 15.908466] tegra-se-nvhost 15840000.se: Adding to iommu group 57 [ 15.914984] tegra-se-nvhost 15840000.se: initialized [ 15.921685] tegra-se-nvhost 15840000.se: tegra_se_probe: complete [ 15.928561] tegra_actmon d230000.actmon: in actmon_register()... [ 15.934928] tegra_actmon d230000.actmon: bwmgr_disable = 1 [ 15.941166] tegra_actmon d230000.actmon: initialization Completed for the device mc_all [ 15.949588] hvc_sysfs: hypervisor is not present ??WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk ??[ 16.096899] ALSA device list: [ 16.099960] No soundcards found. [ 16.104025] Freeing unused kernel memory: 3968K [ 16.108730] Run /init as init process [ 16.124147] Root device found: mmcblk0p1 [ 16.128718] Found dev node: /dev/mmcblk0p1 [ 16.245858] EXT4-fs (mmcblk0p1): 4 orphan inodes deleted [ 16.251343] EXT4-fs (mmcblk0p1): recovery complete [ 16.260542] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 16.269697] Rootfs mounted over mmcblk0p1 [ 16.288000] Switching from initrd to actual rootfs [ 16.405436] systemd[1]: System time before build time, advancing clock. [ 16.444438] systemd[1]: systemd 245.4-4ubuntu3.21 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 16.468098] systemd[1]: Detected architecture arm64. [ 16.514306] systemd[1]: Set hostname to . [ 16.627522] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit [ 16.718554] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 16.731589] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 16.741158] systemd[1]: Created slice system-modprobe.slice. [ 16.747343] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 16.754066] systemd[1]: Created slice User and Session Slice. [ 16.760107] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 16.768214] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 16.777997] systemd[1]: Reached target User and Group Name Lookups. [ 16.784502] systemd[1]: Reached target Slices. [ 16.789125] systemd[1]: Reached target Mounting snaps. [ 16.794462] systemd[1]: Reached target Mounted snaps. [ 16.799719] systemd[1]: Reached target Swap. [ 16.804373] systemd[1]: Listening on RPCbind Server Activation Socket. [ 16.811232] systemd[1]: Listening on Syslog Socket. [ 16.816399] systemd[1]: Listening on fsck to fsckd communication Socket. [ 16.823407] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 16.830360] systemd[1]: Listening on Journal Audit Socket. [ 16.836139] systemd[1]: Listening on Journal Socket (/dev/log). [ 16.842381] systemd[1]: Listening on Journal Socket. [ 16.847649] systemd[1]: Listening on udev Control Socket. [ 16.853322] systemd[1]: Listening on udev Kernel Socket. [ 16.859802] systemd[1]: Mounting Huge Pages File System... [ 16.866502] systemd[1]: Mounting POSIX Message Queue File System... [ 16.873831] systemd[1]: Mounting RPC Pipe File System... [ 16.880229] systemd[1]: Mounting Kernel Debug File System... [ 16.886974] systemd[1]: Mounting Kernel Trace File System... [ 16.893983] systemd[1]: Starting Journal Service... [ 16.900115] systemd[1]: Starting Set the console keyboard layout... [ 16.907543] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 16.917338] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 16.924301] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped. [ 16.933664] systemd[1]: Starting Load Kernel Module efi_pstore... [ 16.941091] systemd[1]: Starting Load Kernel Module pstore_blk... [ 16.948513] systemd[1]: Starting Load Kernel Module pstore_zone... [ 16.955913] systemd[1]: Starting Load Kernel Module ramoops... [ 16.962964] systemd[1]: Starting NVIDIA specific first-boot udev script... [ 16.970389] pstore: Using crash dump compression: deflate [ 16.971174] systemd[1]: Started Nameserver information manager. [ 16.983285] printk: console [ramoops-1] enabled [ 16.988023] pstore: Registered ramoops as persistent store backend [ 16.988187] systemd[1]: Reached target Network (Pre). [ 16.994408] ramoops: using 0x200000@0x82c200000, ecc: 0 [ 17.012020] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 17.021390] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 17.039101] systemd[1]: Starting Load Kernel Modules... [ 17.045416] systemd[1]: Starting Remount Root and Kernel File Systems... [ 17.053031] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null) [ 17.053339] nvmap_heap_init: nvmap_heap_init: created heap block cache [ 17.053403] systemd[1]: Starting udev Coldplug all Devices... [ 17.071375] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x000000082f000000,16777216 [ 17.073240] systemd[1]: Started Journal Service. [ 17.080990] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout [ 17.080997] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x0000000849800000,914358272 [ 17.080998] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout [ 17.081003] nvmap_page_pool_init: Total RAM pages: 7817385 [ 17.117604] nvmap_page_pool_init: nvmap page pool size: 977173 pages (3817 MB) [ 17.117647] nvmap_background_zero_thread: PP zeroing thread starting. [ 17.117724] misc nvmap: created heap vpr base 0x0000000849800000 size (892928KiB) [ 17.120772] misc nvmap: created heap fsi base 0x000000082f000000 size (16384KiB) [ 17.164991] systemd-journald[282]: Received client request to flush runtime journal. [ 17.184496] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000 [ 17.184496] [ 17.487434] using random self ethernet address [ 17.494556] using random host ethernet address [ 17.537393] nvidia: loading out-of-tree module taints kernel. [ 17.763783] 1 fixed-partitions partitions found on MTD device spi6.0 [ 17.770779] Creating 1 MTD partitions on "spi6.0": [ 17.775747] 0x000000000000-0x000004000000 : "Whole_flash0" [ 18.162379] using random self ethernet address [ 18.167059] using random host ethernet address Ubuntu 20.04.6 LTS XD-UBUNTU ttyTCU0 XD-UBUNTU login: xd (automatic login) Welcome to Ubuntu 20.04.6 LTS (GNU/Linux 5.10.104-tegra aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage This system has been minimized by removing packages and content that are not required on a system that users do not log into. To restore this content, you can run the 'unminimize' command. Expanded Security Maintenance for Applications is not enabled. 2 updates can be applied immediately. 2 of these updates are standard security updates. To see these additional updates run: apt list --upgradable 28 additional security updates can be applied with ESM Apps. Learn more about enabling ESM Apps service at https://ubuntu.com/esm Last login: Wed Apr 26 01:43:11 UTC 2023 on ttyAMA0 xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ [ 232.750683] irq 258: nobody cared (try booting with the "irqpoll" option) [ 232.757835] handlers: [ 232.760168] [<000000006c250c0a>] irq_default_primary_handler threaded [<00000000e48c843f>] regmap_irq_thread [ 232.770308] Disabling IRQ #258 ?? [0015.163] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0015.169] I> t234-A01-0-Silicon (0x12347) Prod [0015.173] I> Boot-mode : BPMP Diagnostic [0015.177] I> Emulation: [0015.179] I> Entry timestamp: 0x00000000 [0015.183] I> last_boot_error: 0x0 [0015.186] I> BR-BCT: preprod_dev_sign: 0 [0015.190] I> rst_source: 0x0, rst_level: 0x0 [0015.194] I> Task: Crypto init (0x5001c0d9) [0015.198] I> Task: Secure debug controls (0x5000cb19) [0015.203] I> Task: strap war set (0x5000b739) [0015.207] I> strap value(0x4000001) set to 0x4000001 [0015.212] I> Task: Program NV master stream id (0x5000cad1) [0015.217] I> Task: Verify boot mode (0xd482021) [0015.223] I> Task: Alias fuses (0x50010749) [0015.228] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0015.235] I> Task: Print SKU type (0x5000fba9) [0015.239] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0015.244] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0015.249] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0015.253] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0015.257] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0015.261] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0015.266] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0015.270] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0015.274] I> FUSE_SKU_INFO_0 = 0xd2 [0015.277] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0015.281] I> FUSE_PACKAGE_INFO_0 = 0x2 [0015.285] I> SKU: Prod [0015.287] I> Task: Boost clocks (0x50013db1) [0015.291] I> Initializing PLLC2 for AXI_CBB. [0015.295] I> AXI_CBB : src = 35, divisor = 0 [0015.299] I> Task: Voltage monitor (0x50013dbd) [0015.304] I> VMON: Vmon re-calibration and fine tuning done [0015.309] I> Task: UPHY init (0x5000da39) [0015.314] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0015.319] I> Task: Boot device init (0x50000a3d) [0015.324] I> Boot_device: RCM [0015.327] I> USB configuration success [0015.330] I> Task: TSC init (0x5001ed35) [0015.335] I> Task: Enable WDT 5th expiry (0x5001f929) [0015.339] I> Task: Disable WDT globally (0x5001f965) [0015.344] I> Task: I2C register (0x50000a31) [0015.348] I> Task: Reset FSI (0x50013db9) [0015.352] I> Task: Enable clock-mon (0x5001ed25) [0015.368] I> FMON: Fmon re-programming done [0015.372] I> Task: MB1 fixed firewalls (0x5001e55d) [0015.380] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0015.384] I> Loading MB2 Applet [0015.388] I> Scratch RSV109: 0x00000000 active chain: 0 [0015.393] I> Slot: 0 [0015.395] I> Binary[21] block-0 (partition size: 0x50000) [0015.400] I> get_binary_info: Binary name: MB2-Applet [0015.405] I> Size of crypto header is 8192 [0015.409] I> BCH load address is : 0x4004e000 [0015.413] I> Size of crypto header is 8192 [0015.417] I> BCH of MB2-Applet read from storage [0015.422] I> BCH address is : 0x4004e000 [0015.426] I> MB2-Applet header integrity check is success [0015.431] I> Binary magic in BCH component 0 is MB2A [0015.436] I> component binary type is 21 [0015.440] I> Size of crypto header is 8192 [0015.454] I> MB2-Applet binary is read from storage [0015.459] I> MB2-Applet binary integrity check is success [0015.464] I> Binary MB2-Applet loaded successfully at 0x40000000 (0x41b80) [0015.471] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0015.477] I> Task: Prepare MB2 params (0x5000d5dd) [0015.482] I> MB2-params @ 0x40060000 [0015.485] I> Region(2) already mapped [0015.489] E> Failed to map carveout: 50 [0015.492] I> BR-BCT Boot Chain Fields [0015.496] I> u32_non_gpio_select_boot_chain : 0 [0015.501] I> u32_num_boot_chains : 0 [0015.505] I> bf_bl_gpio_select_boot_chain_1b : 0 [0015.511] I> Task: Misc NV security settings (0x5000ced5) [0015.516] I> NVDEC sticky bits programming done [0015.520] I> Task: Disable/Reload WDT (0x5001f991) [0015.525] I> Programmed SLCG global override := 0x0 [0015.530] I> MB1: MSS reconfig completed I> Applet (version: 0.0.0.0-t234-54845784-dee653cf) I> t234-A01-0-Silicon (0x12347) I> Emulation: I> Entry timestamp: 0xffffffff I> Task: Pinmux init (0x4000062d) I> Task: Boot device init (0x400012e5) I> Applet do storage init I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : clk_m I> QSPI-0l initialized successfully I> sdmmc DDR50 mode I> sdmmc bdev is already initialized E> Unknown device 7 E> Unknown device 8 I> Task: Partition Manager Init (0x40002d1d) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: I2C register (0x400006a5) I> Task: Register exit handlers (0x400005f5) I> Task: Enter 3p server (0x400018e1) I> USB configuration success I> Populate chip info I> RAM_CODE 0x4000001 I> Populate eeprom info I> Populate eeprom info for module cvm I> dump bct I> Rebooting : reboot-recovery ?? [0117.124] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0117.130] I> t234-A01-0-Silicon (0x12347) Prod [0117.134] I> Boot-mode : Coldboot [0117.137] I> Emulation: [0117.139] I> Entry timestamp: 0x00000000 [0117.143] I> last_boot_error: 0x0 [0117.146] I> BR-BCT: preprod_dev_sign: 0 [0117.150] I> rst_source: 0xb, rst_level: 0x1 [0117.154] I> Task: CRC check (0x5001cf71) [0117.158] I> Skip CRC check as records_integrity fuse is not burned [0117.164] I> Task: Crypto init (0x5001c0d9) [0117.168] I> Task: Secure debug controls (0x5000cb19) [0117.173] I> Task: strap war set (0x5000b739) [0117.177] I> strap value(0x4000001) set to 0x4000001 [0117.182] I> Task: Initialize SOC Therm (0x5001a509) [0117.187] I> Task: Program NV master stream id (0x5000cad1) [0117.192] I> Task: Verify boot mode (0xd482021) [0117.198] I> Task: Alias fuses (0x50010749) [0117.203] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0117.211] I> Task: Print SKU type (0x5000fba9) [0117.215] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0117.220] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0117.224] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0117.229] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0117.233] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0117.237] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0117.241] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0117.245] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0117.249] I> FUSE_SKU_INFO_0 = 0xd2 [0117.253] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0117.257] I> FUSE_PACKAGE_INFO_0 = 0x2 [0117.261] I> SKU: Prod [0117.263] I> Task: Boost clocks (0x50013db1) [0117.267] I> Initializing PLLC2 for AXI_CBB. [0117.271] I> AXI_CBB : src = 35, divisor = 0 [0117.275] I> Task: Voltage monitor (0x50013dbd) [0117.280] I> VMON: Vmon re-calibration and fine tuning done [0117.285] I> Task: UPHY init (0x5000da39) [0117.289] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0117.295] I> Task: Boot device init (0x50000a3d) [0117.299] I> Boot_device: RCM [0117.302] I> USB configuration success [0118.567] I> Task: TSC init (0x5001ed35) [0118.571] I> Task: Load membct (0x5001190d) [0118.575] I> RAM_CODE 0x4000001 [0118.578] I> Loading MEM-BCT to SysRAM [0118.581] I> Scratch RSV109: 0x00000000 active chain: 0 [0118.587] I> Slot: 0 [0118.589] I> Binary[0] block-0 (partition size: 0x40000) [0118.594] I> get_binary_info: Binary name: MEM-BCT-0 [0118.599] I> Size of crypto header is 8192 [0118.603] I> BCH load address is : 0x40050000 [0118.607] I> Size of crypto header is 8192 [0118.611] I> BCH of MEM-BCT-0 read from storage [0118.615] I> BCH address is : 0x40050000 [0118.619] I> MEM-BCT-0 header integrity check is success [0118.625] I> Binary magic in BCH component 0 is MEM0 [0118.629] I> component binary type is 0 [0118.635] I> MEM-BCT-0 binary is read from storage [0118.640] I> MEM-BCT-0 binary integrity check is success [0118.645] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0118.652] I> RAM_CODE 0x4000001 [0118.657] I> RAM_CODE 0x4000001 [0118.661] I> Task: Load Page retirement list (0x50011139) [0118.666] I> Task: SDRAM params override (0x50011b79) [0118.671] I> Task: Save mem-bct info (0x50014071) [0118.676] I> Task: Carveout allocate (0x500140d5) [0118.680] I> ECC region[0]: Start:0x0, End:0x0 [0118.685] I> ECC region[1]: Start:0x0, End:0x0 [0118.689] I> ECC region[2]: Start:0x0, End:0x0 [0118.693] I> ECC region[3]: Start:0x0, End:0x0 [0118.697] I> ECC region[4]: Start:0x0, End:0x0 [0118.702] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0118.708] I> Non-ECC region[1]: Start:0x0, End:0x0 [0118.712] I> Non-ECC region[2]: Start:0x0, End:0x0 [0118.717] I> Non-ECC region[3]: Start:0x0, End:0x0 [0118.722] I> Non-ECC region[4]: Start:0x0, End:0x0 [0118.731] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0118.738] I> allocated(CO:46) base:0x820000000 size:0x20000000 align: 0x20000000 [0118.746] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0118.753] I> allocated(CO:39) base:0x81a000000 size:0x6000000 align: 0x200000 [0118.760] I> allocated(CO:20) base:0x818000000 size:0x2000000 align: 0x2000000 [0118.767] I> allocated(CO:24) base:0x816000000 size:0x2000000 align: 0x2000000 [0118.774] I> allocated(CO:28) base:0x814000000 size:0x2000000 align: 0x2000000 [0118.781] I> allocated(CO:29) base:0x812000000 size:0x2000000 align: 0x2000000 [0118.788] I> allocated(CO:43) base:0x810000000 size:0x2000000 align: 0x200000 [0118.795] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0118.802] I> allocated(CO:41) base:0x80f000000 size:0x1000000 align: 0x100000 [0118.809] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0118.816] I> allocated(CO:03) base:0x80e800000 size:0x800000 align: 0x800000 [0118.823] I> allocated(CO:06) base:0x80e000000 size:0x800000 align: 0x800000 [0118.830] I> allocated(CO:10) base:0x80d800000 size:0x800000 align: 0x800000 [0118.837] I> allocated(CO:56) base:0x80d000000 size:0x800000 align: 0x200000 [0118.844] I> allocated(CO:07) base:0x80cc00000 size:0x400000 align: 0x400000 [0118.851] I> allocated(CO:33) base:0x80c800000 size:0x400000 align: 0x200000 [0118.858] I> allocated(CO:47) base:0x80c400000 size:0x400000 align: 0x200000 [0118.865] I> allocated(CO:72) base:0x80c200000 size:0x200000 align: 0x10000 [0118.872] I> allocated(CO:01) base:0x80c100000 size:0x100000 align: 0x100000 [0118.879] I> allocated(CO:04) base:0x80c000000 size:0x100000 align: 0x100000 [0118.886] I> allocated(CO:05) base:0x80bf00000 size:0x100000 align: 0x100000 [0118.892] I> allocated(CO:08) base:0x80be00000 size:0x100000 align: 0x100000 [0118.899] I> allocated(CO:09) base:0x80bd00000 size:0x100000 align: 0x100000 [0118.906] I> allocated(CO:15) base:0x80bc00000 size:0x100000 align: 0x100000 [0118.913] I> allocated(CO:17) base:0x80bb00000 size:0x100000 align: 0x100000 [0118.920] I> allocated(CO:23) base:0x80ba00000 size:0x100000 align: 0x100000 [0118.927] I> allocated(CO:27) base:0x80b900000 size:0x100000 align: 0x100000 [0118.934] I> allocated(CO:42) base:0x80b800000 size:0x100000 align: 0x100000 [0118.941] I> allocated(CO:54) base:0x80b780000 size:0x80000 align: 0x80000 [0118.948] I> allocated(CO:26) base:0x80b740000 size:0x40000 align: 0x2000 [0118.954] I> allocated(CO:48) base:0x80b720000 size:0x20000 align: 0x10000 [0118.961] I> allocated(CO:69) base:0x80b700000 size:0x20000 align: 0x10000 [0118.968] I> allocated(CO:34) base:0x80b6f0000 size:0x10000 align: 0x10000 [0118.975] I> allocated(CO:35) base:0x80b6e0000 size:0x10000 align: 0x10000 [0118.981] I> allocated(CO:49) base:0x80b6d0000 size:0x10000 align: 0x10000 [0118.988] I> allocated(CO:50) base:0x80b6c0000 size:0x10000 align: 0x10000 [0118.995] I> allocated(CO:52) base:0x80b6b0000 size:0x10000 align: 0x10000 [0119.002] I> Task: Thermal check (0x5001fba1) [0119.006] I> max_chip_limit = 115 [0119.009] I> min_chip_limit = -30 [0119.012] I> max temp read = 30 [0119.015] I> min temp read = 28 [0119.018] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0119.024] I> Task: Enable WDT 5th expiry (0x5001f929) [0119.029] I> Task: Disable WDT globally (0x5001f965) [0119.034] I> Task: I2C register (0x50000a31) [0119.038] I> Task: Reset FSI (0x50013db9) [0119.042] I> Task: Pinmux init (0x50013219) [0119.046] I> Task: Prod config init (0x50013631) [0119.051] I> Task: Pad voltage init (0x500132a5) [0119.055] I> Task: Prod init (0x500136d5) [0119.059] I> Task: Common rail init (0x50013bd1) [0119.064] W> Thermal config not found in BCT [0119.068] W> Generic i2c config not found in BCT [0119.072] W> Platform rail config not found in BCT [0119.078] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0119.087] W> MEMIO rail config not found in BCT [0119.091] I> Task: Mem clock src (0x500119c5) [0119.095] I> Task: Misc. board config (0x50013c29) [0119.100] W> Platform config not found in BCT [0119.104] I> Task: SDRAM init (0x500119c9) [0119.111] I> SDRAM-params @ 0xd485000 [0119.114] I> MSS code-drop: NvBootSdramInit [0119.118] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0119.126] I> MSS CAR: Init PLLM [0119.129] I> MSS CAR: Init PLLHUB [0119.134] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0119.145] I> mb1_sdram_init Done ! [0119.149] I> SDRAM Size in Total 0x800000000 [0119.153] I> Task: Dram Ecc scrub (0x50011261) [0119.157] I> Task: DRAM alias check (0x50011b71) [0119.188] I> Task: Program NSDRAM carveout (0x50014921) [0119.195] I> NSDRAM carveout encryption is disabled [0119.200] I> Program NSDRAM carveout [0119.205] I> Task: Register checker (0x50011b75) [0119.213] I> Task: Enable clock-mon (0x5001ed25) [0119.230] I> FMON: Fmon re-programming done [0119.235] I> Task: Mapper init (0x5001d451) [0119.240] I> Task: SC7 Context Init (0x5001f02d) [0119.246] I> Task: CCPLEX IST init (0x5000d335) [0119.253] I> Task: CPU WP0 (0x5000c635) [0119.258] I> Loading MCE [0119.261] I> Scratch RSV109: 0x00000000 active chain: 0 [0119.267] I> Slot: 0 [0119.270] I> Binary[8] block-0 (partition size: 0x80000) [0119.276] I> get_binary_info: Binary name: MCE [0119.281] I> Size of crypto header is 8192 [0119.286] I> BCH load address is : 0x4003e000 [0119.291] I> Size of crypto header is 8192 [0119.886] I> BCH of MCE read from storage [0119.891] I> BCH address is : 0x4003e000 [0119.897] I> MCE header integrity check is success [0119.902] I> Binary magic in BCH component 0 is MTSM [0119.907] I> component binary type is 8 [0119.912] I> Size of crypto header is 8192 [0119.923] I> MCE binary is read from storage [0119.928] I> MCE binary integrity check is success [0119.934] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0119.942] I> Size of crypto header is 8192 [0119.947] I> Sending WP0 mailbox command to PSC [0119.958] I> Task: MB1 fixed firewalls (0x5001e55d) [0119.977] I> Task: Load bpmp-fw (0x5001e801) [0119.983] I> Scratch RSV109: 0x00000000 active chain: 0 [0119.989] I> Slot: 0 [0119.992] I> Binary[15] block-0 (partition size: 0x180000) [0119.998] I> get_binary_info: Binary name: BPMP_FW [0120.004] I> Size of crypto header is 8192 [0120.008] I> BCH load address is : 0x807fe000 [0120.014] I> Size of crypto header is 8192 [0120.019] I> BCH of BPMP_FW read from storage [0120.024] I> BCH address is : 0x807fe000 [0120.030] I> BPMP_FW header integrity check is success [0120.035] I> Binary magic in BCH component 0 is BPMF [0120.041] I> component binary type is 15 [0120.045] I> Size of crypto header is 8192 [0120.086] I> BPMP_FW binary is read from storage [0120.094] I> BPMP_FW binary integrity check is success [0120.100] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0120.108] I> Scratch RSV109: 0x00000000 active chain: 0 [0120.114] I> Slot: 0 [0120.117] I> Binary[16] block-251658752 (partition size: 0x400000) [0120.125] I> get_binary_info: Binary name: BPMP_FW_DTB [0120.130] I> Size of crypto header is 8192 [0120.135] I> BCH load address is : 0x807fc000 [0120.141] I> Size of crypto header is 8192 [0120.146] I> BCH of BPMP_FW_DTB read from storage [0120.151] I> BCH address is : 0x807fc000 [0120.157] I> BPMP_FW_DTB header integrity check is success [0120.163] I> Binary magic in BCH component 0 is BPMD [0120.168] I> component binary type is 16 [0120.173] I> Size of crypto header is 8192 [0120.182] I> BPMP_FW_DTB binary is read from storage [0120.189] I> BPMP_FW_DTB binary integrity check is success [0120.195] I> Binary BPMP_FW_DTB loaded successfully at 0x807dbbb0 (0x20440) [0120.204] I> Task: Load psc-fw (0x5001ea0d) [0120.210] I> Scratch RSV109: 0x00000000 active chain: 0 [0120.216] I> Slot: 0 [0120.218] I> Binary[17] block-0 (partition size: 0xc0000) [0120.225] I> get_binary_info: Binary name: PSC_FW [0120.230] I> Size of crypto header is 8192 [0120.235] I> BCH load address is : 0x80ffe000 [0120.240] I> Size of crypto header is 8192 [0120.245] I> BCH of PSC_FW read from storage [0120.250] I> BCH address is : 0x80ffe000 [0120.256] I> PSC_FW header integrity check is success [0120.262] I> Binary magic in BCH component 0 is PFWP [0120.267] I> component binary type is 17 [0120.271] I> Size of crypto header is 8192 [0120.294] I> PSC_FW binary is read from storage [0120.301] I> PSC_FW binary integrity check is success [0120.306] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0120.315] I> Task: Load nvdec-fw (0x5001ea81) [0120.321] I> Scratch RSV109: 0x00000000 active chain: 0 [0120.327] I> Slot: 0 [0120.329] I> Binary[7] block-0 (partition size: 0x100000) [0120.336] I> get_binary_info: Binary name: NVDEC [0120.341] I> Size of crypto header is 8192 [0120.346] I> BCH load address is : 0x800fe000 [0120.351] I> Size of crypto header is 8192 [0120.357] I> BCH of NVDEC read from storage [0120.361] I> BCH address is : 0x800fe000 [0120.367] I> NVDEC header integrity check is success [0120.372] I> Binary magic in BCH component 0 is NDEC [0120.378] I> component binary type is 7 [0120.382] I> Size of crypto header is 8192 [0120.395] I> NVDEC binary is read from storage [0120.401] I> NVDEC binary integrity check is success [0120.406] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0120.417] I> Task: Load tsec-fw (0x5001ec6d) [0120.422] I> TSEC-FW load support not enabled [0120.427] I> Task: Program misc carveouts (0x5001445d) [0120.434] I> Program IPC carveouts [0120.441] I> Task: GPIO interrupt map (0x50013cc5) [0120.448] I> Task: SC7 context save (0x5001f161) [0120.454] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0120.460] I> Loading MB2 [0120.463] I> Scratch RSV109: 0x00000000 active chain: 0 [0120.469] I> Slot: 0 [0120.472] I> Binary[6] block-0 (partition size: 0x80000) [0120.478] I> get_binary_info: Binary name: MB2 [0120.483] I> Size of crypto header is 8192 [0120.488] I> BCH load address is : 0x8007e000 [0120.493] I> Size of crypto header is 8192 [0120.498] I> BCH of MB2 read from storage [0120.503] I> BCH address is : 0x8007e000 [0120.509] I> MB2 header integrity check is success [0120.514] I> Binary magic in BCH component 0 is MB2B [0120.520] I> component binary type is 6 [0120.524] I> Size of crypto header is 8192 [0120.544] I> MB2 binary is read from storage [0120.550] I> MB2 binary integrity check is success [0120.555] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0120.563] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0120.571] I> Task: Prepare MB2 params (0x5000d5dd) [0120.579] I> MB2-params @ 0x40060000 [0120.588] I> BR-BCT Boot Chain Fields [0120.592] I> u32_non_gpio_select_boot_chain : 0 [0120.597] I> u32_num_boot_chains : 2 [0120.602] I> bf_bl_gpio_select_boot_chain_1b : 0 [0120.609] I> Task: Dram ecc test (0x500112cd) [0120.614] I> Task: Misc NV security settings (0x5000ced5) [0120.621] I> NVDEC sticky bits programming done [0120.626] I> Task: Disable/Reload WDT (0x5001f991) [0120.632] I> Programmed SLCG global override := 0x0 [0120.638] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : RCM Flash I> Emulation: I> Entry timestamp: 0x073155bf I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x80d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc I> Received ACK from psc I> Task: Enter 3p server (0x50001f04) I> USB configuration success I> Populate storage info I> Erasing device 3: 0 I> QSPI: Erasing entire device I> Writing device 3: 0. I> Found 57 partitions in QSPI_FLASH (instance 0) I> Erasing device 1: 3 I> Writing device 1: 3. I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing A_mb1 partition. I> Writing A_psc_bl1 partition. I> Writing A_nvdec partition. I> Writing A_mb2 partition. I> Writing A_xusb-fw partition. I> Writing A_bpmp-fw partition. I> Writing A_bpmp-fw-dtb partition. I> Writing A_psc-fw partition. I> Writing A_mts-mce partition. I> Writing A_sc7 partition. I> Writing A_pscrf partition. I> Writing A_mb2rf partition. I> Writing A_cpu-bootloader partition. I> Writing A_secure-os partition. I> Writing A_eks partition. I> Writing A_dce-fw partition. I> Writing A_spe-fw partition. I> Writing A_rce-fw partition. I> Writing A_adsp-fw partition. I> Writing B_mb1 partition. I> Writing B_psc_bl1 partition. I> Writing B_nvdec partition. I> Writing B_mb2 partition. I> Writing B_xusb-fw partition. I> Writing B_bpmp-fw partition. I> Writing B_bpmp-fw-dtb partition. I> Writing B_psc-fw partition. I> Writing B_mts-mce partition. I> Writing B_sc7 partition. I> Writing B_pscrf partition. I> Writing B_mb2rf partition. I> Writing B_cpu-bootloader partition. I> Writing B_secure-os partition. I> Writing B_eks partition. I> Writing B_dce-fw partition. I> Writing B_spe-fw partition. I> Writing B_rce-fw partition. I> Writing B_adsp-fw partition. I> Writing B_VER partition. I> Writing A_VER partition. I> Writing device 1: 3. I> Writing A_kernel partition. I> Writing A_kernel-dtb partition. I> Writing B_kernel partition. I> Writing B_kernel-dtb partition. I> Writing recovery partition. I> Writing recovery-dtb partition. I> Writing esp partition. I> Writing APP partition. I> Writing secondary_gpt_backup partition. I> Writing BCT partition. I> Writing BCT-boot-chain_backup partition. I> Writing A_MB1_BCT partition. I> Writing B_MB1_BCT partition. I> Writing A_MEM_BCT partition. I> Writing B_MEM_BCT partition. I> Rebooting : reset-coldboot ?? [0000.060] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.066] I> t234-A01-0-Silicon (0x12347) Prod [0000.070] I> Boot-mode : Coldboot [0000.073] I> Emulation: [0000.076] I> Entry timestamp: 0x00000000 [0000.079] I> last_boot_error: 0x0 [0000.082] I> BR-BCT: preprod_dev_sign: 0 [0000.086] I> rst_source: 0xb, rst_level: 0x1 [0000.090] I> Task: CRC check (0x5001cf71) [0000.094] I> Skip CRC check as records_integrity fuse is not burned [0000.100] I> Task: Crypto init (0x5001c0d9) [0000.104] I> Task: Secure debug controls (0x5000cb19) [0000.109] I> Task: strap war set (0x5000b739) [0000.113] I> strap value(0x4000001) set to 0x4000001 [0000.118] I> Task: Initialize SOC Therm (0x5001a509) [0000.123] I> Task: Program NV master stream id (0x5000cad1) [0000.129] I> Task: Verify boot mode (0xd482021) [0000.134] I> Task: Alias fuses (0x50010749) [0000.139] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.146] I> Task: Print SKU type (0x5000fba9) [0000.150] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.155] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.159] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.164] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.168] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.172] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.176] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.180] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.184] I> FUSE_SKU_INFO_0 = 0xd2 [0000.188] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.192] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.196] I> SKU: Prod [0000.198] I> Task: Boost clocks (0x50013db1) [0000.202] I> Initializing PLLC2 for AXI_CBB. [0000.206] I> AXI_CBB : src = 35, divisor = 0 [0000.210] I> Task: Voltage monitor (0x50013dbd) [0000.215] I> VMON: Vmon re-calibration and fine tuning done [0000.220] I> Task: UPHY init (0x5000da39) [0000.224] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.230] I> Task: Boot device init (0x50000a3d) [0000.234] I> Boot_device: QSPI_FLASH instance: 0 [0000.239] I> Qspi clock source : pllc_out0 [0000.243] I> QSPI Flash: Macronix 64MB [0000.246] I> QSPI-0l initialized successfully [0000.251] I> Task: TSC init (0x5001ed35) [0000.255] I> Task: Load membct (0x5001190d) [0000.259] I> RAM_CODE 0x4000001 [0000.262] I> Loading MEM-BCT to SysRAM [0000.265] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.271] I> Slot: 0 [0000.273] I> Binary[0] block-0 (partition size: 0x40000) [0000.278] I> get_binary_info: Binary name: MEM-BCT-0 [0000.283] I> Size of crypto header is 8192 [0000.287] I> BCH load address is : 0x40050000 [0000.291] I> Size of crypto header is 8192 [0000.295] I> BCH of MEM-BCT-0 read from storage [0000.299] I> BCH address is : 0x40050000 [0000.303] I> MEM-BCT-0 header integrity check is success [0000.308] I> Binary magic in BCH component 0 is MEM0 [0000.313] I> component binary type is 0 [0000.317] I> MEM-BCT-0 binary is read from storage [0000.322] I> MEM-BCT-0 binary integrity check is success [0000.327] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.334] I> RAM_CODE 0x4000001 [0000.339] I> RAM_CODE 0x4000001 [0000.343] I> Task: Load Page retirement list (0x50011139) [0000.348] I> Task: SDRAM params override (0x50011b79) [0000.353] I> Task: Save mem-bct info (0x50014071) [0000.358] I> Task: Carveout allocate (0x500140d5) [0000.362] I> RCM blob carveout will not be allocated [0000.367] I> ECC region[0]: Start:0x0, End:0x0 [0000.372] I> ECC region[1]: Start:0x0, End:0x0 [0000.376] I> ECC region[2]: Start:0x0, End:0x0 [0000.380] I> ECC region[3]: Start:0x0, End:0x0 [0000.384] I> ECC region[4]: Start:0x0, End:0x0 [0000.389] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.395] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.399] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.404] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.408] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.418] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.425] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.432] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.439] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.446] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.454] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.461] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.468] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.475] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.482] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.489] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.496] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.503] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.510] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.517] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.523] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.530] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.537] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.544] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.551] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.558] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.565] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.572] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.579] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.586] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.593] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.600] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.606] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.613] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.620] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.627] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.634] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.640] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.647] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.654] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.661] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.667] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.674] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.681] I> Task: Thermal check (0x5001fba1) [0000.685] I> max_chip_limit = 115 [0000.688] I> min_chip_limit = -30 [0000.691] I> max temp read = 34 [0000.694] I> min temp read = 33 [0000.697] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.704] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.709] I> Task: Disable WDT globally (0x5001f965) [0000.713] I> Task: I2C register (0x50000a31) [0000.717] I> Task: Reset FSI (0x50013db9) [0000.721] I> Task: Pinmux init (0x50013219) [0000.726] I> Task: Prod config init (0x50013631) [0000.730] I> Task: Pad voltage init (0x500132a5) [0000.735] I> Task: Prod init (0x500136d5) [0000.739] I> Task: Common rail init (0x50013bd1) [0000.743] W> Thermal config not found in BCT [0000.747] W> Generic i2c config not found in BCT [0000.752] W> Platform rail config not found in BCT [0000.757] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.765] W> MEMIO rail config not found in BCT [0000.770] I> Task: Mem clock src (0x500119c5) [0000.774] I> Task: Misc. board config (0x50013c29) [0000.778] W> Platform config not found in BCT [0000.783] I> Task: SDRAM init (0x500119c9) [0000.789] I> SDRAM-params @ 0xd485000 [0000.793] I> MSS code-drop: NvBootSdramInit [0000.797] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.804] I> MSS CAR: Init PLLM [0000.807] I> MSS CAR: Init PLLHUB [0000.812] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.824] I> mb1_sdram_init Done ! [0000.827] I> SDRAM Size in Total 0x800000000 [0000.831] I> Task: Dram Ecc scrub (0x50011261) [0000.835] I> Task: DRAM alias check (0x50011b71) [0000.867] I> Task: Program NSDRAM carveout (0x50014921) [0000.873] I> NSDRAM carveout encryption is disabled [0000.878] I> Program NSDRAM carveout [0000.882] I> Task: Register checker (0x50011b75) [0000.891] I> Task: Enable clock-mon (0x5001ed25) [0000.908] I> FMON: Fmon re-programming done [0000.912] I> Task: Mapper init (0x5001d451) [0000.917] I> Task: SC7 Context Init (0x5001f02d) [0000.923] I> Task: CCPLEX IST init (0x5000d335) [0000.929] I> Task: CPU WP0 (0x5000c635) [0000.935] I> Loading MCE [0000.937] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.943] I> Slot: 0 [0000.945] I> Binary[8] block-0 (partition size: 0x80000) [0000.951] I> get_binary_info: Binary name: MCE [0000.956] I> Size of crypto header is 8192 [0000.961] I> BCH load address is : 0x4003e000 [0000.966] I> Size of crypto header is 8192 [0000.971] I> BCH of MCE read from storage [0000.975] I> BCH address is : 0x4003e000 [0000.981] I> MCE header integrity check is success [0000.986] I> Binary magic in BCH component 0 is MTSM [0000.991] I> component binary type is 8 [0000.995] I> Size of crypto header is 8192 [0001.002] I> MCE binary is read from storage [0001.007] I> MCE binary integrity check is success [0001.012] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.020] I> Size of crypto header is 8192 [0001.034] I> Size of crypto header is 8192 [0001.039] I> Sending WP0 mailbox command to PSC [0001.049] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.068] I> Task: Load bpmp-fw (0x5001e801) [0001.074] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.080] I> Slot: 0 [0001.082] I> Binary[15] block-0 (partition size: 0x180000) [0001.088] I> get_binary_info: Binary name: BPMP_FW [0001.094] I> Size of crypto header is 8192 [0001.098] I> BCH load address is : 0x807fe000 [0001.104] I> Size of crypto header is 8192 [0001.109] I> BCH of BPMP_FW read from storage [0001.113] I> BCH address is : 0x807fe000 [0001.119] I> BPMP_FW header integrity check is success [0001.124] I> Binary magic in BCH component 0 is BPMF [0001.129] I> component binary type is 15 [0001.134] I> Size of crypto header is 8192 [0001.149] I> BPMP_FW binary is read from storage [0001.156] I> BPMP_FW binary integrity check is success [0001.161] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.170] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.175] I> Slot: 0 [0001.178] I> Binary[16] block-10000 (partition size: 0x400000) [0001.185] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.190] I> Size of crypto header is 8192 [0001.195] I> BCH load address is : 0x807fc000 [0001.200] I> Size of crypto header is 8192 [0001.205] I> BCH of BPMP_FW_DTB read from storage [0001.210] I> BCH address is : 0x807fc000 [0001.216] I> BPMP_FW_DTB header integrity check is success [0001.221] I> Binary magic in BCH component 0 is BPMD [0001.227] I> component binary type is 16 [0001.231] I> Size of crypto header is 8192 [0001.237] I> BPMP_FW_DTB binary is read from storage [0001.243] I> BPMP_FW_DTB binary integrity check is success [0001.249] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.258] I> Task: Load psc-fw (0x5001ea0d) [0001.263] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.269] I> Slot: 0 [0001.272] I> Binary[17] block-0 (partition size: 0xc0000) [0001.278] I> get_binary_info: Binary name: PSC_FW [0001.283] I> Size of crypto header is 8192 [0001.287] I> BCH load address is : 0x80ffe000 [0001.293] I> Size of crypto header is 8192 [0001.298] I> BCH of PSC_FW read from storage [0001.302] I> BCH address is : 0x80ffe000 [0001.308] I> PSC_FW header integrity check is success [0001.313] I> Binary magic in BCH component 0 is PFWP [0001.318] I> component binary type is 17 [0001.323] I> Size of crypto header is 8192 [0001.333] I> PSC_FW binary is read from storage [0001.339] I> PSC_FW binary integrity check is success [0001.344] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.353] I> Task: Load nvdec-fw (0x5001ea81) [0001.358] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.364] I> Slot: 0 [0001.366] I> Binary[7] block-0 (partition size: 0x100000) [0001.373] I> get_binary_info: Binary name: NVDEC [0001.378] I> Size of crypto header is 8192 [0001.382] I> BCH load address is : 0x800fe000 [0001.388] I> Size of crypto header is 8192 [0001.392] I> BCH of NVDEC read from storage [0001.397] I> BCH address is : 0x800fe000 [0001.402] I> NVDEC header integrity check is success [0001.408] I> Binary magic in BCH component 0 is NDEC [0001.413] I> component binary type is 7 [0001.417] I> Size of crypto header is 8192 [0001.424] I> NVDEC binary is read from storage [0001.430] I> NVDEC binary integrity check is success [0001.435] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.446] I> Task: Load tsec-fw (0x5001ec6d) [0001.451] I> TSEC-FW load support not enabled [0001.455] I> Task: Program misc carveouts (0x5001445d) [0001.462] I> Program IPC carveouts [0001.469] I> Task: GPIO interrupt map (0x50013cc5) [0001.475] I> Task: SC7 context save (0x5001f161) [0001.481] I> NV_SC7 Context addr: 0xa0000000 [0001.486] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.492] I> Slot: 0 [0001.495] I> Binary[27] block-0 (partition size: 0x100000) [0001.501] I> get_binary_info: Binary name: BR_BCT [0001.506] I> Size of crypto header is 8192 [0001.510] I> Size of crypto header is 8192 [0001.515] I> BR_BCT binary is read from storage [0001.521] I> BR_BCT binary integrity check is success [0001.526] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.534] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.540] I> Slot: 0 [0001.542] I> Binary[13] block-0 (partition size: 0x30000) [0001.548] I> get_binary_info: Binary name: SC7-FW [0001.553] I> Size of crypto header is 8192 [0001.558] I> Size of crypto header is 8192 [0001.562] I> BCH load address is : 0xa0002000 [0001.568] I> Size of crypto header is 8192 [0001.573] I> BCH of SC7-FW read from storage [0001.577] I> BCH address is : 0xa0002000 [0001.583] I> SC7-FW header integrity check is success [0001.588] I> Binary magic in BCH component 0 is WB0B [0001.593] I> component binary type is 13 [0001.598] I> Size of crypto header is 8192 [0001.604] I> SC7-FW binary is read from storage [0001.609] I> SC7-FW binary integrity check is success [0001.615] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.623] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.629] I> Slot: 0 [0001.631] I> Binary[22] block-0 (partition size: 0x30000) [0001.637] I> get_binary_info: Binary name: PSC_RF [0001.642] I> Size of crypto header is 8192 [0001.647] I> Size of crypto header is 8192 [0001.651] I> BCH load address is : 0xa0029460 [0001.657] I> Size of crypto header is 8192 [0001.662] I> BCH of PSC_RF read from storage [0001.666] I> BCH address is : 0xa0029460 [0001.672] I> PSC_RF header integrity check is success [0001.677] I> Binary magic in BCH component 0 is PSCR [0001.683] I> component binary type is 22 [0001.687] I> Size of crypto header is 8192 [0001.693] I> PSC_RF binary is read from storage [0001.698] I> PSC_RF binary integrity check is success [0001.704] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.724] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.729] I> Slot: 0 [0001.732] I> Binary[14] block-0 (partition size: 0x20000) [0001.738] I> get_binary_info: Binary name: MB2_RF [0001.743] I> Size of crypto header is 8192 [0001.748] I> Size of crypto header is 8192 [0001.752] I> BCH load address is : 0xa008e240 [0001.758] I> Size of crypto header is 8192 [0001.762] I> BCH of MB2_RF read from storage [0001.767] I> BCH address is : 0xa008e240 [0001.773] I> MB2_RF header integrity check is success [0001.778] I> Binary magic in BCH component 0 is MB2R [0001.783] I> component binary type is 14 [0001.787] I> Size of crypto header is 8192 [0001.793] I> MB2_RF binary is read from storage [0001.799] I> MB2_RF binary integrity check is success [0001.804] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.813] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.821] I> SC7 context fuse-bypass data is empty [0001.829] I> SC7 context save done [0001.833] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.839] I> Loading MB2 [0001.842] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.848] I> Slot: 0 [0001.850] I> Binary[6] block-0 (partition size: 0x80000) [0001.856] I> get_binary_info: Binary name: MB2 [0001.861] I> Size of crypto header is 8192 [0001.865] I> BCH load address is : 0x8007e000 [0001.871] I> Size of crypto header is 8192 [0001.876] I> BCH of MB2 read from storage [0001.880] I> BCH address is : 0x8007e000 [0001.886] I> MB2 header integrity check is success [0001.891] I> Binary magic in BCH component 0 is MB2B [0001.896] I> component binary type is 6 [0001.900] I> Size of crypto header is 8192 [0001.909] I> MB2 binary is read from storage [0001.915] I> MB2 binary integrity check is success [0001.920] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.928] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.935] I> Task: Prepare MB2 params (0x5000d5dd) [0001.944] I> MB2-params @ 0x40060000 [0001.952] I> BR-BCT Boot Chain Fields [0001.955] I> u32_non_gpio_select_boot_chain : 0 [0001.961] I> u32_num_boot_chains : 2 [0001.966] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.972] I> Task: Dram ecc test (0x500112cd) [0001.977] I> Task: Misc NV security settings (0x5000ced5) [0001.984] I> NVDEC sticky bits programming done [0001.989] I> Task: Disable/Reload WDT (0x5001f991) [0001.995] I> Programmed SLCG global override := 0x0 [0002.000] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f0f7a I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9428224 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 34 I> FSITHERM min temp = 33 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure NOR provision (0x50014924) I> Task: Load FSI keyblob (0x50012368) I> Skipping FSI key blob copy I> Task: Unhalt AUXPs (0x50020c8c) I> SCE unhalt skipped I> Unhalting RCE I> RCE unhalt successful I> DCE unhalt successful I> APE unhalt skipped I> FSI unhalt skipped I> Task: Load CPUBL (0x5001347c) I> Task: Load TOS (0x50013b38) I> Task: Load and authenticate registered FWs (0x50017428) I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_cpu-bo??[ 2.363448] Camera-FW on t234-rce-safe started ??bpmp: init bpmp: base binary md5 is eac380526d68ff45ffc86d0feae98e88 bpmp: combined binary md5 is 888a114dda6bea50b6c6bb224445ac85 bpmp: firmware tag is 888a114dda6bea50b6c6-eac380526d6 initialized vwdt initialized mail_early ??TCU early console enabled. ??initialized fuse initialized vfrel initialized hwwdt ini??INFO: MONITOR: populated user images:19 INF??tialized adc fmon_populate_monitors: found 199 monitors initialized fmon initialized mc initializ??O: mret to Supervisor! INFO: psc supervisor init. INF??ed reset initialized uphy_early initialized emc_early 471 clocks registered initialized clk_mach initialized clk_cal_early initialized clk_mach_early_config initialized io_dpd initialized thermal initialized soctherm initialized tj_init initialized regime initialized i2c vrmon_dt_init: vrmon node not found vrmon_chk_boot_stat??O: psc_irq_init... INFO: enter idle task. ??e: found 0 rail monitors initialized vrmon initialized regulator ?? ??otloader I> Size of partition:??initialized avfs_clk_platform initialized powergate ?? 3670016 I> Binary@ device:3/0 block-24832 (partition size: 0x380000), name: A_cpu-boot??initialized dvs initialized clk_mach_config initialized pm initialized suspend initialized strap initialized emc initialized emc_mrq ??loader ??initialized clk_cal initialized uphy_dt initialized uphy_mrq initialized uphy initialized pg_late initialized pg_mrq_init swdtimer_init: 0 reg polling start w period 47 ms initialized swdtimer initialized hwwdt_late initialized bwmgr initialized thermal_host_trip initialized thermal_mrq initialized oc_mrq initialized reset_mrq initialized mail_mrq initialized fmon_mrq initialized clk_mrq initialized avfs_mrq initialized i2c_mrq initialized tag_mrq initialized bwmgr_mrq initialized console_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ??I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_secure-os I> Size of partition: 4194304 I> Binary@ d??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??evice:3/0 block-32000 (partiti??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss enable xusb_fs enable xusb_falcon enable xusb_core_mux enable dsi_lp enable sdmmc_legacy_tm initialized clk_mach_post initialized pg_post initialized regulator_post initialized profile ??[ 2.595761] Camera-FW on t234-rce-safe ready SHA1=7a10e461 (crt 13.246 ms,??initialized fuse_late initialized mrq initialized pat?? total boot 254.888 m??rol_scrubber initialized extras_post bpmp: init compl??s) ??ete ??on size: 0x400000), name: A_secure-os ??DCE: FW Boot Done ??I> MB2-params @ 0x40060000 I> cpubl: Authentication Finalize Done I> Binary cpubl loaded successfully at 0x82c400000 I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eks I> eks: Authentication Finalize Done I> Binary eks loaded successfully at 0x82d000400 I> EKB detected (length: 0x410) @ VA:0x82d000400 I> Task: Prepare TOS params (0x50013ab0) I> Setting EKB blob info to OPTEE dtb finished. I> Setting OPTEE arg3: 0x82b700000 I> Task: OEM SC7 context save (0x500146bc) I> oem sc7 context saved I> Task: Disable MSS perf stats (0x50020d18) I> Task: Program display sticky bits (0x50020c94) I> Task: Storage device deinit (0x50001ed8) I> Task: SMMU external bypass disable (0x50011eb4) I> Task: SMMU init (0x50011dd0) I> Task: Program CBB PCIE AMAP regions (0x50014b08) I> Task: Program GICv3 registers (0x50020db8) I> Task: Audit firewall settings (0x5001e1c0) I> Task: Bootchain failure check (0x500026a4) I> Current Boot-Chain Slot: 0 I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0 I> MB2 finished ??NOTICE: BL31: v2.6(release):4fa405dbd NOTICE: BL31: Built : 20:16:55, Aug 10 2022 I/TC: I/TC: Non-secure external DT found I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f0100006). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ?? [0000.062] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.067] I> t234-A01-0-Silicon (0x12347) Prod [0000.071] I> Boot-mode : Coldboot [0000.074] I> Emulation: [0000.077] I> Entry timestamp: 0x00000000 [0000.080] I> last_boot_error: 0x0 [0000.084] I> BR-BCT: preprod_dev_sign: 0 [0000.087] I> rst_source: 0x0, rst_level: 0x0 [0000.091] I> Task: CRC check (0x5001cf71) [0000.095] I> Skip CRC check as records_integrity fuse is not burned [0000.101] I> Task: Crypto init (0x5001c0d9) [0000.105] I> Task: Secure debug controls (0x5000cb19) [0000.110] I> Task: strap war set (0x5000b739) [0000.115] I> strap value(0x4000401) set to 0x4000401 [0000.119] I> Task: Initialize SOC Therm (0x5001a509) [0000.124] I> Task: Program NV master stream id (0x5000cad1) [0000.130] I> Task: Verify boot mode (0xd482021) [0000.136] I> Task: Alias fuses (0x50010749) [0000.140] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.147] I> Task: Print SKU type (0x5000fba9) [0000.151] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.156] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.161] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.165] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.169] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.173] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.178] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.182] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.186] I> FUSE_SKU_INFO_0 = 0xd2 [0000.189] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.193] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.197] I> SKU: Prod [0000.199] I> Task: Boost clocks (0x50013db1) [0000.203] I> Initializing PLLC2 for AXI_CBB. [0000.207] I> AXI_CBB : src = 35, divisor = 0 [0000.211] I> Task: Voltage monitor (0x50013dbd) [0000.216] I> VMON: Vmon re-calibration and fine tuning done [0000.221] I> Task: UPHY init (0x5000da39) [0000.226] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.231] I> Task: Boot device init (0x50000a3d) [0000.236] I> Boot_device: QSPI_FLASH instance: 0 [0000.240] I> Qspi clock source : pllc_out0 [0000.244] I> QSPI Flash: Macronix 64MB [0000.248] I> QSPI-0l initialized successfully [0000.252] I> Task: TSC init (0x5001ed35) [0000.256] I> Task: Load membct (0x5001190d) [0000.260] I> RAM_CODE 0x4000401 [0000.263] I> Loading MEM-BCT to SysRAM [0000.267] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.272] I> Slot: 0 [0000.274] I> Binary[0] block-0 (partition size: 0x40000) [0000.279] I> get_binary_info: Binary name: MEM-BCT-0 [0000.284] I> Size of crypto header is 8192 [0000.288] I> BCH load address is : 0x40050000 [0000.292] I> Size of crypto header is 8192 [0000.296] I> BCH of MEM-BCT-0 read from storage [0000.301] I> BCH address is : 0x40050000 [0000.305] I> MEM-BCT-0 header integrity check is success [0000.310] I> Binary magic in BCH component 0 is MEM0 [0000.315] I> component binary type is 0 [0000.319] I> MEM-BCT-0 binary is read from storage [0000.324] I> MEM-BCT-0 binary integrity check is success [0000.329] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.336] I> RAM_CODE 0x4000401 [0000.341] I> RAM_CODE 0x4000401 [0000.345] I> Task: Load Page retirement list (0x50011139) [0000.350] I> Task: SDRAM params override (0x50011b79) [0000.355] I> Task: Save mem-bct info (0x50014071) [0000.359] I> Task: Carveout allocate (0x500140d5) [0000.364] I> RCM blob carveout will not be allocated [0000.369] I> ECC region[0]: Start:0x0, End:0x0 [0000.373] I> ECC region[1]: Start:0x0, End:0x0 [0000.377] I> ECC region[2]: Start:0x0, End:0x0 [0000.382] I> ECC region[3]: Start:0x0, End:0x0 [0000.386] I> ECC region[4]: Start:0x0, End:0x0 [0000.390] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.396] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.401] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.405] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.410] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.420] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.427] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.434] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.441] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.448] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.455] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.462] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.469] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.476] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.483] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.490] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.497] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.504] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.511] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.518] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.525] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.532] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.539] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.546] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.553] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.560] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.566] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.573] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.580] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.587] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.594] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.601] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.608] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.615] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.622] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.629] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.635] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.642] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.649] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.655] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.662] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.669] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.676] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.682] I> Task: Thermal check (0x5001fba1) [0000.687] I> max_chip_limit = 115 [0000.690] I> min_chip_limit = -30 [0000.693] I> max temp read = 44 [0000.696] I> min temp read = 42 [0000.699] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.705] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.710] I> Task: Disable WDT globally (0x5001f965) [0000.715] I> Task: I2C register (0x50000a31) [0000.719] I> Task: Reset FSI (0x50013db9) [0000.723] I> Task: Pinmux init (0x50013219) [0000.727] I> Task: Prod config init (0x50013631) [0000.732] I> Task: Pad voltage init (0x500132a5) [0000.736] I> Task: Prod init (0x500136d5) [0000.740] I> Task: Common rail init (0x50013bd1) [0000.745] W> Thermal config not found in BCT [0000.749] W> Generic i2c config not found in BCT [0000.753] W> Platform rail config not found in BCT [0000.759] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.767] W> MEMIO rail config not found in BCT [0000.772] I> Task: Mem clock src (0x500119c5) [0000.776] I> Task: Misc. board config (0x50013c29) [0000.780] W> Platform config not found in BCT [0000.785] I> Task: SDRAM init (0x500119c9) [0000.791] I> SDRAM-params @ 0xd485000 [0000.795] I> MSS code-drop: NvBootSdramInit [0000.799] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.806] I> MSS CAR: Init PLLM [0000.809] I> MSS CAR: Init PLLHUB [0000.814] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.826] I> mb1_sdram_init Done ! [0000.829] I> SDRAM Size in Total 0x800000000 [0000.833] I> Task: Dram Ecc scrub (0x50011261) [0000.837] I> Task: DRAM alias check (0x50011b71) [0000.869] I> Task: Program NSDRAM carveout (0x50014921) [0000.875] I> NSDRAM carveout encryption is disabled [0000.880] I> Program NSDRAM carveout [0000.884] I> Task: Register checker (0x50011b75) [0000.893] I> Task: Enable clock-mon (0x5001ed25) [0000.910] I> FMON: Fmon re-programming done [0000.914] I> Task: Mapper init (0x5001d451) [0000.919] I> Task: SC7 Context Init (0x5001f02d) [0000.925] I> Task: CCPLEX IST init (0x5000d335) [0000.931] I> Task: CPU WP0 (0x5000c635) [0000.937] I> Loading MCE [0000.939] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.945] I> Slot: 0 [0000.947] I> Binary[8] block-0 (partition size: 0x80000) [0000.953] I> get_binary_info: Binary name: MCE [0000.958] I> Size of crypto header is 8192 [0000.963] I> BCH load address is : 0x4003e000 [0000.968] I> Size of crypto header is 8192 [0000.973] I> BCH of MCE read from storage [0000.977] I> BCH address is : 0x4003e000 [0000.983] I> MCE header integrity check is success [0000.988] I> Binary magic in BCH component 0 is MTSM [0000.993] I> component binary type is 8 [0000.997] I> Size of crypto header is 8192 [0001.004] I> MCE binary is read from storage [0001.009] I> MCE binary integrity check is success [0001.014] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.022] I> Size of crypto header is 8192 [0001.036] I> Size of crypto header is 8192 [0001.041] I> Sending WP0 mailbox command to PSC [0001.051] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.071] I> Task: Load bpmp-fw (0x5001e801) [0001.076] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.082] I> Slot: 0 [0001.085] I> Binary[15] block-0 (partition size: 0x180000) [0001.091] I> get_binary_info: Binary name: BPMP_FW [0001.096] I> Size of crypto header is 8192 [0001.101] I> BCH load address is : 0x807fe000 [0001.106] I> Size of crypto header is 8192 [0001.111] I> BCH of BPMP_FW read from storage [0001.115] I> BCH address is : 0x807fe000 [0001.121] I> BPMP_FW header integrity check is success [0001.126] I> Binary magic in BCH component 0 is BPMF [0001.132] I> component binary type is 15 [0001.136] I> Size of crypto header is 8192 [0001.151] I> BPMP_FW binary is read from storage [0001.158] I> BPMP_FW binary integrity check is success [0001.164] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.172] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.178] I> Slot: 0 [0001.180] I> Binary[16] block-10000 (partition size: 0x400000) [0001.187] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.193] I> Size of crypto header is 8192 [0001.197] I> BCH load address is : 0x807fc000 [0001.203] I> Size of crypto header is 8192 [0001.207] I> BCH of BPMP_FW_DTB read from storage [0001.212] I> BCH address is : 0x807fc000 [0001.218] I> BPMP_FW_DTB header integrity check is success [0001.224] I> Binary magic in BCH component 0 is BPMD [0001.229] I> component binary type is 16 [0001.233] I> Size of crypto header is 8192 [0001.239] I> BPMP_FW_DTB binary is read from storage [0001.245] I> BPMP_FW_DTB binary integrity check is success [0001.251] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.260] I> Task: Load psc-fw (0x5001ea0d) [0001.266] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.272] I> Slot: 0 [0001.274] I> Binary[17] block-0 (partition size: 0xc0000) [0001.280] I> get_binary_info: Binary name: PSC_FW [0001.285] I> Size of crypto header is 8192 [0001.290] I> BCH load address is : 0x80ffe000 [0001.295] I> Size of crypto header is 8192 [0001.300] I> BCH of PSC_FW read from storage [0001.305] I> BCH address is : 0x80ffe000 [0001.310] I> PSC_FW header integrity check is success [0001.315] I> Binary magic in BCH component 0 is PFWP [0001.321] I> component binary type is 17 [0001.325] I> Size of crypto header is 8192 [0001.335] I> PSC_FW binary is read from storage [0001.341] I> PSC_FW binary integrity check is success [0001.346] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.355] I> Task: Load nvdec-fw (0x5001ea81) [0001.361] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.366] I> Slot: 0 [0001.369] I> Binary[7] block-0 (partition size: 0x100000) [0001.375] I> get_binary_info: Binary name: NVDEC [0001.380] I> Size of crypto header is 8192 [0001.384] I> BCH load address is : 0x800fe000 [0001.390] I> Size of crypto header is 8192 [0001.395] I> BCH of NVDEC read from storage [0001.399] I> BCH address is : 0x800fe000 [0001.405] I> NVDEC header integrity check is success [0001.410] I> Binary magic in BCH component 0 is NDEC [0001.415] I> component binary type is 7 [0001.419] I> Size of crypto header is 8192 [0001.426] I> NVDEC binary is read from storage [0001.432] I> NVDEC binary integrity check is success [0001.437] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.448] I> Task: Load tsec-fw (0x5001ec6d) [0001.453] I> TSEC-FW load support not enabled [0001.458] I> Task: Program misc carveouts (0x5001445d) [0001.464] I> Program IPC carveouts [0001.471] I> Task: GPIO interrupt map (0x50013cc5) [0001.477] I> Task: SC7 context save (0x5001f161) [0001.483] I> NV_SC7 Context addr: 0xa0000000 [0001.489] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.494] I> Slot: 0 [0001.497] I> Binary[27] block-0 (partition size: 0x100000) [0001.503] I> get_binary_info: Binary name: BR_BCT [0001.508] I> Size of crypto header is 8192 [0001.513] I> Size of crypto header is 8192 [0001.518] I> BR_BCT binary is read from storage [0001.523] I> BR_BCT binary integrity check is success [0001.528] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.536] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.542] I> Slot: 0 [0001.544] I> Binary[13] block-0 (partition size: 0x30000) [0001.550] I> get_binary_info: Binary name: SC7-FW [0001.556] I> Size of crypto header is 8192 [0001.560] I> Size of crypto header is 8192 [0001.565] I> BCH load address is : 0xa0002000 [0001.570] I> Size of crypto header is 8192 [0001.575] I> BCH of SC7-FW read from storage [0001.580] I> BCH address is : 0xa0002000 [0001.585] I> SC7-FW header integrity check is success [0001.590] I> Binary magic in BCH component 0 is WB0B [0001.596] I> component binary type is 13 [0001.600] I> Size of crypto header is 8192 [0001.606] I> SC7-FW binary is read from storage [0001.612] I> SC7-FW binary integrity check is success [0001.617] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.625] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.631] I> Slot: 0 [0001.633] I> Binary[22] block-0 (partition size: 0x30000) [0001.640] I> get_binary_info: Binary name: PSC_RF [0001.645] I> Size of crypto header is 8192 [0001.649] I> Size of crypto header is 8192 [0001.654] I> BCH load address is : 0xa0029460 [0001.659] I> Size of crypto header is 8192 [0001.664] I> BCH of PSC_RF read from storage [0001.669] I> BCH address is : 0xa0029460 [0001.674] I> PSC_RF header integrity check is success [0001.680] I> Binary magic in BCH component 0 is PSCR [0001.685] I> component binary type is 22 [0001.689] I> Size of crypto header is 8192 [0001.695] I> PSC_RF binary is read from storage [0001.701] I> PSC_RF binary integrity check is success [0001.706] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.726] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.732] I> Slot: 0 [0001.734] I> Binary[14] block-0 (partition size: 0x20000) [0001.740] I> get_binary_info: Binary name: MB2_RF [0001.745] I> Size of crypto header is 8192 [0001.750] I> Size of crypto header is 8192 [0001.754] I> BCH load address is : 0xa008e240 [0001.760] I> Size of crypto header is 8192 [0001.765] I> BCH of MB2_RF read from storage [0001.769] I> BCH address is : 0xa008e240 [0001.775] I> MB2_RF header integrity check is success [0001.780] I> Binary magic in BCH component 0 is MB2R [0001.786] I> component binary type is 14 [0001.790] I> Size of crypto header is 8192 [0001.796] I> MB2_RF binary is read from storage [0001.801] I> MB2_RF binary integrity check is success [0001.806] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.815] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.823] I> SC7 context fuse-bypass data is empty [0001.830] I> SC7 context save done [0001.834] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.840] I> Loading MB2 [0001.843] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.849] I> Slot: 0 [0001.852] I> Binary[6] block-0 (partition size: 0x80000) [0001.858] I> get_binary_info: Binary name: MB2 [0001.862] I> Size of crypto header is 8192 [0001.867] I> BCH load address is : 0x8007e000 [0001.872] I> Size of crypto header is 8192 [0001.877] I> BCH of MB2 read from storage [0001.882] I> BCH address is : 0x8007e000 [0001.887] I> MB2 header integrity check is success [0001.892] I> Binary magic in BCH component 0 is MB2B [0001.898] I> component binary type is 6 [0001.902] I> Size of crypto header is 8192 [0001.911] I> MB2 binary is read from storage [0001.917] I> MB2 binary integrity check is success [0001.922] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.930] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.937] I> Task: Prepare MB2 params (0x5000d5dd) [0001.945] I> MB2-params @ 0x40060000 [0001.953] I> BR-BCT Boot Chain Fields [0001.957] I> u32_non_gpio_select_boot_chain : 0 [0001.962] I> u32_num_boot_chains : 2 [0001.967] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.973] I> Task: Dram ecc test (0x500112cd) [0001.979] I> Task: Misc NV security settings (0x5000ced5) [0001.985] I> NVDEC sticky bits programming done [0001.990] I> Task: Disable/Reload WDT (0x5001f991) [0001.996] I> Programmed SLCG global override := 0x0 [0002.001] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f246c I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9428224 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 43 I> FSITHERM min temp = 41 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure NOR provision (0x50014924) I> Task: Load FSI keyblob (0x50012368) I> Skipping FSI key blob copy I> Task: Unhalt AUXPs (0x50020c8c) I> SCE unhalt skipped I> Unhalting RCE I> RCE unhalt successful I> DCE unhalt successful I> APE unhalt skipped I> FSI unhalt skipped I> Task: Load CPUBL (0x5001347c) I> Task: Load TOS (0x50013b38) I> Task: Load and authenticate registered FWs (0x50017428) I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_cpu-bo??[ 2.363327] Camera-FW on t234-rce-safe started TCU early console enabled. ??bpmp: init bpmp: bas??INFO: MONITOR: populated user images:19 INFO: mret to Supervisor! INFO: psc supervisor init. INFO: psc_irq_init... INFO: enter idle task. ??e binary md5 is eac380526d68ff45ffc86d0feae98e88 bpmp: combined binary md5 is 888a114dda6bea50b6c6bb224445ac85 bpmp: firmware tag is 888a114dda6bea50b6c6-eac380526d6 initialized vwdt initialized mail_early initialized fuse initialized vfrel initialized hwwdt initialized adc fmon_populate_monitors: found 199 monitors initialized fmon initialized mc initialized reset initialized uphy_early initialized emc_early 471 clocks registered initialized clk_mach initialized clk_cal_early initialized clk_mach_early_config initialized io_dpd initialized thermal initialized soctherm initialized tj_init initialized regime initialized i2c vrmon_dt_init: vrmon node not found vrmon_chk_boot_state: found 0 rail monitors initialized vrmon initialized regulator ?? ??otloader I> Size of partition: 3670016 I> Binary@ device:3/0 block-24832 (partition size: 0x380000), name: A_cpu-bootloader ??initialized avfs_clk_platform initialized powergate initialized dvs initialized clk_mach_config initialized pm initialized suspend initialized strap initialized emc initialized emc_mrq initialized clk_cal initialized uphy_dt initialized uphy_mrq ??I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_secure-os I> Size of partition: 4194304 I> Binary@ device:3/0 block-32000 (partition size: 0x400000), name??initialized uphy ??: A_secure-os I> MB2-param??initialized pg_late initialized pg_mrq_init swdtimer_init: 0 reg polling start w period 47 ms initialized swdtimer initialized hwwdt_late initialized bwmgr initialized thermal_host_trip initialized thermal_mrq initialized oc_mrq initialized reset_mrq initialized mail_mrq initialized fmon_mrq initialized clk_mrq initialized avfs_mrq initialized i2c_mrq initialized tag_mrq initialized bwmgr_mrq initialized console_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ??s @ 0x40060000 I> ??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??cpubl: Authentication Finalize??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss ena??[ 2.602889] Camera-FW on t234-rce-safe ready SHA1=7a10e461 (crt 13.249 ms,??ble xusb_fs enable xusb_falcon enable xusb_core_mux ?? total boot 262.090 m??enable dsi_lp enable sdmmc_legacy_tm initialized clk_??s) ??mach_post initialized pg_post initialized regulator_post initialized profile initialized fuse_late initialized mrq initialized patrol_scrubber initialized extras_post bpmp: init complete ?? Done I> Binary cpubl loaded successfully at 0x82c400000 ??DCE: FW Boot Done ??I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eks I> eks: Authentication Finalize Done I> Binary eks loaded successfully at 0x82d000400 I> EKB detected (length: 0x410) @ VA:0x82d000400 I> Task: Prepare TOS params (0x50013ab0) I> Setting EKB blob info to OPTEE dtb finished. I> Setting OPTEE arg3: 0x82b700000 I> Task: OEM SC7 context save (0x500146bc) I> oem sc7 context saved I> Task: Disable MSS perf stats (0x50020d18) I> Task: Program display sticky bits (0x50020c94) I> Task: Storage device deinit (0x50001ed8) I> Task: SMMU external bypass disable (0x50011eb4) I> Task: SMMU init (0x50011dd0) I> Task: Program CBB PCIE AMAP regions (0x50014b08) I> Task: Program GICv3 registers (0x50020db8) I> Task: Audit firewall settings (0x5001e1c0) I> Task: Bootchain failure check (0x500026a4) I> Current Boot-Chain Slot: 0 I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0 I> MB2 finished ??NOTICE: BL31: v2.6(release):4fa405dbd NOTICE: BL31: Built : 20:16:55, Aug 10 2022 I/TC: I/TC: Non-secure external DT found I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f0100006). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ?? [0004.395] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0004.400] I> t234-A01-0-Silicon (0x12347) Prod [0004.404] I> Boot-mode : BPMP Diagnostic [0004.408] I> Emulation: [0004.411] I> Entry timestamp: 0x00000000 [0004.414] I> last_boot_error: 0x0 [0004.417] I> BR-BCT: preprod_dev_sign: 0 [0004.421] I> rst_source: 0x0, rst_level: 0x0 [0004.425] I> Task: Crypto init (0x5001c0d9) [0004.429] I> Task: Secure debug controls (0x5000cb19) [0004.434] I> Task: strap war set (0x5000b739) [0004.439] I> strap value(0x4000001) set to 0x4000001 [0004.443] I> Task: Program NV master stream id (0x5000cad1) [0004.449] I> Task: Verify boot mode (0xd482021) [0004.455] I> Task: Alias fuses (0x50010749) [0004.459] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0004.466] I> Task: Print SKU type (0x5000fba9) [0004.470] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0004.476] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0004.480] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0004.484] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0004.488] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0004.493] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0004.497] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0004.501] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0004.505] I> FUSE_SKU_INFO_0 = 0xd2 [0004.508] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0004.513] I> FUSE_PACKAGE_INFO_0 = 0x2 [0004.516] I> SKU: Prod [0004.518] I> Task: Boost clocks (0x50013db1) [0004.522] I> Initializing PLLC2 for AXI_CBB. [0004.527] I> AXI_CBB : src = 35, divisor = 0 [0004.531] I> Task: Voltage monitor (0x50013dbd) [0004.535] I> VMON: Vmon re-calibration and fine tuning done [0004.541] I> Task: UPHY init (0x5000da39) [0004.545] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0004.551] I> Task: Boot device init (0x50000a3d) [0004.555] I> Boot_device: RCM [0004.558] I> USB configuration success [0004.562] I> Task: TSC init (0x5001ed35) [0004.566] I> Task: Enable WDT 5th expiry (0x5001f929) [0004.571] I> Task: Disable WDT globally (0x5001f965) [0004.576] I> Task: I2C register (0x50000a31) [0004.580] I> Task: Reset FSI (0x50013db9) [0004.584] I> Task: Enable clock-mon (0x5001ed25) [0004.599] I> FMON: Fmon re-programming done [0004.603] I> Task: MB1 fixed firewalls (0x5001e55d) [0004.611] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0004.616] I> Loading MB2 Applet [0004.619] I> Scratch RSV109: 0x00000000 active chain: 0 [0004.624] I> Slot: 0 [0004.626] I> Binary[21] block-0 (partition size: 0x50000) [0004.632] I> get_binary_info: Binary name: MB2-Applet [0004.637] I> Size of crypto header is 8192 [0004.640] I> BCH load address is : 0x4004e000 [0004.645] I> Size of crypto header is 8192 [0004.649] I> BCH of MB2-Applet read from storage [0004.653] I> BCH address is : 0x4004e000 [0004.657] I> MB2-Applet header integrity check is success [0004.662] I> Binary magic in BCH component 0 is MB2A [0004.667] I> component binary type is 21 [0004.671] I> Size of crypto header is 8192 [0004.685] I> MB2-Applet binary is read from storage [0004.690] I> MB2-Applet binary integrity check is success [0004.696] I> Binary MB2-Applet loaded successfully at 0x40000000 (0x41b80) [0004.703] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0004.708] I> Task: Prepare MB2 params (0x5000d5dd) [0004.713] I> MB2-params @ 0x40060000 [0004.717] I> Region(2) already mapped [0004.720] E> Failed to map carveout: 50 [0004.724] I> BR-BCT Boot Chain Fields [0004.727] I> u32_non_gpio_select_boot_chain : 0 [0004.732] I> u32_num_boot_chains : 0 [0004.737] I> bf_bl_gpio_select_boot_chain_1b : 0 [0004.742] I> Task: Misc NV security settings (0x5000ced5) [0004.747] I> NVDEC sticky bits programming done [0004.752] I> Task: Disable/Reload WDT (0x5001f991) [0004.756] I> Programmed SLCG global override := 0x0 [0004.761] I> MB1: MSS reconfig completed I> Applet (version: 0.0.0.0-t234-54845784-dee653cf) I> t234-A01-0-Silicon (0x12347) I> Emulation: I> Entry timestamp: 0xffffffff I> Task: Pinmux init (0x4000062d) I> Task: Boot device init (0x400012e5) I> Applet do storage init I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : clk_m I> QSPI-0l initialized successfully I> sdmmc DDR50 mode I> sdmmc bdev is already initialized E> Unknown device 7 E> Unknown device 8 I> Task: Partition Manager Init (0x40002d1d) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: I2C register (0x400006a5) I> Task: Register exit handlers (0x400005f5) I> Task: Enter 3p server (0x400018e1) I> USB configuration success I> Populate chip info I> RAM_CODE 0x4000001 I> Populate eeprom info I> Populate eeprom info for module cvm I> dump bct I> Rebooting : reboot-recovery ?? [0119.263] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0119.268] I> t234-A01-0-Silicon (0x12347) Prod [0119.272] I> Boot-mode : Coldboot [0119.276] I> Emulation: [0119.278] I> Entry timestamp: 0x00000000 [0119.282] I> last_boot_error: 0x0 [0119.285] I> BR-BCT: preprod_dev_sign: 0 [0119.289] I> rst_source: 0xb, rst_level: 0x1 [0119.293] I> Task: CRC check (0x5001cf71) [0119.297] I> Skip CRC check as records_integrity fuse is not burned [0119.303] I> Task: Crypto init (0x5001c0d9) [0119.307] I> Task: Secure debug controls (0x5000cb19) [0119.312] I> Task: strap war set (0x5000b739) [0119.316] I> strap value(0x4000001) set to 0x4000001 [0119.321] I> Task: Initialize SOC Therm (0x5001a509) [0119.326] I> Task: Program NV master stream id (0x5000cad1) [0119.331] I> Task: Verify boot mode (0xd482021) [0119.337] I> Task: Alias fuses (0x50010749) [0119.342] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0119.349] I> Task: Print SKU type (0x5000fba9) [0119.353] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0119.358] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0119.362] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0119.367] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0119.371] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0119.375] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0119.379] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0119.383] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0119.388] I> FUSE_SKU_INFO_0 = 0xd2 [0119.391] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0119.395] I> FUSE_PACKAGE_INFO_0 = 0x2 [0119.399] I> SKU: Prod [0119.401] I> Task: Boost clocks (0x50013db1) [0119.405] I> Initializing PLLC2 for AXI_CBB. [0119.409] I> AXI_CBB : src = 35, divisor = 0 [0119.413] I> Task: Voltage monitor (0x50013dbd) [0119.418] I> VMON: Vmon re-calibration and fine tuning done [0119.423] I> Task: UPHY init (0x5000da39) [0119.427] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0119.433] I> Task: Boot device init (0x50000a3d) [0119.437] I> Boot_device: RCM [0119.440] I> USB configuration success [0120.737] I> Task: TSC init (0x5001ed35) [0120.741] I> Task: Load membct (0x5001190d) [0120.745] I> RAM_CODE 0x4000001 [0120.748] I> Loading MEM-BCT to SysRAM [0120.751] I> Scratch RSV109: 0x00000000 active chain: 0 [0120.757] I> Slot: 0 [0120.759] I> Binary[0] block-0 (partition size: 0x40000) [0120.764] I> get_binary_info: Binary name: MEM-BCT-0 [0120.769] I> Size of crypto header is 8192 [0120.773] I> BCH load address is : 0x40050000 [0120.777] I> Size of crypto header is 8192 [0120.781] I> BCH of MEM-BCT-0 read from storage [0120.786] I> BCH address is : 0x40050000 [0120.789] I> MEM-BCT-0 header integrity check is success [0120.795] I> Binary magic in BCH component 0 is MEM0 [0120.799] I> component binary type is 0 [0120.806] I> MEM-BCT-0 binary is read from storage [0120.810] I> MEM-BCT-0 binary integrity check is success [0120.816] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0120.822] I> RAM_CODE 0x4000001 [0120.828] I> RAM_CODE 0x4000001 [0120.831] I> Task: Load Page retirement list (0x50011139) [0120.837] I> Task: SDRAM params override (0x50011b79) [0120.841] I> Task: Save mem-bct info (0x50014071) [0120.846] I> Task: Carveout allocate (0x500140d5) [0120.851] I> ECC region[0]: Start:0x0, End:0x0 [0120.855] I> ECC region[1]: Start:0x0, End:0x0 [0120.859] I> ECC region[2]: Start:0x0, End:0x0 [0120.863] I> ECC region[3]: Start:0x0, End:0x0 [0120.868] I> ECC region[4]: Start:0x0, End:0x0 [0120.872] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0120.878] I> Non-ECC region[1]: Start:0x0, End:0x0 [0120.883] I> Non-ECC region[2]: Start:0x0, End:0x0 [0120.887] I> Non-ECC region[3]: Start:0x0, End:0x0 [0120.892] I> Non-ECC region[4]: Start:0x0, End:0x0 [0120.902] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0120.909] I> allocated(CO:46) base:0x820000000 size:0x20000000 align: 0x20000000 [0120.916] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0120.923] I> allocated(CO:39) base:0x81a000000 size:0x6000000 align: 0x200000 [0120.930] I> allocated(CO:20) base:0x818000000 size:0x2000000 align: 0x2000000 [0120.937] I> allocated(CO:24) base:0x816000000 size:0x2000000 align: 0x2000000 [0120.944] I> allocated(CO:28) base:0x814000000 size:0x2000000 align: 0x2000000 [0120.951] I> allocated(CO:29) base:0x812000000 size:0x2000000 align: 0x2000000 [0120.959] I> allocated(CO:43) base:0x810000000 size:0x2000000 align: 0x200000 [0120.966] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0120.973] I> allocated(CO:41) base:0x80f000000 size:0x1000000 align: 0x100000 [0120.980] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0120.987] I> allocated(CO:03) base:0x80e800000 size:0x800000 align: 0x800000 [0120.993] I> allocated(CO:06) base:0x80e000000 size:0x800000 align: 0x800000 [0121.000] I> allocated(CO:10) base:0x80d800000 size:0x800000 align: 0x800000 [0121.007] I> allocated(CO:56) base:0x80d000000 size:0x800000 align: 0x200000 [0121.014] I> allocated(CO:07) base:0x80cc00000 size:0x400000 align: 0x400000 [0121.021] I> allocated(CO:33) base:0x80c800000 size:0x400000 align: 0x200000 [0121.028] I> allocated(CO:47) base:0x80c400000 size:0x400000 align: 0x200000 [0121.035] I> allocated(CO:72) base:0x80c200000 size:0x200000 align: 0x10000 [0121.042] I> allocated(CO:01) base:0x80c100000 size:0x100000 align: 0x100000 [0121.049] I> allocated(CO:04) base:0x80c000000 size:0x100000 align: 0x100000 [0121.056] I> allocated(CO:05) base:0x80bf00000 size:0x100000 align: 0x100000 [0121.063] I> allocated(CO:08) base:0x80be00000 size:0x100000 align: 0x100000 [0121.070] I> allocated(CO:09) base:0x80bd00000 size:0x100000 align: 0x100000 [0121.077] I> allocated(CO:15) base:0x80bc00000 size:0x100000 align: 0x100000 [0121.083] I> allocated(CO:17) base:0x80bb00000 size:0x100000 align: 0x100000 [0121.090] I> allocated(CO:23) base:0x80ba00000 size:0x100000 align: 0x100000 [0121.097] I> allocated(CO:27) base:0x80b900000 size:0x100000 align: 0x100000 [0121.104] I> allocated(CO:42) base:0x80b800000 size:0x100000 align: 0x100000 [0121.111] I> allocated(CO:54) base:0x80b780000 size:0x80000 align: 0x80000 [0121.118] I> allocated(CO:26) base:0x80b740000 size:0x40000 align: 0x2000 [0121.125] I> allocated(CO:48) base:0x80b720000 size:0x20000 align: 0x10000 [0121.131] I> allocated(CO:69) base:0x80b700000 size:0x20000 align: 0x10000 [0121.138] I> allocated(CO:34) base:0x80b6f0000 size:0x10000 align: 0x10000 [0121.145] I> allocated(CO:35) base:0x80b6e0000 size:0x10000 align: 0x10000 [0121.152] I> allocated(CO:49) base:0x80b6d0000 size:0x10000 align: 0x10000 [0121.158] I> allocated(CO:50) base:0x80b6c0000 size:0x10000 align: 0x10000 [0121.165] I> allocated(CO:52) base:0x80b6b0000 size:0x10000 align: 0x10000 [0121.172] I> Task: Thermal check (0x5001fba1) [0121.176] I> max_chip_limit = 115 [0121.179] I> min_chip_limit = -30 [0121.182] I> max temp read = 36 [0121.185] I> min temp read = 35 [0121.188] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0121.195] I> Task: Enable WDT 5th expiry (0x5001f929) [0121.199] I> Task: Disable WDT globally (0x5001f965) [0121.204] I> Task: I2C register (0x50000a31) [0121.208] I> Task: Reset FSI (0x50013db9) [0121.212] I> Task: Pinmux init (0x50013219) [0121.217] I> Task: Prod config init (0x50013631) [0121.221] I> Task: Pad voltage init (0x500132a5) [0121.226] I> Task: Prod init (0x500136d5) [0121.230] I> Task: Common rail init (0x50013bd1) [0121.234] W> Thermal config not found in BCT [0121.238] W> Generic i2c config not found in BCT [0121.243] W> Platform rail config not found in BCT [0121.248] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0121.256] W> MEMIO rail config not found in BCT [0121.261] I> Task: Mem clock src (0x500119c5) [0121.265] I> Task: Misc. board config (0x50013c29) [0121.270] W> Platform config not found in BCT [0121.274] I> Task: SDRAM init (0x500119c9) [0121.280] I> SDRAM-params @ 0xd485000 [0121.284] I> MSS code-drop: NvBootSdramInit [0121.288] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0121.295] I> MSS CAR: Init PLLM [0121.298] I> MSS CAR: Init PLLHUB [0121.303] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0121.315] I> mb1_sdram_init Done ! [0121.318] I> SDRAM Size in Total 0x800000000 [0121.322] I> Task: Dram Ecc scrub (0x50011261) [0121.326] I> Task: DRAM alias check (0x50011b71) [0121.358] I> Task: Program NSDRAM carveout (0x50014921) [0121.364] I> NSDRAM carveout encryption is disabled [0121.370] I> Program NSDRAM carveout [0121.374] I> Task: Register checker (0x50011b75) [0121.383] I> Task: Enable clock-mon (0x5001ed25) [0121.400] I> FMON: Fmon re-programming done [0121.404] I> Task: Mapper init (0x5001d451) [0121.410] I> Task: SC7 Context Init (0x5001f02d) [0121.416] I> Task: CCPLEX IST init (0x5000d335) [0121.422] I> Task: CPU WP0 (0x5000c635) [0121.428] I> Loading MCE [0121.431] I> Scratch RSV109: 0x00000000 active chain: 0 [0121.437] I> Slot: 0 [0121.439] I> Binary[8] block-0 (partition size: 0x80000) [0121.445] I> get_binary_info: Binary name: MCE [0121.450] I> Size of crypto header is 8192 [0121.455] I> BCH load address is : 0x4003e000 [0121.461] I> Size of crypto header is 8192 [0122.060] I> BCH of MCE read from storage [0122.064] I> BCH address is : 0x4003e000 [0122.070] I> MCE header integrity check is success [0122.075] I> Binary magic in BCH component 0 is MTSM [0122.081] I> component binary type is 8 [0122.085] I> Size of crypto header is 8192 [0122.096] I> MCE binary is read from storage [0122.102] I> MCE binary integrity check is success [0122.107] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0122.115] I> Size of crypto header is 8192 [0122.121] I> Sending WP0 mailbox command to PSC [0122.132] I> Task: MB1 fixed firewalls (0x5001e55d) [0122.152] I> Task: Load bpmp-fw (0x5001e801) [0122.157] I> Scratch RSV109: 0x00000000 active chain: 0 [0122.163] I> Slot: 0 [0122.166] I> Binary[15] block-0 (partition size: 0x180000) [0122.172] I> get_binary_info: Binary name: BPMP_FW [0122.178] I> Size of crypto header is 8192 [0122.183] I> BCH load address is : 0x807fe000 [0122.188] I> Size of crypto header is 8192 [0122.193] I> BCH of BPMP_FW read from storage [0122.198] I> BCH address is : 0x807fe000 [0122.204] I> BPMP_FW header integrity check is success [0122.210] I> Binary magic in BCH component 0 is BPMF [0122.215] I> component binary type is 15 [0122.219] I> Size of crypto header is 8192 [0122.261] I> BPMP_FW binary is read from storage [0122.268] I> BPMP_FW binary integrity check is success [0122.274] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0122.282] I> Scratch RSV109: 0x00000000 active chain: 0 [0122.288] I> Slot: 0 [0122.291] I> Binary[16] block-251658752 (partition size: 0x400000) [0122.299] I> get_binary_info: Binary name: BPMP_FW_DTB [0122.305] I> Size of crypto header is 8192 [0122.309] I> BCH load address is : 0x807fc000 [0122.315] I> Size of crypto header is 8192 [0122.320] I> BCH of BPMP_FW_DTB read from storage [0122.325] I> BCH address is : 0x807fc000 [0122.331] I> BPMP_FW_DTB header integrity check is success [0122.337] I> Binary magic in BCH component 0 is BPMD [0122.343] I> component binary type is 16 [0122.347] I> Size of crypto header is 8192 [0122.356] I> BPMP_FW_DTB binary is read from storage [0122.363] I> BPMP_FW_DTB binary integrity check is success [0122.369] I> Binary BPMP_FW_DTB loaded successfully at 0x807dbbb0 (0x20440) [0122.378] I> Task: Load psc-fw (0x5001ea0d) [0122.384] I> Scratch RSV109: 0x00000000 active chain: 0 [0122.390] I> Slot: 0 [0122.392] I> Binary[17] block-0 (partition size: 0xc0000) [0122.399] I> get_binary_info: Binary name: PSC_FW [0122.404] I> Size of crypto header is 8192 [0122.409] I> BCH load address is : 0x80ffe000 [0122.414] I> Size of crypto header is 8192 [0122.419] I> BCH of PSC_FW read from storage [0122.424] I> BCH address is : 0x80ffe000 [0122.430] I> PSC_FW header integrity check is success [0122.435] I> Binary magic in BCH component 0 is PFWP [0122.441] I> component binary type is 17 [0122.445] I> Size of crypto header is 8192 [0122.468] I> PSC_FW binary is read from storage [0122.475] I> PSC_FW binary integrity check is success [0122.480] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0122.489] I> Task: Load nvdec-fw (0x5001ea81) [0122.495] I> Scratch RSV109: 0x00000000 active chain: 0 [0122.501] I> Slot: 0 [0122.503] I> Binary[7] block-0 (partition size: 0x100000) [0122.510] I> get_binary_info: Binary name: NVDEC [0122.515] I> Size of crypto header is 8192 [0122.520] I> BCH load address is : 0x800fe000 [0122.525] I> Size of crypto header is 8192 [0122.530] I> BCH of NVDEC read from storage [0122.535] I> BCH address is : 0x800fe000 [0122.541] I> NVDEC header integrity check is success [0122.546] I> Binary magic in BCH component 0 is NDEC [0122.552] I> component binary type is 7 [0122.556] I> Size of crypto header is 8192 [0122.569] I> NVDEC binary is read from storage [0122.574] I> NVDEC binary integrity check is success [0122.580] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0122.591] I> Task: Load tsec-fw (0x5001ec6d) [0122.596] I> TSEC-FW load support not enabled [0122.601] I> Task: Program misc carveouts (0x5001445d) [0122.607] I> Program IPC carveouts [0122.615] I> Task: GPIO interrupt map (0x50013cc5) [0122.621] I> Task: SC7 context save (0x5001f161) [0122.627] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0122.634] I> Loading MB2 [0122.637] I> Scratch RSV109: 0x00000000 active chain: 0 [0122.643] I> Slot: 0 [0122.645] I> Binary[6] block-0 (partition size: 0x80000) [0122.652] I> get_binary_info: Binary name: MB2 [0122.657] I> Size of crypto header is 8192 [0122.661] I> BCH load address is : 0x8007e000 [0122.667] I> Size of crypto header is 8192 [0122.672] I> BCH of MB2 read from storage [0122.677] I> BCH address is : 0x8007e000 [0122.682] I> MB2 header integrity check is success [0122.688] I> Binary magic in BCH component 0 is MB2B [0122.693] I> component binary type is 6 [0122.697] I> Size of crypto header is 8192 [0122.717] I> MB2 binary is read from storage [0122.723] I> MB2 binary integrity check is success [0122.729] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0122.737] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0122.744] I> Task: Prepare MB2 params (0x5000d5dd) [0122.753] I> MB2-params @ 0x40060000 [0122.761] I> BR-BCT Boot Chain Fields [0122.765] I> u32_non_gpio_select_boot_chain : 0 [0122.770] I> u32_num_boot_chains : 2 [0122.776] I> bf_bl_gpio_select_boot_chain_1b : 0 [0122.782] I> Task: Dram ecc test (0x500112cd) [0122.788] I> Task: Misc NV security settings (0x5000ced5) [0122.795] I> NVDEC sticky bits programming done [0122.800] I> Task: Disable/Reload WDT (0x5001f991) [0122.806] I> Programmed SLCG global override := 0x0 [0122.811] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : RCM Flash I> Emulation: I> Entry timestamp: 0x07528ada I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x80d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc I> Received ACK from psc I> Task: Enter 3p server (0x50001f04) I> USB configuration success I> Populate storage info I> Erasing device 3: 0 I> QSPI: Erasing entire device I> Writing device 3: 0. I> Found 57 partitions in QSPI_FLASH (instance 0) I> Erasing device 1: 3 I> Writing device 1: 3. I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing A_mb1 partition. I> Writing A_psc_bl1 partition. I> Writing A_nvdec partition. I> Writing A_mb2 partition. I> Writing A_xusb-fw partition. I> Writing A_bpmp-fw partition. I> Writing A_bpmp-fw-dtb partition. I> Writing A_psc-fw partition. I> Writing A_mts-mce partition. I> Writing A_sc7 partition. I> Writing A_pscrf partition. I> Writing A_mb2rf partition. I> Writing A_cpu-bootloader partition. I> Writing A_secure-os partition. I> Writing A_eks partition. I> Writing A_dce-fw partition. C> XUSBF: comp_code went out of sequence. Expected 1 instead of 223. ?? [0011.560] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0011.565] I> t234-A01-0-Silicon (0x12347) Prod [0011.569] I> Boot-mode : BPMP Diagnostic [0011.573] I> Emulation: [0011.575] I> Entry timestamp: 0x00000000 [0011.579] I> last_boot_error: 0x0 [0011.582] I> BR-BCT: preprod_dev_sign: 0 [0011.586] I> rst_source: 0x0, rst_level: 0x0 [0011.590] I> Task: Crypto init (0x5001c0d9) [0011.594] I> Task: Secure debug controls (0x5000cb19) [0011.599] I> Task: strap war set (0x5000b739) [0011.603] I> strap value(0x4000001) set to 0x4000001 [0011.608] I> Task: Program NV master stream id (0x5000cad1) [0011.614] I> Task: Verify boot mode (0xd482021) [0011.620] I> Task: Alias fuses (0x50010749) [0011.624] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0011.631] I> Task: Print SKU type (0x5000fba9) [0011.635] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0011.640] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0011.645] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0011.649] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0011.653] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0011.658] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0011.662] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0011.666] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0011.670] I> FUSE_SKU_INFO_0 = 0xd2 [0011.673] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0011.677] I> FUSE_PACKAGE_INFO_0 = 0x2 [0011.681] I> SKU: Prod [0011.683] I> Task: Boost clocks (0x50013db1) [0011.687] I> Initializing PLLC2 for AXI_CBB. [0011.691] I> AXI_CBB : src = 35, divisor = 0 [0011.696] I> Task: Voltage monitor (0x50013dbd) [0011.700] I> VMON: Vmon re-calibration and fine tuning done [0011.705] I> Task: UPHY init (0x5000da39) [0011.710] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0011.716] I> Task: Boot device init (0x50000a3d) [0011.720] I> Boot_device: RCM [0011.723] I> USB configuration success [0011.727] I> Task: TSC init (0x5001ed35) [0011.731] I> Task: Enable WDT 5th expiry (0x5001f929) [0011.736] I> Task: Disable WDT globally (0x5001f965) [0011.740] I> Task: I2C register (0x50000a31) [0011.744] I> Task: Reset FSI (0x50013db9) [0011.748] I> Task: Enable clock-mon (0x5001ed25) [0011.764] I> FMON: Fmon re-programming done [0011.768] I> Task: MB1 fixed firewalls (0x5001e55d) [0011.776] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0011.781] I> Loading MB2 Applet [0011.784] I> Scratch RSV109: 0x00000000 active chain: 0 [0011.789] I> Slot: 0 [0011.791] I> Binary[21] block-0 (partition size: 0x50000) [0011.796] I> get_binary_info: Binary name: MB2-Applet [0011.801] I> Size of crypto header is 8192 [0011.805] I> BCH load address is : 0x4004e000 [0011.809] I> Size of crypto header is 8192 [0011.814] I> BCH of MB2-Applet read from storage [0011.818] I> BCH address is : 0x4004e000 [0011.822] I> MB2-Applet header integrity check is success [0011.827] I> Binary magic in BCH component 0 is MB2A [0011.832] I> component binary type is 21 [0011.836] I> Size of crypto header is 8192 [0011.850] I> MB2-Applet binary is read from storage [0011.855] I> MB2-Applet binary integrity check is success [0011.861] I> Binary MB2-Applet loaded successfully at 0x40000000 (0x41b80) [0011.867] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0011.873] I> Task: Prepare MB2 params (0x5000d5dd) [0011.878] I> MB2-params @ 0x40060000 [0011.881] I> Region(2) already mapped [0011.885] E> Failed to map carveout: 50 [0011.889] I> BR-BCT Boot Chain Fields [0011.892] I> u32_non_gpio_select_boot_chain : 0 [0011.897] I> u32_num_boot_chains : 0 [0011.901] I> bf_bl_gpio_select_boot_chain_1b : 0 [0011.907] I> Task: Misc NV security settings (0x5000ced5) [0011.912] I> NVDEC sticky bits programming done [0011.916] I> Task: Disable/Reload WDT (0x5001f991) [0011.921] I> Programmed SLCG global override := 0x0 [0011.926] I> MB1: MSS reconfig completed I> Applet (version: 0.0.0.0-t234-54845784-dee653cf) I> t234-A01-0-Silicon (0x12347) I> Emulation: I> Entry timestamp: 0xffffffff I> Task: Pinmux init (0x4000062d) I> Task: Boot device init (0x400012e5) I> Applet do storage init I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : clk_m I> QSPI-0l initialized successfully I> sdmmc DDR50 mode I> sdmmc bdev is already initialized E> Unknown device 7 E> Unknown device 8 I> Task: Partition Manager Init (0x40002d1d) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: I2C register (0x400006a5) I> Task: Register exit handlers (0x400005f5) I> Task: Enter 3p server (0x400018e1) I> USB configuration success I> Populate chip info I> RAM_CODE 0x4000001 I> Populate eeprom info I> Populate eeprom info for module cvm I> dump bct I> Rebooting : reboot-recovery ?? [0206.673] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0206.679] I> t234-A01-0-Silicon (0x12347) Prod [0206.683] I> Boot-mode : BPMP Diagnostic [0206.687] I> Emulation: [0206.689] I> Entry timestamp: 0x00000000 [0206.693] I> last_boot_error: 0x0 [0206.696] I> BR-BCT: preprod_dev_sign: 0 [0206.700] I> rst_source: 0xb, rst_level: 0x1 [0206.704] I> Task: Crypto init (0x5001c0d9) [0206.708] I> Task: Secure debug controls (0x5000cb19) [0206.713] I> Task: strap war set (0x5000b739) [0206.717] I> strap value(0x4000001) set to 0x4000001 [0206.722] I> Task: Program NV master stream id (0x5000cad1) [0206.727] I> Task: Verify boot mode (0xd482021) [0206.733] I> Task: Alias fuses (0x50010749) [0206.738] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0206.745] I> Task: Print SKU type (0x5000fba9) [0206.750] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0206.755] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0206.759] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0206.763] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0206.768] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0206.772] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0206.776] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0206.780] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0206.784] I> FUSE_SKU_INFO_0 = 0xd2 [0206.788] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0206.792] I> FUSE_PACKAGE_INFO_0 = 0x2 [0206.795] I> SKU: Prod [0206.798] I> Task: Boost clocks (0x50013db1) [0206.802] I> Initializing PLLC2 for AXI_CBB. [0206.806] I> AXI_CBB : src = 35, divisor = 0 [0206.810] I> Task: Voltage monitor (0x50013dbd) [0206.814] I> VMON: Vmon re-calibration and fine tuning done [0206.820] I> Task: UPHY init (0x5000da39) [0206.824] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0206.830] I> Task: Boot device init (0x50000a3d) [0206.834] I> Boot_device: RCM [0206.837] I> USB configuration success [0206.841] I> Task: TSC init (0x5001ed35) [0206.845] I> Task: Enable WDT 5th expiry (0x5001f929) [0206.850] I> Task: Disable WDT globally (0x5001f965) [0206.854] I> Task: I2C register (0x50000a31) [0206.859] I> Task: Reset FSI (0x50013db9) [0206.862] I> Task: Enable clock-mon (0x5001ed25) [0206.878] I> FMON: Fmon re-programming done [0206.882] I> Task: MB1 fixed firewalls (0x5001e55d) [0206.890] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0206.895] I> Loading MB2 Applet [0206.898] I> Scratch RSV109: 0x00000000 active chain: 0 [0206.903] I> Slot: 0 [0206.905] I> Binary[21] block-0 (partition size: 0x50000) [0206.910] I> get_binary_info: Binary name: MB2-Applet [0206.915] I> Size of crypto header is 8192 [0206.919] I> BCH load address is : 0x4004e000 [0206.923] I> Size of crypto header is 8192 [0206.928] I> BCH of MB2-Applet read from storage [0206.932] I> BCH address is : 0x4004e000 [0206.936] I> MB2-Applet header integrity check is success [0206.941] I> Binary magic in BCH component 0 is MB2A [0206.946] I> component binary type is 21 [0206.950] I> Size of crypto header is 8192 [0206.964] I> MB2-Applet binary is read from storage [0206.969] I> MB2-Applet binary integrity check is success [0206.975] I> Binary MB2-Applet loaded successfully at 0x40000000 (0x41b80) [0206.981] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0206.987] I> Task: Prepare MB2 params (0x5000d5dd) [0206.992] I> MB2-params @ 0x40060000 [0206.995] I> Region(2) already mapped [0206.999] E> Failed to map carveout: 50 [0207.003] I> BR-BCT Boot Chain Fields [0207.006] I> u32_non_gpio_select_boot_chain : 0 [0207.011] I> u32_num_boot_chains : 0 [0207.015] I> bf_bl_gpio_select_boot_chain_1b : 0 [0207.021] I> Task: Misc NV security settings (0x5000ced5) [0207.026] I> NVDEC sticky bits programming done [0207.031] I> Task: Disable/Reload WDT (0x5001f991) [0207.035] I> Programmed SLCG global override := 0x0 [0207.040] I> MB1: MSS reconfig completed I> Applet (version: 0.0.0.0-t234-54845784-dee653cf) I> t234-A01-0-Silicon (0x12347) I> Emulation: I> Entry timestamp: 0xffffffff I> Task: Pinmux init (0x4000062d) I> Task: Boot device init (0x400012e5) I> Applet do storage init I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : clk_m I> QSPI-0l initialized successfully I> sdmmc DDR50 mode I> sdmmc bdev is already initialized E> Unknown device 7 E> Unknown device 8 I> Task: Partition Manager Init (0x40002d1d) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: I2C register (0x400006a5) I> Task: Register exit handlers (0x400005f5) I> Task: Enter 3p server (0x400018e1) I> USB configuration success I> Populate chip info I> RAM_CODE 0x4000001 I> Populate eeprom info I> Populate eeprom info for module cvm I> dump bct I> Rebooting : reboot-recovery ?? [0102.576] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0102.582] I> t234-A01-0-Silicon (0x12347) Prod [0102.586] I> Boot-mode : Coldboot [0102.589] I> Emulation: [0102.592] I> Entry timestamp: 0x00000000 [0102.595] I> last_boot_error: 0x0 [0102.599] I> BR-BCT: preprod_dev_sign: 0 [0102.602] I> rst_source: 0xb, rst_level: 0x1 [0102.606] I> Task: CRC check (0x5001cf71) [0102.610] I> Skip CRC check as records_integrity fuse is not burned [0102.616] I> Task: Crypto init (0x5001c0d9) [0102.620] I> Task: Secure debug controls (0x5000cb19) [0102.625] I> Task: strap war set (0x5000b739) [0102.630] I> strap value(0x4000001) set to 0x4000001 [0102.634] I> Task: Initialize SOC Therm (0x5001a509) [0102.639] I> Task: Program NV master stream id (0x5000cad1) [0102.645] I> Task: Verify boot mode (0xd482021) [0102.651] I> Task: Alias fuses (0x50010749) [0102.655] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0102.662] I> Task: Print SKU type (0x5000fba9) [0102.666] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0102.671] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0102.676] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0102.680] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0102.684] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0102.688] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0102.693] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0102.697] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0102.701] I> FUSE_SKU_INFO_0 = 0xd2 [0102.704] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0102.708] I> FUSE_PACKAGE_INFO_0 = 0x2 [0102.712] I> SKU: Prod [0102.714] I> Task: Boost clocks (0x50013db1) [0102.718] I> Initializing PLLC2 for AXI_CBB. [0102.722] I> AXI_CBB : src = 35, divisor = 0 [0102.726] I> Task: Voltage monitor (0x50013dbd) [0102.731] I> VMON: Vmon re-calibration and fine tuning done [0102.736] I> Task: UPHY init (0x5000da39) [0102.741] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0102.746] I> Task: Boot device init (0x50000a3d) [0102.751] I> Boot_device: RCM [0102.754] I> USB configuration success [0104.007] I> Task: TSC init (0x5001ed35) [0104.011] I> Task: Load membct (0x5001190d) [0104.015] I> RAM_CODE 0x4000001 [0104.018] I> Loading MEM-BCT to SysRAM [0104.022] I> Scratch RSV109: 0x00000000 active chain: 0 [0104.027] I> Slot: 0 [0104.029] I> Binary[0] block-0 (partition size: 0x40000) [0104.034] I> get_binary_info: Binary name: MEM-BCT-0 [0104.039] I> Size of crypto header is 8192 [0104.043] I> BCH load address is : 0x40050000 [0104.047] I> Size of crypto header is 8192 [0104.051] I> BCH of MEM-BCT-0 read from storage [0104.056] I> BCH address is : 0x40050000 [0104.060] I> MEM-BCT-0 header integrity check is success [0104.065] I> Binary magic in BCH component 0 is MEM0 [0104.070] I> component binary type is 0 [0104.076] I> MEM-BCT-0 binary is read from storage [0104.081] I> MEM-BCT-0 binary integrity check is success [0104.086] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0104.092] I> RAM_CODE 0x4000001 [0104.098] I> RAM_CODE 0x4000001 [0104.102] I> Task: Load Page retirement list (0x50011139) [0104.107] I> Task: SDRAM params override (0x50011b79) [0104.112] I> Task: Save mem-bct info (0x50014071) [0104.116] I> Task: Carveout allocate (0x500140d5) [0104.121] I> ECC region[0]: Start:0x0, End:0x0 [0104.125] I> ECC region[1]: Start:0x0, End:0x0 [0104.129] I> ECC region[2]: Start:0x0, End:0x0 [0104.134] I> ECC region[3]: Start:0x0, End:0x0 [0104.138] I> ECC region[4]: Start:0x0, End:0x0 [0104.142] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0104.148] I> Non-ECC region[1]: Start:0x0, End:0x0 [0104.153] I> Non-ECC region[2]: Start:0x0, End:0x0 [0104.157] I> Non-ECC region[3]: Start:0x0, End:0x0 [0104.162] I> Non-ECC region[4]: Start:0x0, End:0x0 [0104.172] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0104.179] I> allocated(CO:46) base:0x820000000 size:0x20000000 align: 0x20000000 [0104.186] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0104.193] I> allocated(CO:39) base:0x81a000000 size:0x6000000 align: 0x200000 [0104.200] I> allocated(CO:20) base:0x818000000 size:0x2000000 align: 0x2000000 [0104.207] I> allocated(CO:24) base:0x816000000 size:0x2000000 align: 0x2000000 [0104.215] I> allocated(CO:28) base:0x814000000 size:0x2000000 align: 0x2000000 [0104.222] I> allocated(CO:29) base:0x812000000 size:0x2000000 align: 0x2000000 [0104.229] I> allocated(CO:43) base:0x810000000 size:0x2000000 align: 0x200000 [0104.236] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0104.243] I> allocated(CO:41) base:0x80f000000 size:0x1000000 align: 0x100000 [0104.250] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0104.257] I> allocated(CO:03) base:0x80e800000 size:0x800000 align: 0x800000 [0104.264] I> allocated(CO:06) base:0x80e000000 size:0x800000 align: 0x800000 [0104.271] I> allocated(CO:10) base:0x80d800000 size:0x800000 align: 0x800000 [0104.278] I> allocated(CO:56) base:0x80d000000 size:0x800000 align: 0x200000 [0104.285] I> allocated(CO:07) base:0x80cc00000 size:0x400000 align: 0x400000 [0104.291] I> allocated(CO:33) base:0x80c800000 size:0x400000 align: 0x200000 [0104.298] I> allocated(CO:47) base:0x80c400000 size:0x400000 align: 0x200000 [0104.305] I> allocated(CO:72) base:0x80c200000 size:0x200000 align: 0x10000 [0104.312] I> allocated(CO:01) base:0x80c100000 size:0x100000 align: 0x100000 [0104.319] I> allocated(CO:04) base:0x80c000000 size:0x100000 align: 0x100000 [0104.326] I> allocated(CO:05) base:0x80bf00000 size:0x100000 align: 0x100000 [0104.333] I> allocated(CO:08) base:0x80be00000 size:0x100000 align: 0x100000 [0104.340] I> allocated(CO:09) base:0x80bd00000 size:0x100000 align: 0x100000 [0104.347] I> allocated(CO:15) base:0x80bc00000 size:0x100000 align: 0x100000 [0104.354] I> allocated(CO:17) base:0x80bb00000 size:0x100000 align: 0x100000 [0104.361] I> allocated(CO:23) base:0x80ba00000 size:0x100000 align: 0x100000 [0104.368] I> allocated(CO:27) base:0x80b900000 size:0x100000 align: 0x100000 [0104.374] I> allocated(CO:42) base:0x80b800000 size:0x100000 align: 0x100000 [0104.381] I> allocated(CO:54) base:0x80b780000 size:0x80000 align: 0x80000 [0104.388] I> allocated(CO:26) base:0x80b740000 size:0x40000 align: 0x2000 [0104.395] I> allocated(CO:48) base:0x80b720000 size:0x20000 align: 0x10000 [0104.402] I> allocated(CO:69) base:0x80b700000 size:0x20000 align: 0x10000 [0104.408] I> allocated(CO:34) base:0x80b6f0000 size:0x10000 align: 0x10000 [0104.415] I> allocated(CO:35) base:0x80b6e0000 size:0x10000 align: 0x10000 [0104.422] I> allocated(CO:49) base:0x80b6d0000 size:0x10000 align: 0x10000 [0104.429] I> allocated(CO:50) base:0x80b6c0000 size:0x10000 align: 0x10000 [0104.435] I> allocated(CO:52) base:0x80b6b0000 size:0x10000 align: 0x10000 [0104.442] I> Task: Thermal check (0x5001fba1) [0104.446] I> max_chip_limit = 115 [0104.449] I> min_chip_limit = -30 [0104.453] I> max temp read = 30 [0104.456] I> min temp read = 27 [0104.459] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0104.465] I> Task: Enable WDT 5th expiry (0x5001f929) [0104.470] I> Task: Disable WDT globally (0x5001f965) [0104.475] I> Task: I2C register (0x50000a31) [0104.479] I> Task: Reset FSI (0x50013db9) [0104.483] I> Task: Pinmux init (0x50013219) [0104.487] I> Task: Prod config init (0x50013631) [0104.491] I> Task: Pad voltage init (0x500132a5) [0104.496] I> Task: Prod init (0x500136d5) [0104.500] I> Task: Common rail init (0x50013bd1) [0104.504] W> Thermal config not found in BCT [0104.508] W> Generic i2c config not found in BCT [0104.513] W> Platform rail config not found in BCT [0104.518] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0104.527] W> MEMIO rail config not found in BCT [0104.531] I> Task: Mem clock src (0x500119c5) [0104.535] I> Task: Misc. board config (0x50013c29) [0104.540] W> Platform config not found in BCT [0104.544] I> Task: SDRAM init (0x500119c9) [0104.551] I> SDRAM-params @ 0xd485000 [0104.554] I> MSS code-drop: NvBootSdramInit [0104.558] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0104.566] I> MSS CAR: Init PLLM [0104.569] I> MSS CAR: Init PLLHUB [0104.574] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0104.585] I> mb1_sdram_init Done ! [0104.589] I> SDRAM Size in Total 0x800000000 [0104.593] I> Task: Dram Ecc scrub (0x50011261) [0104.597] I> Task: DRAM alias check (0x50011b71) [0104.628] I> Task: Program NSDRAM carveout (0x50014921) [0104.635] I> NSDRAM carveout encryption is disabled [0104.640] I> Program NSDRAM carveout [0104.645] I> Task: Register checker (0x50011b75) [0104.653] I> Task: Enable clock-mon (0x5001ed25) [0104.670] I> FMON: Fmon re-programming done [0104.675] I> Task: Mapper init (0x5001d451) [0104.681] I> Task: SC7 Context Init (0x5001f02d) [0104.686] I> Task: CCPLEX IST init (0x5000d335) [0104.693] I> Task: CPU WP0 (0x5000c635) [0104.698] I> Loading MCE [0104.701] I> Scratch RSV109: 0x00000000 active chain: 0 [0104.707] I> Slot: 0 [0104.710] I> Binary[8] block-0 (partition size: 0x80000) [0104.716] I> get_binary_info: Binary name: MCE [0104.721] I> Size of crypto header is 8192 [0104.726] I> BCH load address is : 0x4003e000 [0104.731] I> Size of crypto header is 8192 [0105.331] I> BCH of MCE read from storage [0105.336] I> BCH address is : 0x4003e000 [0105.341] I> MCE header integrity check is success [0105.347] I> Binary magic in BCH component 0 is MTSM [0105.352] I> component binary type is 8 [0105.356] I> Size of crypto header is 8192 [0105.368] I> MCE binary is read from storage [0105.373] I> MCE binary integrity check is success [0105.378] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0105.387] I> Size of crypto header is 8192 [0105.392] I> Sending WP0 mailbox command to PSC [0105.402] I> Task: MB1 fixed firewalls (0x5001e55d) [0105.422] I> Task: Load bpmp-fw (0x5001e801) [0105.428] I> Scratch RSV109: 0x00000000 active chain: 0 [0105.434] I> Slot: 0 [0105.437] I> Binary[15] block-0 (partition size: 0x180000) [0105.443] I> get_binary_info: Binary name: BPMP_FW [0105.448] I> Size of crypto header is 8192 [0105.453] I> BCH load address is : 0x807fe000 [0105.459] I> Size of crypto header is 8192 [0105.464] I> BCH of BPMP_FW read from storage [0105.469] I> BCH address is : 0x807fe000 [0105.475] I> BPMP_FW header integrity check is success [0105.480] I> Binary magic in BCH component 0 is BPMF [0105.486] I> component binary type is 15 [0105.490] I> Size of crypto header is 8192 [0105.531] I> BPMP_FW binary is read from storage [0105.539] I> BPMP_FW binary integrity check is success [0105.544] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0105.553] I> Scratch RSV109: 0x00000000 active chain: 0 [0105.559] I> Slot: 0 [0105.562] I> Binary[16] block-251658752 (partition size: 0x400000) [0105.570] I> get_binary_info: Binary name: BPMP_FW_DTB [0105.575] I> Size of crypto header is 8192 [0105.580] I> BCH load address is : 0x807fc000 [0105.586] I> Size of crypto header is 8192 [0105.591] I> BCH of BPMP_FW_DTB read from storage [0105.596] I> BCH address is : 0x807fc000 [0105.602] I> BPMP_FW_DTB header integrity check is success [0105.608] I> Binary magic in BCH component 0 is BPMD [0105.613] I> component binary type is 16 [0105.618] I> Size of crypto header is 8192 [0105.627] I> BPMP_FW_DTB binary is read from storage [0105.634] I> BPMP_FW_DTB binary integrity check is success [0105.640] I> Binary BPMP_FW_DTB loaded successfully at 0x807dbbb0 (0x20440) [0105.649] I> Task: Load psc-fw (0x5001ea0d) [0105.655] I> Scratch RSV109: 0x00000000 active chain: 0 [0105.661] I> Slot: 0 [0105.663] I> Binary[17] block-0 (partition size: 0xc0000) [0105.670] I> get_binary_info: Binary name: PSC_FW [0105.675] I> Size of crypto header is 8192 [0105.680] I> BCH load address is : 0x80ffe000 [0105.685] I> Size of crypto header is 8192 [0105.691] I> BCH of PSC_FW read from storage [0105.695] I> BCH address is : 0x80ffe000 [0105.701] I> PSC_FW header integrity check is success [0105.707] I> Binary magic in BCH component 0 is PFWP [0105.712] I> component binary type is 17 [0105.717] I> Size of crypto header is 8192 [0105.740] I> PSC_FW binary is read from storage [0105.746] I> PSC_FW binary integrity check is success [0105.752] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0105.760] I> Task: Load nvdec-fw (0x5001ea81) [0105.766] I> Scratch RSV109: 0x00000000 active chain: 0 [0105.772] I> Slot: 0 [0105.775] I> Binary[7] block-0 (partition size: 0x100000) [0105.781] I> get_binary_info: Binary name: NVDEC [0105.786] I> Size of crypto header is 8192 [0105.791] I> BCH load address is : 0x800fe000 [0105.797] I> Size of crypto header is 8192 [0105.802] I> BCH of NVDEC read from storage [0105.807] I> BCH address is : 0x800fe000 [0105.812] I> NVDEC header integrity check is success [0105.818] I> Binary magic in BCH component 0 is NDEC [0105.823] I> component binary type is 7 [0105.828] I> Size of crypto header is 8192 [0105.840] I> NVDEC binary is read from storage [0105.846] I> NVDEC binary integrity check is success [0105.851] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0105.862] I> Task: Load tsec-fw (0x5001ec6d) [0105.868] I> TSEC-FW load support not enabled [0105.873] I> Task: Program misc carveouts (0x5001445d) [0105.879] I> Program IPC carveouts [0105.886] I> Task: GPIO interrupt map (0x50013cc5) [0105.893] I> Task: SC7 context save (0x5001f161) [0105.899] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0105.905] I> Loading MB2 [0105.908] I> Scratch RSV109: 0x00000000 active chain: 0 [0105.914] I> Slot: 0 [0105.917] I> Binary[6] block-0 (partition size: 0x80000) [0105.923] I> get_binary_info: Binary name: MB2 [0105.928] I> Size of crypto header is 8192 [0105.933] I> BCH load address is : 0x8007e000 [0105.939] I> Size of crypto header is 8192 [0105.944] I> BCH of MB2 read from storage [0105.948] I> BCH address is : 0x8007e000 [0105.954] I> MB2 header integrity check is success [0105.959] I> Binary magic in BCH component 0 is MB2B [0105.965] I> component binary type is 6 [0105.969] I> Size of crypto header is 8192 [0105.989] I> MB2 binary is read from storage [0105.995] I> MB2 binary integrity check is success [0106.000] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0106.009] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0106.016] I> Task: Prepare MB2 params (0x5000d5dd) [0106.025] I> MB2-params @ 0x40060000 [0106.033] I> BR-BCT Boot Chain Fields [0106.037] I> u32_non_gpio_select_boot_chain : 0 [0106.042] I> u32_num_boot_chains : 2 [0106.048] I> bf_bl_gpio_select_boot_chain_1b : 0 [0106.054] I> Task: Dram ecc test (0x500112cd) [0106.060] I> Task: Misc NV security settings (0x5000ced5) [0106.067] I> NVDEC sticky bits programming done [0106.072] I> Task: Disable/Reload WDT (0x5001f991) [0106.078] I> Programmed SLCG global override := 0x0 [0106.083] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : RCM Flash I> Emulation: I> Entry timestamp: 0x0653433d I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x80d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc I> Received ACK from psc I> Task: Enter 3p server (0x50001f04) I> USB configuration success I> Populate storage info I> Erasing device 3: 0 I> QSPI: Erasing entire device I> Writing device 3: 0. I> Found 57 partitions in QSPI_FLASH (instance 0) I> Erasing device 1: 3 I> Writing device 1: 3. I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing A_mb1 partition. I> Writing A_psc_bl1 partition. I> Writing A_nvdec partition. I> Writing A_mb2 partition. I> Writing A_xusb-fw partition. I> Writing A_bpmp-fw partition. I> Writing A_bpmp-fw-dtb partition. I> Writing A_psc-fw partition. I> Writing A_mts-mce partition. I> Writing A_sc7 partition. I> Writing A_pscrf partition. I> Writing A_mb2rf partition. I> Writing A_cpu-bootloader partition. I> Writing A_secure-os partition. I> Writing A_eks partition. I> Writing A_dce-fw partition. I> Writing A_spe-fw partition. I> Writing A_rce-fw partition. I> Writing A_adsp-fw partition. I> Writing B_mb1 partition. I> Writing B_psc_bl1 partition. I> Writing B_nvdec partition. I> Writing B_mb2 partition. I> Writing B_xusb-fw partition. I> Writing B_bpmp-fw partition. I> Writing B_bpmp-fw-dtb partition. I> Writing B_psc-fw partition. I> Writing B_mts-mce partition. I> Writing B_sc7 partition. I> Writing B_pscrf partition. I> Writing B_mb2rf partition. I> Writing B_cpu-bootloader partition. I> Writing B_secure-os partition. I> Writing B_eks partition. I> Writing B_dce-fw partition. I> Writing B_spe-fw partition. I> Writing B_rce-fw partition. I> Writing B_adsp-fw partition. I> Writing B_VER partition. I> Writing A_VER partition. I> Writing device 1: 3. I> Writing A_kernel partition. I> Writing A_kernel-dtb partition. I> Writing B_kernel partition. I> Writing B_kernel-dtb partition. I> Writing recovery partition. I> Writing recovery-dtb partition. I> Writing esp partition. I> Writing APP partition. I> Writing secondary_gpt_backup partition. I> Writing BCT partition. I> Writing BCT-boot-chain_backup partition. I> Writing A_MB1_BCT partition. I> Writing B_MB1_BCT partition. I> Writing A_MEM_BCT partition. I> Writing B_MEM_BCT partition. I> Rebooting : reset-coldboot ?? [0000.063] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.068] I> t234-A01-0-Silicon (0x12347) Prod [0000.072] I> Boot-mode : Coldboot [0000.075] I> Emulation: [0000.078] I> Entry timestamp: 0x00000000 [0000.082] I> last_boot_error: 0x0 [0000.085] I> BR-BCT: preprod_dev_sign: 0 [0000.088] I> rst_source: 0xb, rst_level: 0x1 [0000.093] I> Task: CRC check (0x5001cf71) [0000.096] I> Skip CRC check as records_integrity fuse is not burned [0000.102] I> Task: Crypto init (0x5001c0d9) [0000.106] I> Task: Secure debug controls (0x5000cb19) [0000.111] I> Task: strap war set (0x5000b739) [0000.116] I> strap value(0x4000001) set to 0x4000001 [0000.120] I> Task: Initialize SOC Therm (0x5001a509) [0000.125] I> Task: Program NV master stream id (0x5000cad1) [0000.131] I> Task: Verify boot mode (0xd482021) [0000.137] I> Task: Alias fuses (0x50010749) [0000.141] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.148] I> Task: Print SKU type (0x5000fba9) [0000.152] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.157] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.162] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.166] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.170] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.175] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.179] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.183] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.187] I> FUSE_SKU_INFO_0 = 0xd2 [0000.190] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.194] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.198] I> SKU: Prod [0000.200] I> Task: Boost clocks (0x50013db1) [0000.204] I> Initializing PLLC2 for AXI_CBB. [0000.208] I> AXI_CBB : src = 35, divisor = 0 [0000.213] I> Task: Voltage monitor (0x50013dbd) [0000.217] I> VMON: Vmon re-calibration and fine tuning done [0000.222] I> Task: UPHY init (0x5000da39) [0000.227] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.233] I> Task: Boot device init (0x50000a3d) [0000.237] I> Boot_device: QSPI_FLASH instance: 0 [0000.242] I> Qspi clock source : pllc_out0 [0000.246] I> QSPI Flash: Macronix 64MB [0000.249] I> QSPI-0l initialized successfully [0000.254] I> Task: TSC init (0x5001ed35) [0000.258] I> Task: Load membct (0x5001190d) [0000.262] I> RAM_CODE 0x4000001 [0000.265] I> Loading MEM-BCT to SysRAM [0000.268] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.273] I> Slot: 0 [0000.275] I> Binary[0] block-0 (partition size: 0x40000) [0000.281] I> get_binary_info: Binary name: MEM-BCT-0 [0000.286] I> Size of crypto header is 8192 [0000.289] I> BCH load address is : 0x40050000 [0000.294] I> Size of crypto header is 8192 [0000.298] I> BCH of MEM-BCT-0 read from storage [0000.302] I> BCH address is : 0x40050000 [0000.306] I> MEM-BCT-0 header integrity check is success [0000.311] I> Binary magic in BCH component 0 is MEM0 [0000.316] I> component binary type is 0 [0000.320] I> MEM-BCT-0 binary is read from storage [0000.325] I> MEM-BCT-0 binary integrity check is success [0000.330] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.337] I> RAM_CODE 0x4000001 [0000.342] I> RAM_CODE 0x4000001 [0000.346] I> Task: Load Page retirement list (0x50011139) [0000.351] I> Task: SDRAM params override (0x50011b79) [0000.356] I> Task: Save mem-bct info (0x50014071) [0000.361] I> Task: Carveout allocate (0x500140d5) [0000.365] I> RCM blob carveout will not be allocated [0000.370] I> ECC region[0]: Start:0x0, End:0x0 [0000.374] I> ECC region[1]: Start:0x0, End:0x0 [0000.379] I> ECC region[2]: Start:0x0, End:0x0 [0000.383] I> ECC region[3]: Start:0x0, End:0x0 [0000.387] I> ECC region[4]: Start:0x0, End:0x0 [0000.391] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.397] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.402] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.407] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.411] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.421] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.428] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.435] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.442] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.449] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.456] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.464] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.471] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.478] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.485] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.492] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.499] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.506] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.513] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.519] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.526] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.533] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.540] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.547] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.554] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.561] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.568] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.575] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.582] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.589] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.596] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.602] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.609] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.616] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.623] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.630] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.637] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.643] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.650] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.657] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.664] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.670] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.677] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.684] I> Task: Thermal check (0x5001fba1) [0000.688] I> max_chip_limit = 115 [0000.691] I> min_chip_limit = -30 [0000.694] I> max temp read = 31 [0000.697] I> min temp read = 29 [0000.700] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.707] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.711] I> Task: Disable WDT globally (0x5001f965) [0000.716] I> Task: I2C register (0x50000a31) [0000.720] I> Task: Reset FSI (0x50013db9) [0000.724] I> Task: Pinmux init (0x50013219) [0000.729] I> Task: Prod config init (0x50013631) [0000.733] I> Task: Pad voltage init (0x500132a5) [0000.738] I> Task: Prod init (0x500136d5) [0000.741] I> Task: Common rail init (0x50013bd1) [0000.746] W> Thermal config not found in BCT [0000.750] W> Generic i2c config not found in BCT [0000.755] W> Platform rail config not found in BCT [0000.760] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.768] W> MEMIO rail config not found in BCT [0000.772] I> Task: Mem clock src (0x500119c5) [0000.777] I> Task: Misc. board config (0x50013c29) [0000.781] W> Platform config not found in BCT [0000.786] I> Task: SDRAM init (0x500119c9) [0000.792] I> SDRAM-params @ 0xd485000 [0000.795] I> MSS code-drop: NvBootSdramInit [0000.800] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.807] I> MSS CAR: Init PLLM [0000.810] I> MSS CAR: Init PLLHUB [0000.815] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.827] I> mb1_sdram_init Done ! [0000.830] I> SDRAM Size in Total 0x800000000 [0000.834] I> Task: Dram Ecc scrub (0x50011261) [0000.838] I> Task: DRAM alias check (0x50011b71) [0000.869] I> Task: Program NSDRAM carveout (0x50014921) [0000.876] I> NSDRAM carveout encryption is disabled [0000.881] I> Program NSDRAM carveout [0000.885] I> Task: Register checker (0x50011b75) [0000.894] I> Task: Enable clock-mon (0x5001ed25) [0000.910] I> FMON: Fmon re-programming done [0000.915] I> Task: Mapper init (0x5001d451) [0000.920] I> Task: SC7 Context Init (0x5001f02d) [0000.926] I> Task: CCPLEX IST init (0x5000d335) [0000.932] I> Task: CPU WP0 (0x5000c635) [0000.937] I> Loading MCE [0000.940] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.946] I> Slot: 0 [0000.948] I> Binary[8] block-0 (partition size: 0x80000) [0000.954] I> get_binary_info: Binary name: MCE [0000.959] I> Size of crypto header is 8192 [0000.963] I> BCH load address is : 0x4003e000 [0000.969] I> Size of crypto header is 8192 [0000.974] I> BCH of MCE read from storage [0000.978] I> BCH address is : 0x4003e000 [0000.983] I> MCE header integrity check is success [0000.988] I> Binary magic in BCH component 0 is MTSM [0000.994] I> component binary type is 8 [0000.998] I> Size of crypto header is 8192 [0001.004] I> MCE binary is read from storage [0001.010] I> MCE binary integrity check is success [0001.015] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.022] I> Size of crypto header is 8192 [0001.037] I> Size of crypto header is 8192 [0001.042] I> Sending WP0 mailbox command to PSC [0001.052] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.071] I> Task: Load bpmp-fw (0x5001e801) [0001.077] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.083] I> Slot: 0 [0001.085] I> Binary[15] block-0 (partition size: 0x180000) [0001.091] I> get_binary_info: Binary name: BPMP_FW [0001.096] I> Size of crypto header is 8192 [0001.101] I> BCH load address is : 0x807fe000 [0001.106] I> Size of crypto header is 8192 [0001.111] I> BCH of BPMP_FW read from storage [0001.116] I> BCH address is : 0x807fe000 [0001.121] I> BPMP_FW header integrity check is success [0001.127] I> Binary magic in BCH component 0 is BPMF [0001.132] I> component binary type is 15 [0001.136] I> Size of crypto header is 8192 [0001.152] I> BPMP_FW binary is read from storage [0001.159] I> BPMP_FW binary integrity check is success [0001.164] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.172] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.178] I> Slot: 0 [0001.181] I> Binary[16] block-10000 (partition size: 0x400000) [0001.187] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.193] I> Size of crypto header is 8192 [0001.198] I> BCH load address is : 0x807fc000 [0001.203] I> Size of crypto header is 8192 [0001.208] I> BCH of BPMP_FW_DTB read from storage [0001.213] I> BCH address is : 0x807fc000 [0001.218] I> BPMP_FW_DTB header integrity check is success [0001.224] I> Binary magic in BCH component 0 is BPMD [0001.229] I> component binary type is 16 [0001.234] I> Size of crypto header is 8192 [0001.240] I> BPMP_FW_DTB binary is read from storage [0001.246] I> BPMP_FW_DTB binary integrity check is success [0001.252] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.261] I> Task: Load psc-fw (0x5001ea0d) [0001.266] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.272] I> Slot: 0 [0001.274] I> Binary[17] block-0 (partition size: 0xc0000) [0001.281] I> get_binary_info: Binary name: PSC_FW [0001.286] I> Size of crypto header is 8192 [0001.290] I> BCH load address is : 0x80ffe000 [0001.296] I> Size of crypto header is 8192 [0001.301] I> BCH of PSC_FW read from storage [0001.305] I> BCH address is : 0x80ffe000 [0001.311] I> PSC_FW header integrity check is success [0001.316] I> Binary magic in BCH component 0 is PFWP [0001.321] I> component binary type is 17 [0001.325] I> Size of crypto header is 8192 [0001.335] I> PSC_FW binary is read from storage [0001.342] I> PSC_FW binary integrity check is success [0001.347] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.355] I> Task: Load nvdec-fw (0x5001ea81) [0001.361] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.367] I> Slot: 0 [0001.369] I> Binary[7] block-0 (partition size: 0x100000) [0001.375] I> get_binary_info: Binary name: NVDEC [0001.380] I> Size of crypto header is 8192 [0001.385] I> BCH load address is : 0x800fe000 [0001.390] I> Size of crypto header is 8192 [0001.395] I> BCH of NVDEC read from storage [0001.400] I> BCH address is : 0x800fe000 [0001.405] I> NVDEC header integrity check is success [0001.410] I> Binary magic in BCH component 0 is NDEC [0001.416] I> component binary type is 7 [0001.420] I> Size of crypto header is 8192 [0001.427] I> NVDEC binary is read from storage [0001.432] I> NVDEC binary integrity check is success [0001.438] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.448] I> Task: Load tsec-fw (0x5001ec6d) [0001.454] I> TSEC-FW load support not enabled [0001.458] I> Task: Program misc carveouts (0x5001445d) [0001.464] I> Program IPC carveouts [0001.472] I> Task: GPIO interrupt map (0x50013cc5) [0001.478] I> Task: SC7 context save (0x5001f161) [0001.484] I> NV_SC7 Context addr: 0xa0000000 [0001.489] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.495] I> Slot: 0 [0001.497] I> Binary[27] block-0 (partition size: 0x100000) [0001.504] I> get_binary_info: Binary name: BR_BCT [0001.509] I> Size of crypto header is 8192 [0001.513] I> Size of crypto header is 8192 [0001.518] I> BR_BCT binary is read from storage [0001.523] I> BR_BCT binary integrity check is success [0001.529] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.537] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.542] I> Slot: 0 [0001.545] I> Binary[13] block-0 (partition size: 0x30000) [0001.551] I> get_binary_info: Binary name: SC7-FW [0001.556] I> Size of crypto header is 8192 [0001.560] I> Size of crypto header is 8192 [0001.565] I> BCH load address is : 0xa0002000 [0001.570] I> Size of crypto header is 8192 [0001.575] I> BCH of SC7-FW read from storage [0001.580] I> BCH address is : 0xa0002000 [0001.585] I> SC7-FW header integrity check is success [0001.591] I> Binary magic in BCH component 0 is WB0B [0001.596] I> component binary type is 13 [0001.600] I> Size of crypto header is 8192 [0001.607] I> SC7-FW binary is read from storage [0001.612] I> SC7-FW binary integrity check is success [0001.618] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.626] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.632] I> Slot: 0 [0001.634] I> Binary[22] block-0 (partition size: 0x30000) [0001.640] I> get_binary_info: Binary name: PSC_RF [0001.645] I> Size of crypto header is 8192 [0001.650] I> Size of crypto header is 8192 [0001.654] I> BCH load address is : 0xa0029460 [0001.660] I> Size of crypto header is 8192 [0001.665] I> BCH of PSC_RF read from storage [0001.669] I> BCH address is : 0xa0029460 [0001.675] I> PSC_RF header integrity check is success [0001.680] I> Binary magic in BCH component 0 is PSCR [0001.685] I> component binary type is 22 [0001.690] I> Size of crypto header is 8192 [0001.696] I> PSC_RF binary is read from storage [0001.701] I> PSC_RF binary integrity check is success [0001.706] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.726] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.732] I> Slot: 0 [0001.735] I> Binary[14] block-0 (partition size: 0x20000) [0001.741] I> get_binary_info: Binary name: MB2_RF [0001.746] I> Size of crypto header is 8192 [0001.750] I> Size of crypto header is 8192 [0001.755] I> BCH load address is : 0xa008e240 [0001.760] I> Size of crypto header is 8192 [0001.765] I> BCH of MB2_RF read from storage [0001.770] I> BCH address is : 0xa008e240 [0001.775] I> MB2_RF header integrity check is success [0001.781] I> Binary magic in BCH component 0 is MB2R [0001.786] I> component binary type is 14 [0001.790] I> Size of crypto header is 8192 [0001.796] I> MB2_RF binary is read from storage [0001.802] I> MB2_RF binary integrity check is success [0001.807] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.816] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.823] I> SC7 context fuse-bypass data is empty [0001.831] I> SC7 context save done [0001.835] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.841] I> Loading MB2 [0001.844] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.850] I> Slot: 0 [0001.852] I> Binary[6] block-0 (partition size: 0x80000) [0001.858] I> get_binary_info: Binary name: MB2 [0001.863] I> Size of crypto header is 8192 [0001.868] I> BCH load address is : 0x8007e000 [0001.873] I> Size of crypto header is 8192 [0001.878] I> BCH of MB2 read from storage [0001.882] I> BCH address is : 0x8007e000 [0001.888] I> MB2 header integrity check is success [0001.893] I> Binary magic in BCH component 0 is MB2B [0001.898] I> component binary type is 6 [0001.902] I> Size of crypto header is 8192 [0001.912] I> MB2 binary is read from storage [0001.917] I> MB2 binary integrity check is success [0001.922] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.931] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.938] I> Task: Prepare MB2 params (0x5000d5dd) [0001.946] I> MB2-params @ 0x40060000 [0001.954] I> BR-BCT Boot Chain Fields [0001.958] I> u32_non_gpio_select_boot_chain : 0 [0001.963] I> u32_num_boot_chains : 2 [0001.968] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.974] I> Task: Dram ecc test (0x500112cd) [0001.980] I> Task: Misc NV security settings (0x5000ced5) [0001.986] I> NVDEC sticky bits programming done [0001.991] I> Task: Disable/Reload WDT (0x5001f991) [0001.997] I> Programmed SLCG global override := 0x0 [0002.002] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f25e4 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9428224 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 32 I> FSITHERM min temp = 31 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure NOR provision (0x50014924) I> Task: Load FSI keyblob (0x50012368) I> Skipping FSI key blob copy I> Task: Unhalt AUXPs (0x50020c8c) I> SCE unhalt skipped I> Unhalting RCE I> RCE unhalt successful I> DCE unhalt successful I> APE unhalt skipped I> FSI unhalt skipped I> Task: Load CPUBL (0x5001347c) I> Task: Load TOS (0x50013b38) I> Task: Load and authenticate registered FWs (0x50017428) I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_cpu??[ 2.365953] Camera-FW on t234-rce-safe started ??INFO: MONITOR: populated user images:19 INFO: mret to Supervisor! INFO: psc supervisor init. INFO: psc_irq_init... INFO: enter idle task. ??bpmp: init bpmp: base binary md5 is eac3805??TCU early console ena??26d68ff45ffc86d0feae98e88 bpmp: combined binary md5 is 888a114dda6bea50b6c6bb??bled. ??224445ac85 bpmp: firmware tag is 888a114dda6bea50b6c6-eac380526d6 initialized vwdt initialized mail_early initialized fuse initialized vfrel initialized hwwdt initialized adc fmon_populate_monitors: found 199 monitors initialized fmon initialized mc initialized reset initialized uphy_early initialized emc_early 471 clocks registered initialized clk_mach initialized clk_cal_early initialized clk_mach_early_config initialized io_dpd initialized thermal initialized soctherm initialized tj_init initialized regime initialized i2c vrmon_dt_init: vrmon node not found vrmon_chk_boot_state: found 0 rail monitors initialized vrmon initialized regulator ?? ??-bootloader I> Size of partition: 3670016 I> Binary@ device:3/0 block-24832 (partition size: 0x380000), name: A_cpu-bootloader??initialized avfs_clk_platform initialized powergate ?? ??initialized dvs initialized clk_mach_config initialized pm initialized suspend initialized strap initialized emc initialized emc_mrq initialized clk_cal initialized uphy_dt initialized uphy_mrq initialized uphy ??I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_secure-os I> Size of partition: 4194304 I> Binary@ device:3/0 block-32000 (partition size: 0x400000), name: A_secure-os ??initialized pg_late initialized pg_mrq_init swdtimer_init: 0 reg polling start w period 47 ms initialized swdtimer initialized hwwdt_late initialized bwmgr initialized thermal_host_trip initialized thermal_mrq initialized oc_mrq initialized reset_mrq initialized mail_mrq initialized fmon_mrq initialized clk_mrq initialized avfs_mrq initialized i2c_mrq initialized tag_mrq initialized bwmgr_mrq initialized console_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ??I> MB2-params @ 0x400600??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??00 I> cpubl: Authentication Fi??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss ena??[ 2.605512] Camer??ble xusb_fs enable xusb_falcon enable xusb_core_mux ??a-FW on t234-rce-safe??enable dsi_lp enable sdmmc_legacy_tm initialized clk_?? ready SHA1=7a10e461 ??mach_post initialized pg_post ??(crt 13.247 ms, total??initialized regulator_post initialized profile initialized fuse_late initia?? boot 262.148 ms) ??lized mrq initialized patrol_scrubber initialized extras_post bpmp: init complete ??DCE: FW Boot Done ??nalize Done I> Binary cpubl loaded successfully at 0x82c400000 I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eks I> eks: Authentication Finalize Done I> Binary eks loaded successfully at 0x82d000400 I> EKB detected (length: 0x410) @ VA:0x82d000400 I> Task: Prepare TOS params (0x50013ab0) I> Setting EKB blob info to OPTEE dtb finished. I> Setting OPTEE arg3: 0x82b700000 I> Task: OEM SC7 context save (0x500146bc) I> oem sc7 context saved I> Task: Disable MSS perf stats (0x50020d18) I> Task: Program display sticky bits (0x50020c94) I> Task: Storage device deinit (0x50001ed8) I> Task: SMMU external bypass disable (0x50011eb4) I> Task: SMMU init (0x50011dd0) I> Task: Program CBB PCIE AMAP regions (0x50014b08) I> Task: Program GICv3 registers (0x50020db8) I> Task: Audit firewall settings (0x5001e1c0) I> Task: Bootchain failure check (0x500026a4) I> Current Boot-Chain Slot: 0 I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0 I> MB2 finished ??NOTICE: BL31: v2.6(release):4fa405dbd NOTICE: BL31: Built : 20:16:55, Aug 10 2022 I/TC: I/TC: Non-secure external DT found I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f0100006). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ??[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421] [ 0.000000] Linux version 5.10.104-tegra (buildbrain@mobile-u64-5273-d7000) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #1 SMP PREEMPT Wed Aug 10 20:17:07 PDT 2022 [ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16, [ 0.000000] OF: fdt: - 80000000 , c0000000 [ 0.000000] Machine model: Jetson AGX Orin [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: RTPROP=0x805401c18 SMBIOS=0xffff0000 SMBIOS 3.0=0x8039a0000 MEMATTR=0x80476f018 ESRT=0x803834418 RNG=0x827905998 MEMRESERVE=0x804771f18 [ 0.000000] efi: seeding entropy pool [ 0.000000] esrt: Reserving ESRT space from 0x0000000803834418 to 0x0000000803834450. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000817800000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000835ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff] [ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000007ffffffff] [ 0.000000] node 0: [mem 0x0000000800000000-0x00000008021bffff] [ 0.000000] node 0: [mem 0x00000008021c0000-0x00000008035e9fff] [ 0.000000] node 0: [mem 0x00000008035ea000-0x000000080376efff] [ 0.000000] node 0: [mem 0x000000080376f000-0x000000080398ffff] [ 0.000000] node 0: [mem 0x0000000803990000-0x00000008039affff] [ 0.000000] node 0: [mem 0x00000008039b0000-0x000000080453ffff] [ 0.000000] node 0: [mem 0x0000000804540000-0x00000008046cffff] [ 0.000000] node 0: [mem 0x00000008046d0000-0x000000080473ffff] [ 0.000000] node 0: [mem 0x0000000804740000-0x000000080475ffff] [ 0.000000] node 0: [mem 0x0000000804760000-0x000000080477ffff] [ 0.000000] node 0: [mem 0x0000000804780000-0x00000008049effff] [ 0.000000] node 0: [mem 0x00000008049f0000-0x0000000804a3ffff] [ 0.000000] node 0: [mem 0x0000000804a40000-0x0000000804a4ffff] [ 0.000000] node 0: [mem 0x0000000804a50000-0x0000000804a9ffff] [ 0.000000] node 0: [mem 0x0000000804aa0000-0x0000000804e4ffff] [ 0.000000] node 0: [mem 0x0000000804e50000-0x0000000804e5ffff] [ 0.000000] node 0: [mem 0x0000000804e60000-0x0000000804ebffff] [ 0.000000] node 0: [mem 0x0000000804ec0000-0x000000080534ffff] [ 0.000000] node 0: [mem 0x0000000805350000-0x000000080539ffff] [ 0.000000] node 0: [mem 0x00000008053a0000-0x000000080553ffff] [ 0.000000] node 0: [mem 0x0000000805540000-0x00000008055dffff] [ 0.000000] node 0: [mem 0x00000008055e0000-0x000000080568ffff] [ 0.000000] node 0: [mem 0x0000000805690000-0x000000080572ffff] [ 0.000000] node 0: [mem 0x0000000805730000-0x00000008057bffff] [ 0.000000] node 0: [mem 0x00000008057c0000-0x000000080585ffff] [ 0.000000] node 0: [mem 0x0000000805860000-0x000000080612ffff] [ 0.000000] node 0: [mem 0x0000000806130000-0x000000080630ffff] [ 0.000000] node 0: [mem 0x0000000806310000-0x00000008278bffff] [ 0.000000] node 0: [mem 0x00000008278c0000-0x000000082790ffff] [ 0.000000] node 0: [mem 0x0000000827910000-0x000000082b6affff] [ 0.000000] node 0: [mem 0x000000082c400000-0x000000082c7fffff] [ 0.000000] node 0: [mem 0x0000000834000000-0x0000000835ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000835ffffff] [ 0.000000] On node 0, zone Normal: 336 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 32 pages/cpu s90136 r8192 d32744 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] alternatives: patching kernel code [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7925040 [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB) [ 0.000000] Memory: 30995320K/32205504K available (18432K kernel code, 3172K rwdata, 7156K rodata, 3968K init, 1095K bss, 948040K reserved, 262144K cma-reserved) [ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x38/0x420 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000 [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70) [ 0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677] [ 0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns [ 0.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns [ 0.000684] Console: colour dummy device 80x25 [ 0.000865] printk: console [tty0] enabled [ 0.000898] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000) [ 0.000907] pid_max: default: 32768 minimum: 301 [ 0.000964] LSM: Security Framework initializing [ 0.000986] Yama: becoming mindful. [ 0.001003] SELinux: Initializing. [ 0.001080] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.001131] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.002603] rcu: Hierarchical SRCU implementation. [ 0.002694] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003172] DTS File Name: ../arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0004-p3737-0000.dts [ 0.003180] DTB Build time: Dec 30 2022 16:29:58 [ 0.004485] Tegra Revision: A01 SKU: 0xd2 CPU Process: 0 SoC Process: 0 [ 0.004608] Remapping and enabling EFI services. [ 0.005778] smp: Bringing up secondary CPUs ... [ 0.034441] Detected PIPT I-cache on CPU1 [ 0.034474] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000 [ 0.034504] CPU1: Booted secondary processor 0x0000000100 [0x410fd421] [ 0.063120] Detected PIPT I-cache on CPU2 [ 0.063130] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000 [ 0.063145] CPU2: Booted secondary processor 0x0000000200 [0x410fd421] [ 0.091715] Detected PIPT I-cache on CPU3 [ 0.091724] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000 [ 0.091736] CPU3: Booted secondary processor 0x0000000300 [0x410fd421] [ 0.122353] Detected PIPT I-cache on CPU4 [ 0.122372] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000 [ 0.122398] CPU4: Booted secondary processor 0x0000010000 [0x410fd421] [ 0.151029] Detected PIPT I-cache on CPU5 [ 0.151039] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000 [ 0.151052] CPU5: Booted secondary processor 0x0000010100 [0x410fd421] [ 0.179647] Detected PIPT I-cache on CPU6 [ 0.179656] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000 [ 0.179672] CPU6: Booted secondary processor 0x0000010200 [0x410fd421] [ 0.208266] Detected PIPT I-cache on CPU7 [ 0.208276] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000 [ 0.208289] CPU7: Booted secondary processor 0x0000010300 [0x410fd421] [ 0.208343] smp: Brought up 1 node, 8 CPUs [ 0.208386] SMP: Total of 8 processors activated. [ 0.208390] CPU features: detected: Privileged Access Never [ 0.208393] CPU features: detected: LSE atomic instructions [ 0.208395] CPU features: detected: User Access Override [ 0.208398] CPU features: detected: 32-bit EL0 Support [ 0.208401] CPU features: detected: Common not Private translations [ 0.208404] CPU features: detected: RAS Extension Support [ 0.208406] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.208410] CPU features: detected: CRC32 instructions [ 0.208413] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.241730] CPU: All CPU(s) started at EL2 [ 0.243862] devtmpfs: initialized [ 0.257027] Registered cp15_barrier emulation handler [ 0.257037] Registered setend emulation handler [ 0.257043] KASLR enabled [ 0.257149] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.257162] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.258698] pinctrl core: initialized pinctrl subsystem [ 0.259177] SMBIOS 3.0.0 present. [ 0.259183] DMI: /, BIOS 1.0-d7fb19b 08/10/2022 [ 0.259423] NET: Registered protocol family 16 [ 0.260054] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.260255] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.260450] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.260478] audit: initializing netlink subsys (disabled) [ 0.260552] audit: type=2000 audit(0.260:1): state=initialized audit_enabled=0 res=1 [ 0.260703] thermal_sys: Registered thermal governor 'step_wise' [ 0.260705] thermal_sys: Registered thermal governor 'power_allocator' [ 0.260712] thermal_sys: Registered thermal governor 'pid_thermal_gov' [ 0.262646] cpuidle: using governor menu [ 0.262745] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.262827] ASID allocator initialised with 32768 entries [ 0.262912] Serial: AMBA PL011 UART driver [ 0.264387] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful [ 0.264413] Tegra reboot handler registered. [ 0.282814] mc: mapped MMIO address: 0xffff800011110000 -> 0x2c10000 [ 0.282827] mc: mapped MMIO address: 0xffff800011130000 -> 0x2c20000 [ 0.282834] mc: mapped MMIO address: 0xffff800011150000 -> 0x2c30000 [ 0.282842] mc: mapped MMIO address: 0xffff800011170000 -> 0x2c40000 [ 0.282851] mc: mapped MMIO address: 0xffff800011190000 -> 0x2c50000 [ 0.282857] mc: mapped MMIO address: 0xffff8000111b0000 -> 0x2b80000 [ 0.282864] mc: mapped MMIO address: 0xffff8000111d0000 -> 0x2b90000 [ 0.282871] mc: mapped MMIO address: 0xffff8000111f0000 -> 0x2ba0000 [ 0.282880] mc: mapped MMIO address: 0xffff800011210000 -> 0x2bb0000 [ 0.282887] mc: mapped MMIO address: 0xffff800011230000 -> 0x1700000 [ 0.282893] mc: mapped MMIO address: 0xffff800011250000 -> 0x1710000 [ 0.282899] mc: mapped MMIO address: 0xffff800011270000 -> 0x1720000 [ 0.282907] mc: mapped MMIO address: 0xffff800011290000 -> 0x1730000 [ 0.282914] mc: mapped MMIO address: 0xffff8000112b0000 -> 0x1740000 [ 0.282923] mc: mapped MMIO address: 0xffff8000112d0000 -> 0x1750000 [ 0.282929] mc: mapped MMIO address: 0xffff8000112f0000 -> 0x1760000 [ 0.282935] mc: mapped MMIO address: 0xffff800011310000 -> 0x1770000 [ 0.282944] nv-tegra-mc 2c10000.mc: No mssnvlink node [ 0.282966] mc-err: mcerr ops are set to t23x [ 0.283228] tegra234-cbb 13a00000.cbb-fabric: secure_irq = 21 [ 0.283285] tegra234-cbb c600000.aon-fabric: secure_irq = 22 [ 0.283331] tegra234-cbb d600000.bpmp-fabric: secure_irq = 23 [ 0.283365] tegra234-cbb de00000.dce-fabric: secure_irq = 24 [ 0.283398] tegra234-cbb be00000.rce-fabric: secure_irq = 25 [ 0.283432] tegra234-cbb b600000.sce-fabric: secure_irq = 26 [ 0.283677] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 71, base_baud = 0) is a SBSA [ 1.482972] printk: console [ttyAMA0] enabled [ 1.491185] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 1.497898] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 1.504600] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 1.511299] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 1.519799] ACPI: Interpreter disabled. [ 1.524655] vdd-3v3-pcie: supplied by vdd-3v3-sys [ 1.529533] avdd-cam-2v8: supplied by vdd-3v3-sys [ 1.534297] vdd-av1v1-hub: supplied by vdd-5v-sys [ 1.539112] vbusB-cvb: supplied by vdd-5v-sys [ 1.543690] vdd-usbc1-vbus: supplied by vdd-5v-sys [ 1.548591] vdd-usbc2-vbus: supplied by vdd-5v-sys [ 1.553793] iommu: Default domain type: Translated [ 1.558705] eventlib_kernel: keventlib is initialized, test id: 0 [ 1.564954] SCSI subsystem initialized [ 1.568760] usbcore: registered new interface driver usbfs [ 1.574255] usbcore: registered new interface driver hub [ 1.579578] usbcore: registered new device driver usb [ 1.584813] mc: Linux media interface: v0.10 [ 1.589096] videodev: Linux video capture interface: v2.00 [ 1.594729] pps_core: LinuxPPS API ver. 1 registered [ 1.599692] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.608827] PTP clock support registered [ 1.612940] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec [ 1.620093] tegra_wdt_t18x 2190000.watchdog: Registered successfully [ 1.627754] Registered efivars operations [ 1.632195] FPGA manager framework [ 1.635631] Advanced Linux Sound Architecture Driver Initialized. [ 1.641956] Bluetooth: Core ver 2.22 [ 1.645537] NET: Registered protocol family 31 [ 1.649980] Bluetooth: HCI device and connection manager initialized [ 1.656336] Bluetooth: HCI socket layer initialized [ 1.661214] Bluetooth: L2CAP socket layer initialized [ 1.666269] Bluetooth: SCO socket layer initialized [ 1.671633] camchar: rtcpu character device driver loaded [ 1.677242] clocksource: Switched to clocksource arch_sys_counter [ 1.837901] VFS: Disk quotas dquot_6.6.0 [ 1.841866] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.848875] pnp: PnP ACPI: disabled [ 1.854150] la/ptsa driver initialized. [ 1.858037] NET: Registered protocol family 2 [ 1.862587] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.872317] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 1.881059] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.889348] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 1.897177] TCP: Hash tables configured (established 262144 bind 65536) [ 1.903869] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.910796] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.918227] NET: Registered protocol family 1 [ 1.922853] RPC: Registered named UNIX socket transport module. [ 1.928786] RPC: Registered udp transport module. [ 1.933491] RPC: Registered tcp transport module. [ 1.938194] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.944645] PCI: CLS 0 bytes, default 64 [ 1.948689] Trying to unpack rootfs image as initramfs... [ 2.062885] Freeing initrd memory: 8196K [ 2.068950] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 2.076883] kvm [1]: IPA Size Limit: 48 bits [ 2.081288] kvm [1]: VHE mode initialized successfully [ 2.087193] Initialise system trusted keyrings [ 2.091765] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 2.100243] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.106346] NFS: Registering the id_resolver key type [ 2.111408] Key type id_resolver registered [ 2.115588] Key type id_legacy registered [ 2.119628] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.126335] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.133741] ntfs: driver 2.1.32 [Flags: R/W]. [ 2.149792] NET: Registered protocol family 38 [ 2.154239] Key type asymmetric registered [ 2.158334] Asymmetric key parser 'x509' registered [ 2.163225] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240) [ 2.170677] io scheduler mq-deadline registered [ 2.175210] io scheduler kyber registered [ 2.183221] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 2.188818] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 2.194414] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 2.199998] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 2.207983] tegra_dc_assign_hw_data: no matching compatible node [ 2.213999] tegradccommon module_init failed [ 2.218267] tegradc module_init failed [ 2.222268] EINJ: ACPI disabled. [ 2.226983] tegra-pmc c360000.pmc: scratch reg offset dts data not present [ 2.233866] tegra-pmc: ### PMC reset source: MAINSWRST [ 2.239003] tegra-pmc: ### PMC reset level: L1 [ 2.243442] tegra-pmc: ### PMC reset status reg: 0x2d [ 2.249644] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 2.269715] random: fast init done [ 2.273314] printk: console [ttyTCU0] enabled [ 3.853873] arm-smmu 12000000.iommu: probing hardware configuration... [ 3.861756] arm-smmu 12000000.iommu: SMMUv2 with: [ 3.866580] arm-smmu 12000000.iommu: stage 1 translation [ 3.872121] arm-smmu 12000000.iommu: stage 2 translation [ 3.877657] arm-smmu 12000000.iommu: nested translation [ 3.883123] arm-smmu 12000000.iommu: stream matching with 128 register groups [ 3.890536] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only) [ 3.899265] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000 [ 3.905963] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.912654] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.920149] arm-smmu 10000000.iommu: probing hardware configuration... [ 3.926855] arm-smmu 10000000.iommu: SMMUv2 with: [ 3.931677] arm-smmu 10000000.iommu: stage 1 translation [ 3.937215] arm-smmu 10000000.iommu: stage 2 translation [ 3.942765] arm-smmu 10000000.iommu: nested translation [ 3.948220] arm-smmu 10000000.iommu: stream matching with 128 register groups [ 3.955638] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only) [ 3.964324] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000 [ 3.971027] arm-smmu 10000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.977741] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.984850] arm-smmu 8000000.iommu: probing hardware configuration... [ 3.991465] arm-smmu 8000000.iommu: SMMUv2 with: [ 3.996197] arm-smmu 8000000.iommu: stage 1 translation [ 4.001657] arm-smmu 8000000.iommu: stage 2 translation [ 4.007114] arm-smmu 8000000.iommu: nested translation [ 4.012466] arm-smmu 8000000.iommu: stream matching with 128 register groups [ 4.019798] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only) [ 4.028403] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000 [ 4.035013] arm-smmu 8000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 4.041615] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 4.048909] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful [ 4.058361] tegra_profiler: version: 1.147, samples/io: 49/28 [ 4.064336] tegra_profiler: auth: init [ 4.068472] nvsciipc: loaded module [ 4.073025] tegra23x-qspi 3270000.spi: Adding to iommu group 0 [ 4.079193] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 4.085731] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 4.093143] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 4.100742] tegra23x-qspi 3270000.spi: Prod settings list not found [ 4.107194] tegra23x-qspi 3270000.spi: Failed to get reset control: -517 [ 4.114654] tun: Universal TUN/TAP device driver, 1.6 [ 4.120312] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 4.127748] hns3: Copyright (c) 2017 Huawei Corporation. [ 4.133248] e1000e: Intel(R) PRO/1000 Network Driver [ 4.138346] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.144439] igb: Intel(R) Gigabit Ethernet Network Driver [ 4.149981] igb: Copyright (c) 2007-2014 Intel Corporation. [ 4.155851] PPP generic driver version 2.4.2 [ 4.160281] PPP BSD Compression module registered [ 4.165121] PPP Deflate Compression module registered [ 4.170328] PPP MPPE Compression module registered [ 4.175260] usbcore: registered new interface driver r8152 [ 4.180909] usbcore: registered new interface driver asix [ 4.186466] usbcore: registered new interface driver ax88179_178a [ 4.192733] usbcore: registered new interface driver cdc_ether [ 4.198735] usbcore: registered new interface driver net1080 [ 4.204540] usbcore: registered new interface driver cdc_subset [ 4.210621] usbcore: registered new interface driver zaurus [ 4.216345] usbcore: registered new interface driver cdc_ncm [ 4.222162] usbcore: registered new interface driver aqc111 [ 4.228001] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.234357] ohci-pci: OHCI PCI platform driver [ 4.238929] ohci-platform: OHCI generic platform driver [ 4.244582] tegra-xusb 3610000.xhci: Adding to iommu group 1 [ 4.250884] usbcore: registered new interface driver uas [ 4.256351] usbcore: registered new interface driver usb-storage [ 4.262668] tegra-xudc 3550000.xudc: Adding to iommu group 2 [ 4.268735] mousedev: PS/2 mouse device common for all mice [ 4.274482] usbcore: registered new interface driver xpad [ 4.281951] tegra_rtc c2a0000.rtc: registered as rtc1 [ 4.287412] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:29 UTC (29) [ 4.295640] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock [ 4.302056] i2c /dev entries driver [ 4.305751] tegra-i2c 3160000.i2c: Adding to iommu group 3 [ 4.311533] tegra-i2c c240000.i2c: Adding to iommu group 3 [ 4.317247] tegra-i2c 3180000.i2c: Adding to iommu group 3 [ 4.322927] tegra-i2c 3190000.i2c: Adding to iommu group 3 [ 4.328606] tegra-i2c 31b0000.i2c: Adding to iommu group 3 [ 4.334268] tegra-i2c 31c0000.i2c: Adding to iommu group 3 [ 4.339938] tegra-i2c c250000.i2c: Adding to iommu group 3 [ 4.345608] tegra-i2c 31e0000.i2c: Adding to iommu group 3 [ 4.353967] device-mapper: uevent: version 1.0.3 [ 4.358797] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 4.368479] sdhci: Secure Digital Host Controller Interface driver [ 4.374823] sdhci: Copyright(c) Pierre Ossman [ 4.379287] Synopsys Designware Multimedia Card Interface Driver [ 4.385531] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.391487] sdhci-tegra 3460000.sdhci: Adding to iommu group 4 [ 4.391654] sdhci-tegra 3400000.sdhci: Adding to iommu group 5 [ 4.391905] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401 [ 4.392738] tegra-bpmp bpmp: firmware: 888a114dda6bea50b6c6-eac380526d6 [ 4.394062] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 [ 4.394646] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81 [ 4.397800] nvvrs_pseq 4-003c: CAUTION: interrupt status reg:0x10 set to 0x1 [ 4.434359] nvvrs_pseq 4-003c: Clearing interrupts [ 4.440554] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0 [ 4.446490] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful ??debugfs initialized ??[ 5.938961] hid: raw HID events driver (C) Jiri Kosina [ 5.944461] usbcore: registered new interface driver usbhid [ 5.950209] usbhid: USB HID core driver [ 5.954643] tegra-dce d800000.dce: Adding to iommu group 6 [ 5.961214] dce: dce_ipc_channel_init:314 Invalid Channel State [0x0] for ch_type [2] [ 5.969761] tegra234-aon c000000.aon: Adding to iommu group 7 [ 5.975999] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5] [ 5.978250] c000000.aon:hsp: probed [ 5.984978] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [0]. Ignored... [ 5.997474] tegra234-aon c000000.aon: init done [ 5.997771] tegra23x-psc e860000.psc: Adding to iommu group 8 [ 6.002168] dce: dce_admin_send_cmd_ver:413 version : [0x2] err : [0x0] [ 6.008330] tegra23x-psc e860000.psc: ext_cfg base:(____ptrval____) [ 6.015083] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1] [ 6.021429] tegra23x-psc e860000.psc: init done [ 6.021501] random: crng init done [ 6.030398] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [1] ... [ 6.030399] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.035446] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 9 [ 6.038563] dce: dce_admin_setup_clients_ipc:518 Get queue info failed for [2] [ 6.038660] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2] [ 6.047693] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000 [ 6.055813] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [3] ... [ 6.055815] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.056002] dce: dce_start_boot_flow:100 DCE_BOOT_DONE [ 6.065872] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584 [ 6.119196] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900 [ 6.130656] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80 [ 6.141849] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80 [ 6.153571] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80 [ 6.166190] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080 [ 6.179071] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200 [ 6.191121] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (122) [ 6.197979] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful [ 6.210234] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=7a10e4613e151d2bf1df37dd80d456800f5b94d0 [ 6.223714] t19x_cache tegra-cache: probed [ 6.228290] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU [ 6.240841] optee: probing for conduit method. [ 6.245440] optee: revision 3.16 (65cc2218) [ 6.246045] optee: dynamic shared memory is enabled [ 6.255476] optee: initialized driver [ 6.273926] nvpmodel: initialized successfully [ 6.278636] tegra_hv: get_hvd: not initialized yet [ 6.283580] user_ivc_mempool: hypervisor not present [ 6.289421] usbcore: registered new interface driver snd-usb-audio [ 6.296618] u32 classifier [ 6.299409] input device check on [ 6.303180] Actions configured [ 6.306817] Initializing XFRM netlink socket [ 6.311578] NET: Registered protocol family 10 [ 6.317196] Segment Routing with IPv6 [ 6.321014] NET: Registered protocol family 17 [ 6.325607] NET: Registered protocol family 15 [ 6.330221] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 6.344223] Bluetooth: RFCOMM socket layer initialized [ 6.349575] Bluetooth: RFCOMM ver 1.11 [ 6.353463] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 6.359586] Bluetooth: HIDP socket layer initialized [ 6.365882] 9pnet: Installing 9P2000 support [ 6.370404] Key type dns_resolver registered [ 6.375936] registered taskstats version 1 [ 6.380185] Loading compiled-in X.509 certificates [ 6.389477] Loaded X.509 cert 'Build time autogenerated kernel key: 90ac610178c49616e6b7af33d5f8183bf0ea1ee9' [ 6.400073] tegra194-pcie 14180000.pcie: Adding to iommu group 10 [ 6.412111] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 6.419254] tegra194-pcie 14100000.pcie: Adding to iommu group 11 [ 6.430568] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 6.437320] tegra194-pcie 14160000.pcie: Adding to iommu group 12 [ 6.448741] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 6.455484] tegra194-pcie 141a0000.pcie: Adding to iommu group 13 [ 6.466433] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 6.473469] tegra194-pcie 141e0000.pcie: Adding to iommu group 14 [ 6.484546] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 6.512366] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 15 [ 6.522045] host1x 13e40000.host1x: Adding to iommu group 16 [ 7.538884] t23x_init_gating_regs: Timed out waiting for syncpt ram init! [ 7.556577] host1x 13e40000.host1x: initialized [ 7.561607] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 17 [ 7.569724] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000) [ 7.581763] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 18 [ 7.589789] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000) [ 7.601819] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 19 [ 7.609879] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000) [ 7.621866] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 20 [ 7.629871] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000) [ 7.641850] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 21 [ 7.649853] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000) [ 7.661863] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 22 [ 7.669861] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000) [ 7.681847] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 23 [ 7.689854] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000) [ 7.701836] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 24 [ 7.709849] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000) [ 7.721829] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 25 [ 7.729870] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000) [ 7.741856] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 26 [ 7.749905] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000) [ 7.761896] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 27 [ 7.769914] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000) [ 7.781919] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 28 [ 7.789929] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000) [ 7.801923] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 29 [ 7.809912] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000) [ 7.821928] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 30 [ 7.829940] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000) [ 7.841907] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 31 [ 7.849924] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000) [ 7.861915] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 32 [ 7.869935] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000) [ 7.881956] falcon 15340000.vic: Adding to iommu group 33 [ 7.892945] falcon 15340000.vic: initialized [ 7.897614] falcon 15380000.nvjpg: Adding to iommu group 34 [ 7.906559] falcon 15380000.nvjpg: initialized [ 7.911258] falcon 15540000.nvjpg1: Adding to iommu group 35 [ 7.920340] falcon 15540000.nvjpg1: initialized [ 7.925142] falcon 154c0000.nvenc: Adding to iommu group 36 [ 7.935115] falcon 154c0000.nvenc: initialized [ 7.939827] falcon 15a50000.ofa: Adding to iommu group 37 [ 7.948937] falcon 15a50000.ofa: initialized [ 7.953466] nvdec 15480000.nvdec: Adding to iommu group 38 [ 7.964326] nvdec 15480000.nvdec: initialized [ 7.968927] tsec 15500000.tsec: Adding to iommu group 39 [ 7.977816] tsec 15500000.tsec: initialized [ 7.984372] gic 2a41000.agic-controller: GIC IRQ controller registered [ 8.000701] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered [ 8.016995] gpio-491 (gpio11-usbpwr-ctrl): hogged as output/low [ 8.023171] gpio-493 (gpio12-usbpwr-ctrl): hogged as output/low [ 8.029329] gpio-488 (gpio13-usbpwr-ctrl): hogged as output/low [ 8.035459] gpio-489 (gpio14-usbpwr-ctrl): hogged as output/low [ 8.041601] gpio-428 (gpio3): hogged as output/low [ 8.046582] gpio-487 (gpio16): hogged as input [ 8.051205] gpio-351 (gpio20): hogged as output/low [ 8.056268] gpio-449 (gpio36): hogged as output/low [ 8.061323] gpio-494 (i2s1_clk_gpio): hogged as input [ 8.066563] gpio-495 (i2s1_dout_gpio): hogged as input [ 8.071886] gpio-496 (i2s1_din_gpio): hogged as input [ 8.077128] gpio-497 (i2s1_fs_gpio): hogged as input [ 8.082268] gpio-492 (mclk01_gpio): hogged as input [ 8.087338] gpio-456 (pwm01_gpio): hogged as input [ 8.092315] gpio-461 (uart1_cts_gpio): hogged as input [ 8.097648] gpio-478 (uart2_cts_gpio): hogged as input [ 8.103657] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio [ 8.110412] gpio-320 (gpio6): hogged as input [ 8.114937] gpio-323 (gpio7): hogged as input [ 8.119458] gpio-325 (gpio8): hogged as input [ 8.123976] gpio-326 (gpio10): hogged as input [ 8.128995] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon [ 8.135990] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 8.142407] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 8.148928] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 8.155307] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 8.163312] tegra194-isp5 14800000.isp: Adding to iommu group 40 [ 8.172139] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU [ 8.181818] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized [ 8.188223] driver not enabled, cannot register any devices [ 8.194125] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 41 [ 8.202183] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 42 [ 8.210176] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU [ 8.220082] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized [ 8.226885] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU [ 8.236516] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized [ 8.243329] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU [ 8.252951] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized [ 8.259808] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 43 [ 8.268505] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000) [ 8.279920] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 44 [ 8.288582] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000) [ 8.299968] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 45 [ 8.308628] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000) [ 8.320038] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 46 [ 8.328698] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000) [ 8.340122] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 47 [ 8.348793] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000) [ 8.360204] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 48 [ 8.368875] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000) [ 8.380289] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 49 [ 8.388940] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000) [ 8.400373] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 50 [ 8.409008] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000) [ 8.420412] pva 16000000.pva0: Adding to iommu group 51 [ 8.446506] pva 16000000.pva0: initialized [ 8.454868] nvdla 15880000.nvdla0: Adding to iommu group 52 [ 8.470622] nvdla 15880000.nvdla0: initialized [ 8.476840] nvdla 158c0000.nvdla1: Adding to iommu group 53 [ 8.490860] nvdla 158c0000.nvdla1: initialized [ 8.497055] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3 [ 8.504074] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels [ 8.511579] tegra-fuse-burn efuse-burn: shutdown limit check disabled [ 8.518244] tegra-fuse-burn efuse-burn: Fuse burn driver initialized [ 8.524979] serial-tegra 3100000.serial: Adding to iommu group 3 [ 8.531547] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART [ 8.541228] serial-tegra 3110000.serial: Adding to iommu group 3 [ 8.547773] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 68, base_baud = 0) is a TEGRA_UART [ 8.557378] serial-tegra 3130000.serial: Adding to iommu group 3 [ 8.563919] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 69, base_baud = 0) is a TEGRA_UART [ 8.573205] serial-tegra 3140000.serial: Adding to iommu group 3 [ 8.579768] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 70, base_baud = 0) is a TEGRA_UART [ 8.589088] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 8.595668] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 8.603126] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 8.610765] tegra23x-qspi 3270000.spi: Prod settings list not found [ 8.657523] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2003000 KHz, changing to: 2035200 KHz [ 8.671417] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2010000 KHz, changing to: 2035200 KHz [ 8.683369] tegra194-cpufreq e000000.ccplex: probed with ICC [ 8.690354] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 8.692958] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 8.698096] tegra194-pcie 14180000.pcie: host bridge /pcie@14180000 ranges: [ 8.702399] mmc0: CQHCI version 5.10 [ 8.708955] tegra194-pcie 14180000.pcie: IO 0x0038100000..0x00381fffff -> 0x0038100000 [ 8.711813] irq: IRQ306: trimming hierarchy from :interrupt-controller@f400000-1 [ 8.711851] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 8.735349] tegra194-pcie 14180000.pcie: MEM 0x2728000000..0x272fffffff -> 0x0040000000 [ 8.740914] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit [ 8.744053] tegra194-pcie 14180000.pcie: MEM 0x2440000000..0x2727ffffff -> 0x2440000000 [ 8.850425] mmc0: Command Queue Engine enabled [ 8.855015] mmc0: periodic cache flush enabled [ 8.859594] mmc0: new HS400 Enhanced strobe MMC card at address 0001 [ 8.866481] mmcblk0: mmc0:0001 G1M15M 59.3 GiB [ 8.871342] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (511:0) [ 8.888538] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 9.850685] tegra194-pcie 14180000.pcie: Phy link never came up [ 9.856856] tegra194-pcie 14180000.pcie: PCI host bridge to bus 0000:00 [ 9.863683] pci_bus 0000:00: root bus resource [bus 00-ff] [ 9.869332] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x38100000-0x381fffff]) [ 9.879198] pci_bus 0000:00: root bus resource [mem 0x2728000000-0x272fffffff] (bus address [0x40000000-0x47ffffff]) [ 9.890059] pci_bus 0000:00: root bus resource [mem 0x2440000000-0x2727ffffff pref] [ 9.898012] pci 0000:00:00.0: [10de:229c] type 01 class 0x060400 [ 9.904378] pci 0000:00:00.0: PME# supported from D0 D3hot [ 9.916683] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 9.922097] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 9.931041] pcieport 0000:00:00.0: Adding to iommu group 10 [ 9.936990] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 [ 9.943156] pcieport 0000:00:00.0: AER: enabled with IRQ 51 [ 9.949130] pci_bus 0000:01: busn_res: [bus 01-ff] is released [ 9.955218] pci 0000:00:00.0: Removing from iommu group 10 [ 9.960869] pci_bus 0000:00: busn_res: [bus 00-ff] is released [ 9.969050] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 9.976564] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges: [ 9.983750] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000 [ 9.992457] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000 [ 10.001176] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000 [ 11.118827] tegra194-pcie 14100000.pcie: Phy link never came up [ 11.124999] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00 [ 11.131824] pci_bus 0001:00: root bus resource [bus 00-ff] [ 11.137477] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x30100000-0x301fffff]) [ 11.147622] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff]) [ 11.158472] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref] [ 11.166414] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400 [ 11.172756] pci 0001:00:00.0: PME# supported from D0 D3hot [ 11.184826] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 11.190236] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 11.199145] pcieport 0001:00:00.0: Adding to iommu group 11 [ 11.205074] pcieport 0001:00:00.0: PME: Signaling with IRQ 53 [ 11.211222] pcieport 0001:00:00.0: AER: enabled with IRQ 53 [ 11.217170] pci_bus 0001:01: busn_res: [bus 01-ff] is released [ 11.223274] pci 0001:00:00.0: Removing from iommu group 11 [ 11.228938] pci_bus 0001:00: busn_res: [bus 00-ff] is released [ 11.236668] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 11.244081] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges: [ 11.251279] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000 [ 11.259984] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000 [ 11.268692] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000 [ 12.386840] tegra194-pcie 14160000.pcie: Phy link never came up [ 12.393001] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00 [ 12.399831] pci_bus 0004:00: root bus resource [bus 00-ff] [ 12.405474] pci_bus 0004:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x36100000-0x361fffff]) [ 12.415608] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff]) [ 12.426454] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref] [ 12.434388] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400 [ 12.440749] pci 0004:00:00.0: PME# supported from D0 D3hot [ 12.452871] pci 0004:00:00.0: PCI bridge to [bus 01-ff] [ 12.458280] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 12.467189] pcieport 0004:00:00.0: Adding to iommu group 12 [ 12.473123] pcieport 0004:00:00.0: PME: Signaling with IRQ 55 [ 12.479281] pcieport 0004:00:00.0: AER: enabled with IRQ 55 [ 12.485246] pci_bus 0004:01: busn_res: [bus 01-ff] is released [ 12.491335] pci 0004:00:00.0: Removing from iommu group 12 [ 12.496989] pci_bus 0004:00: busn_res: [bus 00-ff] is released [ 12.504599] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 12.618472] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges: [ 12.625661] tegra194-pcie 141a0000.pcie: IO 0x003a100000..0x003a1fffff -> 0x003a100000 [ 12.634369] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000 [ 12.643073] tegra194-pcie 141a0000.pcie: MEM 0x2740000000..0x2b27ffffff -> 0x2740000000 [ 13.758861] tegra194-pcie 141a0000.pcie: Phy link never came up [ 13.765021] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00 [ 13.771847] pci_bus 0005:00: root bus resource [bus 00-ff] [ 13.777495] pci_bus 0005:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff]) [ 13.787635] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff]) [ 13.798489] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref] [ 13.806432] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400 [ 13.812772] pci 0005:00:00.0: PME# supported from D0 D3hot [ 13.824891] pci 0005:00:00.0: PCI bridge to [bus 01-ff] [ 13.830297] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 13.839208] pcieport 0005:00:00.0: Adding to iommu group 13 [ 13.845138] pcieport 0005:00:00.0: PME: Signaling with IRQ 57 [ 13.851159] pcieport 0005:00:00.0: AER: enabled with IRQ 57 [ 13.857114] pci_bus 0005:01: busn_res: [bus 01-ff] is released [ 13.863211] pci 0005:00:00.0: Removing from iommu group 13 [ 13.868888] pci_bus 0005:00: busn_res: [bus 00-ff] is released [ 13.876453] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 13.884037] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges: [ 13.891225] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff -> 0x003e100000 [ 13.899950] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff -> 0x0040000000 [ 13.908645] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000 [ 15.026820] tegra194-pcie 141e0000.pcie: Phy link never came up [ 15.032988] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00 [ 15.039820] pci_bus 0007:00: root bus resource [bus 00-ff] [ 15.045469] pci_bus 0007:00: root bus resource [io 0x400000-0x4fffff] (bus address [0x3e100000-0x3e1fffff]) [ 15.055607] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff]) [ 15.066465] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref] [ 15.074407] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400 [ 15.080736] pci 0007:00:00.0: PME# supported from D0 D3hot [ 15.092828] pci 0007:00:00.0: PCI bridge to [bus 01-ff] [ 15.098229] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 15.107128] pcieport 0007:00:00.0: Adding to iommu group 14 [ 15.113048] pcieport 0007:00:00.0: PME: Signaling with IRQ 59 [ 15.119071] pcieport 0007:00:00.0: AER: enabled with IRQ 59 [ 15.125354] vdd-dp: supplied by vdd-3v3-sys [ 15.129829] vdd-3v3-sd: supplied by vdd-3v3-sys [ 15.134632] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys [ 15.141424] irq: IRQ307: trimming hierarchy from :pmc@c360000 [ 15.147565] irq: IRQ308: trimming hierarchy from :pmc@c360000 [ 15.153691] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: repeated role: 0 [ 15.156085] tegra194-isp5 14800000.isp: initialized [ 15.166889] driver not enabled, cannot register any devices [ 15.180973] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized [ 15.187362] driver not enabled, cannot register any devices [ 15.193255] (NULL device *): fops function table already registered [ 15.200909] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized [ 15.207288] driver not enabled, cannot register any devices [ 15.229483] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release [ 15.239269] tegra-xusb 3610000.xhci: xHCI Host Controller [ 15.244843] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1 [ 15.253392] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810 [ 15.263012] tegra-xusb 3610000.xhci: irq 239, io mem 0x03610000 [ 15.269263] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 15.277779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 15.285226] usb usb1: Product: xHCI Host Controller [ 15.290249] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 15.296525] usb usb1: SerialNumber: 3610000.xhci [ 15.301823] hub 1-0:1.0: USB hub found [ 15.305716] hub 1-0:1.0: 4 ports detected [ 15.309982] tegra-xusb 3610000.xhci: xHCI Host Controller [ 15.315552] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2 [ 15.323367] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed [ 15.330874] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 15.339403] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 15.346851] usb usb2: Product: xHCI Host Controller [ 15.351874] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 15.358157] usb usb2: SerialNumber: 3610000.xhci [ 15.363424] hub 2-0:1.0: USB hub found [ 15.367312] hub 2-0:1.0: 4 ports detected [ 15.372863] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 15.373021] nvethernet 2310000.ethernet: Adding to iommu group 54 [ 15.384217] nvethernet 2310000.ethernet: failed to read skip mac reset flag, default 0 [ 15.392419] nvethernet 2310000.ethernet: failed to read MDIO address [ 15.399002] nvethernet 2310000.ethernet: Failed to read nvida,pause_frames, so setting to default support as disable [ 15.409850] nvethernet 2310000.ethernet: setting to default DMA bit mask [ 15.416782] nvethernet 2310000.ethernet: max-platform-mtu DT entry missing, setting default 1500 [ 15.437283] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 15.668391] nvethernet 2310000.ethernet: Ethernet MAC address: 48:b0:2d:94:70:ef [ 15.676473] nvethernet 2310000.ethernet: Macsec not enabled [ 15.682228] nvethernet 2310000.ethernet: Macsec: Reduced MTU: 1466 Max: 1500 [ 15.690694] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels [ 15.699358] irq: IRQ310: trimming hierarchy from :pmc@c360000 [ 15.705353] irq: IRQ311: trimming hierarchy from :interrupt-controller@f400000-1 [ 15.713049] irq: IRQ312: trimming hierarchy from :pmc@c360000 [ 15.719032] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 15.726658] tegra-se-nvhost 15810000.se: Adding to iommu group 55 [ 15.733226] tegra-se-nvhost 15810000.se: initialized [ 15.750278] tegra-se-nvhost 15810000.se: tegra_se_probe: complete [ 15.756661] tegra-se-nvhost 15820000.se: Adding to iommu group 56 [ 15.763193] tegra-se-nvhost 15820000.se: initialized [ 15.770511] tegra-se-nvhost 15820000.se: tegra_se_probe: complete [ 15.776905] tegra-se-nvhost 15840000.se: Adding to iommu group 57 [ 15.783453] tegra-se-nvhost 15840000.se: initialized [ 15.790909] tegra-se-nvhost 15840000.se: tegra_se_probe: complete [ 15.797776] tegra_actmon d230000.actmon: in actmon_register()... [ 15.804118] tegra_actmon d230000.actmon: bwmgr_disable = 1 [ 15.810107] tegra_actmon d230000.actmon: initialization Completed for the device mc_all [ 15.818518] hvc_sysfs: hypervisor is not present ??WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk ??[ 15.968246] ALSA device list: [ 15.971303] No soundcards found. [ 15.975356] Freeing unused kernel memory: 3968K [ 15.980059] Run /init as init process [ 15.995506] Root device found: mmcblk0p1 [ 16.000034] Found dev node: /dev/mmcblk0p1 [ 16.027966] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 16.037044] Rootfs mounted over mmcblk0p1 [ 16.051648] EXT4-fs error (device mmcblk0p1): ext4_lookup:1706: inode #3145729: comm mount: iget: checksum invalid [ 16.080121] EXT4-fs error (device mmcblk0p1): ext4_lookup:1706: inode #3145729: comm mount: iget: checksum invalid [ 16.119137] Switching from initrd to actual rootfs [ 16.218867] EXT4-fs error (device mmcblk0p1): ext4_lookup:1706: inode #3145729: comm systemd: iget: checksum invalid [ 16.247788] EXT4-fs error (device mmcblk0p1): ext4_lookup:1706: inode #3145729: comm systemd: iget: checksum invalid [ 16.283947] EXT4-fs error (device mmcblk0p1): ext4_lookup:1706: inode #3145729: comm systemd: iget: checksum invalid [ 16.315069] EXT4-fs error (device mmcblk0p1): ext4_lookup:1706: inode #3145729: comm systemd: iget: checksum invalid [ 16.487103] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit [ 17.885277] tegra-xusb 3610000.xhci: entering ELPG done [ 46.537448] vdd-12v-sys: disabling [ 46.540958] vdd-1v8-sys: disabling [ 46.544453] vdd-3v3-ftdi: disabling [ 46.548047] vdd-3v3-pcie: disabling [ 46.551638] avdd-cam-2v8: disabling [ 46.555231] vdd-12v-pcie: disabling [ 87.610870] irq 258: nobody cared (try booting with the "irqpoll" option) [ 87.617867] CPU: 0 PID: 128 Comm: irq/258-nvvrs-p Not tainted 5.10.104-tegra #1 [ 87.625391] Hardware name: /, BIOS 1.0-d7fb19b 08/10/2022 [ 87.631032] Call trace: [ 87.633559] dump_backtrace+0x0/0x1d0 [ 87.637328] show_stack+0x30/0x40 [ 87.640748] dump_stack+0xd8/0x138 [ 87.644246] __report_bad_irq+0x58/0xe4 [ 87.648199] note_interrupt+0x2dc/0x3a0 [ 87.652152] handle_irq_event_percpu+0x94/0xa0 [ 87.656720] handle_irq_event+0x50/0xf0 [ 87.660667] handle_fasteoi_irq+0xc0/0x170 [ 87.664879] generic_handle_irq+0x40/0x60 [ 87.669004] __handle_domain_irq+0x70/0xd0 [ 87.673215] gic_handle_irq+0x68/0x134 [ 87.677073] el1_irq+0xd0/0x180 [ 87.680312] _raw_spin_unlock_irq+0x2c/0x60 [ 87.684610] irq_finalize_oneshot.part.0+0x70/0x110 [ 87.689626] irq_thread_fn+0x68/0xa0 [ 87.693303] irq_thread+0x158/0x250 [ 87.696895] kthread+0x148/0x170 [ 87.700222] ret_from_fork+0x10/0x24 [ 87.703898] handlers: [ 87.706232] [<00000000a16baf1c>] irq_default_primary_handler threaded [<00000000efe84dd7>] regmap_irq_thread [ 87.716355] Disabling IRQ #258 ?? [0004.160] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0004.165] I> t234-A01-0-Silicon (0x12347) Prod [0004.170] I> Boot-mode : BPMP Diagnostic [0004.173] I> Emulation: [0004.176] I> Entry timestamp: 0x00000000 [0004.179] I> last_boot_error: 0x0 [0004.183] I> BR-BCT: preprod_dev_sign: 0 [0004.186] I> rst_source: 0x0, rst_level: 0x0 [0004.190] I> Task: Crypto init (0x5001c0d9) [0004.194] I> Task: Secure debug controls (0x5000cb19) [0004.199] I> Task: strap war set (0x5000b739) [0004.204] I> strap value(0x4000001) set to 0x4000001 [0004.208] I> Task: Program NV master stream id (0x5000cad1) [0004.214] I> Task: Verify boot mode (0xd482021) [0004.220] I> Task: Alias fuses (0x50010749) [0004.224] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0004.231] I> Task: Print SKU type (0x5000fba9) [0004.236] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0004.241] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0004.245] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0004.249] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0004.254] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0004.258] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0004.262] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0004.266] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0004.270] I> FUSE_SKU_INFO_0 = 0xd2 [0004.274] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0004.278] I> FUSE_PACKAGE_INFO_0 = 0x2 [0004.281] I> SKU: Prod [0004.284] I> Task: Boost clocks (0x50013db1) [0004.288] I> Initializing PLLC2 for AXI_CBB. [0004.292] I> AXI_CBB : src = 35, divisor = 0 [0004.296] I> Task: Voltage monitor (0x50013dbd) [0004.300] I> VMON: Vmon re-calibration and fine tuning done [0004.306] I> Task: UPHY init (0x5000da39) [0004.310] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0004.315] I> Task: Boot device init (0x50000a3d) [0004.320] I> Boot_device: RCM [0004.323] I> USB configuration success [0004.326] I> Task: TSC init (0x5001ed35) [0004.330] I> Task: Enable WDT 5th expiry (0x5001f929) [0004.335] I> Task: Disable WDT globally (0x5001f965) [0004.340] I> Task: I2C register (0x50000a31) [0004.344] I> Task: Reset FSI (0x50013db9) [0004.348] I> Task: Enable clock-mon (0x5001ed25) [0004.363] I> FMON: Fmon re-programming done [0004.367] I> Task: MB1 fixed firewalls (0x5001e55d) [0004.376] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0004.380] I> Loading MB2 Applet [0004.383] I> Scratch RSV109: 0x00000000 active chain: 0 [0004.389] I> Slot: 0 [0004.391] I> Binary[21] block-0 (partition size: 0x50000) [0004.396] I> get_binary_info: Binary name: MB2-Applet [0004.401] I> Size of crypto header is 8192 [0004.405] I> BCH load address is : 0x4004e000 [0004.409] I> Size of crypto header is 8192 [0004.413] I> BCH of MB2-Applet read from storage [0004.418] I> BCH address is : 0x4004e000 [0004.422] I> MB2-Applet header integrity check is success [0004.427] I> Binary magic in BCH component 0 is MB2A [0004.432] I> component binary type is 21 [0004.435] I> Size of crypto header is 8192 [0004.450] I> MB2-Applet binary is read from storage [0004.455] I> MB2-Applet binary integrity check is success [0004.460] I> Binary MB2-Applet loaded successfully at 0x40000000 (0x41b80) [0004.467] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0004.472] I> Task: Prepare MB2 params (0x5000d5dd) [0004.477] I> MB2-params @ 0x40060000 [0004.481] I> Region(2) already mapped [0004.484] E> Failed to map carveout: 50 [0004.488] I> BR-BCT Boot Chain Fields [0004.492] I> u32_non_gpio_select_boot_chain : 0 [0004.496] I> u32_num_boot_chains : 0 [0004.501] I> bf_bl_gpio_select_boot_chain_1b : 0 [0004.506] I> Task: Misc NV security settings (0x5000ced5) [0004.512] I> NVDEC sticky bits programming done [0004.516] I> Task: Disable/Reload WDT (0x5001f991) [0004.521] I> Programmed SLCG global override := 0x0 [0004.525] I> MB1: MSS reconfig completed I> Applet (version: 0.0.0.0-t234-54845784-dee653cf) I> t234-A01-0-Silicon (0x12347) I> Emulation: I> Entry timestamp: 0xffffffff I> Task: Pinmux init (0x4000062d) I> Task: Boot device init (0x400012e5) I> Applet do storage init I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : clk_m I> QSPI-0l initialized successfully I> sdmmc DDR50 mode I> sdmmc bdev is already initialized E> Unknown device 7 E> Unknown device 8 I> Task: Partition Manager Init (0x40002d1d) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: I2C register (0x400006a5) I> Task: Register exit handlers (0x400005f5) I> Task: Enter 3p server (0x400018e1) I> USB configuration success I> Populate chip info I> RAM_CODE 0x4000001 I> Populate eeprom info I> Populate eeprom info for module cvm I> dump bct I> Rebooting : reboot-recovery ?? [0096.823] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0096.828] I> t234-A01-0-Silicon (0x12347) Prod [0096.833] I> Boot-mode : Coldboot [0096.836] I> Emulation: [0096.838] I> Entry timestamp: 0x00000000 [0096.842] I> last_boot_error: 0x0 [0096.845] I> BR-BCT: preprod_dev_sign: 0 [0096.849] I> rst_source: 0xb, rst_level: 0x1 [0096.853] I> Task: CRC check (0x5001cf71) [0096.857] I> Skip CRC check as records_integrity fuse is not burned [0096.863] I> Task: Crypto init (0x5001c0d9) [0096.867] I> Task: Secure debug controls (0x5000cb19) [0096.872] I> Task: strap war set (0x5000b739) [0096.876] I> strap value(0x4000001) set to 0x4000001 [0096.881] I> Task: Initialize SOC Therm (0x5001a509) [0096.886] I> Task: Program NV master stream id (0x5000cad1) [0096.891] I> Task: Verify boot mode (0xd482021) [0096.897] I> Task: Alias fuses (0x50010749) [0096.902] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0096.909] I> Task: Print SKU type (0x5000fba9) [0096.913] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0096.918] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0096.923] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0096.927] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0096.931] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0096.935] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0096.940] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0096.944] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0096.948] I> FUSE_SKU_INFO_0 = 0xd2 [0096.951] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0096.955] I> FUSE_PACKAGE_INFO_0 = 0x2 [0096.959] I> SKU: Prod [0096.961] I> Task: Boost clocks (0x50013db1) [0096.965] I> Initializing PLLC2 for AXI_CBB. [0096.969] I> AXI_CBB : src = 35, divisor = 0 [0096.974] I> Task: Voltage monitor (0x50013dbd) [0096.978] I> VMON: Vmon re-calibration and fine tuning done [0096.983] I> Task: UPHY init (0x5000da39) [0096.988] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0096.993] I> Task: Boot device init (0x50000a3d) [0096.998] I> Boot_device: RCM [0097.001] I> USB configuration success [0098.297] I> Task: TSC init (0x5001ed35) [0098.301] I> Task: Load membct (0x5001190d) [0098.305] I> RAM_CODE 0x4000001 [0098.308] I> Loading MEM-BCT to SysRAM [0098.312] I> Scratch RSV109: 0x00000000 active chain: 0 [0098.317] I> Slot: 0 [0098.319] I> Binary[0] block-0 (partition size: 0x40000) [0098.324] I> get_binary_info: Binary name: MEM-BCT-0 [0098.329] I> Size of crypto header is 8192 [0098.333] I> BCH load address is : 0x40050000 [0098.337] I> Size of crypto header is 8192 [0098.341] I> BCH of MEM-BCT-0 read from storage [0098.346] I> BCH address is : 0x40050000 [0098.350] I> MEM-BCT-0 header integrity check is success [0098.355] I> Binary magic in BCH component 0 is MEM0 [0098.360] I> component binary type is 0 [0098.366] I> MEM-BCT-0 binary is read from storage [0098.371] I> MEM-BCT-0 binary integrity check is success [0098.376] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0098.382] I> RAM_CODE 0x4000001 [0098.388] I> RAM_CODE 0x4000001 [0098.391] I> Task: Load Page retirement list (0x50011139) [0098.397] I> Task: SDRAM params override (0x50011b79) [0098.402] I> Task: Save mem-bct info (0x50014071) [0098.406] I> Task: Carveout allocate (0x500140d5) [0098.411] I> ECC region[0]: Start:0x0, End:0x0 [0098.415] I> ECC region[1]: Start:0x0, End:0x0 [0098.419] I> ECC region[2]: Start:0x0, End:0x0 [0098.424] I> ECC region[3]: Start:0x0, End:0x0 [0098.428] I> ECC region[4]: Start:0x0, End:0x0 [0098.432] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0098.438] I> Non-ECC region[1]: Start:0x0, End:0x0 [0098.443] I> Non-ECC region[2]: Start:0x0, End:0x0 [0098.447] I> Non-ECC region[3]: Start:0x0, End:0x0 [0098.452] I> Non-ECC region[4]: Start:0x0, End:0x0 [0098.462] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0098.469] I> allocated(CO:46) base:0x820000000 size:0x20000000 align: 0x20000000 [0098.476] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0098.483] I> allocated(CO:39) base:0x81a000000 size:0x6000000 align: 0x200000 [0098.490] I> allocated(CO:20) base:0x818000000 size:0x2000000 align: 0x2000000 [0098.497] I> allocated(CO:24) base:0x816000000 size:0x2000000 align: 0x2000000 [0098.504] I> allocated(CO:28) base:0x814000000 size:0x2000000 align: 0x2000000 [0098.511] I> allocated(CO:29) base:0x812000000 size:0x2000000 align: 0x2000000 [0098.519] I> allocated(CO:43) base:0x810000000 size:0x2000000 align: 0x200000 [0098.526] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0098.533] I> allocated(CO:41) base:0x80f000000 size:0x1000000 align: 0x100000 [0098.540] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0098.547] I> allocated(CO:03) base:0x80e800000 size:0x800000 align: 0x800000 [0098.554] I> allocated(CO:06) base:0x80e000000 size:0x800000 align: 0x800000 [0098.560] I> allocated(CO:10) base:0x80d800000 size:0x800000 align: 0x800000 [0098.567] I> allocated(CO:56) base:0x80d000000 size:0x800000 align: 0x200000 [0098.574] I> allocated(CO:07) base:0x80cc00000 size:0x400000 align: 0x400000 [0098.581] I> allocated(CO:33) base:0x80c800000 size:0x400000 align: 0x200000 [0098.588] I> allocated(CO:47) base:0x80c400000 size:0x400000 align: 0x200000 [0098.595] I> allocated(CO:72) base:0x80c200000 size:0x200000 align: 0x10000 [0098.602] I> allocated(CO:01) base:0x80c100000 size:0x100000 align: 0x100000 [0098.609] I> allocated(CO:04) base:0x80c000000 size:0x100000 align: 0x100000 [0098.616] I> allocated(CO:05) base:0x80bf00000 size:0x100000 align: 0x100000 [0098.623] I> allocated(CO:08) base:0x80be00000 size:0x100000 align: 0x100000 [0098.630] I> allocated(CO:09) base:0x80bd00000 size:0x100000 align: 0x100000 [0098.637] I> allocated(CO:15) base:0x80bc00000 size:0x100000 align: 0x100000 [0098.644] I> allocated(CO:17) base:0x80bb00000 size:0x100000 align: 0x100000 [0098.650] I> allocated(CO:23) base:0x80ba00000 size:0x100000 align: 0x100000 [0098.657] I> allocated(CO:27) base:0x80b900000 size:0x100000 align: 0x100000 [0098.664] I> allocated(CO:42) base:0x80b800000 size:0x100000 align: 0x100000 [0098.671] I> allocated(CO:54) base:0x80b780000 size:0x80000 align: 0x80000 [0098.678] I> allocated(CO:26) base:0x80b740000 size:0x40000 align: 0x2000 [0098.685] I> allocated(CO:48) base:0x80b720000 size:0x20000 align: 0x10000 [0098.691] I> allocated(CO:69) base:0x80b700000 size:0x20000 align: 0x10000 [0098.698] I> allocated(CO:34) base:0x80b6f0000 size:0x10000 align: 0x10000 [0098.705] I> allocated(CO:35) base:0x80b6e0000 size:0x10000 align: 0x10000 [0098.712] I> allocated(CO:49) base:0x80b6d0000 size:0x10000 align: 0x10000 [0098.718] I> allocated(CO:50) base:0x80b6c0000 size:0x10000 align: 0x10000 [0098.725] I> allocated(CO:52) base:0x80b6b0000 size:0x10000 align: 0x10000 [0098.732] I> Task: Thermal check (0x5001fba1) [0098.736] I> max_chip_limit = 115 [0098.739] I> min_chip_limit = -30 [0098.742] I> max temp read = 30 [0098.745] I> min temp read = 27 [0098.748] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0098.755] I> Task: Enable WDT 5th expiry (0x5001f929) [0098.760] I> Task: Disable WDT globally (0x5001f965) [0098.764] I> Task: I2C register (0x50000a31) [0098.768] I> Task: Reset FSI (0x50013db9) [0098.772] I> Task: Pinmux init (0x50013219) [0098.777] I> Task: Prod config init (0x50013631) [0098.781] I> Task: Pad voltage init (0x500132a5) [0098.786] I> Task: Prod init (0x500136d5) [0098.790] I> Task: Common rail init (0x50013bd1) [0098.794] W> Thermal config not found in BCT [0098.798] W> Generic i2c config not found in BCT [0098.803] W> Platform rail config not found in BCT [0098.808] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0098.816] W> MEMIO rail config not found in BCT [0098.821] I> Task: Mem clock src (0x500119c5) [0098.825] I> Task: Misc. board config (0x50013c29) [0098.830] W> Platform config not found in BCT [0098.834] I> Task: SDRAM init (0x500119c9) [0098.840] I> SDRAM-params @ 0xd485000 [0098.844] I> MSS code-drop: NvBootSdramInit [0098.848] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0098.855] I> MSS CAR: Init PLLM [0098.858] I> MSS CAR: Init PLLHUB [0098.863] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0098.875] I> mb1_sdram_init Done ! [0098.878] I> SDRAM Size in Total 0x800000000 [0098.882] I> Task: Dram Ecc scrub (0x50011261) [0098.886] I> Task: DRAM alias check (0x50011b71) [0098.918] I> Task: Program NSDRAM carveout (0x50014921) [0098.924] I> NSDRAM carveout encryption is disabled [0098.930] I> Program NSDRAM carveout [0098.934] I> Task: Register checker (0x50011b75) [0098.943] I> Task: Enable clock-mon (0x5001ed25) [0098.960] I> FMON: Fmon re-programming done [0098.964] I> Task: Mapper init (0x5001d451) [0098.970] I> Task: SC7 Context Init (0x5001f02d) [0098.976] I> Task: CCPLEX IST init (0x5000d335) [0098.982] I> Task: CPU WP0 (0x5000c635) [0098.987] I> Loading MCE [0098.990] I> Scratch RSV109: 0x00000000 active chain: 0 [0098.996] I> Slot: 0 [0098.999] I> Binary[8] block-0 (partition size: 0x80000) [0099.005] I> get_binary_info: Binary name: MCE [0099.010] I> Size of crypto header is 8192 [0099.015] I> BCH load address is : 0x4003e000 [0099.020] I> Size of crypto header is 8192 [0099.619] I> BCH of MCE read from storage [0099.624] I> BCH address is : 0x4003e000 [0099.629] I> MCE header integrity check is success [0099.635] I> Binary magic in BCH component 0 is MTSM [0099.640] I> component binary type is 8 [0099.644] I> Size of crypto header is 8192 [0099.655] I> MCE binary is read from storage [0099.661] I> MCE binary integrity check is success [0099.666] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0099.675] I> Size of crypto header is 8192 [0099.680] I> Sending WP0 mailbox command to PSC [0099.690] I> Task: MB1 fixed firewalls (0x5001e55d) [0099.710] I> Task: Load bpmp-fw (0x5001e801) [0099.716] I> Scratch RSV109: 0x00000000 active chain: 0 [0099.722] I> Slot: 0 [0099.724] I> Binary[15] block-0 (partition size: 0x180000) [0099.731] I> get_binary_info: Binary name: BPMP_FW [0099.736] I> Size of crypto header is 8192 [0099.741] I> BCH load address is : 0x807fe000 [0099.746] I> Size of crypto header is 8192 [0099.751] I> BCH of BPMP_FW read from storage [0099.756] I> BCH address is : 0x807fe000 [0099.762] I> BPMP_FW header integrity check is success [0099.767] I> Binary magic in BCH component 0 is BPMF [0099.773] I> component binary type is 15 [0099.777] I> Size of crypto header is 8192 [0099.818] I> BPMP_FW binary is read from storage [0099.826] I> BPMP_FW binary integrity check is success [0099.832] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0099.840] I> Scratch RSV109: 0x00000000 active chain: 0 [0099.846] I> Slot: 0 [0099.848] I> Binary[16] block-251658752 (partition size: 0x400000) [0099.857] I> get_binary_info: Binary name: BPMP_FW_DTB [0099.862] I> Size of crypto header is 8192 [0099.867] I> BCH load address is : 0x807fc000 [0099.873] I> Size of crypto header is 8192 [0099.878] I> BCH of BPMP_FW_DTB read from storage [0099.883] I> BCH address is : 0x807fc000 [0099.889] I> BPMP_FW_DTB header integrity check is success [0099.895] I> Binary magic in BCH component 0 is BPMD [0099.900] I> component binary type is 16 [0099.904] I> Size of crypto header is 8192 [0099.914] I> BPMP_FW_DTB binary is read from storage [0099.920] I> BPMP_FW_DTB binary integrity check is success [0099.926] I> Binary BPMP_FW_DTB loaded successfully at 0x807dbbb0 (0x20440) [0099.935] I> Task: Load psc-fw (0x5001ea0d) [0099.941] I> Scratch RSV109: 0x00000000 active chain: 0 [0099.947] I> Slot: 0 [0099.950] I> Binary[17] block-0 (partition size: 0xc0000) [0099.956] I> get_binary_info: Binary name: PSC_FW [0099.961] I> Size of crypto header is 8192 [0099.966] I> BCH load address is : 0x80ffe000 [0099.972] I> Size of crypto header is 8192 [0099.977] I> BCH of PSC_FW read from storage [0099.981] I> BCH address is : 0x80ffe000 [0099.987] I> PSC_FW header integrity check is success [0099.993] I> Binary magic in BCH component 0 is PFWP [0099.998] I> component binary type is 17 [0100.002] I> Size of crypto header is 8192 [0100.025] I> PSC_FW binary is read from storage [0100.032] I> PSC_FW binary integrity check is success [0100.037] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0100.046] I> Task: Load nvdec-fw (0x5001ea81) [0100.052] I> Scratch RSV109: 0x00000000 active chain: 0 [0100.058] I> Slot: 0 [0100.061] I> Binary[7] block-0 (partition size: 0x100000) [0100.067] I> get_binary_info: Binary name: NVDEC [0100.072] I> Size of crypto header is 8192 [0100.077] I> BCH load address is : 0x800fe000 [0100.083] I> Size of crypto header is 8192 [0100.088] I> BCH of NVDEC read from storage [0100.092] I> BCH address is : 0x800fe000 [0100.098] I> NVDEC header integrity check is success [0100.104] I> Binary magic in BCH component 0 is NDEC [0100.109] I> component binary type is 7 [0100.113] I> Size of crypto header is 8192 [0100.126] I> NVDEC binary is read from storage [0100.132] I> NVDEC binary integrity check is success [0100.137] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0100.148] I> Task: Load tsec-fw (0x5001ec6d) [0100.154] I> TSEC-FW load support not enabled [0100.158] I> Task: Program misc carveouts (0x5001445d) [0100.165] I> Program IPC carveouts [0100.172] I> Task: GPIO interrupt map (0x50013cc5) [0100.179] I> Task: SC7 context save (0x5001f161) [0100.185] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0100.191] I> Loading MB2 [0100.194] I> Scratch RSV109: 0x00000000 active chain: 0 [0100.200] I> Slot: 0 [0100.203] I> Binary[6] block-0 (partition size: 0x80000) [0100.209] I> get_binary_info: Binary name: MB2 [0100.214] I> Size of crypto header is 8192 [0100.219] I> BCH load address is : 0x8007e000 [0100.224] I> Size of crypto header is 8192 [0100.230] I> BCH of MB2 read from storage [0100.234] I> BCH address is : 0x8007e000 [0100.240] I> MB2 header integrity check is success [0100.245] I> Binary magic in BCH component 0 is MB2B [0100.251] I> component binary type is 6 [0100.255] I> Size of crypto header is 8192 [0100.275] I> MB2 binary is read from storage [0100.281] I> MB2 binary integrity check is success [0100.286] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0100.294] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0100.302] I> Task: Prepare MB2 params (0x5000d5dd) [0100.310] I> MB2-params @ 0x40060000 [0100.319] I> BR-BCT Boot Chain Fields [0100.323] I> u32_non_gpio_select_boot_chain : 0 [0100.328] I> u32_num_boot_chains : 2 [0100.333] I> bf_bl_gpio_select_boot_chain_1b : 0 [0100.340] I> Task: Dram ecc test (0x500112cd) [0100.345] I> Task: Misc NV security settings (0x5000ced5) [0100.352] I> NVDEC sticky bits programming done [0100.357] I> Task: Disable/Reload WDT (0x5001f991) [0100.363] I> Programmed SLCG global override := 0x0 [0100.369] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : RCM Flash I> Emulation: I> Entry timestamp: 0x05fc1a1b I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x80d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc I> Received ACK from psc I> Task: Enter 3p server (0x50001f04) I> USB configuration success I> Populate storage info I> Erasing device 3: 0 I> QSPI: Erasing entire device I> Writing device 3: 0. I> Found 57 partitions in QSPI_FLASH (instance 0) I> Erasing device 1: 3 I> Writing device 1: 3. I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing A_mb1 partition. I> Writing A_psc_bl1 partition. I> Writing A_nvdec partition. I> Writing A_mb2 partition. I> Writing A_xusb-fw partition. I> Writing A_bpmp-fw partition. I> Writing A_bpmp-fw-dtb partition. I> Writing A_psc-fw partition. I> Writing A_mts-mce partition. I> Writing A_sc7 partition. I> Writing A_pscrf partition. I> Writing A_mb2rf partition. I> Writing A_cpu-bootloader partition. I> Writing A_secure-os partition. I> Writing A_eks partition. I> Writing A_dce-fw partition. I> Writing A_spe-fw partition. I> Writing A_rce-fw partition. I> Writing A_adsp-fw partition. I> Writing B_mb1 partition. I> Writing B_psc_bl1 partition. I> Writing B_nvdec partition. I> Writing B_mb2 partition. I> Writing B_xusb-fw partition. I> Writing B_bpmp-fw partition. I> Writing B_bpmp-fw-dtb partition. I> Writing B_psc-fw partition. I> Writing B_mts-mce partition. I> Writing B_sc7 partition. I> Writing B_pscrf partition. I> Writing B_mb2rf partition. I> Writing B_cpu-bootloader partition. I> Writing B_secure-os partition. I> Writing B_eks partition. I> Writing B_dce-fw partition. I> Writing B_spe-fw partition. I> Writing B_rce-fw partition. I> Writing B_adsp-fw partition. I> Writing B_VER partition. I> Writing A_VER partition. I> Writing device 1: 3. I> Writing A_kernel partition. I> Writing A_kernel-dtb partition. I> Writing B_kernel partition. I> Writing B_kernel-dtb partition. I> Writing recovery partition. I> Writing recovery-dtb partition. I> Writing esp partition. I> Writing APP partition. I> Writing secondary_gpt_backup partition. I> Writing BCT partition. I> Writing BCT-boot-chain_backup partition. I> Writing A_MB1_BCT partition. I> Writing B_MB1_BCT partition. I> Writing A_MEM_BCT partition. I> Writing B_MEM_BCT partition. I> Rebooting : reset-coldboot ?? [0000.060] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.065] I> t234-A01-0-Silicon (0x12347) Prod [0000.070] I> Boot-mode : Coldboot [0000.073] I> Emulation: [0000.075] I> Entry timestamp: 0x00000000 [0000.079] I> last_boot_error: 0x0 [0000.082] I> BR-BCT: preprod_dev_sign: 0 [0000.086] I> rst_source: 0xb, rst_level: 0x1 [0000.090] I> Task: CRC check (0x5001cf71) [0000.094] I> Skip CRC check as records_integrity fuse is not burned [0000.100] I> Task: Crypto init (0x5001c0d9) [0000.104] I> Task: Secure debug controls (0x5000cb19) [0000.109] I> Task: strap war set (0x5000b739) [0000.113] I> strap value(0x4000001) set to 0x4000001 [0000.118] I> Task: Initialize SOC Therm (0x5001a509) [0000.123] I> Task: Program NV master stream id (0x5000cad1) [0000.128] I> Task: Verify boot mode (0xd482021) [0000.134] I> Task: Alias fuses (0x50010749) [0000.139] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.146] I> Task: Print SKU type (0x5000fba9) [0000.150] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.155] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.159] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.164] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.168] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.172] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.176] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.181] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.185] I> FUSE_SKU_INFO_0 = 0xd2 [0000.188] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.192] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.196] I> SKU: Prod [0000.198] I> Task: Boost clocks (0x50013db1) [0000.202] I> Initializing PLLC2 for AXI_CBB. [0000.206] I> AXI_CBB : src = 35, divisor = 0 [0000.210] I> Task: Voltage monitor (0x50013dbd) [0000.215] I> VMON: Vmon re-calibration and fine tuning done [0000.220] I> Task: UPHY init (0x5000da39) [0000.224] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.230] I> Task: Boot device init (0x50000a3d) [0000.234] I> Boot_device: QSPI_FLASH instance: 0 [0000.239] I> Qspi clock source : pllc_out0 [0000.243] I> QSPI Flash: Macronix 64MB [0000.247] I> QSPI-0l initialized successfully [0000.251] I> Task: TSC init (0x5001ed35) [0000.255] I> Task: Load membct (0x5001190d) [0000.259] I> RAM_CODE 0x4000001 [0000.262] I> Loading MEM-BCT to SysRAM [0000.266] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.271] I> Slot: 0 [0000.273] I> Binary[0] block-0 (partition size: 0x40000) [0000.278] I> get_binary_info: Binary name: MEM-BCT-0 [0000.283] I> Size of crypto header is 8192 [0000.287] I> BCH load address is : 0x40050000 [0000.291] I> Size of crypto header is 8192 [0000.295] I> BCH of MEM-BCT-0 read from storage [0000.300] I> BCH address is : 0x40050000 [0000.303] I> MEM-BCT-0 header integrity check is success [0000.309] I> Binary magic in BCH component 0 is MEM0 [0000.313] I> component binary type is 0 [0000.318] I> MEM-BCT-0 binary is read from storage [0000.323] I> MEM-BCT-0 binary integrity check is success [0000.328] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.334] I> RAM_CODE 0x4000001 [0000.340] I> RAM_CODE 0x4000001 [0000.343] I> Task: Load Page retirement list (0x50011139) [0000.349] I> Task: SDRAM params override (0x50011b79) [0000.354] I> Task: Save mem-bct info (0x50014071) [0000.358] I> Task: Carveout allocate (0x500140d5) [0000.363] I> RCM blob carveout will not be allocated [0000.368] I> ECC region[0]: Start:0x0, End:0x0 [0000.372] I> ECC region[1]: Start:0x0, End:0x0 [0000.376] I> ECC region[2]: Start:0x0, End:0x0 [0000.380] I> ECC region[3]: Start:0x0, End:0x0 [0000.385] I> ECC region[4]: Start:0x0, End:0x0 [0000.389] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.395] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.399] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.404] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.409] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.418] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.426] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.433] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.440] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.447] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.454] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.461] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.468] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.475] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.482] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.489] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.496] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.503] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.510] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.517] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.524] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.531] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.538] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.545] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.551] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.558] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.565] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.572] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.579] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.586] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.593] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.600] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.607] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.614] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.621] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.627] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.634] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.641] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.648] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.654] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.661] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.668] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.674] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.681] I> Task: Thermal check (0x5001fba1) [0000.685] I> max_chip_limit = 115 [0000.689] I> min_chip_limit = -30 [0000.692] I> max temp read = 32 [0000.695] I> min temp read = 29 [0000.698] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.704] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.709] I> Task: Disable WDT globally (0x5001f965) [0000.714] I> Task: I2C register (0x50000a31) [0000.718] I> Task: Reset FSI (0x50013db9) [0000.722] I> Task: Pinmux init (0x50013219) [0000.726] I> Task: Prod config init (0x50013631) [0000.730] I> Task: Pad voltage init (0x500132a5) [0000.735] I> Task: Prod init (0x500136d5) [0000.739] I> Task: Common rail init (0x50013bd1) [0000.743] W> Thermal config not found in BCT [0000.748] W> Generic i2c config not found in BCT [0000.752] W> Platform rail config not found in BCT [0000.757] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.766] W> MEMIO rail config not found in BCT [0000.770] I> Task: Mem clock src (0x500119c5) [0000.774] I> Task: Misc. board config (0x50013c29) [0000.779] W> Platform config not found in BCT [0000.783] I> Task: SDRAM init (0x500119c9) [0000.790] I> SDRAM-params @ 0xd485000 [0000.793] I> MSS code-drop: NvBootSdramInit [0000.797] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.805] I> MSS CAR: Init PLLM [0000.808] I> MSS CAR: Init PLLHUB [0000.813] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.824] I> mb1_sdram_init Done ! [0000.828] I> SDRAM Size in Total 0x800000000 [0000.832] I> Task: Dram Ecc scrub (0x50011261) [0000.836] I> Task: DRAM alias check (0x50011b71) [0000.867] I> Task: Program NSDRAM carveout (0x50014921) [0000.874] I> NSDRAM carveout encryption is disabled [0000.879] I> Program NSDRAM carveout [0000.883] I> Task: Register checker (0x50011b75) [0000.891] I> Task: Enable clock-mon (0x5001ed25) [0000.908] I> FMON: Fmon re-programming done [0000.913] I> Task: Mapper init (0x5001d451) [0000.918] I> Task: SC7 Context Init (0x5001f02d) [0000.924] I> Task: CCPLEX IST init (0x5000d335) [0000.930] I> Task: CPU WP0 (0x5000c635) [0000.935] I> Loading MCE [0000.938] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.944] I> Slot: 0 [0000.946] I> Binary[8] block-0 (partition size: 0x80000) [0000.952] I> get_binary_info: Binary name: MCE [0000.957] I> Size of crypto header is 8192 [0000.961] I> BCH load address is : 0x4003e000 [0000.967] I> Size of crypto header is 8192 [0000.972] I> BCH of MCE read from storage [0000.976] I> BCH address is : 0x4003e000 [0000.981] I> MCE header integrity check is success [0000.986] I> Binary magic in BCH component 0 is MTSM [0000.991] I> component binary type is 8 [0000.996] I> Size of crypto header is 8192 [0001.002] I> MCE binary is read from storage [0001.007] I> MCE binary integrity check is success [0001.013] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.020] I> Size of crypto header is 8192 [0001.034] I> Size of crypto header is 8192 [0001.039] I> Sending WP0 mailbox command to PSC [0001.050] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.069] I> Task: Load bpmp-fw (0x5001e801) [0001.075] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.080] I> Slot: 0 [0001.083] I> Binary[15] block-0 (partition size: 0x180000) [0001.089] I> get_binary_info: Binary name: BPMP_FW [0001.094] I> Size of crypto header is 8192 [0001.099] I> BCH load address is : 0x807fe000 [0001.104] I> Size of crypto header is 8192 [0001.109] I> BCH of BPMP_FW read from storage [0001.114] I> BCH address is : 0x807fe000 [0001.119] I> BPMP_FW header integrity check is success [0001.125] I> Binary magic in BCH component 0 is BPMF [0001.130] I> component binary type is 15 [0001.134] I> Size of crypto header is 8192 [0001.149] I> BPMP_FW binary is read from storage [0001.157] I> BPMP_FW binary integrity check is success [0001.162] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.170] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.176] I> Slot: 0 [0001.178] I> Binary[16] block-10000 (partition size: 0x400000) [0001.185] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.191] I> Size of crypto header is 8192 [0001.195] I> BCH load address is : 0x807fc000 [0001.201] I> Size of crypto header is 8192 [0001.206] I> BCH of BPMP_FW_DTB read from storage [0001.211] I> BCH address is : 0x807fc000 [0001.216] I> BPMP_FW_DTB header integrity check is success [0001.222] I> Binary magic in BCH component 0 is BPMD [0001.227] I> component binary type is 16 [0001.231] I> Size of crypto header is 8192 [0001.238] I> BPMP_FW_DTB binary is read from storage [0001.244] I> BPMP_FW_DTB binary integrity check is success [0001.249] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.258] I> Task: Load psc-fw (0x5001ea0d) [0001.264] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.270] I> Slot: 0 [0001.272] I> Binary[17] block-0 (partition size: 0xc0000) [0001.278] I> get_binary_info: Binary name: PSC_FW [0001.283] I> Size of crypto header is 8192 [0001.288] I> BCH load address is : 0x80ffe000 [0001.293] I> Size of crypto header is 8192 [0001.298] I> BCH of PSC_FW read from storage [0001.303] I> BCH address is : 0x80ffe000 [0001.308] I> PSC_FW header integrity check is success [0001.314] I> Binary magic in BCH component 0 is PFWP [0001.319] I> component binary type is 17 [0001.323] I> Size of crypto header is 8192 [0001.333] I> PSC_FW binary is read from storage [0001.339] I> PSC_FW binary integrity check is success [0001.345] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.353] I> Task: Load nvdec-fw (0x5001ea81) [0001.359] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.365] I> Slot: 0 [0001.367] I> Binary[7] block-0 (partition size: 0x100000) [0001.373] I> get_binary_info: Binary name: NVDEC [0001.378] I> Size of crypto header is 8192 [0001.383] I> BCH load address is : 0x800fe000 [0001.388] I> Size of crypto header is 8192 [0001.393] I> BCH of NVDEC read from storage [0001.398] I> BCH address is : 0x800fe000 [0001.403] I> NVDEC header integrity check is success [0001.408] I> Binary magic in BCH component 0 is NDEC [0001.414] I> component binary type is 7 [0001.418] I> Size of crypto header is 8192 [0001.425] I> NVDEC binary is read from storage [0001.430] I> NVDEC binary integrity check is success [0001.435] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.446] I> Task: Load tsec-fw (0x5001ec6d) [0001.451] I> TSEC-FW load support not enabled [0001.456] I> Task: Program misc carveouts (0x5001445d) [0001.462] I> Program IPC carveouts [0001.469] I> Task: GPIO interrupt map (0x50013cc5) [0001.476] I> Task: SC7 context save (0x5001f161) [0001.482] I> NV_SC7 Context addr: 0xa0000000 [0001.487] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.493] I> Slot: 0 [0001.495] I> Binary[27] block-0 (partition size: 0x100000) [0001.501] I> get_binary_info: Binary name: BR_BCT [0001.507] I> Size of crypto header is 8192 [0001.511] I> Size of crypto header is 8192 [0001.516] I> BR_BCT binary is read from storage [0001.521] I> BR_BCT binary integrity check is success [0001.527] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.534] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.540] I> Slot: 0 [0001.543] I> Binary[13] block-0 (partition size: 0x30000) [0001.549] I> get_binary_info: Binary name: SC7-FW [0001.554] I> Size of crypto header is 8192 [0001.558] I> Size of crypto header is 8192 [0001.563] I> BCH load address is : 0xa0002000 [0001.568] I> Size of crypto header is 8192 [0001.573] I> BCH of SC7-FW read from storage [0001.578] I> BCH address is : 0xa0002000 [0001.583] I> SC7-FW header integrity check is success [0001.589] I> Binary magic in BCH component 0 is WB0B [0001.594] I> component binary type is 13 [0001.598] I> Size of crypto header is 8192 [0001.604] I> SC7-FW binary is read from storage [0001.610] I> SC7-FW binary integrity check is success [0001.615] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.624] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.629] I> Slot: 0 [0001.632] I> Binary[22] block-0 (partition size: 0x30000) [0001.638] I> get_binary_info: Binary name: PSC_RF [0001.643] I> Size of crypto header is 8192 [0001.647] I> Size of crypto header is 8192 [0001.652] I> BCH load address is : 0xa0029460 [0001.658] I> Size of crypto header is 8192 [0001.662] I> BCH of PSC_RF read from storage [0001.667] I> BCH address is : 0xa0029460 [0001.672] I> PSC_RF header integrity check is success [0001.678] I> Binary magic in BCH component 0 is PSCR [0001.683] I> component binary type is 22 [0001.687] I> Size of crypto header is 8192 [0001.693] I> PSC_RF binary is read from storage [0001.699] I> PSC_RF binary integrity check is success [0001.704] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.724] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.730] I> Slot: 0 [0001.732] I> Binary[14] block-0 (partition size: 0x20000) [0001.738] I> get_binary_info: Binary name: MB2_RF [0001.744] I> Size of crypto header is 8192 [0001.748] I> Size of crypto header is 8192 [0001.753] I> BCH load address is : 0xa008e240 [0001.758] I> Size of crypto header is 8192 [0001.763] I> BCH of MB2_RF read from storage [0001.768] I> BCH address is : 0xa008e240 [0001.773] I> MB2_RF header integrity check is success [0001.778] I> Binary magic in BCH component 0 is MB2R [0001.784] I> component binary type is 14 [0001.788] I> Size of crypto header is 8192 [0001.794] I> MB2_RF binary is read from storage [0001.799] I> MB2_RF binary integrity check is success [0001.805] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.814] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.821] I> SC7 context fuse-bypass data is empty [0001.829] I> SC7 context save done [0001.833] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.839] I> Loading MB2 [0001.842] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.848] I> Slot: 0 [0001.850] I> Binary[6] block-0 (partition size: 0x80000) [0001.856] I> get_binary_info: Binary name: MB2 [0001.861] I> Size of crypto header is 8192 [0001.865] I> BCH load address is : 0x8007e000 [0001.871] I> Size of crypto header is 8192 [0001.876] I> BCH of MB2 read from storage [0001.880] I> BCH address is : 0x8007e000 [0001.886] I> MB2 header integrity check is success [0001.891] I> Binary magic in BCH component 0 is MB2B [0001.896] I> component binary type is 6 [0001.900] I> Size of crypto header is 8192 [0001.909] I> MB2 binary is read from storage [0001.915] I> MB2 binary integrity check is success [0001.920] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.928] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.935] I> Task: Prepare MB2 params (0x5000d5dd) [0001.944] I> MB2-params @ 0x40060000 [0001.952] I> BR-BCT Boot Chain Fields [0001.956] I> u32_non_gpio_select_boot_chain : 0 [0001.961] I> u32_num_boot_chains : 2 [0001.966] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.972] I> Task: Dram ecc test (0x500112cd) [0001.977] I> Task: Misc NV security settings (0x5000ced5) [0001.984] I> NVDEC sticky bits programming done [0001.989] I> Task: Disable/Reload WDT (0x5001f991) [0001.995] I> Programmed SLCG global override := 0x0 [0002.000] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f1936 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9477552 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 32 I> FSITHERM min temp = 31 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) E> I2C: slave not found in slaves. E> I2C: Could not write 0 bytes to slave: 0x00ac with repeat start true. E> I2C_DEV: Failed to send register address 0x00000000. E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xac at 0x00000000 via instance 0. E> eeprom: Failed to read I2C slave device C> Task 0x0 failed (err: 0x1f1e050d) E> Top caller module: I2C_DEV, error module: I2C, reason: 0x0d, aux_info: 0x05 I> Busy Spin ?? [0000.061] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.066] I> t234-A01-0-Silicon (0x12347) Prod [0000.071] I> Boot-mode : Coldboot [0000.074] I> Emulation: [0000.076] I> Entry timestamp: 0x00000000 [0000.080] I> last_boot_error: 0x0 [0000.083] I> BR-BCT: preprod_dev_sign: 0 [0000.087] I> rst_source: 0x16, rst_level: 0x1 [0000.091] I> Task: CRC check (0x5001cf71) [0000.095] I> Skip CRC check as records_integrity fuse is not burned [0000.101] I> Task: Crypto init (0x5001c0d9) [0000.105] I> Task: Secure debug controls (0x5000cb19) [0000.110] I> Task: strap war set (0x5000b739) [0000.114] I> strap value(0x4000001) set to 0x4000001 [0000.119] I> Task: Initialize SOC Therm (0x5001a509) [0000.124] I> Task: Program NV master stream id (0x5000cad1) [0000.129] I> Task: Verify boot mode (0xd482021) [0000.135] I> Task: Alias fuses (0x50010749) [0000.140] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.147] I> Task: Print SKU type (0x5000fba9) [0000.151] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.157] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.161] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.165] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.169] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.174] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.178] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.182] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.186] I> FUSE_SKU_INFO_0 = 0xd2 [0000.189] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.193] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.197] I> SKU: Prod [0000.199] I> Task: Boost clocks (0x50013db1) [0000.203] I> Initializing PLLC2 for AXI_CBB. [0000.207] I> AXI_CBB : src = 35, divisor = 0 [0000.212] I> Task: Voltage monitor (0x50013dbd) [0000.216] I> VMON: Vmon re-calibration and fine tuning done [0000.221] I> Task: UPHY init (0x5000da39) [0000.226] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.232] I> Task: Boot device init (0x50000a3d) [0000.236] I> Boot_device: QSPI_FLASH instance: 0 [0000.241] I> Qspi clock source : pllc_out0 [0000.245] I> QSPI Flash: Macronix 64MB [0000.248] I> QSPI-0l initialized successfully [0000.253] I> Task: TSC init (0x5001ed35) [0000.257] I> Task: Load membct (0x5001190d) [0000.261] I> RAM_CODE 0x4000001 [0000.264] I> Loading MEM-BCT to SysRAM [0000.267] I> Scratch RSV109: 0x00000013 active chain: 1 [0000.273] I> Slot: 1 [0000.275] I> Binary[0] block-0 (partition size: 0x40000) [0000.280] I> get_binary_info: Binary name: MEM-BCT-0 [0000.285] I> Size of crypto header is 8192 [0000.288] I> BCH load address is : 0x40050000 [0000.293] I> Size of crypto header is 8192 [0000.297] I> BCH of MEM-BCT-0 read from storage [0000.301] I> BCH address is : 0x40050000 [0000.305] I> MEM-BCT-0 header integrity check is success [0000.310] I> Binary magic in BCH component 0 is MEM0 [0000.315] I> component binary type is 0 [0000.319] I> MEM-BCT-0 binary is read from storage [0000.324] I> MEM-BCT-0 binary integrity check is success [0000.329] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.336] I> RAM_CODE 0x4000001 [0000.341] I> RAM_CODE 0x4000001 [0000.345] I> Task: Load Page retirement list (0x50011139) [0000.350] I> Task: SDRAM params override (0x50011b79) [0000.355] I> Task: Save mem-bct info (0x50014071) [0000.360] I> Task: Carveout allocate (0x500140d5) [0000.364] I> RCM blob carveout will not be allocated [0000.369] I> ECC region[0]: Start:0x0, End:0x0 [0000.373] I> ECC region[1]: Start:0x0, End:0x0 [0000.378] I> ECC region[2]: Start:0x0, End:0x0 [0000.382] I> ECC region[3]: Start:0x0, End:0x0 [0000.386] I> ECC region[4]: Start:0x0, End:0x0 [0000.391] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.396] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.401] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.406] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.410] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.420] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.427] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.434] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.441] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.448] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.455] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.463] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.470] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.477] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.484] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.491] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.498] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.505] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.512] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.518] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.525] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.532] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.539] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.546] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.553] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.560] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.567] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.574] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.581] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.588] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.595] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.601] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.608] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.615] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.622] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.629] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.636] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.642] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.649] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.656] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.663] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.669] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.676] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.683] I> Task: Thermal check (0x5001fba1) [0000.687] I> max_chip_limit = 115 [0000.690] I> min_chip_limit = -30 [0000.693] I> max temp read = 31 [0000.696] I> min temp read = 29 [0000.699] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.706] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.710] I> Task: Disable WDT globally (0x5001f965) [0000.715] I> Task: I2C register (0x50000a31) [0000.719] I> Task: Reset FSI (0x50013db9) [0000.723] I> Task: Pinmux init (0x50013219) [0000.728] I> Task: Prod config init (0x50013631) [0000.732] I> Task: Pad voltage init (0x500132a5) [0000.737] I> Task: Prod init (0x500136d5) [0000.740] I> Task: Common rail init (0x50013bd1) [0000.745] W> Thermal config not found in BCT [0000.749] W> Generic i2c config not found in BCT [0000.754] W> Platform rail config not found in BCT [0000.759] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.767] W> MEMIO rail config not found in BCT [0000.772] I> Task: Mem clock src (0x500119c5) [0000.776] I> Task: Misc. board config (0x50013c29) [0000.780] W> Platform config not found in BCT [0000.785] I> Task: SDRAM init (0x500119c9) [0000.791] I> SDRAM-params @ 0xd485000 [0000.795] I> MSS code-drop: NvBootSdramInit [0000.799] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.806] I> MSS CAR: Init PLLM [0000.809] I> MSS CAR: Init PLLHUB [0000.814] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.826] I> mb1_sdram_init Done ! [0000.829] I> SDRAM Size in Total 0x800000000 [0000.833] I> Task: Dram Ecc scrub (0x50011261) [0000.837] I> Task: DRAM alias check (0x50011b71) [0000.868] I> Task: Program NSDRAM carveout (0x50014921) [0000.875] I> NSDRAM carveout encryption is disabled [0000.880] I> Program NSDRAM carveout [0000.884] I> Task: Register checker (0x50011b75) [0000.893] I> Task: Enable clock-mon (0x5001ed25) [0000.909] I> FMON: Fmon re-programming done [0000.914] I> Task: Mapper init (0x5001d451) [0000.919] I> Task: SC7 Context Init (0x5001f02d) [0000.925] I> Task: CCPLEX IST init (0x5000d335) [0000.931] I> Task: CPU WP0 (0x5000c635) [0000.937] I> Loading MCE [0000.939] I> Scratch RSV109: 0x00000013 active chain: 1 [0000.945] I> Slot: 1 [0000.947] I> Binary[8] block-0 (partition size: 0x80000) [0000.953] I> get_binary_info: Binary name: MCE [0000.958] I> Size of crypto header is 8192 [0000.963] I> BCH load address is : 0x4003e000 [0000.968] I> Size of crypto header is 8192 [0000.973] I> BCH of MCE read from storage [0000.977] I> BCH address is : 0x4003e000 [0000.983] I> MCE header integrity check is success [0000.988] I> Binary magic in BCH component 0 is MTSM [0000.993] I> component binary type is 8 [0000.997] I> Size of crypto header is 8192 [0001.003] I> MCE binary is read from storage [0001.009] I> MCE binary integrity check is success [0001.014] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.022] I> Size of crypto header is 8192 [0001.036] I> Size of crypto header is 8192 [0001.041] I> Sending WP0 mailbox command to PSC [0001.051] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.071] I> Task: Load bpmp-fw (0x5001e801) [0001.077] I> Scratch RSV109: 0x00000013 active chain: 1 [0001.082] I> Slot: 1 [0001.085] I> Binary[15] block-0 (partition size: 0x180000) [0001.091] I> get_binary_info: Binary name: BPMP_FW [0001.096] I> Size of crypto header is 8192 [0001.101] I> BCH load address is : 0x807fe000 [0001.106] I> Size of crypto header is 8192 [0001.111] I> BCH of BPMP_FW read from storage [0001.116] I> BCH address is : 0x807fe000 [0001.121] I> BPMP_FW header integrity check is success [0001.127] I> Binary magic in BCH component 0 is BPMF [0001.132] I> component binary type is 15 [0001.136] I> Size of crypto header is 8192 [0001.151] I> BPMP_FW binary is read from storage [0001.159] I> BPMP_FW binary integrity check is success [0001.164] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.172] I> Scratch RSV109: 0x00000013 active chain: 1 [0001.178] I> Slot: 1 [0001.180] I> Binary[16] block-72976 (partition size: 0x400000) [0001.187] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.193] I> Size of crypto header is 8192 [0001.198] I> BCH load address is : 0x807fc000 [0001.203] I> Size of crypto header is 8192 [0001.208] I> BCH of BPMP_FW_DTB read from storage [0001.213] I> BCH address is : 0x807fc000 [0001.218] I> BPMP_FW_DTB header integrity check is success [0001.224] I> Binary magic in BCH component 0 is BPMD [0001.229] I> component binary type is 16 [0001.234] I> Size of crypto header is 8192 [0001.240] I> BPMP_FW_DTB binary is read from storage [0001.246] I> BPMP_FW_DTB binary integrity check is success [0001.251] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.261] I> Task: Load psc-fw (0x5001ea0d) [0001.266] I> Scratch RSV109: 0x00000013 active chain: 1 [0001.272] I> Slot: 1 [0001.274] I> Binary[17] block-0 (partition size: 0xc0000) [0001.280] I> get_binary_info: Binary name: PSC_FW [0001.286] I> Size of crypto header is 8192 [0001.290] I> BCH load address is : 0x80ffe000 [0001.296] I> Size of crypto header is 8192 [0001.301] I> BCH of PSC_FW read from storage [0001.305] I> BCH address is : 0x80ffe000 [0001.311] I> PSC_FW header integrity check is success [0001.316] I> Binary magic in BCH component 0 is PFWP [0001.321] I> component binary type is 17 [0001.325] I> Size of crypto header is 8192 [0001.335] I> PSC_FW binary is read from storage [0001.342] I> PSC_FW binary integrity check is success [0001.347] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.355] I> Task: Load nvdec-fw (0x5001ea81) [0001.361] I> Scratch RSV109: 0x00000013 active chain: 1 [0001.367] I> Slot: 1 [0001.369] I> Binary[7] block-0 (partition size: 0x100000) [0001.375] I> get_binary_info: Binary name: NVDEC [0001.380] I> Size of crypto header is 8192 [0001.385] I> BCH load address is : 0x800fe000 [0001.390] I> Size of crypto header is 8192 [0001.395] I> BCH of NVDEC read from storage [0001.400] I> BCH address is : 0x800fe000 [0001.405] I> NVDEC header integrity check is success [0001.410] I> Binary magic in BCH component 0 is NDEC [0001.416] I> component binary type is 7 [0001.420] I> Size of crypto header is 8192 [0001.427] I> NVDEC binary is read from storage [0001.432] I> NVDEC binary integrity check is success [0001.438] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.448] I> Task: Load tsec-fw (0x5001ec6d) [0001.454] I> TSEC-FW load support not enabled [0001.458] I> Task: Program misc carveouts (0x5001445d) [0001.465] I> Program IPC carveouts [0001.472] I> Task: GPIO interrupt map (0x50013cc5) [0001.478] I> Task: SC7 context save (0x5001f161) [0001.484] I> NV_SC7 Context addr: 0xa0000000 [0001.489] I> Scratch RSV109: 0x00000013 active chain: 1 [0001.495] I> Slot: 1 [0001.497] I> Binary[27] block-0 (partition size: 0x100000) [0001.504] I> get_binary_info: Binary name: BR_BCT [0001.509] I> Size of crypto header is 8192 [0001.513] I> Size of crypto header is 8192 [0001.518] I> BR_BCT binary is read from storage [0001.523] I> BR_BCT binary integrity check is success [0001.529] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.537] I> Scratch RSV109: 0x00000013 active chain: 1 [0001.543] I> Slot: 1 [0001.545] I> Binary[13] block-0 (partition size: 0x30000) [0001.551] I> get_binary_info: Binary name: SC7-FW [0001.556] I> Size of crypto header is 8192 [0001.561] I> Size of crypto header is 8192 [0001.565] I> BCH load address is : 0xa0002000 [0001.571] I> Size of crypto header is 8192 [0001.575] I> BCH of SC7-FW read from storage [0001.580] I> BCH address is : 0xa0002000 [0001.586] I> SC7-FW header integrity check is success [0001.591] I> Binary magic in BCH component 0 is WB0B [0001.596] I> component binary type is 13 [0001.600] I> Size of crypto header is 8192 [0001.607] I> SC7-FW binary is read from storage [0001.612] I> SC7-FW binary integrity check is success [0001.618] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.626] I> Scratch RSV109: 0x00000013 active chain: 1 [0001.632] I> Slot: 1 [0001.634] I> Binary[22] block-0 (partition size: 0x30000) [0001.640] I> get_binary_info: Binary name: PSC_RF [0001.645] I> Size of crypto header is 8192 [0001.650] I> Size of crypto header is 8192 [0001.654] I> BCH load address is : 0xa0029460 [0001.660] I> Size of crypto header is 8192 [0001.665] I> BCH of PSC_RF read from storage [0001.669] I> BCH address is : 0xa0029460 [0001.675] I> PSC_RF header integrity check is success [0001.680] I> Binary magic in BCH component 0 is PSCR [0001.685] I> component binary type is 22 [0001.690] I> Size of crypto header is 8192 [0001.696] I> PSC_RF binary is read from storage [0001.701] I> PSC_RF binary integrity check is success [0001.707] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.726] I> Scratch RSV109: 0x00000013 active chain: 1 [0001.732] I> Slot: 1 [0001.735] I> Binary[14] block-0 (partition size: 0x20000) [0001.741] I> get_binary_info: Binary name: MB2_RF [0001.746] I> Size of crypto header is 8192 [0001.750] I> Size of crypto header is 8192 [0001.755] I> BCH load address is : 0xa008e240 [0001.760] I> Size of crypto header is 8192 [0001.765] I> BCH of MB2_RF read from storage [0001.770] I> BCH address is : 0xa008e240 [0001.775] I> MB2_RF header integrity check is success [0001.781] I> Binary magic in BCH component 0 is MB2R [0001.786] I> component binary type is 14 [0001.790] I> Size of crypto header is 8192 [0001.796] I> MB2_RF binary is read from storage [0001.802] I> MB2_RF binary integrity check is success [0001.807] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.816] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.824] I> SC7 context fuse-bypass data is empty [0001.831] I> SC7 context save done [0001.835] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.841] I> Loading MB2 [0001.844] I> Scratch RSV109: 0x00000013 active chain: 1 [0001.850] I> Slot: 1 [0001.853] I> Binary[6] block-0 (partition size: 0x80000) [0001.859] I> get_binary_info: Binary name: MB2 [0001.864] I> Size of crypto header is 8192 [0001.868] I> BCH load address is : 0x8007e000 [0001.874] I> Size of crypto header is 8192 [0001.878] I> BCH of MB2 read from storage [0001.883] I> BCH address is : 0x8007e000 [0001.888] I> MB2 header integrity check is success [0001.893] I> Binary magic in BCH component 0 is MB2B [0001.899] I> component binary type is 6 [0001.903] I> Size of crypto header is 8192 [0001.912] I> MB2 binary is read from storage [0001.918] I> MB2 binary integrity check is success [0001.923] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.931] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.938] I> Task: Prepare MB2 params (0x5000d5dd) [0001.946] I> MB2-params @ 0x40060000 [0001.954] I> BR-BCT Boot Chain Fields [0001.958] I> u32_non_gpio_select_boot_chain : 0 [0001.963] I> u32_num_boot_chains : 2 [0001.968] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.974] I> Task: Dram ecc test (0x500112cd) [0001.980] I> Task: Misc NV security settings (0x5000ced5) [0001.987] I> NVDEC sticky bits programming done [0001.991] I> Task: Disable/Reload WDT (0x5001f991) [0001.997] I> Programmed SLCG global override := 0x0 [0002.003] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f2205 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000013 active chain: 1 I> Partition name: B_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-118016 (partition size: 0x90000), name: B_spe-fw I> Scratch RSV109: 0x00000013 active chain: 1 I> Partition name: B_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-119168 (partition size: 0x100000), name: B_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000013 active chain: 1 I> Partition name: B_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-107776 (partition size: 0x500000), name: B_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9477552 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000013 active chain: 1 I> Partition name: B_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-121216 (partition size: 0x200000), name: B_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000013 active chain: 1 I> Partition name: B_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-72448 (partition size: 0x40000), name: B_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 32 I> FSITHERM min temp = 31 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) E> I2C: slave not found in slaves. E> I2C: Could not write 0 bytes to slave: 0x00ac with repeat start true. E> I2C_DEV: Failed to send register address 0x00000000. E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xac at 0x00000000 via instance 0. E> eeprom: Failed to read I2C slave device C> Task 0x0 failed (err: 0x1f1e050d) E> Top caller module: I2C_DEV, error module: I2C, reason: 0x0d, aux_info: 0x05 I> Busy Spin ?? [0291.549] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0291.554] I> t234-A01-0-Silicon (0x12347) Prod [0291.558] I> Boot-mode : BPMP Diagnostic [0291.562] I> Emulation: [0291.564] I> Entry timestamp: 0x00000000 [0291.568] I> last_boot_error: 0x0 [0291.571] I> BR-BCT: preprod_dev_sign: 0 [0291.575] I> rst_source: 0xb, rst_level: 0x1 [0291.579] I> Task: Crypto init (0x5001c0d9) [0291.583] I> Task: Secure debug controls (0x5000cb19) [0291.588] I> Task: strap war set (0x5000b739) [0291.592] I> strap value(0x4000001) set to 0x4000001 [0291.597] I> Task: Program NV master stream id (0x5000cad1) [0291.603] I> Task: Verify boot mode (0xd482021) [0291.609] I> Task: Alias fuses (0x50010749) [0291.613] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0291.620] I> Task: Print SKU type (0x5000fba9) [0291.624] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0291.629] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0291.634] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0291.638] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0291.642] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0291.646] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0291.651] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0291.655] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0291.659] I> FUSE_SKU_INFO_0 = 0xd2 [0291.662] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0291.666] I> FUSE_PACKAGE_INFO_0 = 0x2 [0291.670] I> SKU: Prod [0291.672] I> Task: Boost clocks (0x50013db1) [0291.676] I> Initializing PLLC2 for AXI_CBB. [0291.680] I> AXI_CBB : src = 35, divisor = 0 [0291.684] I> Task: Voltage monitor (0x50013dbd) [0291.689] I> VMON: Vmon re-calibration and fine tuning done [0291.694] I> Task: UPHY init (0x5000da39) [0291.699] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0291.704] I> Task: Boot device init (0x50000a3d) [0291.709] I> Boot_device: RCM [0291.712] I> USB configuration success [0291.716] I> Task: TSC init (0x5001ed35) [0291.720] I> Task: Enable WDT 5th expiry (0x5001f929) [0291.724] I> Task: Disable WDT globally (0x5001f965) [0291.729] I> Task: I2C register (0x50000a31) [0291.733] I> Task: Reset FSI (0x50013db9) [0291.737] I> Task: Enable clock-mon (0x5001ed25) [0291.753] I> FMON: Fmon re-programming done [0291.757] I> Task: MB1 fixed firewalls (0x5001e55d) [0291.765] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0291.770] I> Loading MB2 Applet [0291.773] I> Scratch RSV109: 0x00000013 active chain: 1 [0291.778] I> Slot: 1 [0291.780] E> Blockdev open: exit error [0291.784] E> LOADER: Failed to open blockdev 0(0). [0291.789] E> LOADER: Failed to get storage info for binary 21 from loader. [0291.796] C> LOADER: Could not read binary 21. [0291.800] E> Failed to load MB2 [0291.803] C> Task 0x0 failed (err: 0x27228311) [0291.807] E> Top caller module: MB2_PARAMS, error module: LOADER, reason: 0x11, aux_info: 0x83 ?? [0004.958] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0004.963] I> t234-A01-0-Silicon (0x12347) Prod [0004.968] I> Boot-mode : BPMP Diagnostic [0004.972] I> Emulation: [0004.974] I> Entry timestamp: 0x00000000 [0004.978] I> last_boot_error: 0x0 [0004.981] I> BR-BCT: preprod_dev_sign: 0 [0004.984] I> rst_source: 0x0, rst_level: 0x0 [0004.989] I> Task: Crypto init (0x5001c0d9) [0004.993] I> Task: Secure debug controls (0x5000cb19) [0004.998] I> Task: strap war set (0x5000b739) [0005.002] I> strap value(0x4000001) set to 0x4000001 [0005.007] I> Task: Program NV master stream id (0x5000cad1) [0005.012] I> Task: Verify boot mode (0xd482021) [0005.018] I> Task: Alias fuses (0x50010749) [0005.023] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0005.030] I> Task: Print SKU type (0x5000fba9) [0005.034] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0005.039] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0005.043] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0005.048] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0005.052] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0005.056] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0005.060] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0005.065] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0005.069] I> FUSE_SKU_INFO_0 = 0xd2 [0005.072] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0005.076] I> FUSE_PACKAGE_INFO_0 = 0x2 [0005.080] I> SKU: Prod [0005.082] I> Task: Boost clocks (0x50013db1) [0005.086] I> Initializing PLLC2 for AXI_CBB. [0005.090] I> AXI_CBB : src = 35, divisor = 0 [0005.094] I> Task: Voltage monitor (0x50013dbd) [0005.099] I> VMON: Vmon re-calibration and fine tuning done [0005.104] I> Task: UPHY init (0x5000da39) [0005.108] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0005.114] I> Task: Boot device init (0x50000a3d) [0005.118] I> Boot_device: RCM [0005.121] I> USB configuration success [0005.125] I> Task: TSC init (0x5001ed35) [0005.129] I> Task: Enable WDT 5th expiry (0x5001f929) [0005.134] I> Task: Disable WDT globally (0x5001f965) [0005.139] I> Task: I2C register (0x50000a31) [0005.143] I> Task: Reset FSI (0x50013db9) [0005.147] I> Task: Enable clock-mon (0x5001ed25) [0005.162] I> FMON: Fmon re-programming done [0005.166] I> Task: MB1 fixed firewalls (0x5001e55d) [0005.174] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0005.179] I> Loading MB2 Applet [0005.182] I> Scratch RSV109: 0x00000000 active chain: 0 [0005.187] I> Slot: 0 [0005.189] I> Binary[21] block-0 (partition size: 0x50000) [0005.195] I> get_binary_info: Binary name: MB2-Applet [0005.200] I> Size of crypto header is 8192 [0005.204] I> BCH load address is : 0x4004e000 [0005.208] I> Size of crypto header is 8192 [0005.212] I> BCH of MB2-Applet read from storage [0005.216] I> BCH address is : 0x4004e000 [0005.220] I> MB2-Applet header integrity check is success [0005.226] I> Binary magic in BCH component 0 is MB2A [0005.230] I> component binary type is 21 [0005.234] I> Size of crypto header is 8192 [0005.248] I> MB2-Applet binary is read from storage [0005.254] I> MB2-Applet binary integrity check is success [0005.259] I> Binary MB2-Applet loaded successfully at 0x40000000 (0x41b80) [0005.266] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0005.271] I> Task: Prepare MB2 params (0x5000d5dd) [0005.276] I> MB2-params @ 0x40060000 [0005.280] I> Region(2) already mapped [0005.283] E> Failed to map carveout: 50 [0005.287] I> BR-BCT Boot Chain Fields [0005.290] I> u32_non_gpio_select_boot_chain : 0 [0005.295] I> u32_num_boot_chains : 0 [0005.300] I> bf_bl_gpio_select_boot_chain_1b : 0 [0005.305] I> Task: Misc NV security settings (0x5000ced5) [0005.310] I> NVDEC sticky bits programming done [0005.315] I> Task: Disable/Reload WDT (0x5001f991) [0005.319] I> Programmed SLCG global override := 0x0 [0005.324] I> MB1: MSS reconfig completed I> Applet (version: 0.0.0.0-t234-54845784-dee653cf) I> t234-A01-0-Silicon (0x12347) I> Emulation: I> Entry timestamp: 0xffffffff I> Task: Pinmux init (0x4000062d) I> Task: Boot device init (0x400012e5) I> Applet do storage init I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : clk_m I> QSPI-0l initialized successfully I> sdmmc DDR50 mode I> sdmmc bdev is already initialized E> Unknown device 7 E> Unknown device 8 I> Task: Partition Manager Init (0x40002d1d) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: I2C register (0x400006a5) I> Task: Register exit handlers (0x400005f5) I> Task: Enter 3p server (0x400018e1) I> USB configuration success I> Populate chip info I> RAM_CODE 0x4000001 I> Populate eeprom info I> Populate eeprom info for module cvm I> dump bct I> Rebooting : reboot-recovery ?? [0130.800] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0130.805] I> t234-A01-0-Silicon (0x12347) Prod [0130.809] I> Boot-mode : Coldboot [0130.812] I> Emulation: [0130.815] I> Entry timestamp: 0x00000000 [0130.819] I> last_boot_error: 0x0 [0130.822] I> BR-BCT: preprod_dev_sign: 0 [0130.825] I> rst_source: 0xb, rst_level: 0x1 [0130.830] I> Task: CRC check (0x5001cf71) [0130.833] I> Skip CRC check as records_integrity fuse is not burned [0130.840] I> Task: Crypto init (0x5001c0d9) [0130.844] I> Task: Secure debug controls (0x5000cb19) [0130.849] I> Task: strap war set (0x5000b739) [0130.853] I> strap value(0x4000001) set to 0x4000001 [0130.858] I> Task: Initialize SOC Therm (0x5001a509) [0130.862] I> Task: Program NV master stream id (0x5000cad1) [0130.868] I> Task: Verify boot mode (0xd482021) [0130.874] I> Task: Alias fuses (0x50010749) [0130.878] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0130.885] I> Task: Print SKU type (0x5000fba9) [0130.889] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0130.895] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0130.899] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0130.903] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0130.908] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0130.912] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0130.916] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0130.920] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0130.924] I> FUSE_SKU_INFO_0 = 0xd2 [0130.927] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0130.932] I> FUSE_PACKAGE_INFO_0 = 0x2 [0130.935] I> SKU: Prod [0130.937] I> Task: Boost clocks (0x50013db1) [0130.942] I> Initializing PLLC2 for AXI_CBB. [0130.946] I> AXI_CBB : src = 35, divisor = 0 [0130.950] I> Task: Voltage monitor (0x50013dbd) [0130.954] I> VMON: Vmon re-calibration and fine tuning done [0130.960] I> Task: UPHY init (0x5000da39) [0130.964] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0130.969] I> Task: Boot device init (0x50000a3d) [0130.974] I> Boot_device: RCM [0130.977] I> USB configuration success [0132.251] I> Task: TSC init (0x5001ed35) [0132.255] I> Task: Load membct (0x5001190d) [0132.259] I> RAM_CODE 0x4000001 [0132.262] I> Loading MEM-BCT to SysRAM [0132.265] I> Scratch RSV109: 0x00000000 active chain: 0 [0132.271] I> Slot: 0 [0132.273] I> Binary[0] block-0 (partition size: 0x40000) [0132.278] I> get_binary_info: Binary name: MEM-BCT-0 [0132.283] I> Size of crypto header is 8192 [0132.287] I> BCH load address is : 0x40050000 [0132.291] I> Size of crypto header is 8192 [0132.295] I> BCH of MEM-BCT-0 read from storage [0132.300] I> BCH address is : 0x40050000 [0132.303] I> MEM-BCT-0 header integrity check is success [0132.309] I> Binary magic in BCH component 0 is MEM0 [0132.313] I> component binary type is 0 [0132.320] I> MEM-BCT-0 binary is read from storage [0132.324] I> MEM-BCT-0 binary integrity check is success [0132.330] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0132.336] I> RAM_CODE 0x4000001 [0132.342] I> RAM_CODE 0x4000001 [0132.345] I> Task: Load Page retirement list (0x50011139) [0132.351] I> Task: SDRAM params override (0x50011b79) [0132.355] I> Task: Save mem-bct info (0x50014071) [0132.360] I> Task: Carveout allocate (0x500140d5) [0132.365] I> ECC region[0]: Start:0x0, End:0x0 [0132.369] I> ECC region[1]: Start:0x0, End:0x0 [0132.373] I> ECC region[2]: Start:0x0, End:0x0 [0132.377] I> ECC region[3]: Start:0x0, End:0x0 [0132.382] I> ECC region[4]: Start:0x0, End:0x0 [0132.386] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0132.392] I> Non-ECC region[1]: Start:0x0, End:0x0 [0132.397] I> Non-ECC region[2]: Start:0x0, End:0x0 [0132.401] I> Non-ECC region[3]: Start:0x0, End:0x0 [0132.406] I> Non-ECC region[4]: Start:0x0, End:0x0 [0132.416] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0132.423] I> allocated(CO:46) base:0x820000000 size:0x20000000 align: 0x20000000 [0132.430] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0132.437] I> allocated(CO:39) base:0x81a000000 size:0x6000000 align: 0x200000 [0132.444] I> allocated(CO:20) base:0x818000000 size:0x2000000 align: 0x2000000 [0132.451] I> allocated(CO:24) base:0x816000000 size:0x2000000 align: 0x2000000 [0132.458] I> allocated(CO:28) base:0x814000000 size:0x2000000 align: 0x2000000 [0132.465] I> allocated(CO:29) base:0x812000000 size:0x2000000 align: 0x2000000 [0132.473] I> allocated(CO:43) base:0x810000000 size:0x2000000 align: 0x200000 [0132.480] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0132.487] I> allocated(CO:41) base:0x80f000000 size:0x1000000 align: 0x100000 [0132.494] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0132.501] I> allocated(CO:03) base:0x80e800000 size:0x800000 align: 0x800000 [0132.507] I> allocated(CO:06) base:0x80e000000 size:0x800000 align: 0x800000 [0132.514] I> allocated(CO:10) base:0x80d800000 size:0x800000 align: 0x800000 [0132.521] I> allocated(CO:56) base:0x80d000000 size:0x800000 align: 0x200000 [0132.528] I> allocated(CO:07) base:0x80cc00000 size:0x400000 align: 0x400000 [0132.535] I> allocated(CO:33) base:0x80c800000 size:0x400000 align: 0x200000 [0132.542] I> allocated(CO:47) base:0x80c400000 size:0x400000 align: 0x200000 [0132.549] I> allocated(CO:72) base:0x80c200000 size:0x200000 align: 0x10000 [0132.556] I> allocated(CO:01) base:0x80c100000 size:0x100000 align: 0x100000 [0132.563] I> allocated(CO:04) base:0x80c000000 size:0x100000 align: 0x100000 [0132.570] I> allocated(CO:05) base:0x80bf00000 size:0x100000 align: 0x100000 [0132.577] I> allocated(CO:08) base:0x80be00000 size:0x100000 align: 0x100000 [0132.584] I> allocated(CO:09) base:0x80bd00000 size:0x100000 align: 0x100000 [0132.591] I> allocated(CO:15) base:0x80bc00000 size:0x100000 align: 0x100000 [0132.597] I> allocated(CO:17) base:0x80bb00000 size:0x100000 align: 0x100000 [0132.604] I> allocated(CO:23) base:0x80ba00000 size:0x100000 align: 0x100000 [0132.611] I> allocated(CO:27) base:0x80b900000 size:0x100000 align: 0x100000 [0132.618] I> allocated(CO:42) base:0x80b800000 size:0x100000 align: 0x100000 [0132.625] I> allocated(CO:54) base:0x80b780000 size:0x80000 align: 0x80000 [0132.632] I> allocated(CO:26) base:0x80b740000 size:0x40000 align: 0x2000 [0132.639] I> allocated(CO:48) base:0x80b720000 size:0x20000 align: 0x10000 [0132.645] I> allocated(CO:69) base:0x80b700000 size:0x20000 align: 0x10000 [0132.652] I> allocated(CO:34) base:0x80b6f0000 size:0x10000 align: 0x10000 [0132.659] I> allocated(CO:35) base:0x80b6e0000 size:0x10000 align: 0x10000 [0132.666] I> allocated(CO:49) base:0x80b6d0000 size:0x10000 align: 0x10000 [0132.672] I> allocated(CO:50) base:0x80b6c0000 size:0x10000 align: 0x10000 [0132.679] I> allocated(CO:52) base:0x80b6b0000 size:0x10000 align: 0x10000 [0132.686] I> Task: Thermal check (0x5001fba1) [0132.690] I> max_chip_limit = 115 [0132.693] I> min_chip_limit = -30 [0132.696] I> max temp read = 29 [0132.699] I> min temp read = 26 [0132.702] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0132.709] I> Task: Enable WDT 5th expiry (0x5001f929) [0132.713] I> Task: Disable WDT globally (0x5001f965) [0132.718] I> Task: I2C register (0x50000a31) [0132.722] I> Task: Reset FSI (0x50013db9) [0132.726] I> Task: Pinmux init (0x50013219) [0132.731] I> Task: Prod config init (0x50013631) [0132.735] I> Task: Pad voltage init (0x500132a5) [0132.740] I> Task: Prod init (0x500136d5) [0132.744] I> Task: Common rail init (0x50013bd1) [0132.748] W> Thermal config not found in BCT [0132.752] W> Generic i2c config not found in BCT [0132.757] W> Platform rail config not found in BCT [0132.762] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0132.770] W> MEMIO rail config not found in BCT [0132.775] I> Task: Mem clock src (0x500119c5) [0132.779] I> Task: Misc. board config (0x50013c29) [0132.783] W> Platform config not found in BCT [0132.788] I> Task: SDRAM init (0x500119c9) [0132.794] I> SDRAM-params @ 0xd485000 [0132.798] I> MSS code-drop: NvBootSdramInit [0132.802] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0132.809] I> MSS CAR: Init PLLM [0132.812] I> MSS CAR: Init PLLHUB [0132.817] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0132.829] I> mb1_sdram_init Done ! [0132.832] I> SDRAM Size in Total 0x800000000 [0132.836] I> Task: Dram Ecc scrub (0x50011261) [0132.840] I> Task: DRAM alias check (0x50011b71) [0132.872] I> Task: Program NSDRAM carveout (0x50014921) [0132.878] I> NSDRAM carveout encryption is disabled [0132.884] I> Program NSDRAM carveout [0132.888] I> Task: Register checker (0x50011b75) [0132.897] I> Task: Enable clock-mon (0x5001ed25) [0132.914] I> FMON: Fmon re-programming done [0132.919] I> Task: Mapper init (0x5001d451) [0132.924] I> Task: SC7 Context Init (0x5001f02d) [0132.930] I> Task: CCPLEX IST init (0x5000d335) [0132.936] I> Task: CPU WP0 (0x5000c635) [0132.942] I> Loading MCE [0132.945] I> Scratch RSV109: 0x00000000 active chain: 0 [0132.951] I> Slot: 0 [0132.953] I> Binary[8] block-0 (partition size: 0x80000) [0132.960] I> get_binary_info: Binary name: MCE [0132.965] I> Size of crypto header is 8192 [0132.969] I> BCH load address is : 0x4003e000 [0132.975] I> Size of crypto header is 8192 [0133.572] I> BCH of MCE read from storage [0133.576] I> BCH address is : 0x4003e000 [0133.582] I> MCE header integrity check is success [0133.587] I> Binary magic in BCH component 0 is MTSM [0133.593] I> component binary type is 8 [0133.597] I> Size of crypto header is 8192 [0133.608] I> MCE binary is read from storage [0133.614] I> MCE binary integrity check is success [0133.619] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0133.628] I> Size of crypto header is 8192 [0133.633] I> Sending WP0 mailbox command to PSC [0133.643] I> Task: MB1 fixed firewalls (0x5001e55d) [0133.663] I> Task: Load bpmp-fw (0x5001e801) [0133.669] I> Scratch RSV109: 0x00000000 active chain: 0 [0133.675] I> Slot: 0 [0133.677] I> Binary[15] block-0 (partition size: 0x180000) [0133.684] I> get_binary_info: Binary name: BPMP_FW [0133.689] I> Size of crypto header is 8192 [0133.694] I> BCH load address is : 0x807fe000 [0133.700] I> Size of crypto header is 8192 [0133.705] I> BCH of BPMP_FW read from storage [0133.710] I> BCH address is : 0x807fe000 [0133.715] I> BPMP_FW header integrity check is success [0133.721] I> Binary magic in BCH component 0 is BPMF [0133.727] I> component binary type is 15 [0133.731] I> Size of crypto header is 8192 [0133.772] I> BPMP_FW binary is read from storage [0133.780] I> BPMP_FW binary integrity check is success [0133.785] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0133.794] I> Scratch RSV109: 0x00000000 active chain: 0 [0133.800] I> Slot: 0 [0133.803] I> Binary[16] block-251658752 (partition size: 0x400000) [0133.811] I> get_binary_info: Binary name: BPMP_FW_DTB [0133.816] I> Size of crypto header is 8192 [0133.821] I> BCH load address is : 0x807fc000 [0133.827] I> Size of crypto header is 8192 [0133.832] I> BCH of BPMP_FW_DTB read from storage [0133.837] I> BCH address is : 0x807fc000 [0133.843] I> BPMP_FW_DTB header integrity check is success [0133.849] I> Binary magic in BCH component 0 is BPMD [0133.855] I> component binary type is 16 [0133.859] I> Size of crypto header is 8192 [0133.869] I> BPMP_FW_DTB binary is read from storage [0133.875] I> BPMP_FW_DTB binary integrity check is success [0133.881] I> Binary BPMP_FW_DTB loaded successfully at 0x807dbbb0 (0x20440) [0133.890] I> Task: Load psc-fw (0x5001ea0d) [0133.896] I> Scratch RSV109: 0x00000000 active chain: 0 [0133.902] I> Slot: 0 [0133.905] I> Binary[17] block-0 (partition size: 0xc0000) [0133.911] I> get_binary_info: Binary name: PSC_FW [0133.916] I> Size of crypto header is 8192 [0133.921] I> BCH load address is : 0x80ffe000 [0133.927] I> Size of crypto header is 8192 [0133.932] I> BCH of PSC_FW read from storage [0133.937] I> BCH address is : 0x80ffe000 [0133.942] I> PSC_FW header integrity check is success [0133.948] I> Binary magic in BCH component 0 is PFWP [0133.954] I> component binary type is 17 [0133.958] I> Size of crypto header is 8192 [0133.981] I> PSC_FW binary is read from storage [0133.987] I> PSC_FW binary integrity check is success [0133.993] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0134.002] I> Task: Load nvdec-fw (0x5001ea81) [0134.007] I> Scratch RSV109: 0x00000000 active chain: 0 [0134.014] I> Slot: 0 [0134.016] I> Binary[7] block-0 (partition size: 0x100000) [0134.022] I> get_binary_info: Binary name: NVDEC [0134.028] I> Size of crypto header is 8192 [0134.032] I> BCH load address is : 0x800fe000 [0134.038] I> Size of crypto header is 8192 [0134.043] I> BCH of NVDEC read from storage [0134.048] I> BCH address is : 0x800fe000 [0134.054] I> NVDEC header integrity check is success [0134.059] I> Binary magic in BCH component 0 is NDEC [0134.065] I> component binary type is 7 [0134.069] I> Size of crypto header is 8192 [0134.082] I> NVDEC binary is read from storage [0134.087] I> NVDEC binary integrity check is success [0134.093] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0134.104] I> Task: Load tsec-fw (0x5001ec6d) [0134.109] I> TSEC-FW load support not enabled [0134.114] I> Task: Program misc carveouts (0x5001445d) [0134.121] I> Program IPC carveouts [0134.128] I> Task: GPIO interrupt map (0x50013cc5) [0134.134] I> Task: SC7 context save (0x5001f161) [0134.140] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0134.147] I> Loading MB2 [0134.150] I> Scratch RSV109: 0x00000000 active chain: 0 [0134.156] I> Slot: 0 [0134.159] I> Binary[6] block-0 (partition size: 0x80000) [0134.165] I> get_binary_info: Binary name: MB2 [0134.170] I> Size of crypto header is 8192 [0134.175] I> BCH load address is : 0x8007e000 [0134.180] I> Size of crypto header is 8192 [0134.185] I> BCH of MB2 read from storage [0134.190] I> BCH address is : 0x8007e000 [0134.196] I> MB2 header integrity check is success [0134.201] I> Binary magic in BCH component 0 is MB2B [0134.207] I> component binary type is 6 [0134.211] I> Size of crypto header is 8192 [0134.231] I> MB2 binary is read from storage [0134.237] I> MB2 binary integrity check is success [0134.242] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0134.250] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0134.258] I> Task: Prepare MB2 params (0x5000d5dd) [0134.266] I> MB2-params @ 0x40060000 [0134.275] I> BR-BCT Boot Chain Fields [0134.279] I> u32_non_gpio_select_boot_chain : 0 [0134.284] I> u32_num_boot_chains : 2 [0134.289] I> bf_bl_gpio_select_boot_chain_1b : 0 [0134.296] I> Task: Dram ecc test (0x500112cd) [0134.301] I> Task: Misc NV security settings (0x5000ced5) [0134.308] I> NVDEC sticky bits programming done [0134.313] I> Task: Disable/Reload WDT (0x5001f991) [0134.319] I> Programmed SLCG global override := 0x0 [0134.325] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : RCM Flash I> Emulation: I> Entry timestamp: 0x080235d4 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x80d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc I> Received ACK from psc I> Task: Enter 3p server (0x50001f04) I> USB configuration success I> Populate storage info I> Erasing device 3: 0 I> QSPI: Erasing entire device I> Writing device 3: 0. I> Found 57 partitions in QSPI_FLASH (instance 0) I> Erasing device 1: 3 I> Writing device 1: 3. I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing A_mb1 partition. I> Writing A_psc_bl1 partition. I> Writing A_nvdec partition. I> Writing A_mb2 partition. I> Writing A_xusb-fw partition. I> Writing A_bpmp-fw partition. I> Writing A_bpmp-fw-dtb partition. I> Writing A_psc-fw partition. I> Writing A_mts-mce partition. I> Writing A_sc7 partition. I> Writing A_pscrf partition. I> Writing A_mb2rf partition. I> Writing A_cpu-bootloader partition. I> Writing A_secure-os partition. I> Writing A_eks partition. I> Writing A_dce-fw partition. I> Writing A_spe-fw partition. I> Writing A_rce-fw partition. I> Writing A_adsp-fw partition. I> Writing B_mb1 partition. I> Writing B_psc_bl1 partition. I> Writing B_nvdec partition. I> Writing B_mb2 partition. I> Writing B_xusb-fw partition. I> Writing B_bpmp-fw partition. I> Writing B_bpmp-fw-dtb partition. I> Writing B_psc-fw partition. I> Writing B_mts-mce partition. I> Writing B_sc7 partition. I> Writing B_pscrf partition. I> Writing B_mb2rf partition. I> Writing B_cpu-bootloader partition. I> Writing B_secure-os partition. I> Writing B_eks partition. I> Writing B_dce-fw partition. I> Writing B_spe-fw partition. I> Writing B_rce-fw partition. I> Writing B_adsp-fw partition. I> Writing B_VER partition. I> Writing A_VER partition. I> Writing device 1: 3. I> Writing A_kernel partition. I> Writing A_kernel-dtb partition. I> Writing B_kernel partition. I> Writing B_kernel-dtb partition. I> Writing recovery partition. I> Writing recovery-dtb partition. I> Writing esp partition. I> Writing APP partition. I> Writing secondary_gpt_backup partition. I> Writing BCT partition. I> Writing BCT-boot-chain_backup partition. I> Writing A_MB1_BCT partition. I> Writing B_MB1_BCT partition. I> Writing A_MEM_BCT partition. I> Writing B_MEM_BCT partition. I> Rebooting : reset-coldboot ?? [0000.062] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.067] I> t234-A01-0-Silicon (0x12347) Prod [0000.072] I> Boot-mode : Coldboot [0000.075] I> Emulation: [0000.077] I> Entry timestamp: 0x00000000 [0000.081] I> last_boot_error: 0x0 [0000.084] I> BR-BCT: preprod_dev_sign: 0 [0000.088] I> rst_source: 0xb, rst_level: 0x1 [0000.092] I> Task: CRC check (0x5001cf71) [0000.096] I> Skip CRC check as records_integrity fuse is not burned [0000.102] I> Task: Crypto init (0x5001c0d9) [0000.106] I> Task: Secure debug controls (0x5000cb19) [0000.111] I> Task: strap war set (0x5000b739) [0000.115] I> strap value(0x4000001) set to 0x4000001 [0000.120] I> Task: Initialize SOC Therm (0x5001a509) [0000.125] I> Task: Program NV master stream id (0x5000cad1) [0000.130] I> Task: Verify boot mode (0xd482021) [0000.136] I> Task: Alias fuses (0x50010749) [0000.140] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.147] I> Task: Print SKU type (0x5000fba9) [0000.152] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.157] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.161] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.165] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.170] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.174] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.178] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.182] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.186] I> FUSE_SKU_INFO_0 = 0xd2 [0000.190] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.194] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.197] I> SKU: Prod [0000.200] I> Task: Boost clocks (0x50013db1) [0000.204] I> Initializing PLLC2 for AXI_CBB. [0000.208] I> AXI_CBB : src = 35, divisor = 0 [0000.212] I> Task: Voltage monitor (0x50013dbd) [0000.216] I> VMON: Vmon re-calibration and fine tuning done [0000.222] I> Task: UPHY init (0x5000da39) [0000.226] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.231] I> Task: Boot device init (0x50000a3d) [0000.236] I> Boot_device: QSPI_FLASH instance: 0 [0000.241] I> Qspi clock source : pllc_out0 [0000.245] I> QSPI Flash: Macronix 64MB [0000.248] I> QSPI-0l initialized successfully [0000.252] I> Task: TSC init (0x5001ed35) [0000.256] I> Task: Load membct (0x5001190d) [0000.260] I> RAM_CODE 0x4000001 [0000.263] I> Loading MEM-BCT to SysRAM [0000.267] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.272] I> Slot: 0 [0000.274] I> Binary[0] block-0 (partition size: 0x40000) [0000.279] I> get_binary_info: Binary name: MEM-BCT-0 [0000.284] I> Size of crypto header is 8192 [0000.288] I> BCH load address is : 0x40050000 [0000.292] I> Size of crypto header is 8192 [0000.297] I> BCH of MEM-BCT-0 read from storage [0000.301] I> BCH address is : 0x40050000 [0000.305] I> MEM-BCT-0 header integrity check is success [0000.310] I> Binary magic in BCH component 0 is MEM0 [0000.315] I> component binary type is 0 [0000.319] I> MEM-BCT-0 binary is read from storage [0000.324] I> MEM-BCT-0 binary integrity check is success [0000.329] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.336] I> RAM_CODE 0x4000001 [0000.341] I> RAM_CODE 0x4000001 [0000.345] I> Task: Load Page retirement list (0x50011139) [0000.350] I> Task: SDRAM params override (0x50011b79) [0000.355] I> Task: Save mem-bct info (0x50014071) [0000.360] I> Task: Carveout allocate (0x500140d5) [0000.364] I> RCM blob carveout will not be allocated [0000.369] I> ECC region[0]: Start:0x0, End:0x0 [0000.373] I> ECC region[1]: Start:0x0, End:0x0 [0000.378] I> ECC region[2]: Start:0x0, End:0x0 [0000.382] I> ECC region[3]: Start:0x0, End:0x0 [0000.386] I> ECC region[4]: Start:0x0, End:0x0 [0000.390] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.396] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.401] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.405] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.410] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.420] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.427] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.434] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.441] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.448] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.455] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.462] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.469] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.476] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.484] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.491] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.498] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.504] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.511] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.518] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.525] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.532] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.539] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.546] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.553] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.560] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.567] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.574] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.581] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.587] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.594] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.601] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.608] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.615] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.622] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.629] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.635] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.642] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.649] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.656] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.662] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.669] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.676] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.683] I> Task: Thermal check (0x5001fba1) [0000.687] I> max_chip_limit = 115 [0000.690] I> min_chip_limit = -30 [0000.693] I> max temp read = 31 [0000.696] I> min temp read = 29 [0000.699] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.705] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.710] I> Task: Disable WDT globally (0x5001f965) [0000.715] I> Task: I2C register (0x50000a31) [0000.719] I> Task: Reset FSI (0x50013db9) [0000.723] I> Task: Pinmux init (0x50013219) [0000.727] I> Task: Prod config init (0x50013631) [0000.732] I> Task: Pad voltage init (0x500132a5) [0000.736] I> Task: Prod init (0x500136d5) [0000.740] I> Task: Common rail init (0x50013bd1) [0000.745] W> Thermal config not found in BCT [0000.749] W> Generic i2c config not found in BCT [0000.753] W> Platform rail config not found in BCT [0000.759] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.768] W> MEMIO rail config not found in BCT [0000.772] I> Task: Mem clock src (0x500119c5) [0000.776] I> Task: Misc. board config (0x50013c29) [0000.781] W> Platform config not found in BCT [0000.785] I> Task: SDRAM init (0x500119c9) [0000.792] I> SDRAM-params @ 0xd485000 [0000.795] I> MSS code-drop: NvBootSdramInit [0000.799] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.807] I> MSS CAR: Init PLLM [0000.810] I> MSS CAR: Init PLLHUB [0000.815] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.826] I> mb1_sdram_init Done ! [0000.829] I> SDRAM Size in Total 0x800000000 [0000.834] I> Task: Dram Ecc scrub (0x50011261) [0000.838] I> Task: DRAM alias check (0x50011b71) [0000.869] I> Task: Program NSDRAM carveout (0x50014921) [0000.875] I> NSDRAM carveout encryption is disabled [0000.881] I> Program NSDRAM carveout [0000.885] I> Task: Register checker (0x50011b75) [0000.893] I> Task: Enable clock-mon (0x5001ed25) [0000.910] I> FMON: Fmon re-programming done [0000.914] I> Task: Mapper init (0x5001d451) [0000.920] I> Task: SC7 Context Init (0x5001f02d) [0000.926] I> Task: CCPLEX IST init (0x5000d335) [0000.932] I> Task: CPU WP0 (0x5000c635) [0000.937] I> Loading MCE [0000.940] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.946] I> Slot: 0 [0000.948] I> Binary[8] block-0 (partition size: 0x80000) [0000.954] I> get_binary_info: Binary name: MCE [0000.959] I> Size of crypto header is 8192 [0000.963] I> BCH load address is : 0x4003e000 [0000.969] I> Size of crypto header is 8192 [0000.973] I> BCH of MCE read from storage [0000.978] I> BCH address is : 0x4003e000 [0000.983] I> MCE header integrity check is success [0000.988] I> Binary magic in BCH component 0 is MTSM [0000.993] I> component binary type is 8 [0000.997] I> Size of crypto header is 8192 [0001.004] I> MCE binary is read from storage [0001.009] I> MCE binary integrity check is success [0001.014] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.022] I> Size of crypto header is 8192 [0001.036] I> Size of crypto header is 8192 [0001.041] I> Sending WP0 mailbox command to PSC [0001.051] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.071] I> Task: Load bpmp-fw (0x5001e801) [0001.076] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.082] I> Slot: 0 [0001.085] I> Binary[15] block-0 (partition size: 0x180000) [0001.091] I> get_binary_info: Binary name: BPMP_FW [0001.096] I> Size of crypto header is 8192 [0001.101] I> BCH load address is : 0x807fe000 [0001.106] I> Size of crypto header is 8192 [0001.111] I> BCH of BPMP_FW read from storage [0001.116] I> BCH address is : 0x807fe000 [0001.121] I> BPMP_FW header integrity check is success [0001.127] I> Binary magic in BCH component 0 is BPMF [0001.132] I> component binary type is 15 [0001.136] I> Size of crypto header is 8192 [0001.151] I> BPMP_FW binary is read from storage [0001.158] I> BPMP_FW binary integrity check is success [0001.164] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.172] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.178] I> Slot: 0 [0001.180] I> Binary[16] block-10000 (partition size: 0x400000) [0001.187] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.193] I> Size of crypto header is 8192 [0001.197] I> BCH load address is : 0x807fc000 [0001.203] I> Size of crypto header is 8192 [0001.208] I> BCH of BPMP_FW_DTB read from storage [0001.213] I> BCH address is : 0x807fc000 [0001.218] I> BPMP_FW_DTB header integrity check is success [0001.224] I> Binary magic in BCH component 0 is BPMD [0001.229] I> component binary type is 16 [0001.233] I> Size of crypto header is 8192 [0001.239] I> BPMP_FW_DTB binary is read from storage [0001.245] I> BPMP_FW_DTB binary integrity check is success [0001.251] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.260] I> Task: Load psc-fw (0x5001ea0d) [0001.266] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.272] I> Slot: 0 [0001.274] I> Binary[17] block-0 (partition size: 0xc0000) [0001.280] I> get_binary_info: Binary name: PSC_FW [0001.285] I> Size of crypto header is 8192 [0001.290] I> BCH load address is : 0x80ffe000 [0001.295] I> Size of crypto header is 8192 [0001.300] I> BCH of PSC_FW read from storage [0001.305] I> BCH address is : 0x80ffe000 [0001.310] I> PSC_FW header integrity check is success [0001.316] I> Binary magic in BCH component 0 is PFWP [0001.321] I> component binary type is 17 [0001.325] I> Size of crypto header is 8192 [0001.335] I> PSC_FW binary is read from storage [0001.341] I> PSC_FW binary integrity check is success [0001.347] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.355] I> Task: Load nvdec-fw (0x5001ea81) [0001.361] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.367] I> Slot: 0 [0001.369] I> Binary[7] block-0 (partition size: 0x100000) [0001.375] I> get_binary_info: Binary name: NVDEC [0001.380] I> Size of crypto header is 8192 [0001.385] I> BCH load address is : 0x800fe000 [0001.390] I> Size of crypto header is 8192 [0001.395] I> BCH of NVDEC read from storage [0001.399] I> BCH address is : 0x800fe000 [0001.405] I> NVDEC header integrity check is success [0001.410] I> Binary magic in BCH component 0 is NDEC [0001.415] I> component binary type is 7 [0001.420] I> Size of crypto header is 8192 [0001.427] I> NVDEC binary is read from storage [0001.432] I> NVDEC binary integrity check is success [0001.437] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.448] I> Task: Load tsec-fw (0x5001ec6d) [0001.453] I> TSEC-FW load support not enabled [0001.458] I> Task: Program misc carveouts (0x5001445d) [0001.464] I> Program IPC carveouts [0001.471] I> Task: GPIO interrupt map (0x50013cc5) [0001.478] I> Task: SC7 context save (0x5001f161) [0001.483] I> NV_SC7 Context addr: 0xa0000000 [0001.489] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.495] I> Slot: 0 [0001.497] I> Binary[27] block-0 (partition size: 0x100000) [0001.503] I> get_binary_info: Binary name: BR_BCT [0001.508] I> Size of crypto header is 8192 [0001.513] I> Size of crypto header is 8192 [0001.518] I> BR_BCT binary is read from storage [0001.523] I> BR_BCT binary integrity check is success [0001.528] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.536] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.542] I> Slot: 0 [0001.545] I> Binary[13] block-0 (partition size: 0x30000) [0001.551] I> get_binary_info: Binary name: SC7-FW [0001.556] I> Size of crypto header is 8192 [0001.560] I> Size of crypto header is 8192 [0001.565] I> BCH load address is : 0xa0002000 [0001.570] I> Size of crypto header is 8192 [0001.575] I> BCH of SC7-FW read from storage [0001.580] I> BCH address is : 0xa0002000 [0001.585] I> SC7-FW header integrity check is success [0001.590] I> Binary magic in BCH component 0 is WB0B [0001.596] I> component binary type is 13 [0001.600] I> Size of crypto header is 8192 [0001.606] I> SC7-FW binary is read from storage [0001.612] I> SC7-FW binary integrity check is success [0001.617] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.625] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.631] I> Slot: 0 [0001.634] I> Binary[22] block-0 (partition size: 0x30000) [0001.640] I> get_binary_info: Binary name: PSC_RF [0001.645] I> Size of crypto header is 8192 [0001.649] I> Size of crypto header is 8192 [0001.654] I> BCH load address is : 0xa0029460 [0001.659] I> Size of crypto header is 8192 [0001.664] I> BCH of PSC_RF read from storage [0001.669] I> BCH address is : 0xa0029460 [0001.674] I> PSC_RF header integrity check is success [0001.680] I> Binary magic in BCH component 0 is PSCR [0001.685] I> component binary type is 22 [0001.689] I> Size of crypto header is 8192 [0001.695] I> PSC_RF binary is read from storage [0001.701] I> PSC_RF binary integrity check is success [0001.706] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.726] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.732] I> Slot: 0 [0001.734] I> Binary[14] block-0 (partition size: 0x20000) [0001.740] I> get_binary_info: Binary name: MB2_RF [0001.745] I> Size of crypto header is 8192 [0001.750] I> Size of crypto header is 8192 [0001.755] I> BCH load address is : 0xa008e240 [0001.760] I> Size of crypto header is 8192 [0001.765] I> BCH of MB2_RF read from storage [0001.769] I> BCH address is : 0xa008e240 [0001.775] I> MB2_RF header integrity check is success [0001.780] I> Binary magic in BCH component 0 is MB2R [0001.786] I> component binary type is 14 [0001.790] I> Size of crypto header is 8192 [0001.796] I> MB2_RF binary is read from storage [0001.801] I> MB2_RF binary integrity check is success [0001.807] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.815] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.823] I> SC7 context fuse-bypass data is empty [0001.831] I> SC7 context save done [0001.834] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.841] I> Loading MB2 [0001.844] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.849] I> Slot: 0 [0001.852] I> Binary[6] block-0 (partition size: 0x80000) [0001.858] I> get_binary_info: Binary name: MB2 [0001.863] I> Size of crypto header is 8192 [0001.867] I> BCH load address is : 0x8007e000 [0001.873] I> Size of crypto header is 8192 [0001.878] I> BCH of MB2 read from storage [0001.882] I> BCH address is : 0x8007e000 [0001.887] I> MB2 header integrity check is success [0001.892] I> Binary magic in BCH component 0 is MB2B [0001.898] I> component binary type is 6 [0001.902] I> Size of crypto header is 8192 [0001.911] I> MB2 binary is read from storage [0001.917] I> MB2 binary integrity check is success [0001.922] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.930] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.937] I> Task: Prepare MB2 params (0x5000d5dd) [0001.946] I> MB2-params @ 0x40060000 [0001.953] I> BR-BCT Boot Chain Fields [0001.957] I> u32_non_gpio_select_boot_chain : 0 [0001.962] I> u32_num_boot_chains : 2 [0001.967] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.974] I> Task: Dram ecc test (0x500112cd) [0001.979] I> Task: Misc NV security settings (0x5000ced5) [0001.986] I> NVDEC sticky bits programming done [0001.991] I> Task: Disable/Reload WDT (0x5001f991) [0001.997] I> Programmed SLCG global override := 0x0 [0002.002] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f1917 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9477552 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 32 I> FSITHERM min temp = 30 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure NOR provision (0x50014924) I> Task: Load FSI keyblob (0x50012368) I> Skipping FSI key blob copy I> Task: Unhalt AUXPs (0x50020c8c) I> SCE unhalt skipped I> Unhalting RCE I> RCE unhalt successful I> DCE unhalt successful I> APE unhalt skipped I> FSI unhalt skipped I> Task: Load CPUBL (0x5001347c) I> Task: Load TOS (0x50013b38) I> Task: Load and authenticate registered FWs (0x50017428) I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_cpu-bo??[ 2.364059] Camera-FW on t234-rce-safe started ??bpmp: init bpmp: base binary md5 is eac380526d68ff45ffc86d0feae98e88 bpmp: combined binary md5 is 888a114dda6bea50b6c6bb224445ac85 bpmp: firmware tag is 888a114dda6bea50b6c6-eac380526d6 initialized vwdt initialized mail_early ??TCU early console enabled. ??initialized fuse initialized vfrel initialized hwwdt ini??INFO: MONITOR: populated user images:19 INF??tialized adc fmon_populate_monitors: found 199 monitors initialized fmon initialized mc initialized reset initialized uphy_early ??O: mret to Supervisor??initialized emc_early 471 clocks registered initialized clk_mach initialized clk_cal_early initia??! INFO: psc supervisor init. INFO: psc_irq_init... INFO: enter idle task. ??lized clk_mach_early_config initialized io_dpd initialized thermal initialized soctherm initialized tj_init initialized regime initialized i2c vrmon_dt_init: vrmon node not found vrmon_chk_boot_state: found 0 rail monitors initialized vrmon initialized regulator ??otloader I> Size o?? ??f partiti??initialized avfs_clk_platform initialized powergate ??on: 3670016 I> Binary@ device:3/0 block-24832 (partition size: 0x380000), name: A_cpu-b??initialized dvs ??oot??initialized clk_mach_config initialized pm initialized suspend initialized strap initialized emc initialized emc_mrq ??loader ??initialized clk_cal initialized uphy_dt initialized uphy_mrq initialized uphy initialized pg_late initialized pg_mrq_init swdtimer_init: 0 reg polling start w period 47 ms initialized swdtimer initialized hwwdt_late initialized bwmgr initialized thermal_host_trip initialized thermal_mrq initialized oc_mrq initialized reset_mrq initialized mail_mrq initialized fmon_mrq initialized clk_mrq initialized avfs_mrq initialized i2c_mrq initialized tag_mrq initialized bwmgr_mrq initialized console_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ??I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_secure-os I> Size of partition: 4194304 I> Bin??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??ary@ device:3/0 block-32000 (p??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss enable xusb_fs enable xusb_falcon enable xusb_core_mux enable dsi_lp enable sdmmc_legacy_tm initialized clk_mach_post initialized pg_post initialized regulator_post initialized profile ??[ 2.596114] Camera-FW on t234-rce-safe ready SHA1=7a10e461 (crt 13.247 ms,??initialized fuse_late initialized mrq initialized pat?? total boot 254.648 m??rol_scrubber initialized extras_post bpmp: init compl??s) ??ete ??artition size: 0x400000), name: A_secure-os I> MB2-params @ 0x40060000 I> cpubl: Authentication Finalize Done I> Binary cpubl loaded successfully at 0x82c400000 ??DCE: FW Boot Done ??I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eks I> eks: Authentication Finalize Done I> Binary eks loaded successfully at 0x82d000400 I> EKB detected (length: 0x410) @ VA:0x82d000400 I> Task: Prepare TOS params (0x50013ab0) I> Setting EKB blob info to OPTEE dtb finished. I> Setting OPTEE arg3: 0x82b700000 I> Task: OEM SC7 context save (0x500146bc) I> oem sc7 context saved I> Task: Disable MSS perf stats (0x50020d18) I> Task: Program display sticky bits (0x50020c94) I> Task: Storage device deinit (0x50001ed8) I> Task: SMMU external bypass disable (0x50011eb4) I> Task: SMMU init (0x50011dd0) I> Task: Program CBB PCIE AMAP regions (0x50014b08) I> Task: Program GICv3 registers (0x50020db8) I> Task: Audit firewall settings (0x5001e1c0) I> Task: Bootchain failure check (0x500026a4) I> Current Boot-Chain Slot: 0 I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0 I> MB2 finished ??NOTICE: BL31: v2.6(release):4fa405dbd NOTICE: BL31: Built : 20:16:55, Aug 10 2022 I/TC: I/TC: Non-secure external DT found I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f0100006). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ?? [0012.002] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0012.007] I> t234-A01-0-Silicon (0x12347) Prod [0012.012] I> Boot-mode : BPMP Diagnostic [0012.015] I> Emulation: [0012.018] I> Entry timestamp: 0x00000000 [0012.021] I> last_boot_error: 0x0 [0012.025] I> BR-BCT: preprod_dev_sign: 0 [0012.028] I> rst_source: 0x0, rst_level: 0x0 [0012.032] I> Task: Crypto init (0x5001c0d9) [0012.036] I> Task: Secure debug controls (0x5000cb19) [0012.041] I> Task: strap war set (0x5000b739) [0012.046] I> strap value(0x4000001) set to 0x4000001 [0012.050] I> Task: Program NV master stream id (0x5000cad1) [0012.056] I> Task: Verify boot mode (0xd482021) [0012.062] I> Task: Alias fuses (0x50010749) [0012.066] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0012.073] I> Task: Print SKU type (0x5000fba9) [0012.078] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0012.083] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0012.087] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0012.091] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0012.096] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0012.100] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0012.104] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0012.108] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0012.112] I> FUSE_SKU_INFO_0 = 0xd2 [0012.116] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0012.120] I> FUSE_PACKAGE_INFO_0 = 0x2 [0012.123] I> SKU: Prod [0012.125] I> Task: Boost clocks (0x50013db1) [0012.130] I> Initializing PLLC2 for AXI_CBB. [0012.134] I> AXI_CBB : src = 35, divisor = 0 [0012.138] I> Task: Voltage monitor (0x50013dbd) [0012.142] I> VMON: Vmon re-calibration and fine tuning done [0012.148] I> Task: UPHY init (0x5000da39) [0012.152] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0012.157] I> Task: Boot device init (0x50000a3d) [0012.162] I> Boot_device: RCM [0012.165] I> USB configuration success [0012.168] I> Task: TSC init (0x5001ed35) [0012.172] I> Task: Enable WDT 5th expiry (0x5001f929) [0012.177] I> Task: Disable WDT globally (0x5001f965) [0012.182] I> Task: I2C register (0x50000a31) [0012.186] I> Task: Reset FSI (0x50013db9) [0012.190] I> Task: Enable clock-mon (0x5001ed25) [0012.205] I> FMON: Fmon re-programming done [0012.209] I> Task: MB1 fixed firewalls (0x5001e55d) [0012.217] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0012.222] I> Loading MB2 Applet [0012.225] I> Scratch RSV109: 0x00000000 active chain: 0 [0012.231] I> Slot: 0 [0012.233] I> Binary[21] block-0 (partition size: 0x50000) [0012.238] I> get_binary_info: Binary name: MB2-Applet [0012.243] I> Size of crypto header is 8192 [0012.247] I> BCH load address is : 0x4004e000 [0012.251] I> Size of crypto header is 8192 [0012.255] I> BCH of MB2-Applet read from storage [0012.260] I> BCH address is : 0x4004e000 [0012.264] I> MB2-Applet header integrity check is success [0012.269] I> Binary magic in BCH component 0 is MB2A [0012.274] I> component binary type is 21 [0012.277] I> Size of crypto header is 8192 [0012.291] I> MB2-Applet binary is read from storage [0012.297] I> MB2-Applet binary integrity check is success [0012.302] I> Binary MB2-Applet loaded successfully at 0x40000000 (0x41b80) [0012.309] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0012.314] I> Task: Prepare MB2 params (0x5000d5dd) [0012.319] I> MB2-params @ 0x40060000 [0012.323] I> Region(2) already mapped [0012.326] E> Failed to map carveout: 50 [0012.330] I> BR-BCT Boot Chain Fields [0012.334] I> u32_non_gpio_select_boot_chain : 0 [0012.338] I> u32_num_boot_chains : 0 [0012.343] I> bf_bl_gpio_select_boot_chain_1b : 0 [0012.348] I> Task: Misc NV security settings (0x5000ced5) [0012.353] I> NVDEC sticky bits programming done [0012.358] I> Task: Disable/Reload WDT (0x5001f991) [0012.362] I> Programmed SLCG global override := 0x0 [0012.367] I> MB1: MSS reconfig completed I> Applet (version: 0.0.0.0-t234-54845784-dee653cf) I> t234-A01-0-Silicon (0x12347) I> Emulation: I> Entry timestamp: 0xffffffff I> Task: Pinmux init (0x4000062d) I> Task: Boot device init (0x400012e5) I> Applet do storage init I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : clk_m I> QSPI-0l initialized successfully I> sdmmc DDR50 mode I> sdmmc bdev is already initialized E> Unknown device 7 E> Unknown device 8 I> Task: Partition Manager Init (0x40002d1d) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: I2C register (0x400006a5) I> Task: Register exit handlers (0x400005f5) I> Task: Enter 3p server (0x400018e1) I> USB configuration success I> Populate chip info I> RAM_CODE 0x4000001 I> Populate eeprom info I> Populate eeprom info for module cvm I> dump bct I> Rebooting : reboot-recovery ?? [0121.100] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0121.105] I> t234-A01-0-Silicon (0x12347) Prod [0121.110] I> Boot-mode : Coldboot [0121.113] I> Emulation: [0121.115] I> Entry timestamp: 0x00000000 [0121.119] I> last_boot_error: 0x0 [0121.122] I> BR-BCT: preprod_dev_sign: 0 [0121.126] I> rst_source: 0xb, rst_level: 0x1 [0121.130] I> Task: CRC check (0x5001cf71) [0121.134] I> Skip CRC check as records_integrity fuse is not burned [0121.140] I> Task: Crypto init (0x5001c0d9) [0121.144] I> Task: Secure debug controls (0x5000cb19) [0121.149] I> Task: strap war set (0x5000b739) [0121.153] I> strap value(0x4000001) set to 0x4000001 [0121.158] I> Task: Initialize SOC Therm (0x5001a509) [0121.163] I> Task: Program NV master stream id (0x5000cad1) [0121.168] I> Task: Verify boot mode (0xd482021) [0121.174] I> Task: Alias fuses (0x50010749) [0121.179] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0121.186] I> Task: Print SKU type (0x5000fba9) [0121.190] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0121.195] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0121.200] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0121.204] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0121.208] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0121.212] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0121.217] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0121.221] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0121.225] I> FUSE_SKU_INFO_0 = 0xd2 [0121.228] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0121.232] I> FUSE_PACKAGE_INFO_0 = 0x2 [0121.236] I> SKU: Prod [0121.238] I> Task: Boost clocks (0x50013db1) [0121.242] I> Initializing PLLC2 for AXI_CBB. [0121.246] I> AXI_CBB : src = 35, divisor = 0 [0121.250] I> Task: Voltage monitor (0x50013dbd) [0121.255] I> VMON: Vmon re-calibration and fine tuning done [0121.260] I> Task: UPHY init (0x5000da39) [0121.265] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0121.270] I> Task: Boot device init (0x50000a3d) [0121.275] I> Boot_device: RCM [0121.278] I> USB configuration success [0122.555] I> Task: TSC init (0x5001ed35) [0122.559] I> Task: Load membct (0x5001190d) [0122.563] I> RAM_CODE 0x4000001 [0122.566] I> Loading MEM-BCT to SysRAM [0122.570] I> Scratch RSV109: 0x00000000 active chain: 0 [0122.575] I> Slot: 0 [0122.577] I> Binary[0] block-0 (partition size: 0x40000) [0122.582] I> get_binary_info: Binary name: MEM-BCT-0 [0122.587] I> Size of crypto header is 8192 [0122.591] I> BCH load address is : 0x40050000 [0122.596] I> Size of crypto header is 8192 [0122.600] I> BCH of MEM-BCT-0 read from storage [0122.604] I> BCH address is : 0x40050000 [0122.608] I> MEM-BCT-0 header integrity check is success [0122.613] I> Binary magic in BCH component 0 is MEM0 [0122.618] I> component binary type is 0 [0122.624] I> MEM-BCT-0 binary is read from storage [0122.629] I> MEM-BCT-0 binary integrity check is success [0122.634] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0122.641] I> RAM_CODE 0x4000001 [0122.646] I> RAM_CODE 0x4000001 [0122.650] I> Task: Load Page retirement list (0x50011139) [0122.655] I> Task: SDRAM params override (0x50011b79) [0122.660] I> Task: Save mem-bct info (0x50014071) [0122.665] I> Task: Carveout allocate (0x500140d5) [0122.669] I> ECC region[0]: Start:0x0, End:0x0 [0122.673] I> ECC region[1]: Start:0x0, End:0x0 [0122.678] I> ECC region[2]: Start:0x0, End:0x0 [0122.682] I> ECC region[3]: Start:0x0, End:0x0 [0122.686] I> ECC region[4]: Start:0x0, End:0x0 [0122.690] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0122.696] I> Non-ECC region[1]: Start:0x0, End:0x0 [0122.701] I> Non-ECC region[2]: Start:0x0, End:0x0 [0122.706] I> Non-ECC region[3]: Start:0x0, End:0x0 [0122.710] I> Non-ECC region[4]: Start:0x0, End:0x0 [0122.720] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0122.727] I> allocated(CO:46) base:0x820000000 size:0x20000000 align: 0x20000000 [0122.734] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0122.742] I> allocated(CO:39) base:0x81a000000 size:0x6000000 align: 0x200000 [0122.749] I> allocated(CO:20) base:0x818000000 size:0x2000000 align: 0x2000000 [0122.756] I> allocated(CO:24) base:0x816000000 size:0x2000000 align: 0x2000000 [0122.763] I> allocated(CO:28) base:0x814000000 size:0x2000000 align: 0x2000000 [0122.770] I> allocated(CO:29) base:0x812000000 size:0x2000000 align: 0x2000000 [0122.777] I> allocated(CO:43) base:0x810000000 size:0x2000000 align: 0x200000 [0122.784] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0122.791] I> allocated(CO:41) base:0x80f000000 size:0x1000000 align: 0x100000 [0122.798] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0122.805] I> allocated(CO:03) base:0x80e800000 size:0x800000 align: 0x800000 [0122.812] I> allocated(CO:06) base:0x80e000000 size:0x800000 align: 0x800000 [0122.819] I> allocated(CO:10) base:0x80d800000 size:0x800000 align: 0x800000 [0122.826] I> allocated(CO:56) base:0x80d000000 size:0x800000 align: 0x200000 [0122.833] I> allocated(CO:07) base:0x80cc00000 size:0x400000 align: 0x400000 [0122.840] I> allocated(CO:33) base:0x80c800000 size:0x400000 align: 0x200000 [0122.847] I> allocated(CO:47) base:0x80c400000 size:0x400000 align: 0x200000 [0122.854] I> allocated(CO:72) base:0x80c200000 size:0x200000 align: 0x10000 [0122.860] I> allocated(CO:01) base:0x80c100000 size:0x100000 align: 0x100000 [0122.867] I> allocated(CO:04) base:0x80c000000 size:0x100000 align: 0x100000 [0122.874] I> allocated(CO:05) base:0x80bf00000 size:0x100000 align: 0x100000 [0122.881] I> allocated(CO:08) base:0x80be00000 size:0x100000 align: 0x100000 [0122.888] I> allocated(CO:09) base:0x80bd00000 size:0x100000 align: 0x100000 [0122.895] I> allocated(CO:15) base:0x80bc00000 size:0x100000 align: 0x100000 [0122.902] I> allocated(CO:17) base:0x80bb00000 size:0x100000 align: 0x100000 [0122.909] I> allocated(CO:23) base:0x80ba00000 size:0x100000 align: 0x100000 [0122.916] I> allocated(CO:27) base:0x80b900000 size:0x100000 align: 0x100000 [0122.923] I> allocated(CO:42) base:0x80b800000 size:0x100000 align: 0x100000 [0122.930] I> allocated(CO:54) base:0x80b780000 size:0x80000 align: 0x80000 [0122.936] I> allocated(CO:26) base:0x80b740000 size:0x40000 align: 0x2000 [0122.943] I> allocated(CO:48) base:0x80b720000 size:0x20000 align: 0x10000 [0122.950] I> allocated(CO:69) base:0x80b700000 size:0x20000 align: 0x10000 [0122.957] I> allocated(CO:34) base:0x80b6f0000 size:0x10000 align: 0x10000 [0122.963] I> allocated(CO:35) base:0x80b6e0000 size:0x10000 align: 0x10000 [0122.970] I> allocated(CO:49) base:0x80b6d0000 size:0x10000 align: 0x10000 [0122.977] I> allocated(CO:50) base:0x80b6c0000 size:0x10000 align: 0x10000 [0122.984] I> allocated(CO:52) base:0x80b6b0000 size:0x10000 align: 0x10000 [0122.990] I> Task: Thermal check (0x5001fba1) [0122.995] I> max_chip_limit = 115 [0122.998] I> min_chip_limit = -30 [0123.001] I> max temp read = 35 [0123.004] I> min temp rea[0123.875] I> BCH of MCE read from storage [0123.880] I> BCH address is : 0x4003e000 [0123.886] I> MCE header integrity check is success [0123.891] I> Binary magic in BCH component 0 is MTSM [0123.896] I> component binary type is 8 [0123.901] I> Size of crypto header is 8192 [0123.912] I> MCE binary is read from storage [0123.917] I> MCE binary integrity check is success [0123.923] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0123.931] I> Size of crypto header is 8192 [0123.936] I> Sending WP0 mailbox command to PSC [0123.947] I> Task: MB1 fixed firewalls (0x5001e55d) [0123.966] I> Task: Load bpmp-fw (0x5001e801) [0123.972] I> Scratch RSV109: 0x00000000 active chain: 0 [0123.978] I> Slot: 0 [0123.981] I> Binary[15] block-0 (partition size: 0x180000) [0123.987] I> get_binary_info: Binary name: BPMP_FW [0123.992] I> Size of crypto header is 8192 [0123.997] I> BCH load address is : 0x807fe000 [0124.003] I> Size of crypto header is 8192 [0124.008] I> BCH of BPMP_FW read from storage [0124.013] I> BCH address is : 0x807fe000 [0124.018] I> BPMP_FW header integrity check is success [0124.024] I> Binary magic in BCH component 0 is BPMF [0124.030] I> component binary type is 15 [0124.034] I> Size of crypto header is 8192 [0124.075] I> BPMP_FW binary is read from storage [0124.083] I> BPMP_FW binary integrity check is success [0124.088] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0124.097] I> Scratch RSV109: 0x00000000 active chain: 0 [0124.103] I> Slot: 0 [0124.105] I> Binary[16] block-251658752 (partition size: 0x400000) [0124.113] I> get_binary_info: Binary name: BPMP_FW_DTB [0124.119] I> Size of crypto header is 8192 [0124.124] I> BCH load address is : 0x807fc000 [0124.130] I> Size of crypto header is 8192 [0124.135] I> BCH of BPMP_FW_DTB read from storage [0124.140] I> BCH address is : 0x807fc000 [0124.146] I> BPMP_FW_DTB header integrity check is success [0124.152] I> Binary magic in BCH component 0 is BPMD [0124.157] I> component binary type is 16 [0124.162] I> Size of crypto header is 8192 [0124.171] I> BPMP_FW_DTB binary is read from storage [0124.177] I> BPMP_FW_DTB binary integrity check is success [0124.183] I> Binary BPMP_FW_DTB loaded successfully at 0x807dbbb0 (0x20440) [0124.193] I> Task: Load psc-fw (0x5001ea0d) [0124.198] I> Scratch RSV109: 0x00000000 active chain: 0 [0124.204] I> Slot: 0 [0124.207] I> Binary[17] block-0 (partition size: 0xc0000) [0124.213] I> get_binary_info: Binary name: PSC_FW [0124.219] I> Size of crypto header is 8192 [0124.223] I> BCH load address is : 0x80ffe000 [0124.229] I> Size of crypto header is 8192 [0124.234] I> BCH of PSC_FW read from storage [0124.239] I> BCH address is : 0x80ffe000 [0124.245] I> PSC_FW header integrity check is success [0124.250] I> Binary magic in BCH component 0 is PFWP [0124.256] I> component binary type is 17 [0124.260] I> Size of crypto header is 8192 [0124.283] I> PSC_FW binary is read from storage [0124.289] I> PSC_FW binary integrity check is success [0124.295] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0124.304] I> Task: Load nvdec-fw (0x5001ea81) [0124.310] I> Scratch RSV109: 0x00000000 active chain: 0 [0124.316] I> Slot: 0 [0124.318] I> Binary[7] block-0 (partition size: 0x100000) [0124.324] I> get_binary_info: Binary name: NVDEC [0124.330] I> Size of crypto header is 8192 [0124.334] I> BCH load address is : 0x800fe000 [0124.340] I> Size of crypto header is 8192 [0124.345] I> BCH of NVDEC read from storage [0124.350] I> BCH address is : 0x800fe000 [0124.356] I> NVDEC header integrity check is success [0124.361] I> Binary magic in BCH component 0 is NDEC [0124.367] I> component binary type is 7 [0124.371] I> Size of crypto header is 8192 [0124.383] I> NVDEC binary is read from storage [0124.389] I> NVDEC binary integrity check is success [0124.395] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0124.405] I> Task: Load tsec-fw (0x5001ec6d) [0124.411] I> TSEC-FW load support not enabled [0124.416] I> Task: Program misc carveouts (0x5001445d) [0124.422] I> Program IPC carveouts [0124.430] I> Task: GPIO interrupt map (0x50013cc5) [0124.436] I> Task: SC7 context save (0x5001f161) [0124.442] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0124.448] I> Loading MB2 [0124.452] I> Scratch RSV109: 0x00000000 active chain: 0 [0124.458] I> Slot: 0 [0124.460] I> Binary[6] block-0 (partition size: 0x80000) [0124.466] I> get_binary_info: Binary name: MB2 [0124.471] I> Size of crypto header is 8192 [0124.476] I> BCH load address is : 0x8007e000 [0124.482] I> Size of crypto header is 8192 [0124.487] I> BCH of MB2 read from storage [0124.491] I> BCH address is : 0x8007e000 [0124.497] I> MB2 I> Erasing device 3: 0 I> QSPI: Erasing entire device I> Writing device 3: 0. I> Found 57 partitions in QSPI_FLASH (instance 0) I> Erasing device 1: 3 I> Writing device 1: 3. I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing A_mb1 partition. I> Writing A_psc_bl1 partition. I> Writing A_nvdec partition. I> Writing A_mb2 partition. I> Writing A_xusb-fw partition. I> Writing A_bpmp-fw partition. I> Writing A_bpmp-fw-dtb partition. I> Writing A_psc-fw partition. I> Writing A_mts-mce partition. I> Writing A_sc7 partition. I> Writing A_pscrf partition. I> Writing A_mb2rf partition. I> Writing A_cpu-bootloader partition. I> Writing A_secure-os partition. I> Writing A_eks partition. I> Writing A_dce-fw partition. I> Writing A_spe-fw partition. I> Writing A_rce-fw partition. I> Writing A_adsp-fw partition. I> Writing B_mb1 partition. I> Writing B_psc_bl1 partition. I> Writing B_nvdec partition. I> Writing B_mb2 partition. I> Writing B_xusb-fw partition. I> Writing B_bpmp-fw partition. I> Writing B_bpmp-fw-dtb partition. I> Writing B_psc-fw partition. I> Writing B_mts-mce partition. I> Writing B_sc7 partition. I> Writing B_pscrf partition. I> Writing B_mb2rf partition. I> Writing B_cpu-bootloader partition. I> Writing B_secure-os partition. I> Writing B_eks partition. I> Writing B_dce-fw partition. I> Writing B_spe-fw partition. I> Writing B_rce-fw partition. I> Writing B_adsp-fw partition. I> Writing B_VER partition. I> Writing A_VER partition. I> Writing device 1: 3. I> Writing A_kernel partition. I> Writing A_kernel-dtb partition. I> Writing B_kernel partition. I> Writing B_kernel-dtb partition. I> Writing recovery partition. I> Writing recovery-dtb partition. I> Writing esp partition. I> Writing APP partition. I> Writing secondary_gpt_backup partition. I> Writing BCT partition. I> Writing BCT-boot-chain_backup partition. I> Writing A_MB1_BCT partition. I> Writing B_MB1_BCT partition. I> Writing A_MEM_BCT partition. I> Writing B_MEM_BCT partition. I> Rebooting : reset-coldboot ?? [0000.060] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.066] I> t234-A01-0-Silicon (0x12347) Prod [0000.070] I> Boot-mode : Coldboot [0000.073] I> Emulation: [0000.075] I> Entry timestamp: 0x00000000 [0000.079] I> last_boot_error: 0x0 [0000.082] I> BR-BCT: preprod_dev_sign: 0 [0000.086] I> rst_source: 0xb, rst_level: 0x1 [0000.090] I> Task: CRC check (0x5001cf71) [0000.094] I> Skip CRC check as records_integrity fuse is not burned [0000.100] I> Task: Crypto init (0x5001c0d9) [0000.104] I> Task: Secure debug controls (0x5000cb19) [0000.109] I> Task: strap war set (0x5000b739) [0000.113] I> strap value(0x4000001) set to 0x4000001 [0000.118] I> Task: Initialize SOC Therm (0x5001a509) [0000.123] I> Task: Program NV master stream id (0x5000cad1) [0000.128] I> Task: Verify boot mode (0xd482021) [0000.134] I> Task: Alias fuses (0x50010749) [0000.139] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.146] I> Task: Print SKU type (0x5000fba9) [0000.150] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.156] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.160] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.164] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.168] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.173] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.177] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.181] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.185] I> FUSE_SKU_INFO_0 = 0xd2 [0000.188] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.192] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.196] I> SKU: Prod [0000.198] I> Task: Boost clocks (0x50013db1) [0000.202] I> Initializing PLLC2 for AXI_CBB. [0000.206] I> AXI_CBB : src = 35, divisor = 0 [0000.211] I> Task: Voltage monitor (0x50013dbd) [0000.215] I> VMON: Vmon re-calibration and fine tuning done [0000.220] I> Task: UPHY init (0x5000da39) [0000.225] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.231] I> Task: Boot device init (0x50000a3d) [0000.235] I> Boot_device: QSPI_FLASH instance: 0 [0000.240] I> Qspi clock source : pllc_out0 [0000.244] I> QSPI Flash: Macronix 64MB [0000.247] I> QSPI-0l initialized successfully [0000.252] I> Task: TSC init (0x5001ed35) [0000.256] I> Task: Load membct (0x5001190d) [0000.260] I> RAM_CODE 0x4000001 [0000.263] I> Loading MEM-BCT to SysRAM [0000.266] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.271] I> Slot: 0 [0000.274] I> Binary[0] block-0 (partition size: 0x40000) [0000.279] I> get_binary_info: Binary name: MEM-BCT-0 [0000.284] I> Size of crypto header is 8192 [0000.287] I> BCH load address is : 0x40050000 [0000.292] I> Size of crypto header is 8192 [0000.296] I> BCH of MEM-BCT-0 read from storage [0000.300] I> BCH address is : 0x40050000 [0000.304] I> MEM-BCT-0 header integrity check is success [0000.309] I> Binary magic in BCH component 0 is MEM0 [0000.314] I> component binary type is 0 [0000.318] I> MEM-BCT-0 binary is read from storage [0000.323] I> MEM-BCT-0 binary integrity check is success [0000.328] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.335] I> RAM_CODE 0x4000001 [0000.340] I> RAM_CODE 0x4000001 [0000.344] I> Task: Load Page retirement list (0x50011139) [0000.349] I> Task: SDRAM params override (0x50011b79) [0000.354] I> Task: Save mem-bct info (0x50014071) [0000.359] I> Task: Carveout allocate (0x500140d5) [0000.363] I> RCM blob carveout will not be allocated [0000.368] I> ECC region[0]: Start:0x0, End:0x0 [0000.372] I> ECC region[1]: Start:0x0, End:0x0 [0000.377] I> ECC region[2]: Start:0x0, End:0x0 [0000.381] I> ECC region[3]: Start:0x0, End:0x0 [0000.385] I> ECC region[4]: Start:0x0, End:0x0 [0000.389] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.395] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.400] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.405] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.409] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.419] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.426] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.433] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.440] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.447] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.454] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.462] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.469] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.476] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.483] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.490] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.497] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.504] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.511] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.517] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.524] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.531] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.538] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.545] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.552] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.559] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.566] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.573] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.580] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.587] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.594] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.600] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.607] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.614] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.621] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.628] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.635] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.641] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.648] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.655] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.662] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.668] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.675] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.682] I> Task: Thermal check (0x5001fba1) [0000.686] I> max_chip_limit = 115 [0000.689] I> min_chip_limit = -30 [0000.692] I> max temp read = 32 [0000.695] I> min temp read = 30 [0000.698] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.705] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.709] I> Task: Disable WDT globally (0x5001f965) [0000.714] I> Task: I2C register (0x50000a31) [0000.718] I> Task: Reset FSI (0x50013db9) [0000.722] I> Task: Pinmux init (0x50013219) [0000.727] I> Task: Prod config init (0x50013631) [0000.731] I> Task: Pad voltage init (0x500132a5) [0000.736] I> Task: Prod init (0x500136d5) [0000.739] I> Task: Common rail init (0x50013bd1) [0000.744] W> Thermal config not found in BCT [0000.748] W> Generic i2c config not found in BCT [0000.753] W> Platform rail config not found in BCT [0000.758] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.766] W> MEMIO rail config not found in BCT [0000.770] I> Task: Mem clock src (0x500119c5) [0000.775] I> Task: Misc. board config (0x50013c29) [0000.779] W> Platform config not found in BCT [0000.784] I> Task: SDRAM init (0x500119c9) [0000.790] I> SDRAM-params @ 0xd485000 [0000.794] I> MSS code-drop: NvBootSdramInit [0000.798] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.805] I> MSS CAR: Init PLLM [0000.808] I> MSS CAR: Init PLLHUB [0000.813] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.825] I> mb1_sdram_init Done ! [0000.828] I> SDRAM Size in Total 0x800000000 [0000.832] I> Task: Dram Ecc scrub (0x50011261) [0000.836] I> Task: DRAM alias check (0x50011b71) [0000.867] I> Task: Program NSDRAM carveout (0x50014921) [0000.874] I> NSDRAM carveout encryption is disabled [0000.879] I> Program NSDRAM carveout [0000.883] I> Task: Register checker (0x50011b75) [0000.892] I> Task: Enable clock-mon (0x5001ed25) [0000.908] I> FMON: Fmon re-programming done [0000.913] I> Task: Mapper init (0x5001d451) [0000.918] I> Task: SC7 Context Init (0x5001f02d) [0000.924] I> Task: CCPLEX IST init (0x5000d335) [0000.930] I> Task: CPU WP0 (0x5000c635) [0000.935] I> Loading MCE [0000.938] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.944] I> Slot: 0 [0000.946] I> Binary[8] block-0 (partition size: 0x80000) [0000.952] I> get_binary_info: Binary name: MCE [0000.957] I> Size of crypto header is 8192 [0000.961] I> BCH load address is : 0x4003e000 [0000.967] I> Size of crypto header is 8192 [0000.972] I> BCH of MCE read from storage [0000.976] I> BCH address is : 0x4003e000 [0000.981] I> MCE header integrity check is success [0000.986] I> Binary magic in BCH component 0 is MTSM [0000.992] I> component binary type is 8 [0000.996] I> Size of crypto header is 8192 [0001.002] I> MCE binary is read from storage [0001.008] I> MCE binary integrity check is success [0001.013] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.020] I> Size of crypto header is 8192 [0001.035] I> Size of crypto header is 8192 [0001.040] I> Sending WP0 mailbox command to PSC [0001.050] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.069] I> Task: Load bpmp-fw (0x5001e801) [0001.075] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.081] I> Slot: 0 [0001.083] I> Binary[15] block-0 (partition size: 0x180000) [0001.089] I> get_binary_info: Binary name: BPMP_FW [0001.094] I> Size of crypto header is 8192 [0001.099] I> BCH load address is : 0x807fe000 [0001.104] I> Size of crypto header is 8192 [0001.109] I> BCH of BPMP_FW read from storage [0001.114] I> BCH address is : 0x807fe000 [0001.119] I> BPMP_FW header integrity check is success [0001.125] I> Binary magic in BCH component 0 is BPMF [0001.130] I> component binary type is 15 [0001.134] I> Size of crypto header is 8192 [0001.150] I> BPMP_FW binary is read from storage [0001.157] I> BPMP_FW binary integrity check is success [0001.162] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.170] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.176] I> Slot: 0 [0001.179] I> Binary[16] block-10000 (partition size: 0x400000) [0001.186] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.191] I> Size of crypto header is 8192 [0001.196] I> BCH load address is : 0x807fc000 [0001.201] I> Size of crypto header is 8192 [0001.206] I> BCH of BPMP_FW_DTB read from storage [0001.211] I> BCH address is : 0x807fc000 [0001.216] I> BPMP_FW_DTB header integrity check is success [0001.222] I> Binary magic in BCH component 0 is BPMD [0001.228] I> component binary type is 16 [0001.232] I> Size of crypto header is 8192 [0001.238] I> BPMP_FW_DTB binary is read from storage [0001.244] I> BPMP_FW_DTB binary integrity check is success [0001.250] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.259] I> Task: Load psc-fw (0x5001ea0d) [0001.264] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.270] I> Slot: 0 [0001.272] I> Binary[17] block-0 (partition size: 0xc0000) [0001.279] I> get_binary_info: Binary name: PSC_FW [0001.284] I> Size of crypto header is 8192 [0001.288] I> BCH load address is : 0x80ffe000 [0001.294] I> Size of crypto header is 8192 [0001.299] I> BCH of PSC_FW read from storage [0001.303] I> BCH address is : 0x80ffe000 [0001.309] I> PSC_FW header integrity check is success [0001.314] I> Binary magic in BCH component 0 is PFWP [0001.319] I> component binary type is 17 [0001.323] I> Size of crypto header is 8192 [0001.333] I> PSC_FW binary is read from storage [0001.340] I> PSC_FW binary integrity check is success [0001.345] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.353] I> Task: Load nvdec-fw (0x5001ea81) [0001.359] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.365] I> Slot: 0 [0001.367] I> Binary[7] block-0 (partition size: 0x100000) [0001.373] I> get_binary_info: Binary name: NVDEC [0001.378] I> Size of crypto header is 8192 [0001.383] I> BCH load address is : 0x800fe000 [0001.388] I> Size of crypto header is 8192 [0001.393] I> BCH of NVDEC read from storage [0001.398] I> BCH address is : 0x800fe000 [0001.403] I> NVDEC header integrity check is success [0001.408] I> Binary magic in BCH component 0 is NDEC [0001.414] I> component binary type is 7 [0001.418] I> Size of crypto header is 8192 [0001.425] I> NVDEC binary is read from storage [0001.430] I> NVDEC binary integrity check is success [0001.436] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.446] I> Task: Load tsec-fw (0x5001ec6d) [0001.452] I> TSEC-FW load support not enabled [0001.456] I> Task: Program misc carveouts (0x5001445d) [0001.463] I> Program IPC carveouts [0001.470] I> Task: GPIO interrupt map (0x50013cc5) [0001.476] I> Task: SC7 context save (0x5001f161) [0001.482] I> NV_SC7 Context addr: 0xa0000000 [0001.487] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.493] I> Slot: 0 [0001.495] I> Binary[27] block-0 (partition size: 0x100000) [0001.502] I> get_binary_info: Binary name: BR_BCT [0001.507] I> Size of crypto header is 8192 [0001.511] I> Size of crypto header is 8192 [0001.516] I> BR_BCT binary is read from storage [0001.521] I> BR_BCT binary integrity check is success [0001.527] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.535] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.541] I> Slot: 0 [0001.543] I> Binary[13] block-0 (partition size: 0x30000) [0001.549] I> get_binary_info: Binary name: SC7-FW [0001.554] I> Size of crypto header is 8192 [0001.559] I> Size of crypto header is 8192 [0001.563] I> BCH load address is : 0xa0002000 [0001.569] I> Size of crypto header is 8192 [0001.573] I> BCH of SC7-FW read from storage [0001.578] I> BCH address is : 0xa0002000 [0001.584] I> SC7-FW header integrity check is success [0001.589] I> Binary magic in BCH component 0 is WB0B [0001.594] I> component binary type is 13 [0001.598] I> Size of crypto header is 8192 [0001.605] I> SC7-FW binary is read from storage [0001.610] I> SC7-FW binary integrity check is success [0001.616] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.624] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.630] I> Slot: 0 [0001.632] I> Binary[22] block-0 (partition size: 0x30000) [0001.638] I> get_binary_info: Binary name: PSC_RF [0001.643] I> Size of crypto header is 8192 [0001.648] I> Size of crypto header is 8192 [0001.652] I> BCH load address is : 0xa0029460 [0001.658] I> Size of crypto header is 8192 [0001.663] I> BCH of PSC_RF read from storage [0001.667] I> BCH address is : 0xa0029460 [0001.673] I> PSC_RF header integrity check is success [0001.678] I> Binary magic in BCH component 0 is PSCR [0001.683] I> component binary type is 22 [0001.688] I> Size of crypto header is 8192 [0001.694] I> PSC_RF binary is read from storage [0001.699] I> PSC_RF binary integrity check is success [0001.704] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.724] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.730] I> Slot: 0 [0001.733] I> Binary[14] block-0 (partition size: 0x20000) [0001.739] I> get_binary_info: Binary name: MB2_RF [0001.744] I> Size of crypto header is 8192 [0001.748] I> Size of crypto header is 8192 [0001.753] I> BCH load address is : 0xa008e240 [0001.758] I> Size of crypto header is 8192 [0001.763] I> BCH of MB2_RF read from storage [0001.768] I> BCH address is : 0xa008e240 [0001.773] I> MB2_RF header integrity check is success [0001.779] I> Binary magic in BCH component 0 is MB2R [0001.784] I> component binary type is 14 [0001.788] I> Size of crypto header is 8192 [0001.794] I> MB2_RF binary is read from storage [0001.800] I> MB2_RF binary integrity check is success [0001.805] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.814] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.822] I> SC7 context fuse-bypass data is empty [0001.829] I> SC7 context save done [0001.833] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.839] I> Loading MB2 [0001.842] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.848] I> Slot: 0 [0001.850] I> Binary[6] block-0 (partition size: 0x80000) [0001.857] I> get_binary_info: Binary name: MB2 [0001.861] I> Size of crypto header is 8192 [0001.866] I> BCH load address is : 0x8007e000 [0001.871] I> Size of crypto header is 8192 [0001.876] I> BCH of MB2 read from storage [0001.881] I> BCH address is : 0x8007e000 [0001.886] I> MB2 header integrity check is success [0001.891] I> Binary magic in BCH component 0 is MB2B [0001.896] I> component binary type is 6 [0001.901] I> Size of crypto header is 8192 [0001.910] I> MB2 binary is read from storage [0001.915] I> MB2 binary integrity check is success [0001.921] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.929] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.936] I> Task: Prepare MB2 params (0x5000d5dd) [0001.944] I> MB2-params @ 0x40060000 [0001.952] I> BR-BCT Boot Chain Fields [0001.956] I> u32_non_gpio_select_boot_chain : 0 [0001.961] I> u32_num_boot_chains : 2 [0001.966] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.972] I> Task: Dram ecc test (0x500112cd) [0001.978] I> Task: Misc NV security settings (0x5000ced5) [0001.984] I> NVDEC sticky bits programming done [0001.989] I> Task: Disable/Reload WDT (0x5001f991) [0001.995] I> Programmed SLCG global override := 0x0 [0002.000] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f13cc I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9428224 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 33 I> FSITHERM min temp = 31 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure NOR provision (0x50014924) I> Task: Load FSI keyblob (0x50012368) I> Skipping FSI key blob copy I> Task: Unhalt AUXPs (0x50020c8c) I> SCE unhalt skipped I> Unhalting RCE I> RCE unhalt successful I> DCE unhalt successful I> APE unhalt skipped I> FSI unhalt skipped I> Task: Load CPUBL (0x5001347c) I> Task: Load TOS (0x50013b38) I> Task: Load and authenticate registered FWs (0x50017428) I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_cpu??[ 2.363882] Camera-FW on t234-rce-safe started ??INFO: MONITOR: populated user images:19 INFO: mret to Supervisor! INFO: psc supervisor init. INFO: psc_irq_init... INFO: enter idle task. ??bpmp: init bpmp: base binary md5 is eac3805??TCU early console ena??26d68ff45ffc86d0feae98e88 bpmp: combined binary md5 is 888a114dda6bea50b6c6bb??bled. ??224445ac85 bpmp: firmware tag is 888a114dda6bea50b6c6-eac380526d6 initialized vwdt initialized mail_early initialized fuse initialized vfrel initialized hwwdt initialized adc fmon_populate_monitors: found 199 monitors initialized fmon initialized mc initialized reset initialized uphy_early initialized emc_early 471 clocks registered initialized clk_mach initialized clk_cal_early initialized clk_mach_early_config initialized io_dpd initialized thermal initialized soctherm initialized tj_init initialized regime initialized i2c vrmon_dt_init: vrmon node not found vrmon_chk_boot_state: found 0 rail monitors initialized vrmon initialized regulator ?? ??-bootloader I> Size of partition: 3670016 I> Binary@ device:3/0 block-24832 (partition size: 0x380000), name: A_cpu-bootloader??initialized avfs_clk_platform initialized powergate ?? ??initialized dvs initialized clk_mach_config initialized pm initialized suspend initialized strap initialized emc initialized emc_mrq initialized clk_cal initialized uphy_dt initialized uphy_mrq initialized uphy ??I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_secure-os I> Size of partition: 4194304 I> Binary@ device:3/0 block-32000 (partition size: 0x400000), name: A_secure-os ??initialized pg_late initialized pg_mrq_init swdtimer_init: 0 reg polling start w period 47 ms initialized swdtimer initialized hwwdt_late initialized bwmgr initialized thermal_host_trip initialized thermal_mrq initialized oc_mrq initialized reset_mrq initialized mail_mrq initialized fmon_mrq initialized clk_mrq initialized avfs_mrq initialized i2c_mrq initialized tag_mrq initialized bwmgr_mrq initialized console_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ??I> MB2-params @ 0x400600??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??00 I> cpubl: Authentication Fi??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss ena??[ 2.603447] Camer??ble xusb_fs enable xusb_falcon enable xusb_core_mux ??a-FW on t234-rce-safe??enable dsi_lp enable sdmmc_legacy_tm initialized clk_?? ready SHA1=7a10e461 ??mach_post initialized pg_post ??(crt 13.247 ms, total??initialized regulator_post initialized profile initialized fuse_late initia?? boot 262.146 ms) ??lized mrq initialized patrol_scrubber initialized extras_post bpmp: init complete ??DCE: FW Boot Done ??nalize Done I> Binary cpubl loaded successfully at 0x82c400000 I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eks I> eks: Authentication Finalize Done I> Binary eks loaded successfully at 0x82d000400 I> EKB detected (length: 0x410) @ VA:0x82d000400 I> Task: Prepare TOS params (0x50013ab0) I> Setting EKB blob info to OPTEE dtb finished. I> Setting OPTEE arg3: 0x82b700000 I> Task: OEM SC7 context save (0x500146bc) I> oem sc7 context saved I> Task: Disable MSS perf stats (0x50020d18) I> Task: Program display sticky bits (0x50020c94) I> Task: Storage device deinit (0x50001ed8) I> Task: SMMU external bypass disable (0x50011eb4) I> Task: SMMU init (0x50011dd0) I> Task: Program CBB PCIE AMAP regions (0x50014b08) I> Task: Program GICv3 registers (0x50020db8) I> Task: Audit firewall settings (0x5001e1c0) I> Task: Bootchain failure check (0x500026a4) I> Current Boot-Chain Slot: 0 I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0 I> MB2 finished ??NOTICE: BL31: v2.6(release):4fa405dbd NOTICE: BL31: Built : 20:16:55, Aug 10 2022 I/TC: I/TC: Non-secure external DT found I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f0100006). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ??[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421] [ 0.000000] Linux version 5.10.104-tegra (rt@Build-Workstation) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #10 SMP PREEMPT Fri Dec 30 16:29:14 CST 2022 [ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16, [ 0.000000] OF: fdt: - 80000000 , c0000000 [ 0.000000] Machine model: Jetson AGX Orin [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: RTPROP=0x805401c18 SMBIOS=0xffff0000 SMBIOS 3.0=0x8039a0000 MEMATTR=0x80476f018 ESRT=0x803834418 RNG=0x827905998 MEMRESERVE=0x804771f18 [ 0.000000] efi: seeding entropy pool [ 0.000000] esrt: Reserving ESRT space from 0x0000000803834418 to 0x0000000803834450. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000817800000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000835ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff] [ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000007ffffffff] [ 0.000000] node 0: [mem 0x0000000800000000-0x00000008021bffff] [ 0.000000] node 0: [mem 0x00000008021c0000-0x00000008035e9fff] [ 0.000000] node 0: [mem 0x00000008035ea000-0x000000080376efff] [ 0.000000] node 0: [mem 0x000000080376f000-0x000000080398ffff] [ 0.000000] node 0: [mem 0x0000000803990000-0x00000008039affff] [ 0.000000] node 0: [mem 0x00000008039b0000-0x000000080453ffff] [ 0.000000] node 0: [mem 0x0000000804540000-0x00000008046cffff] [ 0.000000] node 0: [mem 0x00000008046d0000-0x000000080473ffff] [ 0.000000] node 0: [mem 0x0000000804740000-0x000000080475ffff] [ 0.000000] node 0: [mem 0x0000000804760000-0x000000080477ffff] [ 0.000000] node 0: [mem 0x0000000804780000-0x00000008049effff] [ 0.000000] node 0: [mem 0x00000008049f0000-0x0000000804a3ffff] [ 0.000000] node 0: [mem 0x0000000804a40000-0x0000000804a4ffff] [ 0.000000] node 0: [mem 0x0000000804a50000-0x0000000804a9ffff] [ 0.000000] node 0: [mem 0x0000000804aa0000-0x0000000804e4ffff] [ 0.000000] node 0: [mem 0x0000000804e50000-0x0000000804e5ffff] [ 0.000000] node 0: [mem 0x0000000804e60000-0x0000000804ebffff] [ 0.000000] node 0: [mem 0x0000000804ec0000-0x000000080534ffff] [ 0.000000] node 0: [mem 0x0000000805350000-0x000000080539ffff] [ 0.000000] node 0: [mem 0x00000008053a0000-0x000000080553ffff] [ 0.000000] node 0: [mem 0x0000000805540000-0x00000008055dffff] [ 0.000000] node 0: [mem 0x00000008055e0000-0x000000080568ffff] [ 0.000000] node 0: [mem 0x0000000805690000-0x000000080572ffff] [ 0.000000] node 0: [mem 0x0000000805730000-0x00000008057bffff] [ 0.000000] node 0: [mem 0x00000008057c0000-0x000000080585ffff] [ 0.000000] node 0: [mem 0x0000000805860000-0x000000080612ffff] [ 0.000000] node 0: [mem 0x0000000806130000-0x000000080630ffff] [ 0.000000] node 0: [mem 0x0000000806310000-0x00000008278bffff] [ 0.000000] node 0: [mem 0x00000008278c0000-0x000000082790ffff] [ 0.000000] node 0: [mem 0x0000000827910000-0x000000082b6affff] [ 0.000000] node 0: [mem 0x000000082c400000-0x000000082c7fffff] [ 0.000000] node 0: [mem 0x0000000834000000-0x0000000835ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000835ffffff] [ 0.000000] On node 0, zone Normal: 336 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 32 pages/cpu s90136 r8192 d32744 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] alternatives: patching kernel code [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7925040 [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB) [ 0.000000] Memory: 30995704K/32205504K available (18112K kernel code, 3176K rwdata, 7128K rodata, 3968K init, 1095K bss, 947656K reserved, 262144K cma-reserved) [ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x34/0x420 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000 [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70) [ 0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677] [ 0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns [ 0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns [ 0.000688] Console: colour dummy device 80x25 [ 0.000871] printk: console [tty0] enabled [ 0.000905] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000) [ 0.000915] pid_max: default: 32768 minimum: 301 [ 0.000975] LSM: Security Framework initializing [ 0.000995] Yama: becoming mindful. [ 0.001012] SELinux: Initializing. [ 0.001089] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.001136] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.002623] rcu: Hierarchical SRCU implementation. [ 0.002704] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003119] DTS File Name: ../arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0004-p3737-0000.dts [ 0.003126] DTB Build time: Dec 30 2022 16:29:58 [ 0.004417] Tegra Revision: A01 SKU: 0xd2 CPU Process: 0 SoC Process: 0 [ 0.004549] Remapping and enabling EFI services. [ 0.005712] smp: Bringing up secondary CPUs ... [ 0.034375] Detected PIPT I-cache on CPU1 [ 0.034406] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000 [ 0.034437] CPU1: Booted secondary processor 0x0000000100 [0x410fd421] [ 0.063054] Detected PIPT I-cache on CPU2 [ 0.063064] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000 [ 0.063078] CPU2: Booted secondary processor 0x0000000200 [0x410fd421] [ 0.091652] Detected PIPT I-cache on CPU3 [ 0.091660] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000 [ 0.091673] CPU3: Booted secondary processor 0x0000000300 [0x410fd421] [ 0.122290] Detected PIPT I-cache on CPU4 [ 0.122311] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000 [ 0.122336] CPU4: Booted secondary processor 0x0000010000 [0x410fd421] [ 0.150966] Detected PIPT I-cache on CPU5 [ 0.150976] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000 [ 0.150989] CPU5: Booted secondary processor 0x0000010100 [0x410fd421] [ 0.179585] Detected PIPT I-cache on CPU6 [ 0.179594] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000 [ 0.179608] CPU6: Booted secondary processor 0x0000010200 [0x410fd421] [ 0.208203] Detected PIPT I-cache on CPU7 [ 0.208213] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000 [ 0.208227] CPU7: Booted secondary processor 0x0000010300 [0x410fd421] [ 0.208282] smp: Brought up 1 node, 8 CPUs [ 0.208325] SMP: Total of 8 processors activated. [ 0.208330] CPU features: detected: Privileged Access Never [ 0.208333] CPU features: detected: LSE atomic instructions [ 0.208335] CPU features: detected: User Access Override [ 0.208338] CPU features: detected: 32-bit EL0 Support [ 0.208341] CPU features: detected: Common not Private translations [ 0.208344] CPU features: detected: RAS Extension Support [ 0.208346] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.208349] CPU features: detected: CRC32 instructions [ 0.208352] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.241727] CPU: All CPU(s) started at EL2 [ 0.243836] devtmpfs: initialized [ 0.257085] Registered cp15_barrier emulation handler [ 0.257096] Registered setend emulation handler [ 0.257102] KASLR enabled [ 0.257208] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.257221] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.258740] pinctrl core: initialized pinctrl subsystem [ 0.259207] SMBIOS 3.0.0 present. [ 0.259214] DMI: /, BIOS 1.0-d7fb19b 08/10/2022 [ 0.259448] NET: Registered protocol family 16 [ 0.260069] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.260270] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.260464] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.260488] audit: initializing netlink subsys (disabled) [ 0.260561] audit: type=2000 audit(0.260:1): state=initialized audit_enabled=0 res=1 [ 0.260712] thermal_sys: Registered thermal governor 'step_wise' [ 0.260713] thermal_sys: Registered thermal governor 'power_allocator' [ 0.260718] thermal_sys: Registered thermal governor 'pid_thermal_gov' [ 0.262478] cpuidle: using governor menu [ 0.262599] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.262678] ASID allocator initialised with 32768 entries [ 0.262762] Serial: AMBA PL011 UART driver [ 0.264181] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful [ 0.264203] Tegra reboot handler registered. [ 0.282049] mc: mapped MMIO address: 0xffff800011110000 -> 0x2c10000 [ 0.282060] mc: mapped MMIO address: 0xffff800011130000 -> 0x2c20000 [ 0.282067] mc: mapped MMIO address: 0xffff800011150000 -> 0x2c30000 [ 0.282074] mc: mapped MMIO address: 0xffff800011170000 -> 0x2c40000 [ 0.282083] mc: mapped MMIO address: 0xffff800011190000 -> 0x2c50000 [ 0.282090] mc: mapped MMIO address: 0xffff8000111b0000 -> 0x2b80000 [ 0.282096] mc: mapped MMIO address: 0xffff8000111d0000 -> 0x2b90000 [ 0.282103] mc: mapped MMIO address: 0xffff8000111f0000 -> 0x2ba0000 [ 0.282112] mc: mapped MMIO address: 0xffff800011210000 -> 0x2bb0000 [ 0.282118] mc: mapped MMIO address: 0xffff800011230000 -> 0x1700000 [ 0.282124] mc: mapped MMIO address: 0xffff800011250000 -> 0x1710000 [ 0.282130] mc: mapped MMIO address: 0xffff800011270000 -> 0x1720000 [ 0.282137] mc: mapped MMIO address: 0xffff800011290000 -> 0x1730000 [ 0.282143] mc: mapped MMIO address: 0xffff8000112b0000 -> 0x1740000 [ 0.282152] mc: mapped MMIO address: 0xffff8000112d0000 -> 0x1750000 [ 0.282158] mc: mapped MMIO address: 0xffff8000112f0000 -> 0x1760000 [ 0.282164] mc: mapped MMIO address: 0xffff800011310000 -> 0x1770000 [ 0.282175] nv-tegra-mc 2c10000.mc: No mssnvlink node [ 0.282193] mc-err: mcerr ops are set to t23x [ 0.282455] tegra234-cbb 13a00000.cbb-fabric: secure_irq = 21 [ 0.282506] tegra234-cbb c600000.aon-fabric: secure_irq = 22 [ 0.282550] tegra234-cbb d600000.bpmp-fabric: secure_irq = 23 [ 0.282586] tegra234-cbb de00000.dce-fabric: secure_irq = 24 [ 0.282621] tegra234-cbb be00000.rce-fabric: secure_irq = 25 [ 0.282656] tegra234-cbb b600000.sce-fabric: secure_irq = 26 [ 0.282900] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 71, base_baud = 0) is a SBSA [ 1.481239] printk: console [ttyAMA0] enabled [ 1.489394] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 1.496105] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 1.502806] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 1.509505] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 1.517913] ACPI: Interpreter disabled. [ 1.522820] vdd-3v3-pcie: supplied by vdd-3v3-sys [ 1.527749] avdd-cam-2v8: supplied by vdd-3v3-sys [ 1.532525] vdd-av1v1-hub: supplied by vdd-5v-sys [ 1.537336] vbusB-cvb: supplied by vdd-5v-sys [ 1.541831] vdd-usbc1-vbus: supplied by vdd-5v-sys [ 1.546712] vdd-usbc2-vbus: supplied by vdd-5v-sys [ 1.551873] iommu: Default domain type: Translated [ 1.556783] eventlib_kernel: keventlib is initialized, test id: 0 [ 1.563034] SCSI subsystem initialized [ 1.566840] usbcore: registered new interface driver usbfs [ 1.572336] usbcore: registered new interface driver hub [ 1.577657] usbcore: registered new device driver usb [ 1.582893] mc: Linux media interface: v0.10 [ 1.587168] videodev: Linux video capture interface: v2.00 [ 1.592803] pps_core: LinuxPPS API ver. 1 registered [ 1.597767] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.606905] PTP clock support registered [ 1.611015] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec [ 1.618182] tegra_wdt_t18x 2190000.watchdog: Registered successfully [ 1.625823] Registered efivars operations [ 1.630282] FPGA manager framework [ 1.633704] Advanced Linux Sound Architecture Driver Initialized. [ 1.640037] Bluetooth: Core ver 2.22 [ 1.643618] NET: Registered protocol family 31 [ 1.648063] Bluetooth: HCI device and connection manager initialized [ 1.654421] Bluetooth: HCI socket layer initialized [ 1.659297] Bluetooth: L2CAP socket layer initialized [ 1.664353] Bluetooth: SCO socket layer initialized [ 1.669696] camchar: rtcpu character device driver loaded [ 1.675299] clocksource: Switched to clocksource arch_sys_counter [ 1.830069] VFS: Disk quotas dquot_6.6.0 [ 1.834032] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.841033] pnp: PnP ACPI: disabled [ 1.846303] la/ptsa driver initialized. [ 1.850189] NET: Registered protocol family 2 [ 1.854738] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.864425] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 1.873167] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.881457] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 1.889284] TCP: Hash tables configured (established 262144 bind 65536) [ 1.895981] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.902908] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.910350] NET: Registered protocol family 1 [ 1.914966] RPC: Registered named UNIX socket transport module. [ 1.920899] RPC: Registered udp transport module. [ 1.925602] RPC: Registered tcp transport module. [ 1.930302] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.936750] PCI: CLS 0 bytes, default 64 [ 1.940797] Trying to unpack rootfs image as initramfs... [ 2.055494] Freeing initrd memory: 8196K [ 2.061542] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 2.069552] kvm [1]: IPA Size Limit: 48 bits [ 2.073940] kvm [1]: VHE mode initialized successfully [ 2.079711] Initialise system trusted keyrings [ 2.084239] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 2.092608] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.098711] NFS: Registering the id_resolver key type [ 2.103772] Key type id_resolver registered [ 2.107952] Key type id_legacy registered [ 2.111983] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.118689] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.126093] ntfs: driver 2.1.32 [Flags: R/W]. [ 2.142091] NET: Registered protocol family 38 [ 2.146538] Key type asymmetric registered [ 2.150634] Asymmetric key parser 'x509' registered [ 2.155527] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240) [ 2.162976] io scheduler mq-deadline registered [ 2.167505] io scheduler kyber registered [ 2.175384] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 2.180979] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 2.186567] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 2.192152] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 2.200124] tegra_dc_assign_hw_data: no matching compatible node [ 2.206139] tegradccommon module_init failed [ 2.210407] tegradc module_init failed [ 2.214390] EINJ: ACPI disabled. [ 2.219056] tegra-pmc c360000.pmc: scratch reg offset dts data not present [ 2.225938] tegra-pmc: ### PMC reset source: MAINSWRST [ 2.231077] tegra-pmc: ### PMC reset level: L1 [ 2.235516] tegra-pmc: ### PMC reset status reg: 0x2d [ 2.241694] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 2.255384] random: fast init done [ 2.259980] printk: console [ttyTCU0] enabled [ 3.844757] arm-smmu 12000000.iommu: probing hardware configuration... [ 3.852777] arm-smmu 12000000.iommu: SMMUv2 with: [ 3.857613] arm-smmu 12000000.iommu: stage 1 translation [ 3.863160] arm-smmu 12000000.iommu: stage 2 translation [ 3.868688] arm-smmu 12000000.iommu: nested translation [ 3.874139] arm-smmu 12000000.iommu: stream matching with 128 register groups [ 3.881558] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only) [ 3.890282] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000 [ 3.896980] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.903669] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.911148] arm-smmu 10000000.iommu: probing hardware configuration... [ 3.917857] arm-smmu 10000000.iommu: SMMUv2 with: [ 3.922674] arm-smmu 10000000.iommu: stage 1 translation [ 3.928212] arm-smmu 10000000.iommu: stage 2 translation [ 3.933755] arm-smmu 10000000.iommu: nested translation [ 3.939202] arm-smmu 10000000.iommu: stream matching with 128 register groups [ 3.946613] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only) [ 3.955250] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000 [ 3.961953] arm-smmu 10000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.968641] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.975753] arm-smmu 8000000.iommu: probing hardware configuration... [ 3.982361] arm-smmu 8000000.iommu: SMMUv2 with: [ 3.987100] arm-smmu 8000000.iommu: stage 1 translation [ 3.992555] arm-smmu 8000000.iommu: stage 2 translation [ 3.997992] arm-smmu 8000000.iommu: nested translation [ 4.003352] arm-smmu 8000000.iommu: stream matching with 128 register groups [ 4.010675] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only) [ 4.019222] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000 [ 4.025823] arm-smmu 8000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 4.032433] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 4.039720] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful [ 4.049295] tegra_profiler: version: 1.147, samples/io: 49/28 [ 4.055262] tegra_profiler: auth: init [ 4.059390] nvsciipc: loaded module [ 4.063909] tegra23x-qspi 3270000.spi: Adding to iommu group 0 [ 4.070041] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 4.076561] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 4.083976] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 4.091567] tegra23x-qspi 3270000.spi: Prod settings list not found [ 4.098002] tegra23x-qspi 3270000.spi: Failed to get reset control: -517 [ 4.105446] tun: Universal TUN/TAP device driver, 1.6 [ 4.111108] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 4.118523] hns3: Copyright (c) 2017 Huawei Corporation. [ 4.124003] e1000e: Intel(R) PRO/1000 Network Driver [ 4.129084] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.135172] igb: Intel(R) Gigabit Ethernet Network Driver [ 4.140703] igb: Copyright (c) 2007-2014 Intel Corporation. [ 4.146563] PPP generic driver version 2.4.2 [ 4.150977] PPP BSD Compression module registered [ 4.155806] PPP Deflate Compression module registered [ 4.161009] PPP MPPE Compression module registered [ 4.165946] usbcore: registered new interface driver r8152 [ 4.171593] usbcore: registered new interface driver asix [ 4.177142] usbcore: registered new interface driver ax88179_178a [ 4.183401] usbcore: registered new interface driver cdc_ether [ 4.189381] usbcore: registered new interface driver net1080 [ 4.195198] usbcore: registered new interface driver cdc_subset [ 4.201274] usbcore: registered new interface driver zaurus [ 4.207009] usbcore: registered new interface driver cdc_ncm [ 4.212814] usbcore: registered new interface driver aqc111 [ 4.218641] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.224991] ohci-pci: OHCI PCI platform driver [ 4.229554] ohci-platform: OHCI generic platform driver [ 4.235200] tegra-xusb 3610000.xhci: Adding to iommu group 1 [ 4.241447] usbcore: registered new interface driver uas [ 4.246918] usbcore: registered new interface driver usb-storage [ 4.253206] tegra-xudc 3550000.xudc: Adding to iommu group 2 [ 4.259263] mousedev: PS/2 mouse device common for all mice [ 4.265004] usbcore: registered new interface driver xpad [ 4.272360] tegra_rtc c2a0000.rtc: registered as rtc1 [ 4.277553] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock [ 4.283956] i2c /dev entries driver [ 4.287708] tegra-i2c 3160000.i2c: Adding to iommu group 3 [ 4.293564] tegra-i2c c240000.i2c: Adding to iommu group 3 [ 4.299240] tegra-i2c 3180000.i2c: Adding to iommu group 3 [ 4.304899] tegra-i2c 3190000.i2c: Adding to iommu group 3 [ 4.310572] tegra-i2c 31b0000.i2c: Adding to iommu group 3 [ 4.316239] tegra-i2c 31c0000.i2c: Adding to iommu group 3 [ 4.321915] tegra-i2c c250000.i2c: Adding to iommu group 3 [ 4.327585] tegra-i2c 31e0000.i2c: Adding to iommu group 3 [ 4.335940] device-mapper: uevent: version 1.0.3 [ 4.340771] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 4.350502] sdhci: Secure Digital Host Controller Interface driver [ 4.356843] sdhci: Copyright(c) Pierre Ossman [ 4.361306] Synopsys Designware Multimedia Card Interface Driver [ 4.367547] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.373495] sdhci-tegra 3460000.sdhci: Adding to iommu group 4 [ 4.373901] sdhci-tegra 3400000.sdhci: Adding to iommu group 5 [ 4.374095] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401 [ 4.375467] tegra-bpmp bpmp: firmware: 888a114dda6bea50b6c6-eac380526d6 [ 4.376866] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 [ 4.377429] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81 [ 4.380613] nvvrs_pseq 4-003c: CAUTION: interrupt status reg:0x10 set to 0x1 [ 4.416418] nvvrs_pseq 4-003c: Clearing interrupts [ 4.416669] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0 [ 4.427261] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful ??debugfs initialized ??[ 5.904229] hid: raw HID events driver (C) Jiri Kosina [ 5.909953] usbcore: registered new interface driver usbhid [ 5.915695] usbhid: USB HID core driver [ 5.920314] tegra-dce d800000.dce: Adding to iommu group 6 [ 5.924154] random: crng init done [ 5.927012] dce: dce_ipc_channel_init:314 Invalid Channel State [0x0] for ch_type [2] [ 5.938039] tegra234-aon c000000.aon: Adding to iommu group 7 [ 5.944279] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5] [ 5.948788] c000000.aon:hsp: probed [ 5.953269] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [0]. Ignored... [ 5.953282] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [0]. Ignored... [ 5.965769] tegra234-aon c000000.aon: init done [ 5.966116] tegra23x-psc e860000.psc: Adding to iommu group 8 [ 5.974577] dce: dce_admin_send_cmd_ver:413 version : [0x2] err : [0x0] [ 5.979547] tegra23x-psc e860000.psc: ext_cfg base:00000000ed406c48 [ 5.985288] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1] [ 5.992114] tegra23x-psc e860000.psc: init done [ 5.998568] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [1] ... [ 5.998570] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.007837] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 9 [ 6.012220] dce: dce_admin_setup_clients_ipc:518 Get queue info failed for [2] [ 6.012321] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2] [ 6.021399] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000 [ 6.029448] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [3] ... [ 6.029450] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.029460] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.087123] dce: dce_start_boot_flow:100 DCE_BOOT_DONE [ 6.091037] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584 [ 6.101711] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900 [ 6.113150] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80 [ 6.124575] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80 [ 6.136377] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80 [ 6.148969] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080 [ 6.161805] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200 [ 6.173965] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (122) [ 6.180797] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful [ 6.192946] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=7a10e4613e151d2bf1df37dd80d456800f5b94d0 [ 6.206896] t19x_cache tegra-cache: probed [ 6.211371] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU [ 6.222323] optee: probing for conduit method. [ 6.226924] optee: revision 3.16 (65cc2218) [ 6.227597] optee: dynamic shared memory is enabled [ 6.237028] optee: initialized driver [ 6.254319] nvpmodel: initialized successfully [ 6.258999] tegra_hv: get_hvd: not initialized yet [ 6.263946] user_ivc_mempool: hypervisor not present [ 6.269617] usbcore: registered new interface driver snd-usb-audio [ 6.276606] u32 classifier [ 6.279396] input device check on [ 6.283165] Actions configured [ 6.286813] Initializing XFRM netlink socket [ 6.291598] NET: Registered protocol family 10 [ 6.297576] Segment Routing with IPv6 [ 6.301396] NET: Registered protocol family 17 [ 6.305986] NET: Registered protocol family 15 [ 6.310979] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 6.324978] Bluetooth: RFCOMM socket layer initialized [ 6.330374] Bluetooth: RFCOMM ver 1.11 [ 6.334269] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 6.340398] Bluetooth: HIDP socket layer initialized [ 6.346136] 9pnet: Installing 9P2000 support [ 6.350619] Key type dns_resolver registered [ 6.355980] registered taskstats version 1 [ 6.360229] Loading compiled-in X.509 certificates [ 6.368857] Loaded X.509 cert 'Build time autogenerated kernel key: 4526661491a96f98035adf8034bd097d9bd4729c' [ 6.379475] tegra194-pcie 14180000.pcie: Adding to iommu group 10 [ 6.391468] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 6.398566] tegra194-pcie 14100000.pcie: Adding to iommu group 11 [ 6.409821] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 6.416633] tegra194-pcie 14160000.pcie: Adding to iommu group 12 [ 6.427826] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 6.434537] tegra194-pcie 141a0000.pcie: Adding to iommu group 13 [ 6.445900] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 6.452902] tegra194-pcie 141e0000.pcie: Adding to iommu group 14 [ 6.464451] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 6.492628] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 15 [ 6.502029] host1x 13e40000.host1x: Adding to iommu group 16 [ 7.517526] t23x_init_gating_regs: Timed out waiting for syncpt ram init! [ 7.537174] host1x 13e40000.host1x: initialized [ 7.542216] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 17 [ 7.550298] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000) [ 7.562311] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 18 [ 7.570318] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000) [ 7.582277] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 19 [ 7.590282] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000) [ 7.602306] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 20 [ 7.610350] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000) [ 7.622296] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 21 [ 7.630291] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000) [ 7.642260] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 22 [ 7.650254] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000) [ 7.662227] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 23 [ 7.670235] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000) [ 7.682192] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 24 [ 7.690196] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000) [ 7.702168] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 25 [ 7.710200] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000) [ 7.722149] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 26 [ 7.730147] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000) [ 7.742132] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 27 [ 7.750161] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000) [ 7.762107] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 28 [ 7.770126] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000) [ 7.782087] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 29 [ 7.790095] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000) [ 7.802060] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 30 [ 7.810061] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000) [ 7.822033] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 31 [ 7.830037] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000) [ 7.841998] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 32 [ 7.849996] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000) [ 7.861993] falcon 15340000.vic: Adding to iommu group 33 [ 7.872769] falcon 15340000.vic: initialized [ 7.877426] falcon 15380000.nvjpg: Adding to iommu group 34 [ 7.886552] falcon 15380000.nvjpg: initialized [ 7.891247] falcon 15540000.nvjpg1: Adding to iommu group 35 [ 7.900489] falcon 15540000.nvjpg1: initialized [ 7.905280] falcon 154c0000.nvenc: Adding to iommu group 36 [ 7.916190] falcon 154c0000.nvenc: initialized [ 7.920911] falcon 15a50000.ofa: Adding to iommu group 37 [ 7.929705] falcon 15a50000.ofa: initialized [ 7.934234] nvdec 15480000.nvdec: Adding to iommu group 38 [ 7.945389] nvdec 15480000.nvdec: initialized [ 7.949992] tsec 15500000.tsec: Adding to iommu group 39 [ 7.960322] tsec 15500000.tsec: initialized [ 7.966524] gic 2a41000.agic-controller: GIC IRQ controller registered [ 7.982615] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered [ 8.000359] gpio-491 (gpio11-usbpwr-ctrl): hogged as output/low [ 8.006529] gpio-493 (gpio12-usbpwr-ctrl): hogged as output/low [ 8.012688] gpio-488 (gpio13-usbpwr-ctrl): hogged as output/low [ 8.018835] gpio-489 (gpio14-usbpwr-ctrl): hogged as output/low [ 8.024994] gpio-428 (gpio3): hogged as output/low [ 8.029980] gpio-487 (gpio16): hogged as input [ 8.034597] gpio-351 (gpio20): hogged as output/low [ 8.039654] gpio-449 (gpio36): hogged as output/low [ 8.044720] gpio-494 (i2s1_clk_gpio): hogged as input [ 8.049953] gpio-495 (i2s1_dout_gpio): hogged as input [ 8.055275] gpio-496 (i2s1_din_gpio): hogged as input [ 8.060513] gpio-497 (i2s1_fs_gpio): hogged as input [ 8.065651] gpio-492 (mclk01_gpio): hogged as input [ 8.070701] gpio-456 (pwm01_gpio): hogged as input [ 8.075672] gpio-461 (uart1_cts_gpio): hogged as input [ 8.081015] gpio-478 (uart2_cts_gpio): hogged as input [ 8.087081] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio [ 8.093840] gpio-320 (gpio6): hogged as input [ 8.098362] gpio-323 (gpio7): hogged as input [ 8.102884] gpio-325 (gpio8): hogged as input [ 8.107405] gpio-326 (gpio10): hogged as input [ 8.112440] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon [ 8.119434] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 8.125831] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 8.132235] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 8.138397] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 8.146872] tegra194-isp5 14800000.isp: Adding to iommu group 40 [ 8.155757] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU [ 8.165160] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized [ 8.171569] driver not enabled, cannot register any devices [ 8.177462] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 41 [ 8.185429] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 42 [ 8.193368] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU [ 8.203084] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized [ 8.209905] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU [ 8.219848] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized [ 8.226673] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU [ 8.236678] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized [ 8.243531] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 43 [ 8.252169] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000) [ 8.263566] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 44 [ 8.272221] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000) [ 8.283628] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 45 [ 8.292296] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000) [ 8.303681] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 46 [ 8.312315] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000) [ 8.323700] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 47 [ 8.332358] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000) [ 8.343765] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 48 [ 8.352426] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000) [ 8.363829] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 49 [ 8.372491] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000) [ 8.383900] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 50 [ 8.392551] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000) [ 8.403975] pva 16000000.pva0: Adding to iommu group 51 [ 8.430259] pva 16000000.pva0: initialized [ 8.441257] nvdla 15880000.nvdla0: Adding to iommu group 52 [ 8.456440] nvdla 15880000.nvdla0: initialized [ 8.462612] nvdla 158c0000.nvdla1: Adding to iommu group 53 [ 8.477020] nvdla 158c0000.nvdla1: initialized [ 8.483145] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3 [ 8.490060] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels [ 8.497569] tegra-fuse-burn efuse-burn: shutdown limit check disabled [ 8.504221] tegra-fuse-burn efuse-burn: Fuse burn driver initialized [ 8.510955] serial-tegra 3100000.serial: Adding to iommu group 3 [ 8.517554] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART [ 8.527246] serial-tegra 3110000.serial: Adding to iommu group 3 [ 8.533788] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 68, base_baud = 0) is a TEGRA_UART [ 8.543438] serial-tegra 3130000.serial: Adding to iommu group 3 [ 8.549935] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 69, base_baud = 0) is a TEGRA_UART [ 8.559514] serial-tegra 3140000.serial: Adding to iommu group 3 [ 8.566061] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 70, base_baud = 0) is a TEGRA_UART [ 8.575651] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 8.582229] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 8.589685] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 8.597316] tegra23x-qspi 3270000.spi: Prod settings list not found [ 8.617507] rtc-pcf8563 1-0051: pcf8563_write_block_data: err=-121 addr=0e, data=03 [ 8.625421] rtc-pcf8563 1-0051: pcf8563_probe: write error [ 8.631108] rtc-pcf8563: probe of 1-0051 failed with error -5 [ 8.666083] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2009000 KHz, changing to: 2035200 KHz [ 8.680174] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2010000 KHz, changing to: 2035200 KHz [ 8.692628] tegra194-cpufreq e000000.ccplex: probed with ICC [ 8.699731] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 8.702382] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 8.707407] tegra194-pcie 14180000.pcie: host bridge /pcie@14180000 ranges: [ 8.711529] mmc0: CQHCI version 5.10 [ 8.718322] tegra194-pcie 14180000.pcie: IO 0x0038100000..0x00381fffff -> 0x0038100000 [ 8.720070] irq: IRQ306: trimming hierarchy from :interrupt-controller@f400000-1 [ 8.720102] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 8.744699] tegra194-pcie 14180000.pcie: MEM 0x2728000000..0x272fffffff -> 0x0040000000 [ 8.749848] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit [ 8.753404] tegra194-pcie 14180000.pcie: MEM 0x2440000000..0x2727ffffff -> 0x2440000000 [ 8.850984] mmc0: Command Queue Engine enabled [ 8.855565] mmc0: periodic cache flush enabled [ 8.860144] mmc0: new HS400 Enhanced strobe MMC card at address 0001 [ 8.867015] mmcblk0: mmc0:0001 G1M15M 59.3 GiB [ 8.871880] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (511:0) [ 8.888814] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 9.876821] tegra194-pcie 14180000.pcie: Phy link never came up [ 9.882999] tegra194-pcie 14180000.pcie: PCI host bridge to bus 0000:00 [ 9.889835] pci_bus 0000:00: root bus resource [bus 00-ff] [ 9.895490] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x38100000-0x381fffff]) [ 9.905360] pci_bus 0000:00: root bus resource [mem 0x2728000000-0x272fffffff] (bus address [0x40000000-0x47ffffff]) [ 9.916211] pci_bus 0000:00: root bus resource [mem 0x2440000000-0x2727ffffff pref] [ 9.924156] pci 0000:00:00.0: [10de:229c] type 01 class 0x060400 [ 9.930526] pci 0000:00:00.0: PME# supported from D0 D3hot [ 9.942866] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 9.948272] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 9.957222] pcieport 0000:00:00.0: Adding to iommu group 10 [ 9.963177] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 [ 9.969357] pcieport 0000:00:00.0: AER: enabled with IRQ 51 [ 9.975326] pci_bus 0000:01: busn_res: [bus 01-ff] is released [ 9.981410] pci 0000:00:00.0: Removing from iommu group 10 [ 9.987085] pci_bus 0000:00: busn_res: [bus 00-ff] is released [ 9.994936] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 10.002295] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges: [ 10.009490] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000 [ 10.018202] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000 [ 10.026898] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000 [ 11.144906] tegra194-pcie 14100000.pcie: Phy link never came up [ 11.151081] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00 [ 11.157911] pci_bus 0001:00: root bus resource [bus 00-ff] [ 11.163568] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x30100000-0x301fffff]) [ 11.173711] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff]) [ 11.184567] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref] [ 11.192507] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400 [ 11.198850] pci 0001:00:00.0: PME# supported from D0 D3hot [ 11.210951] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 11.216350] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 11.225265] pcieport 0001:00:00.0: Adding to iommu group 11 [ 11.231196] pcieport 0001:00:00.0: PME: Signaling with IRQ 53 [ 11.237377] pcieport 0001:00:00.0: AER: enabled with IRQ 53 [ 11.243348] pci_bus 0001:01: busn_res: [bus 01-ff] is released [ 11.249449] pci 0001:00:00.0: Removing from iommu group 11 [ 11.255112] pci_bus 0001:00: busn_res: [bus 00-ff] is released [ 11.262905] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 11.270353] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges: [ 11.277544] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000 [ 11.286256] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000 [ 11.294957] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000 [ 12.412892] tegra194-pcie 14160000.pcie: Phy link never came up [ 12.419055] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00 [ 12.425885] pci_bus 0004:00: root bus resource [bus 00-ff] [ 12.431528] pci_bus 0004:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x36100000-0x361fffff]) [ 12.441675] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff]) [ 12.452526] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref] [ 12.460467] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400 [ 12.466816] pci 0004:00:00.0: PME# supported from D0 D3hot [ 12.478996] pci 0004:00:00.0: PCI bridge to [bus 01-ff] [ 12.484413] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 12.493311] pcieport 0004:00:00.0: Adding to iommu group 12 [ 12.499233] pcieport 0004:00:00.0: PME: Signaling with IRQ 55 [ 12.505397] pcieport 0004:00:00.0: AER: enabled with IRQ 55 [ 12.511382] pci_bus 0004:01: busn_res: [bus 01-ff] is released [ 12.517473] pci 0004:00:00.0: Removing from iommu group 12 [ 12.523134] pci_bus 0004:00: busn_res: [bus 00-ff] is released [ 12.530683] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 12.644430] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges: [ 12.651628] tegra194-pcie 141a0000.pcie: IO 0x003a100000..0x003a1fffff -> 0x003a100000 [ 12.660352] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000 [ 12.669057] tegra194-pcie 141a0000.pcie: MEM 0x2740000000..0x2b27ffffff -> 0x2740000000 [ 13.784785] tegra194-pcie 141a0000.pcie: Phy link never came up [ 13.790942] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00 [ 13.797772] pci_bus 0005:00: root bus resource [bus 00-ff] [ 13.803419] pci_bus 0005:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff]) [ 13.813555] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff]) [ 13.824414] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref] [ 13.832351] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400 [ 13.838695] pci 0005:00:00.0: PME# supported from D0 D3hot [ 13.850928] pci 0005:00:00.0: PCI bridge to [bus 01-ff] [ 13.856327] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 13.865237] pcieport 0005:00:00.0: Adding to iommu group 13 [ 13.871161] pcieport 0005:00:00.0: PME: Signaling with IRQ 57 [ 13.877327] pcieport 0005:00:00.0: AER: enabled with IRQ 57 [ 13.883279] pci_bus 0005:01: busn_res: [bus 01-ff] is released [ 13.889362] pci 0005:00:00.0: Removing from iommu group 13 [ 13.895018] pci_bus 0005:00: busn_res: [bus 00-ff] is released [ 13.902388] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 13.909991] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges: [ 13.917200] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff -> 0x003e100000 [ 13.925916] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff -> 0x0040000000 [ 13.934621] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000 [ 15.052872] tegra194-pcie 141e0000.pcie: Phy link never came up [ 15.059029] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00 [ 15.065862] pci_bus 0007:00: root bus resource [bus 00-ff] [ 15.071510] pci_bus 0007:00: root bus resource [io 0x400000-0x4fffff] (bus address [0x3e100000-0x3e1fffff]) [ 15.081648] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff]) [ 15.092506] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref] [ 15.100437] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400 [ 15.106763] pci 0007:00:00.0: PME# supported from D0 D3hot [ 15.118945] pci 0007:00:00.0: PCI bridge to [bus 01-ff] [ 15.124346] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 15.133258] pcieport 0007:00:00.0: Adding to iommu group 14 [ 15.139183] pcieport 0007:00:00.0: PME: Signaling with IRQ 59 [ 15.145355] pcieport 0007:00:00.0: AER: enabled with IRQ 59 [ 15.151633] vdd-dp: supplied by vdd-3v3-sys [ 15.156115] vdd-3v3-sd: supplied by vdd-3v3-sys [ 15.160900] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys [ 15.167727] irq: IRQ307: trimming hierarchy from :pmc@c360000 [ 15.173873] irq: IRQ308: trimming hierarchy from :pmc@c360000 [ 15.180249] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: repeated role: 0 [ 15.182390] tegra194-isp5 14800000.isp: initialized [ 15.193452] driver not enabled, cannot register any devices [ 15.208245] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized [ 15.214617] driver not enabled, cannot register any devices [ 15.220501] (NULL device *): fops function table already registered [ 15.227933] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized [ 15.234300] driver not enabled, cannot register any devices [ 15.256513] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release [ 15.266286] tegra-xusb 3610000.xhci: xHCI Host Controller [ 15.271868] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1 [ 15.280393] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810 [ 15.290016] tegra-xusb 3610000.xhci: irq 239, io mem 0x03610000 [ 15.296277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 15.304791] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 15.312241] usb usb1: Product: xHCI Host Controller [ 15.317266] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 15.323544] usb usb1: SerialNumber: 3610000.xhci [ 15.328827] hub 1-0:1.0: USB hub found [ 15.332721] hub 1-0:1.0: 4 ports detected [ 15.336992] tegra-xusb 3610000.xhci: xHCI Host Controller [ 15.342554] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2 [ 15.350360] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed [ 15.357867] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 15.366385] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 15.373833] usb usb2: Product: xHCI Host Controller [ 15.378868] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 15.385159] usb usb2: SerialNumber: 3610000.xhci [ 15.390421] hub 2-0:1.0: USB hub found [ 15.394302] hub 2-0:1.0: 4 ports detected [ 15.400043] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 15.400381] nvethernet 2310000.ethernet: Adding to iommu group 54 [ 15.411411] nvethernet 2310000.ethernet: failed to read skip mac reset flag, default 0 [ 15.419604] nvethernet 2310000.ethernet: failed to read MDIO address [ 15.426182] nvethernet 2310000.ethernet: Failed to read nvida,pause_frames, so setting to default support as disable [ 15.437048] nvethernet 2310000.ethernet: setting to default DMA bit mask [ 15.443968] nvethernet 2310000.ethernet: max-platform-mtu DT entry missing, setting default 1500 [ 15.459354] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 15.697002] nvethernet 2310000.ethernet: Ethernet MAC address: 48:b0:2d:94:70:ef [ 15.705167] nvethernet 2310000.ethernet: Macsec not enabled [ 15.710904] nvethernet 2310000.ethernet: Macsec: Reduced MTU: 1466 Max: 1500 [ 15.719273] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels [ 15.727912] irq: IRQ310: trimming hierarchy from :pmc@c360000 [ 15.733889] irq: IRQ311: trimming hierarchy from :interrupt-controller@f400000-1 [ 15.741568] irq: IRQ312: trimming hierarchy from :pmc@c360000 [ 15.747523] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 15.755110] tegra-se-nvhost 15810000.se: Adding to iommu group 55 [ 15.761676] tegra-se-nvhost 15810000.se: initialized [ 15.778313] tegra-se-nvhost 15810000.se: tegra_se_probe: complete [ 15.784689] tegra-se-nvhost 15820000.se: Adding to iommu group 56 [ 15.791219] tegra-se-nvhost 15820000.se: initialized [ 15.798461] tegra-se-nvhost 15820000.se: tegra_se_probe: complete [ 15.804830] tegra-se-nvhost 15840000.se: Adding to iommu group 57 [ 15.811349] tegra-se-nvhost 15840000.se: initialized [ 15.819495] tegra-se-nvhost 15840000.se: tegra_se_probe: complete [ 15.826336] tegra_actmon d230000.actmon: in actmon_register()... [ 15.832667] tegra_actmon d230000.actmon: bwmgr_disable = 1 [ 15.838666] tegra_actmon d230000.actmon: initialization Completed for the device mc_all [ 15.847108] hvc_sysfs: hypervisor is not present ??WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk ??[ 15.995276] ALSA device list: [ 15.998335] No soundcards found. [ 16.002396] Freeing unused kernel memory: 3968K [ 16.007103] Run /init as init process [ 16.022409] Root device found: mmcblk0p1 [ 16.026929] Found dev node: /dev/mmcblk0p1 [ 16.053416] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 16.062519] Rootfs mounted over mmcblk0p1 [ 16.081886] Switching from initrd to actual rootfs [ 16.185682] systemd[1]: System time before build time, advancing clock. [ 16.207104] x_tables: module verification failed: signature and/or required key missing - tainting kernel [ 16.237206] systemd[1]: systemd 245.4-4ubuntu3.17 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 16.260882] systemd[1]: Detected architecture arm64. [ 16.304367] systemd[1]: Set hostname to . [ 16.482195] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 16.495232] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 16.497011] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit [ 16.504824] systemd[1]: Created slice system-modprobe.slice. [ 16.518289] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 16.525014] systemd[1]: Created slice User and Session Slice. [ 16.531048] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 16.539152] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 16.548948] systemd[1]: Reached target User and Group Name Lookups. [ 16.555474] systemd[1]: Reached target Slices. [ 16.560103] systemd[1]: Reached target Swap. [ 16.564768] systemd[1]: Listening on RPCbind Server Activation Socket. [ 16.571663] systemd[1]: Listening on Syslog Socket. [ 16.583829] systemd[1]: Listening on fsck to fsckd communication Socket. [ 16.590847] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 16.597866] systemd[1]: Listening on Journal Audit Socket. [ 16.603667] systemd[1]: Listening on Journal Socket (/dev/log). [ 16.609914] systemd[1]: Listening on Journal Socket. [ 16.615185] systemd[1]: Listening on udev Control Socket. [ 16.620859] systemd[1]: Listening on udev Kernel Socket. [ 16.627353] systemd[1]: Mounting Huge Pages File System... [ 16.633996] systemd[1]: Mounting POSIX Message Queue File System... [ 16.641325] systemd[1]: Mounting RPC Pipe File System... [ 16.647723] systemd[1]: Mounting Kernel Debug File System... [ 16.654486] systemd[1]: Mounting Kernel Trace File System... [ 16.661466] systemd[1]: Starting Journal Service... [ 16.667596] systemd[1]: Starting Set the console keyboard layout... [ 16.674991] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 16.683881] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped. [ 16.693330] systemd[1]: Starting NVIDIA specific first-boot udev script... [ 16.701572] systemd[1]: Started Nameserver information manager. [ 16.708068] systemd[1]: Reached target Network (Pre). [ 16.715225] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 16.724616] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 16.735792] systemd[1]: Starting Load Kernel Modules... [ 16.742143] systemd[1]: Starting Remount Root and Kernel File Systems... [ 16.749761] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null) [ 16.750033] nvmap_heap_init: nvmap_heap_init: created heap block cache [ 16.750232] systemd[1]: Starting udev Coldplug all Devices... [ 16.768070] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x000000082f000000,16777216 [ 16.769837] systemd[1]: Started Journal Service. [ 16.777679] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout [ 16.790725] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x0000000849800000,914358272 [ 16.790726] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout [ 16.790731] nvmap_page_pool_init: Total RAM pages: 7817503 [ 16.814578] nvmap_page_pool_init: nvmap page pool size: 977187 pages (3817 MB) [ 16.822108] nvmap_background_zero_thread: PP zeroing thread starting. [ 16.822193] misc nvmap: created heap vpr base 0x0000000849800000 size (892928KiB) [ 16.840173] misc nvmap: created heap fsi base 0x000000082f000000 size (16384KiB) [ 16.855408] systemd-journald[286]: Received client request to flush runtime journal. [ 16.902834] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000 [ 16.902834] [ 17.417312] tegra-xusb 3610000.xhci: entering ELPG done [ 18.232015] nvidia: loading out-of-tree module taints kernel. [ 18.275090] using random self ethernet address [ 18.280380] using random host ethernet address [ 18.490029] 1 fixed-partitions partitions found on MTD device spi6.0 [ 18.497176] Creating 1 MTD partitions on "spi6.0": [ 18.503531] 0x000000000000-0x000004000000 : "Whole_flash0" [ 20.757029] using random self ethernet address [ 20.761625] using random host ethernet address Ubuntu 20.04.4 LTS XD-UBUNTU ttyTCU0 XD-UBUNTU login: xd (automatic login) Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.10.104-tegra aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage This system has been minimized by removing packages and content that are not required on a system that users do not log into. To restore this content, you can run the 'unminimize' command. 11 updates can be applied immediately. 8 of these updates are standard security updates. To see these additional updates run: apt list --upgradable The list of available updates is more than a week old. To check for new updates run: sudo apt update The programs included with the Ubuntu system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. To run a command as administrator (user "root"), use "sudo ". See "man sudo_root" for details. xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ ifconfig eth0: flags=4163 mtu 1466 inet 192.168.49.112 netmask 255.255.255.0 broadcast 192.168.49.255 inet6 fe80::f0d0:b5e:6007:b5a1 prefixlen 64 scopeid 0x20 ether 48:b0:2d:94:70:ef txqueuelen 1000 (Ethernet) RX packets 2231 bytes 2274313 (2.2 MB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 1072 bytes 102635 (102.6 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10 loop txqueuelen 1000 (Local Loopback) RX packets 156 bytes 12908 (12.9 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 156 bytes 12908 (12.9 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 rndis0: flags=4099 mtu 1500 ether 22:08:38:29:78:b5 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 usb0: flags=4099 mtu 1500 ether 22:08:38:29:78:b7 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 xd@XD-UBUNTU:~$ lspci 0007:00:00.0 PCI bridge: NVIDIA Corporation Device 229a (rev a1) xd@XD-UBUNTU:~$ [ 160.312779] irq 258: nobody cared (try booting with the "irqpoll" option) [ 160.319949] handlers: [ 160.322295] [<00000000548c94b7>] irq_default_primary_handler threaded [<00000000b5b3089b>] regmap_irq_thread [ 160.332453] Disabling IRQ #258 xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ sudo dtc -I fs -O dts -o extracted.dts /proc/device-tree [sudo] password for xd: extracted.dts: Warning (reg_format): /interrupt-controller@f400000/v2m@f410000: reg: property has invalid length (32 bytes) (#address-cells == 2, #size-cells = = 1) extracted.dts: Warning (ranges_format): /interrupt-controller@f400000:ranges: e mpty "ranges" property but its #size-cells (1) differs from / (2) extracted.dts: Warning (unit_address_vs_reg): /spi@3250000: node has a unit nam e, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@2: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@2/eeprom@2: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@2/eeprom@0: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@2/eeprom@1: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@0/eeprom@0: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@0/eeprom@1: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@1/eeprom@1: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /tegra_soc_hwpm: node has a reg o r ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/ivccapture@4 : node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/ivccontrol@3 : node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/dbg@2: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/diag@5: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/dbg@1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/echo@0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /mc-hwpm: node has a reg or range s property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /ga10b: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /aconnect@2a41000: node has a uni t name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /aconnect@2a41000/ahub: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /aconnect@2a41000/ahub/ope@290800 0/mbdrc@2908200: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /aconnect@2a41000/ahub/ope@290800 0/peq@2908100: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /cbb: node has a reg or ranges pr operty, but no unit name extracted.dts: Warning (unit_address_vs_reg): /tegra_cec: node has a reg or ran ges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /tegra_safety_audio: node has a r eg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /pmc@c370000: node has a unit nam e, but no reg property extracted.dts: Warning (unit_address_vs_reg): /cpufreq: node has a reg or range s property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /tegra_nvlink_controller: node ha s a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /tegra_hv_xhci_debug@0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /ufshci@02500000: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @133: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @68: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @161: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @96: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @123: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @58: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @9: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @151: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @86: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @86/codec@1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @113: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @48: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @141: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @76: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @103: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @38: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @131: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @66: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @94: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @28: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @121: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @56: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @7: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @84: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @18: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @178: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @111: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @46: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @74: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @168: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @101: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @36: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @64: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @158: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @92: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @26: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @54: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @5: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @148: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @82: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @16: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @176: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @44: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @138: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @72: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @166: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @34: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @128: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @62: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @156: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @90: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @24: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @118: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @52: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @3: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @146: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @80: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @14: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @174: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @108: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @42: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @136: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @70: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @164: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @99: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @32: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @126: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @60: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @154: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @89: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @22: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @182: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @116: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @50: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @144: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @79: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @12: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @172: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @106: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @40: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @134: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @69: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @162: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @97: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @30: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @124: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @59: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @152: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @87: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @87/codec@1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @20: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @180: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @114: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @49: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @142: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @77: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @10: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @170: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @104: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @39: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @132: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @67: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @160: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @95: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @29: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @122: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @57: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @8: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @150: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @85: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @19: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @179: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @112: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @47: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @140: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @75: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @169: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @102: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @37: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @130: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @65: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @159: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @93: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @27: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @120: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @55: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @6: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @149: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @83: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @17: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @177: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @110: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @45: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @139: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @73: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @167: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @100: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @35: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @129: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @63: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @157: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @91: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @25: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @119: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @53: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @4: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @147: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @81: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @15: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @175: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @109: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @43: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @137: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @71: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @165: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @33: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @127: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @61: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @155: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @23: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @117: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @51: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @2: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @145: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @13: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @173: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @107: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @41: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @135: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @163: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @98: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @31: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @125: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @153: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @88: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @21: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @181: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @115: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @143: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @78: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @11: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @171: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @105: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /replicator@24060000/in-ports/por t: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /replicator@24060000/out-ports/po rt: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /i2c@c240000/ucsi_ccg@8/connector @1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /i2c@c240000/ucsi_ccg@8/connector @0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /combined-uart: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /mc: node has a reg or ranges pro perty, but no unit name extracted.dts: Warning (unit_address_vs_reg): /spi@3240000: node has a unit nam e, but no reg property extracted.dts: Warning (unit_address_vs_reg): /etf@24050000/in-ports/port: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /etf@24050000/out-ports/port: nod e has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /reserved-memory/vpr-carveout: no de has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /reserved-memory/ramoops_carveout : node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /reserved-memory/fsi-carveout: no de has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /uss-asic: node has a reg or rang es property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /smmu_suspend: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/vi1@14c00000: no de has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/vi0@15c00000: no de has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/nvcsi@15a00000: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/isp-thi@14b00000 : node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/pva0: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/vi0-thi@15f00000 : node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/vi1-thi@14f00000 : node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /i2c@c250000/iqs263@44: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /aon@c000000/ivc-channels@8000000 0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_format): /miscreg@00100000: unit name shou ld not have leading 0s extracted.dts: Warning (unit_address_format): /ufshci@02500000: unit name shoul d not have leading 0s extracted.dts: Warning (unit_address_format): /i2c@c250000/ak8963@0d: unit name should not have leading 0s extracted.dts: Warning (pci_device_reg): Failed prerequisite 'reg_format' extracted.dts: Warning (pci_device_bus_num): Failed prerequisite 'reg_format' extracted.dts: Warning (simple_bus_reg): Failed prerequisite 'reg_format' extracted.dts: Warning (i2c_bus_reg): Failed prerequisite 'reg_format' extracted.dts: Warning (spi_bus_bridge): /spi@3210000/spi@1: incorrect #address -cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3210000/spi@1: incorrect #size-ce lls for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3210000/spi@0: incorrect #address -cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3210000/spi@0: incorrect #size-ce lls for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3250000: incorrect #address-cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3250000: incorrect #size-cells fo r SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3230000/spi@1: incorrect #address -cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3230000/spi@1: incorrect #size-ce lls for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3230000/spi@0: incorrect #address -cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3230000/spi@0: incorrect #size-ce lls for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3240000: incorrect #address-cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3240000: incorrect #size-cells fo r SPI bus extracted.dts: Warning (spi_bus_reg): Failed prerequisite 'reg_format' extracted.dts: Warning (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' extracted.dts: Warning (avoid_default_addr_size): /interrupt-controller@f400000 /v2m@f410000: Relying on default #address-cells value extracted.dts: Warning (avoid_default_addr_size): /interrupt-controller@f400000 /v2m@f410000: Relying on default #size-cells value extracted.dts: Warning (avoid_unnecessary_addr_size): Failed prerequisite 'avoi d_default_addr_size' extracted.dts: Warning (unique_unit_address): Failed prerequisite 'avoid_defaul t_addr_size' extracted.dts: Warning (clocks_property): /sdhci@3460000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3460000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3460000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3460000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3460000:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141e0000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141e0000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /spi@3210000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3210000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3210000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu0_etm@27040000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu0_etm@27040000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140c0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140c0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3130000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3130000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /xusb_padctl@3520000/pads/usb2:clocks : cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32a0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /xudc@3550000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /xudc@3550000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /xudc@3550000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /xudc@3550000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3170000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3170000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32e0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_soc_hwpm:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_soc_hwpm:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu7_etm@27740000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu7_etm@27740000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /rtcpu@bc00000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /rtcpu@bc00000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /rtcpu@bc00000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_ccplex1@26040000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_ccplex1@26040000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /nvpmodel:clocks: cell 0 is not a pha ndle reference extracted.dts: Warning (clocks_property): /mipical@3990000:clocks: cell 0 is no t a phandle reference extracted.dts: Warning (clocks_property): /mipical@3990000:clocks: cell 2 is no t a phandle reference extracted.dts: Warning (clocks_property): /pcie@14120000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14120000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@140e0000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@140e0000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /cpu1_etm@27140000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu1_etm@27140000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14160000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14160000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@3160000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@3160000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 10 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 12 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 14 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 16 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 18 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 20 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 22 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 24 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 26 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 28 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 30 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 32 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 34 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 36 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 38 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 40 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 42 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 44 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 46 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 48 is no t a phandle reference extracted.dts: Warning (clocks_property): /serial@3100000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3100000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /ga10b:clocks: cell 0 is not a phandl e reference extracted.dts: Warning (clocks_property): /ga10b:clocks: cell 2 is not a phandl e reference extracted.dts: Warning (clocks_property): /ga10b:clocks: cell 4 is not a phandl e reference extracted.dts: Warning (clocks_property): /ga10b:clocks: cell 6 is not a phandl e reference extracted.dts: Warning (clocks_property): /serial@3140000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3140000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904300:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904300:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901100:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901100:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901100:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901100:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901100:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901400:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901400:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901400:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901400:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901400:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904200:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904200:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901000:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901000:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901000:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901000:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901000:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905100:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905100:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905100:c locks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901300:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901300:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901300:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901300:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901300:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/iqc@290e000:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904100:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904100:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905000:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905000:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905000:c locks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901200:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901200:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901200:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901200:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901200:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901500:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901500:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901500:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901500:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901500:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904000:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904000:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/agic-controller@2a4 1000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/agic-controller@2a5 1000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp_audio:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp_audio:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp_audio:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/agic-controller@2a6 1000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp@2993000:clocks : cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp@2993000:clocks : cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp@2993000:clocks : cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp@2993000:clocks : cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp@2993000:clocks : cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adma@2930000:clocks : cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /hda@3510000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /hda@3510000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu2_etm@27240000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu2_etm@27240000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /stm@24080000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /stm@24080000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32f0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32f0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32f0000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@c280000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@c280000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141a0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141a0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /efuse-burn:clocks: cell 0 is not a p handle reference extracted.dts: Warning (clocks_property): /nvrng@3ae0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141e0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141e0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@c340000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@c340000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 26 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 28 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 30 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 32 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 34 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 36 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 38 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 40 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 42 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 44 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 46 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 48 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 50 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 52 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 54 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 56 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 58 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 60 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 62 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 64 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 66 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 68 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 70 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 72 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 74 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 76 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 78 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 80 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 82 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 84 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 86 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 88 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 90 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 92 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 94 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 96 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 98 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 100 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 102 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 104 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 106 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 108 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 110 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 112 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 114 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 116 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 118 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 120 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 122 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31e0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31e0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@3280000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@3280000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@3280000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 10 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 12 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 14 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 16 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 18 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 20 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s8:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s8:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s8:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s8:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s8:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s7:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s7:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s7:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s7:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s7:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3400000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3400000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3400000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3400000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3400000:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /efuse@3810000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /efuse@3810000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@c260000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@c260000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@c260000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141c0000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141c0000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /cpu3_etm@27340000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu3_etm@27340000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c310000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c310000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c310000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c310000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_major@24040000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_major@24040000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140a0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140a0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3110000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3110000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3230000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3230000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3230000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140e0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140e0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3150000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3150000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3270000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3270000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3270000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3270000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32c0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32c0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32c0000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3300000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3300000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3300000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3300000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31b0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31b0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_top_ccplex@26020000:clocks: c ell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_top_ccplex@26020000:clocks: c ell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14100000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14100000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu4_etm@27440000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu4_etm@27440000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_ccplex0@26030000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_ccplex0@26030000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@3290000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /sound:clocks: cell 0 is not a phandl e reference extracted.dts: Warning (clocks_property): /sound:clocks: cell 2 is not a phandl e reference extracted.dts: Warning (clocks_property): /sound:clocks: cell 4 is not a phandl e reference extracted.dts: Warning (clocks_property): /replicator@24060000:clocks: cell 0 i s not a phandle reference extracted.dts: Warning (clocks_property): /replicator@24060000:clocks: cell 2 i s not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14140000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14140000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /tachometer@39b0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 26 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 28 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 30 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 32 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 34 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 36 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 38 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 40 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 42 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 44 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 46 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 48 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 50 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 52 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 54 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 56 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 58 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 60 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 62 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 64 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 66 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 68 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 70 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 72 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 74 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 76 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 78 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 80 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 82 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 84 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 86 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 88 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 90 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 92 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 94 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 96 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 98 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 100 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 102 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 104 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 106 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 108 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 110 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 112 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 114 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 116 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 118 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 120 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 122 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 124 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 126 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 128 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 130 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 132 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 134 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 136 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 138 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 140 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 142 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 144 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 146 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 148 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 150 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 152 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 154 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 156 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 158 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 160 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 162 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 164 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 166 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 168 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 170 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 172 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 174 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 176 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 178 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 180 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 182 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 184 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 186 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 188 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 190 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 192 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 194 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 196 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 198 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 200 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 202 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 204 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 206 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 208 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 210 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 212 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 214 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 216 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 218 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 220 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 222 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 224 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 226 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 228 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 230 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 232 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 234 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 236 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 238 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 240 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 242 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 244 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 246 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 248 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 250 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 252 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 254 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 256 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 258 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 260 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 262 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 264 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 266 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 268 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 270 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 272 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 274 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 276 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 278 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 280 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 282 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 284 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 286 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 288 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 290 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 292 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 294 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 296 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 298 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 300 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 302 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 304 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 306 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 308 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 310 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 312 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 314 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 316 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 318 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 320 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 322 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 324 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 326 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 328 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 330 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 332 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 334 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 336 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 338 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 340 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 342 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 344 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 346 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 348 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 350 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 352 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 354 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 356 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 358 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 360 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 362 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 364 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 366 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 368 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 370 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 372 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 374 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 376 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 378 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 380 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 382 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 384 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 386 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 388 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 390 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 392 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 394 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 396 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 398 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 400 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 402 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 404 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 406 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 408 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 410 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 412 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 414 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 416 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 418 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 420 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 422 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 424 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 426 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 428 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 430 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 432 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 434 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 436 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 438 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 440 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 442 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 444 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 446 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 448 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 450 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 452 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 454 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 456 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 458 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 460 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 462 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 464 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 466 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 468 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 470 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 472 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 474 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 476 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 478 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 480 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 482 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 484 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 486 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 488 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 490 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 492 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 494 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 496 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 498 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 500 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 502 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 504 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 506 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 508 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 510 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 512 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 514 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 516 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 518 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 520 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 522 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 524 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 526 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 528 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 530 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 532 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 534 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 536 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 538 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 540 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 542 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 544 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 546 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 548 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 550 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 552 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 554 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 556 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 558 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 560 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 562 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 564 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 566 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 568 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 570 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 572 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 574 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 576 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 578 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 580 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 582 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 584 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 586 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 588 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 590 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 592 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 594 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 596 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 598 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 600 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 602 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 604 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 606 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 608 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 610 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 612 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 614 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 616 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 618 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 620 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 622 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 624 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 626 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 628 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 630 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 632 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 634 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 636 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 638 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 640 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 642 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 644 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 646 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 648 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 650 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 652 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 654 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 656 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 658 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 660 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 662 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 664 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 666 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 668 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 670 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 672 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 674 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 676 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 678 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 680 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 682 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 684 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 686 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 688 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 690 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 692 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 694 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 696 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 698 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 700 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 702 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 704 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 706 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 708 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 710 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 712 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 714 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 716 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 718 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 720 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 722 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 724 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 726 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 728 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 730 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 732 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 734 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 736 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 738 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 740 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 742 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 744 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 746 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 748 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 750 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 752 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 754 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 756 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 758 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 760 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 762 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 764 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 766 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 768 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 770 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 772 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 774 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 776 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 778 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 780 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 782 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 784 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 786 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 788 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 790 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 792 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 794 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 796 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 798 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 800 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 802 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 804 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 806 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 808 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 810 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 812 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 814 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 816 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 818 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 820 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 822 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 824 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 826 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 828 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 830 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 832 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 834 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 836 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 838 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 840 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 842 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 844 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 846 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 848 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 850 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 852 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 854 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 856 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 858 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 860 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 862 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 864 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 866 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@c240000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@c240000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14180000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14180000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@3180000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@3180000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c320000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c320000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c320000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c320000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /actmon@d230000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /actmon@d230000/mc_all:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu5_etm@27540000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu5_etm@27540000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /etf@24050000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /etf@24050000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32d0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /sound_graph:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /sound_graph:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /etr@24070000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /etr@24070000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141c0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141c0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31c0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31c0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /uss-asic:clocks: cell 0 is not a pha ndle reference extracted.dts: Warning (clocks_property): /icc:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tachometer@39c0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000:clocks: cell 0 is no t a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000:clocks: cell 2 is no t a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/vi1@14c00000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvjpg1@15540000:cloc ks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/se@15820000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/vi0@15c00000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/tsec@15500000:clocks : cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/tsec@15500000:clocks : cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/tsec@15500000:clocks : cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvjpg@15380000:clock s: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdla1@158c0000:cloc ks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdla1@158c0000:cloc ks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvcsi@15a00000:clock s: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/ofa@15a50000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/isp@14800000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/pva0:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/pva0:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/pva0:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/se@15840000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdec@15480000:clock s: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdec@15480000:clock s: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdec@15480000:clock s: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdec@15480000:clock s: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/se@15810000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvenc@154c0000:clock s: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/vic@15340000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdla0@15880000:cloc ks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdla0@15880000:cloc ks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu6_etm@27640000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu6_etm@27640000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@c250000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@c250000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141a0000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141a0000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /i2c@3190000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@3190000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC0-therm/coo ling-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle refere nce extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC0-therm/coo ling-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC0-therm/coo ling-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC0-therm/coo ling-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC0-therm/coo ling-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CPU-therm/cool ing-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle referen ce extracted.dts: Warning (cooling_device_property): /thermal-zones/CPU-therm/cool ing-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CPU-therm/cool ing-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CPU-therm/cool ing-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CPU-therm/cool ing-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV0-therm/cool ing-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle referen ce extracted.dts: Warning (cooling_device_property): /thermal-zones/CV0-therm/cool ing-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV0-therm/cool ing-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV0-therm/cool ing-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV0-therm/cool ing-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/GPU-therm/cool ing-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle referen ce extracted.dts: Warning (cooling_device_property): /thermal-zones/GPU-therm/cool ing-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/GPU-therm/cool ing-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/GPU-therm/cool ing-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/GPU-therm/cool ing-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC1-therm/coo ling-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle refere nce extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC1-therm/coo ling-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC1-therm/coo ling-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC1-therm/coo ling-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC1-therm/coo ling-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV1-therm/cool ing-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle referen ce extracted.dts: Warning (cooling_device_property): /thermal-zones/CV1-therm/cool ing-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV1-therm/cool ing-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV1-therm/cool ing-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV1-therm/cool ing-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC2-therm/coo ling-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle refere nce extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC2-therm/coo ling-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC2-therm/coo ling-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC2-therm/coo ling-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC2-therm/coo ling-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV2-therm/cool ing-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle referen ce extracted.dts: Warning (cooling_device_property): /thermal-zones/CV2-therm/cool ing-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV2-therm/cool ing-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV2-therm/cool ing-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV2-therm/cool ing-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (dmas_property): /spi@3210000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /spi@3210000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /serial@3130000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3130000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3170000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3170000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /i2c@3160000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@3160000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /serial@3100000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3100000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3140000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3140000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 0 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 2 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 4 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 6 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 8 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 10 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 12 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 14 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 16 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 18 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 20 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 22 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 24 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 26 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 28 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 30 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 32 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 34 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 36 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 38 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 40 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 42 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 44 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 46 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 48 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 50 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 52 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 54 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 56 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 58 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 60 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 62 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 64 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 66 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 68 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 70 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 72 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 74 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 76 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 78 is not a phandle reference extracted.dts: Warning (dmas_property): /serial@c280000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@c280000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /i2c@31e0000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@31e0000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /tegra_safety_audio:dmas: cell 0 is not a phandle reference extracted.dts: Warning (dmas_property): /tegra_safety_audio:dmas: cell 2 is not a phandle reference extracted.dts: Warning (dmas_property): /tegra_safety_audio:dmas: cell 4 is not a phandle reference extracted.dts: Warning (dmas_property): /tegra_safety_audio:dmas: cell 6 is not a phandle reference extracted.dts: Warning (dmas_property): /spi@c260000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /spi@c260000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /serial@3110000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3110000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /spi@3230000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /spi@3230000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /serial@3150000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3150000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /i2c@31b0000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@31b0000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@c240000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@c240000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@3180000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@3180000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@31c0000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@31c0000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@c250000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@c250000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@3190000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@3190000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 0 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 4 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 8 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 12 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 15 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 18 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 21 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 24 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 27 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 30 is not a phandle reference extracted.dts: Warning (iommus_property): /sdhci@3460000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie4:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /pcie_ep@141e0000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /fsicom_client:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /spi@3210000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /sound_ref:iommus: cell 0 is not a ph andle reference extracted.dts: Warning (iommus_property): /xhci@36c0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@140c0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /serial@3130000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /xhci@3610000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /xudc@3550000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /serial@3170000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /tegra_soc_hwpm:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie2:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /rtcpu@bc00000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_qspi1_dma:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@14120000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie_ep@140e0000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie10:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /xhci@3760000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@14160000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie0:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /i2c@3160000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /ethernet@6B10000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /ufshci@2500000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /serial@3100000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /ethernet@2310000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie9:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /serial@3140000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /aconnect@2a41000/adsp_audio:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /aconnect@2a41000/adsp@2993000:iommus : cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /hda@3510000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /serial@c280000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@141a0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /ethernet@6A10000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie7:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /pcie@141e0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /display@13800000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /display@13800000/nvdisplay-niso:iomm us: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@31e0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /tegra_safety_audio:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /ethernet@6910000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /sdhci@3400000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie5:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /spi@c260000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie_ep@141c0000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /dce@d800000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@140a0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /serial@3110000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /spi@3230000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@140e0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie3:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /serial@3150000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /spi@3270000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /ethernet@6810000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /spi@3300000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /psc@e800000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /xhci@3670000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@31b0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@14100000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie1:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /sound:iommus: cell 0 is not a phandl e reference extracted.dts: Warning (iommus_property): /pcie@14140000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@c240000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@14180000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@3180000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /gpcdma@2600000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /smmu_test:iommus: cell 0 is not a ph andle reference extracted.dts: Warning (iommus_property): /mods_pcie8:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /sound_graph:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_smmu:iommus: cell 0 is not a ph andle reference extracted.dts: Warning (iommus_property): /pcie@141c0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@31c0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /xhci@3710000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_qspi0_dma:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie6:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /mods_isp:iommus: cell 0 is not a pha ndle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 0 is no t a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 2 is no t a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 4 is no t a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 6 is no t a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 8 is no t a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 10 is n ot a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 12 is n ot a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 14 is n ot a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 16 is n ot a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx0:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/vi1@14c00000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvjpg1@15540000:iomm us: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/se@15820000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx2:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/vi0@15c00000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx0:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx7:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/tsec@15500000:iommus : cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx5:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvjpg@15380000:iommu s: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx7:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvdla1@158c0000:iomm us: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx3:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx5:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx1:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/ofa@15a50000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/isp@14800000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx3:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx6 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx4 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx2 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx0 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx7 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx5 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx3 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx1 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/se@15840000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx1:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvdec@15480000:iommu s: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx6:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/se@15810000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvenc@154c0000:iommu s: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx4:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx6:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/vic@15340000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx2:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvdla0@15880000:iomm us: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx4:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@c250000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie_ep@141a0000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /mods_dma:iommus: cell 0 is not a pha ndle reference extracted.dts: Warning (iommus_property): /i2c@3190000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /aon@c000000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /sce@b000000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /acsl_audio:iommus: cell 0 is not a p handle reference extracted.dts: Warning (mboxes_property): /fsicom_client:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /fsicom_client:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /aon_echo:mboxes: cell 0 is not a pha ndle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm4:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm4:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm4:mboxes: cell 6 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm2:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm2:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm2:mboxes: cell 6 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm3:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm3:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm3:mboxes: cell 6 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm1:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm1:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm1:mboxes: cell 6 is not a phandle reference extracted.dts: Warning (mboxes_property): /safetyservices_epl_client:mboxes: ce ll 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /psc@e800000:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /bpmp:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /combined-uart:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /combined-uart:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /aon@c000000:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /aon@c000000/hsp:mboxes: cell 0 is no t a phandle reference extracted.dts: Warning (mboxes_property): /aon@c000000/hsp:mboxes: cell 3 is no t a phandle reference extracted.dts: Warning (msi_parent_property): /pcie_ep@141e0000:msi-parent: cel l 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@140c0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@14120000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie_ep@140e0000:msi-parent: cel l 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@14160000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@141a0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@141e0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie_ep@141c0000:msi-parent: cel l 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@140a0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@140e0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@14100000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@14140000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@14180000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@141c0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie_ep@141a0000:msi-parent: cel l 0 is not a phandle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 0 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 1 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 2 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 3 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 4 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 5 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 6 is not a pha ndle reference extracted.dts: Warning (phys_property): /xudc@3550000:phys: cell 0 is not a pha ndle reference extracted.dts: Warning (phys_property): /xudc@3550000:phys: cell 1 is not a pha ndle reference extracted.dts: Warning (phys_property): /pcie@14160000:phys: cell 0 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@14160000:phys: cell 1 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@14160000:phys: cell 2 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@14160000:phys: cell 3 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 0 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 1 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 2 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 3 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 4 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 5 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 6 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 7 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 0 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 1 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 2 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 3 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 4 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 5 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 6 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 7 is not a ph andle reference extracted.dts: Warning (phys_property): /usb_cd:phys: cell 0 is not a phandle r eference extracted.dts: Warning (phys_property): /pcie@14100000:phys: cell 0 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@14180000:phys: cell 0 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 0 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 1 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 2 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 3 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 4 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 5 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 6 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 7 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie_ep@141e0000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@140c0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /xhci@3610000:power-domains: c ell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /xhci@3610000:power-domains: c ell 2 is not a phandle reference extracted.dts: Warning (power_domains_property): /xudc@3550000:power-domains: c ell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /xudc@3550000:power-domains: c ell 2 is not a phandle reference extracted.dts: Warning (power_domains_property): /xudc@3550000:power-domains: c ell 4 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@14120000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie_ep@140e0000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@14160000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /ethernet@6B10000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /ga10b:power-domains: cell 0 i s not a phandle reference extracted.dts: Warning (power_domains_property): /aconnect@2a41000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /hda@3510000:power-domains: ce ll 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@141a0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /ethernet@6A10000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@141e0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /display@13800000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /ethernet@6910000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie_ep@141c0000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@140a0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@140e0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /ethernet@6810000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@14100000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@14140000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@14180000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@141c0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvjpg1@155400 00:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvjpg@1538000 0:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvdla1@158c00 00:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/ofa@15a50000: power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/isp@14800000: power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/pva0:power-do mains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvdec@1548000 0:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvenc@154c000 0:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/vic@15340000: power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvdla0@158800 00:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie_ep@141a0000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (pwms_property): /pwm-fan:pwms: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /sdhci@3460000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141e0000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141e0000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /spi@3210000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140c0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140c0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /serial@3130000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /xusb_padctl@3520000:resets: cell 0 i s not a phandle reference extracted.dts: Warning (resets_property): /pwm@32a0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /serial@3170000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@32e0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_soc_hwpm:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_soc_hwpm:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /rtcpu@bc00000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /mipical@3990000:resets: cell 0 is no t a phandle reference extracted.dts: Warning (resets_property): /pcie@14120000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14120000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@140e0000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@140e0000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie@14160000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14160000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@3160000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /ethernet@6B10000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6B10000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6B10000:resets: cell 4 is n ot a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 4 is not a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 6 is not a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 8 is not a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 10 is no t a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 12 is no t a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 14 is no t a phandle reference extracted.dts: Warning (resets_property): /serial@3100000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /ethernet@2310000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@2310000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /ga10b:resets: cell 0 is not a phandl e reference extracted.dts: Warning (resets_property): /serial@3140000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /aconnect@2a41000/adsp@2993000:resets : cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@32f0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /serial@c280000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@141a0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@141a0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /ethernet@6A10000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6A10000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6A10000:resets: cell 4 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie@141e0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@141e0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@c340000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /display@13800000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /display@13800000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /display@13800000:resets: cell 4 is n ot a phandle reference extracted.dts: Warning (resets_property): /display@13800000:resets: cell 6 is n ot a phandle reference extracted.dts: Warning (resets_property): /i2c@31e0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@3280000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_cec:resets: cell 0 is not a ph andle reference extracted.dts: Warning (resets_property): /tegra_safety_audio:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_safety_audio:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_safety_audio/i2s8:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_safety_audio/i2s7:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /ethernet@6910000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6910000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6910000:resets: cell 4 is n ot a phandle reference extracted.dts: Warning (resets_property): /sdhci@3400000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /spi@c260000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141c0000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141c0000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /mttcan@c310000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140a0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140a0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /serial@3110000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /spi@3230000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140e0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140e0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /serial@3150000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /spi@3270000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@32c0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /ethernet@6810000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6810000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6810000:resets: cell 4 is n ot a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 4 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 6 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 8 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 10 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 12 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 14 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 16 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 18 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 20 is not a phandle reference extracted.dts: Warning (resets_property): /spi@3300000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@31b0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14100000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14100000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@3290000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14140000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14140000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /tachometer@39b0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 4 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 6 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 8 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 10 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 12 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 14 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 16 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 18 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 20 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 22 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 24 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 26 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 28 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 30 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 32 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 34 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 36 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 38 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 40 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 42 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 44 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 46 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 48 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 50 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 52 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 54 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 56 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 58 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 60 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 62 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 64 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 66 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 68 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 70 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 72 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 74 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 76 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 78 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 80 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 82 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 84 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 86 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 88 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 90 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 92 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 94 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 96 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 98 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 100 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 102 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 104 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 106 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 108 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 110 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 112 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 114 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 116 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 118 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 120 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 122 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 124 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 126 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 128 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 130 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 132 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 134 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 136 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 138 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 140 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 142 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 144 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 146 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 148 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 150 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 152 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 154 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 156 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 158 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 160 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 162 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 164 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 166 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 168 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 170 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 172 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 174 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 176 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 178 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 180 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 182 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 184 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 186 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 188 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 190 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 192 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 194 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 196 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 198 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 200 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 202 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 204 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 206 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 208 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 210 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 212 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 214 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 216 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 218 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 220 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 222 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 224 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 226 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 228 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 230 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 232 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 234 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 236 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 238 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 240 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 242 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 244 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 246 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 248 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 250 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 252 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 254 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 256 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 258 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 260 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 262 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 264 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 266 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 268 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 270 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 272 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 274 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 276 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 278 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 280 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 282 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 284 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 286 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 288 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 290 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 292 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 294 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 296 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 298 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 300 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 302 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 304 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@c240000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14180000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14180000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@3180000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /gpcdma@2600000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /mttcan@c320000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /actmon@d230000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@32d0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@141c0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@141c0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@31c0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /uss-asic:resets: cell 0 is not a pha ndle reference extracted.dts: Warning (resets_property): /tachometer@39c0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvjpg1@15540000:rese ts: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/tsec@15500000:resets : cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvjpg@15380000:reset s: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvdla1@158c0000:rese ts: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/ofa@15a50000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/isp@14800000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/pva0:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvdec@15480000:reset s: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvenc@154c0000:reset s: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/vic@15340000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvdla0@15880000:rese ts: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@c250000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141a0000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141a0000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /i2c@3190000:resets: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 133/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 133/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 68/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 68/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 161/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 161/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 96/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 96/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 123/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 123/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 58/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 58/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 9/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 9/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 151/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 151/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 86/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 86/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 113/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 113/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 48/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 48/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 141/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 141/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 76/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 76/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 103/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 103/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 38/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 38/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 131/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 131/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 66/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 66/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 94/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 94/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 28/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 28/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 121/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 121/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 56/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 56/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 7/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 7/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 84/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 84/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 18/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 18/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 178/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 178/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 111/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 111/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 46/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 46/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 74/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 74/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 168/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 168/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 101/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 101/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 36/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 36/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 64/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 64/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 158/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 158/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 92/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 92/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 26/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 26/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 54/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 54/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 5/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 5/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 148/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 148/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 82/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 82/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 16/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 16/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 176/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 176/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 44/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 44/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 138/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 138/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 72/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 72/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 166/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 166/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 34/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 34/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 128/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 128/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 62/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 62/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 156/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 156/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 90/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 90/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 24/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 24/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 118/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 118/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 52/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 52/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 3/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 3/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 146/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 146/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 80/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 80/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 14/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 14/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 174/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 174/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 108/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 108/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 42/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 42/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 136/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 136/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 70/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 70/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 164/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 164/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 99/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 99/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 32/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 32/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 126/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 126/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 60/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 60/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 154/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 154/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 89/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 89/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 22/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 22/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 182/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 182/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 116/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 116/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 50/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 50/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 1/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 1/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 144/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 144/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 79/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 79/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 12/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 12/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 172/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 172/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 106/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 106/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 40/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 40/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 134/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 134/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 69/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 69/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 162/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 162/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 97/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 97/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 30/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 30/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 124/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 124/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 59/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 59/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 152/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 152/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 87/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 87/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 20/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 20/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 180/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 180/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 114/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 114/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 49/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 49/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 142/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 142/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 77/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 77/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 10/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 10/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 170/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 170/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 104/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 104/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 39/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 39/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 132/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 132/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 67/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 67/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 160/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 160/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 95/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 95/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 29/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 29/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 122/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 122/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 57/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 57/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 8/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 8/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 150/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 150/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 85/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 85/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 19/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 19/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 179/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 179/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 112/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 112/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 47/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 47/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 140/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 140/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 75/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 75/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 169/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 169/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 102/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 102/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 37/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 37/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 130/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 130/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 65/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 65/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 159/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 159/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 93/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 93/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 27/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 27/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 120/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 120/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 55/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 55/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 6/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 6/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 149/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 149/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 83/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 83/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 17/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 17/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 177/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 177/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 110/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 110/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 45/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 45/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 139/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 139/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 73/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 73/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 167/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 167/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 100/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 100/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 35/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 35/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 129/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 129/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 63/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 63/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 157/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 157/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 91/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 91/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 25/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 25/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 119/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 119/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 53/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 53/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 4/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 4/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 147/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 147/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 81/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 81/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 15/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 15/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 175/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 175/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 109/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 109/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 43/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 43/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 137/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 137/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 71/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 71/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 165/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 165/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 33/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 33/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 127/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 127/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 61/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 61/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 155/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 155/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 23/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 23/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 117/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 117/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 51/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 51/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 2/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 2/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 145/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 145/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 13/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 13/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 173/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 173/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 107/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 107/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 41/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 41/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 135/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 135/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 163/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 163/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 98/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 98/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 31/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 31/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 125/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 125/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 153/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 153/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 88/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 88/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 21/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 21/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 181/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 181/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 115/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 115/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 0/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 0/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 143/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 143/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 78/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 78/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 11/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 11/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 171/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 171/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 105/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 105/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/Tboard_tegra: thermal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/SOC0-therm:th ermal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/CPU-therm:the rmal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/CV0-therm:the rmal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/GPU-therm:the rmal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/SOC1-therm:th ermal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/Tdiode_tegra: thermal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/CV1-therm:the rmal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/SOC2-therm:th ermal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/tj-therm:ther mal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/CV2-therm:the rmal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /xusb_padctl@3520000/ports/usb2-0/conn ector:id-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /xusb_padctl@3520000/ports/usb2-0/conn ector:vbus-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /fixed-regulators/regulator@108:gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /fixed-regulators/regulator@116:gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /fixed-regulators/regulator@200:gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /fixed-regulators/regulator@110:gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /fixed-regulators/regulator@111:gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@3160000:scl-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@3160000:sda-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /ethernet@2310000:nvidia,phy-reset-gpi o: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /leds/led:gpios: cell 0 is not a phand le reference extracted.dts: Warning (gpios_property): /sdhci@3400000:cd-gpios: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /gpio-keys/power_key:gpios: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /gpio-keys/forcerecovery:gpios: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /gpio-keys/sleep:gpios: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /ethernet@6810000:nvidia,phy-reset-gpi o: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /gps_wake:gps-wakeup-gpio: cell 0 is n ot a phandle reference extracted.dts: Warning (gpios_property): /gps_wake:gps-enable-gpio: cell 0 is n ot a phandle reference extracted.dts: Warning (gpios_property): /bpmp/i2c/temp-sensor@4c:temp-alert-gp io: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@c240000:scl-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@c240000:sda-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@3180000:scl-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@3180000:sda-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@c250000:scl-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@c250000:sda-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /pcie_ep@141a0000:reset-gpios: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /pcie_ep@141a0000:nvidia,refclk-select -gpios: cell 0 is not a phandle reference extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (graph_child_address): /funnel_ccplex1@26040000/out-port s: graph node has single child node 'port@0', #address-cells/#size-cells are no t necessary extracted.dts: Warning (graph_child_address): /aconnect@2a41000/ahub/arad@290e4 00/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary extracted.dts: Warning (graph_child_address): /funnel_major@24040000/out-ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary extracted.dts: Warning (graph_child_address): /funnel_top_ccplex@26020000/out-p orts: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary extracted.dts: Warning (graph_child_address): /funnel_ccplex0@26030000/out-port s: graph node has single child node 'port@0', #address-cells/#size-cells are no t necessary extracted.dts: Warning (graph_child_address): /replicator@24060000/in-ports: gr aph node has single child node 'port', #address-cells/#size-cells are not neces sary extracted.dts: Warning (graph_child_address): /replicator@24060000/out-ports: g raph node has single child node 'port', #address-cells/#size-cells are not nece ssary extracted.dts: Warning (graph_child_address): /etf@24050000/in-ports: graph nod e has single child node 'port', #address-cells/#size-cells are not necessary extracted.dts: Warning (graph_child_address): /etf@24050000/out-ports: graph no de has single child node 'port', #address-cells/#size-cells are not necessary extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/amixer@290bb00/port s/port@14: graph node unit address error, expected "e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/amixer@290bb00/port s/port@12: graph node unit address error, expected "c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/amixer@290bb00/port s/port@10: graph node unit address error, expected "a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/amixer@290bb00/port s/port@13: graph node unit address error, expected "d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/amixer@290bb00/port s/port@11: graph node unit address error, expected "b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@72: grap h node unit address error, expected "48" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@34: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@62: grap h node unit address error, expected "3e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@90: grap h node unit address error, expected "5a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@24: grap h node unit address error, expected "18" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@52: grap h node unit address error, expected "34" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@80: grap h node unit address error, expected "50" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@14: grap h node unit address error, expected "e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@105: gra ph node unit address error, expected "69" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@70: grap h node unit address error, expected "46" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@99: grap h node unit address error, expected "63" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@32: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@60: grap h node unit address error, expected "3c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@89: grap h node unit address error, expected "59" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@22: grap h node unit address error, expected "16" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@50: grap h node unit address error, expected "32" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@79: grap h node unit address error, expected "4f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@12: grap h node unit address error, expected "c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@103: gra ph node unit address error, expected "67" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@69: grap h node unit address error, expected "45" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@97: grap h node unit address error, expected "61" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@30: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@59: grap h node unit address error, expected "3b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@87: grap h node unit address error, expected "57" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@20: grap h node unit address error, expected "14" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@49: grap h node unit address error, expected "31" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@77: grap h node unit address error, expected "4d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@10: grap h node unit address error, expected "a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@101: gra ph node unit address error, expected "65" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@67: grap h node unit address error, expected "43" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@95: grap h node unit address error, expected "5f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@29: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@57: grap h node unit address error, expected "39" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@85: grap h node unit address error, expected "55" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@19: grap h node unit address error, expected "13" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@47: grap h node unit address error, expected "2f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@75: grap h node unit address error, expected "4b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@37: grap h node unit address error, expected "25" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@65: grap h node unit address error, expected "41" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@93: grap h node unit address error, expected "5d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@27: grap h node unit address error, expected "1b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@55: grap h node unit address error, expected "37" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@83: grap h node unit address error, expected "53" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@17: grap h node unit address error, expected "11" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@45: grap h node unit address error, expected "2d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@73: grap h node unit address error, expected "49" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@35: grap h node unit address error, expected "23" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@63: grap h node unit address error, expected "3f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@91: grap h node unit address error, expected "5b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@25: grap h node unit address error, expected "19" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@53: grap h node unit address error, expected "35" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@81: grap h node unit address error, expected "51" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@15: grap h node unit address error, expected "f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@106: gra ph node unit address error, expected "6a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@43: grap h node unit address error, expected "2b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@71: grap h node unit address error, expected "47" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@33: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@61: grap h node unit address error, expected "3d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@23: grap h node unit address error, expected "17" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@51: grap h node unit address error, expected "33" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@13: grap h node unit address error, expected "d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@104: gra ph node unit address error, expected "68" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@98: grap h node unit address error, expected "62" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@31: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@88: grap h node unit address error, expected "58" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@21: grap h node unit address error, expected "15" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@78: grap h node unit address error, expected "4e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@11: grap h node unit address error, expected "b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@102: gra ph node unit address error, expected "66" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@68: grap h node unit address error, expected "44" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@96: grap h node unit address error, expected "60" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@58: grap h node unit address error, expected "3a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@86: grap h node unit address error, expected "56" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@48: grap h node unit address error, expected "30" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@76: grap h node unit address error, expected "4c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@100: gra ph node unit address error, expected "64" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@38: grap h node unit address error, expected "26" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@66: grap h node unit address error, expected "42" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@94: grap h node unit address error, expected "5e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@28: grap h node unit address error, expected "1c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@56: grap h node unit address error, expected "38" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@84: grap h node unit address error, expected "54" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@18: grap h node unit address error, expected "12" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@46: grap h node unit address error, expected "2e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@74: grap h node unit address error, expected "4a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@64: grap h node unit address error, expected "40" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@92: grap h node unit address error, expected "5c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@26: grap h node unit address error, expected "1a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@54: grap h node unit address error, expected "36" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@82: grap h node unit address error, expected "52" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@16: grap h node unit address error, expected "10" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@107: gra ph node unit address error, expected "6b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@44: grap h node unit address error, expected "2c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/asrc@2910000/ports/ port@12: graph node unit address error, expected "c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/asrc@2910000/ports/ port@10: graph node unit address error, expected "a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/asrc@2910000/ports/ port@11: graph node unit address error, expected "b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@34: graph node unit address error, expected "22" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@24: graph node unit address error, expected "18" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@52: graph node unit address error, expected "34" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@14: graph node unit address error, expected "e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@42: graph node unit address error, expected "2a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@32: graph node unit address error, expected "20" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@22: graph node unit address error, expected "16" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@50: graph node unit address error, expected "32" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@12: graph node unit address error, expected "c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@40: graph node unit address error, expected "28" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@30: graph node unit address error, expected "1e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@59: graph node unit address error, expected "3b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@20: graph node unit address error, expected "14" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@49: graph node unit address error, expected "31" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@10: graph node unit address error, expected "a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@39: graph node unit address error, expected "27" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@29: graph node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@57: graph node unit address error, expected "39" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@19: graph node unit address error, expected "13" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@47: graph node unit address error, expected "2f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@37: graph node unit address error, expected "25" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@27: graph node unit address error, expected "1b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@55: graph node unit address error, expected "37" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@17: graph node unit address error, expected "11" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@45: graph node unit address error, expected "2d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@35: graph node unit address error, expected "23" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@25: graph node unit address error, expected "19" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@53: graph node unit address error, expected "35" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@15: graph node unit address error, expected "f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@43: graph node unit address error, expected "2b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@33: graph node unit address error, expected "21" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@23: graph node unit address error, expected "17" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@51: graph node unit address error, expected "33" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@13: graph node unit address error, expected "d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@41: graph node unit address error, expected "29" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@31: graph node unit address error, expected "1f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@21: graph node unit address error, expected "15" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@11: graph node unit address error, expected "b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@58: graph node unit address error, expected "3a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@48: graph node unit address error, expected "30" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@38: graph node unit address error, expected "26" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@28: graph node unit address error, expected "1c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@56: graph node unit address error, expected "38" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@18: graph node unit address error, expected "12" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@46: graph node unit address error, expected "2e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@36: graph node unit address error, expected "24" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@26: graph node unit address error, expected "1a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@54: graph node unit address error, expected "36" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@16: graph node unit address error, expected "10" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@44: graph node unit address error, expected "2c" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@34 : graph node unit address error, expected "22" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@24 : graph node unit address error, expected "18" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@52 : graph node unit address error, expected "34" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@32 : graph node unit address error, expected "20" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@22 : graph node unit address error, expected "16" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@30 : graph node unit address error, expected "1e" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@20 : graph node unit address error, expected "14" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@29 : graph node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@19 : graph node unit address error, expected "13" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@37 : graph node unit address error, expected "25" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@27 : graph node unit address error, expected "1b" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@17 : graph node unit address error, expected "11" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@35 : graph node unit address error, expected "23" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@25 : graph node unit address error, expected "19" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@33 : graph node unit address error, expected "21" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@23 : graph node unit address error, expected "17" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@51 : graph node unit address error, expected "33" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@31 : graph node unit address error, expected "1f" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@21 : graph node unit address error, expected "15" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@28 : graph node unit address error, expected "1c" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@18 : graph node unit address error, expected "12" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@36 : graph node unit address error, expected "24" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@26 : graph node unit address error, expected "1a" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@16 : graph node unit address error, expected "10" extracted.dts: Warning (graph_port): /replicator@24060000/in-ports/port: graph node unit address error, expected "0" extracted.dts: Warning (graph_port): /replicator@24060000/out-ports/port: graph node unit address error, expected "0" extracted.dts: Warning (graph_port): /etf@24050000/in-ports/port: graph node un it address error, expected "0" extracted.dts: Warning (graph_port): /etf@24050000/out-ports/port: graph node u nit address error, expected "0" extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/ope@2908000/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @35/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/sfc@2902400/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @17/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907500/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @34/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/mvc@290a200/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @38/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/amixer@290bb00/ ports/port@14/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@23/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/amixer@290bb00/ ports/port@12/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@21/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/amixer@290bb00/ ports/port@10/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@19/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/amixer@290bb00/ ports/port@13/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@22/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/amixer@290bb00/ ports/port@11/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@20/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/sfc@2902000/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @15/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907100/por ts/port@1/ndpoint: graph endpoint node name should be 'endpoint' extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907100/por ts/port@1/ndpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port@ 30/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907400/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @33/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@9/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/por t@100/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@12/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/po rt@103/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@7/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/por t@98/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@10/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/po rt@101/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@8/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/por t@99/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@11/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/po rt@102/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/sfc@2902600/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @18/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@52/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@68/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@42/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@2/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@50/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@66/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@40/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@0/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@59/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@75/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@49/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@9/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@57/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@73/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@47/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@7/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@55/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@71/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@45/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@5/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@53/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@69/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@43/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@3/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@51/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@67/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@41/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@1/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@58/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@74/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@48/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@8/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@56/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@72/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@46/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@6/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@54/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@70/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@44/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@4/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907000/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @29/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/sfc@2902200/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @16/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907300/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @32/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/mvc@290a000/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @37/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907200/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @31/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /i2c@c250000/rt5659.1-001a@1a/port/end point: graph connection to node '/aconnect@2a41000/ahub/i2s@2901100/ports/port@ 1/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /i2c@c250000/i2cmux@70/i2c@3/rt5659.12 -001a@1a/port/endpoint: graph connection to node '/aconnect@2a41000/ahub/i2s@29 01100/ports/port@1/endpoint' is not bidirectional xd@XD-UBUNTU:~$ gedit extracted.dts Unable to init server: Could not connect: Connection refused (gedit:3974): Gtk-WARNING **: 06:41:04.102: cannot open display: xd@XD-UBUNTU:~$ sudo gedit extracted.dts Unable to init server: Could not connect: Connection refused (gedit:4021): Gtk-WARNING **: 06:41:15.404: cannot open display: xd@XD-UBUNTU:~$ export DISPLAY:0 -bash: export: `DISPLAY:0': not a valid identifier xd@XD-UBUNTU:~$ export DISPLAY=:0.0 xd@XD-UBUNTU:~$ sudo gedit extracted.dts No protocol specified Unable to init server: Could not connect: Connection refused (gedit:4027): Gtk-WARNING **: 06:42:27.532: cannot open display: :0.0 xd@XD-UBUNTU:~$ XRANDR -bash: XRANDR: command not found xd@XD-UBUNTU:~$ xrandr Screen 0: minimum 8 x 8, current 640 x 480, maximum 32767 x 32767 HDMI-0 disconnected primary (normal left inverted right x axis y axis) xd@XD-UBUNTU:~$ sudo gedit extracted.dts No protocol specified Unable to init server: Could not connect: Connection refused (gedit:4033): Gtk-WARNING **: 06:42:41.332: cannot open display: :0.0 xd@XD-UBUNTU:~$ vim extracted.dts /dts-v1/; / { #address-cells = <0x02>; nvidia,dtsfilename = "../arch/arm64/boot/dts/../../../../../../hardware nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0004-p3737-0000.dts"; model = "Jetson AGX Orin"; serial-number = "1422822105622\0"; nvidia,fastboot-usb-pid = <0xee1e>; #size-cells = <0x02>; interrupt-parent = <0x01>; nvidia,fastboot-usb-vid = <0x955>; compatible = "nvidia,p3737-0000+p3701-0004\0nvidia,tegra234\0nvidia,teg a23x"; nvidia,dtbbuildtime = "Dec 30 2022\016:29:58"; dsu-pmu-1 { interrupts = <0x00 0x224 0x04>; compatible = "arm,dsu-pmu"; status = "okay"; cpus = <0x24e 0x24f 0x250 0x251>; }; xd@XD-UBUNTU:~$ cp extracted.dts /home/xd/ cp: 'extracted.dts' and '/home/xd/extracted.dts' are the same file xd@XD-UBUNTU:~$ sudo cp extracted.dts /home/xd/ cp: 'extracted.dts' and '/home/xd/extracted.dts' are the same file xd@XD-UBUNTU:~$ sudo cp extracted.dts /home/xd/D Desktop/ Documents/ Downloads/ xd@XD-UBUNTU:~$ sudo cp extracted.dts /home/xd/D Desktop/ Documents/ Downloads/ xd@XD-UBUNTU:~$ sudo cp extracted.dts /home/xd/Desktop/ xd@XD-UBUNTU:~$ ?? [0000.063] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.068] I> t234-A01-0-Silicon (0x12347) Prod [0000.072] I> Boot-mode : Coldboot [0000.076] I> Emulation: [0000.078] I> Entry timestamp: 0x00000000 [0000.082] I> last_boot_error: 0x0 [0000.085] I> BR-BCT: preprod_dev_sign: 0 [0000.088] I> rst_source: 0x0, rst_level: 0x0 [0000.093] I> Task: CRC check (0x5001cf71) [0000.096] I> Skip CRC check as records_integrity fuse is not burned [0000.103] I> Task: Crypto init (0x5001c0d9) [0000.107] I> Task: Secure debug controls (0x5000cb19) [0000.112] I> Task: strap war set (0x5000b739) [0000.116] I> strap value(0x4000401) set to 0x4000401 [0000.121] I> Task: Initialize SOC Therm (0x5001a509) [0000.125] I> Task: Program NV master stream id (0x5000cad1) [0000.131] I> Task: Verify boot mode (0xd482021) [0000.137] I> Task: Alias fuses (0x50010749) [0000.141] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.148] I> Task: Print SKU type (0x5000fba9) [0000.152] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.158] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.162] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.166] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.170] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.175] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.179] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.183] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.187] I> FUSE_SKU_INFO_0 = 0xd2 [0000.190] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.195] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.198] I> SKU: Prod [0000.200] I> Task: Boost clocks (0x50013db1) [0000.204] I> Initializing PLLC2 for AXI_CBB. [0000.209] I> AXI_CBB : src = 35, divisor = 0 [0000.213] I> Task: Voltage monitor (0x50013dbd) [0000.217] I> VMON: Vmon re-calibration and fine tuning done [0000.223] I> Task: UPHY init (0x5000da39) [0000.227] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.233] I> Task: Boot device init (0x50000a3d) [0000.237] I> Boot_device: QSPI_FLASH instance: 0 [0000.242] I> Qspi clock source : pllc_out0 [0000.246] I> QSPI Flash: Macronix 64MB [0000.250] I> QSPI-0l initialized successfully [0000.254] I> Task: TSC init (0x5001ed35) [0000.258] I> Task: Load membct (0x5001190d) [0000.262] I> RAM_CODE 0x4000401 [0000.265] I> Loading MEM-BCT to SysRAM [0000.268] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.274] I> Slot: 0 [0000.276] I> Binary[0] block-0 (partition size: 0x40000) [0000.281] I> get_binary_info: Binary name: MEM-BCT-0 [0000.286] I> Size of crypto header is 8192 [0000.290] I> BCH load address is : 0x40050000 [0000.294] I> Size of crypto header is 8192 [0000.298] I> BCH of MEM-BCT-0 read from storage [0000.302] I> BCH address is : 0x40050000 [0000.306] I> MEM-BCT-0 header integrity check is success [0000.312] I> Binary magic in BCH component 0 is MEM0 [0000.316] I> component binary type is 0 [0000.321] I> MEM-BCT-0 binary is read from storage [0000.326] I> MEM-BCT-0 binary integrity check is success [0000.331] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.337] I> RAM_CODE 0x4000401 [0000.343] I> RAM_CODE 0x4000401 [0000.346] I> Task: Load Page retirement list (0x50011139) [0000.352] I> Task: SDRAM params override (0x50011b79) [0000.357] I> Task: Save mem-bct info (0x50014071) [0000.361] I> Task: Carveout allocate (0x500140d5) [0000.366] I> RCM blob carveout will not be allocated [0000.370] I> ECC region[0]: Start:0x0, End:0x0 [0000.375] I> ECC region[1]: Start:0x0, End:0x0 [0000.379] I> ECC region[2]: Start:0x0, End:0x0 [0000.383] I> ECC region[3]: Start:0x0, End:0x0 [0000.388] I> ECC region[4]: Start:0x0, End:0x0 [0000.392] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.398] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.402] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.407] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.412] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.421] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.428] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.436] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.443] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.450] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.457] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.464] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.471] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.478] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.485] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.492] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.499] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.506] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.513] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.520] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.527] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.534] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.541] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.547] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.554] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.561] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.568] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.575] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.582] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.589] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.596] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.603] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.610] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.617] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.624] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.630] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.637] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.644] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.650] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.657] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.664] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.671] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.677] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.684] I> Task: Thermal check (0x5001fba1) [0000.688] I> max_chip_limit = 115 [0000.691] I> min_chip_limit = -30 [0000.695] I> max temp read = 29 [0000.698] I> min temp read = 26 [0000.701] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.707] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.712] I> Task: Disable WDT globally (0x5001f965) [0000.717] I> Task: I2C register (0x50000a31) [0000.721] I> Task: Reset FSI (0x50013db9) [0000.725] I> Task: Pinmux init (0x50013219) [0000.729] I> Task: Prod config init (0x50013631) [0000.733] I> Task: Pad voltage init (0x500132a5) [0000.738] I> Task: Prod init (0x500136d5) [0000.742] I> Task: Common rail init (0x50013bd1) [0000.746] W> Thermal config not found in BCT [0000.750] W> Generic i2c config not found in BCT [0000.755] W> Platform rail config not found in BCT [0000.760] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.769] W> MEMIO rail config not found in BCT [0000.773] I> Task: Mem clock src (0x500119c5) [0000.777] I> Task: Misc. board config (0x50013c29) [0000.782] W> Platform config not found in BCT [0000.786] I> Task: SDRAM init (0x500119c9) [0000.793] I> SDRAM-params @ 0xd485000 [0000.796] I> MSS code-drop: NvBootSdramInit [0000.800] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.808] I> MSS CAR: Init PLLM [0000.811] I> MSS CAR: Init PLLHUB [0000.815] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.827] I> mb1_sdram_init Done ! [0000.830] I> SDRAM Size in Total 0x800000000 [0000.835] I> Task: Dram Ecc scrub (0x50011261) [0000.839] I> Task: DRAM alias check (0x50011b71) [0000.870] I> Task: Program NSDRAM carveout (0x50014921) [0000.876] I> NSDRAM carveout encryption is disabled [0000.881] I> Program NSDRAM carveout [0000.886] I> Task: Register checker (0x50011b75) [0000.894] I> Task: Enable clock-mon (0x5001ed25) [0000.911] I> FMON: Fmon re-programming done [0000.915] I> Task: Mapper init (0x5001d451) [0000.921] I> Task: SC7 Context Init (0x5001f02d) [0000.927] I> Task: CCPLEX IST init (0x5000d335) [0000.933] I> Task: CPU WP0 (0x5000c635) [0000.938] I> Loading MCE [0000.941] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.946] I> Slot: 0 [0000.949] I> Binary[8] block-0 (partition size: 0x80000) [0000.955] I> get_binary_info: Binary name: MCE [0000.960] I> Size of crypto header is 8192 [0000.964] I> BCH load address is : 0x4003e000 [0000.969] I> Size of crypto header is 8192 [0000.974] I> BCH of MCE read from storage [0000.979] I> BCH address is : 0x4003e000 [0000.984] I> MCE header integrity check is success [0000.989] I> Binary magic in BCH component 0 is MTSM [0000.994] I> component binary type is 8 [0000.998] I> Size of crypto header is 8192 [0001.005] I> MCE binary is read from storage [0001.010] I> MCE binary integrity check is success [0001.015] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.023] I> Size of crypto header is 8192 [0001.037] I> Size of crypto header is 8192 [0001.042] I> Sending WP0 mailbox command to PSC [0001.052] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.072] I> Task: Load bpmp-fw (0x5001e801) [0001.078] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.084] I> Slot: 0 [0001.086] I> Binary[15] block-0 (partition size: 0x180000) [0001.092] I> get_binary_info: Binary name: BPMP_FW [0001.097] I> Size of crypto header is 8192 [0001.102] I> BCH load address is : 0x807fe000 [0001.107] I> Size of crypto header is 8192 [0001.112] I> BCH of BPMP_FW read from storage [0001.117] I> BCH address is : 0x807fe000 [0001.122] I> BPMP_FW header integrity check is success [0001.128] I> Binary magic in BCH component 0 is BPMF [0001.133] I> component binary type is 15 [0001.137] I> Size of crypto header is 8192 [0001.153] I> BPMP_FW binary is read from storage [0001.160] I> BPMP_FW binary integrity check is success [0001.165] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.173] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.179] I> Slot: 0 [0001.182] I> Binary[16] block-10000 (partition size: 0x400000) [0001.188] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.194] I> Size of crypto header is 8192 [0001.199] I> BCH load address is : 0x807fc000 [0001.204] I> Size of crypto header is 8192 [0001.209] I> BCH of BPMP_FW_DTB read from storage [0001.214] I> BCH address is : 0x807fc000 [0001.219] I> BPMP_FW_DTB header integrity check is success [0001.225] I> Binary magic in BCH component 0 is BPMD [0001.230] I> component binary type is 16 [0001.235] I> Size of crypto header is 8192 [0001.241] I> BPMP_FW_DTB binary is read from storage [0001.247] I> BPMP_FW_DTB binary integrity check is success [0001.252] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.262] I> Task: Load psc-fw (0x5001ea0d) [0001.267] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.273] I> Slot: 0 [0001.275] I> Binary[17] block-0 (partition size: 0xc0000) [0001.281] I> get_binary_info: Binary name: PSC_FW [0001.287] I> Size of crypto header is 8192 [0001.291] I> BCH load address is : 0x80ffe000 [0001.297] I> Size of crypto header is 8192 [0001.301] I> BCH of PSC_FW read from storage [0001.306] I> BCH address is : 0x80ffe000 [0001.311] I> PSC_FW header integrity check is success [0001.317] I> Binary magic in BCH component 0 is PFWP [0001.322] I> component binary type is 17 [0001.326] I> Size of crypto header is 8192 [0001.336] I> PSC_FW binary is read from storage [0001.343] I> PSC_FW binary integrity check is success [0001.348] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.356] I> Task: Load nvdec-fw (0x5001ea81) [0001.362] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.368] I> Slot: 0 [0001.370] I> Binary[7] block-0 (partition size: 0x100000) [0001.376] I> get_binary_info: Binary name: NVDEC [0001.381] I> Size of crypto header is 8192 [0001.386] I> BCH load address is : 0x800fe000 [0001.391] I> Size of crypto header is 8192 [0001.396] I> BCH of NVDEC read from storage [0001.401] I> BCH address is : 0x800fe000 [0001.406] I> NVDEC header integrity check is success [0001.411] I> Binary magic in BCH component 0 is NDEC [0001.417] I> component binary type is 7 [0001.421] I> Size of crypto header is 8192 [0001.428] I> NVDEC binary is read from storage [0001.433] I> NVDEC binary integrity check is success [0001.439] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.449] I> Task: Load tsec-fw (0x5001ec6d) [0001.455] I> TSEC-FW load support not enabled [0001.459] I> Task: Program misc carveouts (0x5001445d) [0001.465] I> Program IPC carveouts [0001.473] I> Task: GPIO interrupt map (0x50013cc5) [0001.479] I> Task: SC7 context save (0x5001f161) [0001.485] I> NV_SC7 Context addr: 0xa0000000 [0001.490] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.496] I> Slot: 0 [0001.498] I> Binary[27] block-0 (partition size: 0x100000) [0001.504] I> get_binary_info: Binary name: BR_BCT [0001.510] I> Size of crypto header is 8192 [0001.514] I> Size of crypto header is 8192 [0001.519] I> BR_BCT binary is read from storage [0001.524] I> BR_BCT binary integrity check is success [0001.530] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.538] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.543] I> Slot: 0 [0001.546] I> Binary[13] block-0 (partition size: 0x30000) [0001.552] I> get_binary_info: Binary name: SC7-FW [0001.557] I> Size of crypto header is 8192 [0001.561] I> Size of crypto header is 8192 [0001.566] I> BCH load address is : 0xa0002000 [0001.571] I> Size of crypto header is 8192 [0001.576] I> BCH of SC7-FW read from storage [0001.581] I> BCH address is : 0xa0002000 [0001.586] I> SC7-FW header integrity check is success [0001.592] I> Binary magic in BCH component 0 is WB0B [0001.597] I> component binary type is 13 [0001.601] I> Size of crypto header is 8192 [0001.608] I> SC7-FW binary is read from storage [0001.613] I> SC7-FW binary integrity check is success [0001.618] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.627] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.632] I> Slot: 0 [0001.635] I> Binary[22] block-0 (partition size: 0x30000) [0001.641] I> get_binary_info: Binary name: PSC_RF [0001.646] I> Size of crypto header is 8192 [0001.651] I> Size of crypto header is 8192 [0001.655] I> BCH load address is : 0xa0029460 [0001.661] I> Size of crypto header is 8192 [0001.666] I> BCH of PSC_RF read from storage [0001.670] I> BCH address is : 0xa0029460 [0001.676] I> PSC_RF header integrity check is success [0001.681] I> Binary magic in BCH component 0 is PSCR [0001.686] I> component binary type is 22 [0001.691] I> Size of crypto header is 8192 [0001.696] I> PSC_RF binary is read from storage [0001.702] I> PSC_RF binary integrity check is success [0001.707] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.727] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.733] I> Slot: 0 [0001.735] I> Binary[14] block-0 (partition size: 0x20000) [0001.742] I> get_binary_info: Binary name: MB2_RF [0001.747] I> Size of crypto header is 8192 [0001.751] I> Size of crypto header is 8192 [0001.756] I> BCH load address is : 0xa008e240 [0001.761] I> Size of crypto header is 8192 [0001.766] I> BCH of MB2_RF read from storage [0001.771] I> BCH address is : 0xa008e240 [0001.776] I> MB2_RF header integrity check is success [0001.782] I> Binary magic in BCH component 0 is MB2R [0001.787] I> component binary type is 14 [0001.791] I> Size of crypto header is 8192 [0001.797] I> MB2_RF binary is read from storage [0001.803] I> MB2_RF binary integrity check is success [0001.808] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.817] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.824] I> SC7 context fuse-bypass data is empty [0001.832] I> SC7 context save done [0001.836] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.842] I> Loading MB2 [0001.845] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.851] I> Slot: 0 [0001.853] I> Binary[6] block-0 (partition size: 0x80000) [0001.859] I> get_binary_info: Binary name: MB2 [0001.864] I> Size of crypto header is 8192 [0001.869] I> BCH load address is : 0x8007e000 [0001.874] I> Size of crypto header is 8192 [0001.879] I> BCH of MB2 read from storage [0001.883] I> BCH address is : 0x8007e000 [0001.889] I> MB2 header integrity check is success [0001.894] I> Binary magic in BCH component 0 is MB2B [0001.899] I> component binary type is 6 [0001.903] I> Size of crypto header is 8192 [0001.912] I> MB2 binary is read from storage [0001.918] I> MB2 binary integrity check is success [0001.923] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.931] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.939] I> Task: Prepare MB2 params (0x5000d5dd) [0001.947] I> MB2-params @ 0x40060000 [0001.955] I> BR-BCT Boot Chain Fields [0001.959] I> u32_non_gpio_select_boot_chain : 0 [0001.964] I> u32_num_boot_chains : 2 [0001.969] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.975] I> Task: Dram ecc test (0x500112cd) [0001.981] I> Task: Misc NV security settings (0x5000ced5) [0001.987] I> NVDEC sticky bits programming done [0001.992] I> Task: Disable/Reload WDT (0x5001f991) [0001.998] I> Programmed SLCG global override := 0x0 [0002.003] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f1c3c I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9428224 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 30 I> FSITHERM min temp = 28 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure NOR provision (0x50014924) I> Task: Load FSI keyblob (0x50012368) I> Skipping FSI key blob copy I> Task: Unhalt AUXPs (0x50020c8c) I> SCE unhalt skipped I> Unhalting RCE I> RCE unhalt successful I> DCE unhalt successful I> APE unhalt skipped I> FSI unhalt skipped I> Task: Load CPUBL (0x5001347c) I> Task: Load TOS (0x50013b38) I> Task: Load and authenticate registered FWs (0x50017428) I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_cpu??[ 2.359307] Camera-FW on t234-rce-safe started TCU early console enabled. ??bpmp: init bpmp: base b??INFO: MONITOR: popula??inary md5 is eac380526d68ff45ffc86d0feae98e88 bpmp: combined binary md5 is 88??ted user images:19 INFO: mret to Supervisor! INFO: psc supervisor init. INFO: psc_irq_init... INFO: enter idle task. ??8a114dda6bea50b6c6bb224445ac85 bpmp: firmware tag is 888a114dda6bea50b6c6-eac380526d6 initialized vwdt initialized mail_early initialized fuse initialized vfrel initialized hwwdt initialized adc fmon_populate_monitors: found 199 monitors initialized fmon initialized mc initialized reset initialized uphy_early initialized emc_early 471 clocks registered initialized clk_mach initialized clk_cal_early initialized clk_mach_early_config initialized io_dpd initialized thermal initialized soctherm initialized tj_init initialized regime initialized i2c vrmon_dt_init: vrmon node not found vrmon_chk_boot_state: found 0 rail monitors initialized vrmon initialized regulator ?? ??-bootloader I> Size of partition: 3670016 I> Binary@ device:3/0 block-24832 (partition size: 0x380000), name: A_cpu-bootloader??initialized avfs_clk_platform initialized powergate ?? ??initialized dvs initialized clk_mach_config initialized pm initialized suspend initialized strap initialized emc initialized emc_mrq initialized clk_cal initialized uphy_dt initialized uphy_mrq ??I> ??initialized uphy ??Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_secure-os I> Size of partition: 4194304 I> Binary@ device:3/0 block-32000 (partition size: 0x400000), name: A_secure-os ??initialized pg_late initialized pg_mrq_init swdtimer_init: 0 reg polling start w period 47 ms initialized swdtimer initialized hwwdt_late initialized bwmgr initialized thermal_host_trip initialized thermal_mrq initialized oc_mrq initialized reset_mrq initialized mail_mrq initialized fmon_mrq initialized clk_mrq initialized avfs_mrq initialized i2c_mrq initialized tag_mrq initialized bwmgr_mrq initialized console_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ??I> MB2-params @ 0x400??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??60000 I> cpubl: Authentication??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss enable xusb_fs enable xusb_falcon enable xusb_core_mux enable dsi_lp enable sdmmc_legacy_tm initialized clk_mach_post initialized pg_post initialized regulat??[ 2.598631] Camer??or_post ??a-FW on t234-rce-safe ready SHA1=7a10e461 (crt 13.248 ms, total boot 261.849 ms) ??initialized profile initialized fuse_late initialized mrq initialized patrol_scrubber initialized extras_post bpmp: init complete ??DCE: FW Boot Done ?? Finalize Done I> Binary cpubl loaded successfully at 0x82c400000 I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eks I> eks: Authentication Finalize Done I> Binary eks loaded successfully at 0x82d000400 I> EKB detected (length: 0x410) @ VA:0x82d000400 I> Task: Prepare TOS params (0x50013ab0) I> Setting EKB blob info to OPTEE dtb finished. I> Setting OPTEE arg3: 0x82b700000 I> Task: OEM SC7 context save (0x500146bc) I> oem sc7 context saved I> Task: Disable MSS perf stats (0x50020d18) I> Task: Program display sticky bits (0x50020c94) I> Task: Storage device deinit (0x50001ed8) I> Task: SMMU external bypass disable (0x50011eb4) I> Task: SMMU init (0x50011dd0) I> Task: Program CBB PCIE AMAP regions (0x50014b08) I> Task: Program GICv3 registers (0x50020db8) I> Task: Audit firewall settings (0x5001e1c0) I> Task: Bootchain failure check (0x500026a4) I> Current Boot-Chain Slot: 0 I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0 I> MB2 finished ??NOTICE: BL31: v2.6(release):4fa405dbd NOTICE: BL31: Built : 20:16:55, Aug 10 2022 I/TC: I/TC: Non-secure external DT found I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f0100006). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ??[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421] [ 0.000000] Linux version 5.10.104-tegra (rt@Build-Workstation) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #10 SMP PREEMPT Fri Dec 30 16:29:14 CST 2022 [ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16, [ 0.000000] OF: fdt: - 80000000 , c0000000 [ 0.000000] Machine model: Jetson AGX Orin [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: RTPROP=0x805401c18 SMBIOS=0xffff0000 SMBIOS 3.0=0x8039a0000 MEMATTR=0x80476e018 ESRT=0x8039b1f98 RNG=0x827905998 MEMRESERVE=0x804770f18 [ 0.000000] efi: seeding entropy pool [ 0.000000] esrt: Reserving ESRT space from 0x00000008039b1f98 to 0x00000008039b1fd0. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000817800000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000835ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff] [ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000007ffffffff] [ 0.000000] node 0: [mem 0x0000000800000000-0x00000008021bffff] [ 0.000000] node 0: [mem 0x00000008021c0000-0x0000000803562fff] [ 0.000000] node 0: [mem 0x0000000803563000-0x00000008036fdfff] [ 0.000000] node 0: [mem 0x00000008036fe000-0x000000080398ffff] [ 0.000000] node 0: [mem 0x0000000803990000-0x00000008039affff] [ 0.000000] node 0: [mem 0x00000008039b0000-0x000000080453ffff] [ 0.000000] node 0: [mem 0x0000000804540000-0x00000008046cffff] [ 0.000000] node 0: [mem 0x00000008046d0000-0x000000080473ffff] [ 0.000000] node 0: [mem 0x0000000804740000-0x000000080475ffff] [ 0.000000] node 0: [mem 0x0000000804760000-0x000000080477ffff] [ 0.000000] node 0: [mem 0x0000000804780000-0x00000008049effff] [ 0.000000] node 0: [mem 0x00000008049f0000-0x0000000804a3ffff] [ 0.000000] node 0: [mem 0x0000000804a40000-0x0000000804a4ffff] [ 0.000000] node 0: [mem 0x0000000804a50000-0x0000000804a9ffff] [ 0.000000] node 0: [mem 0x0000000804aa0000-0x0000000804e4ffff] [ 0.000000] node 0: [mem 0x0000000804e50000-0x0000000804e5ffff] [ 0.000000] node 0: [mem 0x0000000804e60000-0x0000000804ebffff] [ 0.000000] node 0: [mem 0x0000000804ec0000-0x000000080534ffff] [ 0.000000] node 0: [mem 0x0000000805350000-0x000000080539ffff] [ 0.000000] node 0: [mem 0x00000008053a0000-0x000000080553ffff] [ 0.000000] node 0: [mem 0x0000000805540000-0x00000008055dffff] [ 0.000000] node 0: [mem 0x00000008055e0000-0x000000080568ffff] [ 0.000000] node 0: [mem 0x0000000805690000-0x000000080572ffff] [ 0.000000] node 0: [mem 0x0000000805730000-0x00000008057bffff] [ 0.000000] node 0: [mem 0x00000008057c0000-0x000000080585ffff] [ 0.000000] node 0: [mem 0x0000000805860000-0x000000080612ffff] [ 0.000000] node 0: [mem 0x0000000806130000-0x000000080630ffff] [ 0.000000] node 0: [mem 0x0000000806310000-0x00000008278bffff] [ 0.000000] node 0: [mem 0x00000008278c0000-0x000000082790ffff] [ 0.000000] node 0: [mem 0x0000000827910000-0x000000082b6affff] [ 0.000000] node 0: [mem 0x000000082c400000-0x000000082c7fffff] [ 0.000000] node 0: [mem 0x0000000834000000-0x0000000835ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000835ffffff] [ 0.000000] On node 0, zone Normal: 336 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 32 pages/cpu s90136 r8192 d32744 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] alternatives: patching kernel code [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7925040 [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB) [ 0.000000] Memory: 30995616K/32205504K available (18112K kernel code, 3176K rwdata, 7128K rodata, 3968K init, 1095K bss, 947744K reserved, 262144K cma-reserved) [ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x34/0x420 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000 [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70) [ 0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677] [ 0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns [ 0.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns [ 0.000680] Console: colour dummy device 80x25 [ 0.000862] printk: console [tty0] enabled [ 0.000896] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000) [ 0.000905] pid_max: default: 32768 minimum: 301 [ 0.000966] LSM: Security Framework initializing [ 0.000988] Yama: becoming mindful. [ 0.001006] SELinux: Initializing. [ 0.001086] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.001134] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.002675] rcu: Hierarchical SRCU implementation. [ 0.002769] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003290] DTS File Name: ../arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0004-p3737-0000.dts [ 0.003298] DTB Build time: Dec 30 2022 16:29:58 [ 0.004575] Tegra Revision: A01 SKU: 0xd2 CPU Process: 0 SoC Process: 0 [ 0.004699] Remapping and enabling EFI services. [ 0.005873] smp: Bringing up secondary CPUs ... [ 0.034542] Detected PIPT I-cache on CPU1 [ 0.034573] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000 [ 0.034606] CPU1: Booted secondary processor 0x0000000100 [0x410fd421] [ 0.063232] Detected PIPT I-cache on CPU2 [ 0.063242] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000 [ 0.063258] CPU2: Booted secondary processor 0x0000000200 [0x410fd421] [ 0.091828] Detected PIPT I-cache on CPU3 [ 0.091836] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000 [ 0.091848] CPU3: Booted secondary processor 0x0000000300 [0x410fd421] [ 0.122460] Detected PIPT I-cache on CPU4 [ 0.122482] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000 [ 0.122507] CPU4: Booted secondary processor 0x0000010000 [0x410fd421] [ 0.151136] Detected PIPT I-cache on CPU5 [ 0.151145] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000 [ 0.151158] CPU5: Booted secondary processor 0x0000010100 [0x410fd421] [ 0.179750] Detected PIPT I-cache on CPU6 [ 0.179759] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000 [ 0.179774] CPU6: Booted secondary processor 0x0000010200 [0x410fd421] [ 0.208366] Detected PIPT I-cache on CPU7 [ 0.208376] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000 [ 0.208391] CPU7: Booted secondary processor 0x0000010300 [0x410fd421] [ 0.208445] smp: Brought up 1 node, 8 CPUs [ 0.208497] SMP: Total of 8 processors activated. [ 0.208501] CPU features: detected: Privileged Access Never [ 0.208504] CPU features: detected: LSE atomic instructions [ 0.208507] CPU features: detected: User Access Override [ 0.208509] CPU features: detected: 32-bit EL0 Support [ 0.208512] CPU features: detected: Common not Private translations [ 0.208515] CPU features: detected: RAS Extension Support [ 0.208517] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.208520] CPU features: detected: CRC32 instructions [ 0.208523] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.241974] CPU: All CPU(s) started at EL2 [ 0.244103] devtmpfs: initialized [ 0.257364] Registered cp15_barrier emulation handler [ 0.257376] Registered setend emulation handler [ 0.257382] KASLR enabled [ 0.257493] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.257506] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.259035] pinctrl core: initialized pinctrl subsystem [ 0.259513] SMBIOS 3.0.0 present. [ 0.259520] DMI: /, BIOS 1.0-d7fb19b 08/10/2022 [ 0.259764] NET: Registered protocol family 16 [ 0.260397] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.260598] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.260791] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.260819] audit: initializing netlink subsys (disabled) [ 0.260894] audit: type=2000 audit(0.260:1): state=initialized audit_enabled=0 res=1 [ 0.261049] thermal_sys: Registered thermal governor 'step_wise' [ 0.261050] thermal_sys: Registered thermal governor 'power_allocator' [ 0.261056] thermal_sys: Registered thermal governor 'pid_thermal_gov' [ 0.263045] cpuidle: using governor menu [ 0.263144] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.263225] ASID allocator initialised with 32768 entries [ 0.263310] Serial: AMBA PL011 UART driver [ 0.264797] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful [ 0.264823] Tegra reboot handler registered. [ 0.282872] mc: mapped MMIO address: 0xffff800011110000 -> 0x2c10000 [ 0.282885] mc: mapped MMIO address: 0xffff800011130000 -> 0x2c20000 [ 0.282893] mc: mapped MMIO address: 0xffff800011150000 -> 0x2c30000 [ 0.282899] mc: mapped MMIO address: 0xffff800011170000 -> 0x2c40000 [ 0.282908] mc: mapped MMIO address: 0xffff800011190000 -> 0x2c50000 [ 0.282915] mc: mapped MMIO address: 0xffff8000111b0000 -> 0x2b80000 [ 0.282921] mc: mapped MMIO address: 0xffff8000111d0000 -> 0x2b90000 [ 0.282927] mc: mapped MMIO address: 0xffff8000111f0000 -> 0x2ba0000 [ 0.282936] mc: mapped MMIO address: 0xffff800011210000 -> 0x2bb0000 [ 0.282942] mc: mapped MMIO address: 0xffff800011230000 -> 0x1700000 [ 0.282947] mc: mapped MMIO address: 0xffff800011250000 -> 0x1710000 [ 0.282953] mc: mapped MMIO address: 0xffff800011270000 -> 0x1720000 [ 0.282960] mc: mapped MMIO address: 0xffff800011290000 -> 0x1730000 [ 0.282966] mc: mapped MMIO address: 0xffff8000112b0000 -> 0x1740000 [ 0.282976] mc: mapped MMIO address: 0xffff8000112d0000 -> 0x1750000 [ 0.282982] mc: mapped MMIO address: 0xffff8000112f0000 -> 0x1760000 [ 0.282988] mc: mapped MMIO address: 0xffff800011310000 -> 0x1770000 [ 0.282999] nv-tegra-mc 2c10000.mc: No mssnvlink node [ 0.283022] mc-err: mcerr ops are set to t23x [ 0.283296] tegra234-cbb 13a00000.cbb-fabric: secure_irq = 21 [ 0.283348] tegra234-cbb c600000.aon-fabric: secure_irq = 22 [ 0.283393] tegra234-cbb d600000.bpmp-fabric: secure_irq = 23 [ 0.283428] tegra234-cbb de00000.dce-fabric: secure_irq = 24 [ 0.283464] tegra234-cbb be00000.rce-fabric: secure_irq = 25 [ 0.283497] tegra234-cbb b600000.sce-fabric: secure_irq = 26 [ 0.283743] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 71, base_baud = 0) is a SBSA [ 1.482075] printk: console [ttyAMA0] enabled [ 1.490244] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 1.496956] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 1.503656] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 1.510355] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 1.518766] ACPI: Interpreter disabled. [ 1.523686] vdd-3v3-pcie: supplied by vdd-3v3-sys [ 1.528618] avdd-cam-2v8: supplied by vdd-3v3-sys [ 1.533395] vdd-av1v1-hub: supplied by vdd-5v-sys [ 1.538209] vbusB-cvb: supplied by vdd-5v-sys [ 1.542705] vdd-usbc1-vbus: supplied by vdd-5v-sys [ 1.547585] vdd-usbc2-vbus: supplied by vdd-5v-sys [ 1.552752] iommu: Default domain type: Translated [ 1.557663] eventlib_kernel: keventlib is initialized, test id: 0 [ 1.563915] SCSI subsystem initialized [ 1.567725] usbcore: registered new interface driver usbfs [ 1.573222] usbcore: registered new interface driver hub [ 1.578543] usbcore: registered new device driver usb [ 1.583778] mc: Linux media interface: v0.10 [ 1.588053] videodev: Linux video capture interface: v2.00 [ 1.593688] pps_core: LinuxPPS API ver. 1 registered [ 1.598651] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.607788] PTP clock support registered [ 1.611901] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec [ 1.619067] tegra_wdt_t18x 2190000.watchdog: Registered successfully [ 1.626708] Registered efivars operations [ 1.631161] FPGA manager framework [ 1.634581] Advanced Linux Sound Architecture Driver Initialized. [ 1.640908] Bluetooth: Core ver 2.22 [ 1.644489] NET: Registered protocol family 31 [ 1.648934] Bluetooth: HCI device and connection manager initialized [ 1.655292] Bluetooth: HCI socket layer initialized [ 1.660169] Bluetooth: L2CAP socket layer initialized [ 1.665224] Bluetooth: SCO socket layer initialized [ 1.670566] camchar: rtcpu character device driver loaded [ 1.676172] clocksource: Switched to clocksource arch_sys_counter [ 1.831386] VFS: Disk quotas dquot_6.6.0 [ 1.835352] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.842353] pnp: PnP ACPI: disabled [ 1.847627] la/ptsa driver initialized. [ 1.851511] NET: Registered protocol family 2 [ 1.856062] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.865784] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 1.874524] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.882824] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 1.890658] TCP: Hash tables configured (established 262144 bind 65536) [ 1.897344] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.904274] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.911707] NET: Registered protocol family 1 [ 1.916341] RPC: Registered named UNIX socket transport module. [ 1.922274] RPC: Registered udp transport module. [ 1.926979] RPC: Registered tcp transport module. [ 1.931681] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.938132] PCI: CLS 0 bytes, default 64 [ 1.942176] Trying to unpack rootfs image as initramfs... [ 2.056844] Freeing initrd memory: 8196K [ 2.062920] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 2.070915] kvm [1]: IPA Size Limit: 48 bits [ 2.075303] kvm [1]: VHE mode initialized successfully [ 2.081116] Initialise system trusted keyrings [ 2.085652] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 2.094049] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.100138] NFS: Registering the id_resolver key type [ 2.105202] Key type id_resolver registered [ 2.109383] Key type id_legacy registered [ 2.113416] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.120121] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.127525] ntfs: driver 2.1.32 [Flags: R/W]. [ 2.143500] NET: Registered protocol family 38 [ 2.147951] Key type asymmetric registered [ 2.152045] Asymmetric key parser 'x509' registered [ 2.156937] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240) [ 2.164385] io scheduler mq-deadline registered [ 2.168917] io scheduler kyber registered [ 2.176783] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 2.182382] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 2.187971] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 2.193557] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 2.201511] tegra_dc_assign_hw_data: no matching compatible node [ 2.207525] tegradccommon module_init failed [ 2.211793] tegradc module_init failed [ 2.215777] EINJ: ACPI disabled. [ 2.220467] tegra-pmc c360000.pmc: scratch reg offset dts data not present [ 2.227346] tegra-pmc: ### PMC reset source: SYS_RESET_N [ 2.232657] tegra-pmc: ### PMC reset level: L0 [ 2.237097] tegra-pmc: ### PMC reset status reg: 0x0 [ 2.243216] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 2.260993] random: fast init done [ 2.261529] printk: console [ttyTCU0] enabled [ 3.846309] arm-smmu 12000000.iommu: probing hardware configuration... [ 3.854324] arm-smmu 12000000.iommu: SMMUv2 with: [ 3.859158] arm-smmu 12000000.iommu: stage 1 translation [ 3.864704] arm-smmu 12000000.iommu: stage 2 translation [ 3.870234] arm-smmu 12000000.iommu: nested translation [ 3.875686] arm-smmu 12000000.iommu: stream matching with 128 register groups [ 3.883105] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only) [ 3.891825] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000 [ 3.898519] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.905219] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.912698] arm-smmu 10000000.iommu: probing hardware configuration... [ 3.919396] arm-smmu 10000000.iommu: SMMUv2 with: [ 3.924221] arm-smmu 10000000.iommu: stage 1 translation [ 3.929763] arm-smmu 10000000.iommu: stage 2 translation [ 3.935301] arm-smmu 10000000.iommu: nested translation [ 3.940755] arm-smmu 10000000.iommu: stream matching with 128 register groups [ 3.948166] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only) [ 3.956838] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000 [ 3.963527] arm-smmu 10000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.970218] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.977312] arm-smmu 8000000.iommu: probing hardware configuration... [ 3.983920] arm-smmu 8000000.iommu: SMMUv2 with: [ 3.988662] arm-smmu 8000000.iommu: stage 1 translation [ 3.994105] arm-smmu 8000000.iommu: stage 2 translation [ 3.999547] arm-smmu 8000000.iommu: nested translation [ 4.004894] arm-smmu 8000000.iommu: stream matching with 128 register groups [ 4.012208] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only) [ 4.020772] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000 [ 4.027374] arm-smmu 8000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 4.033976] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 4.041264] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful [ 4.050812] tegra_profiler: version: 1.147, samples/io: 49/28 [ 4.056774] tegra_profiler: auth: init [ 4.060888] nvsciipc: loaded module [ 4.065395] tegra23x-qspi 3270000.spi: Adding to iommu group 0 [ 4.071526] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 4.078045] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 4.085456] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 4.093039] tegra23x-qspi 3270000.spi: Prod settings list not found [ 4.099485] tegra23x-qspi 3270000.spi: Failed to get reset control: -517 [ 4.106959] tun: Universal TUN/TAP device driver, 1.6 [ 4.112610] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 4.120026] hns3: Copyright (c) 2017 Huawei Corporation. [ 4.125485] e1000e: Intel(R) PRO/1000 Network Driver [ 4.130578] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.136672] igb: Intel(R) Gigabit Ethernet Network Driver [ 4.142215] igb: Copyright (c) 2007-2014 Intel Corporation. [ 4.148081] PPP generic driver version 2.4.2 [ 4.152510] PPP BSD Compression module registered [ 4.157329] PPP Deflate Compression module registered [ 4.162526] PPP MPPE Compression module registered [ 4.167466] usbcore: registered new interface driver r8152 [ 4.173096] usbcore: registered new interface driver asix [ 4.178645] usbcore: registered new interface driver ax88179_178a [ 4.184900] usbcore: registered new interface driver cdc_ether [ 4.190896] usbcore: registered new interface driver net1080 [ 4.196705] usbcore: registered new interface driver cdc_subset [ 4.202780] usbcore: registered new interface driver zaurus [ 4.208506] usbcore: registered new interface driver cdc_ncm [ 4.214317] usbcore: registered new interface driver aqc111 [ 4.220155] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.226498] ohci-pci: OHCI PCI platform driver [ 4.231064] ohci-platform: OHCI generic platform driver [ 4.236696] tegra-xusb 3610000.xhci: Adding to iommu group 1 [ 4.242974] usbcore: registered new interface driver uas [ 4.248449] usbcore: registered new interface driver usb-storage [ 4.254747] tegra-xudc 3550000.xudc: Adding to iommu group 2 [ 4.260800] mousedev: PS/2 mouse device common for all mice [ 4.266534] usbcore: registered new interface driver xpad [ 4.273912] tegra_rtc c2a0000.rtc: registered as rtc1 [ 4.279111] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock [ 4.285522] i2c /dev entries driver [ 4.289207] tegra-i2c 3160000.i2c: Adding to iommu group 3 [ 4.294982] tegra-i2c c240000.i2c: Adding to iommu group 3 [ 4.300661] tegra-i2c 3180000.i2c: Adding to iommu group 3 [ 4.306331] tegra-i2c 3190000.i2c: Adding to iommu group 3 [ 4.311997] tegra-i2c 31b0000.i2c: Adding to iommu group 3 [ 4.317664] tegra-i2c 31c0000.i2c: Adding to iommu group 3 [ 4.323329] tegra-i2c c250000.i2c: Adding to iommu group 3 [ 4.329002] tegra-i2c 31e0000.i2c: Adding to iommu group 3 [ 4.337327] device-mapper: uevent: version 1.0.3 [ 4.342154] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 4.351815] sdhci: Secure Digital Host Controller Interface driver [ 4.358162] sdhci: Copyright(c) Pierre Ossman [ 4.362638] Synopsys Designware Multimedia Card Interface Driver [ 4.368868] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.374879] sdhci-tegra 3460000.sdhci: Adding to iommu group 4 [ 4.375245] sdhci-tegra 3400000.sdhci: Adding to iommu group 5 [ 4.375432] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401 [ 4.376304] tegra-bpmp bpmp: firmware: 888a114dda6bea50b6c6-eac380526d6 [ 4.377618] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 [ 4.378527] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81 [ 4.383123] nvvrs_pseq 4-003c: CAUTION: interrupt status reg:0x10 set to 0x1 [ 4.417809] nvvrs_pseq 4-003c: Clearing interrupts [ 4.423031] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0 [ 4.428954] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful ??debugfs initialized ??[ 5.906071] hid: raw HID events driver (C) Jiri Kosina [ 5.911835] usbcore: registered new interface driver usbhid [ 5.917581] usbhid: USB HID core driver [ 5.922084] tegra-dce d800000.dce: Adding to iommu group 6 [ 5.928962] dce: dce_ipc_channel_init:314 Invalid Channel State [0x0] for ch_type [2] [ 5.937711] tegra234-aon c000000.aon: Adding to iommu group 7 [ 5.943956] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5] [ 5.952946] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [0]. Ignored... [ 5.953869] c000000.aon:hsp: probed [ 5.965428] dce: dce_admin_send_cmd_ver:413 version : [0x2] err : [0x0] [ 5.968379] tegra234-aon c000000.aon: init done [ 5.977073] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [1] ... [ 5.977078] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 5.977529] tegra23x-psc e860000.psc: Adding to iommu group 8 [ 5.977830] tegra23x-psc e860000.psc: ext_cfg base:(____ptrval____) [ 5.977834] tegra23x-psc e860000.psc: init done [ 5.977964] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 9 [ 5.978564] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000 [ 5.985500] dce: dce_admin_setup_clients_ipc:518 Get queue info failed for [2] [ 6.033857] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.033867] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2] [ 6.043845] random: crng init done [ 6.051611] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [3] ... [ 6.055128] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.072335] dce: dce_start_boot_flow:100 DCE_BOOT_DONE [ 6.072598] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584 [ 6.086916] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900 [ 6.098561] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80 [ 6.110392] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80 [ 6.122180] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80 [ 6.134767] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080 [ 6.147607] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200 [ 6.159637] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (122) [ 6.166465] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful [ 6.178748] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=7a10e4613e151d2bf1df37dd80d456800f5b94d0 [ 6.192778] t19x_cache tegra-cache: probed [ 6.197287] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU [ 6.208397] optee: probing for conduit method. [ 6.212996] optee: revision 3.16 (65cc2218) [ 6.213690] optee: dynamic shared memory is enabled [ 6.223118] optee: initialized driver [ 6.240762] nvpmodel: initialized successfully [ 6.245436] tegra_hv: get_hvd: not initialized yet [ 6.250380] user_ivc_mempool: hypervisor not present [ 6.256091] usbcore: registered new interface driver snd-usb-audio [ 6.263144] u32 classifier [ 6.265934] input device check on [ 6.269705] Actions configured [ 6.273347] Initializing XFRM netlink socket [ 6.278111] NET: Registered protocol family 10 [ 6.283501] Segment Routing with IPv6 [ 6.287325] NET: Registered protocol family 17 [ 6.291919] NET: Registered protocol family 15 [ 6.296539] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 6.310560] Bluetooth: RFCOMM socket layer initialized [ 6.316009] Bluetooth: RFCOMM ver 1.11 [ 6.319895] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 6.326001] Bluetooth: HIDP socket layer initialized [ 6.332351] 9pnet: Installing 9P2000 support [ 6.336817] Key type dns_resolver registered [ 6.342135] registered taskstats version 1 [ 6.346396] Loading compiled-in X.509 certificates [ 6.355639] Loaded X.509 cert 'Build time autogenerated kernel key: 4526661491a96f98035adf8034bd097d9bd4729c' [ 6.366221] tegra194-pcie 14180000.pcie: Adding to iommu group 10 [ 6.378250] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 6.385323] tegra194-pcie 14100000.pcie: Adding to iommu group 11 [ 6.396755] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 6.403569] tegra194-pcie 14160000.pcie: Adding to iommu group 12 [ 6.414833] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 6.421614] tegra194-pcie 141a0000.pcie: Adding to iommu group 13 [ 6.432833] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 6.439874] tegra194-pcie 141e0000.pcie: Adding to iommu group 14 [ 6.450914] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 6.478579] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 15 [ 6.488158] host1x 13e40000.host1x: Adding to iommu group 16 [ 7.504085] t23x_init_gating_regs: Timed out waiting for syncpt ram init! [ 7.522162] host1x 13e40000.host1x: initialized [ 7.527197] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 17 [ 7.535281] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000) [ 7.547281] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 18 [ 7.555311] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000) [ 7.567279] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 19 [ 7.575284] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000) [ 7.587251] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 20 [ 7.595299] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000) [ 7.607239] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 21 [ 7.615236] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000) [ 7.627197] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 22 [ 7.635213] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000) [ 7.647186] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 23 [ 7.655203] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000) [ 7.667149] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 24 [ 7.675173] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000) [ 7.687140] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 25 [ 7.695185] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000) [ 7.707128] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 26 [ 7.715132] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000) [ 7.727072] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 27 [ 7.735079] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000) [ 7.747081] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 28 [ 7.755086] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000) [ 7.767064] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 29 [ 7.775079] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000) [ 7.787051] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 30 [ 7.795060] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000) [ 7.807031] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 31 [ 7.815030] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000) [ 7.826978] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 32 [ 7.835011] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000) [ 7.846984] falcon 15340000.vic: Adding to iommu group 33 [ 7.858010] falcon 15340000.vic: initialized [ 7.862666] falcon 15380000.nvjpg: Adding to iommu group 34 [ 7.871755] falcon 15380000.nvjpg: initialized [ 7.876451] falcon 15540000.nvjpg1: Adding to iommu group 35 [ 7.885597] falcon 15540000.nvjpg1: initialized [ 7.890407] falcon 154c0000.nvenc: Adding to iommu group 36 [ 7.900935] falcon 154c0000.nvenc: initialized [ 7.905640] falcon 15a50000.ofa: Adding to iommu group 37 [ 7.915045] falcon 15a50000.ofa: initialized [ 7.919571] nvdec 15480000.nvdec: Adding to iommu group 38 [ 7.932421] nvdec 15480000.nvdec: initialized [ 7.937022] tsec 15500000.tsec: Adding to iommu group 39 [ 7.948354] tsec 15500000.tsec: initialized [ 7.954768] gic 2a41000.agic-controller: GIC IRQ controller registered [ 7.970932] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered [ 7.988701] gpio-491 (gpio11-usbpwr-ctrl): hogged as output/low [ 7.994872] gpio-493 (gpio12-usbpwr-ctrl): hogged as output/low [ 8.001020] gpio-488 (gpio13-usbpwr-ctrl): hogged as output/low [ 8.007183] gpio-489 (gpio14-usbpwr-ctrl): hogged as output/low [ 8.013334] gpio-428 (gpio3): hogged as output/low [ 8.018303] gpio-487 (gpio16): hogged as input [ 8.022927] gpio-351 (gpio20): hogged as output/low [ 8.028010] gpio-449 (gpio36): hogged as output/low [ 8.033074] gpio-494 (i2s1_clk_gpio): hogged as input [ 8.038320] gpio-495 (i2s1_dout_gpio): hogged as input [ 8.043649] gpio-496 (i2s1_din_gpio): hogged as input [ 8.048904] gpio-497 (i2s1_fs_gpio): hogged as input [ 8.054066] gpio-492 (mclk01_gpio): hogged as input [ 8.059141] gpio-456 (pwm01_gpio): hogged as input [ 8.064109] gpio-461 (uart1_cts_gpio): hogged as input [ 8.069440] gpio-478 (uart2_cts_gpio): hogged as input [ 8.075727] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio [ 8.082508] gpio-320 (gpio6): hogged as input [ 8.087027] gpio-323 (gpio7): hogged as input [ 8.091552] gpio-325 (gpio8): hogged as input [ 8.096073] gpio-326 (gpio10): hogged as input [ 8.101133] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon [ 8.108117] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 8.114495] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 8.120861] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 8.127087] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 8.134785] tegra194-isp5 14800000.isp: Adding to iommu group 40 [ 8.143514] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU [ 8.153117] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized [ 8.159506] driver not enabled, cannot register any devices [ 8.165393] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 41 [ 8.173393] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 42 [ 8.181308] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU [ 8.191266] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized [ 8.198102] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU [ 8.207737] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized [ 8.214557] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU [ 8.224529] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized [ 8.231374] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 43 [ 8.240072] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000) [ 8.251467] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 44 [ 8.260113] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000) [ 8.271530] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 45 [ 8.280187] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000) [ 8.291576] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 46 [ 8.300249] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000) [ 8.311661] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 47 [ 8.320302] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000) [ 8.331685] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 48 [ 8.340315] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000) [ 8.351690] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 49 [ 8.360334] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000) [ 8.371712] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 50 [ 8.380420] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000) [ 8.391800] pva 16000000.pva0: Adding to iommu group 51 [ 8.417492] pva 16000000.pva0: initialized [ 8.426997] nvdla 15880000.nvdla0: Adding to iommu group 52 [ 8.478878] nvdla 15880000.nvdla0: initialized [ 8.485026] nvdla 158c0000.nvdla1: Adding to iommu group 53 [ 8.499836] nvdla 158c0000.nvdla1: initialized [ 8.506009] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3 [ 8.512941] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels [ 8.520468] tegra-fuse-burn efuse-burn: shutdown limit check disabled [ 8.527130] tegra-fuse-burn efuse-burn: Fuse burn driver initialized [ 8.533876] serial-tegra 3100000.serial: Adding to iommu group 3 [ 8.540729] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART [ 8.550436] serial-tegra 3110000.serial: Adding to iommu group 3 [ 8.556943] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 68, base_baud = 0) is a TEGRA_UART [ 8.566563] serial-tegra 3130000.serial: Adding to iommu group 3 [ 8.573196] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 69, base_baud = 0) is a TEGRA_UART [ 8.582765] serial-tegra 3140000.serial: Adding to iommu group 3 [ 8.589367] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 70, base_baud = 0) is a TEGRA_UART [ 8.598654] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 8.605234] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 8.612711] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 8.620349] tegra23x-qspi 3270000.spi: Prod settings list not found [ 8.642691] rtc-pcf8563 1-0051: pcf8563_write_block_data: err=-121 addr=0e, data=03 [ 8.650607] rtc-pcf8563 1-0051: pcf8563_probe: write error [ 8.656280] rtc-pcf8563: probe of 1-0051 failed with error -5 [ 8.689616] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2007000 KHz, changing to: 2035200 KHz [ 8.703005] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2010000 KHz, changing to: 2035200 KHz [ 8.714803] cpufreq: cpu4,cur:2162000,set:2035200,set ndiv:159 [ 8.721856] tegra194-cpufreq e000000.ccplex: probed with ICC [ 8.729164] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 8.731852] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 8.736758] tegra194-pcie 14180000.pcie: host bridge /pcie@14180000 ranges: [ 8.738522] mmc0: CQHCI version 5.10 [ 8.748467] irq: IRQ306: trimming hierarchy from :interrupt-controller@f400000-1 [ 8.751447] tegra194-pcie 14180000.pcie: IO 0x0038100000..0x00381fffff -> 0x0038100000 [ 8.759124] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 8.767258] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit [ 8.767757] tegra194-pcie 14180000.pcie: MEM 0x2728000000..0x272fffffff -> 0x0040000000 [ 8.790910] tegra194-pcie 14180000.pcie: MEM 0x2440000000..0x2727ffffff -> 0x2440000000 [ 8.855443] mmc0: Command Queue Engine enabled [ 8.860025] mmc0: periodic cache flush enabled [ 8.864605] mmc0: new HS400 Enhanced strobe MMC card at address 0001 [ 8.871497] mmcblk0: mmc0:0001 G1M15M 59.3 GiB [ 8.876390] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (511:0) [ 8.893583] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 9.905597] tegra194-pcie 14180000.pcie: Phy link never came up [ 9.911774] tegra194-pcie 14180000.pcie: PCI host bridge to bus 0000:00 [ 9.918598] pci_bus 0000:00: root bus resource [bus 00-ff] [ 9.924251] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x38100000-0x381fffff]) [ 9.934120] pci_bus 0000:00: root bus resource [mem 0x2728000000-0x272fffffff] (bus address [0x40000000-0x47ffffff]) [ 9.944976] pci_bus 0000:00: root bus resource [mem 0x2440000000-0x2727ffffff pref] [ 9.952916] pci 0000:00:00.0: [10de:229c] type 01 class 0x060400 [ 9.959260] pci 0000:00:00.0: PME# supported from D0 D3hot [ 9.971719] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 9.977128] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 9.986062] pcieport 0000:00:00.0: Adding to iommu group 10 [ 9.992019] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 [ 9.998187] pcieport 0000:00:00.0: AER: enabled with IRQ 51 [ 10.004162] pci_bus 0000:01: busn_res: [bus 01-ff] is released [ 10.010254] pci 0000:00:00.0: Removing from iommu group 10 [ 10.015918] pci_bus 0000:00: busn_res: [bus 00-ff] is released [ 10.023791] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 10.031161] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges: [ 10.038352] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000 [ 10.047051] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000 [ 10.055767] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000 [ 11.173740] tegra194-pcie 14100000.pcie: Phy link never came up [ 11.179899] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00 [ 11.186731] pci_bus 0001:00: root bus resource [bus 00-ff] [ 11.192399] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x30100000-0x301fffff]) [ 11.202533] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff]) [ 11.213388] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref] [ 11.221328] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400 [ 11.227675] pci 0001:00:00.0: PME# supported from D0 D3hot [ 11.239752] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 11.245155] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 11.254070] pcieport 0001:00:00.0: Adding to iommu group 11 [ 11.260013] pcieport 0001:00:00.0: PME: Signaling with IRQ 53 [ 11.266166] pcieport 0001:00:00.0: AER: enabled with IRQ 53 [ 11.272123] pci_bus 0001:01: busn_res: [bus 01-ff] is released [ 11.278223] pci 0001:00:00.0: Removing from iommu group 11 [ 11.283886] pci_bus 0001:00: busn_res: [bus 00-ff] is released [ 11.291532] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 11.298953] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges: [ 11.306140] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000 [ 11.314846] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000 [ 11.323550] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000 [ 12.441750] tegra194-pcie 14160000.pcie: Phy link never came up [ 12.447904] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00 [ 12.454713] pci_bus 0004:00: root bus resource [bus 00-ff] [ 12.460368] pci_bus 0004:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x36100000-0x361fffff]) [ 12.470514] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff]) [ 12.481372] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref] [ 12.489309] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400 [ 12.495659] pci 0004:00:00.0: PME# supported from D0 D3hot [ 12.507814] pci 0004:00:00.0: PCI bridge to [bus 01-ff] [ 12.513218] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 12.522121] pcieport 0004:00:00.0: Adding to iommu group 12 [ 12.528041] pcieport 0004:00:00.0: PME: Signaling with IRQ 55 [ 12.534188] pcieport 0004:00:00.0: AER: enabled with IRQ 55 [ 12.540142] pci_bus 0004:01: busn_res: [bus 01-ff] is released [ 12.546238] pci 0004:00:00.0: Removing from iommu group 12 [ 12.551892] pci_bus 0004:00: busn_res: [bus 00-ff] is released [ 12.559587] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 12.673111] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges: [ 12.680304] tegra194-pcie 141a0000.pcie: IO 0x003a100000..0x003a1fffff -> 0x003a100000 [ 12.689001] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000 [ 12.697696] tegra194-pcie 141a0000.pcie: MEM 0x2740000000..0x2b27ffffff -> 0x2740000000 [ 13.813735] tegra194-pcie 141a0000.pcie: Phy link never came up [ 13.819889] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00 [ 13.826699] pci_bus 0005:00: root bus resource [bus 00-ff] [ 13.832341] pci_bus 0005:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff]) [ 13.842488] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff]) [ 13.853345] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref] [ 13.861285] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400 [ 13.867628] pci 0005:00:00.0: PME# supported from D0 D3hot [ 13.879865] pci 0005:00:00.0: PCI bridge to [bus 01-ff] [ 13.885264] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 13.894171] pcieport 0005:00:00.0: Adding to iommu group 13 [ 13.900084] pcieport 0005:00:00.0: PME: Signaling with IRQ 57 [ 13.906244] pcieport 0005:00:00.0: AER: enabled with IRQ 57 [ 13.912224] pci_bus 0005:01: busn_res: [bus 01-ff] is released [ 13.918299] pci 0005:00:00.0: Removing from iommu group 13 [ 13.923950] pci_bus 0005:00: busn_res: [bus 00-ff] is released [ 13.931432] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 13.939083] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges: [ 13.946273] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff -> 0x003e100000 [ 13.954985] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff -> 0x0040000000 [ 13.963681] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000 [ 15.081731] tegra194-pcie 141e0000.pcie: Phy link never came up [ 15.087889] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00 [ 15.094718] pci_bus 0007:00: root bus resource [bus 00-ff] [ 15.100367] pci_bus 0007:00: root bus resource [io 0x400000-0x4fffff] (bus address [0x3e100000-0x3e1fffff]) [ 15.110507] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff]) [ 15.121365] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref] [ 15.129302] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400 [ 15.135620] pci 0007:00:00.0: PME# supported from D0 D3hot [ 15.147841] pci 0007:00:00.0: PCI bridge to [bus 01-ff] [ 15.153238] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 15.162132] pcieport 0007:00:00.0: Adding to iommu group 14 [ 15.168049] pcieport 0007:00:00.0: PME: Signaling with IRQ 59 [ 15.174197] pcieport 0007:00:00.0: AER: enabled with IRQ 59 [ 15.180475] vdd-dp: supplied by vdd-3v3-sys [ 15.184951] vdd-3v3-sd: supplied by vdd-3v3-sys [ 15.189744] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys [ 15.196417] irq: IRQ307: trimming hierarchy from :pmc@c360000 [ 15.202574] irq: IRQ308: trimming hierarchy from :pmc@c360000 [ 15.208734] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: repeated role: 0 [ 15.211161] tegra194-isp5 14800000.isp: initialized [ 15.221936] driver not enabled, cannot register any devices [ 15.232968] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized [ 15.239347] driver not enabled, cannot register any devices [ 15.245234] (NULL device *): fops function table already registered [ 15.252783] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized [ 15.259149] driver not enabled, cannot register any devices [ 15.281077] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release [ 15.290845] tegra-xusb 3610000.xhci: xHCI Host Controller [ 15.296412] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1 [ 15.304944] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810 [ 15.314551] tegra-xusb 3610000.xhci: irq 239, io mem 0x03610000 [ 15.320811] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 15.329332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 15.336787] usb usb1: Product: xHCI Host Controller [ 15.341806] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 15.348082] usb usb1: SerialNumber: 3610000.xhci [ 15.353300] hub 1-0:1.0: USB hub found [ 15.357188] hub 1-0:1.0: 4 ports detected [ 15.361457] tegra-xusb 3610000.xhci: xHCI Host Controller [ 15.367017] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2 [ 15.374816] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed [ 15.382322] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 15.390839] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 15.398287] usb usb2: Product: xHCI Host Controller [ 15.403307] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 15.409594] usb usb2: SerialNumber: 3610000.xhci [ 15.414795] hub 2-0:1.0: USB hub found [ 15.418685] hub 2-0:1.0: 4 ports detected [ 15.424514] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 15.424817] nvethernet 2310000.ethernet: Adding to iommu group 54 [ 15.435907] nvethernet 2310000.ethernet: failed to read skip mac reset flag, default 0 [ 15.444077] nvethernet 2310000.ethernet: failed to read MDIO address [ 15.444270] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 15.450635] nvethernet 2310000.ethernet: Failed to read nvida,pause_frames, so setting to default support as disable [ 15.467840] nvethernet 2310000.ethernet: setting to default DMA bit mask [ 15.474761] nvethernet 2310000.ethernet: max-platform-mtu DT entry missing, setting default 1500 [ 15.728712] nvethernet 2310000.ethernet: Ethernet MAC address: 48:b0:2d:94:70:ef [ 15.736882] nvethernet 2310000.ethernet: Macsec not enabled [ 15.742628] nvethernet 2310000.ethernet: Macsec: Reduced MTU: 1466 Max: 1500 [ 15.751283] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels [ 15.759945] irq: IRQ310: trimming hierarchy from :pmc@c360000 [ 15.765944] irq: IRQ311: trimming hierarchy from :interrupt-controller@f400000-1 [ 15.773628] irq: IRQ312: trimming hierarchy from :pmc@c360000 [ 15.779587] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 15.787161] tegra-se-nvhost 15810000.se: Adding to iommu group 55 [ 15.793725] tegra-se-nvhost 15810000.se: initialized [ 15.810656] tegra-se-nvhost 15810000.se: tegra_se_probe: complete [ 15.817036] tegra-se-nvhost 15820000.se: Adding to iommu group 56 [ 15.823568] tegra-se-nvhost 15820000.se: initialized [ 15.830859] tegra-se-nvhost 15820000.se: tegra_se_probe: complete [ 15.837212] tegra-se-nvhost 15840000.se: Adding to iommu group 57 [ 15.843732] tegra-se-nvhost 15840000.se: initialized [ 15.852349] tegra-se-nvhost 15840000.se: tegra_se_probe: complete [ 15.859121] tegra_actmon d230000.actmon: in actmon_register()... [ 15.865461] tegra_actmon d230000.actmon: bwmgr_disable = 1 [ 15.871577] tegra_actmon d230000.actmon: initialization Completed for the device mc_all [ 15.879954] hvc_sysfs: hypervisor is not present ??WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk ??[ 16.023649] ALSA device list: [ 16.026708] No soundcards found. [ 16.030755] Freeing unused kernel memory: 3968K [ 16.035468] Run /init as init process [ 16.051193] Root device found: mmcblk0p1 [ 16.055716] Found dev node: /dev/mmcblk0p1 [ 16.376259] EXT4-fs (mmcblk0p1): 20 orphan inodes deleted [ 16.381822] EXT4-fs (mmcblk0p1): recovery complete [ 16.398513] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 16.407875] Rootfs mounted over mmcblk0p1 [ 16.428299] Switching from initrd to actual rootfs [ 16.498885] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit [ 16.530441] systemd[1]: System time before build time, advancing clock. [ 16.550813] x_tables: module verification failed: signature and/or required key missing - tainting kernel [ 16.582269] systemd[1]: systemd 245.4-4ubuntu3.17 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 16.605955] systemd[1]: Detected architecture arm64. [ 16.640985] systemd[1]: Set hostname to . [ 16.821597] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 16.834671] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 16.844214] systemd[1]: Created slice system-modprobe.slice. [ 16.850367] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 16.857069] systemd[1]: Created slice User and Session Slice. [ 16.863136] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 16.871225] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 16.880993] systemd[1]: Reached target User and Group Name Lookups. [ 16.887523] systemd[1]: Reached target Slices. [ 16.892156] systemd[1]: Reached target Swap. [ 16.896810] systemd[1]: Listening on RPCbind Server Activation Socket. [ 16.903689] systemd[1]: Listening on Syslog Socket. [ 16.916546] systemd[1]: Listening on fsck to fsckd communication Socket. [ 16.923559] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 16.930574] systemd[1]: Listening on Journal Audit Socket. [ 16.936389] systemd[1]: Listening on Journal Socket (/dev/log). [ 16.942636] systemd[1]: Listening on Journal Socket. [ 16.947907] systemd[1]: Listening on udev Control Socket. [ 16.953746] systemd[1]: Listening on udev Kernel Socket. [ 16.960456] systemd[1]: Mounting Huge Pages File System... [ 16.967184] systemd[1]: Mounting POSIX Message Queue File System... [ 16.974588] systemd[1]: Mounting RPC Pipe File System... [ 16.981059] systemd[1]: Mounting Kernel Debug File System... [ 16.988183] systemd[1]: Mounting Kernel Trace File System... [ 16.995493] systemd[1]: Starting Journal Service... [ 17.001805] systemd[1]: Starting Set the console keyboard layout... [ 17.009278] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 17.018200] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped. [ 17.027602] systemd[1]: Starting NVIDIA specific first-boot udev script... [ 17.035743] systemd[1]: Started Nameserver information manager. [ 17.042128] systemd[1]: Reached target Network (Pre). [ 17.049371] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 17.058748] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 17.069982] systemd[1]: Starting Load Kernel Modules... [ 17.076472] systemd[1]: Starting Remount Root and Kernel File Systems... [ 17.084151] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null) [ 17.084512] nvmap_heap_init: nvmap_heap_init: created heap block cache [ 17.084672] systemd[1]: Starting udev Coldplug all Devices... [ 17.102496] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x000000082f000000,16777216 [ 17.104342] systemd[1]: Started Journal Service. [ 17.112096] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout [ 17.112102] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x0000000849800000,914358272 [ 17.112103] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout [ 17.112108] nvmap_page_pool_init: Total RAM pages: 7817481 [ 17.112108] nvmap_page_pool_init: nvmap page pool size: 977185 pages (3817 MB) [ 17.112160] nvmap_background_zero_thread: PP zeroing thread starting. [ 17.112249] misc nvmap: created heap vpr base 0x0000000849800000 size (892928KiB) [ 17.115139] misc nvmap: created heap fsi base 0x000000082f000000 size (16384KiB) [ 17.182723] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000 [ 17.182723] [ 17.197147] systemd-journald[281]: Received client request to flush runtime journal. [ 17.517285] nvidia: loading out-of-tree module taints kernel. [ 17.579512] using random self ethernet address [ 17.589236] using random host ethernet address [ 17.784590] 1 fixed-partitions partitions found on MTD device spi6.0 [ 17.791333] Creating 1 MTD partitions on "spi6.0": [ 17.796434] 0x000000000000-0x000004000000 : "Whole_flash0" [ 18.303028] using random self ethernet address [ 18.307635] using random host ethernet address Ubuntu 20.04.4 LTS XD-UBUNTU ttyTCU0 XD-UBUNTU login: xd (automatic login) Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.10.104-tegra aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage This system has been minimized by removing packages and content that are not required on a system that users do not log into. To restore this content, you can run the 'unminimize' command. 314 updates can be applied immediately. 237 of these updates are standard security updates. To see these additional updates run: apt list --upgradable Last login: Wed Apr 26 06:02:27 UTC 2023 on ttyTCU0 xd@XD-UBUNTU:~$ [ 512.187720] irq 258: nobody cared (try booting with the "irqpoll" option) [ 512.194977] handlers: [ 512.197316] [<00000000d72b498f>] irq_default_primary_handler threaded [<00000000149c2aca>] regmap_irq_thread [ 512.207454] Disabling IRQ #258 ?? [0006.437] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0006.442] I> t234-A01-0-Silicon (0x12347) Prod [0006.446] I> Boot-mode : BPMP Diagnostic [0006.450] I> Emulation: [0006.452] I> Entry timestamp: 0x00000000 [0006.456] I> last_boot_error: 0x0 [0006.459] I> BR-BCT: preprod_dev_sign: 0 [0006.463] I> rst_source: 0x0, rst_level: 0x0 [0006.467] I> Task: Crypto init (0x5001c0d9) [0006.471] I> Task: Secure debug controls (0x5000cb19) [0006.476] I> Task: strap war set (0x5000b739) [0006.480] I> strap value(0x4000001) set to 0x4000001 [0006.485] I> Task: Program NV master stream id (0x5000cad1) [0006.491] I> Task: Verify boot mode (0xd482021) [0006.497] I> Task: Alias fuses (0x50010749) [0006.501] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0006.508] I> Task: Print SKU type (0x5000fba9) [0006.512] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0006.517] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0006.522] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0006.526] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0006.530] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0006.534] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0006.539] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0006.543] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0006.547] I> FUSE_SKU_INFO_0 = 0xd2 [0006.550] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0006.554] I> FUSE_PACKAGE_INFO_0 = 0x2 [0006.558] I> SKU: Prod [0006.560] I> Task: Boost clocks (0x50013db1) [0006.564] I> Initializing PLLC2 for AXI_CBB. [0006.568] I> AXI_CBB : src = 35, divisor = 0 [0006.573] I> Task: Voltage monitor (0x50013dbd) [0006.577] I> VMON: Vmon re-calibration and fine tuning done [0006.582] I> Task: UPHY init (0x5000da39) [0006.587] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0006.592] I> Task: Boot device init (0x50000a3d) [0006.597] I> Boot_device: RCM [0006.600] I> USB configuration success [0006.604] I> Task: TSC init (0x5001ed35) [0006.608] I> Task: Enable WDT 5th expiry (0x5001f929) [0006.613] I> Task: Disable WDT globally (0x5001f965) [0006.617] I> Task: I2C register (0x50000a31) [0006.621] I> Task: Reset FSI (0x50013db9) [0006.625] I> Task: Enable clock-mon (0x5001ed25) [0006.641] I> FMON: Fmon re-programming done [0006.645] I> Task: MB1 fixed firewalls (0x5001e55d) [0006.653] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0006.658] I> Loading MB2 Applet [0006.661] I> Scratch RSV109: 0x00000000 active chain: 0 [0006.666] I> Slot: 0 [0006.668] I> Binary[21] block-0 (partition size: 0x50000) [0006.673] I> get_binary_info: Binary name: MB2-Applet [0006.678] I> Size of crypto header is 8192 [0006.682] I> BCH load address is : 0x4004e000 [0006.686] I> Size of crypto header is 8192 [0006.690] I> BCH of MB2-Applet read from storage [0006.695] I> BCH address is : 0x4004e000 [0006.699] I> MB2-Applet header integrity check is success [0006.704] I> Binary magic in BCH component 0 is MB2A [0006.709] I> component binary type is 21 [0006.713] I> Size of crypto header is 8192 [0006.727] I> MB2-Applet binary is read from storage [0006.732] I> MB2-Applet binary integrity check is success [0006.737] I> Binary MB2-Applet loaded successfully at 0x40000000 (0x41b80) [0006.744] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0006.750] I> Task: Prepare MB2 params (0x5000d5dd) [0006.755] I> MB2-params @ 0x40060000 [0006.758] I> Region(2) already mapped [0006.762] E> Failed to map carveout: 50 [0006.766] I> BR-BCT Boot Chain Fields [0006.769] I> u32_non_gpio_select_boot_chain : 0 [0006.774] I> u32_num_boot_chains : 0 [0006.778] I> bf_bl_gpio_select_boot_chain_1b : 0 [0006.784] I> Task: Misc NV security settings (0x5000ced5) [0006.789] I> NVDEC sticky bits programming done [0006.793] I> Task: Disable/Reload WDT (0x5001f991) [0006.798] I> Programmed SLCG global override := 0x0 [0006.803] I> MB1: MSS reconfig completed I> Applet (version: 0.0.0.0-t234-54845784-dee653cf) I> t234-A01-0-Silicon (0x12347) I> Emulation: I> Entry timestamp: 0xffffffff I> Task: Pinmux init (0x4000062d) I> Task: Boot device init (0x400012e5) I> Applet do storage init I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : clk_m I> QSPI-0l initialized successfully I> sdmmc DDR50 mode I> sdmmc bdev is already initialized E> Unknown device 7 E> Unknown device 8 I> Task: Partition Manager Init (0x40002d1d) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: I2C register (0x400006a5) I> Task: Register exit handlers (0x400005f5) I> Task: Enter 3p server (0x400018e1) I> USB configuration success I> Populate chip info I> RAM_CODE 0x4000001 I> Populate eeprom info I> Populate eeprom info for module cvm I> dump bct I> Rebooting : reboot-recovery ?? [0094.435] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0094.441] I> t234-A01-0-Silicon (0x12347) Prod [0094.445] I> Boot-mode : Coldboot [0094.448] I> Emulation: [0094.450] I> Entry timestamp: 0x00000000 [0094.454] I> last_boot_error: 0x0 [0094.457] I> BR-BCT: preprod_dev_sign: 0 [0094.461] I> rst_source: 0xb, rst_level: 0x1 [0094.465] I> Task: CRC check (0x5001cf71) [0094.469] I> Skip CRC check as records_integrity fuse is not burned [0094.475] I> Task: Crypto init (0x5001c0d9) [0094.479] I> Task: Secure debug controls (0x5000cb19) [0094.484] I> Task: strap war set (0x5000b739) [0094.488] I> strap value(0x4000001) set to 0x4000001 [0094.493] I> Task: Initialize SOC Therm (0x5001a509) [0094.498] I> Task: Program NV master stream id (0x5000cad1) [0094.503] I> Task: Verify boot mode (0xd482021) [0094.509] I> Task: Alias fuses (0x50010749) [0094.514] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0094.521] I> Task: Print SKU type (0x5000fba9) [0094.526] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0094.531] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0094.535] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0094.539] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0094.544] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0094.548] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0094.552] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0094.556] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0094.560] I> FUSE_SKU_INFO_0 = 0xd2 [0094.564] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0094.568] I> FUSE_PACKAGE_INFO_0 = 0x2 [0094.571] I> SKU: Prod [0094.573] I> Task: Boost clocks (0x50013db1) [0094.578] I> Initializing PLLC2 for AXI_CBB. [0094.582] I> AXI_CBB : src = 35, divisor = 0 [0094.586] I> Task: Voltage monitor (0x50013dbd) [0094.590] I> VMON: Vmon re-calibration and fine tuning done [0094.596] I> Task: UPHY init (0x5000da39) [0094.600] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0094.605] I> Task: Boot device init (0x50000a3d) [0094.610] I> Boot_device: RCM [0094.613] I> USB configuration success [0095.896] I> Task: TSC init (0x5001ed35) [0095.900] I> Task: Load membct (0x5001190d) [0095.904] I> RAM_CODE 0x4000001 [0095.907] I> Loading MEM-BCT to SysRAM [0095.911] I> Scratch RSV109: 0x00000000 active chain: 0 [0095.916] I> Slot: 0 [0095.918] I> Binary[0] block-0 (partition size: 0x40000) [0095.923] I> get_binary_info: Binary name: MEM-BCT-0 [0095.928] I> Size of crypto header is 8192 [0095.932] I> BCH load address is : 0x40050000 [0095.936] I> Size of crypto header is 8192 [0095.940] I> BCH of MEM-BCT-0 read from storage [0095.945] I> BCH address is : 0x40050000 [0095.949] I> MEM-BCT-0 header integrity check is success [0095.954] I> Binary magic in BCH component 0 is MEM0 [0095.959] I> component binary type is 0 [0095.965] I> MEM-BCT-0 binary is read from storage [0095.969] I> MEM-BCT-0 binary integrity check is success [0095.975] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0095.981] I> RAM_CODE 0x4000001 [0095.987] I> RAM_CODE 0x4000001 [0095.990] I> Task: Load Page retirement list (0x50011139) [0095.996] I> Task: SDRAM params override (0x50011b79) [0096.001] I> Task: Save mem-bct info (0x50014071) [0096.005] I> Task: Carveout allocate (0x500140d5) [0096.010] I> ECC region[0]: Start:0x0, End:0x0 [0096.014] I> ECC region[1]: Start:0x0, End:0x0 [0096.018] I> ECC region[2]: Start:0x0, End:0x0 [0096.022] I> ECC region[3]: Start:0x0, End:0x0 [0096.027] I> ECC region[4]: Start:0x0, End:0x0 [0096.031] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0096.037] I> Non-ECC region[1]: Start:0x0, End:0x0 [0096.042] I> Non-ECC region[2]: Start:0x0, End:0x0 [0096.046] I> Non-ECC region[3]: Start:0x0, End:0x0 [0096.051] I> Non-ECC region[4]: Start:0x0, End:0x0 [0096.061] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0096.068] I> allocated(CO:46) base:0x820000000 size:0x20000000 align: 0x20000000 [0096.075] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0096.082] I> allocated(CO:39) base:0x81a000000 size:0x6000000 align: 0x200000 [0096.089] I> allocated(CO:20) base:0x818000000 size:0x2000000 align: 0x2000000 [0096.096] I> allocated(CO:24) base:0x816000000 size:0x2000000 align: 0x2000000 [0096.103] I> allocated(CO:28) base:0x814000000 size:0x2000000 align: 0x2000000 [0096.110] I> allocated(CO:29) base:0x812000000 size:0x2000000 align: 0x2000000 [0096.118] I> allocated(CO:43) base:0x810000000 size:0x2000000 align: 0x200000 [0096.125] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0096.132] I> allocated(CO:41) base:0x80f000000 size:0x1000000 align: 0x100000 [0096.139] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0096.146] I> allocated(CO:03) base:0x80e800000 size:0x800000 align: 0x800000 [0096.153] I> allocated(CO:06) base:0x80e000000 size:0x800000 align: 0x800000 [0096.159] I> allocated(CO:10) base:0x80d800000 size:0x800000 align: 0x800000 [0096.166] I> allocated(CO:56) base:0x80d000000 size:0x800000 align: 0x200000 [0096.173] I> allocated(CO:07) base:0x80cc00000 size:0x400000 align: 0x400000 [0096.180] I> allocated(CO:33) base:0x80c800000 size:0x400000 align: 0x200000 [0096.187] I> allocated(CO:47) base:0x80c400000 size:0x400000 align: 0x200000 [0096.194] I> allocated(CO:72) base:0x80c200000 size:0x200000 align: 0x10000 [0096.201] I> allocated(CO:01) base:0x80c100000 size:0x100000 align: 0x100000 [0096.208] I> allocated(CO:04) base:0x80c000000 size:0x100000 align: 0x100000 [0096.215] I> allocated(CO:05) base:0x80bf00000 size:0x100000 align: 0x100000 [0096.222] I> allocated(CO:08) base:0x80be00000 size:0x100000 align: 0x100000 [0096.229] I> allocated(CO:09) base:0x80bd00000 size:0x100000 align: 0x100000 [0096.236] I> allocated(CO:15) base:0x80bc00000 size:0x100000 align: 0x100000 [0096.242] I> allocated(CO:17) base:0x80bb00000 size:0x100000 align: 0x100000 [0096.249] I> allocated(CO:23) base:0x80ba00000 size:0x100000 align: 0x100000 [0096.256] I> allocated(CO:27) base:0x80b900000 size:0x100000 align: 0x100000 [0096.263] I> allocated(CO:42) base:0x80b800000 size:0x100000 align: 0x100000 [0096.270] I> allocated(CO:54) base:0x80b780000 size:0x80000 align: 0x80000 [0096.277] I> allocated(CO:26) base:0x80b740000 size:0x40000 align: 0x2000 [0096.284] I> allocated(CO:48) base:0x80b720000 size:0x20000 align: 0x10000 [0096.290] I> allocated(CO:69) base:0x80b700000 size:0x20000 align: 0x10000 [0096.297] I> allocated(CO:34) base:0x80b6f0000 size:0x10000 align: 0x10000 [0096.304] I> allocated(CO:35) base:0x80b6e0000 size:0x10000 align: 0x10000 [0096.311] I> allocated(CO:49) base:0x80b6d0000 size:0x10000 align: 0x10000 [0096.317] I> allocated(CO:50) base:0x80b6c0000 size:0x10000 align: 0x10000 [0096.324] I> allocated(CO:52) base:0x80b6b0000 size:0x10000 align: 0x10000 [0096.331] I> Task: Thermal check (0x5001fba1) [0096.335] I> max_chip_limit = 115 [0096.338] I> min_chip_limit = -30 [0096.341] I> max temp read = 30 [0096.344] I> min temp read = 28 [0096.347] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0096.354] I> Task: Enable WDT 5th expiry (0x5001f929) [0096.358] I> Task: Disable WDT globally (0x5001f965) [0096.363] I> Task: I2C register (0x50000a31) [0096.367] I> Task: Reset FSI (0x50013db9) [0096.371] I> Task: Pinmux init (0x50013219) [0096.376] I> Task: Prod config init (0x50013631) [0096.380] I> Task: Pad voltage init (0x500132a5) [0096.385] I> Task: Prod init (0x500136d5) [0096.389] I> Task: Common rail init (0x50013bd1) [0096.393] W> Thermal config not found in BCT [0096.397] W> Generic i2c config not found in BCT [0096.402] W> Platform rail config not found in BCT [0096.407] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0096.415] W> MEMIO rail config not found in BCT [0096.420] I> Task: Mem clock src (0x500119c5) [0096.424] I> Task: Misc. board config (0x50013c29) [0096.429] W> Platform config not found in BCT [0096.433] I> Task: SDRAM init (0x500119c9) [0096.439] I> SDRAM-params @ 0xd485000 [0096.443] I> MSS code-drop: NvBootSdramInit [0096.447] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0096.454] I> MSS CAR: Init PLLM [0096.457] I> MSS CAR: Init PLLHUB [0096.462] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0096.474] I> mb1_sdram_init Done ! [0096.477] I> SDRAM Size in Total 0x800000000 [0096.481] I> Task: Dram Ecc scrub (0x50011261) [0096.485] I> Task: DRAM alias check (0x50011b71) [0096.517] I> Task: Program NSDRAM carveout (0x50014921) [0096.523] I> NSDRAM carveout encryption is disabled [0096.529] I> Program NSDRAM carveout [0096.533] I> Task: Register checker (0x50011b75) [0096.542] I> Task: Enable clock-mon (0x5001ed25) [0096.559] I> FMON: Fmon re-programming done [0096.563] I> Task: Mapper init (0x5001d451) [0096.569] I> Task: SC7 Context Init (0x5001f02d) [0096.575] I> Task: CCPLEX IST init (0x5000d335) [0096.581] I> Task: CPU WP0 (0x5000c635) [0096.586] I> Loading MCE [0096.589] I> Scratch RSV109: 0x00000000 active chain: 0 [0096.595] I> Slot: 0 [0096.598] I> Binary[8] block-0 (partition size: 0x80000) [0096.604] I> get_binary_info: Binary name: MCE [0096.609] I> Size of crypto header is 8192 [0096.614] I> BCH load address is : 0x4003e000 [0096.619] I> Size of crypto header is 8192 [0097.218] I> BCH of MCE read from storage [0097.222] I> BCH address is : 0x4003e000 [0097.228] I> MCE header integrity check is success [0097.233] I> Binary magic in BCH component 0 is MTSM [0097.239] I> component binary type is 8 [0097.243] I> Size of crypto header is 8192 [0097.254] I> MCE binary is read from storage [0097.260] I> MCE binary integrity check is success [0097.265] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0097.273] I> Size of crypto header is 8192 [0097.278] I> Sending WP0 mailbox command to PSC [0097.289] I> Task: MB1 fixed firewalls (0x5001e55d) [0097.309] I> Task: Load bpmp-fw (0x5001e801) [0097.315] I> Scratch RSV109: 0x00000000 active chain: 0 [0097.321] I> Slot: 0 [0097.323] I> Binary[15] block-0 (partition size: 0x180000) [0097.330] I> get_binary_info: Binary name: BPMP_FW [0097.335] I> Size of crypto header is 8192 [0097.340] I> BCH load address is : 0x807fe000 [0097.346] I> Size of crypto header is 8192 [0097.351] I> BCH of BPMP_FW read from storage [0097.355] I> BCH address is : 0x807fe000 [0097.361] I> BPMP_FW header integrity check is success [0097.367] I> Binary magic in BCH component 0 is BPMF [0097.372] I> component binary type is 15 [0097.377] I> Size of crypto header is 8192 [0097.418] I> BPMP_FW binary is read from storage [0097.425] I> BPMP_FW binary integrity check is success [0097.431] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0097.439] I> Scratch RSV109: 0x00000000 active chain: 0 [0097.445] I> Slot: 0 [0097.448] I> Binary[16] block-251658752 (partition size: 0x400000) [0097.456] I> get_binary_info: Binary name: BPMP_FW_DTB [0097.462] I> Size of crypto header is 8192 [0097.466] I> BCH load address is : 0x807fc000 [0097.472] I> Size of crypto header is 8192 [0097.477] I> BCH of BPMP_FW_DTB read from storage [0097.482] I> BCH address is : 0x807fc000 [0097.488] I> BPMP_FW_DTB header integrity check is success [0097.494] I> Binary magic in BCH component 0 is BPMD [0097.499] I> component binary type is 16 [0097.504] I> Size of crypto header is 8192 [0097.513] I> BPMP_FW_DTB binary is read from storage [0097.519] I> BPMP_FW_DTB binary integrity check is success [0097.525] I> Binary BPMP_FW_DTB loaded successfully at 0x807dbbb0 (0x20440) [0097.535] I> Task: Load psc-fw (0x5001ea0d) [0097.540] I> Scratch RSV109: 0x00000000 active chain: 0 [0097.546] I> Slot: 0 [0097.549] I> Binary[17] block-0 (partition size: 0xc0000) [0097.555] I> get_binary_info: Binary name: PSC_FW [0097.561] I> Size of crypto header is 8192 [0097.565] I> BCH load address is : 0x80ffe000 [0097.571] I> Size of crypto header is 8192 [0097.576] I> BCH of PSC_FW read from storage [0097.581] I> BCH address is : 0x80ffe000 [0097.586] I> PSC_FW header integrity check is success [0097.592] I> Binary magic in BCH component 0 is PFWP [0097.597] I> component binary type is 17 [0097.602] I> Size of crypto header is 8192 [0097.625] I> PSC_FW binary is read from storage [0097.631] I> PSC_FW binary integrity check is success [0097.637] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0097.645] I> Task: Load nvdec-fw (0x5001ea81) [0097.651] I> Scratch RSV109: 0x00000000 active chain: 0 [0097.657] I> Slot: 0 [0097.660] I> Binary[7] block-0 (partition size: 0x100000) [0097.666] I> get_binary_info: Binary name: NVDEC [0097.671] I> Size of crypto header is 8192 [0097.676] I> BCH load address is : 0x800fe000 [0097.682] I> Size of crypto header is 8192 [0097.687] I> BCH of NVDEC read from storage [0097.691] I> BCH address is : 0x800fe000 [0097.697] I> NVDEC header integrity check is success [0097.702] I> Binary magic in BCH component 0 is NDEC [0097.708] I> component binary type is 7 [0097.712] I> Size of crypto header is 8192 [0097.725] I> NVDEC binary is read from storage [0097.730] I> NVDEC binary integrity check is success [0097.736] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0097.747] I> Task: Load tsec-fw (0x5001ec6d) [0097.752] I> TSEC-FW load support not enabled [0097.757] I> Task: Program misc carveouts (0x5001445d) [0097.763] I> Program IPC carveouts [0097.771] I> Task: GPIO interrupt map (0x50013cc5) [0097.777] I> Task: SC7 context save (0x5001f161) [0097.783] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0097.789] I> Loading MB2 [0097.793] I> Scratch RSV109: 0x00000000 active chain: 0 [0097.799] I> Slot: 0 [0097.801] I> Binary[6] block-0 (partition size: 0x80000) [0097.807] I> get_binary_info: Binary name: MB2 [0097.812] I> Size of crypto header is 8192 [0097.817] I> BCH load address is : 0x8007e000 [0097.823] I> Size of crypto header is 8192 [0097.828] I> BCH of MB2 read from storage [0097.832] I> BCH address is : 0x8007e000 [0097.838] I> MB2 header integrity check is success [0097.843] I> Binary magic in BCH component 0 is MB2B [0097.849] I> component binary type is 6 [0097.853] I> Size of crypto header is 8192 [0097.873] I> MB2 binary is read from storage [0097.879] I> MB2 binary integrity check is success [0097.884] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0097.892] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0097.900] I> Task: Prepare MB2 params (0x5000d5dd) [0097.908] I> MB2-params @ 0x40060000 [0097.916] I> BR-BCT Boot Chain Fields [0097.920] I> u32_non_gpio_select_boot_chain : 0 [0097.926] I> u32_num_boot_chains : 2 [0097.931] I> bf_bl_gpio_select_boot_chain_1b : 0 [0097.937] I> Task: Dram ecc test (0x500112cd) [0097.943] I> Task: Misc NV security settings (0x5000ced5) [0097.950] I> NVDEC sticky bits programming done [0097.955] I> Task: Disable/Reload WDT (0x5001f991) [0097.961] I> Programmed SLCG global override := 0x0 [0097.966] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : RCM Flash I> Emulation: I> Entry timestamp: 0x05d77070 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x80d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc I> Received ACK from psc I> Task: Enter 3p server (0x50001f04) I> USB configuration success I> Populate storage info I> Erasing device 3: 0 I> QSPI: Erasing entire device I> Writing device 3: 0. I> Found 57 partitions in QSPI_FLASH (instance 0) I> Erasing device 1: 3 I> Writing device 1: 3. I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing A_mb1 partition. I> Writing A_psc_bl1 partition. I> Writing A_nvdec partition. I> Writing A_mb2 partition. I> Writing A_xusb-fw partition. I> Writing A_bpmp-fw partition. I> Writing A_bpmp-fw-dtb partition. I> Writing A_psc-fw partition. I> Writing A_mts-mce partition. I> Writing A_sc7 partition. I> Writing A_pscrf partition. I> Writing A_mb2rf partition. I> Writing A_cpu-bootloader partition. I> Writing A_secure-os partition. I> Writing A_eks partition. I> Writing A_dce-fw partition. I> Writing A_spe-fw partition. I> Writing A_rce-fw partition. I> Writing A_adsp-fw partition. I> Writing B_mb1 partition. I> Writing B_psc_bl1 partition. I> Writing B_nvdec partition. I> Writing B_mb2 partition. I> Writing B_xusb-fw partition. I> Writing B_bpmp-fw partition. I> Writing B_bpmp-fw-dtb partition. I> Writing B_psc-fw partition. I> Writing B_mts-mce partition. I> Writing B_sc7 partition. I> Writing B_pscrf partition. I> Writing B_mb2rf partition. I> Writing B_cpu-bootloader partition. I> Writing B_secure-os partition. I> Writing B_eks partition. I> Writing B_dce-fw partition. I> Writing B_spe-fw partition. I> Writing B_rce-fw partition. I> Writing B_adsp-fw partition. I> Writing B_VER partition. I> Writing A_VER partition. I> Writing device 1: 3. I> Writing A_kernel partition. I> Writing A_kernel-dtb partition. I> Writing B_kernel partition. I> Writing B_kernel-dtb partition. I> Writing recovery partition. I> Writing recovery-dtb partition. I> Writing esp partition. I> Writing APP partition. I> Writing secondary_gpt_backup partition. I> Writing BCT partition. I> Writing BCT-boot-chain_backup partition. I> Writing A_MB1_BCT partition. I> Writing B_MB1_BCT partition. I> Writing A_MEM_BCT partition. I> Writing B_MEM_BCT partition. I> Rebooting : reset-coldboot ?? [0000.063] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.069] I> t234-A01-0-Silicon (0x12347) Prod [0000.073] I> Boot-mode : Coldboot [0000.076] I> Emulation: [0000.078] I> Entry timestamp: 0x00000000 [0000.082] I> last_boot_error: 0x0 [0000.085] I> BR-BCT: preprod_dev_sign: 0 [0000.089] I> rst_source: 0xb, rst_level: 0x1 [0000.093] I> Task: CRC check (0x5001cf71) [0000.097] I> Skip CRC check as records_integrity fuse is not burned [0000.103] I> Task: Crypto init (0x5001c0d9) [0000.107] I> Task: Secure debug controls (0x5000cb19) [0000.112] I> Task: strap war set (0x5000b739) [0000.116] I> strap value(0x4000001) set to 0x4000001 [0000.121] I> Task: Initialize SOC Therm (0x5001a509) [0000.126] I> Task: Program NV master stream id (0x5000cad1) [0000.131] I> Task: Verify boot mode (0xd482021) [0000.137] I> Task: Alias fuses (0x50010749) [0000.142] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.149] I> Task: Print SKU type (0x5000fba9) [0000.154] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.159] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.163] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.167] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.172] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.176] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.180] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.184] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.188] I> FUSE_SKU_INFO_0 = 0xd2 [0000.192] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.196] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.199] I> SKU: Prod [0000.201] I> Task: Boost clocks (0x50013db1) [0000.206] I> Initializing PLLC2 for AXI_CBB. [0000.210] I> AXI_CBB : src = 35, divisor = 0 [0000.214] I> Task: Voltage monitor (0x50013dbd) [0000.218] I> VMON: Vmon re-calibration and fine tuning done [0000.224] I> Task: UPHY init (0x5000da39) [0000.228] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.233] I> Task: Boot device init (0x50000a3d) [0000.238] I> Boot_device: QSPI_FLASH instance: 0 [0000.242] I> Qspi clock source : pllc_out0 [0000.246] I> QSPI Flash: Macronix 64MB [0000.250] I> QSPI-0l initialized successfully [0000.254] I> Task: TSC init (0x5001ed35) [0000.258] I> Task: Load membct (0x5001190d) [0000.262] I> RAM_CODE 0x4000001 [0000.265] I> Loading MEM-BCT to SysRAM [0000.269] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.274] I> Slot: 0 [0000.276] I> Binary[0] block-0 (partition size: 0x40000) [0000.281] I> get_binary_info: Binary name: MEM-BCT-0 [0000.286] I> Size of crypto header is 8192 [0000.290] I> BCH load address is : 0x40050000 [0000.294] I> Size of crypto header is 8192 [0000.298] I> BCH of MEM-BCT-0 read from storage [0000.303] I> BCH address is : 0x40050000 [0000.307] I> MEM-BCT-0 header integrity check is success [0000.312] I> Binary magic in BCH component 0 is MEM0 [0000.317] I> component binary type is 0 [0000.321] I> MEM-BCT-0 binary is read from storage [0000.326] I> MEM-BCT-0 binary integrity check is success [0000.331] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.338] I> RAM_CODE 0x4000001 [0000.343] I> RAM_CODE 0x4000001 [0000.347] I> Task: Load Page retirement list (0x50011139) [0000.352] I> Task: SDRAM params override (0x50011b79) [0000.357] I> Task: Save mem-bct info (0x50014071) [0000.361] I> Task: Carveout allocate (0x500140d5) [0000.366] I> RCM blob carveout will not be allocated [0000.371] I> ECC region[0]: Start:0x0, End:0x0 [0000.375] I> ECC region[1]: Start:0x0, End:0x0 [0000.379] I> ECC region[2]: Start:0x0, End:0x0 [0000.384] I> ECC region[3]: Start:0x0, End:0x0 [0000.388] I> ECC region[4]: Start:0x0, End:0x0 [0000.392] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.398] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.403] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.407] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.412] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.422] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.429] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.436] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.443] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.450] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.457] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.464] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.471] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.478] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.485] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.492] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.499] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.506] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.513] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.520] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.527] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.534] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.541] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.548] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.555] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.562] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.568] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.575] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.582] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.589] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.596] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.603] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.610] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.617] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.624] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.631] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.637] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.644] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.651] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.657] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.664] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.671] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.678] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.684] I> Task: Thermal check (0x5001fba1) [0000.689] I> max_chip_limit = 115 [0000.692] I> min_chip_limit = -30 [0000.695] I> max temp read = 32 [0000.698] I> min temp read = 31 [0000.701] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.707] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.712] I> Task: Disable WDT globally (0x5001f965) [0000.717] I> Task: I2C register (0x50000a31) [0000.721] I> Task: Reset FSI (0x50013db9) [0000.725] I> Task: Pinmux init (0x50013219) [0000.729] I> Task: Prod config init (0x50013631) [0000.734] I> Task: Pad voltage init (0x500132a5) [0000.738] I> Task: Prod init (0x500136d5) [0000.742] I> Task: Common rail init (0x50013bd1) [0000.747] W> Thermal config not found in BCT [0000.751] W> Generic i2c config not found in BCT [0000.755] W> Platform rail config not found in BCT [0000.761] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.769] W> MEMIO rail config not found in BCT [0000.774] I> Task: Mem clock src (0x500119c5) [0000.778] I> Task: Misc. board config (0x50013c29) [0000.783] W> Platform config not found in BCT [0000.787] I> Task: SDRAM init (0x500119c9) [0000.793] I> SDRAM-params @ 0xd485000 [0000.797] I> MSS code-drop: NvBootSdramInit [0000.801] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.808] I> MSS CAR: Init PLLM [0000.811] I> MSS CAR: Init PLLHUB [0000.816] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.828] I> mb1_sdram_init Done ! [0000.831] I> SDRAM Size in Total 0x800000000 [0000.835] I> Task: Dram Ecc scrub (0x50011261) [0000.839] I> Task: DRAM alias check (0x50011b71) [0000.871] I> Task: Program NSDRAM carveout (0x50014921) [0000.877] I> NSDRAM carveout encryption is disabled [0000.882] I> Program NSDRAM carveout [0000.886] I> Task: Register checker (0x50011b75) [0000.895] I> Task: Enable clock-mon (0x5001ed25) [0000.912] I> FMON: Fmon re-programming done [0000.916] I> Task: Mapper init (0x5001d451) [0000.921] I> Task: SC7 Context Init (0x5001f02d) [0000.927] I> Task: CCPLEX IST init (0x5000d335) [0000.933] I> Task: CPU WP0 (0x5000c635) [0000.939] I> Loading MCE [0000.941] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.947] I> Slot: 0 [0000.949] I> Binary[8] block-0 (partition size: 0x80000) [0000.955] I> get_binary_info: Binary name: MCE [0000.960] I> Size of crypto header is 8192 [0000.965] I> BCH load address is : 0x4003e000 [0000.970] I> Size of crypto header is 8192 [0000.975] I> BCH of MCE read from storage [0000.979] I> BCH address is : 0x4003e000 [0000.985] I> MCE header integrity check is success [0000.990] I> Binary magic in BCH component 0 is MTSM [0000.995] I> component binary type is 8 [0000.999] I> Size of crypto header is 8192 [0001.006] I> MCE binary is read from storage [0001.011] I> MCE binary integrity check is success [0001.016] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.024] I> Size of crypto header is 8192 [0001.038] I> Size of crypto header is 8192 [0001.043] I> Sending WP0 mailbox command to PSC [0001.053] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.072] I> Task: Load bpmp-fw (0x5001e801) [0001.078] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.084] I> Slot: 0 [0001.086] I> Binary[15] block-0 (partition size: 0x180000) [0001.093] I> get_binary_info: Binary name: BPMP_FW [0001.098] I> Size of crypto header is 8192 [0001.102] I> BCH load address is : 0x807fe000 [0001.108] I> Size of crypto header is 8192 [0001.113] I> BCH of BPMP_FW read from storage [0001.117] I> BCH address is : 0x807fe000 [0001.123] I> BPMP_FW header integrity check is success [0001.128] I> Binary magic in BCH component 0 is BPMF [0001.133] I> component binary type is 15 [0001.138] I> Size of crypto header is 8192 [0001.153] I> BPMP_FW binary is read from storage [0001.160] I> BPMP_FW binary integrity check is success [0001.166] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.174] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.180] I> Slot: 0 [0001.182] I> Binary[16] block-10000 (partition size: 0x400000) [0001.189] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.194] I> Size of crypto header is 8192 [0001.199] I> BCH load address is : 0x807fc000 [0001.204] I> Size of crypto header is 8192 [0001.209] I> BCH of BPMP_FW_DTB read from storage [0001.214] I> BCH address is : 0x807fc000 [0001.220] I> BPMP_FW_DTB header integrity check is success [0001.225] I> Binary magic in BCH component 0 is BPMD [0001.231] I> component binary type is 16 [0001.235] I> Size of crypto header is 8192 [0001.241] I> BPMP_FW_DTB binary is read from storage [0001.247] I> BPMP_FW_DTB binary integrity check is success [0001.253] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.262] I> Task: Load psc-fw (0x5001ea0d) [0001.268] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.273] I> Slot: 0 [0001.276] I> Binary[17] block-0 (partition size: 0xc0000) [0001.282] I> get_binary_info: Binary name: PSC_FW [0001.287] I> Size of crypto header is 8192 [0001.291] I> BCH load address is : 0x80ffe000 [0001.297] I> Size of crypto header is 8192 [0001.302] I> BCH of PSC_FW read from storage [0001.306] I> BCH address is : 0x80ffe000 [0001.312] I> PSC_FW header integrity check is success [0001.317] I> Binary magic in BCH component 0 is PFWP [0001.322] I> component binary type is 17 [0001.327] I> Size of crypto header is 8192 [0001.337] I> PSC_FW binary is read from storage [0001.343] I> PSC_FW binary integrity check is success [0001.348] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.357] I> Task: Load nvdec-fw (0x5001ea81) [0001.362] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.368] I> Slot: 0 [0001.371] I> Binary[7] block-0 (partition size: 0x100000) [0001.377] I> get_binary_info: Binary name: NVDEC [0001.382] I> Size of crypto header is 8192 [0001.386] I> BCH load address is : 0x800fe000 [0001.392] I> Size of crypto header is 8192 [0001.397] I> BCH of NVDEC read from storage [0001.401] I> BCH address is : 0x800fe000 [0001.407] I> NVDEC header integrity check is success [0001.412] I> Binary magic in BCH component 0 is NDEC [0001.417] I> component binary type is 7 [0001.421] I> Size of crypto header is 8192 [0001.428] I> NVDEC binary is read from storage [0001.434] I> NVDEC binary integrity check is success [0001.439] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.450] I> Task: Load tsec-fw (0x5001ec6d) [0001.455] I> TSEC-FW load support not enabled [0001.460] I> Task: Program misc carveouts (0x5001445d) [0001.466] I> Program IPC carveouts [0001.473] I> Task: GPIO interrupt map (0x50013cc5) [0001.479] I> Task: SC7 context save (0x5001f161) [0001.485] I> NV_SC7 Context addr: 0xa0000000 [0001.490] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.496] I> Slot: 0 [0001.499] I> Binary[27] block-0 (partition size: 0x100000) [0001.505] I> get_binary_info: Binary name: BR_BCT [0001.510] I> Size of crypto header is 8192 [0001.515] I> Size of crypto header is 8192 [0001.519] I> BR_BCT binary is read from storage [0001.525] I> BR_BCT binary integrity check is success [0001.530] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.538] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.544] I> Slot: 0 [0001.546] I> Binary[13] block-0 (partition size: 0x30000) [0001.552] I> get_binary_info: Binary name: SC7-FW [0001.557] I> Size of crypto header is 8192 [0001.562] I> Size of crypto header is 8192 [0001.566] I> BCH load address is : 0xa0002000 [0001.572] I> Size of crypto header is 8192 [0001.577] I> BCH of SC7-FW read from storage [0001.581] I> BCH address is : 0xa0002000 [0001.587] I> SC7-FW header integrity check is success [0001.592] I> Binary magic in BCH component 0 is WB0B [0001.597] I> component binary type is 13 [0001.602] I> Size of crypto header is 8192 [0001.608] I> SC7-FW binary is read from storage [0001.614] I> SC7-FW binary integrity check is success [0001.619] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.627] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.633] I> Slot: 0 [0001.635] I> Binary[22] block-0 (partition size: 0x30000) [0001.641] I> get_binary_info: Binary name: PSC_RF [0001.646] I> Size of crypto header is 8192 [0001.651] I> Size of crypto header is 8192 [0001.656] I> BCH load address is : 0xa0029460 [0001.661] I> Size of crypto header is 8192 [0001.666] I> BCH of PSC_RF read from storage [0001.670] I> BCH address is : 0xa0029460 [0001.676] I> PSC_RF header integrity check is success [0001.681] I> Binary magic in BCH component 0 is PSCR [0001.687] I> component binary type is 22 [0001.691] I> Size of crypto header is 8192 [0001.697] I> PSC_RF binary is read from storage [0001.702] I> PSC_RF binary integrity check is success [0001.708] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.728] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.733] I> Slot: 0 [0001.736] I> Binary[14] block-0 (partition size: 0x20000) [0001.742] I> get_binary_info: Binary name: MB2_RF [0001.747] I> Size of crypto header is 8192 [0001.752] I> Size of crypto header is 8192 [0001.756] I> BCH load address is : 0xa008e240 [0001.762] I> Size of crypto header is 8192 [0001.767] I> BCH of MB2_RF read from storage [0001.771] I> BCH address is : 0xa008e240 [0001.777] I> MB2_RF header integrity check is success [0001.782] I> Binary magic in BCH component 0 is MB2R [0001.787] I> component binary type is 14 [0001.791] I> Size of crypto header is 8192 [0001.797] I> MB2_RF binary is read from storage [0001.803] I> MB2_RF binary integrity check is success [0001.808] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.818] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.825] I> SC7 context fuse-bypass data is empty [0001.833] I> SC7 context save done [0001.837] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.843] I> Loading MB2 [0001.846] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.852] I> Slot: 0 [0001.854] I> Binary[6] block-0 (partition size: 0x80000) [0001.860] I> get_binary_info: Binary name: MB2 [0001.865] I> Size of crypto header is 8192 [0001.869] I> BCH load address is : 0x8007e000 [0001.875] I> Size of crypto header is 8192 [0001.880] I> BCH of MB2 read from storage [0001.884] I> BCH address is : 0x8007e000 [0001.890] I> MB2 header integrity check is success [0001.895] I> Binary magic in BCH component 0 is MB2B [0001.900] I> component binary type is 6 [0001.904] I> Size of crypto header is 8192 [0001.913] I> MB2 binary is read from storage [0001.919] I> MB2 binary integrity check is success [0001.924] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.932] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.939] I> Task: Prepare MB2 params (0x5000d5dd) [0001.948] I> MB2-params @ 0x40060000 [0001.956] I> BR-BCT Boot Chain Fields [0001.960] I> u32_non_gpio_select_boot_chain : 0 [0001.965] I> u32_num_boot_chains : 2 [0001.970] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.976] I> Task: Dram ecc test (0x500112cd) [0001.981] I> Task: Misc NV security settings (0x5000ced5) [0001.988] I> NVDEC sticky bits programming done [0001.993] I> Task: Disable/Reload WDT (0x5001f991) [0001.999] I> Programmed SLCG global override := 0x0 [0002.004] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f262d I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9428224 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 33 I> FSITHERM min temp = 31 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure NOR provision (0x50014924) I> Task: Load FSI keyblob (0x50012368) I> Skipping FSI key blob copy I> Task: Unhalt AUXPs (0x50020c8c) I> SCE unhalt skipped I> Unhalting RCE I> RCE unhalt successful I> DCE unhalt successful I> APE unhalt skipped I> FSI unhalt skipped I> Task: Load CPUBL (0x5001347c) I> Task: Load TOS (0x50013b38) I> Task: Load and authenticate registered FWs (0x50017428) I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_cpu??[ 2.365496] Camera-FW on t234-rce-safe started TCU early console enabled. ??INFO: MONITOR: populated??bpmp: init bpmp: bas?? user images:19 INFO: mret to Supervisor! INFO: psc supervisor init. INFO: ??e binary md5 is eac380526d68ff45ffc86d0feae98e88 bpmp: combined binary md5 is??psc_irq_i?? 888a114dda6bea50b6c6bb224445ac85 bpmp: fir??nit... INFO: enter idle task. ??mware tag is 888a114dda6bea50b6c6-eac380526d6 initialized vwdt initialized mail_early initialized fuse initialized vfrel initialized hwwdt initialized adc fmon_populate_monitors: found 199 monitors initialized fmon initialized mc initialized reset initialized uphy_early initialized emc_early 471 clocks registered initialized clk_mach initialized clk_cal_early initialized clk_mach_early_config initialized io_dpd initialized thermal initialized soctherm initialized tj_init initialized regime initialized i2c vrmon_dt_init: vrmon node not found vrmon_chk_boot_state: found 0 rail monitors initialized vrmon initialized regulator ?? ??-bootloader I> Size of partition: 3670016 I> Binary@ device:3/0 block-24832 (partition size: 0x380000), name: A_cpu-bootloader??initialized avfs_clk_platform initialized powergate ?? ??initialized dvs initialized clk_mach_config initialized pm initialized suspend initialized strap initialized emc initialized emc_mrq initialized clk_cal initialized uphy_dt initialized uphy_mrq initialized uphy ??I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_secure-os I> Size of partition: 4194304 I> Binary@ device:3/0 block-32000 (partition size: 0x400000), name: A_secure-os ??initialized pg_late initialized pg_mrq_init swdtimer_init: 0 reg polling start w period 47 ms initialized swdtimer initialized hwwdt_late initialized bwmgr initialized thermal_host_trip initialized thermal_mrq initialized oc_mrq initialized reset_mrq initialized mail_mrq initialized fmon_mrq initialized clk_mrq initialized avfs_mrq initialized i2c_mrq initialized tag_mrq initialized bwmgr_mrq initialized console_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ??I> MB2-params @ 0x400??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??60000 I> cpubl: Authenticat??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss enable xusb_fs enable xusb_??[ 2.604637] Camera-FW on t234-rce-safe ready SHA1=7a10e461 (crt 13.246 ms,??falcon enable xusb_core_mux enable dsi_lp enable sdmmc_legacy_tm initializ?? total boot 261.693 ms) ??ed clk_mach_post initialized pg_post initialized regulator_post initialized profile initialized fuse_late initialized mrq initialized patrol_scrubber initialized extras_post bpmp: init complete ??ion Fi??DCE: FW Boot Done ??nalize Done I> Binary cpubl loaded successfully at 0x82c400000 I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eks I> eks: Authentication Finalize Done I> Binary eks loaded successfully at 0x82d000400 I> EKB detected (length: 0x410) @ VA:0x82d000400 I> Task: Prepare TOS params (0x50013ab0) I> Setting EKB blob info to OPTEE dtb finished. I> Setting OPTEE arg3: 0x82b700000 I> Task: OEM SC7 context save (0x500146bc) I> oem sc7 context saved I> Task: Disable MSS perf stats (0x50020d18) I> Task: Program display sticky bits (0x50020c94) I> Task: Storage device deinit (0x50001ed8) I> Task: SMMU external bypass disable (0x50011eb4) I> Task: SMMU init (0x50011dd0) I> Task: Program CBB PCIE AMAP regions (0x50014b08) I> Task: Program GICv3 registers (0x50020db8) I> Task: Audit firewall settings (0x5001e1c0) I> Task: Bootchain failure check (0x500026a4) I> Current Boot-Chain Slot: 0 I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0 I> MB2 finished ??NOTICE: BL31: v2.6(release):4fa405dbd NOTICE: BL31: Built : 20:16:55, Aug 10 2022 I/TC: I/TC: Non-secure external DT found I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f0100006). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ??[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421] [ 0.000000] Linux version 5.10.104-tegra (rt@Build-Workstation) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #10 SMP PREEMPT Fri Dec 30 16:29:14 CST 2022 [ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16, [ 0.000000] OF: fdt: - 80000000 , c0000000 [ 0.000000] Machine model: Jetson AGX Orin [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: RTPROP=0x805401c18 SMBIOS=0xffff0000 SMBIOS 3.0=0x8039a0000 MEMATTR=0x80476f018 ESRT=0x803834418 RNG=0x827905998 MEMRESERVE=0x804771f18 [ 0.000000] efi: seeding entropy pool [ 0.000000] esrt: Reserving ESRT space from 0x0000000803834418 to 0x0000000803834450. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000817800000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000835ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff] [ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000007ffffffff] [ 0.000000] node 0: [mem 0x0000000800000000-0x00000008021bffff] [ 0.000000] node 0: [mem 0x00000008021c0000-0x00000008035e9fff] [ 0.000000] node 0: [mem 0x00000008035ea000-0x000000080376efff] [ 0.000000] node 0: [mem 0x000000080376f000-0x000000080398ffff] [ 0.000000] node 0: [mem 0x0000000803990000-0x00000008039affff] [ 0.000000] node 0: [mem 0x00000008039b0000-0x000000080453ffff] [ 0.000000] node 0: [mem 0x0000000804540000-0x00000008046cffff] [ 0.000000] node 0: [mem 0x00000008046d0000-0x000000080473ffff] [ 0.000000] node 0: [mem 0x0000000804740000-0x000000080475ffff] [ 0.000000] node 0: [mem 0x0000000804760000-0x000000080477ffff] [ 0.000000] node 0: [mem 0x0000000804780000-0x00000008049effff] [ 0.000000] node 0: [mem 0x00000008049f0000-0x0000000804a3ffff] [ 0.000000] node 0: [mem 0x0000000804a40000-0x0000000804a4ffff] [ 0.000000] node 0: [mem 0x0000000804a50000-0x0000000804a9ffff] [ 0.000000] node 0: [mem 0x0000000804aa0000-0x0000000804e4ffff] [ 0.000000] node 0: [mem 0x0000000804e50000-0x0000000804e5ffff] [ 0.000000] node 0: [mem 0x0000000804e60000-0x0000000804ebffff] [ 0.000000] node 0: [mem 0x0000000804ec0000-0x000000080534ffff] [ 0.000000] node 0: [mem 0x0000000805350000-0x000000080539ffff] [ 0.000000] node 0: [mem 0x00000008053a0000-0x000000080553ffff] [ 0.000000] node 0: [mem 0x0000000805540000-0x00000008055dffff] [ 0.000000] node 0: [mem 0x00000008055e0000-0x000000080568ffff] [ 0.000000] node 0: [mem 0x0000000805690000-0x000000080572ffff] [ 0.000000] node 0: [mem 0x0000000805730000-0x00000008057bffff] [ 0.000000] node 0: [mem 0x00000008057c0000-0x000000080585ffff] [ 0.000000] node 0: [mem 0x0000000805860000-0x000000080612ffff] [ 0.000000] node 0: [mem 0x0000000806130000-0x000000080630ffff] [ 0.000000] node 0: [mem 0x0000000806310000-0x00000008278bffff] [ 0.000000] node 0: [mem 0x00000008278c0000-0x000000082790ffff] [ 0.000000] node 0: [mem 0x0000000827910000-0x000000082b6affff] [ 0.000000] node 0: [mem 0x000000082c400000-0x000000082c7fffff] [ 0.000000] node 0: [mem 0x0000000834000000-0x0000000835ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000835ffffff] [ 0.000000] On node 0, zone Normal: 336 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 32 pages/cpu s90136 r8192 d32744 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] alternatives: patching kernel code [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7925040 [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB) [ 0.000000] Memory: 30995704K/32205504K available (18112K kernel code, 3176K rwdata, 7128K rodata, 3968K init, 1095K bss, 947656K reserved, 262144K cma-reserved) [ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x34/0x420 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000 [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70) [ 0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677] [ 0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns [ 0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns [ 0.000680] Console: colour dummy device 80x25 [ 0.000865] printk: console [tty0] enabled [ 0.000902] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000) [ 0.000911] pid_max: default: 32768 minimum: 301 [ 0.000970] LSM: Security Framework initializing [ 0.000990] Yama: becoming mindful. [ 0.001007] SELinux: Initializing. [ 0.001085] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.001131] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.002591] rcu: Hierarchical SRCU implementation. [ 0.002674] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003083] DTS File Name: ../arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0004-p3737-0000.dts [ 0.003090] DTB Build time: Dec 30 2022 16:29:58 [ 0.004368] Tegra Revision: A01 SKU: 0xd2 CPU Process: 0 SoC Process: 0 [ 0.004493] Remapping and enabling EFI services. [ 0.005649] smp: Bringing up secondary CPUs ... [ 0.034313] Detected PIPT I-cache on CPU1 [ 0.034343] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000 [ 0.034370] CPU1: Booted secondary processor 0x0000000100 [0x410fd421] [ 0.062982] Detected PIPT I-cache on CPU2 [ 0.062992] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000 [ 0.063006] CPU2: Booted secondary processor 0x0000000200 [0x410fd421] [ 0.091577] Detected PIPT I-cache on CPU3 [ 0.091586] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000 [ 0.091599] CPU3: Booted secondary processor 0x0000000300 [0x410fd421] [ 0.122210] Detected PIPT I-cache on CPU4 [ 0.122231] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000 [ 0.122258] CPU4: Booted secondary processor 0x0000010000 [0x410fd421] [ 0.150887] Detected PIPT I-cache on CPU5 [ 0.150896] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000 [ 0.150910] CPU5: Booted secondary processor 0x0000010100 [0x410fd421] [ 0.179504] Detected PIPT I-cache on CPU6 [ 0.179513] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000 [ 0.179527] CPU6: Booted secondary processor 0x0000010200 [0x410fd421] [ 0.208126] Detected PIPT I-cache on CPU7 [ 0.208135] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000 [ 0.208150] CPU7: Booted secondary processor 0x0000010300 [0x410fd421] [ 0.208200] smp: Brought up 1 node, 8 CPUs [ 0.208243] SMP: Total of 8 processors activated. [ 0.208248] CPU features: detected: Privileged Access Never [ 0.208250] CPU features: detected: LSE atomic instructions [ 0.208253] CPU features: detected: User Access Override [ 0.208255] CPU features: detected: 32-bit EL0 Support [ 0.208258] CPU features: detected: Common not Private translations [ 0.208261] CPU features: detected: RAS Extension Support [ 0.208263] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.208267] CPU features: detected: CRC32 instructions [ 0.208269] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.241429] CPU: All CPU(s) started at EL2 [ 0.243527] devtmpfs: initialized [ 0.256707] Registered cp15_barrier emulation handler [ 0.256719] Registered setend emulation handler [ 0.256725] KASLR enabled [ 0.256829] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.256841] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.258374] pinctrl core: initialized pinctrl subsystem [ 0.258833] SMBIOS 3.0.0 present. [ 0.258839] DMI: /, BIOS 1.0-d7fb19b 08/10/2022 [ 0.259073] NET: Registered protocol family 16 [ 0.259683] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.259885] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.260079] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.260103] audit: initializing netlink subsys (disabled) [ 0.260172] audit: type=2000 audit(0.256:1): state=initialized audit_enabled=0 res=1 [ 0.260318] thermal_sys: Registered thermal governor 'step_wise' [ 0.260320] thermal_sys: Registered thermal governor 'power_allocator' [ 0.260325] thermal_sys: Registered thermal governor 'pid_thermal_gov' [ 0.262114] cpuidle: using governor menu [ 0.262213] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.262293] ASID allocator initialised with 32768 entries [ 0.262375] Serial: AMBA PL011 UART driver [ 0.263735] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful [ 0.263757] Tegra reboot handler registered. [ 0.281658] mc: mapped MMIO address: 0xffff800011110000 -> 0x2c10000 [ 0.281669] mc: mapped MMIO address: 0xffff800011130000 -> 0x2c20000 [ 0.281677] mc: mapped MMIO address: 0xffff800011150000 -> 0x2c30000 [ 0.281684] mc: mapped MMIO address: 0xffff800011170000 -> 0x2c40000 [ 0.281693] mc: mapped MMIO address: 0xffff800011190000 -> 0x2c50000 [ 0.281699] mc: mapped MMIO address: 0xffff8000111b0000 -> 0x2b80000 [ 0.281705] mc: mapped MMIO address: 0xffff8000111d0000 -> 0x2b90000 [ 0.281713] mc: mapped MMIO address: 0xffff8000111f0000 -> 0x2ba0000 [ 0.281721] mc: mapped MMIO address: 0xffff800011210000 -> 0x2bb0000 [ 0.281727] mc: mapped MMIO address: 0xffff800011230000 -> 0x1700000 [ 0.281735] mc: mapped MMIO address: 0xffff800011250000 -> 0x1710000 [ 0.281741] mc: mapped MMIO address: 0xffff800011270000 -> 0x1720000 [ 0.281748] mc: mapped MMIO address: 0xffff800011290000 -> 0x1730000 [ 0.281754] mc: mapped MMIO address: 0xffff8000112b0000 -> 0x1740000 [ 0.281763] mc: mapped MMIO address: 0xffff8000112d0000 -> 0x1750000 [ 0.281769] mc: mapped MMIO address: 0xffff8000112f0000 -> 0x1760000 [ 0.281775] mc: mapped MMIO address: 0xffff800011310000 -> 0x1770000 [ 0.281785] nv-tegra-mc 2c10000.mc: No mssnvlink node [ 0.281802] mc-err: mcerr ops are set to t23x [ 0.282054] tegra234-cbb 13a00000.cbb-fabric: secure_irq = 21 [ 0.282106] tegra234-cbb c600000.aon-fabric: secure_irq = 22 [ 0.282148] tegra234-cbb d600000.bpmp-fabric: secure_irq = 23 [ 0.282183] tegra234-cbb de00000.dce-fabric: secure_irq = 24 [ 0.282219] tegra234-cbb be00000.rce-fabric: secure_irq = 25 [ 0.282254] tegra234-cbb b600000.sce-fabric: secure_irq = 26 [ 0.282486] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 71, base_baud = 0) is a SBSA [ 1.480812] printk: console [ttyAMA0] enabled [ 1.488884] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 1.495596] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 1.502297] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 1.508997] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 1.517357] ACPI: Interpreter disabled. [ 1.522251] vdd-3v3-pcie: supplied by vdd-3v3-sys [ 1.527175] avdd-cam-2v8: supplied by vdd-3v3-sys [ 1.531951] vdd-av1v1-hub: supplied by vdd-5v-sys [ 1.536765] vbusB-cvb: supplied by vdd-5v-sys [ 1.541253] vdd-usbc1-vbus: supplied by vdd-5v-sys [ 1.546134] vdd-usbc2-vbus: supplied by vdd-5v-sys [ 1.551296] iommu: Default domain type: Translated [ 1.556206] eventlib_kernel: keventlib is initialized, test id: 0 [ 1.562451] SCSI subsystem initialized [ 1.566252] usbcore: registered new interface driver usbfs [ 1.571749] usbcore: registered new interface driver hub [ 1.577069] usbcore: registered new device driver usb [ 1.582301] mc: Linux media interface: v0.10 [ 1.586575] videodev: Linux video capture interface: v2.00 [ 1.592208] pps_core: LinuxPPS API ver. 1 registered [ 1.597172] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.606310] PTP clock support registered [ 1.610421] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec [ 1.617588] tegra_wdt_t18x 2190000.watchdog: Registered successfully [ 1.625245] Registered efivars operations [ 1.629717] FPGA manager framework [ 1.633136] Advanced Linux Sound Architecture Driver Initialized. [ 1.639465] Bluetooth: Core ver 2.22 [ 1.643046] NET: Registered protocol family 31 [ 1.647491] Bluetooth: HCI device and connection manager initialized [ 1.653849] Bluetooth: HCI socket layer initialized [ 1.658726] Bluetooth: L2CAP socket layer initialized [ 1.663782] Bluetooth: SCO socket layer initialized [ 1.669111] camchar: rtcpu character device driver loaded [ 1.674707] clocksource: Switched to clocksource arch_sys_counter [ 1.832853] VFS: Disk quotas dquot_6.6.0 [ 1.836816] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.843815] pnp: PnP ACPI: disabled [ 1.849040] la/ptsa driver initialized. [ 1.852921] NET: Registered protocol family 2 [ 1.857474] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.867153] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 1.875893] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.884180] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 1.892008] TCP: Hash tables configured (established 262144 bind 65536) [ 1.898695] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.905625] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.913053] NET: Registered protocol family 1 [ 1.917676] RPC: Registered named UNIX socket transport module. [ 1.923610] RPC: Registered udp transport module. [ 1.928314] RPC: Registered tcp transport module. [ 1.933015] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.939467] PCI: CLS 0 bytes, default 64 [ 1.943508] Trying to unpack rootfs image as initramfs... [ 2.057946] Freeing initrd memory: 8196K [ 2.064073] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 2.072074] kvm [1]: IPA Size Limit: 48 bits [ 2.076464] kvm [1]: VHE mode initialized successfully [ 2.082242] Initialise system trusted keyrings [ 2.086782] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 2.095166] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.101246] NFS: Registering the id_resolver key type [ 2.106307] Key type id_resolver registered [ 2.110488] Key type id_legacy registered [ 2.114521] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.121227] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.128633] ntfs: driver 2.1.32 [Flags: R/W]. [ 2.144446] NET: Registered protocol family 38 [ 2.148893] Key type asymmetric registered [ 2.152988] Asymmetric key parser 'x509' registered [ 2.157880] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240) [ 2.165327] io scheduler mq-deadline registered [ 2.169860] io scheduler kyber registered [ 2.177727] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 2.183326] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 2.188910] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 2.194494] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 2.202423] tegra_dc_assign_hw_data: no matching compatible node [ 2.208434] tegradccommon module_init failed [ 2.212703] tegradc module_init failed [ 2.216684] EINJ: ACPI disabled. [ 2.221366] tegra-pmc c360000.pmc: scratch reg offset dts data not present [ 2.228255] tegra-pmc: ### PMC reset source: MAINSWRST [ 2.233392] tegra-pmc: ### PMC reset level: L1 [ 2.237834] tegra-pmc: ### PMC reset status reg: 0x2d [ 2.244026] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 2.258556] random: fast init done [ 2.262325] printk: console [ttyTCU0] enabled [ 3.847120] arm-smmu 12000000.iommu: probing hardware configuration... [ 3.855122] arm-smmu 12000000.iommu: SMMUv2 with: [ 3.859958] arm-smmu 12000000.iommu: stage 1 translation [ 3.865501] arm-smmu 12000000.iommu: stage 2 translation [ 3.871027] arm-smmu 12000000.iommu: nested translation [ 3.876483] arm-smmu 12000000.iommu: stream matching with 128 register groups [ 3.883902] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only) [ 3.892590] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000 [ 3.899288] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.905975] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.913440] arm-smmu 10000000.iommu: probing hardware configuration... [ 3.920133] arm-smmu 10000000.iommu: SMMUv2 with: [ 3.924959] arm-smmu 10000000.iommu: stage 1 translation [ 3.930505] arm-smmu 10000000.iommu: stage 2 translation [ 3.936037] arm-smmu 10000000.iommu: nested translation [ 3.941489] arm-smmu 10000000.iommu: stream matching with 128 register groups [ 3.948907] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only) [ 3.957543] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000 [ 3.964234] arm-smmu 10000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.970929] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.978022] arm-smmu 8000000.iommu: probing hardware configuration... [ 3.984632] arm-smmu 8000000.iommu: SMMUv2 with: [ 3.989374] arm-smmu 8000000.iommu: stage 1 translation [ 3.994816] arm-smmu 8000000.iommu: stage 2 translation [ 4.000260] arm-smmu 8000000.iommu: nested translation [ 4.005609] arm-smmu 8000000.iommu: stream matching with 128 register groups [ 4.012925] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only) [ 4.021450] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000 [ 4.028062] arm-smmu 8000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 4.034672] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 4.041952] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful [ 4.051480] tegra_profiler: version: 1.147, samples/io: 49/28 [ 4.057443] tegra_profiler: auth: init [ 4.061559] nvsciipc: loaded module [ 4.066067] tegra23x-qspi 3270000.spi: Adding to iommu group 0 [ 4.072194] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 4.078718] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 4.086123] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 4.093705] tegra23x-qspi 3270000.spi: Prod settings list not found [ 4.100144] tegra23x-qspi 3270000.spi: Failed to get reset control: -517 [ 4.107628] tun: Universal TUN/TAP device driver, 1.6 [ 4.113282] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 4.120688] hns3: Copyright (c) 2017 Huawei Corporation. [ 4.126153] e1000e: Intel(R) PRO/1000 Network Driver [ 4.131242] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.137323] igb: Intel(R) Gigabit Ethernet Network Driver [ 4.142867] igb: Copyright (c) 2007-2014 Intel Corporation. [ 4.148728] PPP generic driver version 2.4.2 [ 4.153154] PPP BSD Compression module registered [ 4.157990] PPP Deflate Compression module registered [ 4.163183] PPP MPPE Compression module registered [ 4.168119] usbcore: registered new interface driver r8152 [ 4.173769] usbcore: registered new interface driver asix [ 4.179319] usbcore: registered new interface driver ax88179_178a [ 4.185580] usbcore: registered new interface driver cdc_ether [ 4.191576] usbcore: registered new interface driver net1080 [ 4.197392] usbcore: registered new interface driver cdc_subset [ 4.203470] usbcore: registered new interface driver zaurus [ 4.209206] usbcore: registered new interface driver cdc_ncm [ 4.215020] usbcore: registered new interface driver aqc111 [ 4.220861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.227205] ohci-pci: OHCI PCI platform driver [ 4.231770] ohci-platform: OHCI generic platform driver [ 4.237402] tegra-xusb 3610000.xhci: Adding to iommu group 1 [ 4.243665] usbcore: registered new interface driver uas [ 4.249138] usbcore: registered new interface driver usb-storage [ 4.255440] tegra-xudc 3550000.xudc: Adding to iommu group 2 [ 4.261501] mousedev: PS/2 mouse device common for all mice [ 4.267242] usbcore: registered new interface driver xpad [ 4.274639] tegra_rtc c2a0000.rtc: registered as rtc1 [ 4.279831] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock [ 4.286243] i2c /dev entries driver [ 4.289927] tegra-i2c 3160000.i2c: Adding to iommu group 3 [ 4.295695] tegra-i2c c240000.i2c: Adding to iommu group 3 [ 4.301377] tegra-i2c 3180000.i2c: Adding to iommu group 3 [ 4.307046] tegra-i2c 3190000.i2c: Adding to iommu group 3 [ 4.312713] tegra-i2c 31b0000.i2c: Adding to iommu group 3 [ 4.318384] tegra-i2c 31c0000.i2c: Adding to iommu group 3 [ 4.324046] tegra-i2c c250000.i2c: Adding to iommu group 3 [ 4.329730] tegra-i2c 31e0000.i2c: Adding to iommu group 3 [ 4.337973] device-mapper: uevent: version 1.0.3 [ 4.342786] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 4.352420] sdhci: Secure Digital Host Controller Interface driver [ 4.358761] sdhci: Copyright(c) Pierre Ossman [ 4.363233] Synopsys Designware Multimedia Card Interface Driver [ 4.369476] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.375418] sdhci-tegra 3460000.sdhci: Adding to iommu group 4 [ 4.375770] sdhci-tegra 3400000.sdhci: Adding to iommu group 5 [ 4.375920] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401 [ 4.376813] tegra-bpmp bpmp: firmware: 888a114dda6bea50b6c6-eac380526d6 [ 4.377700] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 [ 4.378000] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81 [ 4.381394] nvvrs_pseq 4-003c: CAUTION: interrupt status reg:0x10 set to 0x1 [ 4.381396] nvvrs_pseq 4-003c: Clearing interrupts [ 4.385391] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0 [ 4.429131] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful ??debugfs initialized ??[ 5.880187] random: crng init done [ 5.917754] hid: raw HID events driver (C) Jiri Kosina [ 5.923534] usbcore: registered new interface driver usbhid [ 5.929281] usbhid: USB HID core driver [ 5.934074] tegra-dce d800000.dce: Adding to iommu group 6 [ 5.940953] dce: dce_ipc_channel_init:314 Invalid Channel State [0x0] for ch_type [2] [ 5.949820] tegra234-aon c000000.aon: Adding to iommu group 7 [ 5.956049] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5] [ 5.959609] c000000.aon:hsp: probed [ 5.965049] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [0]. Ignored... [ 5.977531] tegra234-aon c000000.aon: init done [ 5.977798] tegra23x-psc e860000.psc: Adding to iommu group 8 [ 5.982225] dce: dce_admin_send_cmd_ver:413 version : [0x2] err : [0x0] [ 5.988360] tegra23x-psc e860000.psc: ext_cfg base:0000000076b8906d [ 5.995636] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1] [ 6.001493] tegra23x-psc e860000.psc: init done [ 6.001638] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 9 [ 6.010473] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [1] ... [ 6.010475] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.010488] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.015668] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000 [ 6.021782] dce: dce_admin_setup_clients_ipc:518 Get queue info failed for [2] [ 6.022364] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2] [ 6.033491] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584 [ 6.039011] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [3] ... [ 6.039012] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.039027] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.047829] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900 [ 6.056694] dce: dce_start_boot_flow:100 DCE_BOOT_DONE [ 6.063853] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80 [ 6.135739] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80 [ 6.147664] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80 [ 6.160259] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080 [ 6.173098] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200 [ 6.185251] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (122) [ 6.192084] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful [ 6.203229] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=7a10e4613e151d2bf1df37dd80d456800f5b94d0 [ 6.216680] t19x_cache tegra-cache: probed [ 6.221103] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU [ 6.233912] optee: probing for conduit method. [ 6.238524] optee: revision 3.16 (65cc2218) [ 6.239330] optee: dynamic shared memory is enabled [ 6.248798] optee: initialized driver [ 6.267449] nvpmodel: initialized successfully [ 6.272191] tegra_hv: get_hvd: not initialized yet [ 6.277155] user_ivc_mempool: hypervisor not present [ 6.283237] usbcore: registered new interface driver snd-usb-audio [ 6.290503] u32 classifier [ 6.293296] input device check on [ 6.297068] Actions configured [ 6.300693] Initializing XFRM netlink socket [ 6.305482] NET: Registered protocol family 10 [ 6.311095] Segment Routing with IPv6 [ 6.314929] NET: Registered protocol family 17 [ 6.319542] NET: Registered protocol family 15 [ 6.324174] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 6.337898] Bluetooth: RFCOMM socket layer initialized [ 6.343211] Bluetooth: RFCOMM ver 1.11 [ 6.347092] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 6.353198] Bluetooth: HIDP socket layer initialized [ 6.359219] 9pnet: Installing 9P2000 support [ 6.363692] Key type dns_resolver registered [ 6.368850] registered taskstats version 1 [ 6.373085] Loading compiled-in X.509 certificates [ 6.381318] Loaded X.509 cert 'Build time autogenerated kernel key: 4526661491a96f98035adf8034bd097d9bd4729c' [ 6.391834] tegra194-pcie 14180000.pcie: Adding to iommu group 10 [ 6.403664] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 6.410780] tegra194-pcie 14100000.pcie: Adding to iommu group 11 [ 6.422375] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 6.429127] tegra194-pcie 14160000.pcie: Adding to iommu group 12 [ 6.440297] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 6.447011] tegra194-pcie 141a0000.pcie: Adding to iommu group 13 [ 6.458026] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 6.464978] tegra194-pcie 141e0000.pcie: Adding to iommu group 14 [ 6.476080] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 6.503582] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 15 [ 6.513037] host1x 13e40000.host1x: Adding to iommu group 16 [ 7.528419] t23x_init_gating_regs: Timed out waiting for syncpt ram init! [ 7.545242] host1x 13e40000.host1x: initialized [ 7.550248] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 17 [ 7.558273] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000) [ 7.570249] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 18 [ 7.578261] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000) [ 7.590199] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 19 [ 7.598176] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000) [ 7.610113] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 20 [ 7.618120] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000) [ 7.630061] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 21 [ 7.638074] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000) [ 7.649994] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 22 [ 7.658016] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000) [ 7.669956] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 23 [ 7.677953] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000) [ 7.689888] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 24 [ 7.697884] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000) [ 7.709829] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 25 [ 7.717841] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000) [ 7.729788] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 26 [ 7.737775] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000) [ 7.749720] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 27 [ 7.757701] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000) [ 7.769652] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 28 [ 7.777671] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000) [ 7.789604] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 29 [ 7.797622] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000) [ 7.809581] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 30 [ 7.817582] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000) [ 7.829533] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 31 [ 7.837544] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000) [ 7.849477] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 32 [ 7.857465] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000) [ 7.869435] falcon 15340000.vic: Adding to iommu group 33 [ 7.879678] falcon 15340000.vic: initialized [ 7.884351] falcon 15380000.nvjpg: Adding to iommu group 34 [ 7.892872] falcon 15380000.nvjpg: initialized [ 7.897563] falcon 15540000.nvjpg1: Adding to iommu group 35 [ 7.906080] falcon 15540000.nvjpg1: initialized [ 7.910875] falcon 154c0000.nvenc: Adding to iommu group 36 [ 7.920976] falcon 154c0000.nvenc: initialized [ 7.925668] falcon 15a50000.ofa: Adding to iommu group 37 [ 7.934436] falcon 15a50000.ofa: initialized [ 7.938956] nvdec 15480000.nvdec: Adding to iommu group 38 [ 7.950360] nvdec 15480000.nvdec: initialized [ 7.954958] tsec 15500000.tsec: Adding to iommu group 39 [ 7.964715] tsec 15500000.tsec: initialized [ 7.971105] gic 2a41000.agic-controller: GIC IRQ controller registered [ 7.987133] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered [ 8.002642] gpio-491 (gpio11-usbpwr-ctrl): hogged as output/low [ 8.008793] gpio-493 (gpio12-usbpwr-ctrl): hogged as output/low [ 8.014929] gpio-488 (gpio13-usbpwr-ctrl): hogged as output/low [ 8.021058] gpio-489 (gpio14-usbpwr-ctrl): hogged as output/low [ 8.027189] gpio-428 (gpio3): hogged as output/low [ 8.032155] gpio-487 (gpio16): hogged as input [ 8.036762] gpio-351 (gpio20): hogged as output/low [ 8.041817] gpio-449 (gpio36): hogged as output/low [ 8.046872] gpio-494 (i2s1_clk_gpio): hogged as input [ 8.052105] gpio-495 (i2s1_dout_gpio): hogged as input [ 8.057424] gpio-496 (i2s1_din_gpio): hogged as input [ 8.062654] gpio-497 (i2s1_fs_gpio): hogged as input [ 8.067793] gpio-492 (mclk01_gpio): hogged as input [ 8.072844] gpio-456 (pwm01_gpio): hogged as input [ 8.077807] gpio-461 (uart1_cts_gpio): hogged as input [ 8.083126] gpio-478 (uart2_cts_gpio): hogged as input [ 8.089071] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio [ 8.095815] gpio-320 (gpio6): hogged as input [ 8.100343] gpio-323 (gpio7): hogged as input [ 8.104863] gpio-325 (gpio8): hogged as input [ 8.109379] gpio-326 (gpio10): hogged as input [ 8.114120] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon [ 8.121096] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 8.127420] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 8.133810] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 8.140164] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 8.147685] tegra194-isp5 14800000.isp: Adding to iommu group 40 [ 8.156263] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU [ 8.165514] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized [ 8.171901] driver not enabled, cannot register any devices [ 8.177772] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 41 [ 8.185715] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 42 [ 8.193605] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU [ 8.203200] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized [ 8.209999] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU [ 8.219585] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized [ 8.226390] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU [ 8.235986] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized [ 8.242803] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 43 [ 8.251446] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000) [ 8.262810] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 44 [ 8.271440] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000) [ 8.282805] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 45 [ 8.291421] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000) [ 8.302792] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 46 [ 8.311414] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000) [ 8.322785] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 47 [ 8.331431] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000) [ 8.342812] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 48 [ 8.351446] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000) [ 8.362811] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 49 [ 8.371443] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000) [ 8.382818] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 50 [ 8.391451] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000) [ 8.402832] pva 16000000.pva0: Adding to iommu group 51 [ 8.428038] pva 16000000.pva0: initialized [ 8.439313] nvdla 15880000.nvdla0: Adding to iommu group 52 [ 8.453345] nvdla 15880000.nvdla0: initialized [ 8.459528] nvdla 158c0000.nvdla1: Adding to iommu group 53 [ 8.473342] nvdla 158c0000.nvdla1: initialized [ 8.479494] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3 [ 8.486478] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels [ 8.493967] tegra-fuse-burn efuse-burn: shutdown limit check disabled [ 8.500615] tegra-fuse-burn efuse-burn: Fuse burn driver initialized [ 8.507330] serial-tegra 3100000.serial: Adding to iommu group 3 [ 8.513985] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART [ 8.523332] serial-tegra 3110000.serial: Adding to iommu group 3 [ 8.529826] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 68, base_baud = 0) is a TEGRA_UART [ 8.539106] serial-tegra 3130000.serial: Adding to iommu group 3 [ 8.545587] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 69, base_baud = 0) is a TEGRA_UART [ 8.554860] serial-tegra 3140000.serial: Adding to iommu group 3 [ 8.561369] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 70, base_baud = 0) is a TEGRA_UART [ 8.570643] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 8.577207] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 8.584652] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 8.592280] tegra23x-qspi 3270000.spi: Prod settings list not found [ 8.610203] rtc-pcf8563 1-0051: pcf8563_write_block_data: err=-121 addr=0e, data=03 [ 8.618107] rtc-pcf8563 1-0051: pcf8563_probe: write error [ 8.623772] rtc-pcf8563: probe of 1-0051 failed with error -5 [ 8.657013] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2009000 KHz, changing to: 2035200 KHz [ 8.671103] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2017000 KHz, changing to: 2035200 KHz [ 8.683853] tegra194-cpufreq e000000.ccplex: probed with ICC [ 8.691045] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 8.695002] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 8.698349] tegra194-pcie 14180000.pcie: host bridge /pcie@14180000 ranges: [ 8.700388] mmc0: CQHCI version 5.10 [ 8.711533] irq: IRQ306: trimming hierarchy from :interrupt-controller@f400000-1 [ 8.713304] tegra194-pcie 14180000.pcie: IO 0x0038100000..0x00381fffff -> 0x0038100000 [ 8.720968] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 8.728165] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit [ 8.729622] tegra194-pcie 14180000.pcie: MEM 0x2728000000..0x272fffffff -> 0x0040000000 [ 8.752760] tegra194-pcie 14180000.pcie: MEM 0x2440000000..0x2727ffffff -> 0x2440000000 [ 8.818725] mmc0: Command Queue Engine enabled [ 8.823304] mmc0: periodic cache flush enabled [ 8.827878] mmc0: new HS400 Enhanced strobe MMC card at address 0001 [ 8.834761] mmcblk0: mmc0:0001 G1M15M 59.3 GiB [ 8.839612] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (511:0) [ 8.857119] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 9.859000] tegra194-pcie 14180000.pcie: Phy link never came up [ 9.865163] tegra194-pcie 14180000.pcie: PCI host bridge to bus 0000:00 [ 9.871988] pci_bus 0000:00: root bus resource [bus 00-ff] [ 9.877630] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x38100000-0x381fffff]) [ 9.887497] pci_bus 0000:00: root bus resource [mem 0x2728000000-0x272fffffff] (bus address [0x40000000-0x47ffffff]) [ 9.898338] pci_bus 0000:00: root bus resource [mem 0x2440000000-0x2727ffffff pref] [ 9.906277] pci 0000:00:00.0: [10de:229c] type 01 class 0x060400 [ 9.912626] pci 0000:00:00.0: PME# supported from D0 D3hot [ 9.924951] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 9.930355] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 9.939276] pcieport 0000:00:00.0: Adding to iommu group 10 [ 9.945210] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 [ 9.951348] pcieport 0000:00:00.0: AER: enabled with IRQ 51 [ 9.957313] pci_bus 0000:01: busn_res: [bus 01-ff] is released [ 9.963413] pci 0000:00:00.0: Removing from iommu group 10 [ 9.969064] pci_bus 0000:00: busn_res: [bus 00-ff] is released [ 9.976840] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 9.984191] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges: [ 9.991358] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000 [ 10.000055] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000 [ 10.008751] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000 [ 11.114999] tegra194-pcie 14100000.pcie: Phy link never came up [ 11.121141] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00 [ 11.127963] pci_bus 0001:00: root bus resource [bus 00-ff] [ 11.133611] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x30100000-0x301fffff]) [ 11.143726] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff]) [ 11.154567] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref] [ 11.162503] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400 [ 11.168843] pci 0001:00:00.0: PME# supported from D0 D3hot [ 11.180929] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 11.186333] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 11.195233] pcieport 0001:00:00.0: Adding to iommu group 11 [ 11.201168] pcieport 0001:00:00.0: PME: Signaling with IRQ 53 [ 11.207318] pcieport 0001:00:00.0: AER: enabled with IRQ 53 [ 11.213260] pci_bus 0001:01: busn_res: [bus 01-ff] is released [ 11.219334] pci 0001:00:00.0: Removing from iommu group 11 [ 11.224981] pci_bus 0001:00: busn_res: [bus 00-ff] is released [ 11.232840] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 11.240240] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges: [ 11.247421] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000 [ 11.256113] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000 [ 11.264809] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000 [ 12.367000] tegra194-pcie 14160000.pcie: Phy link never came up [ 12.373147] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00 [ 12.379974] pci_bus 0004:00: root bus resource [bus 00-ff] [ 12.385614] pci_bus 0004:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x36100000-0x361fffff]) [ 12.395734] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff]) [ 12.406574] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref] [ 12.414511] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400 [ 12.420844] pci 0004:00:00.0: PME# supported from D0 D3hot [ 12.432933] pci 0004:00:00.0: PCI bridge to [bus 01-ff] [ 12.438327] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 12.447220] pcieport 0004:00:00.0: Adding to iommu group 12 [ 12.453146] pcieport 0004:00:00.0: PME: Signaling with IRQ 55 [ 12.459290] pcieport 0004:00:00.0: AER: enabled with IRQ 55 [ 12.465236] pci_bus 0004:01: busn_res: [bus 01-ff] is released [ 12.471312] pci 0004:00:00.0: Removing from iommu group 12 [ 12.476962] pci_bus 0004:00: busn_res: [bus 00-ff] is released [ 12.484660] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 12.599416] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges: [ 12.606609] tegra194-pcie 141a0000.pcie: IO 0x003a100000..0x003a1fffff -> 0x003a100000 [ 12.615304] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000 [ 12.623995] tegra194-pcie 141a0000.pcie: MEM 0x2740000000..0x2b27ffffff -> 0x2740000000 [ 13.726998] tegra194-pcie 141a0000.pcie: Phy link never came up [ 13.733138] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00 [ 13.739958] pci_bus 0005:00: root bus resource [bus 00-ff] [ 13.745601] pci_bus 0005:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff]) [ 13.755721] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff]) [ 13.766561] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref] [ 13.774487] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400 [ 13.780825] pci 0005:00:00.0: PME# supported from D0 D3hot [ 13.792961] pci 0005:00:00.0: PCI bridge to [bus 01-ff] [ 13.798362] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 13.807275] pcieport 0005:00:00.0: Adding to iommu group 13 [ 13.813193] pcieport 0005:00:00.0: PME: Signaling with IRQ 57 [ 13.819331] pcieport 0005:00:00.0: AER: enabled with IRQ 57 [ 13.825271] pci_bus 0005:01: busn_res: [bus 01-ff] is released [ 13.831340] pci 0005:00:00.0: Removing from iommu group 13 [ 13.836990] pci_bus 0005:00: busn_res: [bus 00-ff] is released [ 13.844484] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 13.851991] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges: [ 13.859186] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff -> 0x003e100000 [ 13.867885] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff -> 0x0040000000 [ 13.876574] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000 [ 14.978993] tegra194-pcie 141e0000.pcie: Phy link never came up [ 14.985141] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00 [ 14.991949] pci_bus 0007:00: root bus resource [bus 00-ff] [ 14.997592] pci_bus 0007:00: root bus resource [io 0x400000-0x4fffff] (bus address [0x3e100000-0x3e1fffff]) [ 15.007702] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff]) [ 15.018544] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref] [ 15.026472] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400 [ 15.032791] pci 0007:00:00.0: PME# supported from D0 D3hot [ 15.044922] pci 0007:00:00.0: PCI bridge to [bus 01-ff] [ 15.050316] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 15.059209] pcieport 0007:00:00.0: Adding to iommu group 14 [ 15.065117] pcieport 0007:00:00.0: PME: Signaling with IRQ 59 [ 15.071262] pcieport 0007:00:00.0: AER: enabled with IRQ 59 [ 15.077517] vdd-dp: supplied by vdd-3v3-sys [ 15.082005] vdd-3v3-sd: supplied by vdd-3v3-sys [ 15.086796] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys [ 15.093585] irq: IRQ307: trimming hierarchy from :pmc@c360000 [ 15.099722] irq: IRQ308: trimming hierarchy from :pmc@c360000 [ 15.105987] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: repeated role: 0 [ 15.107894] tegra194-isp5 14800000.isp: initialized [ 15.119167] driver not enabled, cannot register any devices [ 15.127575] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized [ 15.133937] driver not enabled, cannot register any devices [ 15.139776] (NULL device *): fops function table already registered [ 15.147354] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized [ 15.153707] driver not enabled, cannot register any devices [ 15.175635] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release [ 15.185393] tegra-xusb 3610000.xhci: xHCI Host Controller [ 15.190954] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1 [ 15.199480] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810 [ 15.209078] tegra-xusb 3610000.xhci: irq 239, io mem 0x03610000 [ 15.215331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 15.223842] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 15.231277] usb usb1: Product: xHCI Host Controller [ 15.236294] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 15.242565] usb usb1: SerialNumber: 3610000.xhci [ 15.247449] hub 1-0:1.0: USB hub found [ 15.251337] hub 1-0:1.0: 4 ports detected [ 15.255590] tegra-xusb 3610000.xhci: xHCI Host Controller [ 15.261147] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2 [ 15.268947] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed [ 15.276439] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 15.284953] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 15.292397] usb usb2: Product: xHCI Host Controller [ 15.297414] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 15.303679] usb usb2: SerialNumber: 3610000.xhci [ 15.308527] hub 2-0:1.0: USB hub found [ 15.312404] hub 2-0:1.0: 4 ports detected [ 15.318192] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 15.318477] nvethernet 2310000.ethernet: Adding to iommu group 54 [ 15.329566] nvethernet 2310000.ethernet: failed to read skip mac reset flag, default 0 [ 15.337748] nvethernet 2310000.ethernet: failed to read MDIO address [ 15.344316] nvethernet 2310000.ethernet: Failed to read nvida,pause_frames, so setting to default support as disable [ 15.355182] nvethernet 2310000.ethernet: setting to default DMA bit mask [ 15.362099] nvethernet 2310000.ethernet: max-platform-mtu DT entry missing, setting default 1500 [ 15.379454] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 15.615296] nvethernet 2310000.ethernet: Ethernet MAC address: 48:b0:2d:94:70:ef [ 15.623485] nvethernet 2310000.ethernet: Macsec not enabled [ 15.629227] nvethernet 2310000.ethernet: Macsec: Reduced MTU: 1466 Max: 1500 [ 15.637605] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels [ 15.646208] irq: IRQ310: trimming hierarchy from :pmc@c360000 [ 15.652185] irq: IRQ311: trimming hierarchy from :interrupt-controller@f400000-1 [ 15.659865] irq: IRQ312: trimming hierarchy from :pmc@c360000 [ 15.665822] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 15.673101] tegra-se-nvhost 15810000.se: Adding to iommu group 55 [ 15.679626] tegra-se-nvhost 15810000.se: initialized [ 15.696655] tegra-se-nvhost 15810000.se: tegra_se_probe: complete [ 15.703023] tegra-se-nvhost 15820000.se: Adding to iommu group 56 [ 15.709534] tegra-se-nvhost 15820000.se: initialized [ 15.716890] tegra-se-nvhost 15820000.se: tegra_se_probe: complete [ 15.723242] tegra-se-nvhost 15840000.se: Adding to iommu group 57 [ 15.729750] tegra-se-nvhost 15840000.se: initialized [ 15.737963] tegra-se-nvhost 15840000.se: tegra_se_probe: complete [ 15.744820] tegra_actmon d230000.actmon: in actmon_register()... [ 15.751156] tegra_actmon d230000.actmon: bwmgr_disable = 1 [ 15.757153] tegra_actmon d230000.actmon: initialization Completed for the device mc_all [ 15.765615] hvc_sysfs: hypervisor is not present ??WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk ??[ 15.914281] ALSA device list: [ 15.917341] No soundcards found. [ 15.921393] Freeing unused kernel memory: 3968K [ 15.926108] Run /init as init process [ 15.941422] Root device found: mmcblk0p1 [ 15.945943] Found dev node: /dev/mmcblk0p1 [ 15.975526] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 15.984672] Rootfs mounted over mmcblk0p1 [ 16.003573] Switching from initrd to actual rootfs [ 16.108830] systemd[1]: System time before build time, advancing clock. [ 16.130633] x_tables: module verification failed: signature and/or required key missing - tainting kernel [ 16.161245] systemd[1]: systemd 245.4-4ubuntu3.17 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 16.184849] systemd[1]: Detected architecture arm64. [ 16.218835] systemd[1]: Set hostname to . [ 16.397338] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 16.410443] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 16.420174] systemd[1]: Created slice system-modprobe.slice. [ 16.426352] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 16.433066] systemd[1]: Created slice User and Session Slice. [ 16.439116] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 16.447220] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 16.457004] systemd[1]: Reached target User and Group Name Lookups. [ 16.463588] systemd[1]: Reached target Slices. [ 16.468225] systemd[1]: Reached target Swap. [ 16.472891] systemd[1]: Listening on RPCbind Server Activation Socket. [ 16.478155] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit [ 16.487830] systemd[1]: Listening on Syslog Socket. [ 16.492996] systemd[1]: Listening on fsck to fsckd communication Socket. [ 16.500006] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 16.519287] systemd[1]: Listening on Journal Audit Socket. [ 16.525076] systemd[1]: Listening on Journal Socket (/dev/log). [ 16.531366] systemd[1]: Listening on Journal Socket. [ 16.536649] systemd[1]: Listening on udev Control Socket. [ 16.542339] systemd[1]: Listening on udev Kernel Socket. [ 16.548836] systemd[1]: Mounting Huge Pages File System... [ 16.555493] systemd[1]: Mounting POSIX Message Queue File System... [ 16.562794] systemd[1]: Mounting RPC Pipe File System... [ 16.569193] systemd[1]: Mounting Kernel Debug File System... [ 16.575924] systemd[1]: Mounting Kernel Trace File System... [ 16.582901] systemd[1]: Starting Journal Service... [ 16.589047] systemd[1]: Starting Set the console keyboard layout... [ 16.596426] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 16.605342] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped. [ 16.614759] systemd[1]: Starting NVIDIA specific first-boot udev script... [ 16.623086] systemd[1]: Started Nameserver information manager. [ 16.629643] systemd[1]: Reached target Network (Pre). [ 16.637021] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 16.646407] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 16.657544] systemd[1]: Starting Load Kernel Modules... [ 16.663925] systemd[1]: Starting Remount Root and Kernel File Systems... [ 16.671484] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null) [ 16.671825] nvmap_heap_init: nvmap_heap_init: created heap block cache [ 16.671959] systemd[1]: Starting udev Coldplug all Devices... [ 16.689821] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x000000082f000000,16777216 [ 16.691665] systemd[1]: Started Journal Service. [ 16.699440] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout [ 16.699448] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x0000000849800000,914358272 [ 16.722145] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout [ 16.722149] nvmap_page_pool_init: Total RAM pages: 7817503 [ 16.736054] nvmap_page_pool_init: nvmap page pool size: 977187 pages (3817 MB) [ 16.736099] nvmap_background_zero_thread: PP zeroing thread starting. [ 16.736178] misc nvmap: created heap vpr base 0x0000000849800000 size (892928KiB) [ 16.739080] misc nvmap: created heap fsi base 0x000000082f000000 size (16384KiB) [ 16.778590] systemd-journald[280]: Received client request to flush runtime journal. [ 16.797978] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000 [ 16.797978] [ 18.167196] nvidia: loading out-of-tree module taints kernel. [ 18.213923] using random self ethernet address [ 18.221213] using random host ethernet address [ 19.161319] 1 fixed-partitions partitions found on MTD device spi6.0 [ 19.168503] Creating 1 MTD partitions on "spi6.0": [ 19.173663] 0x000000000000-0x000004000000 : "Whole_flash0" [ 20.348155] using random self ethernet address [ 20.352773] using random host ethernet address Ubuntu 20.04.4 LTS XD-UBUNTU ttyTCU0 XD-UBUNTU login: xd (automatic login) Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.10.104-tegra aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage This system has been minimized by removing packages and content that are not required on a system that users do not log into. To restore this content, you can run the 'unminimize' command. 11 updates can be applied immediately. 8 of these updates are standard security updates. To see these additional updates run: apt list --upgradable The list of available updates is more than a week old. To check for new updates run: sudo apt update The programs included with the Ubuntu system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. To run a command as administrator (user "root"), use "sudo ". See "man sudo_root" for details. xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ lspci 0007:00:00.0 PCI bridge: NVIDIA Corporation Device 229a (rev a1) xd@XD-UBUNTU:~$ ?? [0000.063] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.069] I> t234-A01-0-Silicon (0x12347) Prod [0000.073] I> Boot-mode : Coldboot [0000.076] I> Emulation: [0000.078] I> Entry timestamp: 0x00000000 [0000.082] I> last_boot_error: 0x0 [0000.085] I> BR-BCT: preprod_dev_sign: 0 [0000.089] I> rst_source: 0x0, rst_level: 0x0 [0000.093] I> Task: CRC check (0x5001cf71) [0000.097] I> Skip CRC check as records_integrity fuse is not burned [0000.103] I> Task: Crypto init (0x5001c0d9) [0000.107] I> Task: Secure debug controls (0x5000cb19) [0000.112] I> Task: strap war set (0x5000b739) [0000.116] I> strap value(0x4000401) set to 0x4000401 [0000.121] I> Task: Initialize SOC Therm (0x5001a509) [0000.126] I> Task: Program NV master stream id (0x5000cad1) [0000.131] I> Task: Verify boot mode (0xd482021) [0000.137] I> Task: Alias fuses (0x50010749) [0000.142] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.149] I> Task: Print SKU type (0x5000fba9) [0000.154] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.159] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.163] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.167] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.172] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.176] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.180] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.184] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.188] I> FUSE_SKU_INFO_0 = 0xd2 [0000.192] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.196] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.199] I> SKU: Prod [0000.202] I> Task: Boost clocks (0x50013db1) [0000.206] I> Initializing PLLC2 for AXI_CBB. [0000.210] I> AXI_CBB : src = 35, divisor = 0 [0000.214] I> Task: Voltage monitor (0x50013dbd) [0000.218] I> VMON: Vmon re-calibration and fine tuning done [0000.224] I> Task: UPHY init (0x5000da39) [0000.228] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.233] I> Task: Boot device init (0x50000a3d) [0000.238] I> Boot_device: QSPI_FLASH instance: 0 [0000.242] I> Qspi clock source : pllc_out0 [0000.246] I> QSPI Flash: Macronix 64MB [0000.250] I> QSPI-0l initialized successfully [0000.254] I> Task: TSC init (0x5001ed35) [0000.258] I> Task: Load membct (0x5001190d) [0000.262] I> RAM_CODE 0x4000401 [0000.265] I> Loading MEM-BCT to SysRAM [0000.269] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.274] I> Slot: 0 [0000.276] I> Binary[0] block-0 (partition size: 0x40000) [0000.281] I> get_binary_info: Binary name: MEM-BCT-0 [0000.286] I> Size of crypto header is 8192 [0000.290] I> BCH load address is : 0x40050000 [0000.294] I> Size of crypto header is 8192 [0000.298] I> BCH of MEM-BCT-0 read from storage [0000.303] I> BCH address is : 0x40050000 [0000.307] I> MEM-BCT-0 header integrity check is success [0000.312] I> Binary magic in BCH component 0 is MEM0 [0000.317] I> component binary type is 0 [0000.321] I> MEM-BCT-0 binary is read from storage [0000.326] I> MEM-BCT-0 binary integrity check is success [0000.331] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.338] I> RAM_CODE 0x4000401 [0000.343] I> RAM_CODE 0x4000401 [0000.347] I> Task: Load Page retirement list (0x50011139) [0000.352] I> Task: SDRAM params override (0x50011b79) [0000.357] I> Task: Save mem-bct info (0x50014071) [0000.361] I> Task: Carveout allocate (0x500140d5) [0000.366] I> RCM blob carveout will not be allocated [0000.371] I> ECC region[0]: Start:0x0, End:0x0 [0000.375] I> ECC region[1]: Start:0x0, End:0x0 [0000.379] I> ECC region[2]: Start:0x0, End:0x0 [0000.384] I> ECC region[3]: Start:0x0, End:0x0 [0000.388] I> ECC region[4]: Start:0x0, End:0x0 [0000.392] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.398] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.403] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.407] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.412] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.422] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.429] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.436] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.443] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.450] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.457] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.464] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.471] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.478] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.485] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.492] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.499] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.506] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.513] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.520] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.527] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.534] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.541] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.548] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.555] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.562] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.568] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.575] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.582] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.589] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.596] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.603] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.610] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.617] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.624] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.631] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.637] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.644] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.651] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.658] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.664] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.671] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.678] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.684] I> Task: Thermal check (0x5001fba1) [0000.689] I> max_chip_limit = 115 [0000.692] I> min_chip_limit = -30 [0000.695] I> max temp read = 28 [0000.698] I> min temp read = 25 [0000.701] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.707] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.712] I> Task: Disable WDT globally (0x5001f965) [0000.717] I> Task: I2C register (0x50000a31) [0000.721] I> Task: Reset FSI (0x50013db9) [0000.725] I> Task: Pinmux init (0x50013219) [0000.729] I> Task: Prod config init (0x50013631) [0000.734] I> Task: Pad voltage init (0x500132a5) [0000.738] I> Task: Prod init (0x500136d5) [0000.742] I> Task: Common rail init (0x50013bd1) [0000.747] W> Thermal config not found in BCT [0000.751] W> Generic i2c config not found in BCT [0000.755] W> Platform rail config not found in BCT [0000.761] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.769] W> MEMIO rail config not found in BCT [0000.774] I> Task: Mem clock src (0x500119c5) [0000.778] I> Task: Misc. board config (0x50013c29) [0000.783] W> Platform config not found in BCT [0000.787] I> Task: SDRAM init (0x500119c9) [0000.793] I> SDRAM-params @ 0xd485000 [0000.797] I> MSS code-drop: NvBootSdramInit [0000.801] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.808] I> MSS CAR: Init PLLM [0000.811] I> MSS CAR: Init PLLHUB [0000.816] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.828] I> mb1_sdram_init Done ! [0000.831] I> SDRAM Size in Total 0x800000000 [0000.835] I> Task: Dram Ecc scrub (0x50011261) [0000.840] I> Task: DRAM alias check (0x50011b71) [0000.871] I> Task: Program NSDRAM carveout (0x50014921) [0000.877] I> NSDRAM carveout encryption is disabled [0000.882] I> Program NSDRAM carveout [0000.886] I> Task: Register checker (0x50011b75) [0000.895] I> Task: Enable clock-mon (0x5001ed25) [0000.912] I> FMON: Fmon re-programming done [0000.916] I> Task: Mapper init (0x5001d451) [0000.921] I> Task: SC7 Context Init (0x5001f02d) [0000.928] I> Task: CCPLEX IST init (0x5000d335) [0000.933] I> Task: CPU WP0 (0x5000c635) [0000.939] I> Loading MCE [0000.941] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.947] I> Slot: 0 [0000.950] I> Binary[8] block-0 (partition size: 0x80000) [0000.956] I> get_binary_info: Binary name: MCE [0000.960] I> Size of crypto header is 8192 [0000.965] I> BCH load address is : 0x4003e000 [0000.970] I> Size of crypto header is 8192 [0000.975] I> BCH of MCE read from storage [0000.979] I> BCH address is : 0x4003e000 [0000.985] I> MCE header integrity check is success [0000.990] I> Binary magic in BCH component 0 is MTSM [0000.995] I> component binary type is 8 [0000.999] I> Size of crypto header is 8192 [0001.006] I> MCE binary is read from storage [0001.011] I> MCE binary integrity check is success [0001.016] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.024] I> Size of crypto header is 8192 [0001.038] I> Size of crypto header is 8192 [0001.043] I> Sending WP0 mailbox command to PSC [0001.053] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.073] I> Task: Load bpmp-fw (0x5001e801) [0001.079] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.084] I> Slot: 0 [0001.087] I> Binary[15] block-0 (partition size: 0x180000) [0001.093] I> get_binary_info: Binary name: BPMP_FW [0001.098] I> Size of crypto header is 8192 [0001.103] I> BCH load address is : 0x807fe000 [0001.108] I> Size of crypto header is 8192 [0001.113] I> BCH of BPMP_FW read from storage [0001.118] I> BCH address is : 0x807fe000 [0001.123] I> BPMP_FW header integrity check is success [0001.129] I> Binary magic in BCH component 0 is BPMF [0001.134] I> component binary type is 15 [0001.138] I> Size of crypto header is 8192 [0001.153] I> BPMP_FW binary is read from storage [0001.161] I> BPMP_FW binary integrity check is success [0001.166] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.174] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.180] I> Slot: 0 [0001.182] I> Binary[16] block-10000 (partition size: 0x400000) [0001.189] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.195] I> Size of crypto header is 8192 [0001.199] I> BCH load address is : 0x807fc000 [0001.205] I> Size of crypto header is 8192 [0001.210] I> BCH of BPMP_FW_DTB read from storage [0001.215] I> BCH address is : 0x807fc000 [0001.220] I> BPMP_FW_DTB header integrity check is success [0001.226] I> Binary magic in BCH component 0 is BPMD [0001.231] I> component binary type is 16 [0001.235] I> Size of crypto header is 8192 [0001.242] I> BPMP_FW_DTB binary is read from storage [0001.247] I> BPMP_FW_DTB binary integrity check is success [0001.253] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.262] I> Task: Load psc-fw (0x5001ea0d) [0001.268] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.274] I> Slot: 0 [0001.276] I> Binary[17] block-0 (partition size: 0xc0000) [0001.282] I> get_binary_info: Binary name: PSC_FW [0001.287] I> Size of crypto header is 8192 [0001.292] I> BCH load address is : 0x80ffe000 [0001.297] I> Size of crypto header is 8192 [0001.302] I> BCH of PSC_FW read from storage [0001.307] I> BCH address is : 0x80ffe000 [0001.312] I> PSC_FW header integrity check is success [0001.318] I> Binary magic in BCH component 0 is PFWP [0001.323] I> component binary type is 17 [0001.327] I> Size of crypto header is 8192 [0001.337] I> PSC_FW binary is read from storage [0001.343] I> PSC_FW binary integrity check is success [0001.349] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.357] I> Task: Load nvdec-fw (0x5001ea81) [0001.363] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.369] I> Slot: 0 [0001.371] I> Binary[7] block-0 (partition size: 0x100000) [0001.377] I> get_binary_info: Binary name: NVDEC [0001.382] I> Size of crypto header is 8192 [0001.387] I> BCH load address is : 0x800fe000 [0001.392] I> Size of crypto header is 8192 [0001.397] I> BCH of NVDEC read from storage [0001.401] I> BCH address is : 0x800fe000 [0001.407] I> NVDEC header integrity check is success [0001.412] I> Binary magic in BCH component 0 is NDEC [0001.417] I> component binary type is 7 [0001.422] I> Size of crypto header is 8192 [0001.429] I> NVDEC binary is read from storage [0001.434] I> NVDEC binary integrity check is success [0001.439] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.450] I> Task: Load tsec-fw (0x5001ec6d) [0001.455] I> TSEC-FW load support not enabled [0001.460] I> Task: Program misc carveouts (0x5001445d) [0001.466] I> Program IPC carveouts [0001.473] I> Task: GPIO interrupt map (0x50013cc5) [0001.480] I> Task: SC7 context save (0x5001f161) [0001.485] I> NV_SC7 Context addr: 0xa0000000 [0001.491] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.497] I> Slot: 0 [0001.499] I> Binary[27] block-0 (partition size: 0x100000) [0001.505] I> get_binary_info: Binary name: BR_BCT [0001.510] I> Size of crypto header is 8192 [0001.515] I> Size of crypto header is 8192 [0001.520] I> BR_BCT binary is read from storage [0001.525] I> BR_BCT binary integrity check is success [0001.530] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.538] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.544] I> Slot: 0 [0001.547] I> Binary[13] block-0 (partition size: 0x30000) [0001.553] I> get_binary_info: Binary name: SC7-FW [0001.558] I> Size of crypto header is 8192 [0001.562] I> Size of crypto header is 8192 [0001.567] I> BCH load address is : 0xa0002000 [0001.572] I> Size of crypto header is 8192 [0001.577] I> BCH of SC7-FW read from storage [0001.582] I> BCH address is : 0xa0002000 [0001.587] I> SC7-FW header integrity check is success [0001.593] I> Binary magic in BCH component 0 is WB0B [0001.598] I> component binary type is 13 [0001.602] I> Size of crypto header is 8192 [0001.608] I> SC7-FW binary is read from storage [0001.614] I> SC7-FW binary integrity check is success [0001.619] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.627] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.633] I> Slot: 0 [0001.636] I> Binary[22] block-0 (partition size: 0x30000) [0001.642] I> get_binary_info: Binary name: PSC_RF [0001.647] I> Size of crypto header is 8192 [0001.651] I> Size of crypto header is 8192 [0001.656] I> BCH load address is : 0xa0029460 [0001.661] I> Size of crypto header is 8192 [0001.666] I> BCH of PSC_RF read from storage [0001.671] I> BCH address is : 0xa0029460 [0001.676] I> PSC_RF header integrity check is success [0001.682] I> Binary magic in BCH component 0 is PSCR [0001.687] I> component binary type is 22 [0001.691] I> Size of crypto header is 8192 [0001.697] I> PSC_RF binary is read from storage [0001.703] I> PSC_RF binary integrity check is success [0001.708] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.728] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.734] I> Slot: 0 [0001.736] I> Binary[14] block-0 (partition size: 0x20000) [0001.742] I> get_binary_info: Binary name: MB2_RF [0001.747] I> Size of crypto header is 8192 [0001.752] I> Size of crypto header is 8192 [0001.757] I> BCH load address is : 0xa008e240 [0001.762] I> Size of crypto header is 8192 [0001.767] I> BCH of MB2_RF read from storage [0001.771] I> BCH address is : 0xa008e240 [0001.777] I> MB2_RF header integrity check is success [0001.782] I> Binary magic in BCH component 0 is MB2R [0001.788] I> component binary type is 14 [0001.792] I> Size of crypto header is 8192 [0001.798] I> MB2_RF binary is read from storage [0001.803] I> MB2_RF binary integrity check is success [0001.809] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.817] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.825] I> SC7 context fuse-bypass data is empty [0001.833] I> SC7 context save done [0001.837] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.843] I> Loading MB2 [0001.846] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.852] I> Slot: 0 [0001.854] I> Binary[6] block-0 (partition size: 0x80000) [0001.860] I> get_binary_info: Binary name: MB2 [0001.865] I> Size of crypto header is 8192 [0001.869] I> BCH load address is : 0x8007e000 [0001.875] I> Size of crypto header is 8192 [0001.880] I> BCH of MB2 read from storage [0001.884] I> BCH address is : 0x8007e000 [0001.889] I> MB2 header integrity check is success [0001.895] I> Binary magic in BCH component 0 is MB2B [0001.900] I> component binary type is 6 [0001.904] I> Size of crypto header is 8192 [0001.913] I> MB2 binary is read from storage [0001.919] I> MB2 binary integrity check is success [0001.924] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.932] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.939] I> Task: Prepare MB2 params (0x5000d5dd) [0001.948] I> MB2-params @ 0x40060000 [0001.956] I> BR-BCT Boot Chain Fields [0001.959] I> u32_non_gpio_select_boot_chain : 0 [0001.964] I> u32_num_boot_chains : 2 [0001.969] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.976] I> Task: Dram ecc test (0x500112cd) [0001.981] I> Task: Misc NV security settings (0x5000ced5) [0001.988] I> NVDEC sticky bits programming done [0001.993] I> Task: Disable/Reload WDT (0x5001f991) [0001.999] I> Programmed SLCG global override := 0x0 [0002.004] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f238b I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9428224 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 29 I> FSITHERM min temp = 28 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure NOR provision (0x50014924) I> Task: Load FSI keyblob (0x50012368) I> Skipping FSI key blob copy I> Task: Unhalt AUXPs (0x50020c8c) I> SCE unhalt skipped I> Unhalting RCE I> RCE unhalt successful I> DCE unhalt successful I> APE unhalt skipped I> FSI unhalt skipped I> Task: Load CPUBL (0x5001347c) I> Task: Load TOS (0x50013b38) I> Task: Load and authenticate registered FWs (0x50017428) I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_cpu??[ 2.360734] Camera-FW on t234-rce-safe started ??INFO: MONITOR: populated user images:19 INFO: mret to Supervisor! INFO: psc supervisor init. INFO: psc_irq_init... INFO: enter idle task. ??bpmp: init bpmp: base binary md5 is eac3805??TCU early console ena??26d68ff45??bled. ??ffc86d0feae98e88 bpmp: combined binary md5 is 888a114dda6bea50b6c6bb224445ac85 bpmp: firmware tag is 888a114dda6bea50b6c6-eac380526d6 initialized vwdt initialized mail_early initialized fuse initialized vfrel initialized hwwdt initialized adc fmon_populate_monitors: found 199 monitors initialized fmon initialized mc initialized reset initialized uphy_early initialized emc_early 471 clocks registered initialized clk_mach initialized clk_cal_early initialized clk_mach_early_config initialized io_dpd initialized thermal initialized soctherm initialized tj_init initialized regime initialized i2c vrmon_dt_init: vrmon node not found vrmon_chk_boot_state: found 0 rail monitors initialized vrmon initialized regulator ?? ??-bootloader I> Size of partition: 3670016 I> Binary@ device:3/0 block-24832 (partition size: 0x380000), name: A_cpu-bootloader??initialized avfs_clk_platform initialized powergate ?? ??initialized dvs initialized clk_mach_config initialized pm initialized suspend initialized strap initialized emc initialized emc_mrq initialized clk_cal initialized uphy_dt initialized uphy_mrq initialized uphy ??I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_secure-os I> Size of partition: 4194304 I> Binary@ device:3/0 block-32000 (partition size: 0x400000), name: A_secure-os ??initialized pg_late initialized pg_mrq_init swdtimer_init: 0 reg polling start w period 47 ms initialized swdtimer initialized hwwdt_late initialized bwmgr initialized thermal_host_trip initialized thermal_mrq initialized oc_mrq initialized reset_mrq initialized mail_mrq initialized fmon_mrq initialized clk_mrq initialized avfs_mrq initialized i2c_mrq initialized tag_mrq initialized bwmgr_mrq initialized console_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ??I> MB2-params @ 0x400600??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??00 I> cpubl: Authentication Fi??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss ena??[ 2.600035] Camer??ble xusb_fs enable xusb_falcon enable xusb_core_mux ??a-FW on t234-rce-safe??enable dsi_lp enable sdmmc_legacy_tm initialized clk_?? ready SHA1=7a10e461 ??mach_post initialized pg_post ??(crt 13.246 ms, total??initialized regulator_post initialized profile initialized fuse_late initia?? boot 261.835 ms) ??lized mrq initialized patrol_scrubber initialized extras_post bpmp: init complete ??DCE: FW Boot Done ??nalize Done I> Binary cpubl loaded successfully at 0x82c400000 I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eks I> eks: Authentication Finalize Done I> Binary eks loaded successfully at 0x82d000400 I> EKB detected (length: 0x410) @ VA:0x82d000400 I> Task: Prepare TOS params (0x50013ab0) I> Setting EKB blob info to OPTEE dtb finished. I> Setting OPTEE arg3: 0x82b700000 I> Task: OEM SC7 context save (0x500146bc) I> oem sc7 context saved I> Task: Disable MSS perf stats (0x50020d18) I> Task: Program display sticky bits (0x50020c94) I> Task: Storage device deinit (0x50001ed8) I> Task: SMMU external bypass disable (0x50011eb4) I> Task: SMMU init (0x50011dd0) I> Task: Program CBB PCIE AMAP regions (0x50014b08) I> Task: Program GICv3 registers (0x50020db8) I> Task: Audit firewall settings (0x5001e1c0) I> Task: Bootchain failure check (0x500026a4) I> Current Boot-Chain Slot: 0 I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0 I> MB2 finished ??NOTICE: BL31: v2.6(release):4fa405dbd NOTICE: BL31: Built : 20:16:55, Aug 10 2022 I/TC: I/TC: Non-secure external DT found I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f0100006). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ??[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421] [ 0.000000] Linux version 5.10.104-tegra (rt@Build-Workstation) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #10 SMP PREEMPT Fri Dec 30 16:29:14 CST 2022 [ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16, [ 0.000000] OF: fdt: - 80000000 , c0000000 [ 0.000000] Machine model: Jetson AGX Orin [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: RTPROP=0x805401c18 SMBIOS=0xffff0000 SMBIOS 3.0=0x8039a0000 MEMATTR=0x80476e018 ESRT=0x8039b1f98 RNG=0x827905998 MEMRESERVE=0x804770f18 [ 0.000000] efi: seeding entropy pool [ 0.000000] esrt: Reserving ESRT space from 0x00000008039b1f98 to 0x00000008039b1fd0. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000817800000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000835ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff] [ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000007ffffffff] [ 0.000000] node 0: [mem 0x0000000800000000-0x00000008021bffff] [ 0.000000] node 0: [mem 0x00000008021c0000-0x0000000803562fff] [ 0.000000] node 0: [mem 0x0000000803563000-0x00000008036fdfff] [ 0.000000] node 0: [mem 0x00000008036fe000-0x000000080398ffff] [ 0.000000] node 0: [mem 0x0000000803990000-0x00000008039affff] [ 0.000000] node 0: [mem 0x00000008039b0000-0x000000080453ffff] [ 0.000000] node 0: [mem 0x0000000804540000-0x00000008046cffff] [ 0.000000] node 0: [mem 0x00000008046d0000-0x000000080473ffff] [ 0.000000] node 0: [mem 0x0000000804740000-0x000000080475ffff] [ 0.000000] node 0: [mem 0x0000000804760000-0x000000080477ffff] [ 0.000000] node 0: [mem 0x0000000804780000-0x00000008049effff] [ 0.000000] node 0: [mem 0x00000008049f0000-0x0000000804a3ffff] [ 0.000000] node 0: [mem 0x0000000804a40000-0x0000000804a4ffff] [ 0.000000] node 0: [mem 0x0000000804a50000-0x0000000804a9ffff] [ 0.000000] node 0: [mem 0x0000000804aa0000-0x0000000804e4ffff] [ 0.000000] node 0: [mem 0x0000000804e50000-0x0000000804e5ffff] [ 0.000000] node 0: [mem 0x0000000804e60000-0x0000000804ebffff] [ 0.000000] node 0: [mem 0x0000000804ec0000-0x000000080534ffff] [ 0.000000] node 0: [mem 0x0000000805350000-0x000000080539ffff] [ 0.000000] node 0: [mem 0x00000008053a0000-0x000000080553ffff] [ 0.000000] node 0: [mem 0x0000000805540000-0x00000008055dffff] [ 0.000000] node 0: [mem 0x00000008055e0000-0x000000080568ffff] [ 0.000000] node 0: [mem 0x0000000805690000-0x000000080572ffff] [ 0.000000] node 0: [mem 0x0000000805730000-0x00000008057bffff] [ 0.000000] node 0: [mem 0x00000008057c0000-0x000000080585ffff] [ 0.000000] node 0: [mem 0x0000000805860000-0x000000080612ffff] [ 0.000000] node 0: [mem 0x0000000806130000-0x000000080630ffff] [ 0.000000] node 0: [mem 0x0000000806310000-0x00000008278bffff] [ 0.000000] node 0: [mem 0x00000008278c0000-0x000000082790ffff] [ 0.000000] node 0: [mem 0x0000000827910000-0x000000082b6affff] [ 0.000000] node 0: [mem 0x000000082c400000-0x000000082c7fffff] [ 0.000000] node 0: [mem 0x0000000834000000-0x0000000835ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000835ffffff] [ 0.000000] On node 0, zone Normal: 336 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 32 pages/cpu s90136 r8192 d32744 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] alternatives: patching kernel code [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7925040 [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB) [ 0.000000] Memory: 30995612K/32205504K available (18112K kernel code, 3176K rwdata, 7128K rodata, 3968K init, 1095K bss, 947748K reserved, 262144K cma-reserved) [ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x34/0x420 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000 [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70) [ 0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677] [ 0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns [ 0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns [ 0.000671] Console: colour dummy device 80x25 [ 0.000850] printk: console [tty0] enabled [ 0.000881] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000) [ 0.000889] pid_max: default: 32768 minimum: 301 [ 0.000945] LSM: Security Framework initializing [ 0.000965] Yama: becoming mindful. [ 0.000980] SELinux: Initializing. [ 0.001060] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.001106] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.002600] rcu: Hierarchical SRCU implementation. [ 0.002686] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003208] DTS File Name: ../arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0004-p3737-0000.dts [ 0.003215] DTB Build time: Dec 30 2022 16:29:58 [ 0.004490] Tegra Revision: A01 SKU: 0xd2 CPU Process: 0 SoC Process: 0 [ 0.004611] Remapping and enabling EFI services. [ 0.005780] smp: Bringing up secondary CPUs ... [ 0.034436] Detected PIPT I-cache on CPU1 [ 0.034465] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000 [ 0.034494] CPU1: Booted secondary processor 0x0000000100 [0x410fd421] [ 0.063105] Detected PIPT I-cache on CPU2 [ 0.063115] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000 [ 0.063129] CPU2: Booted secondary processor 0x0000000200 [0x410fd421] [ 0.091698] Detected PIPT I-cache on CPU3 [ 0.091707] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000 [ 0.091721] CPU3: Booted secondary processor 0x0000000300 [0x410fd421] [ 0.122329] Detected PIPT I-cache on CPU4 [ 0.122349] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000 [ 0.122374] CPU4: Booted secondary processor 0x0000010000 [0x410fd421] [ 0.150998] Detected PIPT I-cache on CPU5 [ 0.151007] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000 [ 0.151021] CPU5: Booted secondary processor 0x0000010100 [0x410fd421] [ 0.179611] Detected PIPT I-cache on CPU6 [ 0.179620] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000 [ 0.179634] CPU6: Booted secondary processor 0x0000010200 [0x410fd421] [ 0.208227] Detected PIPT I-cache on CPU7 [ 0.208236] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000 [ 0.208250] CPU7: Booted secondary processor 0x0000010300 [0x410fd421] [ 0.208302] smp: Brought up 1 node, 8 CPUs [ 0.208345] SMP: Total of 8 processors activated. [ 0.208349] CPU features: detected: Privileged Access Never [ 0.208352] CPU features: detected: LSE atomic instructions [ 0.208354] CPU features: detected: User Access Override [ 0.208357] CPU features: detected: 32-bit EL0 Support [ 0.208360] CPU features: detected: Common not Private translations [ 0.208363] CPU features: detected: RAS Extension Support [ 0.208365] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.208369] CPU features: detected: CRC32 instructions [ 0.208371] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.241536] CPU: All CPU(s) started at EL2 [ 0.243628] devtmpfs: initialized [ 0.256876] Registered cp15_barrier emulation handler [ 0.256887] Registered setend emulation handler [ 0.256893] KASLR enabled [ 0.256997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.257009] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.258534] pinctrl core: initialized pinctrl subsystem [ 0.259002] SMBIOS 3.0.0 present. [ 0.259008] DMI: /, BIOS 1.0-d7fb19b 08/10/2022 [ 0.259245] NET: Registered protocol family 16 [ 0.259868] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.260077] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.260273] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.260300] audit: initializing netlink subsys (disabled) [ 0.260375] audit: type=2000 audit(0.260:1): state=initialized audit_enabled=0 res=1 [ 0.260532] thermal_sys: Registered thermal governor 'step_wise' [ 0.260534] thermal_sys: Registered thermal governor 'power_allocator' [ 0.260539] thermal_sys: Registered thermal governor 'pid_thermal_gov' [ 0.262562] cpuidle: using governor menu [ 0.262664] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.262742] ASID allocator initialised with 32768 entries [ 0.262826] Serial: AMBA PL011 UART driver [ 0.264313] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful [ 0.264338] Tegra reboot handler registered. [ 0.282396] mc: mapped MMIO address: 0xffff800011110000 -> 0x2c10000 [ 0.282409] mc: mapped MMIO address: 0xffff800011130000 -> 0x2c20000 [ 0.282417] mc: mapped MMIO address: 0xffff800011150000 -> 0x2c30000 [ 0.282423] mc: mapped MMIO address: 0xffff800011170000 -> 0x2c40000 [ 0.282431] mc: mapped MMIO address: 0xffff800011190000 -> 0x2c50000 [ 0.282438] mc: mapped MMIO address: 0xffff8000111b0000 -> 0x2b80000 [ 0.282444] mc: mapped MMIO address: 0xffff8000111d0000 -> 0x2b90000 [ 0.282451] mc: mapped MMIO address: 0xffff8000111f0000 -> 0x2ba0000 [ 0.282459] mc: mapped MMIO address: 0xffff800011210000 -> 0x2bb0000 [ 0.282465] mc: mapped MMIO address: 0xffff800011230000 -> 0x1700000 [ 0.282471] mc: mapped MMIO address: 0xffff800011250000 -> 0x1710000 [ 0.282477] mc: mapped MMIO address: 0xffff800011270000 -> 0x1720000 [ 0.282484] mc: mapped MMIO address: 0xffff800011290000 -> 0x1730000 [ 0.282490] mc: mapped MMIO address: 0xffff8000112b0000 -> 0x1740000 [ 0.282499] mc: mapped MMIO address: 0xffff8000112d0000 -> 0x1750000 [ 0.282505] mc: mapped MMIO address: 0xffff8000112f0000 -> 0x1760000 [ 0.282510] mc: mapped MMIO address: 0xffff800011310000 -> 0x1770000 [ 0.282520] nv-tegra-mc 2c10000.mc: No mssnvlink node [ 0.282541] mc-err: mcerr ops are set to t23x [ 0.282803] tegra234-cbb 13a00000.cbb-fabric: secure_irq = 21 [ 0.282855] tegra234-cbb c600000.aon-fabric: secure_irq = 22 [ 0.282896] tegra234-cbb d600000.bpmp-fabric: secure_irq = 23 [ 0.282932] tegra234-cbb de00000.dce-fabric: secure_irq = 24 [ 0.282965] tegra234-cbb be00000.rce-fabric: secure_irq = 25 [ 0.282998] tegra234-cbb b600000.sce-fabric: secure_irq = 26 [ 0.283236] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 71, base_baud = 0) is a SBSA [ 1.481575] printk: console [ttyAMA0] enabled [ 1.489735] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 1.496449] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 1.503150] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 1.509850] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 1.518249] ACPI: Interpreter disabled. [ 1.523149] vdd-3v3-pcie: supplied by vdd-3v3-sys [ 1.528070] avdd-cam-2v8: supplied by vdd-3v3-sys [ 1.532846] vdd-av1v1-hub: supplied by vdd-5v-sys [ 1.537662] vbusB-cvb: supplied by vdd-5v-sys [ 1.542155] vdd-usbc1-vbus: supplied by vdd-5v-sys [ 1.547036] vdd-usbc2-vbus: supplied by vdd-5v-sys [ 1.552201] iommu: Default domain type: Translated [ 1.557112] eventlib_kernel: keventlib is initialized, test id: 0 [ 1.563356] SCSI subsystem initialized [ 1.567160] usbcore: registered new interface driver usbfs [ 1.572655] usbcore: registered new interface driver hub [ 1.577977] usbcore: registered new device driver usb [ 1.583211] mc: Linux media interface: v0.10 [ 1.587486] videodev: Linux video capture interface: v2.00 [ 1.593117] pps_core: LinuxPPS API ver. 1 registered [ 1.598082] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.607219] PTP clock support registered [ 1.611335] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec [ 1.618502] tegra_wdt_t18x 2190000.watchdog: Registered successfully [ 1.626151] Registered efivars operations [ 1.630686] FPGA manager framework [ 1.634107] Advanced Linux Sound Architecture Driver Initialized. [ 1.640441] Bluetooth: Core ver 2.22 [ 1.644021] NET: Registered protocol family 31 [ 1.648466] Bluetooth: HCI device and connection manager initialized [ 1.654824] Bluetooth: HCI socket layer initialized [ 1.659701] Bluetooth: L2CAP socket layer initialized [ 1.664756] Bluetooth: SCO socket layer initialized [ 1.670101] camchar: rtcpu character device driver loaded [ 1.675707] clocksource: Switched to clocksource arch_sys_counter [ 1.831219] VFS: Disk quotas dquot_6.6.0 [ 1.835182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.842181] pnp: PnP ACPI: disabled [ 1.847399] la/ptsa driver initialized. [ 1.851287] NET: Registered protocol family 2 [ 1.855844] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.865540] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 1.874281] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.882572] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 1.890411] TCP: Hash tables configured (established 262144 bind 65536) [ 1.897105] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.904033] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.911466] NET: Registered protocol family 1 [ 1.916095] RPC: Registered named UNIX socket transport module. [ 1.922028] RPC: Registered udp transport module. [ 1.926731] RPC: Registered tcp transport module. [ 1.931436] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.937887] PCI: CLS 0 bytes, default 64 [ 1.941930] Trying to unpack rootfs image as initramfs... [ 2.056656] Freeing initrd memory: 8196K [ 2.062604] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 2.070550] kvm [1]: IPA Size Limit: 48 bits [ 2.074944] kvm [1]: VHE mode initialized successfully [ 2.080738] Initialise system trusted keyrings [ 2.085292] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 2.093656] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.099746] NFS: Registering the id_resolver key type [ 2.104809] Key type id_resolver registered [ 2.108989] Key type id_legacy registered [ 2.113023] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.119732] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.127137] ntfs: driver 2.1.32 [Flags: R/W]. [ 2.142920] NET: Registered protocol family 38 [ 2.147367] Key type asymmetric registered [ 2.151465] Asymmetric key parser 'x509' registered [ 2.156356] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240) [ 2.163803] io scheduler mq-deadline registered [ 2.168333] io scheduler kyber registered [ 2.176165] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 2.181763] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 2.187350] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 2.192935] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 2.200888] tegra_dc_assign_hw_data: no matching compatible node [ 2.206902] tegradccommon module_init failed [ 2.211169] tegradc module_init failed [ 2.215156] EINJ: ACPI disabled. [ 2.219844] tegra-pmc c360000.pmc: scratch reg offset dts data not present [ 2.226724] tegra-pmc: ### PMC reset source: SYS_RESET_N [ 2.232034] tegra-pmc: ### PMC reset level: L0 [ 2.236474] tegra-pmc: ### PMC reset status reg: 0x0 [ 2.242563] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 2.258350] random: fast init done [ 2.261073] printk: console [ttyTCU0] enabled [ 3.845857] arm-smmu 12000000.iommu: probing hardware configuration... [ 3.853870] arm-smmu 12000000.iommu: SMMUv2 with: [ 3.858706] arm-smmu 12000000.iommu: stage 1 translation [ 3.864249] arm-smmu 12000000.iommu: stage 2 translation [ 3.869774] arm-smmu 12000000.iommu: nested translation [ 3.875231] arm-smmu 12000000.iommu: stream matching with 128 register groups [ 3.882659] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only) [ 3.891425] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000 [ 3.898125] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.904814] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.912284] arm-smmu 10000000.iommu: probing hardware configuration... [ 3.918979] arm-smmu 10000000.iommu: SMMUv2 with: [ 3.923806] arm-smmu 10000000.iommu: stage 1 translation [ 3.929342] arm-smmu 10000000.iommu: stage 2 translation [ 3.934872] arm-smmu 10000000.iommu: nested translation [ 3.940333] arm-smmu 10000000.iommu: stream matching with 128 register groups [ 3.947747] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only) [ 3.956411] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000 [ 3.963110] arm-smmu 10000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.969803] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.976911] arm-smmu 8000000.iommu: probing hardware configuration... [ 3.983521] arm-smmu 8000000.iommu: SMMUv2 with: [ 3.988256] arm-smmu 8000000.iommu: stage 1 translation [ 3.993705] arm-smmu 8000000.iommu: stage 2 translation [ 3.999154] arm-smmu 8000000.iommu: nested translation [ 4.004509] arm-smmu 8000000.iommu: stream matching with 128 register groups [ 4.011822] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only) [ 4.020361] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000 [ 4.026964] arm-smmu 8000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 4.033565] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 4.040848] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful [ 4.050519] tegra_profiler: version: 1.147, samples/io: 49/28 [ 4.056479] tegra_profiler: auth: init [ 4.060578] nvsciipc: loaded module [ 4.065076] tegra23x-qspi 3270000.spi: Adding to iommu group 0 [ 4.071211] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 4.077728] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 4.085129] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 4.092718] tegra23x-qspi 3270000.spi: Prod settings list not found [ 4.099148] tegra23x-qspi 3270000.spi: Failed to get reset control: -517 [ 4.106606] tun: Universal TUN/TAP device driver, 1.6 [ 4.112246] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 4.119660] hns3: Copyright (c) 2017 Huawei Corporation. [ 4.125137] e1000e: Intel(R) PRO/1000 Network Driver [ 4.130225] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.136304] igb: Intel(R) Gigabit Ethernet Network Driver [ 4.141838] igb: Copyright (c) 2007-2014 Intel Corporation. [ 4.147711] PPP generic driver version 2.4.2 [ 4.152131] PPP BSD Compression module registered [ 4.156951] PPP Deflate Compression module registered [ 4.162144] PPP MPPE Compression module registered [ 4.167098] usbcore: registered new interface driver r8152 [ 4.172728] usbcore: registered new interface driver asix [ 4.178287] usbcore: registered new interface driver ax88179_178a [ 4.184543] usbcore: registered new interface driver cdc_ether [ 4.190535] usbcore: registered new interface driver net1080 [ 4.196345] usbcore: registered new interface driver cdc_subset [ 4.202428] usbcore: registered new interface driver zaurus [ 4.208155] usbcore: registered new interface driver cdc_ncm [ 4.213965] usbcore: registered new interface driver aqc111 [ 4.219801] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.226153] ohci-pci: OHCI PCI platform driver [ 4.230717] ohci-platform: OHCI generic platform driver [ 4.236363] tegra-xusb 3610000.xhci: Adding to iommu group 1 [ 4.242633] usbcore: registered new interface driver uas [ 4.248105] usbcore: registered new interface driver usb-storage [ 4.254396] tegra-xudc 3550000.xudc: Adding to iommu group 2 [ 4.260428] mousedev: PS/2 mouse device common for all mice [ 4.266161] usbcore: registered new interface driver xpad [ 4.273579] tegra_rtc c2a0000.rtc: registered as rtc1 [ 4.278771] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock [ 4.285173] i2c /dev entries driver [ 4.288870] tegra-i2c 3160000.i2c: Adding to iommu group 3 [ 4.294666] tegra-i2c c240000.i2c: Adding to iommu group 3 [ 4.300349] tegra-i2c 3180000.i2c: Adding to iommu group 3 [ 4.306038] tegra-i2c 3190000.i2c: Adding to iommu group 3 [ 4.311706] tegra-i2c 31b0000.i2c: Adding to iommu group 3 [ 4.317362] tegra-i2c 31c0000.i2c: Adding to iommu group 3 [ 4.323031] tegra-i2c c250000.i2c: Adding to iommu group 3 [ 4.328693] tegra-i2c 31e0000.i2c: Adding to iommu group 3 [ 4.336931] device-mapper: uevent: version 1.0.3 [ 4.341742] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 4.351371] sdhci: Secure Digital Host Controller Interface driver [ 4.357713] sdhci: Copyright(c) Pierre Ossman [ 4.362182] Synopsys Designware Multimedia Card Interface Driver [ 4.368415] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.374352] sdhci-tegra 3460000.sdhci: Adding to iommu group 4 [ 4.374718] sdhci-tegra 3400000.sdhci: Adding to iommu group 5 [ 4.374849] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401 [ 4.375697] tegra-bpmp bpmp: firmware: 888a114dda6bea50b6c6-eac380526d6 [ 4.377005] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 [ 4.377910] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81 [ 4.382009] nvvrs_pseq 4-003c: CAUTION: interrupt status reg:0x10 set to 0x1 [ 4.417262] nvvrs_pseq 4-003c: Clearing interrupts [ 4.422457] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0 [ 4.428382] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful ??debugfs initialized ??[ 5.910365] hid: raw HID events driver (C) Jiri Kosina [ 5.916158] usbcore: registered new interface driver usbhid [ 5.921900] usbhid: USB HID core driver [ 5.926656] tegra-dce d800000.dce: Adding to iommu group 6 [ 5.933048] dce: dce_ipc_channel_init:314 Invalid Channel State [0x0] for ch_type [2] [ 5.941603] tegra234-aon c000000.aon: Adding to iommu group 7 [ 5.947821] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5] [ 5.952787] c000000.aon:hsp: probed [ 5.956808] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [0]. Ignored... [ 5.969298] tegra234-aon c000000.aon: init done [ 5.969672] tegra23x-psc e860000.psc: Adding to iommu group 8 [ 5.973999] dce: dce_admin_send_cmd_ver:413 version : [0x2] err : [0x0] [ 5.980155] tegra23x-psc e860000.psc: ext_cfg base:(____ptrval____) [ 5.986912] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1] [ 5.993257] tegra23x-psc e860000.psc: init done [ 6.002226] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [1] ... [ 6.002228] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.007070] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 9 [ 6.009674] random: crng init done [ 6.015310] dce: dce_admin_setup_clients_ipc:518 Get queue info failed for [2] [ 6.015413] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2] [ 6.024620] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000 [ 6.030743] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [3] ... [ 6.030745] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.030756] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.041887] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584 [ 6.050918] dce: dce_start_boot_flow:100 DCE_BOOT_DONE [ 6.059146] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900 [ 6.111103] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80 [ 6.122303] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80 [ 6.133988] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80 [ 6.146626] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080 [ 6.159496] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200 [ 6.171724] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (122) [ 6.178563] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful [ 6.190757] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=7a10e4613e151d2bf1df37dd80d456800f5b94d0 [ 6.204353] t19x_cache tegra-cache: probed [ 6.208998] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU [ 6.220544] optee: probing for conduit method. [ 6.225164] optee: revision 3.16 (65cc2218) [ 6.225290] optee: dynamic shared memory is enabled [ 6.234786] optee: initialized driver [ 6.252225] nvpmodel: initialized successfully [ 6.256915] tegra_hv: get_hvd: not initialized yet [ 6.261880] user_ivc_mempool: hypervisor not present [ 6.267564] usbcore: registered new interface driver snd-usb-audio [ 6.274680] u32 classifier [ 6.277494] input device check on [ 6.281271] Actions configured [ 6.284922] Initializing XFRM netlink socket [ 6.289715] NET: Registered protocol family 10 [ 6.295567] Segment Routing with IPv6 [ 6.299403] NET: Registered protocol family 17 [ 6.304010] NET: Registered protocol family 15 [ 6.308645] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 6.322672] Bluetooth: RFCOMM socket layer initialized [ 6.328000] Bluetooth: RFCOMM ver 1.11 [ 6.331905] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 6.338017] Bluetooth: HIDP socket layer initialized [ 6.343878] 9pnet: Installing 9P2000 support [ 6.348353] Key type dns_resolver registered [ 6.353408] registered taskstats version 1 [ 6.357679] Loading compiled-in X.509 certificates [ 6.365514] Loaded X.509 cert 'Build time autogenerated kernel key: 4526661491a96f98035adf8034bd097d9bd4729c' [ 6.376026] tegra194-pcie 14180000.pcie: Adding to iommu group 10 [ 6.388763] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 6.395852] tegra194-pcie 14100000.pcie: Adding to iommu group 11 [ 6.407771] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 6.414553] tegra194-pcie 14160000.pcie: Adding to iommu group 12 [ 6.426364] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 6.433225] tegra194-pcie 141a0000.pcie: Adding to iommu group 13 [ 6.444493] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 6.451621] tegra194-pcie 141e0000.pcie: Adding to iommu group 14 [ 6.462956] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 6.493342] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 15 [ 6.503478] host1x 13e40000.host1x: Adding to iommu group 16 [ 7.519548] t23x_init_gating_regs: Timed out waiting for syncpt ram init! [ 7.539424] host1x 13e40000.host1x: initialized [ 7.544473] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 17 [ 7.552604] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000) [ 7.564642] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 18 [ 7.572664] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000) [ 7.584699] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 19 [ 7.592712] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000) [ 7.604764] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 20 [ 7.612798] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000) [ 7.624834] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 21 [ 7.632854] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000) [ 7.644941] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 22 [ 7.652961] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000) [ 7.664999] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 23 [ 7.673019] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000) [ 7.685058] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 24 [ 7.693119] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000) [ 7.705178] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 25 [ 7.713210] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000) [ 7.725261] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 26 [ 7.733269] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000) [ 7.745315] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 27 [ 7.753315] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000) [ 7.765349] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 28 [ 7.773353] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000) [ 7.785388] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 29 [ 7.793405] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000) [ 7.805457] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 30 [ 7.813473] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000) [ 7.825487] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 31 [ 7.833527] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000) [ 7.845575] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 32 [ 7.853593] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000) [ 7.865643] falcon 15340000.vic: Adding to iommu group 33 [ 7.876560] falcon 15340000.vic: initialized [ 7.881250] falcon 15380000.nvjpg: Adding to iommu group 34 [ 7.890808] falcon 15380000.nvjpg: initialized [ 7.895528] falcon 15540000.nvjpg1: Adding to iommu group 35 [ 7.904982] falcon 15540000.nvjpg1: initialized [ 7.909811] falcon 154c0000.nvenc: Adding to iommu group 36 [ 7.920382] falcon 154c0000.nvenc: initialized [ 7.925111] falcon 15a50000.ofa: Adding to iommu group 37 [ 7.934043] falcon 15a50000.ofa: initialized [ 7.938598] nvdec 15480000.nvdec: Adding to iommu group 38 [ 7.950484] nvdec 15480000.nvdec: initialized [ 7.955120] tsec 15500000.tsec: Adding to iommu group 39 [ 7.966186] tsec 15500000.tsec: initialized [ 7.972396] gic 2a41000.agic-controller: GIC IRQ controller registered [ 7.989540] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered [ 8.006118] gpio-491 (gpio11-usbpwr-ctrl): hogged as output/low [ 8.012281] gpio-493 (gpio12-usbpwr-ctrl): hogged as output/low [ 8.018435] gpio-488 (gpio13-usbpwr-ctrl): hogged as output/low [ 8.024628] gpio-489 (gpio14-usbpwr-ctrl): hogged as output/low [ 8.030771] gpio-428 (gpio3): hogged as output/low [ 8.035756] gpio-487 (gpio16): hogged as input [ 8.040388] gpio-351 (gpio20): hogged as output/low [ 8.045464] gpio-449 (gpio36): hogged as output/low [ 8.050534] gpio-494 (i2s1_clk_gpio): hogged as input [ 8.055795] gpio-495 (i2s1_dout_gpio): hogged as input [ 8.061134] gpio-496 (i2s1_din_gpio): hogged as input [ 8.066383] gpio-497 (i2s1_fs_gpio): hogged as input [ 8.071543] gpio-492 (mclk01_gpio): hogged as input [ 8.076613] gpio-456 (pwm01_gpio): hogged as input [ 8.081597] gpio-461 (uart1_cts_gpio): hogged as input [ 8.086937] gpio-478 (uart2_cts_gpio): hogged as input [ 8.093283] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio [ 8.100080] gpio-320 (gpio6): hogged as input [ 8.104622] gpio-323 (gpio7): hogged as input [ 8.109159] gpio-325 (gpio8): hogged as input [ 8.113701] gpio-326 (gpio10): hogged as input [ 8.118771] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon [ 8.125772] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 8.132353] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 8.138795] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 8.145166] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 8.153156] tegra194-isp5 14800000.isp: Adding to iommu group 40 [ 8.161983] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU [ 8.171615] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized [ 8.178006] driver not enabled, cannot register any devices [ 8.183915] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 41 [ 8.191990] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 42 [ 8.200025] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU [ 8.210046] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized [ 8.216875] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU [ 8.226842] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized [ 8.233661] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU [ 8.243664] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized [ 8.250501] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 43 [ 8.259155] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000) [ 8.270544] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 44 [ 8.279202] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000) [ 8.290596] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 45 [ 8.299239] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000) [ 8.310628] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 46 [ 8.319257] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000) [ 8.330651] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 47 [ 8.339308] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000) [ 8.350706] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 48 [ 8.359349] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000) [ 8.370746] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 49 [ 8.379419] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000) [ 8.390801] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 50 [ 8.399447] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000) [ 8.410848] pva 16000000.pva0: Adding to iommu group 51 [ 8.437053] pva 16000000.pva0: initialized [ 8.446657] nvdla 15880000.nvdla0: Adding to iommu group 52 [ 8.461327] nvdla 15880000.nvdla0: initialized [ 8.467612] nvdla 158c0000.nvdla1: Adding to iommu group 53 [ 8.482468] nvdla 158c0000.nvdla1: initialized [ 8.488730] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3 [ 8.495725] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels [ 8.503245] tegra-fuse-burn efuse-burn: shutdown limit check disabled [ 8.509903] tegra-fuse-burn efuse-burn: Fuse burn driver initialized [ 8.516670] serial-tegra 3100000.serial: Adding to iommu group 3 [ 8.523265] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART [ 8.533015] serial-tegra 3110000.serial: Adding to iommu group 3 [ 8.539569] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 68, base_baud = 0) is a TEGRA_UART [ 8.548907] serial-tegra 3130000.serial: Adding to iommu group 3 [ 8.555849] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 69, base_baud = 0) is a TEGRA_UART [ 8.565444] serial-tegra 3140000.serial: Adding to iommu group 3 [ 8.571984] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 70, base_baud = 0) is a TEGRA_UART [ 8.581357] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 8.587928] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 8.595392] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 8.603032] tegra23x-qspi 3270000.spi: Prod settings list not found [ 8.622468] rtc-pcf8563 1-0051: pcf8563_write_block_data: err=-121 addr=0e, data=03 [ 8.630391] rtc-pcf8563 1-0051: pcf8563_probe: write error [ 8.636075] rtc-pcf8563: probe of 1-0051 failed with error -5 [ 8.669761] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2008000 KHz, changing to: 2035200 KHz [ 8.683716] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2009000 KHz, changing to: 2035200 KHz [ 8.696405] tegra194-cpufreq e000000.ccplex: probed with ICC [ 8.703433] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 8.712479] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 8.714115] tegra194-pcie 14180000.pcie: host bridge /pcie@14180000 ranges: [ 8.724619] tegra194-pcie 14180000.pcie: IO 0x0038100000..0x00381fffff -> 0x0038100000 [ 8.729289] mmc0: CQHCI version 5.10 [ 8.733344] tegra194-pcie 14180000.pcie: MEM 0x2728000000..0x272fffffff -> 0x0040000000 [ 8.745716] tegra194-pcie 14180000.pcie: MEM 0x2440000000..0x2727ffffff -> 0x2440000000 [ 8.762571] irq: IRQ306: trimming hierarchy from :interrupt-controller@f400000-1 [ 8.770232] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 8.770369] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit [ 8.874470] mmc0: Command Queue Engine enabled [ 8.879055] mmc0: periodic cache flush enabled [ 8.883629] mmc0: new HS400 Enhanced strobe MMC card at address 0001 [ 8.890610] mmcblk0: mmc0:0001 G1M15M 59.3 GiB [ 8.895491] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (511:0) [ 8.913597] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 9.863740] tegra194-pcie 14180000.pcie: Phy link never came up [ 9.869909] tegra194-pcie 14180000.pcie: PCI host bridge to bus 0000:00 [ 9.876733] pci_bus 0000:00: root bus resource [bus 00-ff] [ 9.882390] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x38100000-0x381fffff]) [ 9.892248] pci_bus 0000:00: root bus resource [mem 0x2728000000-0x272fffffff] (bus address [0x40000000-0x47ffffff]) [ 9.903101] pci_bus 0000:00: root bus resource [mem 0x2440000000-0x2727ffffff pref] [ 9.911052] pci 0000:00:00.0: [10de:229c] type 01 class 0x060400 [ 9.917410] pci 0000:00:00.0: PME# supported from D0 D3hot [ 9.930383] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 9.935796] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 9.944730] pcieport 0000:00:00.0: Adding to iommu group 10 [ 9.950695] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 [ 9.957000] pcieport 0000:00:00.0: AER: enabled with IRQ 51 [ 9.963004] pci_bus 0000:01: busn_res: [bus 01-ff] is released [ 9.969113] pci 0000:00:00.0: Removing from iommu group 10 [ 9.974782] pci_bus 0000:00: busn_res: [bus 00-ff] is released [ 9.982641] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 9.990334] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges: [ 9.997539] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000 [ 10.006249] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000 [ 10.014961] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000 [ 11.131747] tegra194-pcie 14100000.pcie: Phy link never came up [ 11.137913] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00 [ 11.144741] pci_bus 0001:00: root bus resource [bus 00-ff] [ 11.150394] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x30100000-0x301fffff]) [ 11.160524] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff]) [ 11.171378] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref] [ 11.179327] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400 [ 11.185683] pci 0001:00:00.0: PME# supported from D0 D3hot [ 11.198203] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 11.203620] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 11.212527] pcieport 0001:00:00.0: Adding to iommu group 11 [ 11.218463] pcieport 0001:00:00.0: PME: Signaling with IRQ 53 [ 11.224767] pcieport 0001:00:00.0: AER: enabled with IRQ 53 [ 11.230742] pci_bus 0001:01: busn_res: [bus 01-ff] is released [ 11.236840] pci 0001:00:00.0: Removing from iommu group 11 [ 11.242511] pci_bus 0001:00: busn_res: [bus 00-ff] is released [ 11.250109] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 11.257792] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges: [ 11.264983] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000 [ 11.273701] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000 [ 11.282413] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000 [ 12.395758] tegra194-pcie 14160000.pcie: Phy link never came up [ 12.401903] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00 [ 12.408730] pci_bus 0004:00: root bus resource [bus 00-ff] [ 12.414391] pci_bus 0004:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x36100000-0x361fffff]) [ 12.424513] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff]) [ 12.435364] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref] [ 12.443331] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400 [ 12.449687] pci 0004:00:00.0: PME# supported from D0 D3hot [ 12.462190] pci 0004:00:00.0: PCI bridge to [bus 01-ff] [ 12.467610] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 12.476509] pcieport 0004:00:00.0: Adding to iommu group 12 [ 12.482447] pcieport 0004:00:00.0: PME: Signaling with IRQ 55 [ 12.488759] pcieport 0004:00:00.0: AER: enabled with IRQ 55 [ 12.494733] pci_bus 0004:01: busn_res: [bus 01-ff] is released [ 12.500829] pci 0004:00:00.0: Removing from iommu group 12 [ 12.506499] pci_bus 0004:00: busn_res: [bus 00-ff] is released [ 12.514243] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 12.628786] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges: [ 12.635991] tegra194-pcie 141a0000.pcie: IO 0x003a100000..0x003a1fffff -> 0x003a100000 [ 12.644711] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000 [ 12.653419] tegra194-pcie 141a0000.pcie: MEM 0x2740000000..0x2b27ffffff -> 0x2740000000 [ 13.767738] tegra194-pcie 141a0000.pcie: Phy link never came up [ 13.773898] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00 [ 13.780742] pci_bus 0005:00: root bus resource [bus 00-ff] [ 13.786402] pci_bus 0005:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff]) [ 13.796535] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff]) [ 13.807390] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref] [ 13.815337] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400 [ 13.821682] pci 0005:00:00.0: PME# supported from D0 D3hot [ 13.834197] pci 0005:00:00.0: PCI bridge to [bus 01-ff] [ 13.839609] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 13.848519] pcieport 0005:00:00.0: Adding to iommu group 13 [ 13.854455] pcieport 0005:00:00.0: PME: Signaling with IRQ 57 [ 13.860621] pcieport 0005:00:00.0: AER: enabled with IRQ 57 [ 13.866597] pci_bus 0005:01: busn_res: [bus 01-ff] is released [ 13.872699] pci 0005:00:00.0: Removing from iommu group 13 [ 13.878371] pci_bus 0005:00: busn_res: [bus 00-ff] is released [ 13.885740] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 13.893336] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges: [ 13.900547] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff -> 0x003e100000 [ 13.909262] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff -> 0x0040000000 [ 13.917968] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000 [ 14.131711] tegra194-pcie 141e0000.pcie: Link up [ 14.136715] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00 [ 14.143557] pci_bus 0007:00: root bus resource [bus 00-ff] [ 14.149211] pci_bus 0007:00: root bus resource [io 0x400000-0x4fffff] (bus address [0x3e100000-0x3e1fffff]) [ 14.159335] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff]) [ 14.170188] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref] [ 14.178116] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400 [ 14.184425] pci 0007:00:00.0: PME# supported from D0 D3hot [ 14.193827] pci 0007:01:00.0: [c0a9:540a] type 00 class 0x010802 [ 14.200169] pci 0007:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit] [ 14.212103] pci 0007:00:00.0: BAR 14: assigned [mem 0x3228000000-0x32280fffff] [ 14.219559] pci 0007:01:00.0: BAR 0: assigned [mem 0x3228000000-0x3228003fff 64bit] [ 14.227528] pci 0007:00:00.0: PCI bridge to [bus 01-ff] [ 14.232921] pci 0007:00:00.0: bridge window [mem 0x3228000000-0x32280fffff] [ 14.240301] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 14.249051] pci 0007:01:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512 [ 14.257977] pcieport 0007:00:00.0: Adding to iommu group 14 [ 14.263906] pcieport 0007:00:00.0: PME: Signaling with IRQ 59 [ 14.270218] pcieport 0007:00:00.0: AER: enabled with IRQ 59 [ 14.276271] nvme 0007:01:00.0: Adding to iommu group 14 [ 14.282040] nvme nvme0: pci function 0007:01:00.0 [ 14.286937] nvme 0007:01:00.0: enabling device (0000 -> 0002) [ 14.294932] vdd-dp: supplied by vdd-3v3-sys [ 14.299434] vdd-3v3-sd: supplied by vdd-3v3-sys [ 14.304249] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys [ 14.311587] irq: IRQ308: trimming hierarchy from :pmc@c360000 [ 14.317728] irq: IRQ309: trimming hierarchy from :pmc@c360000 [ 14.324717] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: repeated role: 0 [ 14.327108] tegra194-isp5 14800000.isp: initialized [ 14.337931] driver not enabled, cannot register any devices [ 14.346014] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized [ 14.352396] driver not enabled, cannot register any devices [ 14.358279] (NULL device *): fops function table already registered [ 14.365861] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized [ 14.372267] driver not enabled, cannot register any devices [ 14.378164] nvme nvme0: missing or invalid SUBNQN field. [ 14.390311] nvme nvme0: allocated 32 MiB host memory buffer. [ 14.394274] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release [ 14.405925] tegra-xusb 3610000.xhci: xHCI Host Controller [ 14.411515] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1 [ 14.420071] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810 [ 14.429698] tegra-xusb 3610000.xhci: irq 239, io mem 0x03610000 [ 14.435978] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 14.444515] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.451965] usb usb1: Product: xHCI Host Controller [ 14.457004] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 14.463297] usb usb1: SerialNumber: 3610000.xhci [ 14.468426] hub 1-0:1.0: USB hub found [ 14.472329] hub 1-0:1.0: 4 ports detected [ 14.476606] tegra-xusb 3610000.xhci: xHCI Host Controller [ 14.482192] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2 [ 14.490007] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed [ 14.497512] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 14.506048] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.513504] usb usb2: Product: xHCI Host Controller [ 14.513657] nvme nvme0: 8/0/0 default/read/poll queues [ 14.518539] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 14.530125] usb usb2: SerialNumber: 3610000.xhci [ 14.535256] hub 2-0:1.0: USB hub found [ 14.539174] hub 2-0:1.0: 4 ports detected [ 14.545213] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 14.545599] nvethernet 2310000.ethernet: Adding to iommu group 54 [ 14.556566] nvethernet 2310000.ethernet: failed to read skip mac reset flag, default 0 [ 14.563727] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 14.564746] nvethernet 2310000.ethernet: failed to read MDIO address [ 14.577827] nvethernet 2310000.ethernet: Failed to read nvida,pause_frames, so setting to default support as disable [ 14.588706] nvethernet 2310000.ethernet: setting to default DMA bit mask [ 14.595623] nvethernet 2310000.ethernet: max-platform-mtu DT entry missing, setting default 1500 [ 14.849688] nvethernet 2310000.ethernet: Ethernet MAC address: 48:b0:2d:94:70:ef [ 14.858321] nvethernet 2310000.ethernet: Macsec not enabled [ 14.864064] nvethernet 2310000.ethernet: Macsec: Reduced MTU: 1466 Max: 1500 [ 14.872913] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels [ 14.881649] irq: IRQ319: trimming hierarchy from :pmc@c360000 [ 14.887635] irq: IRQ320: trimming hierarchy from :interrupt-controller@f400000-1 [ 14.895325] irq: IRQ321: trimming hierarchy from :pmc@c360000 [ 14.901291] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 14.908597] tegra-se-nvhost 15810000.se: Adding to iommu group 55 [ 14.915172] tegra-se-nvhost 15810000.se: initialized [ 14.932273] tegra-se-nvhost 15810000.se: tegra_se_probe: complete [ 14.938667] tegra-se-nvhost 15820000.se: Adding to iommu group 56 [ 14.945265] tegra-se-nvhost 15820000.se: initialized [ 14.952607] tegra-se-nvhost 15820000.se: tegra_se_probe: complete [ 14.958981] tegra-se-nvhost 15840000.se: Adding to iommu group 57 [ 14.965526] tegra-se-nvhost 15840000.se: initialized [ 14.974447] tegra-se-nvhost 15840000.se: tegra_se_probe: complete [ 14.981243] tegra_actmon d230000.actmon: in actmon_register()... [ 14.987576] tegra_actmon d230000.actmon: bwmgr_disable = 1 [ 14.993578] tegra_actmon d230000.actmon: initialization Completed for the device mc_all [ 15.001971] hvc_sysfs: hypervisor is not present ??WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk ??[ 15.144854] ALSA device list: [ 15.147908] No soundcards found. [ 15.151971] Freeing unused kernel memory: 3968K [ 15.156676] Run /init as init process [ 15.172473] Root device found: mmcblk0p1 [ 15.176988] Found dev node: /dev/mmcblk0p1 [ 15.289505] EXT4-fs (mmcblk0p1): 2 orphan inodes deleted [ 15.294987] EXT4-fs (mmcblk0p1): recovery complete [ 15.312384] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 15.321749] Rootfs mounted over mmcblk0p1 [ 15.341930] Switching from initrd to actual rootfs [ 15.439926] systemd[1]: System time before build time, advancing clock. [ 15.460312] x_tables: module verification failed: signature and/or required key missing - tainting kernel [ 15.489130] systemd[1]: systemd 245.4-4ubuntu3.17 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 15.512717] systemd[1]: Detected architecture arm64. [ 15.538950] systemd[1]: Set hostname to . [ 15.599060] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit [ 15.730047] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 15.743052] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 15.752564] systemd[1]: Created slice system-modprobe.slice. [ 15.758740] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 15.765459] systemd[1]: Created slice User and Session Slice. [ 15.771488] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 15.779603] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 15.789376] systemd[1]: Reached target User and Group Name Lookups. [ 15.795884] systemd[1]: Reached target Slices. [ 15.800514] systemd[1]: Reached target Swap. [ 15.805173] systemd[1]: Listening on RPCbind Server Activation Socket. [ 15.812053] systemd[1]: Listening on Syslog Socket. [ 15.817212] systemd[1]: Listening on fsck to fsckd communication Socket. [ 15.824223] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 15.831177] systemd[1]: Listening on Journal Audit Socket. [ 15.836952] systemd[1]: Listening on Journal Socket (/dev/log). [ 15.843194] systemd[1]: Listening on Journal Socket. [ 15.848458] systemd[1]: Listening on udev Control Socket. [ 15.854139] systemd[1]: Listening on udev Kernel Socket. [ 15.860642] systemd[1]: Mounting Huge Pages File System... [ 15.867351] systemd[1]: Mounting POSIX Message Queue File System... [ 15.874671] systemd[1]: Mounting RPC Pipe File System... [ 15.881060] systemd[1]: Mounting Kernel Debug File System... [ 15.887852] systemd[1]: Mounting Kernel Trace File System... [ 15.894885] systemd[1]: Starting Journal Service... [ 15.901033] systemd[1]: Starting Set the console keyboard layout... [ 15.908431] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 15.917334] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped. [ 15.926717] systemd[1]: Starting NVIDIA specific first-boot udev script... [ 15.935110] systemd[1]: Started Nameserver information manager. [ 15.941620] systemd[1]: Reached target Network (Pre). [ 15.947785] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 15.957165] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 15.968292] systemd[1]: Starting Load Kernel Modules... [ 15.974678] systemd[1]: Starting Remount Root and Kernel File Systems... [ 15.982141] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null) [ 15.982780] systemd[1]: Starting udev Coldplug all Devices... [ 15.982865] nvmap_heap_init: nvmap_heap_init: created heap block cache [ 15.982965] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x000000082f000000,16777216 [ 15.982968] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout [ 15.982974] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x0000000849800000,914358272 [ 15.982975] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout [ 15.982980] nvmap_page_pool_init: Total RAM pages: 7817480 [ 15.982981] nvmap_page_pool_init: nvmap page pool size: 977185 pages (3817 MB) [ 15.983063] nvmap_background_zero_thread: PP zeroing thread starting. [ 15.983122] misc nvmap: created heap vpr base 0x0000000849800000 size (892928KiB) [ 15.986070] misc nvmap: created heap fsi base 0x000000082f000000 size (16384KiB) [ 16.054011] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000 [ 16.054011] [ 16.087399] systemd[1]: Started Journal Service. [ 16.111924] systemd-journald[288]: Received client request to flush runtime journal. [ 16.381447] using random self ethernet address [ 16.386321] using random host ethernet address [ 16.483127] nvidia: loading out-of-tree module taints kernel. [ 16.674337] 1 fixed-partitions partitions found on MTD device spi6.0 [ 16.680975] Creating 1 MTD partitions on "spi6.0": [ 16.685929] 0x000000000000-0x000004000000 : "Whole_flash0" [ 16.912981] using random self ethernet address [ 16.919166] using random host ethernet address Ubuntu 20.04.4 LTS XD-UBUNTU ttyTCU0 XD-UBUNTU login: xd (automatic login) Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.10.104-tegra aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage This system has been minimized by removing packages and content that are not required on a system that users do not log into. To restore this content, you can run the 'unminimize' command. 11 updates can be applied immediately. 8 of these updates are standard security updates. To see these additional updates run: apt list --upgradable The list of available updates is more than a week old. To check for new updates run: sudo apt update Last login: Wed Apr 26 07:36:15 UTC 2023 on ttyAMA0 To run a command as administrator (user "root"), use "sudo ". See "man sudo_root" for details. xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ lspci 0007:00:00.0 PCI bridge: NVIDIA Corporation Device 229a (rev a1) 0007:01:00.0 Non-Volatile memory controller: Micron/Crucial Technology Device 540a (rev 01) xd@XD-UBUNTU:~$ sudo dtc -I fs -O dts -o extracted.dts /proc/device-tree [sudo] password for xd: extracted.dts: Warning (reg_format): /interrupt-controller@f400000/v2m@f410000: reg: property has invalid length (32 bytes) (#address-cells == 2, #size-cells = = 1) extracted.dts: Warning (ranges_format): /interrupt-controller@f400000:ranges: e mpty "ranges" property but its #size-cells (1) differs from / (2) extracted.dts: Warning (unit_address_vs_reg): /spi@3250000: node has a unit nam e, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@2: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@2/eeprom@2: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@2/eeprom@0: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@2/eeprom@1: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@0/eeprom@0: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@0/eeprom@1: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@1/eeprom@1: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /tegra_soc_hwpm: node has a reg o r ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/ivccapture@4 : node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/ivccontrol@3 : node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/dbg@2: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/diag@5: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/dbg@1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/echo@0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /mc-hwpm: node has a reg or range s property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /ga10b: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /aconnect@2a41000: node has a uni t name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /aconnect@2a41000/ahub: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /aconnect@2a41000/ahub/ope@290800 0/mbdrc@2908200: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /aconnect@2a41000/ahub/ope@290800 0/peq@2908100: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /cbb: node has a reg or ranges pr operty, but no unit name extracted.dts: Warning (unit_address_vs_reg): /tegra_cec: node has a reg or ran ges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /tegra_safety_audio: node has a r eg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /pmc@c370000: node has a unit nam e, but no reg property extracted.dts: Warning (unit_address_vs_reg): /cpufreq: node has a reg or range s property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /tegra_nvlink_controller: node ha s a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /tegra_hv_xhci_debug@0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /ufshci@02500000: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @133: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @68: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @161: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @96: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @123: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @58: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @9: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @151: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @86: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @86/codec@1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @113: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @48: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @141: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @76: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @103: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @38: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @131: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @66: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @94: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @28: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @121: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @56: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @7: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @84: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @18: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @178: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @111: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @46: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @74: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @168: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @101: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @36: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @64: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @158: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @92: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @26: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @54: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @5: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @148: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @82: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @16: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @176: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @44: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @138: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @72: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @166: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @34: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @128: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @62: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @156: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @90: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @24: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @118: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @52: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @3: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @146: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @80: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @14: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @174: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @108: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @42: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @136: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @70: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @164: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @99: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @32: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @126: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @60: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @154: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @89: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @22: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @182: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @116: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @50: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @144: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @79: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @12: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @172: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @106: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @40: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @134: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @69: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @162: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @97: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @30: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @124: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @59: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @152: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @87: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @87/codec@1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @20: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @180: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @114: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @49: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @142: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @77: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @10: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @170: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @104: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @39: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @132: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @67: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @160: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @95: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @29: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @122: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @57: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @8: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @150: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @85: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @19: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @179: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @112: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @47: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @140: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @75: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @169: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @102: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @37: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @130: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @65: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @159: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @93: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @27: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @120: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @55: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @6: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @149: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @83: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @17: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @177: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @110: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @45: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @139: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @73: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @167: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @100: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @35: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @129: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @63: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @157: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @91: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @25: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @119: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @53: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @4: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @147: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @81: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @15: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @175: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @109: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @43: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @137: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @71: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @165: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @33: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @127: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @61: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @155: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @23: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @117: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @51: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @2: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @145: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @13: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @173: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @107: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @41: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @135: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @163: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @98: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @31: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @125: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @153: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @88: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @21: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @181: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @115: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @143: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @78: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @11: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @171: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @105: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /replicator@24060000/in-ports/por t: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /replicator@24060000/out-ports/po rt: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /i2c@c240000/ucsi_ccg@8/connector @1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /i2c@c240000/ucsi_ccg@8/connector @0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /combined-uart: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /mc: node has a reg or ranges pro perty, but no unit name extracted.dts: Warning (unit_address_vs_reg): /spi@3240000: node has a unit nam e, but no reg property extracted.dts: Warning (unit_address_vs_reg): /etf@24050000/in-ports/port: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /etf@24050000/out-ports/port: nod e has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /reserved-memory/vpr-carveout: no de has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /reserved-memory/ramoops_carveout : node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /reserved-memory/fsi-carveout: no de has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /uss-asic: node has a reg or rang es property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /smmu_suspend: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/vi1@14c00000: no de has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/vi0@15c00000: no de has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/nvcsi@15a00000: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/isp-thi@14b00000 : node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/pva0: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/vi0-thi@15f00000 : node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/vi1-thi@14f00000 : node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /i2c@c250000/iqs263@44: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /aon@c000000/ivc-channels@8000000 0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_format): /miscreg@00100000: unit name shou ld not have leading 0s extracted.dts: Warning (unit_address_format): /ufshci@02500000: unit name shoul d not have leading 0s extracted.dts: Warning (unit_address_format): /i2c@c250000/ak8963@0d: unit name should not have leading 0s extracted.dts: Warning (pci_device_reg): Failed prerequisite 'reg_format' extracted.dts: Warning (pci_device_bus_num): Failed prerequisite 'reg_format' extracted.dts: Warning (simple_bus_reg): Failed prerequisite 'reg_format' extracted.dts: Warning (i2c_bus_reg): Failed prerequisite 'reg_format' extracted.dts: Warning (spi_bus_bridge): /spi@3210000/spi@1: incorrect #address -cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3210000/spi@1: incorrect #size-ce lls for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3210000/spi@0: incorrect #address -cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3210000/spi@0: incorrect #size-ce lls for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3250000: incorrect #address-cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3250000: incorrect #size-cells fo r SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3230000/spi@1: incorrect #address -cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3230000/spi@1: incorrect #size-ce lls for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3230000/spi@0: incorrect #address -cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3230000/spi@0: incorrect #size-ce lls for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3240000: incorrect #address-cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3240000: incorrect #size-cells fo r SPI bus extracted.dts: Warning (spi_bus_reg): Failed prerequisite 'reg_format' extracted.dts: Warning (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' extracted.dts: Warning (avoid_default_addr_size): /interrupt-controller@f400000 /v2m@f410000: Relying on default #address-cells value extracted.dts: Warning (avoid_default_addr_size): /interrupt-controller@f400000 /v2m@f410000: Relying on default #size-cells value extracted.dts: Warning (avoid_unnecessary_addr_size): Failed prerequisite 'avoi d_default_addr_size' extracted.dts: Warning (unique_unit_address): Failed prerequisite 'avoid_defaul t_addr_size' extracted.dts: Warning (clocks_property): /sdhci@3460000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3460000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3460000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3460000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3460000:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141e0000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141e0000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /spi@3210000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3210000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3210000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu0_etm@27040000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu0_etm@27040000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140c0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140c0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3130000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3130000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /xusb_padctl@3520000/pads/usb2:clocks : cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32a0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /xudc@3550000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /xudc@3550000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /xudc@3550000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /xudc@3550000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3170000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3170000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32e0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_soc_hwpm:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_soc_hwpm:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu7_etm@27740000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu7_etm@27740000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /rtcpu@bc00000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /rtcpu@bc00000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /rtcpu@bc00000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_ccplex1@26040000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_ccplex1@26040000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /nvpmodel:clocks: cell 0 is not a pha ndle reference extracted.dts: Warning (clocks_property): /mipical@3990000:clocks: cell 0 is no t a phandle reference extracted.dts: Warning (clocks_property): /mipical@3990000:clocks: cell 2 is no t a phandle reference extracted.dts: Warning (clocks_property): /pcie@14120000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14120000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@140e0000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@140e0000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /cpu1_etm@27140000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu1_etm@27140000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14160000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14160000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@3160000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@3160000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 10 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 12 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 14 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 16 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 18 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 20 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 22 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 24 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 26 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 28 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 30 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 32 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 34 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 36 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 38 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 40 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 42 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 44 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 46 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 48 is no t a phandle reference extracted.dts: Warning (clocks_property): /serial@3100000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3100000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /ga10b:clocks: cell 0 is not a phandl e reference extracted.dts: Warning (clocks_property): /ga10b:clocks: cell 2 is not a phandl e reference extracted.dts: Warning (clocks_property): /ga10b:clocks: cell 4 is not a phandl e reference extracted.dts: Warning (clocks_property): /ga10b:clocks: cell 6 is not a phandl e reference extracted.dts: Warning (clocks_property): /serial@3140000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3140000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904300:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904300:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901100:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901100:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901100:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901100:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901100:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901400:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901400:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901400:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901400:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901400:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904200:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904200:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901000:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901000:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901000:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901000:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901000:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905100:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905100:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905100:c locks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901300:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901300:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901300:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901300:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901300:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/iqc@290e000:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904100:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904100:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905000:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905000:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905000:c locks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901200:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901200:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901200:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901200:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901200:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901500:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901500:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901500:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901500:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901500:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904000:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904000:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/agic-controller@2a4 1000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/agic-controller@2a5 1000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp_audio:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp_audio:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp_audio:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/agic-controller@2a6 1000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp@2993000:clocks : cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp@2993000:clocks : cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp@2993000:clocks : cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp@2993000:clocks : cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp@2993000:clocks : cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adma@2930000:clocks : cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /hda@3510000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /hda@3510000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu2_etm@27240000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu2_etm@27240000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /stm@24080000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /stm@24080000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32f0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32f0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32f0000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@c280000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@c280000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141a0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141a0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /efuse-burn:clocks: cell 0 is not a p handle reference extracted.dts: Warning (clocks_property): /nvrng@3ae0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141e0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141e0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@c340000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@c340000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 26 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 28 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 30 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 32 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 34 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 36 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 38 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 40 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 42 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 44 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 46 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 48 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 50 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 52 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 54 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 56 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 58 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 60 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 62 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 64 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 66 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 68 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 70 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 72 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 74 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 76 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 78 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 80 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 82 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 84 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 86 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 88 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 90 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 92 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 94 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 96 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 98 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 100 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 102 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 104 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 106 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 108 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 110 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 112 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 114 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 116 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 118 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 120 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 122 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31e0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31e0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@3280000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@3280000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@3280000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 10 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 12 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 14 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 16 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 18 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 20 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s8:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s8:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s8:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s8:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s8:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s7:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s7:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s7:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s7:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s7:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3400000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3400000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3400000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3400000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3400000:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /efuse@3810000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /efuse@3810000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@c260000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@c260000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@c260000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141c0000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141c0000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /cpu3_etm@27340000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu3_etm@27340000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c310000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c310000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c310000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c310000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_major@24040000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_major@24040000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140a0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140a0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3110000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3110000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3230000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3230000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3230000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140e0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140e0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3150000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3150000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3270000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3270000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3270000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3270000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32c0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32c0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32c0000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3300000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3300000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3300000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3300000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31b0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31b0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_top_ccplex@26020000:clocks: c ell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_top_ccplex@26020000:clocks: c ell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14100000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14100000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu4_etm@27440000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu4_etm@27440000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_ccplex0@26030000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_ccplex0@26030000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@3290000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /sound:clocks: cell 0 is not a phandl e reference extracted.dts: Warning (clocks_property): /sound:clocks: cell 2 is not a phandl e reference extracted.dts: Warning (clocks_property): /sound:clocks: cell 4 is not a phandl e reference extracted.dts: Warning (clocks_property): /replicator@24060000:clocks: cell 0 i s not a phandle reference extracted.dts: Warning (clocks_property): /replicator@24060000:clocks: cell 2 i s not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14140000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14140000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /tachometer@39b0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 26 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 28 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 30 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 32 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 34 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 36 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 38 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 40 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 42 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 44 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 46 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 48 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 50 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 52 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 54 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 56 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 58 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 60 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 62 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 64 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 66 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 68 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 70 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 72 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 74 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 76 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 78 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 80 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 82 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 84 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 86 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 88 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 90 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 92 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 94 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 96 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 98 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 100 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 102 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 104 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 106 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 108 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 110 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 112 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 114 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 116 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 118 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 120 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 122 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 124 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 126 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 128 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 130 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 132 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 134 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 136 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 138 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 140 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 142 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 144 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 146 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 148 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 150 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 152 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 154 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 156 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 158 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 160 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 162 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 164 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 166 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 168 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 170 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 172 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 174 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 176 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 178 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 180 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 182 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 184 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 186 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 188 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 190 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 192 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 194 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 196 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 198 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 200 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 202 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 204 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 206 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 208 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 210 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 212 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 214 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 216 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 218 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 220 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 222 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 224 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 226 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 228 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 230 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 232 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 234 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 236 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 238 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 240 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 242 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 244 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 246 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 248 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 250 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 252 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 254 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 256 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 258 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 260 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 262 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 264 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 266 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 268 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 270 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 272 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 274 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 276 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 278 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 280 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 282 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 284 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 286 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 288 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 290 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 292 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 294 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 296 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 298 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 300 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 302 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 304 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 306 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 308 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 310 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 312 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 314 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 316 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 318 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 320 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 322 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 324 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 326 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 328 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 330 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 332 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 334 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 336 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 338 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 340 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 342 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 344 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 346 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 348 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 350 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 352 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 354 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 356 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 358 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 360 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 362 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 364 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 366 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 368 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 370 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 372 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 374 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 376 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 378 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 380 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 382 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 384 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 386 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 388 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 390 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 392 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 394 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 396 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 398 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 400 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 402 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 404 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 406 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 408 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 410 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 412 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 414 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 416 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 418 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 420 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 422 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 424 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 426 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 428 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 430 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 432 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 434 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 436 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 438 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 440 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 442 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 444 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 446 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 448 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 450 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 452 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 454 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 456 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 458 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 460 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 462 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 464 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 466 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 468 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 470 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 472 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 474 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 476 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 478 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 480 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 482 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 484 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 486 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 488 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 490 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 492 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 494 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 496 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 498 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 500 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 502 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 504 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 506 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 508 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 510 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 512 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 514 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 516 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 518 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 520 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 522 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 524 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 526 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 528 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 530 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 532 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 534 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 536 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 538 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 540 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 542 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 544 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 546 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 548 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 550 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 552 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 554 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 556 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 558 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 560 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 562 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 564 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 566 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 568 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 570 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 572 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 574 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 576 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 578 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 580 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 582 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 584 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 586 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 588 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 590 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 592 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 594 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 596 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 598 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 600 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 602 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 604 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 606 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 608 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 610 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 612 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 614 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 616 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 618 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 620 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 622 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 624 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 626 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 628 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 630 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 632 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 634 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 636 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 638 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 640 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 642 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 644 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 646 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 648 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 650 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 652 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 654 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 656 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 658 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 660 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 662 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 664 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 666 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 668 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 670 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 672 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 674 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 676 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 678 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 680 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 682 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 684 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 686 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 688 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 690 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 692 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 694 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 696 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 698 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 700 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 702 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 704 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 706 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 708 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 710 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 712 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 714 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 716 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 718 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 720 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 722 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 724 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 726 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 728 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 730 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 732 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 734 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 736 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 738 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 740 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 742 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 744 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 746 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 748 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 750 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 752 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 754 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 756 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 758 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 760 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 762 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 764 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 766 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 768 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 770 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 772 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 774 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 776 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 778 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 780 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 782 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 784 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 786 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 788 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 790 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 792 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 794 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 796 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 798 is not a phandle reference extracted.dts: Warning (clocks_property227.71/mo1] simirqple-bus/mods ca-cls:c (try ks:ll ting w not ae "andirqpolrefereoption) extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: ce[ 802 is.727679] hanandrs: reference extracted.dts: [ 227.73clo1] [<0ope000): /mo0a1ds->] sim-buirqodsfault_primark s: cell andler is th phreaand000ref00e22b9d5 racted.dts: rq_ninthreadclocks_property): /mods-simple-bus/mods-clocks:clocks: cell 806 is not a phandle reference extracted.dts: Warning ([ clocks471ope3] ): Dis/mosimple IRQ #ods-clock locks: cell 808 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 810 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 812 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 814 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 816 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 818 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 820 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 822 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 824 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 826 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 828 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 830 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 832 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 834 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 836 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 838 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 840 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 842 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 844 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 846 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 848 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 850 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 852 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 854 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 856 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 858 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 860 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 862 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 864 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 866 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@c240000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@c240000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14180000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14180000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@3180000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@3180000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c320000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c320000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c320000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c320000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /actmon@d230000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /actmon@d230000/mc_all:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu5_etm@27540000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu5_etm@27540000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /etf@24050000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /etf@24050000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32d0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /sound_graph:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /sound_graph:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /etr@24070000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /etr@24070000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141c0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141c0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31c0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31c0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /uss-asic:clocks: cell 0 is not a pha ndle reference extracted.dts: Warning (clocks_property): /icc:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tachometer@39c0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000:clocks: cell 0 is no t a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000:clocks: cell 2 is no t a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/vi1@14c00000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvjpg1@15540000:cloc ks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/se@15820000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/vi0@15c00000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/tsec@15500000:clocks : cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/tsec@15500000:clocks : cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/tsec@15500000:clocks : cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvjpg@15380000:clock s: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdla1@158c0000:cloc ks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdla1@158c0000:cloc ks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvcsi@15a00000:clock s: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/ofa@15a50000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/isp@14800000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/pva0:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/pva0:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/pva0:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/se@15840000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdec@15480000:clock s: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdec@15480000:clock s: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdec@15480000:clock s: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdec@15480000:clock s: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/se@15810000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvenc@154c0000:clock s: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/vic@15340000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdla0@15880000:cloc ks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdla0@15880000:cloc ks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu6_etm@27640000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu6_etm@27640000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@c250000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@c250000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141a0000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141a0000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /i2c@3190000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@3190000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC0-therm/coo ling-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle refere nce extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC0-therm/coo ling-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC0-therm/coo ling-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC0-therm/coo ling-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC0-therm/coo ling-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CPU-therm/cool ing-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle referen ce extracted.dts: Warning (cooling_device_property): /thermal-zones/CPU-therm/cool ing-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CPU-therm/cool ing-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CPU-therm/cool ing-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CPU-therm/cool ing-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV0-therm/cool ing-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle referen ce extracted.dts: Warning (cooling_device_property): /thermal-zones/CV0-therm/cool ing-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV0-therm/cool ing-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV0-therm/cool ing-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV0-therm/cool ing-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/GPU-therm/cool ing-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle referen ce extracted.dts: Warning (cooling_device_property): /thermal-zones/GPU-therm/cool ing-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/GPU-therm/cool ing-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/GPU-therm/cool ing-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/GPU-therm/cool ing-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC1-therm/coo ling-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle refere nce extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC1-therm/coo ling-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC1-therm/coo ling-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC1-therm/coo ling-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC1-therm/coo ling-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV1-therm/cool ing-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle referen ce extracted.dts: Warning (cooling_device_property): /thermal-zones/CV1-therm/cool ing-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV1-therm/cool ing-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV1-therm/cool ing-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV1-therm/cool ing-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC2-therm/coo ling-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle refere nce extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC2-therm/coo ling-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC2-therm/coo ling-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC2-therm/coo ling-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC2-therm/coo ling-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV2-therm/cool ing-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle referen ce extracted.dts: Warning (cooling_device_property): /thermal-zones/CV2-therm/cool ing-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV2-therm/cool ing-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV2-therm/cool ing-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV2-therm/cool ing-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (dmas_property): /spi@3210000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /spi@3210000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /serial@3130000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3130000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3170000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3170000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /i2c@3160000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@3160000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /serial@3100000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3100000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3140000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3140000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 0 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 2 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 4 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 6 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 8 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 10 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 12 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 14 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 16 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 18 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 20 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 22 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 24 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 26 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 28 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 30 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 32 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 34 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 36 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 38 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 40 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 42 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 44 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 46 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 48 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 50 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 52 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 54 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 56 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 58 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 60 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 62 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 64 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 66 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 68 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 70 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 72 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 74 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 76 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 78 is not a phandle reference extracted.dts: Warning (dmas_property): /serial@c280000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@c280000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /i2c@31e0000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@31e0000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /tegra_safety_audio:dmas: cell 0 is not a phandle reference extracted.dts: Warning (dmas_property): /tegra_safety_audio:dmas: cell 2 is not a phandle reference extracted.dts: Warning (dmas_property): /tegra_safety_audio:dmas: cell 4 is not a phandle reference extracted.dts: Warning (dmas_property): /tegra_safety_audio:dmas: cell 6 is not a phandle reference extracted.dts: Warning (dmas_property): /spi@c260000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /spi@c260000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /serial@3110000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3110000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /spi@3230000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /spi@3230000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /serial@3150000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3150000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /i2c@31b0000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@31b0000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@c240000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@c240000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@3180000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@3180000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@31c0000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@31c0000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@c250000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@c250000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@3190000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@3190000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 0 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 4 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 8 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 12 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 15 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 18 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 21 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 24 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 27 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 30 is not a phandle reference extracted.dts: Warning (iommus_property): /sdhci@3460000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie4:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /pcie_ep@141e0000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /fsicom_client:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /spi@3210000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /sound_ref:iommus: cell 0 is not a ph andle reference extracted.dts: Warning (iommus_property): /xhci@36c0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@140c0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /serial@3130000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /xhci@3610000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /xudc@3550000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /serial@3170000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /tegra_soc_hwpm:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie2:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /rtcpu@bc00000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_qspi1_dma:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@14120000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie_ep@140e0000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie10:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /xhci@3760000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@14160000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie0:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /i2c@3160000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /ethernet@6B10000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /ufshci@2500000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /serial@3100000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /ethernet@2310000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie9:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /serial@3140000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /aconnect@2a41000/adsp_audio:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /aconnect@2a41000/adsp@2993000:iommus : cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /hda@3510000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /serial@c280000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@141a0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /ethernet@6A10000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie7:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /pcie@141e0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /display@13800000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /display@13800000/nvdisplay-niso:iomm us: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@31e0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /tegra_safety_audio:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /ethernet@6910000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /sdhci@3400000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie5:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /spi@c260000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie_ep@141c0000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /dce@d800000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@140a0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /serial@3110000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /spi@3230000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@140e0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie3:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /serial@3150000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /spi@3270000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /ethernet@6810000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /spi@3300000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /psc@e800000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /xhci@3670000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@31b0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@14100000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie1:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /sound:iommus: cell 0 is not a phandl e reference extracted.dts: Warning (iommus_property): /pcie@14140000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@c240000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@14180000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@3180000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /gpcdma@2600000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /smmu_test:iommus: cell 0 is not a ph andle reference extracted.dts: Warning (iommus_property): /mods_pcie8:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /sound_graph:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_smmu:iommus: cell 0 is not a ph andle reference extracted.dts: Warning (iommus_property): /pcie@141c0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@31c0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /xhci@3710000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_qspi0_dma:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie6:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /mods_isp:iommus: cell 0 is not a pha ndle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 0 is no t a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 2 is no t a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 4 is no t a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 6 is no t a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 8 is no t a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 10 is n ot a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 12 is n ot a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 14 is n ot a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 16 is n ot a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx0:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/vi1@14c00000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvjpg1@15540000:iomm us: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/se@15820000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx2:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/vi0@15c00000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx0:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx7:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/tsec@15500000:iommus : cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx5:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvjpg@15380000:iommu s: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx7:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvdla1@158c0000:iomm us: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx3:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx5:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx1:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/ofa@15a50000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/isp@14800000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx3:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx6 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx4 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx2 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx0 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx7 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx5 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx3 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx1 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/se@15840000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx1:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvdec@15480000:iommu s: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx6:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/se@15810000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvenc@154c0000:iommu s: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx4:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx6:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/vic@15340000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx2:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvdla0@15880000:iomm us: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx4:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@c250000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie_ep@141a0000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /mods_dma:iommus: cell 0 is not a pha ndle reference extracted.dts: Warning (iommus_property): /i2c@3190000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /aon@c000000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /sce@b000000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /acsl_audio:iommus: cell 0 is not a p handle reference extracted.dts: Warning (mboxes_property): /fsicom_client:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /fsicom_client:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /aon_echo:mboxes: cell 0 is not a pha ndle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm4:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm4:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm4:mboxes: cell 6 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm2:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm2:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm2:mboxes: cell 6 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm3:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm3:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm3:mboxes: cell 6 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm1:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm1:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm1:mboxes: cell 6 is not a phandle reference extracted.dts: Warning (mboxes_property): /safetyservices_epl_client:mboxes: ce ll 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /psc@e800000:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /bpmp:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /combined-uart:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /combined-uart:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /aon@c000000:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /aon@c000000/hsp:mboxes: cell 0 is no t a phandle reference extracted.dts: Warning (mboxes_property): /aon@c000000/hsp:mboxes: cell 3 is no t a phandle reference extracted.dts: Warning (msi_parent_property): /pcie_ep@141e0000:msi-parent: cel l 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@140c0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@14120000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie_ep@140e0000:msi-parent: cel l 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@14160000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@141a0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@141e0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie_ep@141c0000:msi-parent: cel l 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@140a0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@140e0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@14100000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@14140000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@14180000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@141c0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie_ep@141a0000:msi-parent: cel l 0 is not a phandle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 0 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 1 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 2 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 3 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 4 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 5 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 6 is not a pha ndle reference extracted.dts: Warning (phys_property): /xudc@3550000:phys: cell 0 is not a pha ndle reference extracted.dts: Warning (phys_property): /xudc@3550000:phys: cell 1 is not a pha ndle reference extracted.dts: Warning (phys_property): /pcie@14160000:phys: cell 0 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@14160000:phys: cell 1 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@14160000:phys: cell 2 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@14160000:phys: cell 3 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 0 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 1 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 2 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 3 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 4 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 5 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 6 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 7 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 0 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 1 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 2 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 3 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 4 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 5 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 6 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 7 is not a ph andle reference extracted.dts: Warning (phys_property): /usb_cd:phys: cell 0 is not a phandle r eference extracted.dts: Warning (phys_property): /pcie@14100000:phys: cell 0 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@14180000:phys: cell 0 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 0 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 1 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 2 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 3 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 4 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 5 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 6 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 7 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie_ep@141e0000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@140c0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /xhci@3610000:power-domains: c ell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /xhci@3610000:power-domains: c ell 2 is not a phandle reference extracted.dts: Warning (power_domains_property): /xudc@3550000:power-domains: c ell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /xudc@3550000:power-domains: c ell 2 is not a phandle reference extracted.dts: Warning (power_domains_property): /xudc@3550000:power-domains: c ell 4 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@14120000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie_ep@140e0000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@14160000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /ethernet@6B10000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /ga10b:power-domains: cell 0 i s not a phandle reference extracted.dts: Warning (power_domains_property): /aconnect@2a41000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /hda@3510000:power-domains: ce ll 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@141a0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /ethernet@6A10000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@141e0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /display@13800000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /ethernet@6910000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie_ep@141c0000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@140a0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@140e0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /ethernet@6810000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@14100000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@14140000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@14180000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@141c0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvjpg1@155400 00:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvjpg@1538000 0:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvdla1@158c00 00:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/ofa@15a50000: power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/isp@14800000: power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/pva0:power-do mains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvdec@1548000 0:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvenc@154c000 0:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/vic@15340000: power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvdla0@158800 00:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie_ep@141a0000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (pwms_property): /pwm-fan:pwms: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /sdhci@3460000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141e0000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141e0000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /spi@3210000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140c0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140c0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /serial@3130000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /xusb_padctl@3520000:resets: cell 0 i s not a phandle reference extracted.dts: Warning (resets_property): /pwm@32a0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /serial@3170000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@32e0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_soc_hwpm:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_soc_hwpm:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /rtcpu@bc00000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /mipical@3990000:resets: cell 0 is no t a phandle reference extracted.dts: Warning (resets_property): /pcie@14120000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14120000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@140e0000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@140e0000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie@14160000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14160000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@3160000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /ethernet@6B10000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6B10000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6B10000:resets: cell 4 is n ot a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 4 is not a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 6 is not a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 8 is not a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 10 is no t a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 12 is no t a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 14 is no t a phandle reference extracted.dts: Warning (resets_property): /serial@3100000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /ethernet@2310000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@2310000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /ga10b:resets: cell 0 is not a phandl e reference extracted.dts: Warning (resets_property): /serial@3140000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /aconnect@2a41000/adsp@2993000:resets : cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@32f0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /serial@c280000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@141a0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@141a0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /ethernet@6A10000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6A10000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6A10000:resets: cell 4 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie@141e0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@141e0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@c340000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /display@13800000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /display@13800000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /display@13800000:resets: cell 4 is n ot a phandle reference extracted.dts: Warning (resets_property): /display@13800000:resets: cell 6 is n ot a phandle reference extracted.dts: Warning (resets_property): /i2c@31e0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@3280000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_cec:resets: cell 0 is not a ph andle reference extracted.dts: Warning (resets_property): /tegra_safety_audio:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_safety_audio:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_safety_audio/i2s8:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_safety_audio/i2s7:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /ethernet@6910000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6910000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6910000:resets: cell 4 is n ot a phandle reference extracted.dts: Warning (resets_property): /sdhci@3400000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /spi@c260000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141c0000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141c0000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /mttcan@c310000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140a0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140a0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /serial@3110000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /spi@3230000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140e0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140e0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /serial@3150000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /spi@3270000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@32c0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /ethernet@6810000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6810000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6810000:resets: cell 4 is n ot a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 4 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 6 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 8 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 10 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 12 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 14 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 16 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 18 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 20 is not a phandle reference extracted.dts: Warning (resets_property): /spi@3300000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@31b0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14100000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14100000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@3290000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14140000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14140000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /tachometer@39b0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 4 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 6 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 8 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 10 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 12 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 14 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 16 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 18 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 20 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 22 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 24 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 26 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 28 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 30 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 32 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 34 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 36 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 38 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 40 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 42 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 44 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 46 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 48 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 50 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 52 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 54 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 56 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 58 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 60 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 62 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 64 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 66 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 68 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 70 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 72 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 74 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 76 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 78 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 80 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 82 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 84 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 86 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 88 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 90 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 92 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 94 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 96 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 98 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 100 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 102 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 104 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 106 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 108 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 110 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 112 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 114 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 116 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 118 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 120 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 122 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 124 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 126 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 128 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 130 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 132 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 134 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 136 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 138 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 140 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 142 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 144 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 146 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 148 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 150 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 152 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 154 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 156 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 158 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 160 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 162 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 164 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 166 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 168 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 170 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 172 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 174 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 176 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 178 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 180 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 182 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 184 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 186 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 188 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 190 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 192 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 194 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 196 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 198 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 200 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 202 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 204 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 206 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 208 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 210 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 212 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 214 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 216 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 218 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 220 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 222 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 224 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 226 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 228 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 230 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 232 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 234 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 236 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 238 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 240 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 242 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 244 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 246 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 248 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 250 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 252 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 254 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 256 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 258 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 260 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 262 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 264 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 266 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 268 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 270 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 272 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 274 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 276 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 278 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 280 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 282 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 284 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 286 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 288 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 290 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 292 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 294 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 296 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 298 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 300 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 302 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 304 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@c240000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14180000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14180000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@3180000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /gpcdma@2600000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /mttcan@c320000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /actmon@d230000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@32d0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@141c0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@141c0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@31c0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /uss-asic:resets: cell 0 is not a pha ndle reference extracted.dts: Warning (resets_property): /tachometer@39c0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvjpg1@15540000:rese ts: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/tsec@15500000:resets : cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvjpg@15380000:reset s: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvdla1@158c0000:rese ts: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/ofa@15a50000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/isp@14800000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/pva0:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvdec@15480000:reset s: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvenc@154c0000:reset s: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/vic@15340000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvdla0@15880000:rese ts: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@c250000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141a0000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141a0000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /i2c@3190000:resets: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 133/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 133/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 68/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 68/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 161/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 161/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 96/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 96/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 123/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 123/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 58/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 58/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 9/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 9/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 151/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 151/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 86/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 86/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 113/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 113/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 48/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 48/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 141/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 141/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 76/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 76/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 103/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 103/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 38/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 38/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 131/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 131/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 66/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 66/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 94/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 94/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 28/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 28/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 121/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 121/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 56/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 56/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 7/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 7/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 84/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 84/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 18/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 18/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 178/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 178/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 111/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 111/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 46/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 46/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 74/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 74/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 168/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 168/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 101/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 101/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 36/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 36/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 64/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 64/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 158/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 158/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 92/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 92/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 26/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 26/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 54/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 54/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 5/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 5/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 148/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 148/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 82/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 82/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 16/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 16/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 176/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 176/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 44/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 44/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 138/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 138/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 72/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 72/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 166/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 166/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 34/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 34/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 128/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 128/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 62/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 62/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 156/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 156/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 90/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 90/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 24/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 24/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 118/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 118/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 52/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 52/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 3/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 3/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 146/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 146/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 80/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 80/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 14/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 14/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 174/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 174/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 108/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 108/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 42/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 42/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 136/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 136/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 70/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 70/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 164/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 164/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 99/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 99/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 32/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 32/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 126/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 126/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 60/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 60/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 154/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 154/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 89/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 89/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 22/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 22/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 182/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 182/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 116/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 116/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 50/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 50/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 1/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 1/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 144/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 144/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 79/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 79/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 12/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 12/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 172/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 172/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 106/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 106/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 40/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 40/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 134/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 134/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 69/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 69/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 162/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 162/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 97/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 97/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 30/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 30/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 124/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 124/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 59/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 59/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 152/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 152/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 87/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 87/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 20/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 20/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 180/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 180/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 114/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 114/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 49/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 49/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 142/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 142/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 77/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 77/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 10/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 10/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 170/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 170/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 104/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 104/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 39/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 39/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 132/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 132/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 67/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 67/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 160/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 160/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 95/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 95/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 29/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 29/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 122/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 122/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 57/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 57/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 8/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 8/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 150/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 150/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 85/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 85/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 19/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 19/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 179/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 179/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 112/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 112/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 47/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 47/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 140/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 140/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 75/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 75/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 169/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 169/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 102/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 102/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 37/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 37/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 130/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 130/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 65/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 65/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 159/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 159/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 93/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 93/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 27/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 27/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 120/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 120/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 55/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 55/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 6/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 6/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 149/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 149/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 83/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 83/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 17/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 17/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 177/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 177/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 110/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 110/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 45/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 45/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 139/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 139/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 73/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 73/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 167/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 167/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 100/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 100/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 35/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 35/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 129/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 129/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 63/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 63/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 157/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 157/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 91/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 91/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 25/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 25/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 119/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 119/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 53/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 53/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 4/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 4/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 147/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 147/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 81/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 81/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 15/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 15/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 175/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 175/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 109/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 109/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 43/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 43/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 137/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 137/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 71/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 71/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 165/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 165/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 33/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 33/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 127/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 127/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 61/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 61/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 155/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 155/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 23/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 23/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 117/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 117/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 51/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 51/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 2/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 2/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 145/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 145/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 13/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 13/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 173/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 173/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 107/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 107/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 41/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 41/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 135/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 135/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 163/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 163/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 98/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 98/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 31/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 31/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 125/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 125/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 153/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 153/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 88/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 88/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 21/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 21/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 181/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 181/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 115/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 115/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 0/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 0/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 143/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 143/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 78/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 78/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 11/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 11/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 171/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 171/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 105/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 105/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/Tboard_tegra: thermal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/SOC0-therm:th ermal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/CPU-therm:the rmal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/CV0-therm:the rmal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/GPU-therm:the rmal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/SOC1-therm:th ermal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/Tdiode_tegra: thermal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/CV1-therm:the rmal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/SOC2-therm:th ermal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/tj-therm:ther mal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/CV2-therm:the rmal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /xusb_padctl@3520000/ports/usb2-0/conn ector:id-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /xusb_padctl@3520000/ports/usb2-0/conn ector:vbus-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /fixed-regulators/regulator@108:gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /fixed-regulators/regulator@116:gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /fixed-regulators/regulator@200:gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /fixed-regulators/regulator@110:gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /fixed-regulators/regulator@111:gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@3160000:scl-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@3160000:sda-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /ethernet@2310000:nvidia,phy-reset-gpi o: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /leds/led:gpios: cell 0 is not a phand le reference extracted.dts: Warning (gpios_property): /sdhci@3400000:cd-gpios: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /gpio-keys/power_key:gpios: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /gpio-keys/forcerecovery:gpios: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /gpio-keys/sleep:gpios: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /ethernet@6810000:nvidia,phy-reset-gpi o: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /gps_wake:gps-wakeup-gpio: cell 0 is n ot a phandle reference extracted.dts: Warning (gpios_property): /gps_wake:gps-enable-gpio: cell 0 is n ot a phandle reference extracted.dts: Warning (gpios_property): /bpmp/i2c/temp-sensor@4c:temp-alert-gp io: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@c240000:scl-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@c240000:sda-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@3180000:scl-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@3180000:sda-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@c250000:scl-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@c250000:sda-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /pcie_ep@141a0000:reset-gpios: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /pcie_ep@141a0000:nvidia,refclk-select -gpios: cell 0 is not a phandle reference extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (graph_child_address): /funnel_ccplex1@26040000/out-port s: graph node has single child node 'port@0', #address-cells/#size-cells are no t necessary extracted.dts: Warning (graph_child_address): /aconnect@2a41000/ahub/arad@290e4 00/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary extracted.dts: Warning (graph_child_address): /funnel_major@24040000/out-ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary extracted.dts: Warning (graph_child_address): /funnel_top_ccplex@26020000/out-p orts: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary extracted.dts: Warning (graph_child_address): /funnel_ccplex0@26030000/out-port s: graph node has single child node 'port@0', #address-cells/#size-cells are no t necessary extracted.dts: Warning (graph_child_address): /replicator@24060000/in-ports: gr aph node has single child node 'port', #address-cells/#size-cells are not neces sary extracted.dts: Warning (graph_child_address): /replicator@24060000/out-ports: g raph node has single child node 'port', #address-cells/#size-cells are not nece ssary extracted.dts: Warning (graph_child_address): /etf@24050000/in-ports: graph nod e has single child node 'port', #address-cells/#size-cells are not necessary extracted.dts: Warning (graph_child_address): /etf@24050000/out-ports: graph no de has single child node 'port', #address-cells/#size-cells are not necessary extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/amixer@290bb00/port s/port@14: graph node unit address error, expected "e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/amixer@290bb00/port s/port@12: graph node unit address error, expected "c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/amixer@290bb00/port s/port@10: graph node unit address error, expected "a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/amixer@290bb00/port s/port@13: graph node unit address error, expected "d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/amixer@290bb00/port s/port@11: graph node unit address error, expected "b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@72: grap h node unit address error, expected "48" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@34: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@62: grap h node unit address error, expected "3e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@90: grap h node unit address error, expected "5a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@24: grap h node unit address error, expected "18" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@52: grap h node unit address error, expected "34" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@80: grap h node unit address error, expected "50" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@14: grap h node unit address error, expected "e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@105: gra ph node unit address error, expected "69" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@70: grap h node unit address error, expected "46" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@99: grap h node unit address error, expected "63" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@32: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@60: grap h node unit address error, expected "3c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@89: grap h node unit address error, expected "59" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@22: grap h node unit address error, expected "16" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@50: grap h node unit address error, expected "32" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@79: grap h node unit address error, expected "4f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@12: grap h node unit address error, expected "c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@103: gra ph node unit address error, expected "67" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@69: grap h node unit address error, expected "45" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@97: grap h node unit address error, expected "61" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@30: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@59: grap h node unit address error, expected "3b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@87: grap h node unit address error, expected "57" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@20: grap h node unit address error, expected "14" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@49: grap h node unit address error, expected "31" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@77: grap h node unit address error, expected "4d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@10: grap h node unit address error, expected "a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@101: gra ph node unit address error, expected "65" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@67: grap h node unit address error, expected "43" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@95: grap h node unit address error, expected "5f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@29: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@57: grap h node unit address error, expected "39" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@85: grap h node unit address error, expected "55" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@19: grap h node unit address error, expected "13" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@47: grap h node unit address error, expected "2f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@75: grap h node unit address error, expected "4b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@37: grap h node unit address error, expected "25" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@65: grap h node unit address error, expected "41" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@93: grap h node unit address error, expected "5d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@27: grap h node unit address error, expected "1b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@55: grap h node unit address error, expected "37" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@83: grap h node unit address error, expected "53" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@17: grap h node unit address error, expected "11" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@45: grap h node unit address error, expected "2d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@73: grap h node unit address error, expected "49" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@35: grap h node unit address error, expected "23" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@63: grap h node unit address error, expected "3f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@91: grap h node unit address error, expected "5b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@25: grap h node unit address error, expected "19" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@53: grap h node unit address error, expected "35" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@81: grap h node unit address error, expected "51" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@15: grap h node unit address error, expected "f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@106: gra ph node unit address error, expected "6a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@43: grap h node unit address error, expected "2b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@71: grap h node unit address error, expected "47" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@33: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@61: grap h node unit address error, expected "3d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@23: grap h node unit address error, expected "17" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@51: grap h node unit address error, expected "33" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@13: grap h node unit address error, expected "d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@104: gra ph node unit address error, expected "68" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@98: grap h node unit address error, expected "62" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@31: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@88: grap h node unit address error, expected "58" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@21: grap h node unit address error, expected "15" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@78: grap h node unit address error, expected "4e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@11: grap h node unit address error, expected "b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@102: gra ph node unit address error, expected "66" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@68: grap h node unit address error, expected "44" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@96: grap h node unit address error, expected "60" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@58: grap h node unit address error, expected "3a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@86: grap h node unit address error, expected "56" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@48: grap h node unit address error, expected "30" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@76: grap h node unit address error, expected "4c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@100: gra ph node unit address error, expected "64" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@38: grap h node unit address error, expected "26" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@66: grap h node unit address error, expected "42" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@94: grap h node unit address error, expected "5e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@28: grap h node unit address error, expected "1c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@56: grap h node unit address error, expected "38" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@84: grap h node unit address error, expected "54" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@18: grap h node unit address error, expected "12" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@46: grap h node unit address error, expected "2e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@74: grap h node unit address error, expected "4a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@64: grap h node unit address error, expected "40" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@92: grap h node unit address error, expected "5c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@26: grap h node unit address error, expected "1a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@54: grap h node unit address error, expected "36" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@82: grap h node unit address error, expected "52" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@16: grap h node unit address error, expected "10" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@107: gra ph node unit address error, expected "6b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@44: grap h node unit address error, expected "2c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/asrc@2910000/ports/ port@12: graph node unit address error, expected "c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/asrc@2910000/ports/ port@10: graph node unit address error, expected "a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/asrc@2910000/ports/ port@11: graph node unit address error, expected "b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@34: graph node unit address error, expected "22" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@24: graph node unit address error, expected "18" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@52: graph node unit address error, expected "34" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@14: graph node unit address error, expected "e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@42: graph node unit address error, expected "2a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@32: graph node unit address error, expected "20" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@22: graph node unit address error, expected "16" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@50: graph node unit address error, expected "32" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@12: graph node unit address error, expected "c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@40: graph node unit address error, expected "28" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@30: graph node unit address error, expected "1e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@59: graph node unit address error, expected "3b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@20: graph node unit address error, expected "14" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@49: graph node unit address error, expected "31" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@10: graph node unit address error, expected "a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@39: graph node unit address error, expected "27" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@29: graph node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@57: graph node unit address error, expected "39" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@19: graph node unit address error, expected "13" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@47: graph node unit address error, expected "2f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@37: graph node unit address error, expected "25" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@27: graph node unit address error, expected "1b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@55: graph node unit address error, expected "37" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@17: graph node unit address error, expected "11" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@45: graph node unit address error, expected "2d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@35: graph node unit address error, expected "23" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@25: graph node unit address error, expected "19" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@53: graph node unit address error, expected "35" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@15: graph node unit address error, expected "f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@43: graph node unit address error, expected "2b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@33: graph node unit address error, expected "21" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@23: graph node unit address error, expected "17" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@51: graph node unit address error, expected "33" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@13: graph node unit address error, expected "d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@41: graph node unit address error, expected "29" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@31: graph node unit address error, expected "1f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@21: graph node unit address error, expected "15" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@11: graph node unit address error, expected "b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@58: graph node unit address error, expected "3a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@48: graph node unit address error, expected "30" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@38: graph node unit address error, expected "26" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@28: graph node unit address error, expected "1c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@56: graph node unit address error, expected "38" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@18: graph node unit address error, expected "12" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@46: graph node unit address error, expected "2e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@36: graph node unit address error, expected "24" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@26: graph node unit address error, expected "1a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@54: graph node unit address error, expected "36" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@16: graph node unit address error, expected "10" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@44: graph node unit address error, expected "2c" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@34 : graph node unit address error, expected "22" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@24 : graph node unit address error, expected "18" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@52 : graph node unit address error, expected "34" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@32 : graph node unit address error, expected "20" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@22 : graph node unit address error, expected "16" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@30 : graph node unit address error, expected "1e" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@20 : graph node unit address error, expected "14" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@29 : graph node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@19 : graph node unit address error, expected "13" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@37 : graph node unit address error, expected "25" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@27 : graph node unit address error, expected "1b" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@17 : graph node unit address error, expected "11" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@35 : graph node unit address error, expected "23" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@25 : graph node unit address error, expected "19" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@33 : graph node unit address error, expected "21" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@23 : graph node unit address error, expected "17" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@51 : graph node unit address error, expected "33" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@31 : graph node unit address error, expected "1f" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@21 : graph node unit address error, expected "15" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@28 : graph node unit address error, expected "1c" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@18 : graph node unit address error, expected "12" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@36 : graph node unit address error, expected "24" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@26 : graph node unit address error, expected "1a" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@16 : graph node unit address error, expected "10" extracted.dts: Warning (graph_port): /replicator@24060000/in-ports/port: graph node unit address error, expected "0" extracted.dts: Warning (graph_port): /replicator@24060000/out-ports/port: graph node unit address error, expected "0" extracted.dts: Warning (graph_port): /etf@24050000/in-ports/port: graph node un it address error, expected "0" extracted.dts: Warning (graph_port): /etf@24050000/out-ports/port: graph node u nit address error, expected "0" extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/ope@2908000/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @35/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/sfc@2902400/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @17/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907500/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @34/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/mvc@290a200/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @38/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/amixer@290bb00/ ports/port@14/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@23/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/amixer@290bb00/ ports/port@12/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@21/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/amixer@290bb00/ ports/port@10/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@19/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/amixer@290bb00/ ports/port@13/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@22/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/amixer@290bb00/ ports/port@11/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@20/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/sfc@2902000/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @15/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907100/por ts/port@1/ndpoint: graph endpoint node name should be 'endpoint' extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907100/por ts/port@1/ndpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port@ 30/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907400/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @33/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@9/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/por t@100/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@12/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/po rt@103/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@7/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/por t@98/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@10/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/po rt@101/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@8/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/por t@99/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@11/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/po rt@102/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/sfc@2902600/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @18/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@52/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@68/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@42/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@2/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@50/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@66/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@40/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@0/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@59/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@75/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@49/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@9/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@57/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@73/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@47/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@7/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@55/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@71/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@45/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@5/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@53/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@69/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@43/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@3/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@51/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@67/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@41/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@1/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@58/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@74/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@48/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@8/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@56/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@72/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@46/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@6/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@54/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@70/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@44/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@4/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907000/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @29/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/sfc@2902200/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @16/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907300/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @32/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/mvc@290a000/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @37/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907200/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @31/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /i2c@c250000/rt5659.1-001a@1a/port/end point: graph connection to node '/aconnect@2a41000/ahub/i2s@2901100/ports/port@ 1/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /i2c@c250000/i2cmux@70/i2c@3/rt5659.12 -001a@1a/port/endpoint: graph connection to node '/aconnect@2a41000/ahub/i2s@29 01100/ports/port@1/endpoint' is not bidirectional xd@XD-UBUNTU:~$ cp extracted.dts /home/xd/Desktop/ xd@XD-UBUNTU:~$ ?? [0009.544] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0009.549] I> t234-A01-0-Silicon (0x12347) Prod [0009.554] I> Boot-mode : BPMP Diagnostic [0009.557] I> Emulation: [0009.560] I> Entry timestamp: 0x00000000 [0009.563] I> last_boot_error: 0x0 [0009.567] I> BR-BCT: preprod_dev_sign: 0 [0009.570] I> rst_source: 0x0, rst_level: 0x0 [0009.574] I> Task: Crypto init (0x5001c0d9) [0009.578] I> Task: Secure debug controls (0x5000cb19) [0009.583] I> Task: strap war set (0x5000b739) [0009.588] I> strap value(0x4000001) set to 0x4000001 [0009.593] I> Task: Program NV master stream id (0x5000cad1) [0009.598] I> Task: Verify boot mode (0xd482021) [0009.604] I> Task: Alias fuses (0x50010749) [0009.608] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0009.615] I> Task: Print SKU type (0x5000fba9) [0009.620] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0009.625] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0009.629] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0009.633] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0009.638] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0009.642] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0009.646] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0009.650] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0009.654] I> FUSE_SKU_INFO_0 = 0xd2 [0009.658] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0009.662] I> FUSE_PACKAGE_INFO_0 = 0x2 [0009.665] I> SKU: Prod [0009.668] I> Task: Boost clocks (0x50013db1) [0009.672] I> Initializing PLLC2 for AXI_CBB. [0009.676] I> AXI_CBB : src = 35, divisor = 0 [0009.680] I> Task: Voltage monitor (0x50013dbd) [0009.684] I> VMON: Vmon re-calibration and fine tuning done [0009.690] I> Task: UPHY init (0x5000da39) [0009.694] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0009.699] I> Task: Boot device init (0x50000a3d) [0009.704] I> Boot_device: RCM [0009.707] I> USB configuration success [0009.711] I> Task: TSC init (0x5001ed35) [0009.715] I> Task: Enable WDT 5th expiry (0x5001f929) [0009.719] I> Task: Disable WDT globally (0x5001f965) [0009.724] I> Task: I2C register (0x50000a31) [0009.728] I> Task: Reset FSI (0x50013db9) [0009.732] I> Task: Enable clock-mon (0x5001ed25) [0009.748] I> FMON: Fmon re-programming done [0009.752] I> Task: MB1 fixed firewalls (0x5001e55d) [0009.760] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0009.764] I> Loading MB2 Applet [0009.768] I> Scratch RSV109: 0x00000000 active chain: 0 [0009.773] I> Slot: 0 [0009.775] I> Binary[21] block-0 (partition size: 0x50000) [0009.780] I> get_binary_info: Binary name: MB2-Applet [0009.785] I> Size of crypto header is 8192 [0009.789] I> BCH load address is : 0x4004e000 [0009.793] I> Size of crypto header is 8192 [0009.797] I> BCH of MB2-Applet read from storage [0009.802] I> BCH address is : 0x4004e000 [0009.806] I> MB2-Applet header integrity check is success [0009.811] I> Binary magic in BCH component 0 is MB2A [0009.816] I> component binary type is 21 [0009.820] I> Size of crypto header is 8192 [0009.834] I> MB2-Applet binary is read from storage [0009.839] I> MB2-Applet binary integrity check is success [0009.844] I> Binary MB2-Applet loaded successfully at 0x40000000 (0x41b80) [0009.851] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0009.856] I> Task: Prepare MB2 params (0x5000d5dd) [0009.862] I> MB2-params @ 0x40060000 [0009.865] I> Region(2) already mapped [0009.868] E> Failed to map carveout: 50 [0009.872] I> BR-BCT Boot Chain Fields [0009.876] I> u32_non_gpio_select_boot_chain : 0 [0009.880] I> u32_num_boot_chains : 0 [0009.885] I> bf_bl_gpio_select_boot_chain_1b : 0 [0009.890] I> Task: Misc NV security settings (0x5000ced5) [0009.896] I> NVDEC sticky bits programming done [0009.900] I> Task: Disable/Reload WDT (0x5001f991) [0009.905] I> Programmed SLCG global override := 0x0 [0009.909] I> MB1: MSS reconfig completed I> Applet (version: 0.0.0.0-t234-54845784-dee653cf) I> t234-A01-0-Silicon (0x12347) I> Emulation: I> Entry timestamp: 0xffffffff I> Task: Pinmux init (0x4000062d) I> Task: Boot device init (0x400012e5) I> Applet do storage init I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : clk_m I> QSPI-0l initialized successfully I> sdmmc DDR50 mode I> sdmmc bdev is already initialized E> Unknown device 7 E> Unknown device 8 I> Task: Partition Manager Init (0x40002d1d) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: I2C register (0x400006a5) I> Task: Register exit handlers (0x400005f5) I> Task: Enter 3p server (0x400018e1) I> USB configuration success I> Populate chip info I> RAM_CODE 0x4000001 I> Populate eeprom info I> Populate eeprom info for module cvm I> dump bct I> Rebooting : reboot-recovery ?? [0124.455] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0124.460] I> t234-A01-0-Silicon (0x12347) Prod [0124.465] I> Boot-mode : Coldboot [0124.468] I> Emulation: [0124.470] I> Entry timestamp: 0x00000000 [0124.474] I> last_boot_error: 0x0 [0124.477] I> BR-BCT: preprod_dev_sign: 0 [0124.481] I> rst_source: 0xb, rst_level: 0x1 [0124.485] I> Task: CRC check (0x5001cf71) [0124.489] I> Skip CRC check as records_integrity fuse is not burned [0124.495] I> Task: Crypto init (0x5001c0d9) [0124.499] I> Task: Secure debug controls (0x5000cb19) [0124.504] I> Task: strap war set (0x5000b739) [0124.508] I> strap value(0x4000001) set to 0x4000001 [0124.513] I> Task: Initialize SOC Therm (0x5001a509) [0124.518] I> Task: Program NV master stream id (0x5000cad1) [0124.523] I> Task: Verify boot mode (0xd482021) [0124.529] I> Task: Alias fuses (0x50010749) [0124.534] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0124.541] I> Task: Print SKU type (0x5000fba9) [0124.545] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0124.550] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0124.555] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0124.559] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0124.563] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0124.567] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0124.572] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0124.576] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0124.580] I> FUSE_SKU_INFO_0 = 0xd2 [0124.583] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0124.587] I> FUSE_PACKAGE_INFO_0 = 0x2 [0124.591] I> SKU: Prod [0124.593] I> Task: Boost clocks (0x50013db1) [0124.597] I> Initializing PLLC2 for AXI_CBB. [0124.601] I> AXI_CBB : src = 35, divisor = 0 [0124.605] I> Task: Voltage monitor (0x50013dbd) [0124.610] I> VMON: Vmon re-calibration and fine tuning done [0124.615] I> Task: UPHY init (0x5000da39) [0124.620] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0124.625] I> Task: Boot device init (0x50000a3d) [0124.630] I> Boot_device: RCM [0124.633] I> USB configuration success [0125.945] I> Task: TSC init (0x5001ed35) [0125.949] I> Task: Load membct (0x5001190d) [0125.953] I> RAM_CODE 0x4000001 [0125.956] I> Loading MEM-BCT to SysRAM [0125.960] I> Scratch RSV109: 0x00000000 active chain: 0 [0125.965] I> Slot: 0 [0125.967] I> Binary[0] block-0 (partition size: 0x40000) [0125.972] I> get_binary_info: Binary name: MEM-BCT-0 [0125.977] I> Size of crypto header is 8192 [0125.981] I> BCH load address is : 0x40050000 [0125.985] I> Size of crypto header is 8192 [0125.989] I> BCH of MEM-BCT-0 read from storage [0125.994] I> BCH address is : 0x40050000 [0125.998] I> MEM-BCT-0 header integrity check is success [0126.003] I> Binary magic in BCH component 0 is MEM0 [0126.008] I> component binary type is 0 [0126.014] I> MEM-BCT-0 binary is read from storage [0126.019] I> MEM-BCT-0 binary integrity check is success [0126.024] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0126.030] I> RAM_CODE 0x4000001 [0126.036] I> RAM_CODE 0x4000001 [0126.040] I> Task: Load Page retirement list (0x50011139) [0126.045] I> Task: SDRAM params override (0x50011b79) [0126.050] I> Task: Save mem-bct info (0x50014071) [0126.054] I> Task: Carveout allocate (0x500140d5) [0126.059] I> ECC region[0]: Start:0x0, End:0x0 [0126.063] I> ECC region[1]: Start:0x0, End:0x0 [0126.067] I> ECC region[2]: Start:0x0, End:0x0 [0126.072] I> ECC region[3]: Start:0x0, End:0x0 [0126.076] I> ECC region[4]: Start:0x0, End:0x0 [0126.080] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0126.086] I> Non-ECC region[1]: Start:0x0, End:0x0 [0126.091] I> Non-ECC region[2]: Start:0x0, End:0x0 [0126.095] I> Non-ECC region[3]: Start:0x0, End:0x0 [0126.100] I> Non-ECC region[4]: Start:0x0, End:0x0 [0126.110] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0126.117] I> allocated(CO:46) base:0x820000000 size:0x20000000 align: 0x200000 00 [0126.124] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0126.131] I> allocated(CO:39) base:0x81a000000 size:0x6000000 align: 0x200000 [0126.138] I> allocated(CO:20) base:0x818000000 size:0x2000000 align: 0x2000000 [0126.145] I> allocated(CO:24) base:0x816000000 size:0x2000000 align: 0x2000000 [0126.153] I> allocated(CO:28) base:0x814000000 size:0x2000000 align: 0x2000000 [0126.160] I> allocated(CO:29) base:0x812000000 size:0x2000000 align: 0x2000000 [0126.167] I> allocated(CO:43) base:0x810000000 size:0x2000000 align: 0x200000 [0126.174] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0126.181] I> allocated(CO:41) base:0x80f000000 size:0x1000000 align: 0x100000 [0126.188] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0126.195] I> allocated(CO:03) base:0x80e800000 size:0x800000 align: 0x800000 [0126.202] I> allocated(CO:06) base:0x80e000000 size:0x800000 align: 0x800000 [0126.209] I> allocated(CO:10) base:0x80d800000 size:0x800000 align: 0x800000 [0126.216] I> allocated(CO:56) base:0x80d000000 size:0x800000 align: 0x200000 [0126.223] I> allocated(CO:07) base:0x80cc00000 size:0x400000 align: 0x400000 [0126.229] I> allocated(CO:33) base:0x80c800000 size:0x400000 align: 0x200000 [0126.236] I> allocated(CO:47) base:0x80c400000 size:0x400000 align: 0x200000 [0126.243] I> allocated(CO:72) base:0x80c200000 size:0x200000 align: 0x10000 [0126.250] I> allocated(CO:01) base:0x80c100000 size:0x100000 align: 0x100000 [0126.257] I> allocated(CO:04) base:0x80c000000 size:0x100000 align: 0x100000 [0126.264] I> allocated(CO:05) base:0x80bf00000 size:0x100000 align: 0x100000 [0126.271] I> allocated(CO:08) base:0x80be00000 size:0x100000 align: 0x100000 [0126.278] I> allocated(CO:09) base:0x80bd00000 size:0x100000 align: 0x100000 [0126.285] I> allocated(CO:15) base:0x80bc00000 size:0x100000 align: 0x100000 [0126.292] I> allocated(CO:17) base:0x80bb00000 size:0x100000 align: 0x100000 [0126.299] I> allocated(CO:23) base:0x80ba00000 size:0x100000 align: 0x100000 [0126.306] I> allocated(CO:27) base:0x80b900000 size:0x100000 align: 0x100000 [0126.313] I> allocated(CO:42) base:0x80b800000 size:0x100000 align: 0x100000 [0126.319] I> allocated(CO:54) base:0x80b780000 size:0x80000 align: 0x80000 [0126.326] I> allocated(CO:26) base:0x80b740000 size:0x40000 align: 0x2000 [0126.333] I> allocated(CO:48) base:0x80b720000 size:0x20000 align: 0x10000 [0126.340] I> allocated(CO:69) base:0x80b700000 size:0x20000 align: 0x10000 [0126.346] I> allocated(CO:34) base:0x80b6f0000 size:0x10000 align: 0x10000 [0126.353] I> allocated(CO:35) base:0x80b6e0000 size:0x10000 align: 0x10000 [0126.360] I> allocated(CO:49) base:0x80b6d0000 size:0x10000 align: 0x10000 [0126.367] I> allocated(CO:50) base:0x80b6c0000 size:0x10000 align: 0x10000 [0126.373] I> allocated(CO:52) base:0x80b6b0000 size:0x10000 align: 0x10000 [0126.380] I> Task: Thermal check (0x5001fba1) [0126.384] I> max_chip_limit = 115 [0126.387] I> min_chip_limit = -30 [0126.391] I> max temp read = 30 [0126.394] I> min temp read = 27 [0126.397] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0126.403] I> Task: Enable WDT 5th expiry (0x5001f929) [0126.408] I> Task: Disable WDT globally (0x5001f965) [0126.413] I> Task: I2C register (0x50000a31) [0126.417] I> Task: Reset FSI (0x50013db9) [0126.421] I> Task: Pinmux init (0x50013219) [0126.425] I> Task: Prod config init (0x50013631) [0126.429] I> Task: Pad voltage init (0x500132a5) [0126.434] I> Task: Prod init (0x500136d5) [0126.438] I> Task: Common rail init (0x50013bd1) [0126.442] W> Thermal config not found in BCT [0126.446] W> Generic i2c config not found in BCT [0126.451] W> Platform rail config not found in BCT [0126.456] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0126.465] W> MEMIO rail config not found in BCT [0126.469] I> Task: Mem clock src (0x500119c5) [0126.473] I> Task: Misc. board config (0x50013c29) [0126.478] W> Platform config not found in BCT [0126.482] I> Task: SDRAM init (0x500119c9) [0126.489] I> SDRAM-params @ 0xd485000 [0126.492] I> MSS code-drop: NvBootSdramInit [0126.496] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevisio n: 8 [0126.504] I> MSS CAR: Init PLLM [0126.507] I> MSS CAR: Init PLLHUB [0126.512] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0126.523] I> mb1_sdram_init Done ! [0126.527] I> SDRAM Size in Total 0x800000000 [0126.531] I> Task: Dram Ecc scrub (0x50011261) [0126.535] I> Task: DRAM alias check (0x50011b71) [0126.566] I> Task: Program NSDRAM carveout (0x50014921) [0126.573] I> NSDRAM carveout encryption is disabled [0126.578] I> Program NSDRAM carveout [0126.583] I> Task: Register checker (0x50011b75) [0126.591] I> Task: Enable clock-mon (0x5001ed25) [0126.608] I> FMON: Fmon re-programming done [0126.613] I> Task: Mapper init (0x5001d451) [0126.618] I> Task: SC7 Context Init (0x5001f02d) [0126.624] I> Task: CCPLEX IST init (0x5000d335) [0126.631] I> Task: CPU WP0 (0x5000c635) [0126.636] I> Loading MCE [0126.639] I> Scratch RSV109: 0x00000000 active chain: 0 [0126.645] I> Slot: 0 [0126.648] I> Binary[8] block-0 (partition size: 0x80000) [0126.654] I> get_binary_info: Binary name: MCE [0126.659] I> Size of crypto header is 8192 [0126.664] I> BCH load address is : 0x4003e000 [0126.669] I> Size of crypto header is 8192 [0127.275] I> BCH of MCE read from storage [0127.280] I> BCH address is : 0x4003e000 [0127.286] I> MCE header integrity check is success [0127.291] I> Binary magic in BCH component 0 is MTSM [0127.296] I> component binary type is 8 [0127.301] I> Size of crypto header is 8192 [0127.312] I> MCE binary is read from storage [0127.317] I> MCE binary integrity check is success [0127.323] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0127.331] I> Size of crypto header is 8192 [0127.336] I> Sending WP0 mailbox command to PSC [0127.347] I> Task: MB1 fixed firewalls (0x5001e55d) [0127.366] I> Task: Load bpmp-fw (0x5001e801) [0127.372] I> Scratch RSV109: 0x00000000 active chain: 0 [0127.378] I> Slot: 0 [0127.381] I> Binary[15] block-0 (partition size: 0x180000) [0127.387] I> get_binary_info: Binary name: BPMP_FW [0127.392] I> Size of crypto header is 8192 [0127.397] I> BCH load address is : 0x807fe000 [0127.403] I> Size of crypto header is 8192 [0127.408] I> BCH of BPMP_FW read from storage [0127.413] I> BCH address is : 0x807fe000 [0127.418] I> BPMP_FW header integrity check is success [0127.424] I> Binary magic in BCH component 0 is BPMF [0127.430] I> component binary type is 15 [0127.434] I> Size of crypto header is 8192 [0127.475] I> BPMP_FW binary is read from storage [0127.483] I> BPMP_FW binary integrity check is success [0127.488] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0127.497] I> Scratch RSV109: 0x00000000 active chain: 0 [0127.503] I> Slot: 0 [0127.505] I> Binary[16] block-251658752 (partition size: 0x400000) [0127.513] I> get_binary_info: Binary name: BPMP_FW_DTB [0127.519] I> Size of crypto header is 8192 [0127.524] I> BCH load address is : 0x807fc000 [0127.530] I> Size of crypto header is 8192 [0127.535] I> BCH of BPMP_FW_DTB read from storage [0127.540] I> BCH address is : 0x807fc000 [0127.546] I> BPMP_FW_DTB header integrity check is success [0127.552] I> Binary magic in BCH component 0 is BPMD [0127.557] I> component binary type is 16 [0127.561] I> Size of crypto header is 8192 [0127.571] I> BPMP_FW_DTB binary is read from storage [0127.577] I> BPMP_FW_DTB binary integrity check is success [0127.583] I> Binary BPMP_FW_DTB loaded successfully at 0x807dbbb0 (0x20440) [0127.592] I> Task: Load psc-fw (0x5001ea0d) [0127.598] I> Scratch RSV109: 0x00000000 active chain: 0 [0127.604] I> Slot: 0 [0127.607] I> Binary[17] block-0 (partition size: 0xc0000) [0127.613] I> get_binary_info: Binary name: PSC_FW [0127.618] I> Size of crypto header is 8192 [0127.623] I> BCH load address is : 0x80ffe000 [0127.629] I> Size of crypto header is 8192 [0127.634] I> BCH of PSC_FW read from storage [0127.639] I> BCH address is : 0x80ffe000 [0127.644] I> PSC_FW header integrity check is success [0127.650] I> Binary magic in BCH component 0 is PFWP [0127.655] I> component binary type is 17 [0127.660] I> Size of crypto header is 8192 [0127.683] I> PSC_FW binary is read from storage [0127.689] I> PSC_FW binary integrity check is success [0127.695] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0127.703] I> Task: Load nvdec-fw (0x5001ea81) [0127.709] I> Scratch RSV109: 0x00000000 active chain: 0 [0127.715] I> Slot: 0 [0127.718] I> Binary[7] block-0 (partition size: 0x100000) [0127.724] I> get_binary_info: Binary name: NVDEC [0127.729] I> Size of crypto header is 8192 [0127.734] I> BCH load address is : 0x800fe000 [0127.740] I> Size of crypto header is 8192 [0127.745] I> BCH of NVDEC read from storage [0127.749] I> BCH address is : 0x800fe000 [0127.755] I> NVDEC header integrity check is success [0127.761] I> Binary magic in BCH component 0 is NDEC [0127.766] I> component binary type is 7 [0127.770] I> Size of crypto header is 8192 [0127.783] I> NVDEC binary is read from storage [0127.789] I> NVDEC binary integrity check is success [0127.794] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0127.805] I> Task: Load tsec-fw (0x5001ec6d) [0127.811] I> TSEC-FW load support not enabled [0127.815] I> Task: Program misc carveouts (0x5001445d) [0127.822] I> Program IPC carveouts [0127.829] I> Task: GPIO interrupt map (0x50013cc5) [0127.836] I> Task: SC7 context save (0x5001f161) [0127.842] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0127.848] I> Loading MB2 [0127.851] I> Scratch RSV109: 0x00000000 active chain: 0 [0127.857] I> Slot: 0 [0127.860] I> Binary[6] block-0 (partition size: 0x80000) [0127.866] I> get_binary_info: Binary name: MB2 [0127.871] I> Size of crypto header is 8192 [0127.876] I> BCH load address is : 0x8007e000 [0127.881] I> Size of crypto header is 8192 [0127.886] I> BCH of MB2 read from storage [0127.891] I> BCH address is : 0x8007e000 [0127.897] I> MB2 header integrity check is success [0127.902] I> Binary magic in BCH component 0 is MB2B [0127.907] I> component binary type is 6 [0127.912] I> Size of crypto header is 8192 [0127.932] I> MB2 binary is read from storage [0127.937] I> MB2 binary integrity check is success [0127.943] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0127.951] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0127.958] I> Task: Prepare MB2 params (0x5000d5dd) [0127.967] I> MB2-params @ 0x40060000 [0127.975] I> BR-BCT Boot Chain Fields [0127.979] I> u32_non_gpio_select_boot_chain : 0 [0127.984] I> u32_num_boot_chains : 2 [0127.990] I> bf_bl_gpio_select_boot_chain_1b : 0 [0127.996] I> Task: Dram ecc test (0x500112cd) [0128.002] I> Task: Misc NV security settings (0x5000ced5) [0128.009] I> NVDEC sticky bits programming done [0128.014] I> Task: Disable/Reload WDT (0x5001f991) [0128.020] I> Programmed SLCG global override := 0x0 [0128.025] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : RCM Flash I> Emulation: I> Entry timestamp: 0x07a21008 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x80d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc I> Received ACK from psc I> Task: Enter 3p server (0x50001f04) I> USB configuration success I> Populate storage info I> Erasing device 3: 0 I> QSPI: Erasing entire device I> Writing device 3: 0. I> Found 57 partitions in QSPI_FLASH (instance 0) I> Erasing device 1: 3 I> Writing device 1: 3. I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing A_mb1 partition. I> Writing A_psc_bl1 partition. I> Writing A_nvdec partition. I> Writing A_mb2 partition. I> Writing A_xusb-fw partition. I> Writing A_bpmp-fw partition. I> Writing A_bpmp-fw-dtb partition. I> Writing A_psc-fw partition. I> Writing A_mts-mce partition. I> Writing A_sc7 partition. I> Writing A_pscrf partition. I> Writing A_mb2rf partition. I> Writing A_cpu-bootloader partition. I> Writing A_secure-os partition. I> Writing A_eks partition. I> Writing A_dce-fw partition. I> Writing A_spe-fw partition. I> Writing A_rce-fw partition. I> Writing A_adsp-fw partition. I> Writing B_mb1 partition. I> Writing B_psc_bl1 partition. I> Writing B_nvdec partition. I> Writing B_mb2 partition. I> Writing B_xusb-fw partition. I> Writing B_bpmp-fw partition. I> Writing B_bpmp-fw-dtb partition. I> Writing B_psc-fw partition. I> Writing B_mts-mce partition. I> Writing B_sc7 partition. I> Writing B_pscrf partition. I> Writing B_mb2rf partition. I> Writing B_cpu-bootloader partition. I> Writing B_secure-os partition. I> Writing B_eks partition. I> Writing B_dce-fw partition. I> Writing B_spe-fw partition. I> Writing B_rce-fw partition. I> Writing B_adsp-fw partition. I> Writing B_VER partition. I> Writing A_VER partition. I> Writing device 1: 3. I> Writing A_kernel partition. I> Writing A_kernel-dtb partition. I> Writing B_kernel partition. I> Writing B_kernel-dtb partition. I> Writing recovery partition. I> Writing recovery-dtb partition. I> Writing esp partition. I> Writing APP partition. I> Writing secondary_gpt_backup partition. I> Writing BCT partition. I> Writing BCT-boot-chain_backup partition. I> Writing A_MB1_BCT partition. I> Writing B_MB1_BCT partition. I> Writing A_MEM_BCT partition. I> Writing B_MEM_BCT partition. I> Rebooting : reset-coldboot ?? [0000.062] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.068] I> t234-A01-0-Silicon (0x12347) Prod [0000.072] I> Boot-mode : Coldboot [0000.075] I> Emulation: [0000.077] I> Entry timestamp: 0x00000000 [0000.081] I> last_boot_error: 0x0 [0000.084] I> BR-BCT: preprod_dev_sign: 0 [0000.088] I> rst_source: 0xb, rst_level: 0x1 [0000.092] I> Task: CRC check (0x5001cf71) [0000.096] I> Skip CRC check as records_integrity fuse is not burned [0000.102] I> Task: Crypto init (0x5001c0d9) [0000.106] I> Task: Secure debug controls (0x5000cb19) [0000.111] I> Task: strap war set (0x5000b739) [0000.115] I> strap value(0x4000001) set to 0x4000001 [0000.120] I> Task: Initialize SOC Therm (0x5001a509) [0000.125] I> Task: Program NV master stream id (0x5000cad1) [0000.130] I> Task: Verify boot mode (0xd482021) [0000.136] I> Task: Alias fuses (0x50010749) [0000.141] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.148] I> Task: Print SKU type (0x5000fba9) [0000.152] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.158] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.162] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.166] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.170] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.175] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.179] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.183] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.187] I> FUSE_SKU_INFO_0 = 0xd2 [0000.190] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.194] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.198] I> SKU: Prod [0000.200] I> Task: Boost clocks (0x50013db1) [0000.204] I> Initializing PLLC2 for AXI_CBB. [0000.209] I> AXI_CBB : src = 35, divisor = 0 [0000.213] I> Task: Voltage monitor (0x50013dbd) [0000.217] I> VMON: Vmon re-calibration and fine tuning done [0000.222] I> Task: UPHY init (0x5000da39) [0000.227] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.233] I> Task: Boot device init (0x50000a3d) [0000.237] I> Boot_device: QSPI_FLASH instance: 0 [0000.242] I> Qspi clock source : pllc_out0 [0000.246] I> QSPI Flash: Macronix 64MB [0000.250] I> QSPI-0l initialized successfully [0000.254] I> Task: TSC init (0x5001ed35) [0000.258] I> Task: Load membct (0x5001190d) [0000.262] I> RAM_CODE 0x4000001 [0000.265] I> Loading MEM-BCT to SysRAM [0000.268] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.274] I> Slot: 0 [0000.276] I> Binary[0] block-0 (partition size: 0x40000) [0000.281] I> get_binary_info: Binary name: MEM-BCT-0 [0000.286] I> Size of crypto header is 8192 [0000.290] I> BCH load address is : 0x40050000 [0000.294] I> Size of crypto header is 8192 [0000.298] I> BCH of MEM-BCT-0 read from storage [0000.302] I> BCH address is : 0x40050000 [0000.306] I> MEM-BCT-0 header integrity check is success [0000.311] I> Binary magic in BCH component 0 is MEM0 [0000.316] I> component binary type is 0 [0000.321] I> MEM-BCT-0 binary is read from storage [0000.325] I> MEM-BCT-0 binary integrity check is success [0000.331] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.337] I> RAM_CODE 0x4000001 [0000.342] I> RAM_CODE 0x4000001 [0000.346] I> Task: Load Page retirement list (0x50011139) [0000.351] I> Task: SDRAM params override (0x50011b79) [0000.356] I> Task: Save mem-bct info (0x50014071) [0000.361] I> Task: Carveout allocate (0x500140d5) [0000.365] I> RCM blob carveout will not be allocated [0000.370] I> ECC region[0]: Start:0x0, End:0x0 [0000.375] I> ECC region[1]: Start:0x0, End:0x0 [0000.379] I> ECC region[2]: Start:0x0, End:0x0 [0000.383] I> ECC region[3]: Start:0x0, End:0x0 [0000.387] I> ECC region[4]: Start:0x0, End:0x0 [0000.392] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.398] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.402] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.407] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.411] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.421] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.428] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.435] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.442] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.449] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.457] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.464] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.471] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.478] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.485] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.492] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.499] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.506] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.513] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.520] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.527] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.533] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.540] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.547] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.554] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.561] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.568] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.575] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.582] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.589] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.596] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.603] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.610] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.616] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.623] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.630] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.637] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.644] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.650] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.657] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.664] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.670] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.677] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.684] I> Task: Thermal check (0x5001fba1) [0000.688] I> max_chip_limit = 115 [0000.691] I> min_chip_limit = -30 [0000.694] I> max temp read = 32 [0000.697] I> min temp read = 29 [0000.700] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.707] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.712] I> Task: Disable WDT globally (0x5001f965) [0000.716] I> Task: I2C register (0x50000a31) [0000.721] I> Task: Reset FSI (0x50013db9) [0000.724] I> Task: Pinmux init (0x50013219) [0000.729] I> Task: Prod config init (0x50013631) [0000.733] I> Task: Pad voltage init (0x500132a5) [0000.738] I> Task: Prod init (0x500136d5) [0000.742] I> Task: Common rail init (0x50013bd1) [0000.746] W> Thermal config not found in BCT [0000.750] W> Generic i2c config not found in BCT [0000.755] W> Platform rail config not found in BCT [0000.760] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.768] W> MEMIO rail config not found in BCT [0000.773] I> Task: Mem clock src (0x500119c5) [0000.777] I> Task: Misc. board config (0x50013c29) [0000.782] W> Platform config not found in BCT [0000.786] I> Task: SDRAM init (0x500119c9) [0000.792] I> SDRAM-params @ 0xd485000 [0000.796] I> MSS code-drop: NvBootSdramInit [0000.800] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevisio n: 8 [0000.807] I> MSS CAR: Init PLLM [0000.810] I> MSS CAR: Init PLLHUB [0000.815] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.827] I> mb1_sdram_init Done ! [0000.830] I> SDRAM Size in Total 0x800000000 [0000.834] I> Task: Dram Ecc scrub (0x50011261) [0000.838] I> Task: DRAM alias check (0x50011b71) [0000.870] I> Task: Program NSDRAM carveout (0x50014921) [0000.876] I> NSDRAM carveout encryption is disabled [0000.881] I> Program NSDRAM carveout [0000.885] I> Task: Register checker (0x50011b75) [0000.894] I> Task: Enable clock-mon (0x5001ed25) [0000.911] I> FMON: Fmon re-programming done [0000.915] I> Task: Mapper init (0x5001d451) [0000.920] I> Task: SC7 Context Init (0x5001f02d) [0000.926] I> Task: CCPLEX IST init (0x5000d335) [0000.932] I> Task: CPU WP0 (0x5000c635) [0000.938] I> Loading MCE [0000.940] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.946] I> Slot: 0 [0000.949] I> Binary[8] block-0 (partition size: 0x80000) [0000.954] I> get_binary_info: Binary name: MCE [0000.959] I> Size of crypto header is 8192 [0000.964] I> BCH load address is : 0x4003e000 [0000.969] I> Size of crypto header is 8192 [0000.974] I> BCH of MCE read from storage [0000.978] I> BCH address is : 0x4003e000 [0000.984] I> MCE header integrity check is success [0000.989] I> Binary magic in BCH component 0 is MTSM [0000.994] I> component binary type is 8 [0000.998] I> Size of crypto header is 8192 [0001.005] I> MCE binary is read from storage [0001.010] I> MCE binary integrity check is success [0001.015] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.023] I> Size of crypto header is 8192 [0001.037] I> Size of crypto header is 8192 [0001.042] I> Sending WP0 mailbox command to PSC [0001.052] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.072] I> Task: Load bpmp-fw (0x5001e801) [0001.077] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.083] I> Slot: 0 [0001.085] I> Binary[15] block-0 (partition size: 0x180000) [0001.092] I> get_binary_info: Binary name: BPMP_FW [0001.097] I> Size of crypto header is 8192 [0001.101] I> BCH load address is : 0x807fe000 [0001.107] I> Size of crypto header is 8192 [0001.112] I> BCH of BPMP_FW read from storage [0001.116] I> BCH address is : 0x807fe000 [0001.122] I> BPMP_FW header integrity check is success [0001.127] I> Binary magic in BCH component 0 is BPMF [0001.132] I> component binary type is 15 [0001.137] I> Size of crypto header is 8192 [0001.152] I> BPMP_FW binary is read from storage [0001.159] I> BPMP_FW binary integrity check is success [0001.165] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.173] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.179] I> Slot: 0 [0001.181] I> Binary[16] block-10000 (partition size: 0x400000) [0001.188] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.193] I> Size of crypto header is 8192 [0001.198] I> BCH load address is : 0x807fc000 [0001.203] I> Size of crypto header is 8192 [0001.208] I> BCH of BPMP_FW_DTB read from storage [0001.213] I> BCH address is : 0x807fc000 [0001.219] I> BPMP_FW_DTB header integrity check is success [0001.224] I> Binary magic in BCH component 0 is BPMD [0001.230] I> component binary type is 16 [0001.234] I> Size of crypto header is 8192 [0001.240] I> BPMP_FW_DTB binary is read from storage [0001.246] I> BPMP_FW_DTB binary integrity check is success [0001.252] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.261] I> Task: Load psc-fw (0x5001ea0d) [0001.267] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.272] I> Slot: 0 [0001.275] I> Binary[17] block-0 (partition size: 0xc0000) [0001.281] I> get_binary_info: Binary name: PSC_FW [0001.286] I> Size of crypto header is 8192 [0001.291] I> BCH load address is : 0x80ffe000 [0001.296] I> Size of crypto header is 8192 [0001.301] I> BCH of PSC_FW read from storage [0001.305] I> BCH address is : 0x80ffe000 [0001.311] I> PSC_FW header integrity check is success [0001.316] I> Binary magic in BCH component 0 is PFWP [0001.322] I> component binary type is 17 [0001.326] I> Size of crypto header is 8192 [0001.336] I> PSC_FW binary is read from storage [0001.342] I> PSC_FW binary integrity check is success [0001.347] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.356] I> Task: Load nvdec-fw (0x5001ea81) [0001.361] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.367] I> Slot: 0 [0001.370] I> Binary[7] block-0 (partition size: 0x100000) [0001.376] I> get_binary_info: Binary name: NVDEC [0001.381] I> Size of crypto header is 8192 [0001.385] I> BCH load address is : 0x800fe000 [0001.391] I> Size of crypto header is 8192 [0001.396] I> BCH of NVDEC read from storage [0001.400] I> BCH address is : 0x800fe000 [0001.406] I> NVDEC header integrity check is success [0001.411] I> Binary magic in BCH component 0 is NDEC [0001.416] I> component binary type is 7 [0001.420] I> Size of crypto header is 8192 [0001.427] I> NVDEC binary is read from storage [0001.433] I> NVDEC binary integrity check is success [0001.438] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.449] I> Task: Load tsec-fw (0x5001ec6d) [0001.454] I> TSEC-FW load support not enabled [0001.459] I> Task: Program misc carveouts (0x5001445d) [0001.465] I> Program IPC carveouts [0001.472] I> Task: GPIO interrupt map (0x50013cc5) [0001.478] I> Task: SC7 context save (0x5001f161) [0001.484] I> NV_SC7 Context addr: 0xa0000000 [0001.489] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.495] I> Slot: 0 [0001.498] I> Binary[27] block-0 (partition size: 0x100000) [0001.504] I> get_binary_info: Binary name: BR_BCT [0001.509] I> Size of crypto header is 8192 [0001.514] I> Size of crypto header is 8192 [0001.518] I> BR_BCT binary is read from storage [0001.524] I> BR_BCT binary integrity check is success [0001.529] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.537] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.543] I> Slot: 0 [0001.545] I> Binary[13] block-0 (partition size: 0x30000) [0001.551] I> get_binary_info: Binary name: SC7-FW [0001.556] I> Size of crypto header is 8192 [0001.561] I> Size of crypto header is 8192 [0001.565] I> BCH load address is : 0xa0002000 [0001.571] I> Size of crypto header is 8192 [0001.576] I> BCH of SC7-FW read from storage [0001.580] I> BCH address is : 0xa0002000 [0001.586] I> SC7-FW header integrity check is success [0001.591] I> Binary magic in BCH component 0 is WB0B [0001.596] I> component binary type is 13 [0001.601] I> Size of crypto header is 8192 [0001.607] I> SC7-FW binary is read from storage [0001.613] I> SC7-FW binary integrity check is success [0001.618] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.626] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.632] I> Slot: 0 [0001.634] I> Binary[22] block-0 (partition size: 0x30000) [0001.640] I> get_binary_info: Binary name: PSC_RF [0001.645] I> Size of crypto header is 8192 [0001.650] I> Size of crypto header is 8192 [0001.655] I> BCH load address is : 0xa0029460 [0001.660] I> Size of crypto header is 8192 [0001.665] I> BCH of PSC_RF read from storage [0001.669] I> BCH address is : 0xa0029460 [0001.675] I> PSC_RF header integrity check is success [0001.680] I> Binary magic in BCH component 0 is PSCR [0001.686] I> component binary type is 22 [0001.690] I> Size of crypto header is 8192 [0001.696] I> PSC_RF binary is read from storage [0001.701] I> PSC_RF binary integrity check is success [0001.707] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.727] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.732] I> Slot: 0 [0001.735] I> Binary[14] block-0 (partition size: 0x20000) [0001.741] I> get_binary_info: Binary name: MB2_RF [0001.746] I> Size of crypto header is 8192 [0001.751] I> Size of crypto header is 8192 [0001.755] I> BCH load address is : 0xa008e240 [0001.761] I> Size of crypto header is 8192 [0001.766] I> BCH of MB2_RF read from storage [0001.770] I> BCH address is : 0xa008e240 [0001.776] I> MB2_RF header integrity check is success [0001.781] I> Binary magic in BCH component 0 is MB2R [0001.786] I> component binary type is 14 [0001.790] I> Size of crypto header is 8192 [0001.796] I> MB2_RF binary is read from storage [0001.802] I> MB2_RF binary integrity check is success [0001.807] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.816] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.823] I> SC7 context fuse-bypass data is empty [0001.831] I> SC7 context save done [0001.835] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.841] I> Loading MB2 [0001.844] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.850] I> Slot: 0 [0001.852] I> Binary[6] block-0 (partition size: 0x80000) [0001.858] I> get_binary_info: Binary name: MB2 [0001.863] I> Size of crypto header is 8192 [0001.867] I> BCH load address is : 0x8007e000 [0001.873] I> Size of crypto header is 8192 [0001.878] I> BCH of MB2 read from storage [0001.882] I> BCH address is : 0x8007e000 [0001.888] I> MB2 header integrity check is success [0001.893] I> Binary magic in BCH component 0 is MB2B [0001.898] I> component binary type is 6 [0001.902] I> Size of crypto header is 8192 [0001.911] I> MB2 binary is read from storage [0001.917] I> MB2 binary integrity check is success [0001.922] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.930] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.937] I> Task: Prepare MB2 params (0x5000d5dd) [0001.946] I> MB2-params @ 0x40060000 [0001.954] I> BR-BCT Boot Chain Fields [0001.958] I> u32_non_gpio_select_boot_chain : 0 [0001.963] I> u32_num_boot_chains : 2 [0001.968] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.974] I> Task: Dram ecc test (0x500112cd) [0001.979] I> Task: Misc NV security settings (0x5000ced5) [0001.986] I> NVDEC sticky bits programming done [0001.991] I> Task: Disable/Reload WDT (0x5001f991) [0001.997] I> Programmed SLCG global override := 0x0 [0002.002] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f23e9 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9428224 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 32 I> FSITHERM min temp = 31 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure NOR provision (0x50014924) I> Task: Load FSI keyblob (0x50012368) I> Skipping FSI key blob copy I> Task: Unhalt AUXPs (0x50020c8c) I> SCE unhalt skipped I> Unhalting RCE I> RCE unhalt successful I> DCE unhalt successful I> APE unhalt skipped I> FSI unhalt skipped I> Task: Load CPUBL (0x5001347c) I> Task: Load TOS (0x50013b38) I> Task: Load and authenticate registered FWs (0x50017428) I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_cpu-bo??[ 2.364934] Camera-FW on t234-rce-safe started ??bpmp: init bpmp: base binary md5 is eac380526d68ff45ffc86d0feae98e88 bpmp: combined binary md5 is 888a114dda6bea50b6c6bb224445ac85 bpmp: firmware tag is 888a114dda6bea50b6c6-eac380526d6 initialized vwdt initialized mail_early ??TCU early console enabled. ??initialized fuse initialized vfrel initialized hwwdt initialized adc fmon_populate_monitors: found 19??INFO: MONITOR: popula??9 monitors initialized fmon initialized mc initializ??ted user images:19 INFO: mret to Supervisor! INFO: psc supervisor init. INF??ed reset initialized uphy_early initialized emc_early 471 clocks registered initialized clk_mach initialized clk_cal_early initialized clk_mach_early_config initialized io_dpd initialized thermal initialized soctherm initialized tj_init initialized regime initialized i2c vrmon_dt_init: vrmon node not found vrmon_chk_boot_stat??O: psc_irq_init... INFO: enter idle task. ??e: found 0 rail monitors initialized vrmon initialized regulator ??otloader I> Size o?? ??f partiti??initialized avfs_clk_platform initialized powergate ??on: 3670016 I> Binary@ device:3/0 block-24832 (partition size: 0x380000), name: A_cpu-b??in itialized dvs ??oot??initialized clk_mach_config initialized pm initialized suspend initialized strap initialized emc initialized emc_mrq ??loader ??initialized clk_cal initialized uphy_dt initialized uphy_mrq initialized uphy initialized pg_late initialized pg_mrq_init swdtimer_init: 0 reg polling start w period 47 ms initialized swdtimer initialized hwwdt_late initialized bwmgr initialized thermal_host_trip initialized thermal_mrq initialized oc_mrq initialized reset_mrq initialized mail_mrq initialized fmon_mrq initialized clk_mrq initialized avfs_mrq initialized i2c_mrq initialized tag_mrq initialized bwmgr_mrq initialized console_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ??I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_secure-os I> Size of partition: 4194304 I> Bin??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??ary@ device:3/0 block-32000 (p??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss enable xusb_fs enable xusb_falcon enable xusb_core_mux enable dsi_lp enable sdmmc_legacy_tm initialized clk_mach_post initialized pg_post initialized regulator_post initialized profile ??[ 2.597107] Camera-FW on t234-rce-safe ready SHA1=7a10e461 (crt 13.246 ms ,??initialized fuse_late initialized mrq initialized pat?? total boot 254.732 m??rol_scrubber initialized extras_post bpmp: init compl??s) ??ete ??artition size: 0x400000), name: A_secure-os ??I> MB2-params @ 0x400?? ??60000 I> cpubl: Authentication Finalize Done I> Binary cpubl loaded successfully at 0x82c400000 I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eks I> eks: Authentication Finalize Done I> Binary eks loaded successfully at 0x82d000400 I> EKB detected (length: 0x410) @ VA:0x82d000400 I> Task: Prepare TOS params (0x50013ab0) I> Setting EKB blob info to OPTEE dtb finished. I> Setting OPTEE arg3: 0x82b700000 I> Task: OEM SC7 context save (0x500146bc) I> oem sc7 context saved I> Task: Disable MSS perf stats (0x50020d18) I> Task: Program display sticky bits (0x50020c94) I> Task: Storage device deinit (0x50001ed8) I> Task: SMMU external bypass disable (0x50011eb4) I> Task: SMMU init (0x50011dd0) I> Task: Program CBB PCIE AMAP regions (0x50014b08) I> Task: Program GICv3 registers (0x50020db8) I> Task: Audit firewall settings (0x5001e1c0) I> Task: Bootchain failure check (0x500026a4) I> Current Boot-Chain Slot: 0 I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0 I> MB2 finished ??NOTICE: BL31: v2.6(release):4fa405dbd NOTICE: BL31: Built : 20:16:55, Aug 10 2022 I/TC: I/TC: Non-secure external DT found I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 1 1 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture /porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping prod uct! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f01000 06). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ??[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421] [ 0.000000] Linux version 5.10.104-tegra (rt@Build-Workstation) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #10 SMP PREEMPT Fri Dec 30 16:29:14 CST 2022 [ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16, [ 0.000000] OF: fdt: - 80000000 , c0000000 [ 0.000000] Machine model: Jetson AGX Orin [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: RTPROP=0x805401c18 SMBIOS=0xffff0000 SMBIOS 3.0=0x8039a0000 MEMATTR=0x80476f018 ESRT=0x803834418 RNG=0x827905998 MEMRESERVE=0x804771f18 [ 0.000000] efi: seeding entropy pool [ 0.000000] esrt: Reserving ESRT space from 0x0000000803834418 to 0x0000000803834450. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000817800000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000835ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff] [ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000007ffffffff] [ 0.000000] node 0: [mem 0x0000000800000000-0x00000008021bffff] [ 0.000000] node 0: [mem 0x00000008021c0000-0x00000008035e9fff] [ 0.000000] node 0: [mem 0x00000008035ea000-0x000000080376efff] [ 0.000000] node 0: [mem 0x000000080376f000-0x000000080398ffff] [ 0.000000] node 0: [mem 0x0000000803990000-0x00000008039affff] [ 0.000000] node 0: [mem 0x00000008039b0000-0x000000080453ffff] [ 0.000000] node 0: [mem 0x0000000804540000-0x00000008046cffff] [ 0.000000] node 0: [mem 0x00000008046d0000-0x000000080473ffff] [ 0.000000] node 0: [mem 0x0000000804740000-0x000000080475ffff] [ 0.000000] node 0: [mem 0x0000000804760000-0x000000080477ffff] [ 0.000000] node 0: [mem 0x0000000804780000-0x00000008049effff] [ 0.000000] node 0: [mem 0x00000008049f0000-0x0000000804a3ffff] [ 0.000000] node 0: [mem 0x0000000804a40000-0x0000000804a4ffff] [ 0.000000] node 0: [mem 0x0000000804a50000-0x0000000804a9ffff] [ 0.000000] node 0: [mem 0x0000000804aa0000-0x0000000804e4ffff] [ 0.000000] node 0: [mem 0x0000000804e50000-0x0000000804e5ffff] [ 0.000000] node 0: [mem 0x0000000804e60000-0x0000000804ebffff] [ 0.000000] node 0: [mem 0x0000000804ec0000-0x000000080534ffff] [ 0.000000] node 0: [mem 0x0000000805350000-0x000000080539ffff] [ 0.000000] node 0: [mem 0x00000008053a0000-0x000000080553ffff] [ 0.000000] node 0: [mem 0x0000000805540000-0x00000008055dffff] [ 0.000000] node 0: [mem 0x00000008055e0000-0x000000080568ffff] [ 0.000000] node 0: [mem 0x0000000805690000-0x000000080572ffff] [ 0.000000] node 0: [mem 0x0000000805730000-0x00000008057bffff] [ 0.000000] node 0: [mem 0x00000008057c0000-0x000000080585ffff] [ 0.000000] node 0: [mem 0x0000000805860000-0x000000080612ffff] [ 0.000000] node 0: [mem 0x0000000806130000-0x000000080630ffff] [ 0.000000] node 0: [mem 0x0000000806310000-0x00000008278bffff] [ 0.000000] node 0: [mem 0x00000008278c0000-0x000000082790ffff] [ 0.000000] node 0: [mem 0x0000000827910000-0x000000082b6affff] [ 0.000000] node 0: [mem 0x000000082c400000-0x000000082c7fffff] [ 0.000000] node 0: [mem 0x0000000834000000-0x0000000835ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000835ffffff] [ 0.000000] On node 0, zone Normal: 336 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 32 pages/cpu s90136 r8192 d32744 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] alternatives: patching kernel code [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7925040 [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB) [ 0.000000] Memory: 30995700K/32205504K available (18112K kernel code, 3176K rwdata, 7128K rodata, 3968K init, 1095K bss, 947660K reserved, 262144K cma-reserved) [ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x34/0x420 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000 [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70) [ 0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677] [ 0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns [ 0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns [ 0.000667] Console: colour dummy device 80x25 [ 0.000847] printk: console [tty0] enabled [ 0.000882] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000) [ 0.000891] pid_max: default: 32768 minimum: 301 [ 0.000950] LSM: Security Framework initializing [ 0.000969] Yama: becoming mindful. [ 0.000985] SELinux: Initializing. [ 0.001064] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.001115] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.002516] rcu: Hierarchical SRCU implementation. [ 0.002597] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003052] DTS File Name: ../arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0004-p3737-0000.dts [ 0.003059] DTB Build time: Dec 30 2022 16:29:58 [ 0.004322] Tegra Revision: A01 SKU: 0xd2 CPU Process: 0 SoC Process: 0 [ 0.004445] Remapping and enabling EFI services. [ 0.005600] smp: Bringing up secondary CPUs ... [ 0.034256] Detected PIPT I-cache on CPU1 [ 0.034289] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000 [ 0.034315] CPU1: Booted secondary processor 0x0000000100 [0x410fd421] [ 0.062923] Detected PIPT I-cache on CPU2 [ 0.062933] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000 [ 0.062947] CPU2: Booted secondary processor 0x0000000200 [0x410fd421] [ 0.091513] Detected PIPT I-cache on CPU3 [ 0.091521] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000 [ 0.091535] CPU3: Booted secondary processor 0x0000000300 [0x410fd421] [ 0.122145] Detected PIPT I-cache on CPU4 [ 0.122167] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000 [ 0.122194] CPU4: Booted secondary processor 0x0000010000 [0x410fd421] [ 0.150817] Detected PIPT I-cache on CPU5 [ 0.150827] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000 [ 0.150840] CPU5: Booted secondary processor 0x0000010100 [0x410fd421] [ 0.179431] Detected PIPT I-cache on CPU6 [ 0.179441] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000 [ 0.179455] CPU6: Booted secondary processor 0x0000010200 [0x410fd421] [ 0.208046] Detected PIPT I-cache on CPU7 [ 0.208056] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000 [ 0.208071] CPU7: Booted secondary processor 0x0000010300 [0x410fd421] [ 0.208123] smp: Brought up 1 node, 8 CPUs [ 0.208167] SMP: Total of 8 processors activated. [ 0.208171] CPU features: detected: Privileged Access Never [ 0.208174] CPU features: detected: LSE atomic instructions [ 0.208176] CPU features: detected: User Access Override [ 0.208180] CPU features: detected: 32-bit EL0 Support [ 0.208183] CPU features: detected: Common not Private translations [ 0.208185] CPU features: detected: RAS Extension Support [ 0.208188] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.208192] CPU features: detected: CRC32 instructions [ 0.208194] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.241414] CPU: All CPU(s) started at EL2 [ 0.243574] devtmpfs: initialized [ 0.256850] Registered cp15_barrier emulation handler [ 0.256862] Registered setend emulation handler [ 0.256868] KASLR enabled [ 0.256976] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.256989] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.258508] pinctrl core: initialized pinctrl subsystem [ 0.258979] SMBIOS 3.0.0 present. [ 0.258986] DMI: /, BIOS 1.0-d7fb19b 08/10/2022 [ 0.259221] NET: Registered protocol family 16 [ 0.259828] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.260030] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.260223] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.260247] audit: initializing netlink subsys (disabled) [ 0.260320] audit: type=2000 audit(0.256:1): state=initialized audit_enabled=0 res=1 [ 0.260471] thermal_sys: Registered thermal governor 'step_wise' [ 0.260473] thermal_sys: Registered thermal governor 'power_allocator' [ 0.260478] thermal_sys: Registered thermal governor 'pid_thermal_gov' [ 0.262302] cpuidle: using governor menu [ 0.262436] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.262512] ASID allocator initialised with 32768 entries [ 0.262591] Serial: AMBA PL011 UART driver [ 0.263974] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful [ 0.263995] Tegra reboot handler registered. [ 0.282034] mc: mapped MMIO address: 0xffff800011110000 -> 0x2c10000 [ 0.282046] mc: mapped MMIO address: 0xffff800011130000 -> 0x2c20000 [ 0.282053] mc: mapped MMIO address: 0xffff800011150000 -> 0x2c30000 [ 0.282061] mc: mapped MMIO address: 0xffff800011170000 -> 0x2c40000 [ 0.282070] mc: mapped MMIO address: 0xffff800011190000 -> 0x2c50000 [ 0.282077] mc: mapped MMIO address: 0xffff8000111b0000 -> 0x2b80000 [ 0.282083] mc: mapped MMIO address: 0xffff8000111d0000 -> 0x2b90000 [ 0.282091] mc: mapped MMIO address: 0xffff8000111f0000 -> 0x2ba0000 [ 0.282099] mc: mapped MMIO address: 0xffff800011210000 -> 0x2bb0000 [ 0.282105] mc: mapped MMIO address: 0xffff800011230000 -> 0x1700000 [ 0.282111] mc: mapped MMIO address: 0xffff800011250000 -> 0x1710000 [ 0.282117] mc: mapped MMIO address: 0xffff800011270000 -> 0x1720000 [ 0.282124] mc: mapped MMIO address: 0xffff800011290000 -> 0x1730000 [ 0.282130] mc: mapped MMIO address: 0xffff8000112b0000 -> 0x1740000 [ 0.282139] mc: mapped MMIO address: 0xffff8000112d0000 -> 0x1750000 [ 0.282146] mc: mapped MMIO address: 0xffff8000112f0000 -> 0x1760000 [ 0.282152] mc: mapped MMIO address: 0xffff800011310000 -> 0x1770000 [ 0.282161] nv-tegra-mc 2c10000.mc: No mssnvlink node [ 0.282181] mc-err: mcerr ops are set to t23x [ 0.282434] tegra234-cbb 13a00000.cbb-fabric: secure_irq = 21 [ 0.282482] tegra234-cbb c600000.aon-fabric: secure_irq = 22 [ 0.282523] tegra234-cbb d600000.bpmp-fabric: secure_irq = 23 [ 0.282558] tegra234-cbb de00000.dce-fabric: secure_irq = 24 [ 0.282591] tegra234-cbb be00000.rce-fabric: secure_irq = 25 [ 0.282624] tegra234-cbb b600000.sce-fabric: secure_irq = 26 [ 0.282862] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 71, base_baud = 0) is a SBSA [ 1.481191] printk: console [ttyAMA0] enabled [ 1.489303] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 1.496017] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 1.502718] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 1.509417] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 1.517802] ACPI: Interpreter disabled. [ 1.522694] vdd-3v3-pcie: supplied by vdd-3v3-sys [ 1.527608] avdd-cam-2v8: supplied by vdd-3v3-sys [ 1.532382] vdd-av1v1-hub: supplied by vdd-5v-sys [ 1.537193] vbusB-cvb: supplied by vdd-5v-sys [ 1.541685] vdd-usbc1-vbus: supplied by vdd-5v-sys [ 1.546565] vdd-usbc2-vbus: supplied by vdd-5v-sys [ 1.551725] iommu: Default domain type: Translated [ 1.556632] eventlib_kernel: keventlib is initialized, test id: 0 [ 1.562882] SCSI subsystem initialized [ 1.566685] usbcore: registered new interface driver usbfs [ 1.572181] usbcore: registered new interface driver hub [ 1.577502] usbcore: registered new device driver usb [ 1.582734] mc: Linux media interface: v0.10 [ 1.587010] videodev: Linux video capture interface: v2.00 [ 1.592641] pps_core: LinuxPPS API ver. 1 registered [ 1.597604] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.606740] PTP clock support registered [ 1.610853] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec [ 1.618022] tegra_wdt_t18x 2190000.watchdog: Registered successfully [ 1.625666] Registered efivars operations [ 1.630133] FPGA manager framework [ 1.633553] Advanced Linux Sound Architecture Driver Initialized. [ 1.639886] Bluetooth: Core ver 2.22 [ 1.643467] NET: Registered protocol family 31 [ 1.647912] Bluetooth: HCI device and connection manager initialized [ 1.654270] Bluetooth: HCI socket layer initialized [ 1.659146] Bluetooth: L2CAP socket layer initialized [ 1.664201] Bluetooth: SCO socket layer initialized [ 1.669546] camchar: rtcpu character device driver loaded [ 1.675151] clocksource: Switched to clocksource arch_sys_counter [ 1.831192] VFS: Disk quotas dquot_6.6.0 [ 1.835160] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.842163] pnp: PnP ACPI: disabled [ 1.847443] la/ptsa driver initialized. [ 1.851325] NET: Registered protocol family 2 [ 1.855878] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.865548] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 1.874286] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.882575] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 1.890405] TCP: Hash tables configured (established 262144 bind 65536) [ 1.897093] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.904023] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.911449] NET: Registered protocol family 1 [ 1.916083] RPC: Registered named UNIX socket transport module. [ 1.922014] RPC: Registered udp transport module. [ 1.926718] RPC: Registered tcp transport module. [ 1.931423] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.937875] PCI: CLS 0 bytes, default 64 [ 1.941922] Trying to unpack rootfs image as initramfs... [ 2.056348] Freeing initrd memory: 8196K [ 2.062345] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 2.070275] kvm [1]: IPA Size Limit: 48 bits [ 2.074667] kvm [1]: VHE mode initialized successfully [ 2.080410] Initialise system trusted keyrings [ 2.084982] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 2.093351] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.099442] NFS: Registering the id_resolver key type [ 2.104510] Key type id_resolver registered [ 2.108692] Key type id_legacy registered [ 2.112725] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.119431] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.126836] ntfs: driver 2.1.32 [Flags: R/W]. [ 2.143081] NET: Registered protocol family 38 [ 2.147536] Key type asymmetric registered [ 2.151632] Asymmetric key parser 'x509' registered [ 2.156523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240) [ 2.163976] io scheduler mq-deadline registered [ 2.168508] io scheduler kyber registered [ 2.176485] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 2.182085] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 2.187670] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 2.193253] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 2.201213] tegra_dc_assign_hw_data: no matching compatible node [ 2.207234] tegradccommon module_init failed [ 2.211505] tegradc module_init failed [ 2.215498] EINJ: ACPI disabled. [ 2.220166] tegra-pmc c360000.pmc: scratch reg offset dts data not present [ 2.227051] tegra-pmc: ### PMC reset source: MAINSWRST [ 2.232189] tegra-pmc: ### PMC reset level: L1 [ 2.236630] tegra-pmc: ### PMC reset status reg: 0x2d [ 2.242829] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 2.261624] random: fast init done [ 2.265488] printk: console [ttyTCU0] enabled [ 3.845857] arm-smmu 12000000.iommu: probing hardware configuration... [ 3.853904] arm-smmu 12000000.iommu: SMMUv2 with: [ 3.858738] arm-smmu 12000000.iommu: stage 1 translation [ 3.864294] arm-smmu 12000000.iommu: stage 2 translation [ 3.869832] arm-smmu 12000000.iommu: nested translation [ 3.875287] arm-smmu 12000000.iommu: stream matching with 128 register groups [ 3.882702] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only) [ 3.891387] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000 [ 3.898072] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.904763] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.912245] arm-smmu 10000000.iommu: probing hardware configuration... [ 3.918940] arm-smmu 10000000.iommu: SMMUv2 with: [ 3.923766] arm-smmu 10000000.iommu: stage 1 translation [ 3.929299] arm-smmu 10000000.iommu: stage 2 translation [ 3.934827] arm-smmu 10000000.iommu: nested translation [ 3.940283] arm-smmu 10000000.iommu: stream matching with 128 register groups [ 3.947701] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only) [ 3.956389] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000 [ 3.963082] arm-smmu 10000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.969768] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.976876] arm-smmu 8000000.iommu: probing hardware configuration... [ 3.983489] arm-smmu 8000000.iommu: SMMUv2 with: [ 3.988226] arm-smmu 8000000.iommu: stage 1 translation [ 3.993675] arm-smmu 8000000.iommu: stage 2 translation [ 3.999118] arm-smmu 8000000.iommu: nested translation [ 4.004477] arm-smmu 8000000.iommu: stream matching with 128 register groups [ 4.011798] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only) [ 4.020341] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000 [ 4.026945] arm-smmu 8000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 4.033547] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 4.040838] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful [ 4.050221] tegra_profiler: version: 1.147, samples/io: 49/28 [ 4.056197] tegra_profiler: auth: init [ 4.060305] nvsciipc: loaded module [ 4.064791] tegra23x-qspi 3270000.spi: Adding to iommu group 0 [ 4.070920] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 4.077453] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 4.084865] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 4.092453] tegra23x-qspi 3270000.spi: Prod settings list not found [ 4.098880] tegra23x-qspi 3270000.spi: Failed to get reset control: -517 [ 4.106344] tun: Universal TUN/TAP device driver, 1.6 [ 4.111985] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 4.119400] hns3: Copyright (c) 2017 Huawei Corporation. [ 4.124877] e1000e: Intel(R) PRO/1000 Network Driver [ 4.129959] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.136040] igb: Intel(R) Gigabit Ethernet Network Driver [ 4.141570] igb: Copyright (c) 2007-2014 Intel Corporation. [ 4.147426] PPP generic driver version 2.4.2 [ 4.151838] PPP BSD Compression module registered [ 4.156667] PPP Deflate Compression module registered [ 4.161871] PPP MPPE Compression module registered [ 4.166799] usbcore: registered new interface driver r8152 [ 4.172439] usbcore: registered new interface driver asix [ 4.177987] usbcore: registered new interface driver ax88179_178a [ 4.184248] usbcore: registered new interface driver cdc_ether [ 4.190231] usbcore: registered new interface driver net1080 [ 4.196041] usbcore: registered new interface driver cdc_subset [ 4.202126] usbcore: registered new interface driver zaurus [ 4.207855] usbcore: registered new interface driver cdc_ncm [ 4.213662] usbcore: registered new interface driver aqc111 [ 4.219486] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.225838] ohci-pci: OHCI PCI platform driver [ 4.230403] ohci-platform: OHCI generic platform driver [ 4.236050] tegra-xusb 3610000.xhci: Adding to iommu group 1 [ 4.242308] usbcore: registered new interface driver uas [ 4.247783] usbcore: registered new interface driver usb-storage [ 4.254074] tegra-xudc 3550000.xudc: Adding to iommu group 2 [ 4.260110] mousedev: PS/2 mouse device common for all mice [ 4.265842] usbcore: registered new interface driver xpad [ 4.273228] tegra_rtc c2a0000.rtc: registered as rtc1 [ 4.278422] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock [ 4.284814] i2c /dev entries driver [ 4.288507] tegra-i2c 3160000.i2c: Adding to iommu group 3 [ 4.294291] tegra-i2c c240000.i2c: Adding to iommu group 3 [ 4.299973] tegra-i2c 3180000.i2c: Adding to iommu group 3 [ 4.305645] tegra-i2c 3190000.i2c: Adding to iommu group 3 [ 4.311316] tegra-i2c 31b0000.i2c: Adding to iommu group 3 [ 4.316981] tegra-i2c 31c0000.i2c: Adding to iommu group 3 [ 4.322651] tegra-i2c c250000.i2c: Adding to iommu group 3 [ 4.328320] tegra-i2c 31e0000.i2c: Adding to iommu group 3 [ 4.336588] device-mapper: uevent: version 1.0.3 [ 4.341406] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 4.351034] sdhci: Secure Digital Host Controller Interface driver [ 4.357380] sdhci: Copyright(c) Pierre Ossman [ 4.361851] Synopsys Designware Multimedia Card Interface Driver [ 4.368095] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.374027] sdhci-tegra 3460000.sdhci: Adding to iommu group 4 [ 4.374378] sdhci-tegra 3400000.sdhci: Adding to iommu group 5 [ 4.374558] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401 [ 4.375479] tegra-bpmp bpmp: firmware: 888a114dda6bea50b6c6-eac380526d6 [ 4.377020] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 [ 4.377928] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81 [ 4.382179] nvvrs_pseq 4-003c: CAUTION: interrupt status reg:0x10 set to 0x1 [ 4.416917] nvvrs_pseq 4-003c: Clearing interrupts [ 4.422111] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0 [ 4.428034] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful ??debugfs initialized ??[ 5.911248] hid: raw HID events driver (C) Jiri Kosina [ 5.917040] usbcore: registered new interface driver usbhid [ 5.922786] usbhid: USB HID core driver [ 5.927564] tegra-dce d800000.dce: Adding to iommu group 6 [ 5.934088] dce: dce_ipc_channel_init:314 Invalid Channel State [0x0] for ch_type [2] [ 5.942634] tegra234-aon c000000.aon: Adding to iommu group 7 [ 5.948877] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5] [ 5.952229] c000000.aon:hsp: probed [ 5.957865] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [0]. Ignored... [ 5.957876] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [0]. Ignored... [ 5.970369] tegra234-aon c000000.aon: init done [ 5.970689] tegra23x-psc e860000.psc: Adding to iommu group 8 [ 5.979188] dce: dce_admin_send_cmd_ver:413 version : [0x2] err : [0x0] [ 5.981976] random: crng init done [ 5.984124] tegra23x-psc e860000.psc: ext_cfg base:00000000e6fcf103 [ 5.989866] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1] [ 5.996669] tegra23x-psc e860000.psc: init done [ 6.000174] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [1] ... [ 6.000176] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.006762] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 9 [ 6.015576] dce: dce_admin_setup_clients_ipc:518 Get queue info failed for [2] [ 6.015677] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2] [ 6.020768] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000 [ 6.028674] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [3] ... [ 6.028675] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.041334] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584 [ 6.044271] dce: dce_start_boot_flow:100 DCE_BOOT_DONE [ 6.051653] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900 [ 6.112065] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80 [ 6.123247] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80 [ 6.134883] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80 [ 6.147467] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080 [ 6.160294] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200 [ 6.172615] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (122) [ 6.179446] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful [ 6.188594] tegra-hsp b950000.tegra-hsp: Try increasing MBOX_TX_QUEUE_LEN [ 6.195598] tegra-hsp b950000.tegra-hsp: Try increasing MBOX_TX_QUEUE_LEN [ 6.195612] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=7a10e4613e151d2bf1df37dd80d456800f5b94d0 [ 6.202595] tegra-hsp b950000.tegra-hsp: Try increasing MBOX_TX_QUEUE_LEN [ 6.202597] tegra-hsp b950000.tegra-hsp: Try increasing MBOX_TX_QUEUE_LEN [ 6.215966] t19x_cache tegra-cache: probed [ 6.220955] tegra-hsp b950000.tegra-hsp: Try increasing MBOX_TX_QUEUE_LEN [ 6.228130] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU [ 6.248699] optee: probing for conduit method. [ 6.253294] optee: revision 3.16 (65cc2218) [ 6.253382] optee: dynamic shared memory is enabled [ 6.262815] optee: initialized driver [ 6.279989] nvpmodel: initialized successfully [ 6.284678] tegra_hv: get_hvd: not initialized yet [ 6.289623] user_ivc_mempool: hypervisor not present [ 6.295225] usbcore: registered new interface driver snd-usb-audio [ 6.302257] u32 classifier [ 6.305052] input device check on [ 6.308824] Actions configured [ 6.312445] Initializing XFRM netlink socket [ 6.317164] NET: Registered protocol family 10 [ 6.323449] Segment Routing with IPv6 [ 6.327272] NET: Registered protocol family 17 [ 6.331876] NET: Registered protocol family 15 [ 6.336871] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 6.350927] Bluetooth: RFCOMM socket layer initialized [ 6.356268] Bluetooth: RFCOMM ver 1.11 [ 6.360151] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 6.366280] Bluetooth: HIDP socket layer initialized [ 6.372308] 9pnet: Installing 9P2000 support [ 6.376760] Key type dns_resolver registered [ 6.382052] registered taskstats version 1 [ 6.386309] Loading compiled-in X.509 certificates [ 6.395447] Loaded X.509 cert 'Build time autogenerated kernel key: 4526661491a96f98035adf8034bd097d9bd4729c' [ 6.406011] tegra194-pcie 14180000.pcie: Adding to iommu group 10 [ 6.417962] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 6.425098] tegra194-pcie 14100000.pcie: Adding to iommu group 11 [ 6.436369] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 6.443129] tegra194-pcie 14160000.pcie: Adding to iommu group 12 [ 6.454673] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 6.461413] tegra194-pcie 141a0000.pcie: Adding to iommu group 13 [ 6.472420] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 6.479438] tegra194-pcie 141e0000.pcie: Adding to iommu group 14 [ 6.490383] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 6.518005] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 15 [ 6.527535] host1x 13e40000.host1x: Adding to iommu group 16 [ 7.543410] t23x_init_gating_regs: Timed out waiting for syncpt ram init! [ 7.563823] host1x 13e40000.host1x: initialized [ 7.568870] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 17 [ 7.576939] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000) [ 7.588952] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 18 [ 7.596980] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000) [ 7.608969] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 19 [ 7.616982] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000) [ 7.628970] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 20 [ 7.636994] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000) [ 7.648999] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 21 [ 7.657022] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000) [ 7.668999] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 22 [ 7.677009] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000) [ 7.688998] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 23 [ 7.697027] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000) [ 7.708995] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 24 [ 7.717014] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000) [ 7.728984] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 25 [ 7.737036] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000) [ 7.749004] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 26 [ 7.757007] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000) [ 7.768960] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 27 [ 7.776979] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000) [ 7.788963] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 28 [ 7.796976] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000) [ 7.808928] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 29 [ 7.816927] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000) [ 7.828886] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 30 [ 7.836894] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000) [ 7.848832] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 31 [ 7.856852] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000) [ 7.868799] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 32 [ 7.876810] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000) [ 7.888785] falcon 15340000.vic: Adding to iommu group 33 [ 7.900104] falcon 15340000.vic: initialized [ 7.904771] falcon 15380000.nvjpg: Adding to iommu group 34 [ 7.914580] falcon 15380000.nvjpg: initialized [ 7.919300] falcon 15540000.nvjpg1: Adding to iommu group 35 [ 7.928408] falcon 15540000.nvjpg1: initialized [ 7.933207] falcon 154c0000.nvenc: Adding to iommu group 36 [ 7.943775] falcon 154c0000.nvenc: initialized [ 7.948481] falcon 15a50000.ofa: Adding to iommu group 37 [ 7.957782] falcon 15a50000.ofa: initialized [ 7.962301] nvdec 15480000.nvdec: Adding to iommu group 38 [ 7.974396] nvdec 15480000.nvdec: initialized [ 7.978989] tsec 15500000.tsec: Adding to iommu group 39 [ 7.988847] tsec 15500000.tsec: initialized [ 7.995022] gic 2a41000.agic-controller: GIC IRQ controller registered [ 8.011237] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered [ 8.026786] gpio-491 (gpio11-usbpwr-ctrl): hogged as output/low [ 8.032957] gpio-493 (gpio12-usbpwr-ctrl): hogged as output/low [ 8.039125] gpio-488 (gpio13-usbpwr-ctrl): hogged as output/low [ 8.045279] gpio-489 (gpio14-usbpwr-ctrl): hogged as output/low [ 8.051433] gpio-428 (gpio3): hogged as output/low [ 8.056410] gpio-487 (gpio16): hogged as input [ 8.061022] gpio-351 (gpio20): hogged as output/low [ 8.066076] gpio-449 (gpio36): hogged as output/low [ 8.071139] gpio-494 (i2s1_clk_gpio): hogged as input [ 8.076373] gpio-495 (i2s1_dout_gpio): hogged as input [ 8.081694] gpio-496 (i2s1_din_gpio): hogged as input [ 8.086934] gpio-497 (i2s1_fs_gpio): hogged as input [ 8.092084] gpio-492 (mclk01_gpio): hogged as input [ 8.097148] gpio-456 (pwm01_gpio): hogged as input [ 8.102128] gpio-461 (uart1_cts_gpio): hogged as input [ 8.107450] gpio-478 (uart2_cts_gpio): hogged as input [ 8.113722] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio [ 8.120464] gpio-320 (gpio6): hogged as input [ 8.124988] gpio-323 (gpio7): hogged as input [ 8.129512] gpio-325 (gpio8): hogged as input [ 8.134057] gpio-326 (gpio10): hogged as input [ 8.139127] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon [ 8.146128] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 8.152487] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 8.159033] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 8.165443] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 8.173295] tegra194-isp5 14800000.isp: Adding to iommu group 40 [ 8.182029] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU [ 8.191657] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized [ 8.198060] driver not enabled, cannot register any devices [ 8.203956] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 41 [ 8.211910] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 42 [ 8.219821] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU [ 8.229768] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized [ 8.236599] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU [ 8.246522] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized [ 8.253328] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU [ 8.263289] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized [ 8.270113] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 43 [ 8.278817] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000) [ 8.290221] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 44 [ 8.298834] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000) [ 8.310224] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 45 [ 8.318846] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000) [ 8.330258] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 46 [ 8.338881] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000) [ 8.350254] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 47 [ 8.358875] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000) [ 8.370270] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 48 [ 8.378925] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000) [ 8.390326] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 49 [ 8.398960] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000) [ 8.410353] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 50 [ 8.419030] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000) [ 8.430423] pva 16000000.pva0: Adding to iommu group 51 [ 8.456374] pva 16000000.pva0: initialized [ 8.463600] nvdla 15880000.nvdla0: Adding to iommu group 52 [ 8.477914] nvdla 15880000.nvdla0: initialized [ 8.484068] nvdla 158c0000.nvdla1: Adding to iommu group 53 [ 8.498288] nvdla 158c0000.nvdla1: initialized [ 8.504418] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3 [ 8.511340] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels [ 8.518809] tegra-fuse-burn efuse-burn: shutdown limit check disabled [ 8.525467] tegra-fuse-burn efuse-burn: Fuse burn driver initialized [ 8.532205] serial-tegra 3100000.serial: Adding to iommu group 3 [ 8.538796] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART [ 8.548200] serial-tegra 3110000.serial: Adding to iommu group 3 [ 8.554758] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 68, base_baud = 0) is a TEGRA_UART [ 8.564048] serial-tegra 3130000.serial: Adding to iommu group 3 [ 8.570537] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 69, base_baud = 0) is a TEGRA_UART [ 8.580107] serial-tegra 3140000.serial: Adding to iommu group 3 [ 8.586738] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 70, base_baud = 0) is a TEGRA_UART [ 8.596384] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 8.602956] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 8.610428] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 8.618074] tegra23x-qspi 3270000.spi: Prod settings list not found [ 8.636679] rtc-pcf8563 1-0051: pcf8563_write_block_data: err=-121 addr=0e, data=03 [ 8.644595] rtc-pcf8563 1-0051: pcf8563_probe: write error [ 8.650275] rtc-pcf8563: probe of 1-0051 failed with error -5 [ 8.686422] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2009000 KHz, changing to: 2035200 KHz [ 8.700334] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2013000 KHz, changing to: 2035200 KHz [ 8.712708] tegra194-cpufreq e000000.ccplex: probed with ICC [ 8.720206] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 8.722949] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 8.727777] tegra194-pcie 14180000.pcie: host bridge /pcie@14180000 ranges: [ 8.731056] mmc0: CQHCI version 5.10 [ 8.740611] irq: IRQ306: trimming hierarchy from :interrupt-controller@f400000-1 [ 8.742499] tegra194-pcie 14180000.pcie: IO 0x0038100000..0x00381fffff -> 0x0038100000 [ 8.750141] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 8.758828] tegra194-pcie 14180000.pcie: MEM 0x2728000000..0x272fffffff -> 0x0040000000 [ 8.759355] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit [ 8.781956] tegra194-pcie 14180000.pcie: MEM 0x2440000000..0x2727ffffff -> 0x2440000000 [ 8.849688] mmc0: Command Queue Engine enabled [ 8.854270] mmc0: periodic cache flush enabled [ 8.858839] mmc0: new HS400 Enhanced strobe MMC card at address 0001 [ 8.865725] mmcblk0: mmc0:0001 G1M15M 59.3 GiB [ 8.870587] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (511:0) [ 8.888738] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 9.900704] tegra194-pcie 14180000.pcie: Phy link never came up [ 9.906872] tegra194-pcie 14180000.pcie: PCI host bridge to bus 0000:00 [ 9.913701] pci_bus 0000:00: root bus resource [bus 00-ff] [ 9.919359] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x38100000-0x381fffff]) [ 9.929222] pci_bus 0000:00: root bus resource [mem 0x2728000000-0x272fffffff] (bus address [0x40000000-0x47ffffff]) [ 9.940081] pci_bus 0000:00: root bus resource [mem 0x2440000000-0x2727ffffff pref] [ 9.948025] pci 0000:00:00.0: [10de:229c] type 01 class 0x060400 [ 9.954380] pci 0000:00:00.0: PME# supported from D0 D3hot [ 9.966762] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 9.972165] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 9.981093] pcieport 0000:00:00.0: Adding to iommu group 10 [ 9.987051] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 [ 9.993079] pcieport 0000:00:00.0: AER: enabled with IRQ 51 [ 9.999054] pci_bus 0000:01: busn_res: [bus 01-ff] is released [ 10.005142] pci 0000:00:00.0: Removing from iommu group 10 [ 10.010802] pci_bus 0000:00: busn_res: [bus 00-ff] is released [ 10.018866] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 10.026064] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges: [ 10.033248] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000 [ 10.041962] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000 [ 10.050656] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000 [ 11.168728] tegra194-pcie 14100000.pcie: Phy link never came up [ 11.174902] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00 [ 11.181739] pci_bus 0001:00: root bus resource [bus 00-ff] [ 11.187382] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x30100000-0x301fffff]) [ 11.197527] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff]) [ 11.208380] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref] [ 11.216328] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400 [ 11.222686] pci 0001:00:00.0: PME# supported from D0 D3hot [ 11.234791] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 11.240193] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 11.249099] pcieport 0001:00:00.0: Adding to iommu group 11 [ 11.255021] pcieport 0001:00:00.0: PME: Signaling with IRQ 53 [ 11.261076] pcieport 0001:00:00.0: AER: enabled with IRQ 53 [ 11.267048] pci_bus 0001:01: busn_res: [bus 01-ff] is released [ 11.273136] pci 0001:00:00.0: Removing from iommu group 11 [ 11.278799] pci_bus 0001:00: busn_res: [bus 00-ff] is released [ 11.286444] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 11.287157] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state." [ 11.293670] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges: [ 11.310304] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000 [ 11.319004] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000 [ 11.327705] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000 [ 12.444730] tegra194-pcie 14160000.pcie: Phy link never came up [ 12.450901] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00 [ 12.457723] pci_bus 0004:00: root bus resource [bus 00-ff] [ 12.463376] pci_bus 0004:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x36100000-0x361fffff]) [ 12.473509] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff]) [ 12.484362] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref] [ 12.492303] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400 [ 12.498663] pci 0004:00:00.0: PME# supported from D0 D3hot [ 12.510823] pci 0004:00:00.0: PCI bridge to [bus 01-ff] [ 12.516222] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 12.525131] pcieport 0004:00:00.0: Adding to iommu group 12 [ 12.531064] pcieport 0004:00:00.0: PME: Signaling with IRQ 55 [ 12.537105] pcieport 0004:00:00.0: AER: enabled with IRQ 55 [ 12.543056] pci_bus 0004:01: busn_res: [bus 01-ff] is released [ 12.549154] pci 0004:00:00.0: Removing from iommu group 12 [ 12.554803] pci_bus 0004:00: busn_res: [bus 00-ff] is released [ 12.562335] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 12.676276] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges: [ 12.683476] tegra194-pcie 141a0000.pcie: IO 0x003a100000..0x003a1fffff -> 0x003a100000 [ 12.692184] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000 [ 12.700885] tegra194-pcie 141a0000.pcie: MEM 0x2740000000..0x2b27ffffff -> 0x2740000000 [ 13.816705] tegra194-pcie 141a0000.pcie: Phy link never came up [ 13.822867] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00 [ 13.829679] pci_bus 0005:00: root bus resource [bus 00-ff] [ 13.835332] pci_bus 0005:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff]) [ 13.845467] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff]) [ 13.856319] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref] [ 13.864254] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400 [ 13.870609] pci 0005:00:00.0: PME# supported from D0 D3hot [ 13.882777] pci 0005:00:00.0: PCI bridge to [bus 01-ff] [ 13.888176] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 13.897087] pcieport 0005:00:00.0: Adding to iommu group 13 [ 13.903010] pcieport 0005:00:00.0: PME: Signaling with IRQ 57 [ 13.909039] pcieport 0005:00:00.0: AER: enabled with IRQ 57 [ 13.915000] pci_bus 0005:01: busn_res: [bus 01-ff] is released [ 13.921092] pci 0005:00:00.0: Removing from iommu group 13 [ 13.926751] pci_bus 0005:00: busn_res: [bus 00-ff] is released [ 13.934511] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 13.941876] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges: [ 13.949061] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff -> 0x003e100000 [ 13.957774] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff -> 0x0040000000 [ 13.966468] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000 [ 14.083299] tegra194-pcie 141e0000.pcie: Link up [ 14.088462] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00 [ 14.095304] pci_bus 0007:00: root bus resource [bus 00-ff] [ 14.100954] pci_bus 0007:00: root bus resource [io 0x400000-0x4fffff] (bus address [0x3e100000-0x3e1fffff]) [ 14.111089] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff]) [ 14.121936] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref] [ 14.129869] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400 [ 14.136189] pci 0007:00:00.0: PME# supported from D0 D3hot [ 14.145353] pci 0007:01:00.0: [c0a9:540a] type 00 class 0x010802 [ 14.151698] pci 0007:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit] [ 14.163359] pci 0007:00:00.0: BAR 14: assigned [mem 0x3228000000-0x32280fffff] [ 14.170808] pci 0007:01:00.0: BAR 0: assigned [mem 0x3228000000-0x3228003fff 64bit] [ 14.178782] pci 0007:00:00.0: PCI bridge to [bus 01-ff] [ 14.184162] pci 0007:00:00.0: bridge window [mem 0x3228000000-0x32280fffff] [ 14.191535] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 14.200285] pci 0007:01:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512 [ 14.209189] pcieport 0007:00:00.0: Adding to iommu group 14 [ 14.215108] pcieport 0007:00:00.0: PME: Signaling with IRQ 59 [ 14.221133] pcieport 0007:00:00.0: AER: enabled with IRQ 59 [ 14.227127] nvme 0007:01:00.0: Adding to iommu group 14 [ 14.232886] nvme nvme0: pci function 0007:01:00.0 [ 14.237778] nvme 0007:01:00.0: enabling device (0000 -> 0002) [ 14.238164] vdd-dp: supplied by vdd-3v3-sys [ 14.248180] vdd-3v3-sd: supplied by vdd-3v3-sys [ 14.252972] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys [ 14.259836] irq: IRQ308: trimming hierarchy from :pmc@c360000 [ 14.266032] irq: IRQ309: trimming hierarchy from :pmc@c360000 [ 14.272721] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: repeated role: 0 [ 14.284475] tegra194-isp5 14800000.isp: initialized [ 14.289504] driver not enabled, cannot register any devices [ 14.304051] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized [ 14.310434] driver not enabled, cannot register any devices [ 14.316320] (NULL device *): fops function table already registered [ 14.321799] nvme nvme0: missing or invalid SUBNQN field. [ 14.329250] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized [ 14.335244] nvme nvme0: allocated 32 MiB host memory buffer. [ 14.335633] driver not enabled, cannot register any devices [ 14.362690] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release [ 14.372492] tegra-xusb 3610000.xhci: xHCI Host Controller [ 14.378057] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1 [ 14.378899] nvme nvme0: 8/0/0 default/read/poll queues [ 14.386581] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810 [ 14.400782] tegra-xusb 3610000.xhci: irq 239, io mem 0x03610000 [ 14.407033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 14.415559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.423011] usb usb1: Product: xHCI Host Controller [ 14.428045] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 14.434332] usb usb1: SerialNumber: 3610000.xhci [ 14.439226] hub 1-0:1.0: USB hub found [ 14.443104] hub 1-0:1.0: 4 ports detected [ 14.447368] tegra-xusb 3610000.xhci: xHCI Host Controller [ 14.452940] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2 [ 14.460750] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed [ 14.468250] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 14.476772] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.484227] usb usb2: Product: xHCI Host Controller [ 14.489253] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 14.495525] usb usb2: SerialNumber: 3610000.xhci [ 14.500372] hub 2-0:1.0: USB hub found [ 14.504256] hub 2-0:1.0: 4 ports detected [ 14.510198] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 14.510559] nvethernet 2310000.ethernet: Adding to iommu group 54 [ 14.521587] nvethernet 2310000.ethernet: failed to read skip mac reset flag, default 0 [ 14.527179] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 14.529918] nvethernet 2310000.ethernet: failed to read MDIO address [ 14.542688] nvethernet 2310000.ethernet: Failed to read nvida,pause_frames, so setting to default support as disable [ 14.553540] nvethernet 2310000.ethernet: setting to default DMA bit mask [ 14.560462] nvethernet 2310000.ethernet: max-platform-mtu DT entry missing, setting default 1500 [ 14.816587] nvethernet 2310000.ethernet: Ethernet MAC address: 48:b0:2d:94:70:ef [ 14.824673] nvethernet 2310000.ethernet: Macsec not enabled [ 14.830438] nvethernet 2310000.ethernet: Macsec: Reduced MTU: 1466 Max: 1500 [ 14.838967] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels [ 14.847641] irq: IRQ319: trimming hierarchy from :pmc@c360000 [ 14.853624] irq: IRQ320: trimming hierarchy from :interrupt-controller@f400000-1 [ 14.861306] irq: IRQ321: trimming hierarchy from :pmc@c360000 [ 14.867266] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 14.874861] tegra-se-nvhost 15810000.se: Adding to iommu group 55 [ 14.881547] tegra-se-nvhost 15810000.se: initialized [ 14.898319] tegra-se-nvhost 15810000.se: tegra_se_probe: complete [ 14.904712] tegra-se-nvhost 15820000.se: Adding to iommu group 56 [ 14.911221] tegra-se-nvhost 15820000.se: initialized [ 14.918637] tegra-se-nvhost 15820000.se: tegra_se_probe: complete [ 14.924995] tegra-se-nvhost 15840000.se: Adding to iommu group 57 [ 14.931633] tegra-se-nvhost 15840000.se: initialized [ 14.940635] tegra-se-nvhost 15840000.se: tegra_se_probe: complete [ 14.947441] tegra_actmon d230000.actmon: in actmon_register()... [ 14.953765] tegra_actmon d230000.actmon: bwmgr_disable = 1 [ 14.959956] tegra_actmon d230000.actmon: initialization Completed for the device mc_all [ 14.968335] hvc_sysfs: hypervisor is not present ??WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk ??[ 15.110842] ALSA device list: [ 15.113902] No soundcards found. [ 15.117954] Freeing unused kernel memory: 3968K [ 15.122691] Run /init as init process [ 15.138372] Root device found: mmcblk0p1 [ 15.142905] Found dev node: /dev/mmcblk0p1 [ 15.175774] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 15.184851] Rootfs mounted over mmcblk0p1 [ 15.204493] Switching from initrd to actual rootfs [ 15.310157] systemd[1]: System time before build time, advancing clock. [ 15.331744] x_tables: module verification failed: signature and/or required key missing - tainting kernel [ 15.364447] systemd[1]: systemd 245.4-4ubuntu3.17 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 15.388075] systemd[1]: Detected architecture arm64. [ 15.428109] systemd[1]: Set hostname to . [ 15.566623] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit [ 15.606024] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 15.619056] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 15.628617] systemd[1]: Created slice system-modprobe.slice. [ 15.634784] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 15.641512] systemd[1]: Created slice User and Session Slice. [ 15.647550] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 15.655625] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 15.665463] systemd[1]: Reached target User and Group Name Lookups. [ 15.671980] systemd[1]: Reached target Slices. [ 15.676603] systemd[1]: Reached target Swap. [ 15.681277] systemd[1]: Listening on RPCbind Server Activation Socket. [ 15.688138] systemd[1]: Listening on Syslog Socket. [ 15.693296] systemd[1]: Listening on fsck to fsckd communication Socket. [ 15.700301] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 15.707278] systemd[1]: Listening on Journal Audit Socket. [ 15.713056] systemd[1]: Listening on Journal Socket (/dev/log). [ 15.719304] systemd[1]: Listening on Journal Socket. [ 15.724583] systemd[1]: Listening on udev Control Socket. [ 15.730265] systemd[1]: Listening on udev Kernel Socket. [ 15.736753] systemd[1]: Mounting Huge Pages File System... [ 15.743459] systemd[1]: Mounting POSIX Message Queue File System... [ 15.750833] systemd[1]: Mounting RPC Pipe File System... [ 15.757283] systemd[1]: Mounting Kernel Debug File System... [ 15.764104] systemd[1]: Mounting Kernel Trace File System... [ 15.771112] systemd[1]: Starting Journal Service... [ 15.777300] systemd[1]: Starting Set the console keyboard layout... [ 15.784714] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 15.793604] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped. [ 15.803023] systemd[1]: Starting NVIDIA specific first-boot udev script... [ 15.811307] systemd[1]: Started Nameserver information manager. [ 15.817735] systemd[1]: Reached target Network (Pre). [ 15.825120] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 15.834499] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 15.845623] systemd[1]: Starting Load Kernel Modules... [ 15.852035] systemd[1]: Starting Remount Root and Kernel File Systems... [ 15.859698] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null) [ 15.860042] nvmap_heap_init: nvmap_heap_init: created heap block cache [ 15.860127] systemd[1]: Starting udev Coldplug all Devices... [ 15.878021] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x000000082f000000,16777216 [ 15.879829] systemd[1]: Started Journal Service. [ 15.887772] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout [ 15.900704] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x0000000849800000,914358272 [ 15.910412] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout [ 15.918692] nvmap_page_pool_init: Total RAM pages: 7817502 [ 15.924364] nvmap_page_pool_init: nvmap page pool size: 977187 pages (3817 MB) [ 15.931876] nvmap_background_zero_thread: PP zeroing thread starting. [ 15.931988] misc nvmap: created heap vpr base 0x0000000849800000 size (892928KiB) [ 15.949340] misc nvmap: created heap fsi base 0x000000082f000000 size (16384KiB) [ 15.977976] systemd-journald[281]: Received client request to flush runtime journal. [ 16.017489] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000 [ 16.017489] [ 16.541103] nvidia: loading out-of-tree module taints kernel. [ 16.672589] using random self ethernet address [ 16.677342] using random host ethernet address [ 16.729781] 1 fixed-partitions partitions found on MTD device spi6.0 [ 16.738457] Creating 1 MTD partitions on "spi6.0": [ 16.747031] 0x000000000000-0x000004000000 : "Whole_flash0" [ 17.401959] using random self ethernet address [ 17.406569] using random host ethernet address Ubuntu 20.04.4 LTS XD-UBUNTU ttyTCU0 XD-UBUNTU login: xd (automatic login) Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.10.104-tegra aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage This system has been minimized by removing packages and content that are not required on a system that users do not log into. To restore this content, you can run the 'unminimize' command. 11 updates can be applied immediately. 8 of these updates are standard security updates. To see these additional updates run: apt list --upgradable To run a command as administrator (user "root"), use "sudo ". See "man sudo_root" for details. xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ ispci -bash: ispci: command not found xd@XD-UBUNTU:~$ lspci 0007:00:00.0 PCI bridge: NVIDIA Corporation Device 229a (rev a1) 0007:01:00.0 Non-Volatile memory controller: Micron/Crucial Technology Device 540a (rev 01) xd@XD-UBUNTU:~$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT loop0 7:0 0 16M 1 loop mmcblk0 179:0 0 59.3G 0 disk ©À©¤mmcblk0p1 179:1 0 57.8G 0 part / ©À©¤mmcblk0p2 179:2 0 128M 0 part ©À©¤mmcblk0p3 179:3 0 768K 0 part ©À©¤mmcblk0p4 179:4 0 31.6M 0 part ©À©¤mmcblk0p5 179:5 0 128M 0 part ©À©¤mmcblk0p6 179:6 0 768K 0 part ©À©¤mmcblk0p7 179:7 0 31.6M 0 part ©À©¤mmcblk0p8 179:8 0 80M 0 part ©À©¤mmcblk0p9 179:9 0 512K 0 part ©À©¤mmcblk0p10 179:10 0 64M 0 part ©¸©¤mmcblk0p11 179:11 0 1G 0 part zram0 251:0 0 1.9G 0 disk [SWAP] zram1 251:1 0 1.9G 0 disk [SWAP] zram2 251:2 0 1.9G 0 disk [SWAP] zram3 251:3 0 1.9G 0 disk [SWAP] zram4 251:4 0 1.9G 0 disk [SWAP] zram5 251:5 0 1.9G 0 disk [SWAP] zram6 251:6 0 1.9G 0 disk [SWAP] zram7 251:7 0 1.9G 0 disk [SWAP] nvme0n1 259:0 0 931.5G 0 disk xd@XD-UBUNTU:~$ dtc -I fs -O dts -o extracted.dts /proc/device-tree extracted.dts: Warning (reg_format): /interrupt-controller@f400000/v2m@f410000: reg: property has invalid length (32 bytes) (#address-cells == 2, #size-cells = = 1) extracted.dts: Warning (ranges_format): /interrupt-controller@f400000:ranges: e mpty "ranges" property but its #size-cells (1) differs from / (2) extracted.dts: Warning (unit_address_vs_reg): /spi@3250000: node has a unit nam e, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@2: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@2/eeprom@2: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@2/eeprom@0: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@2/eeprom@1: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@0/eeprom@0: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@0/eeprom@1: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /eeprom-manager/bus@1/eeprom@1: n ode has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /tegra_soc_hwpm: node has a reg o r ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/ivccapture@4 : node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/ivccontrol@3 : node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/dbg@2: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/diag@5: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/dbg@1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /camera-ivc-channels/echo@0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /mc-hwpm: node has a reg or range s property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /ga10b: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /aconnect@2a41000: node has a uni t name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /aconnect@2a41000/ahub: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /aconnect@2a41000/ahub/ope@290800 0/mbdrc@2908200: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /aconnect@2a41000/ahub/ope@290800 0/peq@2908100: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /cbb: node has a reg or ranges pr operty, but no unit name extracted.dts: Warning (unit_address_vs_reg): /tegra_cec: node has a reg or ran ges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /tegra_safety_audio: node has a r eg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /pmc@c370000: node has a unit nam e, but no reg property extracted.dts: Warning (unit_address_vs_reg): /cpufreq: node has a reg or range s property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /tegra_nvlink_controller: node ha s a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /tegra_hv_xhci_debug@0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /ufshci@02500000: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @133: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @68: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @161: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @96: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @123: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @58: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @9: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @151: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @86: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @86/codec@1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @113: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @48: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @141: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @76: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @103: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @38: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @131: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @66: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @94: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @28: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @121: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @56: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @7: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @84: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @18: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @178: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @111: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @46: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @74: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @168: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @101: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @36: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @64: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @158: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @92: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @26: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @54: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @5: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @148: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @82: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @16: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @176: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @44: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @138: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @72: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @166: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @34: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @128: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @62: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @156: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @90: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @24: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @118: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @52: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @3: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @146: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @80: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @14: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @174: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @108: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @42: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @136: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @70: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @164: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @99: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @32: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @126: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @60: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @154: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @89: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @22: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @182: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @116: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @50: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @144: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @79: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @12: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @172: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @106: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @40: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @134: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @69: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @162: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @97: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @30: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @124: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @59: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @152: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @87: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @87/codec@1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @20: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @180: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @114: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @49: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @142: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @77: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @10: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @170: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @104: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @39: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @132: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @67: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @160: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @95: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @29: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @122: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @57: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @8: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @150: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @85: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @19: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @179: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @112: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @47: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @140: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @75: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @169: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @102: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @37: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @130: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @65: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @159: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @93: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @27: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @120: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @55: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @6: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @149: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @83: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @17: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @177: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @110: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @45: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @139: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @73: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @167: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @100: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @35: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @129: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @63: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @157: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @91: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @25: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @119: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @53: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @4: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @147: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @81: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @15: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @175: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @109: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @43: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @137: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @71: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @165: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @33: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @127: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @61: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @155: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @23: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @117: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @51: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @2: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @145: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @13: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @173: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @107: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @41: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @135: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @163: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @98: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @31: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @125: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @153: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @88: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @21: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @181: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @115: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @143: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @78: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @11: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @171: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /sound/nvidia-audio-card,dai-link @105: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /replicator@24060000/in-ports/por t: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /replicator@24060000/out-ports/po rt: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /i2c@c240000/ucsi_ccg@8/connector @1: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /i2c@c240000/ucsi_ccg@8/connector @0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /combined-uart: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /mc: node has a reg or ranges pro perty, but no unit name extracted.dts: Warning (unit_address_vs_reg): /spi@3240000: node has a unit nam e, but no reg property extracted.dts: Warning (unit_address_vs_reg): /etf@24050000/in-ports/port: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /etf@24050000/out-ports/port: nod e has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /reserved-memory/vpr-carveout: no de has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /reserved-memory/ramoops_carveout : node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /reserved-memory/fsi-carveout: no de has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /uss-asic: node has a reg or rang es property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /smmu_suspend: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/vi1@14c00000: no de has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/vi0@15c00000: no de has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/nvcsi@15a00000: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/isp-thi@14b00000 : node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/pva0: node has a reg or ranges property, but no unit name extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/vi0-thi@15f00000 : node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /host1x@13e00000/vi1-thi@14f00000 : node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /i2c@c250000/iqs263@44: node has a unit name, but no reg property extracted.dts: Warning (unit_address_vs_reg): /aon@c000000/ivc-channels@8000000 0: node has a unit name, but no reg property extracted.dts: Warning (unit_address_format): /miscreg@00100000: unit name shou ld not have leading 0s extracted.dts: Warning (unit_address_format): /ufshci@02500000: unit name shoul d not have leading 0s extracted.dts: Warning (unit_address_format): /i2c@c250000/ak8963@0d: unit name should not have leading 0s extracted.dts: Warning (pci_device_reg): Failed prerequisite 'reg_format' extracted.dts: Warning (pci_device_bus_num): Failed prerequisite 'reg_format' extracted.dts: Warning (simple_bus_reg): Failed prerequisite 'reg_format' extracted.dts: Warning (i2c_bus_reg): Failed prerequisite 'reg_format' extracted.dts: Warning (spi_bus_bridge): /spi@3210000/spi@1: incorrect #address -cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3210000/spi@1: incorrect #size-ce lls for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3210000/spi@0: incorrect #address -cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3210000/spi@0: incorrect #size-ce lls for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3250000: incorrect #address-cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3250000: incorrect #size-cells fo r SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3230000/spi@1: incorrect #address -cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3230000/spi@1: incorrect #size-ce lls for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3230000/spi@0: incorrect #address -cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3230000/spi@0: incorrect #size-ce lls for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3240000: incorrect #address-cells for SPI bus extracted.dts: Warning (spi_bus_bridge): /spi@3240000: incorrect #size-cells fo r SPI bus extracted.dts: Warning (spi_bus_reg): Failed prerequisite 'reg_format' extracted.dts: Warning (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' extracted.dts: Warning (avoid_default_addr_size): /interrupt-controller@f400000 /v2m@f410000: Relying on default #address-cells value extracted.dts: Warning (avoid_default_addr_size): /interrupt-controller@f400000 /v2m@f410000: Relying on default #size-cells value extracted.dts: Warning (avoid_unnecessary_addr_size): Failed prerequisite 'avoi d_default_addr_size' extracted.dts: Warning (unique_unit_address): Failed prerequisite 'avoid_defaul t_addr_size' extracted.dts: Warning (clocks_property): /sdhci@3460000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3460000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3460000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3460000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3460000:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141e0000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141e0000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /spi@3210000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3210000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3210000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu0_etm@27040000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu0_etm@27040000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140c0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140c0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3130000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3130000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /xusb_padctl@3520000/pads/usb2:clocks : cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32a0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /xhci@3610000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /xudc@3550000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /xudc@3550000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /xudc@3550000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /xudc@3550000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3170000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3170000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32e0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_soc_hwpm:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_soc_hwpm:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu7_etm@27740000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu7_etm@27740000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /rtcpu@bc00000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /rtcpu@bc00000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /rtcpu@bc00000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_ccplex1@26040000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_ccplex1@26040000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /nvpmodel:clocks: cell 0 is not a pha ndle reference extracted.dts: Warning (clocks_property): /mipical@3990000:clocks: cell 0 is no t a phandle reference extracted.dts: Warning (clocks_property): /mipical@3990000:clocks: cell 2 is no t a phandle reference extracted.dts: Warning (clocks_property): /pcie@14120000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14120000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@140e0000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@140e0000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /cpu1_etm@27140000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu1_etm@27140000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14160000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14160000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@3160000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@3160000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6B10000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 10 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 12 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 14 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 16 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 18 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 20 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 22 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 24 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 26 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 28 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 30 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 32 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 34 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 36 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 38 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 40 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 42 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 44 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 46 is no t a phandle reference extracted.dts: Warning (clocks_property): /ufshci@2500000:clocks: cell 48 is no t a phandle reference extracted.dts: Warning (clocks_property): /serial@3100000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3100000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@2310000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /ga10b:clocks: cell 0 is not a phandl e reference extracted.dts: Warning (clocks_property): /ga10b:clocks: cell 2 is not a phandl e reference extracted.dts: Warning (clocks_property): /ga10b:clocks: cell 4 is not a phandl e reference extracted.dts: Warning (clocks_property): /ga10b:clocks: cell 6 is not a phandl e reference extracted.dts: Warning (clocks_property): /serial@3140000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3140000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904300:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904300:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901100:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901100:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901100:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901100:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901100:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901400:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901400:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901400:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901400:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901400:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904200:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904200:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901000:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901000:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901000:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901000:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901000:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905100:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905100:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905100:c locks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901300:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901300:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901300:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901300:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901300:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/iqc@290e000:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904100:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904100:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905000:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905000:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dspk@2905000:c locks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901200:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901200:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901200:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901200:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901200:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901500:cl ocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901500:cl ocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901500:cl ocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901500:cl ocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/i2s@2901500:cl ocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904000:c locks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/ahub/dmic@2904000:c locks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/agic-controller@2a4 1000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/agic-controller@2a5 1000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp_audio:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp_audio:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp_audio:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/agic-controller@2a6 1000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp@2993000:clocks : cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp@2993000:clocks : cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp@2993000:clocks : cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp@2993000:clocks : cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adsp@2993000:clocks : cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /aconnect@2a41000/adma@2930000:clocks : cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /hda@3510000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /hda@3510000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu2_etm@27240000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu2_etm@27240000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /stm@24080000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /stm@24080000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32f0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32f0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32f0000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@c280000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@c280000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141a0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141a0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6A10000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /efuse-burn:clocks: cell 0 is not a p handle reference extracted.dts: Warning (clocks_property): /nvrng@3ae0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141e0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141e0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@c340000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@c340000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 26 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 28 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 30 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 32 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 34 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 36 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 38 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 40 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 42 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 44 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 46 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 48 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 50 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 52 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 54 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 56 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 58 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 60 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 62 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 64 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 66 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 68 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 70 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 72 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 74 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 76 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 78 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 80 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 82 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 84 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 86 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 88 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 90 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 92 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 94 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 96 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 98 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 100 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 102 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 104 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 106 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 108 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 110 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 112 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 114 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 116 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 118 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 120 is not a phandle reference extracted.dts: Warning (clocks_property): /display@13800000:clocks: cell 122 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31e0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31e0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@3280000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@3280000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@3280000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 10 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 12 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 14 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 16 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 18 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio:clocks: cell 20 i s not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s8:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s8:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s8:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s8:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s8:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s7:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s7:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s7:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s7:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_safety_audio/i2s7:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6910000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3400000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3400000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3400000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3400000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /sdhci@3400000:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /efuse@3810000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /efuse@3810000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@c260000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@c260000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@c260000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141c0000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141c0000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /cpu3_etm@27340000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu3_etm@27340000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c310000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c310000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c310000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c310000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_major@24040000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_major@24040000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140a0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140a0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3110000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3110000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3230000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3230000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3230000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140e0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@140e0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3150000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /serial@3150000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3270000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3270000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3270000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3270000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32c0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32c0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32c0000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 4 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 6 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 8 is n ot a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /ethernet@6810000:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /tegra_nvlink_controller:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3300000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3300000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3300000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /spi@3300000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31b0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31b0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_top_ccplex@26020000:clocks: c ell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_top_ccplex@26020000:clocks: c ell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14100000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14100000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu4_etm@27440000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu4_etm@27440000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_ccplex0@26030000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /funnel_ccplex0@26030000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@3290000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /sound:clocks: cell 0 is not a phandl e reference extracted.dts: Warning (clocks_property): /sound:clocks: cell 2 is not a phandl e reference extracted.dts: Warning (clocks_property): /sound:clocks: cell 4 is not a phandl e reference extracted.dts: Warning (clocks_property): /replicator@24060000:clocks: cell 0 i s not a phandle reference extracted.dts: Warning (clocks_property): /replicator@24060000:clocks: cell 2 i s not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14140000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14140000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /tachometer@39b0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 8 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 10 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 12 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 14 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 16 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 18 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 20 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 22 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 24 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 26 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 28 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 30 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 32 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 34 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 36 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 38 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 40 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 42 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 44 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 46 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 48 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 50 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 52 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 54 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 56 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 58 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 60 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 62 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 64 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 66 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 68 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 70 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 72 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 74 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 76 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 78 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 80 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 82 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 84 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 86 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 88 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 90 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 92 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 94 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 96 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 98 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 100 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 102 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 104 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 106 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 108 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 110 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 112 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 114 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 116 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 118 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 120 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 122 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 124 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 126 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 128 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 130 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 132 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 134 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 136 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 138 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 140 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 142 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 144 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 146 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 148 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 150 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 152 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 154 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 156 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 158 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 160 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 162 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 164 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 166 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 168 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 170 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 172 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 174 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 176 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 178 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 180 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 182 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 184 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 186 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 188 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 190 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 192 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 194 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 196 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 198 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 200 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 202 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 204 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 206 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 208 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 210 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 212 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 214 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 216 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 218 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 220 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 222 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 224 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 226 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 228 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 230 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 232 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 234 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 236 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 238 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 240 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 242 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 244 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 246 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 248 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 250 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 252 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 254 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 256 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 258 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 260 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 262 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 264 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 266 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 268 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 270 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 272 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 274 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 276 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 278 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 280 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 282 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 284 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 286 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 288 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 290 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 292 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 294 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 296 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 298 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 300 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 302 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 304 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 306 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 308 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 310 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 312 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 314 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 316 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 318 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 320 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 322 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 324 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 326 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 328 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 330 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 332 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 334 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 336 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 338 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 340 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 342 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 344 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 346 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 348 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 350 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 352 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 354 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 356 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 358 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 360 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 362 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 364 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 366 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 368 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 370 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 372 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 374 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 376 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 378 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 380 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 382 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 384 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 386 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 388 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 390 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 392 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 394 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 396 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 398 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 400 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 402 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 404 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 406 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 408 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 410 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 412 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 414 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 416 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 418 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 420 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 422 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 424 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 426 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 428 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 430 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 432 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 434 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 436 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 438 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 440 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 442 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 444 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 446 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 448 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 450 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 452 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 454 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 456 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 458 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 460 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 462 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 464 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 466 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 468 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 470 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 472 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 474 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 476 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 478 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 480 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 482 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 484 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 486 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 488 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 490 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 492 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 494 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 496 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 498 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 500 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 502 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 504 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 506 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 508 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 510 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 512 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 514 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 516 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 518 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 520 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 522 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 524 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 526 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 528 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 530 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 532 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 534 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 536 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 538 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 540 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 542 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 544 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 546 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 548 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 550 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 552 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 554 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 556 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 558 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 560 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 562 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 564 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 566 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 568 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 570 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 572 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 574 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 576 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 578 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 580 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 582 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 584 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 586 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 588 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 590 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 592 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 594 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 596 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 598 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 600 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 602 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 604 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 606 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 608 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 610 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 612 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 614 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 616 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 618 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 620 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 622 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 624 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 626 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 628 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 630 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 632 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 634 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 636 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 638 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 640 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 642 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 644 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 646 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 648 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 650 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 652 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 654 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 656 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 658 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 660 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 662 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 664 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 666 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 668 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 670 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 672 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 674 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 676 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 678 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 680 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 682 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 684 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 686 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 688 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 690 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 692 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 694 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 696 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 698 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 700 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 702 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 704 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 706 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 708 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 710 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 712 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 714 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 716 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 718 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 720 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 722 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 724 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 726 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 728 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 730 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 732 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 734 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 736 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 738 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 740 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 742 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 744 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 746 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 748 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 750 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 752 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 754 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 756 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 758 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 760 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 762 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 764 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 766 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 768 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 770 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 772 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 774 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 776 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 778 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 780 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 782 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 784 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 786 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 788 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 790 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 792 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 794 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 796 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 798 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 800 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 802 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 804 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 806 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 808 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 810 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 812 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 814 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 816 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 818 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 820 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 822 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 824 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 826 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 828 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 830 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 832 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 834 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 836 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 838 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 840 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 842 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 844 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 846 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 848 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 850 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 852 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 854 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 856 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 858 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 860 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 862 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 864 is not a phandle reference extracted.dts: Warning (clocks_property): /mods-simple-bus/mods-clocks:clocks: cell 866 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@c240000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@c240000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14180000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@14180000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@3180000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@3180000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c320000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c320000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c320000:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /mttcan@c320000:clocks: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /actmon@d230000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /actmon@d230000/mc_all:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu5_etm@27540000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu5_etm@27540000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /etf@24050000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /etf@24050000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pwm@32d0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /sound_graph:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /sound_graph:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /etr@24070000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /etr@24070000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141c0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie@141c0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31c0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@31c0000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /uss-asic:clocks: cell 0 is not a pha ndle reference extracted.dts: Warning (clocks_property): /icc:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /tachometer@39c0000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000:clocks: cell 0 is no t a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000:clocks: cell 2 is no t a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/vi1@14c00000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvjpg1@15540000:cloc ks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/se@15820000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/vi0@15c00000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/tsec@15500000:clocks : cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/tsec@15500000:clocks : cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/tsec@15500000:clocks : cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvjpg@15380000:clock s: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdla1@158c0000:cloc ks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdla1@158c0000:cloc ks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvcsi@15a00000:clock s: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/ofa@15a50000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/isp@14800000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/pva0:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/pva0:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/pva0:clocks: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/se@15840000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdec@15480000:clock s: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdec@15480000:clock s: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdec@15480000:clock s: cell 4 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdec@15480000:clock s: cell 6 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/se@15810000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvenc@154c0000:clock s: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/vic@15340000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdla0@15880000:cloc ks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /host1x@13e00000/nvdla0@15880000:cloc ks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu6_etm@27640000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /cpu6_etm@27640000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@c250000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@c250000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141a0000:clocks: cell 0 is n ot a phandle reference extracted.dts: Warning (clocks_property): /pcie_ep@141a0000:clocks: cell 2 is n ot a phandle reference extracted.dts: Warning (clocks_property): /i2c@3190000:clocks: cell 0 is not a phandle reference extracted.dts: Warning (clocks_property): /i2c@3190000:clocks: cell 2 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC0-therm/coo ling-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle refere nce extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC0-therm/coo ling-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC0-therm/coo ling-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC0-therm/coo ling-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC0-therm/coo ling-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CPU-therm/cool ing-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle referen ce extracted.dts: Warning (cooling_device_property): /thermal-zones/CPU-therm/cool ing-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CPU-therm/cool ing-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CPU-therm/cool ing-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CPU-therm/cool ing-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV0-therm/cool ing-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle referen ce extracted.dts: Warning (cooling_device_property): /thermal-zones/CV0-therm/cool ing-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV0-therm/cool ing-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV0-therm/cool ing-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV0-therm/cool ing-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/GPU-therm/cool ing-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle referen ce extracted.dts: Warning (cooling_device_property): /thermal-zones/GPU-therm/cool ing-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/GPU-therm/cool ing-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/GPU-therm/cool ing-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/GPU-therm/cool ing-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC1-therm/coo ling-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle refere nce extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC1-therm/coo ling-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC1-therm/coo ling-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC1-therm/coo ling-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC1-therm/coo ling-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV1-therm/cool ing-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle referen ce extracted.dts: Warning (cooling_device_property): /thermal-zones/CV1-therm/cool ing-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV1-therm/cool ing-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV1-therm/cool ing-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV1-therm/cool ing-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC2-therm/coo ling-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle refere nce extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC2-therm/coo ling-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC2-therm/coo ling-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC2-therm/coo ling-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/SOC2-therm/coo ling-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV2-therm/cool ing-maps/hot-surface-alert-map0:cooling-device: cell 0 is not a phandle referen ce extracted.dts: Warning (cooling_device_property): /thermal-zones/CV2-therm/cool ing-maps/map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV2-therm/cool ing-maps/map0:cooling-device: cell 3 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV2-therm/cool ing-maps/map0:cooling-device: cell 6 is not a phandle reference extracted.dts: Warning (cooling_device_property): /thermal-zones/CV2-therm/cool ing-maps/user-alert-map0:cooling-device: cell 0 is not a phandle reference extracted.dts: Warning (dmas_property): /spi@3210000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /spi@3210000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /serial@3130000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3130000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3170000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3170000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /i2c@3160000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@3160000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /serial@3100000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3100000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3140000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3140000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 0 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 2 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 4 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 6 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 8 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 10 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 12 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 14 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 16 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 18 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 20 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 22 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 24 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 26 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 28 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 30 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 32 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 34 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 36 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 38 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 40 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 42 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 44 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 46 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 48 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 50 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 52 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 54 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 56 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 58 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 60 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 62 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 64 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 66 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 68 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 70 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 72 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 74 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 76 is not a phandle reference extracted.dts: Warning (dmas_property): /aconnect@2a41000/ahub/admaif@290f000:d mas: cell 78 is not a phandle reference extracted.dts: Warning (dmas_property): /serial@c280000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@c280000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /i2c@31e0000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@31e0000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /tegra_safety_audio:dmas: cell 0 is not a phandle reference extracted.dts: Warning (dmas_property): /tegra_safety_audio:dmas: cell 2 is not a phandle reference extracted.dts: Warning (dmas_property): /tegra_safety_audio:dmas: cell 4 is not a phandle reference extracted.dts: Warning (dmas_property): /tegra_safety_audio:dmas: cell 6 is not a phandle reference extracted.dts: Warning (dmas_property): /spi@c260000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /spi@c260000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /serial@3110000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3110000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /spi@3230000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /spi@3230000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /serial@3150000:dmas: cell 0 is not a p handle reference extracted.dts: Warning (dmas_property): /serial@3150000:dmas: cell 2 is not a p handle reference extracted.dts: Warning (dmas_property): /i2c@31b0000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@31b0000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@c240000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@c240000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@3180000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@3180000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@31c0000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@31c0000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@c250000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@c250000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@3190000:dmas: cell 0 is not a phan dle reference extracted.dts: Warning (dmas_property): /i2c@3190000:dmas: cell 2 is not a phan dle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 0 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 4 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 8 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 12 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 15 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 18 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 21 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 24 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 27 is not a phandle reference extracted.dts: Warning (interrupts_extended_property): /xhci@3610000:interrupts -extended: cell 30 is not a phandle reference extracted.dts: Warning (iommus_property): /sdhci@3460000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie4:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /pcie_ep@141e0000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /fsicom_client:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /spi@3210000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /sound_ref:iommus: cell 0 is not a ph andle reference extracted.dts: Warning (iommus_property): /xhci@36c0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@140c0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /serial@3130000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /xhci@3610000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /xudc@3550000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /serial@3170000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /tegra_soc_hwpm:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie2:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /rtcpu@bc00000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_qspi1_dma:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@14120000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie_ep@140e0000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie10:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /xhci@3760000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@14160000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie0:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /i2c@3160000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /ethernet@6B10000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /ufshci@2500000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /serial@3100000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /ethernet@2310000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie9:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /serial@3140000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /aconnect@2a41000/adsp_audio:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /aconnect@2a41000/adsp@2993000:iommus : cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /hda@3510000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /serial@c280000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@141a0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /ethernet@6A10000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie7:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /pcie@141e0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /display@13800000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /display@13800000/nvdisplay-niso:iomm us: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@31e0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /tegra_safety_audio:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /ethernet@6910000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /sdhci@3400000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie5:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /spi@c260000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie_ep@141c0000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /dce@d800000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@140a0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /serial@3110000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /spi@3230000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@140e0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie3:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /serial@3150000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /spi@3270000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /ethernet@6810000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /spi@3300000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /psc@e800000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /xhci@3670000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@31b0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@14100000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie1:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /sound:iommus: cell 0 is not a phandl e reference extracted.dts: Warning (iommus_property): /pcie@14140000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@c240000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie@14180000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@3180000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /gpcdma@2600000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /smmu_test:iommus: cell 0 is not a ph andle reference extracted.dts: Warning (iommus_property): /mods_pcie8:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /sound_graph:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_smmu:iommus: cell 0 is not a ph andle reference extracted.dts: Warning (iommus_property): /pcie@141c0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@31c0000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /xhci@3710000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_qspi0_dma:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /mods_pcie6:iommus: cell 0 is not a p handle reference extracted.dts: Warning (iommus_property): /mods_isp:iommus: cell 0 is not a pha ndle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 0 is no t a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 2 is no t a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 4 is no t a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 6 is no t a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 8 is no t a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 10 is n ot a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 12 is n ot a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 14 is n ot a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000:iommus: cell 16 is n ot a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx0:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/vi1@14c00000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvjpg1@15540000:iomm us: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/se@15820000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx2:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/vi0@15c00000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx0:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx7:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/tsec@15500000:iommus : cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx5:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvjpg@15380000:iommu s: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx7:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvdla1@158c0000:iomm us: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx3:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx5:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx1:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/ofa@15a50000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/isp@14800000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx3:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx6 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx4 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx2 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx0 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx7 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx5 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx3 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/pva0/pva0_niso1_ctx1 :iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/se@15840000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx1:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvdec@15480000:iommu s: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx6:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/se@15810000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvenc@154c0000:iommu s: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx4:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx6:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/vic@15340000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso1_ctx2:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/nvdla0@15880000:iomm us: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /host1x@13e00000/niso0_ctx4:iommus: c ell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /i2c@c250000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /pcie_ep@141a0000:iommus: cell 0 is n ot a phandle reference extracted.dts: Warning (iommus_property): /mods_dma:iommus: cell 0 is not a pha ndle reference extracted.dts: Warning (iommus_property): /i2c@3190000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /aon@c000000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /sce@b000000:iommus: cell 0 is not a phandle reference extracted.dts: Warning (iommus_property): /acsl_audio:iommus: cell 0 is not a p handle reference extracted.dts: Warning (mboxes_property): /fsicom_client:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /fsicom_client:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /aon_echo:mboxes: cell 0 is not a pha ndle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm4:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm4:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm4:mboxes: cell 6 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm2:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm2:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm2:mboxes: cell 6 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm3:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm3:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm3:mboxes: cell 6 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm1:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm1:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /rtcpu@bc00000/hsp-vm1:mboxes: cell 6 is not a phandle reference extracted.dts: Warning (mboxes_property): /safetyservices_epl_client:mboxes: ce ll 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /psc@e800000:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /bpmp:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /combined-uart:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /combined-uart:mboxes: cell 3 is not a phandle reference extracted.dts: Warning (mboxes_property): /aon@c000000:mboxes: cell 0 is not a phandle reference extracted.dts: Warning (mboxes_property): /aon@c000000/hsp:mboxes: cell 0 is no t a phandle reference extracted.dts: Warning (mboxes_property): /aon@c000000/hsp:mboxes: cell 3 is no t a phandle reference extracted.dts: Warning (msi_parent_property): /pcie_ep@141e0000:msi-parent: cel l 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@140c0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@14120000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie_ep@140e0000:msi-parent: cel l 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@14160000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@141a0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@141e0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie_ep@141c0000:msi-parent: cel l 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@140a0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@140e0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@14100000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@14140000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@14180000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie@141c0000:msi-parent: cell 0 is not a phandle reference extracted.dts: Warning (msi_parent_property): /pcie_ep@141a0000:msi-parent: cel l 0 is not a phandle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 0 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 1 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 2 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 3 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 4 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 5 is not a pha ndle reference extracted.dts: Warning (phys_property): /xhci@3610000:phys: cell 6 is not a pha ndle reference extracted.dts: Warning (phys_property): /xudc@3550000:phys: cell 0 is not a pha ndle reference extracted.dts: Warning (phys_property): /xudc@3550000:phys: cell 1 is not a pha ndle reference extracted.dts: Warning (phys_property): /pcie@14160000:phys: cell 0 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@14160000:phys: cell 1 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@14160000:phys: cell 2 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@14160000:phys: cell 3 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 0 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 1 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 2 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 3 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 4 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 5 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 6 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141a0000:phys: cell 7 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 0 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 1 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 2 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 3 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 4 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 5 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 6 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@141e0000:phys: cell 7 is not a ph andle reference extracted.dts: Warning (phys_property): /usb_cd:phys: cell 0 is not a phandle r eference extracted.dts: Warning (phys_property): /pcie@14100000:phys: cell 0 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie@14180000:phys: cell 0 is not a ph andle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 0 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 1 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 2 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 3 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 4 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 5 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 6 is not a phandle reference extracted.dts: Warning (phys_property): /pcie_ep@141a0000:phys: cell 7 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie_ep@141e0000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@140c0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /xhci@3610000:power-domains: c ell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /xhci@3610000:power-domains: c ell 2 is not a phandle reference extracted.dts: Warning (power_domains_property): /xudc@3550000:power-domains: c ell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /xudc@3550000:power-domains: c ell 2 is not a phandle reference extracted.dts: Warning (power_domains_property): /xudc@3550000:power-domains: c ell 4 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@14120000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie_ep@140e0000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@14160000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /ethernet@6B10000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /ga10b:power-domains: cell 0 i s not a phandle reference extracted.dts: Warning (power_domains_property): /aconnect@2a41000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /hda@3510000:power-domains: ce ll 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@141a0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /ethernet@6A10000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@141e0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /display@13800000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /ethernet@6910000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie_ep@141c0000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@140a0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@140e0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /ethernet@6810000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@14100000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@14140000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@14180000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie@141c0000:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvjpg1@155400 00:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvjpg@1538000 0:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvdla1@158c00 00:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/ofa@15a50000: power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/isp@14800000: power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/pva0:power-do mains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvdec@1548000 0:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvenc@154c000 0:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/vic@15340000: power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /host1x@13e00000/nvdla0@158800 00:power-domains: cell 0 is not a phandle reference extracted.dts: Warning (power_domains_property): /pcie_ep@141a0000:power-domain s: cell 0 is not a phandle reference extracted.dts: Warning (pwms_property): /pwm-fan:pwms: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /sdhci@3460000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141e0000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141e0000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /spi@3210000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140c0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140c0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /serial@3130000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /xusb_padctl@3520000:resets: cell 0 i s not a phandle reference extracted.dts: Warning (resets_property): /pwm@32a0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /serial@3170000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@32e0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_soc_hwpm:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_soc_hwpm:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /rtcpu@bc00000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /mipical@3990000:resets: cell 0 is no t a phandle reference extracted.dts: Warning (resets_property): /pcie@14120000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14120000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@140e0000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@140e0000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie@14160000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14160000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@3160000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /ethernet@6B10000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6B10000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6B10000:resets: cell 4 is n ot a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 4 is not a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 6 is not a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 8 is not a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 10 is no t a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 12 is no t a phandle reference extracted.dts: Warning (resets_property): /ufshci@2500000:resets: cell 14 is no t a phandle reference extracted.dts: Warning (resets_property): /serial@3100000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /ethernet@2310000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@2310000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /ga10b:resets: cell 0 is not a phandl e reference extracted.dts: Warning (resets_property): /serial@3140000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /aconnect@2a41000/adsp@2993000:resets : cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@32f0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /serial@c280000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@141a0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@141a0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /ethernet@6A10000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6A10000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6A10000:resets: cell 4 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie@141e0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@141e0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@c340000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /display@13800000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /display@13800000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /display@13800000:resets: cell 4 is n ot a phandle reference extracted.dts: Warning (resets_property): /display@13800000:resets: cell 6 is n ot a phandle reference extracted.dts: Warning (resets_property): /i2c@31e0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@3280000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_cec:resets: cell 0 is not a ph andle reference extracted.dts: Warning (resets_property): /tegra_safety_audio:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_safety_audio:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_safety_audio/i2s8:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_safety_audio/i2s7:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /ethernet@6910000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6910000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6910000:resets: cell 4 is n ot a phandle reference extracted.dts: Warning (resets_property): /sdhci@3400000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /spi@c260000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141c0000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141c0000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /mttcan@c310000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140a0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140a0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /serial@3110000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /spi@3230000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140e0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@140e0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /serial@3150000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /spi@3270000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@32c0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /ethernet@6810000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6810000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /ethernet@6810000:resets: cell 4 is n ot a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 4 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 6 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 8 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 10 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 12 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 14 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 16 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 18 is not a phandle reference extracted.dts: Warning (resets_property): /tegra_nvlink_controller:resets: cell 20 is not a phandle reference extracted.dts: Warning (resets_property): /spi@3300000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@31b0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14100000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14100000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@3290000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14140000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14140000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /tachometer@39b0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 4 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 6 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 8 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 10 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 12 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 14 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 16 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 18 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 20 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 22 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 24 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 26 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 28 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 30 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 32 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 34 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 36 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 38 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 40 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 42 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 44 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 46 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 48 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 50 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 52 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 54 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 56 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 58 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 60 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 62 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 64 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 66 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 68 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 70 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 72 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 74 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 76 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 78 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 80 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 82 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 84 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 86 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 88 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 90 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 92 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 94 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 96 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 98 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 100 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 102 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 104 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 106 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 108 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 110 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 112 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 114 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 116 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 118 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 120 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 122 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 124 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 126 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 128 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 130 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 132 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 134 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 136 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 138 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 140 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 142 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 144 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 146 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 148 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 150 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 152 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 154 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 156 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 158 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 160 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 162 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 164 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 166 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 168 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 170 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 172 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 174 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 176 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 178 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 180 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 182 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 184 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 186 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 188 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 190 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 192 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 194 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 196 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 198 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 200 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 202 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 204 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 206 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 208 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 210 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 212 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 214 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 216 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 218 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 220 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 222 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 224 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 226 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 228 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 230 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 232 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 234 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 236 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 238 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 240 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 242 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 244 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 246 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 248 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 250 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 252 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 254 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 256 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 258 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 260 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 262 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 264 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 266 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 268 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 270 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 272 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 274 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 276 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 278 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 280 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 282 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 284 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 286 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 288 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 290 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 292 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 294 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 296 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 298 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 300 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 302 is not a phandle reference extracted.dts: Warning (resets_property): /mods-simple-bus/mods-clocks:resets: cell 304 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@c240000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14180000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@14180000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@3180000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /gpcdma@2600000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /mttcan@c320000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /actmon@d230000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pwm@32d0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@141c0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie@141c0000:resets: cell 2 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@31c0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /uss-asic:resets: cell 0 is not a pha ndle reference extracted.dts: Warning (resets_property): /tachometer@39c0000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvjpg1@15540000:rese ts: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/tsec@15500000:resets : cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvjpg@15380000:reset s: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvdla1@158c0000:rese ts: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/ofa@15a50000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/isp@14800000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/pva0:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvdec@15480000:reset s: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvenc@154c0000:reset s: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/vic@15340000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /host1x@13e00000/nvdla0@15880000:rese ts: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /i2c@c250000:resets: cell 0 is not a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141a0000:resets: cell 0 is n ot a phandle reference extracted.dts: Warning (resets_property): /pcie_ep@141a0000:resets: cell 2 is n ot a phandle reference extracted.dts: Warning (resets_property): /i2c@3190000:resets: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 133/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 133/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 68/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 68/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 161/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 161/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 96/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 96/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 123/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 123/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 58/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 58/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 9/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 9/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 151/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 151/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 86/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 86/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 113/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 113/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 48/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 48/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 141/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 141/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 76/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 76/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 103/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 103/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 38/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 38/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 131/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 131/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 66/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 66/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 94/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 94/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 28/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 28/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 121/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 121/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 56/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 56/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 7/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 7/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 84/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 84/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 18/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 18/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 178/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 178/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 111/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 111/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 46/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 46/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 74/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 74/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 168/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 168/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 101/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 101/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 36/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 36/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 64/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 64/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 158/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 158/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 92/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 92/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 26/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 26/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 54/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 54/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 5/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 5/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 148/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 148/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 82/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 82/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 16/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 16/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 176/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 176/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 44/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 44/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 138/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 138/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 72/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 72/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 166/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 166/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 34/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 34/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 128/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 128/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 62/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 62/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 156/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 156/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 90/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 90/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 24/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 24/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 118/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 118/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 52/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 52/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 3/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 3/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 146/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 146/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 80/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 80/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 14/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 14/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 174/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 174/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 108/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 108/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 42/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 42/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 136/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 136/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 70/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 70/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 164/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 164/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 99/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 99/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 32/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 32/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 126/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 126/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 60/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 60/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 154/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 154/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 89/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 89/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 22/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 22/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 182/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 182/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 116/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 116/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 50/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 50/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 1/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 1/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 144/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 144/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 79/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 79/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 12/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 12/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 172/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 172/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 106/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 106/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 40/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 40/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 134/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 134/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 69/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 69/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 162/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 162/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 97/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 97/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 30/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 30/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 124/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 124/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 59/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 59/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 152/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 152/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 87/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 87/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 20/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 20/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 180/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 180/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 114/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 114/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 49/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 49/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 142/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 142/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 77/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 77/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 10/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 10/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 170/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 170/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 104/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 104/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 39/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 39/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 132/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 132/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 67/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 67/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 160/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 160/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 95/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 95/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 29/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 29/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 122/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 122/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 57/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 57/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 8/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 8/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 150/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 150/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 85/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 85/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 19/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 19/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 179/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 179/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 112/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 112/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 47/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 47/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 140/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 140/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 75/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 75/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 169/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 169/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 102/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 102/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 37/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 37/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 130/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 130/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 65/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 65/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 159/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 159/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 93/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 93/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 27/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 27/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 120/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 120/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 55/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 55/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 6/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 6/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 149/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 149/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 83/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 83/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 17/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 17/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 177/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 177/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 110/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 110/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 45/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 45/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 139/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 139/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 73/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 73/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 167/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 167/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 100/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 100/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 35/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 35/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 129/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 129/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 63/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 63/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 157/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 157/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 91/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 91/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 25/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 25/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 119/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 119/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 53/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 53/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 4/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 4/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 147/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 147/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 81/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 81/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 15/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 15/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 175/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 175/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 109/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 109/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 43/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 43/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 137/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 137/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 71/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 71/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 165/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 165/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 33/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 33/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 127/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 127/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 61/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 61/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 155/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 155/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 23/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 23/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 117/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 117/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 51/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 51/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 2/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 2/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 145/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 145/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 13/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 13/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 173/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 173/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 107/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 107/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 41/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 41/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 135/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 135/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 163/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 163/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 98/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 98/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 31/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 31/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 125/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 125/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 153/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 153/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 88/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 88/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 21/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 21/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 181/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 181/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 115/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 115/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 0/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 0/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 143/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 143/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 78/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 78/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 11/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 11/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 171/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 171/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 105/cpu:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (sound_dai_property): /sound/nvidia-audio-card,dai-link@ 105/codec:sound-dai: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/Tboard_tegra: thermal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/SOC0-therm:th ermal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/CPU-therm:the rmal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/CV0-therm:the rmal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/GPU-therm:the rmal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/SOC1-therm:th ermal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/Tdiode_tegra: thermal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/CV1-therm:the rmal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/SOC2-therm:th ermal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/tj-therm:ther mal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (thermal_sensors_property): /thermal-zones/CV2-therm:the rmal-sensors: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /xusb_padctl@3520000/ports/usb2-0/conn ector:id-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /xusb_padctl@3520000/ports/usb2-0/conn ector:vbus-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /fixed-regulators/regulator@108:gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /fixed-regulators/regulator@116:gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /fixed-regulators/regulator@200:gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /fixed-regulators/regulator@110:gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /fixed-regulators/regulator@111:gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@3160000:scl-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@3160000:sda-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /ethernet@2310000:nvidia,phy-reset-gpi o: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /leds/led:gpios: cell 0 is not a phand le reference extracted.dts: Warning (gpios_property): /sdhci@3400000:cd-gpios: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /gpio-keys/power_key:gpios: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /gpio-keys/forcerecovery:gpios: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /gpio-keys/sleep:gpios: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /ethernet@6810000:nvidia,phy-reset-gpi o: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /gps_wake:gps-wakeup-gpio: cell 0 is n ot a phandle reference extracted.dts: Warning (gpios_property): /gps_wake:gps-enable-gpio: cell 0 is n ot a phandle reference extracted.dts: Warning (gpios_property): /bpmp/i2c/temp-sensor@4c:temp-alert-gp io: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@c240000:scl-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@c240000:sda-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@3180000:scl-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@3180000:sda-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@c250000:scl-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /i2c@c250000:sda-gpio: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /pcie_ep@141a0000:reset-gpios: cell 0 is not a phandle reference extracted.dts: Warning (gpios_property): /pcie_ep@141a0000:nvidia,refclk-select -gpios: cell 0 is not a phandle reference extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (alias_paths): /aliases: aliases property name must incl ude only lowercase and '-' extracted.dts: Warning (graph_child_address): /funnel_ccplex1@26040000/out-port s: graph node has single child node 'port@0', #address-cells/#size-cells are no t necessary extracted.dts: Warning (graph_child_address): /aconnect@2a41000/ahub/arad@290e4 00/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary extracted.dts: Warning (graph_child_address): /funnel_major@24040000/out-ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary extracted.dts: Warning (graph_child_address): /funnel_top_ccplex@26020000/out-p orts: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary extracted.dts: Warning (graph_child_address): /funnel_ccplex0@26030000/out-port s: graph node has single child node 'port@0', #address-cells/#size-cells are no t necessary extracted.dts: Warning (graph_child_address): /replicator@24060000/in-ports: gr aph node has single child node 'port', #address-cells/#size-cells are not neces sary extracted.dts: Warning (graph_child_address): /replicator@24060000/out-ports: g raph node has single child node 'port', #address-cells/#size-cells are not nece ssary extracted.dts: Warning (graph_child_address): /etf@24050000/in-ports: graph nod e has single child node 'port', #address-cells/#size-cells are not necessary extracted.dts: Warning (graph_child_address): /etf@24050000/out-ports: graph no de has single child node 'port', #address-cells/#size-cells are not necessary extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/amixer@290bb00/port s/port@14: graph node unit address error, expected "e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/amixer@290bb00/port s/port@12: graph node unit address error, expected "c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/amixer@290bb00/port s/port@10: graph node unit address error, expected "a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/amixer@290bb00/port s/port@13: graph node unit address error, expected "d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/amixer@290bb00/port s/port@11: graph node unit address error, expected "b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@72: grap h node unit address error, expected "48" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@34: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@62: grap h node unit address error, expected "3e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@90: grap h node unit address error, expected "5a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@24: grap h node unit address error, expected "18" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@52: grap h node unit address error, expected "34" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@80: grap h node unit address error, expected "50" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@14: grap h node unit address error, expected "e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@105: gra ph node unit address error, expected "69" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@70: grap h node unit address error, expected "46" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@99: grap h node unit address error, expected "63" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@32: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@60: grap h node unit address error, expected "3c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@89: grap h node unit address error, expected "59" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@22: grap h node unit address error, expected "16" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@50: grap h node unit address error, expected "32" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@79: grap h node unit address error, expected "4f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@12: grap h node unit address error, expected "c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@103: gra ph node unit address error, expected "67" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@69: grap h node unit address error, expected "45" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@97: grap h node unit address error, expected "61" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@30: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@59: grap h node unit address error, expected "3b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@87: grap h node unit address error, expected "57" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@20: grap h node unit address error, expected "14" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@49: grap h node unit address error, expected "31" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@77: grap h node unit address error, expected "4d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@10: grap h node unit address error, expected "a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@101: gra ph node unit address error, expected "65" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@67: grap h node unit address error, expected "43" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@95: grap h node unit address error, expected "5f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@29: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@57: grap h node unit address error, expected "39" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@85: grap h node unit address error, expected "55" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@19: grap h node unit address error, expected "13" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@47: grap h node unit address error, expected "2f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@75: grap h node unit address error, expected "4b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@37: grap h node unit address error, expected "25" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@65: grap h node unit address error, expected "41" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@93: grap h node unit address error, expected "5d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@27: grap h node unit address error, expected "1b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@55: grap h node unit address error, expected "37" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@83: grap h node unit address error, expected "53" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@17: grap h node unit address error, expected "11" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@45: grap h node unit address error, expected "2d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@73: grap h node unit address error, expected "49" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@35: grap h node unit address error, expected "23" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@63: grap h node unit address error, expected "3f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@91: grap h node unit address error, expected "5b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@25: grap h node unit address error, expected "19" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@53: grap h node unit address error, expected "35" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@81: grap h node unit address error, expected "51" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@15: grap h node unit address error, expected "f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@106: gra ph node unit address error, expected "6a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@43: grap h node unit address error, expected "2b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@71: grap h node unit address error, expected "47" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@33: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@61: grap h node unit address error, expected "3d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@23: grap h node unit address error, expected "17" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@51: grap h node unit address error, expected "33" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@13: grap h node unit address error, expected "d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@104: gra ph node unit address error, expected "68" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@98: grap h node unit address error, expected "62" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@31: grap h node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@88: grap h node unit address error, expected "58" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@21: grap h node unit address error, expected "15" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@78: grap h node unit address error, expected "4e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@11: grap h node unit address error, expected "b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@102: gra ph node unit address error, expected "66" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@68: grap h node unit address error, expected "44" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@96: grap h node unit address error, expected "60" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@58: grap h node unit address error, expected "3a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@86: grap h node unit address error, expected "56" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@48: grap h node unit address error, expected "30" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@76: grap h node unit address error, expected "4c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@100: gra ph node unit address error, expected "64" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@38: grap h node unit address error, expected "26" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@66: grap h node unit address error, expected "42" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@94: grap h node unit address error, expected "5e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@28: grap h node unit address error, expected "1c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@56: grap h node unit address error, expected "38" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@84: grap h node unit address error, expected "54" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@18: grap h node unit address error, expected "12" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@46: grap h node unit address error, expected "2e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@74: grap h node unit address error, expected "4a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@64: grap h node unit address error, expected "40" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@92: grap h node unit address error, expected "5c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@26: grap h node unit address error, expected "1a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@54: grap h node unit address error, expected "36" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@82: grap h node unit address error, expected "52" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@16: grap h node unit address error, expected "10" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@107: gra ph node unit address error, expected "6b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/ports/port@44: grap h node unit address error, expected "2c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/asrc@2910000/ports/ port@12: graph node unit address error, expected "c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/asrc@2910000/ports/ port@10: graph node unit address error, expected "a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/asrc@2910000/ports/ port@11: graph node unit address error, expected "b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@34: graph node unit address error, expected "22" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@24: graph node unit address error, expected "18" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@52: graph node unit address error, expected "34" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@14: graph node unit address error, expected "e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@42: graph node unit address error, expected "2a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@32: graph node unit address error, expected "20" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@22: graph node unit address error, expected "16" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@50: graph node unit address error, expected "32" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@12: graph node unit address error, expected "c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@40: graph node unit address error, expected "28" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@30: graph node unit address error, expected "1e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@59: graph node unit address error, expected "3b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@20: graph node unit address error, expected "14" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@49: graph node unit address error, expected "31" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@10: graph node unit address error, expected "a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@39: graph node unit address error, expected "27" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@29: graph node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@57: graph node unit address error, expected "39" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@19: graph node unit address error, expected "13" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@47: graph node unit address error, expected "2f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@37: graph node unit address error, expected "25" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@27: graph node unit address error, expected "1b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@55: graph node unit address error, expected "37" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@17: graph node unit address error, expected "11" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@45: graph node unit address error, expected "2d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@35: graph node unit address error, expected "23" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@25: graph node unit address error, expected "19" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@53: graph node unit address error, expected "35" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@15: graph node unit address error, expected "f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@43: graph node unit address error, expected "2b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@33: graph node unit address error, expected "21" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@23: graph node unit address error, expected "17" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@51: graph node unit address error, expected "33" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@13: graph node unit address error, expected "d" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@41: graph node unit address error, expected "29" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@31: graph node unit address error, expected "1f" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@21: graph node unit address error, expected "15" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@11: graph node unit address error, expected "b" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@58: graph node unit address error, expected "3a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@48: graph node unit address error, expected "30" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@38: graph node unit address error, expected "26" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@28: graph node unit address error, expected "1c" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@56: graph node unit address error, expected "38" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@18: graph node unit address error, expected "12" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@46: graph node unit address error, expected "2e" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@36: graph node unit address error, expected "24" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@26: graph node unit address error, expected "1a" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@54: graph node unit address error, expected "36" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@16: graph node unit address error, expected "10" extracted.dts: Warning (graph_port): /aconnect@2a41000/ahub/admaif@290f000/port s/port@44: graph node unit address error, expected "2c" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@34 : graph node unit address error, expected "22" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@24 : graph node unit address error, expected "18" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@52 : graph node unit address error, expected "34" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@32 : graph node unit address error, expected "20" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@22 : graph node unit address error, expected "16" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@30 : graph node unit address error, expected "1e" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@20 : graph node unit address error, expected "14" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@29 : graph node unit address error, expected "1d" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@19 : graph node unit address error, expected "13" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@37 : graph node unit address error, expected "25" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@27 : graph node unit address error, expected "1b" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@17 : graph node unit address error, expected "11" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@35 : graph node unit address error, expected "23" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@25 : graph node unit address error, expected "19" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@33 : graph node unit address error, expected "21" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@23 : graph node unit address error, expected "17" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@51 : graph node unit address error, expected "33" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@31 : graph node unit address error, expected "1f" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@21 : graph node unit address error, expected "15" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@28 : graph node unit address error, expected "1c" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@18 : graph node unit address error, expected "12" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@36 : graph node unit address error, expected "24" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@26 : graph node unit address error, expected "1a" extracted.dts: Warning (graph_port): /aconnect@2a41000/adsp_audio/ports/port@16 : graph node unit address error, expected "10" extracted.dts: Warning (graph_port): /replicator@24060000/in-ports/port: graph node unit address error, expected "0" extracted.dts: Warning (graph_port): /replicator@24060000/out-ports/port: graph node unit address error, expected "0" extracted.dts: Warning (graph_port): /etf@24050000/in-ports/port: graph node un it address error, expected "0" extracted.dts: Warning (graph_port): /etf@24050000/out-ports/port: graph node u nit address error, expected "0" extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/ope@2908000/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @35/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/sfc@2902400/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @17/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907500/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @34/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/mvc@290a200/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @38/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/amixer@290bb00/ ports/port@14/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@23/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/amixer@290bb00/ ports/port@12/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@21/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/amixer@290bb00/ ports/port@10/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@19/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/amixer@290bb00/ ports/port@13/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@22/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/amixer@290bb00/ ports/port@11/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@20/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/sfc@2902000/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @15/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907100/por ts/port@1/ndpoint: graph endpoint node name should be 'endpoint' extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907100/por ts/port@1/ndpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port@ 30/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907400/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @33/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@9/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/por t@100/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@12/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/po rt@103/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@7/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/por t@98/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@10/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/po rt@101/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@8/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/por t@99/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/asrc@2910000/po rts/port@11/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/po rt@102/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/sfc@2902600/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @18/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@52/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@68/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@42/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@2/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@50/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@66/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@40/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@0/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@59/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@75/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@49/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@9/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@57/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@73/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@47/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@7/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@55/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@71/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@45/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@5/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@53/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@69/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@43/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@3/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@51/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@67/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@41/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@1/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@58/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@74/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@48/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@8/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@56/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@72/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@46/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@6/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@54/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@70/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/admaif@290f000/ ports/port@44/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/ port@4/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907000/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @29/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/sfc@2902200/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @16/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907300/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @32/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/mvc@290a000/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @37/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /aconnect@2a41000/ahub/afc@2907200/por ts/port@1/endpoint: graph connection to node '/aconnect@2a41000/ahub/ports/port @31/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /i2c@c250000/rt5659.1-001a@1a/port/end point: graph connection to node '/aconnect@2a41000/ahub/i2s@2901100/ports/port@ 1/endpoint' is not bidirectional extracted.dts: Warning (graph_endpoint): /i2c@c250000/i2cmux@70/i2c@3/rt5659.12 -001a@1a/port/endpoint: graph connection to node '/aconnect@2a41000/ahub/i2s@29 01100/ports/port@1/endpoint' is not bidirectional xd@XD-UBUNTU:~$ [ 160.922331] irq 258: nobody cared (try booting with the "irq poll" option) [ 160.929457] handlers: [ 160.931796] [<00000000ae14bb0f>] irq_default_primary_handler threaded [<0000 0000785bc8f4>] regmap_irq_thread [ 160.941921] Disabling IRQ #258 xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ cp extracted.dts /home/xd/Desktop/ xd@XD-UBUNTU:~$ ?? [0004.567] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0004.573] I> t234-A01-0-Silicon (0x12347) Prod [0004.577] I> Boot-mode : BPMP Diagnostic [0004.581] I> Emulation: [0004.583] I> Entry timestamp: 0x00000000 [0004.587] I> last_boot_error: 0x0 [0004.590] I> BR-BCT: preprod_dev_sign: 0 [0004.594] I> rst_source: 0x0, rst_level: 0x0 [0004.598] I> Task: Crypto init (0x5001c0d9) [0004.602] I> Task: Secure debug controls (0x5000cb19) [0004.607] I> Task: strap war set (0x5000b739) [0004.611] I> strap value(0x4000001) set to 0x4000001 [0004.616] I> Task: Program NV master stream id (0x5000cad1) [0004.621] I> Task: Verify boot mode (0xd482021) [0004.627] I> Task: Alias fuses (0x50010749) [0004.632] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0004.639] I> Task: Print SKU type (0x5000fba9) [0004.643] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0004.648] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0004.653] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0004.657] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0004.661] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0004.665] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0004.670] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0004.674] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0004.678] I> FUSE_SKU_INFO_0 = 0xd2 [0004.681] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0004.685] I> FUSE_PACKAGE_INFO_0 = 0x2 [0004.689] I> SKU: Prod [0004.691] I> Task: Boost clocks (0x50013db1) [0004.695] I> Initializing PLLC2 for AXI_CBB. [0004.699] I> AXI_CBB : src = 35, divisor = 0 [0004.703] I> Task: Voltage monitor (0x50013dbd) [0004.708] I> VMON: Vmon re-calibration and fine tuning done [0004.713] I> Task: UPHY init (0x5000da39) [0004.718] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0004.723] I> Task: Boot device init (0x50000a3d) [0004.728] I> Boot_device: RCM [0004.731] I> USB configuration success [0004.734] I> Task: TSC init (0x5001ed35) [0004.738] I> Task: Enable WDT 5th expiry (0x5001f929) [0004.743] I> Task: Disable WDT globally (0x5001f965) [0004.748] I> Task: I2C register (0x50000a31) [0004.752] I> Task: Reset FSI (0x50013db9) [0004.756] I> Task: Enable clock-mon (0x5001ed25) [0004.771] I> FMON: Fmon re-programming done [0004.775] I> Task: MB1 fixed firewalls (0x5001e55d) [0004.783] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0004.788] I> Loading MB2 Applet [0004.791] I> Scratch RSV109: 0x00000000 active chain: 0 [0004.797] I> Slot: 0 [0004.799] I> Binary[21] block-0 (partition size: 0x50000) [0004.804] I> get_binary_info: Binary name: MB2-Applet [0004.809] I> Size of crypto header is 8192 [0004.813] I> BCH load address is : 0x4004e000 [0004.817] I> Size of crypto header is 8192 [0004.821] I> BCH of MB2-Applet read from storage [0004.826] I> BCH address is : 0x4004e000 [0004.830] I> MB2-Applet header integrity check is success [0004.835] I> Binary magic in BCH component 0 is MB2A [0004.840] I> component binary type is 21 [0004.843] I> Size of crypto header is 8192 [0004.858] I> MB2-Applet binary is read from storage [0004.863] I> MB2-Applet binary integrity check is success [0004.868] I> Binary MB2-Applet loaded successfully at 0x40000000 (0x41b80) [0004.875] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0004.880] I> Task: Prepare MB2 params (0x5000d5dd) [0004.886] I> MB2-params @ 0x40060000 [0004.889] I> Region(2) already mapped [0004.892] E> Failed to map carveout: 50 [0004.896] I> BR-BCT Boot Chain Fields [0004.900] I> u32_non_gpio_select_boot_chain : 0 [0004.904] I> u32_num_boot_chains : 0 [0004.909] I> bf_bl_gpio_select_boot_chain_1b : 0 [0004.914] I> Task: Misc NV security settings (0x5000ced5) [0004.920] I> NVDEC sticky bits programming done [0004.924] I> Task: Disable/Reload WDT (0x5001f991) [0004.929] I> Programmed SLCG global override := 0x0 [0004.933] I> MB1: MSS reconfig completed I> Applet (version: 0.0.0.0-t234-54845784-dee653cf) I> t234-A01-0-Silicon (0x12347) I> Emulation: I> Entry timestamp: 0xffffffff I> Task: Pinmux init (0x4000062d) I> Task: Boot device init (0x400012e5) I> Applet do storage init I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : clk_m I> QSPI-0l initialized successfully I> sdmmc DDR50 mode I> sdmmc bdev is already initialized E> Unknown device 7 E> Unknown device 8 I> Task: Partition Manager Init (0x40002d1d) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: I2C register (0x400006a5) I> Task: Register exit handlers (0x400005f5) I> Task: Enter 3p server (0x400018e1) I> USB configuration success I> Populate chip info I> RAM_CODE 0x4000001 I> Populate eeprom info I> Populate eeprom info for module cvm I> dump bct I> Rebooting : reboot-recovery ?? [0122.439] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0122.445] I> t234-A01-0-Silicon (0x12347) Prod [0122.449] I> Boot-mode : Coldboot [0122.452] I> Emulation: [0122.455] I> Entry timestamp: 0x00000000 [0122.458] I> last_boot_error: 0x0 [0122.462] I> BR-BCT: preprod_dev_sign: 0 [0122.465] I> rst_source: 0xb, rst_level: 0x1 [0122.469] I> Task: CRC check (0x5001cf71) [0122.473] I> Skip CRC check as records_integrity fuse is not burned [0122.479] I> Task: Crypto init (0x5001c0d9) [0122.483] I> Task: Secure debug controls (0x5000cb19) [0122.488] I> Task: strap war set (0x5000b739) [0122.493] I> strap value(0x4000001) set to 0x4000001 [0122.497] I> Task: Initialize SOC Therm (0x5001a509) [0122.502] I> Task: Program NV master stream id (0x5000cad1) [0122.508] I> Task: Verify boot mode (0xd482021) [0122.514] I> Task: Alias fuses (0x50010749) [0122.518] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0122.525] I> Task: Print SKU type (0x5000fba9) [0122.529] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0122.534] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0122.539] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0122.543] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0122.547] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0122.551] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0122.556] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0122.560] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0122.564] I> FUSE_SKU_INFO_0 = 0xd2 [0122.567] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0122.571] I> FUSE_PACKAGE_INFO_0 = 0x2 [0122.575] I> SKU: Prod [0122.577] I> Task: Boost clocks (0x50013db1) [0122.581] I> Initializing PLLC2 for AXI_CBB. [0122.585] I> AXI_CBB : src = 35, divisor = 0 [0122.590] I> Task: Voltage monitor (0x50013dbd) [0122.594] I> VMON: Vmon re-calibration and fine tuning done [0122.599] I> Task: UPHY init (0x5000da39) [0122.604] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0122.609] I> Task: Boot device init (0x50000a3d) [0122.614] I> Boot_device: RCM [0122.617] I> USB configuration success [0123.885] I> Task: TSC init (0x5001ed35) [0123.889] I> Task: Load membct (0x5001190d) [0123.894] I> RAM_CODE 0x4000001 [0123.897] I> Loading MEM-BCT to SysRAM [0123.900] I> Scratch RSV109: 0x00000000 active chain: 0 [0123.905] I> Slot: 0 [0123.907] I> Binary[0] block-0 (partition size: 0x40000) [0123.913] I> get_binary_info: Binary name: MEM-BCT-0 [0123.918] I> Size of crypto header is 8192 [0123.921] I> BCH load address is : 0x40050000 [0123.926] I> Size of crypto header is 8192 [0123.930] I> BCH of MEM-BCT-0 read from storage [0123.934] I> BCH address is : 0x40050000 [0123.938] I> MEM-BCT-0 header integrity check is success [0123.943] I> Binary magic in BCH component 0 is MEM0 [0123.948] I> component binary type is 0 [0123.954] I> MEM-BCT-0 binary is read from storage [0123.959] I> MEM-BCT-0 binary integrity check is success [0123.964] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0123.971] I> RAM_CODE 0x4000001 [0123.976] I> RAM_CODE 0x4000001 [0123.980] I> Task: Load Page retirement list (0x50011139) [0123.985] I> Task: SDRAM params override (0x50011b79) [0123.990] I> Task: Save mem-bct info (0x50014071) [0123.995] I> Task: Carveout allocate (0x500140d5) [0123.999] I> ECC region[0]: Start:0x0, End:0x0 [0124.003] I> ECC region[1]: Start:0x0, End:0x0 [0124.008] I> ECC region[2]: Start:0x0, End:0x0 [0124.012] I> ECC region[3]: Start:0x0, End:0x0 [0124.016] I> ECC region[4]: Start:0x0, End:0x0 [0124.021] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0124.027] I> Non-ECC region[1]: Start:0x0, End:0x0 [0124.031] I> Non-ECC region[2]: Start:0x0, End:0x0 [0124.036] I> Non-ECC region[3]: Start:0x0, End:0x0 [0124.040] I> Non-ECC region[4]: Start:0x0, End:0x0 [0124.050] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0124.057] I> allocated(CO:46) base:0x820000000 size:0x20000000 align: 0x200000 00 [0124.065] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0124.072] I> allocated(CO:39) base:0x81a000000 size:0x6000000 align: 0x200000 [0124.079] I> allocated(CO:20) base:0x818000000 size:0x2000000 align: 0x2000000 [0124.086] I> allocated(CO:24) base:0x816000000 size:0x2000000 align: 0x2000000 [0124.093] I> allocated(CO:28) base:0x814000000 size:0x2000000 align: 0x2000000 [0124.100] I> allocated(CO:29) base:0x812000000 size:0x2000000 align: 0x2000000 [0124.107] I> allocated(CO:43) base:0x810000000 size:0x2000000 align: 0x200000 [0124.114] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0124.121] I> allocated(CO:41) base:0x80f000000 size:0x1000000 align: 0x100000 [0124.128] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0124.135] I> allocated(CO:03) base:0x80e800000 size:0x800000 align: 0x800000 [0124.142] I> allocated(CO:06) base:0x80e000000 size:0x800000 align: 0x800000 [0124.149] I> allocated(CO:10) base:0x80d800000 size:0x800000 align: 0x800000 [0124.156] I> allocated(CO:56) base:0x80d000000 size:0x800000 align: 0x200000 [0124.163] I> allocated(CO:07) base:0x80cc00000 size:0x400000 align: 0x400000 [0124.170] I> allocated(CO:33) base:0x80c800000 size:0x400000 align: 0x200000 [0124.177] I> allocated(CO:47) base:0x80c400000 size:0x400000 align: 0x200000 [0124.184] I> allocated(CO:72) base:0x80c200000 size:0x200000 align: 0x10000 [0124.191] I> allocated(CO:01) base:0x80c100000 size:0x100000 align: 0x100000 [0124.197] I> allocated(CO:04) base:0x80c000000 size:0x100000 align: 0x100000 [0124.204] I> allocated(CO:05) base:0x80bf00000 size:0x100000 align: 0x100000 [0124.211] I> allocated(CO:08) base:0x80be00000 size:0x100000 align: 0x100000 [0124.218] I> allocated(CO:09) base:0x80bd00000 size:0x100000 align: 0x100000 [0124.225] I> allocated(CO:15) base:0x80bc00000 size:0x100000 align: 0x100000 [0124.232] I> allocated(CO:17) base:0x80bb00000 size:0x100000 align: 0x100000 [0124.239] I> allocated(CO:23) base:0x80ba00000 size:0x100000 align: 0x100000 [0124.246] I> allocated(CO:27) base:0x80b900000 size:0x100000 align: 0x100000 [0124.253] I> allocated(CO:42) base:0x80b800000 size:0x100000 align: 0x100000 [0124.260] I> allocated(CO:54) base:0x80b780000 size:0x80000 align: 0x80000 [0124.267] I> allocated(CO:26) base:0x80b740000 size:0x40000 align: 0x2000 [0124.273] I> allocated(CO:48) base:0x80b720000 size:0x20000 align: 0x10000 [0124.280] I> allocated(CO:69) base:0x80b700000 size:0x20000 align: 0x10000 [0124.287] I> allocated(CO:34) base:0x80b6f0000 size:0x10000 align: 0x10000 [0124.293] I> allocated(CO:35) base:0x80b6e0000 size:0x10000 align: 0x10000 [0124.300] I> allocated(CO:49) base:0x80b6d0000 size:0x10000 align: 0x10000 [0124.307] I> allocated(CO:50) base:0x80b6c0000 size:0x10000 align: 0x10000 [0124.314] I> allocated(CO:52) base:0x80b6b0000 size:0x10000 align: 0x10000 [0124.320] I> Task: Thermal check (0x5001fba1) [0124.325] I> max_chip_limit = 115 [0124.328] I> min_chip_limit = -30 [0124.331] I> max temp read = 30 [0124.334] I> min temp read = 28 [0124.337] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0124.343] I> Task: Enable WDT 5th expiry (0x5001f929) [0124.348] I> Task: Disable WDT globally (0x5001f965) [0124.353] I> Task: I2C register (0x50000a31) [0124.357] I> Task: Reset FSI (0x50013db9) [0124.361] I> Task: Pinmux init (0x50013219) [0124.365] I> Task: Prod config init (0x50013631) [0124.370] I> Task: Pad voltage init (0x500132a5) [0124.374] I> Task: Prod init (0x500136d5) [0124.378] I> Task: Common rail init (0x50013bd1) [0124.383] W> Thermal config not found in BCT [0124.387] W> Generic i2c config not found in BCT [0124.391] W> Platform rail config not found in BCT [0124.397] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0124.405] W> MEMIO rail config not found in BCT [0124.410] I> Task: Mem clock src (0x500119c5) [0124.414] I> Task: Misc. board config (0x50013c29) [0124.419] W> Platform config not found in BCT [0124.423] I> Task: SDRAM init (0x500119c9) [0124.429] I> SDRAM-params @ 0xd485000 [0124.433] I> MSS code-drop: NvBootSdramInit [0124.437] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevisio n: 8 [0124.444] I> MSS CAR: Init PLLM [0124.447] I> MSS CAR: Init PLLHUB [0124.452] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0124.464] I> mb1_sdram_init Done ! [0124.467] I> SDRAM Size in Total 0x800000000 [0124.471] I> Task: Dram Ecc scrub (0x50011261) [0124.476] I> Task: DRAM alias check (0x50011b71) [0124.507] I> Task: Program NSDRAM carveout (0x50014921) [0124.513] I> NSDRAM carveout encryption is disabled [0124.519] I> Program NSDRAM carveout [0124.523] I> Task: Register checker (0x50011b75) [0124.532] I> Task: Enable clock-mon (0x5001ed25) [0124.549] I> FMON: Fmon re-programming done [0124.554] I> Task: Mapper init (0x5001d451) [0124.559] I> Task: SC7 Context Init (0x5001f02d) [0124.565] I> Task: CCPLEX IST init (0x5000d335) [0124.571] I> Task: CPU WP0 (0x5000c635) [0124.577] I> Loading MCE [0124.580] I> Scratch RSV109: 0x00000000 active chain: 0 [0124.586] I> Slot: 0 [0124.588] I> Binary[8] block-0 (partition size: 0x80000) [0124.595] I> get_binary_info: Binary name: MCE [0124.600] I> Size of crypto header is 8192 [0124.604] I> BCH load address is : 0x4003e000 [0124.610] I> Size of crypto header is 8192 [0125.210] I> BCH of MCE read from storage [0125.215] I> BCH address is : 0x4003e000 [0125.220] I> MCE header integrity check is success [0125.226] I> Binary magic in BCH component 0 is MTSM [0125.231] I> component binary type is 8 [0125.236] I> Size of crypto header is 8192 [0125.247] I> MCE binary is read from storage [0125.252] I> MCE binary integrity check is success [0125.258] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0125.266] I> Size of crypto header is 8192 [0125.271] I> Sending WP0 mailbox command to PSC [0125.282] I> Task: MB1 fixed firewalls (0x5001e55d) [0125.301] I> Task: Load bpmp-fw (0x5001e801) [0125.307] I> Scratch RSV109: 0x00000000 active chain: 0 [0125.313] I> Slot: 0 [0125.316] I> Binary[15] block-0 (partition size: 0x180000) [0125.322] I> get_binary_info: Binary name: BPMP_FW [0125.327] I> Size of crypto header is 8192 [0125.332] I> BCH load address is : 0x807fe000 [0125.338] I> Size of crypto header is 8192 [0125.343] I> BCH of BPMP_FW read from storage [0125.348] I> BCH address is : 0x807fe000 [0125.354] I> BPMP_FW header integrity check is success [0125.359] I> Binary magic in BCH component 0 is BPMF [0125.365] I> component binary type is 15 [0125.369] I> Size of crypto header is 8192 [0125.410] I> BPMP_FW binary is read from storage [0125.418] I> BPMP_FW binary integrity check is success [0125.423] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0125.432] I> Scratch RSV109: 0x00000000 active chain: 0 [0125.438] I> Slot: 0 [0125.440] I> Binary[16] block-251658752 (partition size: 0x400000) [0125.448] I> get_binary_info: Binary name: BPMP_FW_DTB [0125.454] I> Size of crypto header is 8192 [0125.459] I> BCH load address is : 0x807fc000 [0125.465] I> Size of crypto header is 8192 [0125.470] I> BCH of BPMP_FW_DTB read from storage [0125.475] I> BCH address is : 0x807fc000 [0125.481] I> BPMP_FW_DTB header integrity check is success [0125.487] I> Binary magic in BCH component 0 is BPMD [0125.492] I> component binary type is 16 [0125.497] I> Size of crypto header is 8192 [0125.506] I> BPMP_FW_DTB binary is read from storage [0125.512] I> BPMP_FW_DTB binary integrity check is success [0125.518] I> Binary BPMP_FW_DTB loaded successfully at 0x807dbbb0 (0x20440) [0125.528] I> Task: Load psc-fw (0x5001ea0d) [0125.533] I> Scratch RSV109: 0x00000000 active chain: 0 [0125.539] I> Slot: 0 [0125.542] I> Binary[17] block-0 (partition size: 0xc0000) [0125.548] I> get_binary_info: Binary name: PSC_FW [0125.554] I> Size of crypto header is 8192 [0125.558] I> BCH load address is : 0x80ffe000 [0125.564] I> Size of crypto header is 8192 [0125.569] I> BCH of PSC_FW read from storage [0125.574] I> BCH address is : 0x80ffe000 [0125.580] I> PSC_FW header integrity check is success [0125.585] I> Binary magic in BCH component 0 is PFWP [0125.591] I> component binary type is 17 [0125.595] I> Size of crypto header is 8192 [0125.618] I> PSC_FW binary is read from storage [0125.624] I> PSC_FW binary integrity check is success [0125.630] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0125.639] I> Task: Load nvdec-fw (0x5001ea81) [0125.645] I> Scratch RSV109: 0x00000000 active chain: 0 [0125.651] I> Slot: 0 [0125.653] I> Binary[7] block-0 (partition size: 0x100000) [0125.660] I> get_binary_info: Binary name: NVDEC [0125.665] I> Size of crypto header is 8192 [0125.670] I> BCH load address is : 0x800fe000 [0125.675] I> Size of crypto header is 8192 [0125.680] I> BCH of NVDEC read from storage [0125.685] I> BCH address is : 0x800fe000 [0125.691] I> NVDEC header integrity check is success [0125.696] I> Binary magic in BCH component 0 is NDEC [0125.702] I> component binary type is 7 [0125.706] I> Size of crypto header is 8192 [0125.718] I> NVDEC binary is read from storage [0125.724] I> NVDEC binary integrity check is success [0125.730] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0125.741] I> Task: Load tsec-fw (0x5001ec6d) [0125.746] I> TSEC-FW load support not enabled [0125.751] I> Task: Program misc carveouts (0x5001445d) [0125.757] I> Program IPC carveouts [0125.765] I> Task: GPIO interrupt map (0x50013cc5) [0125.771] I> Task: SC7 context save (0x5001f161) [0125.777] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0125.783] I> Loading MB2 [0125.787] I> Scratch RSV109: 0x00000000 active chain: 0 [0125.793] I> Slot: 0 [0125.795] I> Binary[6] block-0 (partition size: 0x80000) [0125.802] I> get_binary_info: Binary name: MB2 [0125.807] I> Size of crypto header is 8192 [0125.811] I> BCH load address is : 0x8007e000 [0125.817] I> Size of crypto header is 8192 [0125.822] I> BCH of MB2 read from storage [0125.827] I> BCH address is : 0x8007e000 [0125.832] I> MB2 header integrity check is success [0125.838] I> Binary magic in BCH component 0 is MB2B [0125.843] I> component binary type is 6 [0125.847] I> Size of crypto header is 8192 [0125.867] I> MB2 binary is read from storage [0125.873] I> MB2 binary integrity check is success [0125.879] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0125.887] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0125.894] I> Task: Prepare MB2 params (0x5000d5dd) [0125.903] I> MB2-params @ 0x40060000 [0125.911] I> BR-BCT Boot Chain Fields [0125.915] I> u32_non_gpio_select_boot_chain : 0 [0125.920] I> u32_num_boot_chains : 2 [0125.926] I> bf_bl_gpio_select_boot_chain_1b : 0 [0125.932] I> Task: Dram ecc test (0x500112cd) [0125.938] I> Task: Misc NV security settings (0x5000ced5) [0125.945] I> NVDEC sticky bits programming done [0125.950] I> Task: Disable/Reload WDT (0x5001f991) [0125.956] I> Programmed SLCG global override := 0x0 [0125.961] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : RCM Flash I> Emulation: I> Entry timestamp: 0x07829ffc I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x80d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc I> Received ACK from psc I> Task: Enter 3p server (0x50001f04) I> USB configuration success I> Populate storage info I> Erasing device 3: 0 I> QSPI: Erasing entire device I> Writing device 3: 0. I> Found 57 partitions in QSPI_FLASH (instance 0) I> Erasing device 1: 3 I> Writing device 1: 3. I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing A_mb1 partition. I> Writing A_psc_bl1 partition. I> Writing A_nvdec partition. I> Writing A_mb2 partition. I> Writing A_xusb-fw partition. I> Writing A_bpmp-fw partition. I> Writing A_bpmp-fw-dtb partition. I> Writing A_psc-fw partition. I> Writing A_mts-mce partition. I> Writing A_sc7 partition. I> Writing A_pscrf partition. I> Writing A_mb2rf partition. I> Writing A_cpu-bootloader partition. I> Writing A_secure-os partition. I> Writing A_eks partition. I> Writing A_dce-fw partition. I> Writing A_spe-fw partition. I> Writing A_rce-fw partition. I> Writing A_adsp-fw partition. I> Writing B_mb1 partition. I> Writing B_psc_bl1 partition. I> Writing B_nvdec partition. I> Writing B_mb2 partition. I> Writing B_xusb-fw partition. I> Writing B_bpmp-fw partition. I> Writing B_bpmp-fw-dtb partition. I> Writing B_psc-fw partition. I> Writing B_mts-mce partition. I> Writing B_sc7 partition. I> Writing B_pscrf partition. I> Writing B_mb2rf partition. I> Writing B_cpu-bootloader partition. I> Writing B_secure-os partition. I> Writing B_eks partition. I> Writing B_dce-fw partition. I> Writing B_spe-fw partition. I> Writing B_rce-fw partition. I> Writing B_adsp-fw partition. I> Writing B_VER partition. I> Writing A_VER partition. I> Writing device 1: 3. I> Writing A_kernel partition. I> Writing A_kernel-dtb partition. I> Writing B_kernel partition. I> Writing B_kernel-dtb partition. I> Writing recovery partition. I> Writing recovery-dtb partition. I> Writing esp partition. I> Writing APP partition. I> Writing secondary_gpt_backup partition. I> Writing BCT partition. I> Writing BCT-boot-chain_backup partition. I> Writing A_MB1_BCT partition. I> Writing B_MB1_BCT partition. I> Writing A_MEM_BCT partition. I> Writing B_MEM_BCT partition. I> Rebooting : reset-coldboot ?? [0000.060] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.066] I> t234-A01-0-Silicon (0x12347) Prod [0000.070] I> Boot-mode : Coldboot [0000.073] I> Emulation: [0000.075] I> Entry timestamp: 0x00000000 [0000.079] I> last_boot_error: 0x0 [0000.082] I> BR-BCT: preprod_dev_sign: 0 [0000.086] I> rst_source: 0xb, rst_level: 0x1 [0000.090] I> Task: CRC check (0x5001cf71) [0000.094] I> Skip CRC check as records_integrity fuse is not burned [0000.100] I> Task: Crypto init (0x5001c0d9) [0000.104] I> Task: Secure debug controls (0x5000cb19) [0000.109] I> Task: strap war set (0x5000b739) [0000.113] I> strap value(0x4000001) set to 0x4000001 [0000.118] I> Task: Initialize SOC Therm (0x5001a509) [0000.123] I> Task: Program NV master stream id (0x5000cad1) [0000.128] I> Task: Verify boot mode (0xd482021) [0000.134] I> Task: Alias fuses (0x50010749) [0000.139] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.146] I> Task: Print SKU type (0x5000fba9) [0000.150] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.156] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.160] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.164] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.168] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.173] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.177] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.181] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.185] I> FUSE_SKU_INFO_0 = 0xd2 [0000.188] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.193] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.196] I> SKU: Prod [0000.198] I> Task: Boost clocks (0x50013db1) [0000.202] I> Initializing PLLC2 for AXI_CBB. [0000.207] I> AXI_CBB : src = 35, divisor = 0 [0000.211] I> Task: Voltage monitor (0x50013dbd) [0000.215] I> VMON: Vmon re-calibration and fine tuning done [0000.220] I> Task: UPHY init (0x5000da39) [0000.225] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.231] I> Task: Boot device init (0x50000a3d) [0000.235] I> Boot_device: QSPI_FLASH instance: 0 [0000.240] I> Qspi clock source : pllc_out0 [0000.244] I> QSPI Flash: Macronix 64MB [0000.248] I> QSPI-0l initialized successfully [0000.252] I> Task: TSC init (0x5001ed35) [0000.256] I> Task: Load membct (0x5001190d) [0000.260] I> RAM_CODE 0x4000001 [0000.263] I> Loading MEM-BCT to SysRAM [0000.266] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.272] I> Slot: 0 [0000.274] I> Binary[0] block-0 (partition size: 0x40000) [0000.279] I> get_binary_info: Binary name: MEM-BCT-0 [0000.284] I> Size of crypto header is 8192 [0000.288] I> BCH load address is : 0x40050000 [0000.292] I> Size of crypto header is 8192 [0000.296] I> BCH of MEM-BCT-0 read from storage [0000.300] I> BCH address is : 0x40050000 [0000.304] I> MEM-BCT-0 header integrity check is success [0000.309] I> Binary magic in BCH component 0 is MEM0 [0000.314] I> component binary type is 0 [0000.319] I> MEM-BCT-0 binary is read from storage [0000.323] I> MEM-BCT-0 binary integrity check is success [0000.329] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.335] I> RAM_CODE 0x4000001 [0000.340] I> RAM_CODE 0x4000001 [0000.344] I> Task: Load Page retirement list (0x50011139) [0000.350] I> Task: SDRAM params override (0x50011b79) [0000.354] I> Task: Save mem-bct info (0x50014071) [0000.359] I> Task: Carveout allocate (0x500140d5) [0000.364] I> RCM blob carveout will not be allocated [0000.368] I> ECC region[0]: Start:0x0, End:0x0 [0000.373] I> ECC region[1]: Start:0x0, End:0x0 [0000.377] I> ECC region[2]: Start:0x0, End:0x0 [0000.381] I> ECC region[3]: Start:0x0, End:0x0 [0000.385] I> ECC region[4]: Start:0x0, End:0x0 [0000.390] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.396] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.400] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.405] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.409] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.419] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.426] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.433] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.440] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.448] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.455] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.462] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.469] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.476] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.483] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.490] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.497] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.504] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.511] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.518] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.525] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.531] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.538] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.545] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.552] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.559] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.566] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.573] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.580] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.587] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.594] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.601] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.608] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.614] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.621] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.628] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.635] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.642] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.648] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.655] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.662] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.669] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.675] I> allocated(CO:52) base:0x82b6b0000 size:0x[0000.868] I> Task: Prog ram NSDRAM carveout (0x50014921) [0000.874] I> NSDRAM carveout encryption is disabled [0000.879] I> Program NSDRAM carveout [0000.883] I> Task: Register checker (0x50011b75) [0000.892] I> Task: Enable clock-mon (0x5001ed25) [0000.909] I> FMON: Fmon re-programming done [0000.913] I> Task: Mapper init (0x5001d451) [0000.918] I> Task: SC7 Context Init (0x5001f02d) [0000.925] I> Task: CCPLEX IST init (0x5000d335) [0000.930] I> Task: CPU WP0 (0x5000c635) [0000.936] I> Loading MCE [0000.938] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.944] I> Slot: 0 [0000.947] I> Binary[8] block-0 (partition size: 0x80000) [0000.953] I> get_binary_info: Binary name: MCE [0000.957] I> Size of crypto header is 8192 [0000.962] I> BCH load address is : 0x4003e000 [0000.967] I> Size of crypto header is 8192 [0000.972] I> BCH of MCE read from storage [0000.976] I> BCH address is : 0x4003e000 [0000.982] I> MCE header integrity check is success [0000.987] I> Binary magic in BCH component 0 is MTSM [0000.992] I> component binary type is 8 [0000.996] I> Size of crypto header is 8192 [0001.003] I> MCE binary is read from storage [0001.008] I> MCE binary integrity check is success [0001.013] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.021] I> Size of crypto header is 8192 [0001.035] I> Size of crypto header is 8192 [0001.040] I> Sending WP0 mailbox command to PSC [0001.050] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.070] I> Task: Load bpmp-fw (0x5001e801) [0001.075] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.081] I> Slot: 0 [0001.083] I> Binary[15] block-0 (partition size: 0x180000) [0001.090] I> get_binary_info: Binary name: BPMP_FW [0001.095] I> Size of crypto header is 8192 [0001.099] I> BCH load address is : 0x807fe000 [0001.105] I> Size of crypto header is 8192 [0001.110] I> BCH of BPMP_FW read from storage [0001.114] I> BCH address is : 0x807fe000 [0001.120] I> BPMP_FW header integrity check is success [0001.125] I> Binary magic in BCH component 0 is BPMF [0001.131] I> component binary type is 15 [0001.135] I> Size of crypto header is 8192 [0001.150] I> BPMP_FW binary is read from storage [0001.157] I> BPMP_FW binary integrity check is success [0001.163] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.171] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.177] I> Slot: 0 [0001.179] I> Binary[16] block-10000 (partition size: 0x400000) [0001.186] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.191] I> Size of crypto header is 8192 [0001.196] I> BCH load address is : 0x807fc000 [0001.201] I> Size of crypto header is 8192 [0001.206] I> BCH of BPMP_FW_DTB read from storage [0001.211] I> BCH address is : 0x807fc000 [0001.217] I36] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.447] I> Task: Load tsec-fw (0x5001ec6d) [0001.452] I> TSEC-FW load support not enabled [0001.457] I> Task: Program misc carveouts (0x5001445d) [0001.463] I> Program IPC carveouts [0001.470] I> Task: GPIO interrupt map (0x50013cc5) [0001.476] I> Task: SC7 context save (0x5001f161) [0001.482] I> NV_SC7 Context addr: 0xa0000000 [0001.487] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.493] I> Slot: 0 [0001.496] I> Binary[27] block-0 (partition size: 0x100000) [0001.502] I> get_binary_info: Binary name: BR_BCT [0001.507] I> Size of crypto header is 8192 [0001.512] I> Size of crypto header is 8192 [0001.516] I> BR_BCT binary is read from storage [0001.522] I> BR_BCT binary integrity check is success [0001.527] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.535] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.541] I> Slot: 0 [0001.543] I> Binary[13] block-0 (partition size: 0x30000) [0001.549] I> get_binary_info: Binary name: SC7-FW [0001.554] I> Size of crypto header is 8192 [0001.559] I> Size of crypto header is 8192 [0001.563] I> BCH load address is : 0xa0002000 [0001.569] I> Size of crypto header is 8192 [0001.574] I> BCH of SC7-FW read from storage [0001.578] I> BCH address is : 0xa0002000 [0001.584] I> SC7-FW header integrity check is success [0001.589] I> Binary magic in BCH component 0 is WB0B [0001.594] I> component binary type is 13 [0001.599] I> Size of crypto header is 8192 [0001.605] I> SC7-FW binary is read from storage [0001.611] I> SC7-FW binary integrity check is success [0001.616] I> Binary SC7-FW loaded succeinary type is 14 [0001.788] I> Size of crypto header is 8192 [0001.794] I> MB2_RF binary is read from storage [0001.800] I> MB2_RF binary integrity check is success [0001.805] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.814] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.821] I> SC7 context fuse-bypass data is empty [0001.829] I> SC7 context save done [0001.833] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.839] I> Loading MB2 [0001.842] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.848] I> Slot: 0 [0001.850] I> Binary[6] block-0 (partition size: 0x80000) [0001.856] I> get_binary_info: Binary name: MB2 [0001.861] I> Size of crypto header is 8192 [0001.866] I> BCH load address is : 0x8007e000 [0001.871] I> Size of crypto header is 8192 [0001.876] I> BCH of MB2 read from storage [0001.880] I> BCH address is : 0x8007e000 [0001.886] I> MB2 header integrity check is success [0001.891] I> Binary magic in BCH component 0 is MB2B [0001.896] I> component binary type is 6 [0001.900] I> Size of crypto header is 8192 [0001.909] I> MB2 binary is read from storage [0001.915] I> MB2 binary integrity check is success [0001.920] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.928] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.935] I> Task: Prepare MB2 params (0x5000d5dd) [0001.944] I> MB2-params @ 0x40060000 [0001.952] I> BR-BCT Boot Chain Fields [0001.956] I> u32_non_gpio_select_boot_chain : 0 [0001.961] I> u32_num_boot_chains : 2 [0001.966] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.972] I> Task: Dram ecc test (0x500112cd) [0001.977] I> Task: Misc NV security settings (0x5000ced5) [0001.984] I> NVDEC sticky bits programming done [0001.989] I> Task: Disable/Reload WDT (0x5001f991) [0001.995] I> Programmed SLCG global override := 0x0 [0002.000] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f1933 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skippcation Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 33 I> FSITHERM min temp = 31 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure Nole_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ??: A_secure-os ??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??I> MB2-params @ 0x40060000 I> cpubl: Au??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss ??[ 2.603446] Camer?? enable xusb_falcon enable xusb_core_mux enable dsi_l??a-FW on t234-rce-safe??p enable sdmmc_legacy_tm initialized clk_mach_post initialized pg_post ini?? ready SHA1=7a10e461 (crt 13.246 ms, total boot 261.812 ms) ??tialized regulator_post initialized profile initialized fuse_late initialized mrq initialized patrol_scrubber initialized extras_post bpmp: init complete ??thentication??DCE: FW Boot Done ?? Finalize Done I> Binary cpubl loaded successfully at 0x82c400000 I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eI/TC: OP- TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:1 9 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture /porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping prod uct! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f01000 06). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ??[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421] [ 0.000000] Linux version 5.10.104-tegra (rt@Build-Workstation) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #10 SMP PREEMPT Fri Dec 30 16:29:14 CST 2022 [ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16, [ 0.000000] OF: fdt: - 80000000 , c0000000 [ 0.000000] Machine model: Jetson AGX Orin [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: RTPROP=0x805401c18 SMBIOS=0xffff0000 SMBIOS 3.0=0x8039a0000 MEMATTR=0x80476f018 ESRT=0x803834418 RNG=0x827905998 MEMRESERVE=0x804771f18 [ 0.000000] efi: seeding entropy pool [ 0.000000] esrt: Reserving ESRT space from 0x0000000803834418 to 0x0000000803834450. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000817800000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000835ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff] [ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000007ffffffff] [ 0.000000] node 0: [mem 0x0000000800000000-0x00000008021bffff] [ 0.000000] node 0: [mem 0x00000008021c0000-0x00000008035e9fff] [ 0.000000] node 0: [mem 0x00000008035ea000-0x000000080376efff] [ 0.000000] node 0: [mem 0x000000080376f000-0x000000080398ffff] [ 0.000000] node 0: [mem 0x0000000803990000-0x00000008039affff] [ 0.000000] node 0: [mem 0x00000008039b0000-0x000000080453ffff] [ 0.000000] node 0: [mem 0x0000000804540000-0x00000008046cffff] [ 0.000000] node 0: [mem 0x00000008046d0000-0x000000080473ffff] [ 0.000000] node 0: [mem 0x0000000804740000-0x000000080475ffff] [ 0.000000] node 0: [mem 0x0000000804760000-0x000000080477ffff] [ 0.000000] node 0: [mem 0x0000000804780000-0x00000008049effff] [ 0.000000] node 0: [mem 0x00000008049f0000-0x0000000804a3ffff] [ 0.000000] node 0: [mem 0x0000000804a40000-0x0000000804a4ffff] [ 0.000000] node 0: [mem 0x0000000804a50000-0x0000000804a9ffff] [ 0.000000] node 0: [mem 0x0000000804aa0000-0x0000000804e4ffff] [ 0.000000] node 0: [mem 0x0000000804e50000-0x0000000804e5ffff] [ 0.000000] node 0: [mem 0x0000000804e60000-0x0000000804ebffff] [ 0.000000] node 0: [mem 0x0000[ 9.838781] tegra194-pcie 14180000.pcie: Phy link never came up [ 9.844946] tegra194-pcie 14180000.pcie: PCI host bridge to bus 0000:00 [ 9.851778] pci_bus 0000:00: root bus resource [bus 00-ff] [ 9.857444] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x38100000-0x381fffff]) [ 9.867309] pci_bus 0000:00: root bus resource [mem 0x2728000000-0x272fffffff] (bus address [0x40000000-0x47ffffff]) [ 9.878168] pci_bus 0000:00: root bus resource [mem 0x2440000000-0x2727ffffff pref] [ 9.886116] pci 0000:00:00.0: [10de:229c] type 01 class 0x060400 [ 9.892466] pci 0000:00:00.0: PME# supported from D0 D3hot [ 9.904701] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 9.910108] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 9.919047] pcieport 0000:00:00.0: Adding to iommu group 10 [ 9.925001] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 [ 9.931199] pcieport 0000:00:00.0: AER: enabled with IRQ 51 [ 9.937168] pci_bus 0000:01: busn_res: [bus 01-ff] is released [ 9.943253] pci 0000:00:00.0: Removing from iommu group 10 [ 9.948911] pci_bus 0000:00: busn_res: [bus 00-ff] is released [ 9.956853] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 9.964212] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges: [ 9.971402] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000 [ 9.980106] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000 [ 9.988808] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000 [ 11.090788] tegra194-pcie 14100000.pcie: Phy link never came up [ 11.096934] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00 [ 11.103760] pci_bus 0001:00: root bus resource [bus 00-ff] [ 11.109407] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x30100000-0x301fffff]) [ 11.119536] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff]) [ 11.130388] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref] [ 11.138339] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400 [ 11.144682] pci 0001:00:00.0: PME# supported from D0 D3hot [ 11.156613] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 11.162024] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 11.170924] pcieport 0001:00:00.0: Adding to iommu group 11 [ 11.176838] pcieport 0001:00:00.0: PME: Signaling with IRQ 53 [ 11.183009] pcieport 0001:00:00.0: AER: enabled with IRQ 53 [ 11.188977] pci_bus 0001:01: busn_res: [bus 01-ff] is released [ 11.195061] pci 0001:00:00.0: Removing from iommu group 11 [ 11.200721] pci_bus 0001:00: busn_res: [bus 00-ff] is released [ 11.208336] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 11.215778] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges: [ 11.222974] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000 [ 11.231681] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000 [ 11.240391] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000 [ 12.342789] tegra194-pcie 14160000.pcie: Phy link never came up [ 12.348945] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00 [ 12.355770] pci_bus 0004:00: root bus resource [bus 00-ff] [ 12.361429] pci_bus 0004:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x36100000-0x361fffff]) [ 12.371574] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff]) [ 12.382428] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref] [ 12.390378] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400 [ 12.396725] pci 0004:00:00.0: PME# supported from D0 D3hot [ 12.408646] pci 0004:00:00.0: PCI bridge to [bus 01-ff] [ 12.414045] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 12.422954] pcieport 0004:00:00.0: Adding to iommu group 12 [ 12.428869] pcieport 0004:00:00.0: PME: Signaling with IRQ 55 [ 12.435034] pcieport 0004:00:00.0: AER: enabled with IRQ 55 [ 12.440986] pci_bus 0004:01: busn_res: [bus 01-ff] is released [ 12.447065] pci 0004:00:00.0: Removing from iommu group 12 [ 12.452722] pci_bus 0004:00: busn_res: [bus 00-ff] is released [ 12.460384] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 12.575093] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges: [ 12.582280] tegra194-pcie 141a0000.pcie: IO 0x003a100000..0x003a1fffff -> 0x003a100000 [ 12.590986] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000 [ 12.599707] tegra194-pcie 141a0000.pcie: MEM 0x2740000000..0x2b27ffffff -> 0x2740000000 [ 13.702784] tegra194-pcie 141a0000.pcie: Phy link never came up [ 13.708941] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00 [ 13.715762] pci_bus 0005:00: root bus resource [bus 00-ff] [ 13.721414] pci_bus 0005:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff]) [ 13.731549] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff]) [ 13.742399] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref] [ 13.750332] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400 [ 13.756688] pci 0005:00:00.0: PME# supported from D0 D3hot [ 13.768653] pci 0005:00:00.0: PCI bridge to [bus 01-ff] [ 13.774051] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 13.782962] pcieport 0005:00:00.0: Adding to iommu group 13 [ 13.788896] pcieport 0005:00:00.0: PME: Signaling with IRQ 57 [ 13.795066] pcieport 0005:00:00.0: AER: enabled with IRQ 57 [ 13.801021] pci_bus 0005:01: busn_res: [bus 01-ff] is released [ 13.807114] pci 0005:00:00.0: Removing from iommu group 13 [ 13.812769] pci_bus 0005:00: busn_res: [bus 00-ff] is released [ 13.820124] vdd-dp: supplied by vdd-3v3-sys [ 13.824586] vdd-3v3-sd: supplied by vdd-3v3-sys [ 13.829384] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys [ 13.836130] irq: IRQ305: trimming hierarchy from :pmc@c360000 [ 13.842140] irq: IRQ306: trimming hierarchy from :pmc@c360000 [ 13.848433] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: repeated role: 0 [ 13.850390] tegra194-isp5 14800000.isp: initialized [ 13.861624] driver not enabled, cannot register any devices [ 13.870147] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized [ 13.876532] driver not enabled, cannot register any devices [ 13.882385] (NULL device *): fops function table already registered [ 13.890277] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized [ 13.896669] driver not enabled, cannot register any devices [ 13.918669] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release [ 13.928460] tegra-xusb 3610000.xhci: xHCI Host Controller [ 13.934026] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1 [ 13.942539] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810 [ 13.952155] tegra-xusb 3610000.xhci: irq 237, io mem 0x03610000 [ 13.958395] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 13.966913] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 13.974363] usb usb1: Product: xHCI Host Controller [ 13.979382] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 13.985667] usb usb1: SerialNumber: 3610000.xhci [ 13.990719] hub 1-0:1.0: USB hub found [ 13.994601] hub 1-0:1.0: 4 ports detected [ 13.998863] tegra-xusb 3610000.xhci: xHCI Host Controller [ 14.004430] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2 [ 14.012228] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed [ 14.019720] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 14.028244] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.035688] usb usb2: Product: xHCI Host Controller [ 14.040711] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 14.046986] usb usb2: SerialNumber: 3610000.xhci [ 14.051987] hub 2-0:1.0: USB hub found [ 14.055863] hub 2-0:1.0: 4 ports detected [ 14.061690] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 14.061933] nvethernet 2310000.ethernet: Adding to iommu group 53 [ 14.073041] nvethernet 2310000.ethernet: failed to read skip mac reset flag, default 0 [ 14.081225] nvethernet 2310000.ethernet: failed to read MDIO address [ 14.087793] nvethernet 2310000.ethernet: Failed to read nvida,pause_frames, so setting to default support as disable [ 14.098664] nvethernet 2310000.ethernet: setting to default DMA bit mask [ 14.105579] nvethernet 2310000.ethernet: max-platform-mtu DT entry missing, setting default 1500 [ 14.126662] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 304 [ 14.357565] nvethernet 2310000.ethernet: Ethernet MAC address: 48:b0:2d:94:70:ef [ 14.365666] nvethernet 2310000.ethernet: Macsec not enabled [ 14.371427] nvethernet 2310000.ethernet: Macsec: Reduced MTU: 1466 Max: 1500 [ 14.379825] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels [ 14.388522] irq: IRQ308: trimming hierarchy from :pmc@c360000 [ 14.394522] irq: IRQ309: trimming hierarchy from :interrupt-controller@f400000-1 [ 14.402221] irq: IRQ310: trimming hierarchy from :pmc@c360000 [ 14.408197] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 14.415803] tegra-se-nvhost 15810000.se: Adding to iommu group 54 [ 14.422370] tegra-se-nvhost 15810000.se: initialized [ 14.439872] tegra-se-nvhost 15810000.se: tegra_se_probe: complete [ 14.446242] tegra-se-nvhost 15820000.se: Adding to iommu group 55 [ 14.452786] tegra-se-nvhost 15820000.se: initialized [ 14.458745] tegra-se-nvhost 15820000.se: tegra_se_probe: complete [ 14.465104] tegra-se-nvhost 15840000.se: Adding to iommu group 56 [ 14.471602] tegra-se-nvhost 15840000.se: initialized [ 14.477832] tegra-se-nvhost 15840000.se: tegra_se_probe: complete [ 14.484679] tegra_actmon d230000.actmon: in actmon_register()... [ 14.491047] tegra_actmon d230000.actmon: bwmgr_disable = 1 [ 14.497162] tegra_actmon d230000.actmon: initialization Completed for the device mc_all [ 14.505557] hvc_sysfs: hypervisor is not present ??WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk ??[ 14.652463] ALSA device list: [ 14.655528] No soundcards found. [ 14.659596] Freeing unused kernel memory: 3968K [ 14.664333] Run /init as init process [ 14.679805] Root device found: mmcblk0p1 [ 14.684330] Found dev node: /dev/mmcblk0p1 [ 14.714879] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 14.723997] Rootfs mounted over mmcblk0p1 [ 14.742862] Switching from initrd to actual rootfs [ 14.848623] systemd[1]: System time before build time, advancing clock. [ 14.870490] x_tables: module verification failed: signature and/or required key missing - tainting kernel [ 14.898872] systemd[1]: systemd 245.4-4ubuntu3.17 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 14.922529] systemd[1]: Detected architecture arm64. [ 14.966803] systemd[1]: Set hostname to . [ 15.143316] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 15.156363] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 15.165879] systemd[1]: Created slice system-modprobe.slice. [ 15.172057] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 15.178757] systemd[1]: Created slice User and Session Slice. [ 15.182665] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit [ 15.192866] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 15.200945] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 15.210707] systemd[1]: Reached target User and Group Name Lookups. [ 15.217225] systemd[1]: Reached target Slices. [ 15.221849] systemd[1]: Reached target Swap. [ 15.226515] systemd[1]: Listening on RPCbind Server Activation Socket. [ 15.233374] systemd[1]: Listening on Syslog Socket. [ 15.245658] systemd[1]: Listening on fsck to fsckd communication Socket. [ 15.252663] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 15.259621] systemd[1]: Listening on Journal Audit Socket. [ 15.265395] systemd[1]: Listening on Journal Socket (/dev/log). [ 15.271639] systemd[1]: Listening on Journal Socket. [ 15.276913] systemd[1]: Listening on udev Control Socket. [ 15.282597] systemd[1]: Listening on udev Kernel Socket. [ 15.289076] systemd[1]: Mounting Huge Pages File System... [ 15.295705] systemd[1]: Mounting POSIX Message Queue File System... [ 15.303018] systemd[1]: Mounting RPC Pipe File System... [ 15.309416] systemd[1]: Mounting Kernel Debug File System... [ 15.316182] systemd[1]: Mounting Kernel Trace File System... [ 15.323187] systemd[1]: Starting Journal Service... [ 15.335677] systemd[1]: Starting Set the console keyboard layout... [ 15.343145] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 15.352189] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped. [ 15.361581] systemd[1]: Starting NVIDIA specific first-boot udev script... [ 15.369830] systemd[1]: Started Nameserver information manager. [ 15.376271] systemd[1]: Reached target Network (Pre). [ 15.383553] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 15.392931] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 15.403964] systemd[1]: Starting Load Kernel Modules... [ 15.410273] systemd[1]: Starting Remount Root and Kernel File Systems... [ 15.417352] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null) [ 15.418166] systemd[1]: Starting udev Coldplug all Devices... [ 15.418180] nvmap_heap_init: nvmap_heap_init: created heap block cache [ 15.418276] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x000000082f000000,16777216 [ 15.418277] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout [ 15.418283] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x0000000849800000,914358272 [ 15.418285] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout [ 15.418288] nvmap_page_pool_init: Total RAM pages: 7817503 [ 15.418289] nvmap_page_pool_init: nvmap page pool size: 977187 pages (3817 MB) [ 15.418330] nvmap_background_zero_thread: PP zeroing thread starting. [ 15.418411] misc nvmap: created heap vpr base 0x0000000849800000 size (892928KiB) [ 15.421310] misc nvmap: created heap fsi base 0x000000082f000000 size (16384KiB) [ 15.489107] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000 [ 15.489107] [ 15.522672] systemd[1]: Started Journal Service. [ 15.546968] systemd-journald[283]: Received client request to flush runtime journal. [ 16.113082] tegra-xusb 3610000.xhci: entering ELPG done [ 16.593141] nvidia: loading out-of-tree module taints kernel. [ 16.744849] using random self ethernet address [ 16.751538] using random host ethernet address [ 16.922160] 1 fixed-partitions partitions found on MTD device spi6.0 [ 16.940631] Creating 1 MTD partitions on "spi6.0": [ 16.945873] 0x000000000000-0x000004000000 : "Whole_flash0" [ 17.417571] using random self ethernet address [ 17.422198] using random host ethernet address Ubuntu 20.04.4 LTS XD-UBUNTU ttyTCU0 XD-UBUNTU login: xd (automatic login) Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.10.104-tegra aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage This system has been minimized by removing packages and content that are not required on a system that users do not log into. To restore this content, you can run the 'unminimize' command. 11 updates can be applied immediately. 8 of these updates are standard security updates. To see these additional updates run: apt list --upgradable The programs included with the Ubuntu system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. To run a command as administrator (user "root"), use "sudo ". See "man sudo_root" for details. xd@XD-UBUNTU:~$ lspci xd@XD-UBUNTU:~$ lspci -v xd@XD-UBUNTU:~$ lspci -v xd@XD-UBUNTU:~$ lspci -vv xd@XD-UBUNTU:~$ lspci xd@XD-UBUNTU:~$ ?? [0005.140] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0005.146] I> t234-A01-0-Silicon (0x12347) Prod [0005.150] I> Boot-mode : BPMP Diagnostic [0005.154] I> Emulation: [0005.156] I> Entry timestamp: 0x00000000 [0005.160] I> last_boot_error: 0x0 [0005.163] I> BR-BCT: preprod_dev_sign: 0 [0005.167] I> rst_source: 0x0, rst_level: 0x0 [0005.171] I> Task: Crypto init (0x5001c0d9) [0005.175] I> Task: Secure debug controls (0x5000cb19) [0005.180] I> Task: strap war set (0x5000b739) [0005.184] I> strap value(0x4000001) set to 0x4000001 [0005.189] I> Task: Program NV master stream id (0x5000cad1) [0005.194] I> Task: Verify boot mode (0xd482021) [0005.200] I> Task: Alias fuses (0x50010749) [0005.205] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0005.212] I> Task: Print SKU type (0x5000fba9) [0005.217] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0005.222] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0005.226] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0005.230] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0005.235] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0005.239] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0005.243] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0005.247] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0005.251] I> FUSE_SKU_INFO_0 = 0xd2 [0005.255] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0005.259] I> FUSE_PACKAGE_INFO_0 = 0x2 [0005.262] I> SKU: Prod [0005.265] I> Task: Boost clocks (0x50013db1) [0005.269] I> Initializing PLLC2 for AXI_CBB. [0005.273] I> AXI_CBB : src = 35, divisor = 0 [0005.277] I> Task: Voltage monitor (0x50013dbd) [0005.281] I> VMON: Vmon re-calibration and fine tuning done [0005.287] I> Task: UPHY init (0x5000da39) [0005.291] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0005.296] I> Task: Boot device init (0x50000a3d) [0005.301] I> Boot_device: RCM [0005.304] I> USB configuration success [0005.307] I> Task: TSC init (0x5001ed35) [0005.311] I> Task: Enable WDT 5th expiry (0x5001f929) [0005.316] I> Task: Disable WDT globally (0x5001f965) [0005.321] I> Task: I2C register (0x50000a31) [0005.325] I> Task: Reset FSI (0x50013db9) [0005.329] I> Task: Enable clock-mon (0x5001ed25) [0005.345] I> FMON: Fmon re-programming done [0005.349] I> Task: MB1 fixed firewalls (0x5001e55d) [0005.357] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0005.361] I> Loading MB2 Applet [0005.364] I> Scratch RSV109: 0x00000000 active chain: 0 [0005.370] I> Slot: 0 [0005.372] I> Binary[21] block-0 (partition size: 0x50000) [0005.377] I> get_binary_info: Binary name: MB2-Applet [0005.382] I> Size of crypto header is 8192 [0005.386] I> BCH load address is : 0x4004e000 [0005.390] I> Size of crypto header is 8192 [0005.394] I> BCH of MB2-Applet read from storage [0005.399] I> BCH address is : 0x4004e000 [0005.403] I> MB2-Applet header integrity check is success [0005.408] I> Binary magic in BCH component 0 is MB2A [0005.413] I> component binary type is 21 [0005.417] I> Size of crypto header is 8192 [0005.431] I> MB2-Applet binary is read from storage [0005.436] I> MB2-Applet binary integrity check is success [0005.441] I> Binary MB2-Applet loaded successfully at 0x40000000 (0x41b80) [0005.448] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0005.453] I> Task: Prepare MB2 params (0x5000d5dd) [0005.459] I> MB2-params @ 0x40060000 [0005.462] I> Region(2) already mapped [0005.465] E> Failed to map carveout: 50 [0005.469] I> BR-BCT Boot Chain Fields [0005.473] I> u32_non_gpio_select_boot_chain : 0 [0005.477] I> u32_num_boot_chains : 0 [0005.482] I> bf_bl_gpio_select_boot_chain_1b : 0 [0005.487] I> Task: Misc NV security settings (0x5000ced5) [0005.493] I> NVDEC sticky bits programming done [0005.497] I> Task: Disable/Reload WDT (0x5001f991) [0005.502] I> Programmed SLCG global override := 0x0 [0005.506] I> MB1: MSS reconfig completed I> Applet (version: 0.0.0.0-t234-54845784-dee653cf) I> t234-A01-0-Silicon (0x12347) I> Emulation: I> Entry timestamp: 0xffffffff I> Task: Pinmux init (0x4000062d) I> Task: Boot device init (0x400012e5) I> Applet do storage ?? [0128.742] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0128.747] I> t234-A01-0-Silicon (0x12347) Prod [0128.752] I> Boot-mode : Coldboot [0128.755] I> Emulation: [0128.757] I> Entry timestamp: 0x00000000 [0128.761] I> last_boot_error: 0x0 [0128.764] I> BR-BCT: preprod_dev_sign: 0 [0128.768] I> rst_source: 0xb, rst_level: 0x1 [0128.772] I> Task: CRC check (0x5001cf71) [0128.776] I> Skip CRC check as records_integrity fuse is not burned [0128.782] I> Task: Crypto init (0x5001c0d9) [0128.786] I> Task: Secure debug controls (0x5000cb19) [0128.791] I> Task: strap war set (0x5000b739) [0128.795] I> strap value(0x4000001) set to 0x4000001 [0128.800] I> Task: Initialize SOC Therm (0x5001a509) [0128.805] I> Task: Program NV master stream id (0x5000cad1) [0128.810] I> Task: Verify boot mode (0xd482021) [0128.816] I> Task: Alias fuses (0x50010749) [0128.821] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0128.828] I> Task: Print SKU type (0x5000fba9) [0128.832] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0128.837] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0128.842] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0128.846] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0128.850] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0128.854] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0128.859] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0128.863] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0128.867] I> FUSE_SKU_INFO_0 = 0xd2 [0128.870] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0128.874] I> FUSE_PACKAGE_INFO_0 = 0x2 [0128.878] I> SKU: Prod [0128.880] I> Task: Boost clocks (0x50013db1) [0128.884] I> Initializing PLLC2 for AXI_CBB. [0128.888] I> AXI_CBB : src = 35, divisor = 0 [0128.893] I> Task: Voltage monitor (0x50013dbd) [0128.897] I> VMON: Vmon re-calibration and fine tuning done [0128.902] I> Task: UPHY init (0x5000da39) [0128.907] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0128.912] I> Task: Boot device init (0x50000a3d) [0128.917] I> Boot_device: RCM [0128.920] I> USB configuration success [0130.201] I> Task: TSC init (0x5001ed35) [0130.205] I> Task: Load membct (0x5001190d) [0130.209] I> RAM_CODE 0x4000001 [0130.212] I> Loading MEM-BCT to SysRAM [0130.215] I> Scratch RSV109: 0x00000000 active chain: 0 [0130.221] I> Slot: 0 [0130.223] I> Binary[0] block-0 (partition size: 0x40000) [0130.228] I> get_binary_info: Binary name: MEM-BCT-0 [0130.233] I> Size of crypto header is 8192 [0130.237] I> BCH load address is : 0x40050000 [0130.241] I> Size of crypto header is 8192 [0130.245] I> BCH of MEM-BCT-0 read from storage [0130.249] I> BCH address is : 0x40050000 [0130.253] I> MEM-BCT-0 header integrity check is success [0130.258] I> Binary magic in BCH component 0 is MEM0 [0130.263] I> component binary type is 0 [0130.269] I> MEM-BCT-0 binary is read from storage [0130.274] I> MEM-BCT-0 binary integrity check is success [0130.279] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0130.286] I> RAM_CODE 0x4000001 [0130.291] I> RAM_CODE 0x4000001 [0130.295] I> Task: Load Page retirement list (0x50011139) [0130.300] I> Task: SDRAM params override (0x50011b79) [0130.305] I> Task: Save mem-bct info (0x50014071) [0130.310] I> Task: Carveout allocate (0x500140d5) [0130.314] I> ECC region[0]: Start:0x0, End:0x0 [0130.319] I> ECC region[1]: Start:0x0, End:0x0 [0130.323] I> ECC region[2]: Start:0x0, End:0x0 [0130.327] I> ECC region[3]: Start:0x0, End:0x0 [0130.331] I> ECC region[4]: Start:0x0, End:0x0 [0130.336] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0130.342] I> Non-ECC region[1]: Start:0x0, End:0x0 [0130.346] I> Non-ECC region[2]: Start:0x0, End:0x0 [0130.351] I> Non-ECC region[3]: Start:0x0, End:0x0 [0130.356] I> Non-ECC region[4]: Start:0x0, End:0x0 [0130.365] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0130.372] I> allocated(CO:46) base:0x820000000 size:0x20000000 align: 0x20000000 [0130.380] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0130.387] I> allocated(CO:39) base:0x81a000000 size:0x6000000 align: 0x200000 [0130.394] I> allocated(CO:20) base:0x818000000 size:0x2000000 align: 0x2000000 [0130.401] I> allocated(CO:24) base:0x816000000 size:0x2000000 align: 0x2000000 [0130.408] I> allocated(CO:28) base:0x814000000 size:0x2000000 align: 0x2000000 [0130.415] I> allocated(CO:29) base:0x812000000 size:0x2000000 align: 0x2000000 [0130.422] I> allocated(CO:43) base:0x810000000 size:0x2000000 align: 0x200000 [0130.429] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0130.436] I> allocated(CO:41) base:0x80f000000 size:0x1000000 align: 0x100000 [0130.443] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0130.450] I> allocated(CO:03) base:0x80e800000 size:0x800000 align: 0x800000 [0130.457] I> allocated(CO:06) base:0x80e000000 size:0x800000 align: 0x800000 [0130.464] I> allocated(CO:10) base:0x80d800000 size:0x800000 align: 0x800000 [0130.471] I> allocated(CO:56) base:0x80d000000 size:0x800000 align: 0x200000 [0130.478] I> allocated(CO:07) base:0x80cc00000 size:0x400000 align: 0x400000 [0130.485] I> allocated(CO:33) base:0x80c800000 size:0x400000 align: 0x200000 [0130.492] I> allocated(CO:47) base:0x80c400000 size:0x400000 align: 0x200000 [0130.499] I> allocated(CO:72) base:0x80c200000 size:0x200000 align: 0x10000 [0130.506] I> allocated(CO:01) base:0x80c100000 size:0x100000 align: 0x100000 [0130.513] I> allocated(CO:04) base:0x80c000000 size:0x100000 align: 0x100000 [0130.520] I> allocated(CO:05) base:0x80bf00000 size:0x100000 align: 0x100000 [0130.526] I> allocated(CO:08) base:0x80be00000 size:0x100000 align: 0x100000 [0130.533] I> allocated(CO:09) base:0x80bd00000 size:0x100000 align: 0x100000 [0130.540] I> allocated(CO:15) base:0x80bc00000 size:0x100000 align: 0x100000 [0130.547] I> allocated(CO:17) base:0x80bb00000 size:0x100000 align: 0x100000 [0130.554] I> allocated(CO:23) base:0x80ba00000 size:0x100000 align: 0x100000 [0130.561] I> allocated(CO:27) base:0x80b900000 size:0x100000 align: 0x100000 [0130.568] I> allocated(CO:42) base:0x80b800000 size:0x100000 align: 0x100000 [0130.575] I> allocated(CO:54) base:0x80b780000 size:0x80000 align: 0x80000 [0130.582] I> allocated(CO:26) base:0x80b740000 size:0x40000 align: 0x2000 [0130.588] I> allocated(CO:48) base:0x80b720000 size:0x20000 align: 0x10000 [0130.595] I> allocated(CO:69) base:0x80b700000 size:0x20000 align: 0x10000 [0130.602] I> allocated(CO:34) base:0x80b6f0000 size:0x10000 align: 0x10000 [0130.609] I> allocated(CO:35) base:0x80b6e0000 size:0x10000 align: 0x10000 [0130.615] I> allocated(CO:49) base:0x80b6d0000 size:0x10000 align: 0x10000 [0130.622] I> allocated(CO:50) base:0x80b6c0000 size:0x10000 align: 0x10000 [0130.629] I> allocated(CO:52) base:0x80b6b0000 size:0x10000 align: 0x10000 [0130.636] I> Task: Thermal check (0x5001fba1) [0130.640] I> max_chip_limit = 115 [0130.643] I> min_chip_limit = -30 [0130.646] I> max temp read = 31 [0130.649] I> min temp read = 28 [0130.652] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0130.658] I> Task: Enable WDT 5th expiry (0x5001f929) [0130.663] I> Task: Disable WDT globally (0x5001f965) [0130.668] I> Task: I2C register (0x50000a31) [0130.672] I> Task: Reset FSI (0x50013db9) [0130.676] I> Task: Pinmux init (0x50013219) [0130.680] I> Task: Prod config init (0x50013631) [0130.685] I> Task: Pad voltage init (0x500132a5) [0130.689] I> Task: Prod init (0x500136d5) [0130.693] I> Task: Common rail init (0x50013bd1) [0130.698] W> Thermal config not found in BCT [0130.702] W> Generic i2c config not found in BCT [0130.707] W> Platform rail config not found in BCT [0130.712] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0130.721] W> MEMIO rail config not found in BCT [0130.725] I> Task: Mem clock src (0x500119c5) [0130.729] I> Task: Misc. board config (0x50013c29) [0130.734] W> Platform config not found in BCT [0130.738] I> Task: SDRAM init (0x500119c9) [0130.745] I> SDRAM-params @ 0xd485000 [0130.748] I> MSS code-drop: NvBootSdramInit [0130.752] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0130.760] I> MSS CAR: Init PLLM [0130.763] I> MSS CAR: Init PLLHUB [0130.768] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0130.779] I> mb1_sdram_init Done ! [0130.783] I> SDRAM Size in Total 0x800000000 [0130.787] I> Task: Dram Ecc scrub (0x50011261) [0130.791] I> Task: DRAM alias check (0x50011b71) [0130.822] I> Task: Program NSDRAM carveout (0x50014921) [0130.829] I> NSDRAM carveout encryption is disabled [0130.834] I> Program NSDRAM carveout [0130.839] I> Task: Register checker (0x50011b75) [0130.847] I> Task: Enable clock-mon (0x5001ed25) [0130.864] I> FMON: Fmon re-programming done [0130.869] I> Task: Mapper init (0x5001d451) [0130.875] I> Task: SC7 Context Init (0x5001f02d) [0130.881] I> Task: CCPLEX IST init (0x5000d335) [0130.887] I> Task: CPU WP0 (0x5000c635) [0130.892] I> Loading MCE [0130.895] I> Scratch RSV109: 0x00000000 active chain: 0 [0130.901] I> Slot: 0 [0130.904] I> Binary[8] block-0 (partition size: 0x80000) [0130.910] I> get_binary_info: Binary name: MCE [0130.915] I> Size of crypto header is 8192 [0130.920] I> BCH load address is : 0x4003e000 [0130.926] I> Size of crypto header is 8192 [0131.524] I> BCH of MCE read from storage [0131.528] I> BCH address is : 0x4003e000 [0131.534] I> MCE header integrity check is success [0131.539] I> Binary magic in BCH component 0 is MTSM [0131.545] I> component binary type is 8 [0131.549] I> Size of crypto header is 8192 [0131.560] I> MCE binary is read from storage [0131.566] I> MCE binary integrity check is success [0131.571] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0131.580] I> Size of crypto header is 8192 [0131.585] I> Sending WP0 mailbox command to PSC [0131.596] I> Task: MB1 fixed firewalls (0x5001e55d) [0131.616] I> Task: Load bpmp-fw (0x5001e801) [0131.621] I> Scratch RSV109: 0x00000000 active chain: 0 [0131.628] I> Slot: 0 [0131.630] I> Binary[15] block-0 (partition size: 0x180000) [0131.637] I> get_binary_info: Binary name: BPMP_FW [0131.642] I> Size of crypto header is 8192 [0131.647] I> BCH load address is : 0x807fe000 [0131.653] I> Size of crypto header is 8192 [0131.658] I> BCH of BPMP_FW read from storage [0131.662] I> BCH address is : 0x807fe000 [0131.668] I> BPMP_FW header integrity check is success [0131.674] I> Binary magic in BCH component 0 is BPMF [0131.679] I> component binary type is 15 [0131.684] I> Size of crypto header is 8192 [0131.725] I> BPMP_FW binary is read from storage [0131.733] I> BPMP_FW binary integrity check is success [0131.738] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0131.747] I> Scratch RSV109: 0x00000000 active chain: 0 [0131.753] I> Slot: 0 [0131.755] I> Binary[16] block-251658752 (partition size: 0x400000) [0131.763] I> get_binary_info: Binary name: BPMP_FW_DTB [0131.769] I> Size of crypto header is 8192 [0131.774] I> BCH load address is : 0x807fc000 [0131.780] I> Size of crypto header is 8192 [0131.785] I> BCH of BPMP_FW_DTB read from storage [0131.790] I> BCH address is : 0x807fc000 [0131.796] I> BPMP_FW_DTB header integrity check is success [0131.802] I> Binary magic in BCH component 0 is BPMD [0131.807] I> component binary type is 16 [0131.812] I> Size of crypto header is 8192 [0131.821] I> BPMP_FW_DTB binary is read from storage [0131.827] I> BPMP_FW_DTB binary integrity check is success [0131.833] I> Binary BPMP_FW_DTB loaded successfully at 0x807dbbb0 (0x20440) [0131.843] I> Task: Load psc-fw (0x5001ea0d) [0131.849] I> Scratch RSV109: 0x00000000 active chain: 0 [0131.855] I> Slot: 0 [0131.857] I> Binary[17] block-0 (partition size: 0xc0000) [0131.864] I> get_binary_info: Binary name: PSC_FW [0131.869] I> Size of crypto header is 8192 [0131.874] I> BCH load address is : 0x80ffe000 [0131.879] I> Size of crypto header is 8192 [0131.884] I> BCH of PSC_FW read from storage [0131.889] I> BCH address is : 0x80ffe000 [0131.895] I> PSC_FW header integrity check is success [0131.901] I> Binary magic in BCH component 0 is PFWP [0131.906] I> component binary type is 17 [0131.910] I> Size of crypto header is 8192 [0131.933] I> PSC_FW binary is read from storage [0131.940] I> PSC_FW binary integrity check is success [0131.945] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0131.954] I> Task: Load nvdec-fw (0x5001ea81) [0131.960] I> Scratch RSV109: 0x00000000 active chain: 0 [0131.966] I> Slot: 0 [0131.969] I> Binary[7] block-0 (partition size: 0x100000) [0131.975] I> get_binary_info: Binary name: NVDEC [0131.980] I> Size of crypto header is 8192 [0131.985] I> BCH load address is : 0x800fe000 [0131.991] I> Size of crypto header is 8192 [0131.996] I> BCH of NVDEC read from storage [0132.000] I> BCH address is : 0x800fe000 [0132.006] I> NVDEC header integrity check is success [0132.012] I> Binary magic in BCH component 0 is NDEC [0132.017] I> component binary type is 7 [0132.022] I> Size of crypto header is 8192 [0132.034] I> NVDEC binary is read from storage [0132.040] I> NVDEC binary integrity check is success [0132.045] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0132.056] I> Task: Load tsec-fw (0x5001ec6d) [0132.062] I> TSEC-FW load support not enabled [0132.067] I> Task: Program misc carveouts (0x5001445d) [0132.073] I> Program IPC carveouts [0132.081] I> Task: GPIO interrupt map (0x50013cc5) [0132.087] I> Task: SC7 context save (0x5001f161) [0132.093] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0132.099] I> Loading MB2 [0132.103] I> Scratch RSV109: 0x00000000 active chain: 0 [0132.109] I> Slot: 0 [0132.111] I> Binary[6] block-0 (partition size: 0x80000) [0132.117] I> get_binary_info: Binary name: MB2 [0132.123] I> Size of crypto header is 8192 [0132.127] I> BCH load address is : 0x8007e000 [0132.133] I> Size of crypto header is 8192 [0132.138] I> BCH of MB2 read from storage [0132.143] I> BCH address is : 0x8007e000 [0132.148] I> MB2 header integrity check is success [0132.154] I> Binary magic in BCH component 0 is MB2B [0132.159] I> component binary type is 6 [0132.164] I> Size of crypto header is 8192 [0132.183] I> MB2 binary is read from storage [0132.189] I> MB2 binary integrity check is success [0132.195] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0132.203] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0132.210] I> Task: Prepare MB2 params (0x5000d5dd) [0132.219] I> MB2-params @ 0x40060000 [0132.227] I> BR-BCT Boot Chain Fields [0132.231] I> u32_non_gpio_select_boot_chain : 0 [0132.237] I> u32_num_boot_chains : 2 [0132.242] I> bf_bl_gpio_select_boot_chain_1b : 0 [0132.248] I> Task: Dram ecc test (0x500112cd) [0132.254] I> Task: Misc NV security settings (0x5000ced5) [0132.261] I> NVDEC sticky bits programming done [0132.266] I> Task: Disable/Reload WDT (0x5001f991) [0132.272] I> Programmed SLCG global override := 0x0 [0132.278] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : RCM Flash I> Emulation: I> Entry timestamp: 0x07e2fb30 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x80d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc I> Received ACK from psc I> Task: Enter 3p server (0x50001f04) I> USB configuration success I> Populate storage info I> Erasing device 3: 0 I> QSPI: Erasing entire device I> Writing device 3: 0. I> Found 57 partitions in QSPI_FLASH (instance 0) I> Erasing device 1: 3 I> Writing device 1: 3. I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing A_mb1 partition. I> Writing A_psc_bl1 partition. I> Writing A_nvdec partition. I> Writing A_mb2 partition. I> Writing A_xusb-fw partition. I> Writing A_bpmp-fw partition. I> Writing A_bpmp-fw-dtb partition. I> Writing A_psc-fw partition. I> Writing A_mts-mce partition. I> Writing A_sc7 partition. I> Writing A_pscrf partition. I> Writing A_mb2rf partition. I> Writing A_cpu-bootloader partition. I> Writing A_secure-os partition. I> Writing A_eks partition. I> Writing A_dce-fw partition. I> Writing A_spe-fw partition. I> Writing A_rce-fw partition. I> Writing A_adsp-fw partition. I> Writing B_mb1 partition. I> Writing B_psc_bl1 partition. I> Writing B_nvdec partition. I> Writing B_mb2 partition. I> Writing B_xusb-fw partition. I> Writing B_bpmp-fw partition. I> Writing B_bpmp-fw-dtb partition. I> Writing B_psc-fw partition. I> Writing B_mts-mce partition. I> Writing B_sc7 partition. I> Writing B_pscrf partition. I> Writing B_mb2rf partition. I> Writing B_cpu-bootloader partition. I> Writing B_secure-os partition. I> Writing B_eks partition. I> Writing B_dce-fw partition. I> Writing B_spe-fw partition. I> Writing B_rce-fw partition. I> Writing B_adsp-fw partition. I> Writing B_VER partition. I> Writing A_VER partition. I> Writing device 1: 3. I> Writing A_kernel partition. I> Writing A_kernel-dtb partition. I> Writing B_kernel partition. I> Writing B_kernel-dtb partition. I> Writing recovery partition. I> Writing recovery-dtb partition. I> Writing esp partition. I> Writing APP partition. I> Writing secondary_gpt_backup partition. I> Writing BCT partition. I> Writing BCT-boot-chain_backup partition. I> Writing A_MB1_BCT partition. I> Writing B_MB1_BCT partition. I> Writing A_MEM_BCT partition. I> Writing B_MEM_BCT partition. I> Rebooting : reset-coldboot ?? [0000.061] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.067] I> t234-A01-0-Silicon (0x12347) Prod [0000.071] I> Boot-mode : Coldboot [0000.074] I> Emulation: [0000.077] I> Entry timestamp: 0x00000000 [0000.080] I> last_boot_error: 0x0 [0000.083] I> BR-BCT: preprod_dev_sign: 0 [0000.087] I> rst_source: 0xb, rst_level: 0x1 [0000.091] I> Task: CRC check (0x5001cf71) [0000.095] I> Skip CRC check as records_integrity fuse is not burned [0000.101] I> Task: Crypto init (0x5001c0d9) [0000.105] I> Task: Secure debug controls (0x5000cb19) [0000.110] I> Task: strap war set (0x5000b739) [0000.114] I> strap value(0x4000001) set to 0x4000001 [0000.119] I> Task: Initialize SOC Therm (0x5001a509) [0000.124] I> Task: Program NV master stream id (0x5000cad1) [0000.130] I> Task: Verify boot mode (0xd482021) [0000.135] I> Task: Alias fuses (0x50010749) [0000.140] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.147] I> Task: Print SKU type (0x5000fba9) [0000.151] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.156] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.160] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.165] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.169] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.173] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.177] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.181] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.185] I> FUSE_SKU_INFO_0 = 0xd2 [0000.189] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.193] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.197] I> SKU: Prod [0000.199] I> Task: Boost clocks (0x50013db1) [0000.203] I> Initializing PLLC2 for AXI_CBB. [0000.207] I> AXI_CBB : src = 35, divisor = 0 [0000.211] I> Task: Voltage monitor (0x50013dbd) [0000.216] I> VMON: Vmon re-calibration and fine tuning done [0000.221] I> Task: UPHY init (0x5000da39) [0000.225] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.231] I> Task: Boot device init (0x50000a3d) [0000.235] I> Boot_device: QSPI_FLASH instance: 0 [0000.240] I> Qspi clock source : pllc_out0 [0000.244] I> QSPI Flash: Macronix 64MB [0000.247] I> QSPI-0l initialized successfully [0000.252] I> Task: TSC init (0x5001ed35) [0000.256] I> Task: Load membct (0x5001190d) [0000.260] I> RAM_CODE 0x4000001 [0000.263] I> Loading MEM-BCT to SysRAM [0000.266] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.272] I> Slot: 0 [0000.274] I> Binary[0] block-0 (partition size: 0x40000) [0000.279] I> get_binary_info: Binary name: MEM-BCT-0 [0000.284] I> Size of crypto header is 8192 [0000.288] I> BCH load address is : 0x40050000 [0000.292] I> Size of crypto header is 8192 [0000.296] I> BCH of MEM-BCT-0 read from storage [0000.300] I> BCH address is : 0x40050000 [0000.304] I> MEM-BCT-0 header integrity check is success [0000.309] I> Binary magic in BCH component 0 is MEM0 [0000.314] I> component binary type is 0 [0000.319] I> MEM-BCT-0 binary is read from storage [0000.323] I> MEM-BCT-0 binary integrity check is success [0000.329] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.335] I> RAM_CODE 0x4000001 [0000.340] I> RAM_CODE 0x4000001 [0000.344] I> Task: Load Page retirement list (0x50011139) [0000.349] I> Task: SDRAM params override (0x50011b79) [0000.354] I> Task: Save mem-bct info (0x50014071) [0000.359] I> Task: Carveout allocate (0x500140d5) [0000.363] I> RCM blob carveout will not be allocated [0000.368] I> ECC region[0]: Start:0x0, End:0x0 [0000.373] I> ECC region[1]: Start:0x0, End:0x0 [0000.377] I> ECC region[2]: Start:0x0, End:0x0 [0000.381] I> ECC region[3]: Start:0x0, End:0x0 [0000.385] I> ECC region[4]: Start:0x0, End:0x0 [0000.390] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.396] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.400] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.405] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.409] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.419] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0000.426] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0000.433] I> allocated(CO:39) base:0x83a000000 size:0x6000000 align: 0x200000 [0000.440] I> allocated(CO:20) base:0x838000000 size:0x2000000 align: 0x2000000 [0000.447] I> allocated(CO:24) base:0x836000000 size:0x2000000 align: 0x2000000 [0000.455] I> allocated(CO:28) base:0x834000000 size:0x2000000 align: 0x2000000 [0000.462] I> allocated(CO:29) base:0x832000000 size:0x2000000 align: 0x2000000 [0000.469] I> allocated(CO:43) base:0x830000000 size:0x2000000 align: 0x200000 [0000.476] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0000.483] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000 [0000.490] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0000.497] I> allocated(CO:03) base:0x82e800000 size:0x800000 align: 0x800000 [0000.504] I> allocated(CO:06) base:0x82e000000 size:0x800000 align: 0x800000 [0000.511] I> allocated(CO:10) base:0x82d800000 size:0x800000 align: 0x800000 [0000.518] I> allocated(CO:56) base:0x82d000000 size:0x800000 align: 0x200000 [0000.525] I> allocated(CO:07) base:0x82cc00000 size:0x400000 align: 0x400000 [0000.531] I> allocated(CO:33) base:0x82c800000 size:0x400000 align: 0x200000 [0000.538] I> allocated(CO:47) base:0x82c400000 size:0x400000 align: 0x200000 [0000.545] I> allocated(CO:72) base:0x82c200000 size:0x200000 align: 0x10000 [0000.552] I> allocated(CO:01) base:0x82c100000 size:0x100000 align: 0x100000 [0000.559] I> allocated(CO:04) base:0x82c000000 size:0x100000 align: 0x100000 [0000.566] I> allocated(CO:05) base:0x82bf00000 size:0x100000 align: 0x100000 [0000.573] I> allocated(CO:08) base:0x82be00000 size:0x100000 align: 0x100000 [0000.580] I> allocated(CO:09) base:0x82bd00000 size:0x100000 align: 0x100000 [0000.587] I> allocated(CO:15) base:0x82bc00000 size:0x100000 align: 0x100000 [0000.594] I> allocated(CO:17) base:0x82bb00000 size:0x100000 align: 0x100000 [0000.601] I> allocated(CO:23) base:0x82ba00000 size:0x100000 align: 0x100000 [0000.608] I> allocated(CO:27) base:0x82b900000 size:0x100000 align: 0x100000 [0000.614] I> allocated(CO:42) base:0x82b800000 size:0x100000 align: 0x100000 [0000.621] I> allocated(CO:54) base:0x82b780000 size:0x80000 align: 0x80000 [0000.628] I> allocated(CO:26) base:0x82b740000 size:0x40000 align: 0x2000 [0000.635] I> allocated(CO:48) base:0x82b720000 size:0x20000 align: 0x10000 [0000.642] I> allocated(CO:69) base:0x82b700000 size:0x20000 align: 0x10000 [0000.648] I> allocated(CO:34) base:0x82b6f0000 size:0x10000 align: 0x10000 [0000.655] I> allocated(CO:35) base:0x82b6e0000 size:0x10000 align: 0x10000 [0000.662] I> allocated(CO:49) base:0x82b6d0000 size:0x10000 align: 0x10000 [0000.668] I> allocated(CO:50) base:0x82b6c0000 size:0x10000 align: 0x10000 [0000.675] I> allocated(CO:52) base:0x82b6b0000 size:0x10000 align: 0x10000 [0000.682] I> Task: Thermal check (0x5001fba1) [0000.686] I> max_chip_limit = 115 [0000.689] I> min_chip_limit = -30 [0000.692] I> max temp read = 32 [0000.695] I> min temp read = 30 [0000.698] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0000.705] I> Task: Enable WDT 5th expiry (0x5001f929) [0000.710] I> Task: Disable WDT globally (0x5001f965) [0000.714] I> Task: I2C register (0x50000a31) [0000.719] I> Task: Reset FSI (0x50013db9) [0000.722] I> Task: Pinmux init (0x50013219) [0000.727] I> Task: Prod config init (0x50013631) [0000.731] I> Task: Pad voltage init (0x500132a5) [0000.736] I> Task: Prod init (0x500136d5) [0000.740] I> Task: Common rail init (0x50013bd1) [0000.744] W> Thermal config not found in BCT [0000.748] W> Generic i2c config not found in BCT [0000.753] W> Platform rail config not found in BCT [0000.758] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0000.766] W> MEMIO rail config not found in BCT [0000.771] I> Task: Mem clock src (0x500119c5) [0000.775] I> Task: Misc. board config (0x50013c29) [0000.780] W> Platform config not found in BCT [0000.784] I> Task: SDRAM init (0x500119c9) [0000.790] I> SDRAM-params @ 0xd485000 [0000.794] I> MSS code-drop: NvBootSdramInit [0000.798] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0000.805] I> MSS CAR: Init PLLM [0000.808] I> MSS CAR: Init PLLHUB [0000.813] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0000.825] I> mb1_sdram_init Done ! [0000.828] I> SDRAM Size in Total 0x800000000 [0000.832] I> Task: Dram Ecc scrub (0x50011261) [0000.836] I> Task: DRAM alias check (0x50011b71) [0000.868] I> Task: Program NSDRAM carveout (0x50014921) [0000.874] I> NSDRAM carveout encryption is disabled [0000.879] I> Program NSDRAM carveout [0000.883] I> Task: Register checker (0x50011b75) [0000.892] I> Task: Enable clock-mon (0x5001ed25) [0000.909] I> FMON: Fmon re-programming done [0000.913] I> Task: Mapper init (0x5001d451) [0000.918] I> Task: SC7 Context Init (0x5001f02d) [0000.924] I> Task: CCPLEX IST init (0x5000d335) [0000.930] I> Task: CPU WP0 (0x5000c635) [0000.936] I> Loading MCE [0000.938] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.944] I> Slot: 0 [0000.947] I> Binary[8] block-0 (partition size: 0x80000) [0000.953] I> get_binary_info: Binary name: MCE [0000.957] I> Size of crypto header is 8192 [0000.962] I> BCH load address is : 0x4003e000 [0000.967] I> Size of crypto header is 8192 [0000.972] I> BCH of MCE read from storage [0000.976] I> BCH address is : 0x4003e000 [0000.982] I> MCE header integrity check is success [0000.987] I> Binary magic in BCH component 0 is MTSM [0000.992] I> component binary type is 8 [0000.996] I> Size of crypto header is 8192 [0001.003] I> MCE binary is read from storage [0001.008] I> MCE binary integrity check is success [0001.013] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0001.021] I> Size of crypto header is 8192 [0001.035] I> Size of crypto header is 8192 [0001.040] I> Sending WP0 mailbox command to PSC [0001.050] I> Task: MB1 fixed firewalls (0x5001e55d) [0001.070] I> Task: Load bpmp-fw (0x5001e801) [0001.075] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.081] I> Slot: 0 [0001.083] I> Binary[15] block-0 (partition size: 0x180000) [0001.090] I> get_binary_info: Binary name: BPMP_FW [0001.095] I> Size of crypto header is 8192 [0001.099] I> BCH load address is : 0x807fe000 [0001.105] I> Size of crypto header is 8192 [0001.110] I> BCH of BPMP_FW read from storage [0001.114] I> BCH address is : 0x807fe000 [0001.120] I> BPMP_FW header integrity check is success [0001.125] I> Binary magic in BCH component 0 is BPMF [0001.130] I> component binary type is 15 [0001.135] I> Size of crypto header is 8192 [0001.150] I> BPMP_FW binary is read from storage [0001.157] I> BPMP_FW binary integrity check is success [0001.163] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0001.171] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.177] I> Slot: 0 [0001.179] I> Binary[16] block-10000 (partition size: 0x400000) [0001.186] I> get_binary_info: Binary name: BPMP_FW_DTB [0001.191] I> Size of crypto header is 8192 [0001.196] I> BCH load address is : 0x807fc000 [0001.201] I> Size of crypto header is 8192 [0001.206] I> BCH of BPMP_FW_DTB read from storage [0001.211] I> BCH address is : 0x807fc000 [0001.217] I> BPMP_FW_DTB header integrity check is success [0001.223] I> Binary magic in BCH component 0 is BPMD [0001.228] I> component binary type is 16 [0001.232] I> Size of crypto header is 8192 [0001.238] I> BPMP_FW_DTB binary is read from storage [0001.244] I> BPMP_FW_DTB binary integrity check is success [0001.250] I> Binary BPMP_FW_DTB loaded successfully at 0x807db9f0 (0x20440) [0001.259] I> Task: Load psc-fw (0x5001ea0d) [0001.265] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.270] I> Slot: 0 [0001.273] I> Binary[17] block-0 (partition size: 0xc0000) [0001.279] I> get_binary_info: Binary name: PSC_FW [0001.284] I> Size of crypto header is 8192 [0001.289] I> BCH load address is : 0x80ffe000 [0001.294] I> Size of crypto header is 8192 [0001.299] I> BCH of PSC_FW read from storage [0001.303] I> BCH address is : 0x80ffe000 [0001.309] I> PSC_FW header integrity check is success [0001.314] I> Binary magic in BCH component 0 is PFWP [0001.320] I> component binary type is 17 [0001.324] I> Size of crypto header is 8192 [0001.334] I> PSC_FW binary is read from storage [0001.340] I> PSC_FW binary integrity check is success [0001.345] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0001.354] I> Task: Load nvdec-fw (0x5001ea81) [0001.359] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.365] I> Slot: 0 [0001.368] I> Binary[7] block-0 (partition size: 0x100000) [0001.374] I> get_binary_info: Binary name: NVDEC [0001.379] I> Size of crypto header is 8192 [0001.383] I> BCH load address is : 0x800fe000 [0001.389] I> Size of crypto header is 8192 [0001.394] I> BCH of NVDEC read from storage [0001.398] I> BCH address is : 0x800fe000 [0001.404] I> NVDEC header integrity check is success [0001.409] I> Binary magic in BCH component 0 is NDEC [0001.414] I> component binary type is 7 [0001.418] I> Size of crypto header is 8192 [0001.425] I> NVDEC binary is read from storage [0001.431] I> NVDEC binary integrity check is success [0001.436] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0001.447] I> Task: Load tsec-fw (0x5001ec6d) [0001.452] I> TSEC-FW load support not enabled [0001.457] I> Task: Program misc carveouts (0x5001445d) [0001.463] I> Program IPC carveouts [0001.470] I> Task: GPIO interrupt map (0x50013cc5) [0001.476] I> Task: SC7 context save (0x5001f161) [0001.482] I> NV_SC7 Context addr: 0xa0000000 [0001.487] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.493] I> Slot: 0 [0001.496] I> Binary[27] block-0 (partition size: 0x100000) [0001.502] I> get_binary_info: Binary name: BR_BCT [0001.507] I> Size of crypto header is 8192 [0001.512] I> Size of crypto header is 8192 [0001.517] I> BR_BCT binary is read from storage [0001.522] I> BR_BCT binary integrity check is success [0001.527] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.535] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.541] I> Slot: 0 [0001.543] I> Binary[13] block-0 (partition size: 0x30000) [0001.549] I> get_binary_info: Binary name: SC7-FW [0001.554] I> Size of crypto header is 8192 [0001.559] I> Size of crypto header is 8192 [0001.563] I> BCH load address is : 0xa0002000 [0001.569] I> Size of crypto header is 8192 [0001.574] I> BCH of SC7-FW read from storage [0001.578] I> BCH address is : 0xa0002000 [0001.584] I> SC7-FW header integrity check is success [0001.589] I> Binary magic in BCH component 0 is WB0B [0001.594] I> component binary type is 13 [0001.599] I> Size of crypto header is 8192 [0001.605] I> SC7-FW binary is read from storage [0001.611] I> SC7-FW binary integrity check is success [0001.616] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460) [0001.624] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.630] I> Slot: 0 [0001.632] I> Binary[22] block-0 (partition size: 0x30000) [0001.638] I> get_binary_info: Binary name: PSC_RF [0001.643] I> Size of crypto header is 8192 [0001.648] I> Size of crypto header is 8192 [0001.653] I> BCH load address is : 0xa0029460 [0001.658] I> Size of crypto header is 8192 [0001.663] I> BCH of PSC_RF read from storage [0001.668] I> BCH address is : 0xa0029460 [0001.673] I> PSC_RF header integrity check is success [0001.678] I> Binary magic in BCH component 0 is PSCR [0001.684] I> component binary type is 22 [0001.688] I> Size of crypto header is 8192 [0001.694] I> PSC_RF binary is read from storage [0001.699] I> PSC_RF binary integrity check is success [0001.705] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bd20) [0001.725] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.731] I> Slot: 0 [0001.733] I> Binary[14] block-0 (partition size: 0x20000) [0001.739] I> get_binary_info: Binary name: MB2_RF [0001.744] I> Size of crypto header is 8192 [0001.749] I> Size of crypto header is 8192 [0001.753] I> BCH load address is : 0xa008e240 [0001.759] I> Size of crypto header is 8192 [0001.764] I> BCH of MB2_RF read from storage [0001.768] I> BCH address is : 0xa008e240 [0001.774] I> MB2_RF header integrity check is success [0001.779] I> Binary magic in BCH component 0 is MB2R [0001.784] I> component binary type is 14 [0001.788] I> Size of crypto header is 8192 [0001.794] I> MB2_RF binary is read from storage [0001.800] I> MB2_RF binary integrity check is success [0001.805] I> Binary MB2_RF loaded successfully at 0xa0090240 (0x1bdc0) [0001.814] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0001.821] I> SC7 context fuse-bypass data is empty [0001.829] I> SC7 context save done [0001.833] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0001.839] I> Loading MB2 [0001.842] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.848] I> Slot: 0 [0001.850] I> Binary[6] block-0 (partition size: 0x80000) [0001.856] I> get_binary_info: Binary name: MB2 [0001.861] I> Size of crypto header is 8192 [0001.866] I> BCH load address is : 0x8007e000 [0001.871] I> Size of crypto header is 8192 [0001.876] I> BCH of MB2 read from storage [0001.880] I> BCH address is : 0x8007e000 [0001.886] I> MB2 header integrity check is success [0001.891] I> Binary magic in BCH component 0 is MB2B [0001.896] I> component binary type is 6 [0001.900] I> Size of crypto header is 8192 [0001.909] I> MB2 binary is read from storage [0001.915] I> MB2 binary integrity check is success [0001.920] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0001.928] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0001.935] I> Task: Prepare MB2 params (0x5000d5dd) [0001.944] I> MB2-params @ 0x40060000 [0001.952] I> BR-BCT Boot Chain Fields [0001.956] I> u32_non_gpio_select_boot_chain : 0 [0001.961] I> u32_num_boot_chains : 2 [0001.966] I> bf_bl_gpio_select_boot_chain_1b : 0 [0001.972] I> Task: Dram ecc test (0x500112cd) [0001.977] I> Task: Misc NV security settings (0x5000ced5) [0001.984] I> NVDEC sticky bits programming done [0001.989] I> Task: Disable/Reload WDT (0x5001f991) [0001.995] I> Programmed SLCG global override := 0x0 [0002.000] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : Coldboot I> Emulation: I> Entry timestamp: 0x001f17a8 I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x82d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: Enable hot-plug capability (0x50020e7c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Crypto init (0x5000513c) I> Task: Enable GP-SE clock (0x50001fd0) I> Task: I2C register (0x50001e30) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Load and authenticate registered FWs (0x50017428) I> Task: Load AUXP FWs (0x50020a1c) I> Successfully register SPE FW load task with MB2 loader I> Skipping SCE FW load I> Successfully register RCE FW load task with MB2 loader I> Successfully register DCE FW load task with MB2 loader I> Unpowergating APE I> Unpowergate done I> Successfully register APE FW load task with MB2 loader I> Skipping FSI FW load I> Successfully register XUSB FW load task with MB2 loader I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_spe-fw I> Size of partition: 589824 I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_rce-fw I> Size of partition: 1048576 I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw I> spe: Authentication Finalize Done I> Binary spe loaded successfully at 0x82be00000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_dce-fw I> Size of partition: 5242880 I> Binary@ device:3/0 block-44800 (partition size: 0x500000), name: A_dce-fw I> rce: Authentication Finalize Done I> Binary rce loaded successfully at 0x82bb00000 I> dce : oem authentication of header done I> dce : meta-blob integrity check is success. I> dce : will be decompressed at 0x838000000 I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0 I> Reserved10 0 BlockMaxSize 5 Reserved11 0 I> dce : decompressed to 9428224 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 33 I> FSITHERM min temp = 31 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (0x5001df14) W> mb2_unpowergate_ape: skip! APE is in unpowergated state I> OEM firewalls configured I> Task: Unhalt AUXPs (0x50020c84) I> Unhalting SPE.. I> Enabling combined UART ????spe: early_init vic initialized tsc initialized aon lic initialized spe: tag is 2e3d77fae66a40ac8e7a91531ae7d9b3 spe: SafeRTOS v8.4 spe: init scheduler initialized aon hsp initialized tag initialized tcu initialized bpmp ipc initialized spe: late init cpu_nic clock initialized apb clock initialized pm initialized bpmp hsp initialized top1 hsp initialized ccplex ipc initialized spe: start scheduler ?? I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc ??INFO: Entering psc_monitor_init! INFO: GSC22 BOM:0x848000000 SIZE:0x1000000 CLIENT_ACCESS1:00180000 INFO: PSCFW BUILD VERSION: e061f86-9e1f578-2508c43-dev-t234 INFO: mstatus:0xa00000808 INFO: Supervisor entry_point:c108c00 ??I> Received ACK from psc I> Task: Sta??INFO: MONITOR: user task addr:0x848022000, blob offset:0x00020000 ?? ??rt secure NOR provision (0x50014924) I> Task: Load FSI keyblob (0x50012368) I> Skipping FSI key blob copy I> Task: Unhalt AUXPs (0x50020c8c) I> SCE unhalt skipped I> Unhalting RCE I> RCE unhalt successful I> DCE unhalt successful I> APE unhalt skipped I> FSI unhalt skipped I> Task: Load CPUBL (0x5001347c) I> Task: Load TOS (0x50013b38) I> Task: Load and authenticate registered FWs (0x50017428) I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_cpu??[ 2.364542] Camera-FW on t234-rce-safe started TCU early console enabled. ??INFO: MONITOR: populated??bpmp: init bpmp: bas?? user images:19 INFO: mret to Supervisor! INFO: psc supervisor init. INFO: ??e binary md5 is eac380526d68ff45ffc86d0feae98e88 bpmp: combined b??psc_irq_init... INFO: enter idle task. ??inary md5 is 888a114dda6bea50b6c6bb224445ac85 bpmp: firmware tag is 888a114dda6bea50b6c6-eac380526d6 initialized vwdt initialized mail_early initialized fuse initialized vfrel initialized hwwdt initialized adc fmon_populate_monitors: found 199 monitors initialized fmon initialized mc initialized reset initialized uphy_early initialized emc_early 471 clocks registered initialized clk_mach initialized clk_cal_early initialized clk_mach_early_config initialized io_dpd initialized thermal initialized soctherm initialized tj_init initialized regime initialized i2c vrmon_dt_init: vrmon node not found vrmon_chk_boot_state: found 0 rail monitors initialized vrmon initialized regulator ?? ??-bootloader I> Size of partition: 3670016 I> Binary@ device:3/0 block-24832 (partition size: 0x380000), name: A_cpu-bootloader??initialized avfs_clk_platform initialized powergate ?? ??initialized dvs initialized clk_mach_config initialized pm initialized suspend initialized strap initialized emc initialized emc_mrq initialized clk_cal initialized uphy_dt initialized uphy_mrq initialized uphy ??I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_secure-os I> Size of partition: 4194304 I> Binary@ device:3/0 block-32000 (partition size: 0x400000), name: A_secure-os ??initialized pg_late initialized pg_mrq_init swdtimer_init: 0 reg polling start w period 47 ms initialized swdtimer initialized hwwdt_late initialized bwmgr initialized thermal_host_trip initialized thermal_mrq initialized oc_mrq initialized reset_mrq initialized mail_mrq initialized fmon_mrq initialized clk_mrq initialized avfs_mrq initialized i2c_mrq initialized tag_mrq initialized bwmgr_mrq initialized console_mrq initialized mce_dbell missing prod DT calibration data for 199 fmons initialized clk_sync_fmon_post ??I> MB2-params @ 0x400600??initialized clk_cal_late initialized noc_late initialized dmce initialized cvc ??00 I> cpubl: Authentication Fi??initialized avfs_clk_mach_post initialized pm_post initialized avfs_clk_platform_post initialized cvc_late initialized rm initialized console_late handling unreferenced clks enable adspneon enable can1_core enable can1_host enable can2_core enable can2_host enable mss_encrypt enable maud enable nvdec enable pllg_ref enable dsi_core enable aza_2xbit enable pllc4_muxed enable xusb_ss ena??[ 2.604105] Camer??ble xusb_fs enable xusb_falcon enable xusb_core_mux ??a-FW on t234-rce-safe??enable dsi_lp enable sdmmc_legacy_tm initialized clk_?? ready SHA1=7a10e461 ??mach_post initialized pg_post ??(crt 13.247 ms, total??initialized regulator_post initialized profile initialized fuse_late initia?? boot 262.124 ms) ??lized mrq initialized patrol_scrubber initialized extras_post bpmp: init complete ??DCE: FW Boot Done ??nalize Done I> Binary cpubl loaded successfully at 0x82c400000 I> tos: Authentication Finalize Done I> Binary tos loaded successfully at 0x831e06000 I> Relocating OP-TEE dtb from: 0x831eff700 to 0x82b700000, size: 0x996 I> [0] START: 0x80000000, SIZE: 0x7ab600000 I> [1] START: 0x82c400000, SIZE: 0x400000 I> [2] START: 0x82d000000, SIZE: 0x800000 I> Setting NS memory ranges to OP-TEE dtb finished. I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_eks I> Size of partition: 262144 I> Binary@ device:3/0 block-44288 (partition size: 0x40000), name: A_eks I> eks: Authentication Finalize Done I> Binary eks loaded successfully at 0x82d000400 I> EKB detected (length: 0x410) @ VA:0x82d000400 I> Task: Prepare TOS params (0x50013ab0) I> Setting EKB blob info to OPTEE dtb finished. I> Setting OPTEE arg3: 0x82b700000 I> Task: OEM SC7 context save (0x500146bc) I> oem sc7 context saved I> Task: Disable MSS perf stats (0x50020d18) I> Task: Program display sticky bits (0x50020c94) I> Task: Storage device deinit (0x50001ed8) I> Task: SMMU external bypass disable (0x50011eb4) I> Task: SMMU init (0x50011dd0) I> Task: Program CBB PCIE AMAP regions (0x50014b08) I> Task: Program GICv3 registers (0x50020db8) I> Task: Audit firewall settings (0x5001e1c0) I> Task: Bootchain failure check (0x500026a4) I> Current Boot-Chain Slot: 0 I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0 I> MB2 finished ??NOTICE: BL31: v2.6(release):4fa405dbd NOTICE: BL31: Built : 20:16:55, Aug 10 2022 I/TC: I/TC: Non-secure external DT found I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f0100006). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ??[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421] [ 0.000000] Linux version 5.10.104-tegra (rt@Build-Workstation) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #10 SMP PREEMPT Fri Dec 30 16:29:14 CST 2022 [ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16, [ 0.000000] OF: fdt: - 80000000 , c0000000 [ 0.000000] Machine model: Jetson AGX Orin [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: RTPROP=0x805401c18 SMBIOS=0xffff0000 SMBIOS 3.0=0x8039a0000 MEMATTR=0x80476f018 ESRT=0x803834418 RNG=0x827905998 MEMRESERVE=0x804771f18 [ 0.000000] efi: seeding entropy pool [ 0.000000] esrt: Reserving ESRT space from 0x0000000803834418 to 0x0000000803834450. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000817800000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000835ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff] [ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000007ffffffff] [ 0.000000] node 0: [mem 0x0000000800000000-0x00000008021bffff] [ 0.000000] node 0: [mem 0x00000008021c0000-0x00000008035e9fff] [ 0.000000] node 0: [mem 0x00000008035ea000-0x000000080376efff] [ 0.000000] node 0: [mem 0x000000080376f000-0x000000080398ffff] [ 0.000000] node 0: [mem 0x0000000803990000-0x00000008039affff] [ 0.000000] node 0: [mem 0x00000008039b0000-0x000000080453ffff] [ 0.000000] node 0: [mem 0x0000000804540000-0x00000008046cffff] [ 0.000000] node 0: [mem 0x00000008046d0000-0x000000080473ffff] [ 0.000000] node 0: [mem 0x0000000804740000-0x000000080475ffff] [ 0.000000] node 0: [mem 0x0000000804760000-0x000000080477ffff] [ 0.000000] node 0: [mem 0x0000000804780000-0x00000008049effff] [ 0.000000] node 0: [mem 0x00000008049f0000-0x0000000804a3ffff] [ 0.000000] node 0: [mem 0x0000000804a40000-0x0000000804a4ffff] [ 0.000000] node 0: [mem 0x0000000804a50000-0x0000000804a9ffff] [ 0.000000] node 0: [mem 0x0000000804aa0000-0x0000000804e4ffff] [ 0.000000] node 0: [mem 0x0000000804e50000-0x0000000804e5ffff] [ 0.000000] node 0: [mem 0x0000000804e60000-0x0000000804ebffff] [ 0.000000] node 0: [mem 0x0000000804ec0000-0x000000080534ffff] [ 0.000000] node 0: [mem 0x0000000805350000-0x000000080539ffff] [ 0.000000] node 0: [mem 0x00000008053a0000-0x000000080553ffff] [ 0.000000] node 0: [mem 0x0000000805540000-0x00000008055dffff] [ 0.000000] node 0: [mem 0x00000008055e0000-0x000000080568ffff] [ 0.000000] node 0: [mem 0x0000000805690000-0x000000080572ffff] [ 0.000000] node 0: [mem 0x0000000805730000-0x00000008057bffff] [ 0.000000] node 0: [mem 0x00000008057c0000-0x000000080585ffff] [ 0.000000] node 0: [mem 0x0000000805860000-0x000000080612ffff] [ 0.000000] node 0: [mem 0x0000000806130000-0x000000080630ffff] [ 0.000000] node 0: [mem 0x0000000806310000-0x00000008278bffff] [ 0.000000] node 0: [mem 0x00000008278c0000-0x000000082790ffff] [ 0.000000] node 0: [mem 0x0000000827910000-0x000000082b6affff] [ 0.000000] node 0: [mem 0x000000082c400000-0x000000082c7fffff] [ 0.000000] node 0: [mem 0x0000000834000000-0x0000000835ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000835ffffff] [ 0.000000] On node 0, zone Normal: 336 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 32 pages/cpu s90136 r8192 d32744 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] alternatives: patching kernel code [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7925040 [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB) [ 0.000000] Memory: 30995704K/32205504K available (18112K kernel code, 3176K rwdata, 7128K rodata, 3968K init, 1095K bss, 947656K reserved, 262144K cma-reserved) [ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x34/0x420 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000 [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70) [ 0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677] [ 0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns [ 0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns [ 0.000669] Console: colour dummy device 80x25 [ 0.000848] printk: console [tty0] enabled [ 0.000884] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000) [ 0.000893] pid_max: default: 32768 minimum: 301 [ 0.000951] LSM: Security Framework initializing [ 0.000970] Yama: becoming mindful. [ 0.000986] SELinux: Initializing. [ 0.001064] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.001111] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.002553] rcu: Hierarchical SRCU implementation. [ 0.002642] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003114] DTS File Name: ../arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0004-p3737-0000.dts [ 0.003121] DTB Build time: Dec 30 2022 16:29:58 [ 0.004392] Tegra Revision: A01 SKU: 0xd2 CPU Process: 0 SoC Process: 0 [ 0.004514] Remapping and enabling EFI services. [ 0.005677] smp: Bringing up secondary CPUs ... [ 0.034333] Detected PIPT I-cache on CPU1 [ 0.034365] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000 [ 0.034391] CPU1: Booted secondary processor 0x0000000100 [0x410fd421] [ 0.063001] Detected PIPT I-cache on CPU2 [ 0.063011] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000 [ 0.063025] CPU2: Booted secondary processor 0x0000000200 [0x410fd421] [ 0.091594] Detected PIPT I-cache on CPU3 [ 0.091602] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000 [ 0.091615] CPU3: Booted secondary processor 0x0000000300 [0x410fd421] [ 0.122222] Detected PIPT I-cache on CPU4 [ 0.122242] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000 [ 0.122267] CPU4: Booted secondary processor 0x0000010000 [0x410fd421] [ 0.150894] Detected PIPT I-cache on CPU5 [ 0.150903] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000 [ 0.150916] CPU5: Booted secondary processor 0x0000010100 [0x410fd421] [ 0.179510] Detected PIPT I-cache on CPU6 [ 0.179519] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000 [ 0.179533] CPU6: Booted secondary processor 0x0000010200 [0x410fd421] [ 0.208122] Detected PIPT I-cache on CPU7 [ 0.208132] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000 [ 0.208146] CPU7: Booted secondary processor 0x0000010300 [0x410fd421] [ 0.208199] smp: Brought up 1 node, 8 CPUs [ 0.208242] SMP: Total of 8 processors activated. [ 0.208246] CPU features: detected: Privileged Access Never [ 0.208248] CPU features: detected: LSE atomic instructions [ 0.208251] CPU features: detected: User Access Override [ 0.208254] CPU features: detected: 32-bit EL0 Support [ 0.208256] CPU features: detected: Common not Private translations [ 0.208259] CPU features: detected: RAS Extension Support [ 0.208262] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.208265] CPU features: detected: CRC32 instructions [ 0.208268] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.241513] CPU: All CPU(s) started at EL2 [ 0.243664] devtmpfs: initialized [ 0.256753] Registered cp15_barrier emulation handler [ 0.256765] Registered setend emulation handler [ 0.256771] KASLR enabled [ 0.256888] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.256901] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.258428] pinctrl core: initialized pinctrl subsystem [ 0.258896] SMBIOS 3.0.0 present. [ 0.258903] DMI: /, BIOS 1.0-d7fb19b 08/10/2022 [ 0.259137] NET: Registered protocol family 16 [ 0.259754] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.259953] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.260146] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.260170] audit: initializing netlink subsys (disabled) [ 0.260242] audit: type=2000 audit(0.256:1): state=initialized audit_enabled=0 res=1 [ 0.260396] thermal_sys: Registered thermal governor 'step_wise' [ 0.260397] thermal_sys: Registered thermal governor 'power_allocator' [ 0.260402] thermal_sys: Registered thermal governor 'pid_thermal_gov' [ 0.262257] cpuidle: using governor menu [ 0.262356] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.262435] ASID allocator initialised with 32768 entries [ 0.262519] Serial: AMBA PL011 UART driver [ 0.263966] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful [ 0.263989] Tegra reboot handler registered. [ 0.281742] mc: mapped MMIO address: 0xffff800011110000 -> 0x2c10000 [ 0.281755] mc: mapped MMIO address: 0xffff800011130000 -> 0x2c20000 [ 0.281763] mc: mapped MMIO address: 0xffff800011150000 -> 0x2c30000 [ 0.281770] mc: mapped MMIO address: 0xffff800011170000 -> 0x2c40000 [ 0.281779] mc: mapped MMIO address: 0xffff800011190000 -> 0x2c50000 [ 0.281785] mc: mapped MMIO address: 0xffff8000111b0000 -> 0x2b80000 [ 0.281792] mc: mapped MMIO address: 0xffff8000111d0000 -> 0x2b90000 [ 0.281798] mc: mapped MMIO address: 0xffff8000111f0000 -> 0x2ba0000 [ 0.281808] mc: mapped MMIO address: 0xffff800011210000 -> 0x2bb0000 [ 0.281814] mc: mapped MMIO address: 0xffff800011230000 -> 0x1700000 [ 0.281820] mc: mapped MMIO address: 0xffff800011250000 -> 0x1710000 [ 0.281825] mc: mapped MMIO address: 0xffff800011270000 -> 0x1720000 [ 0.281831] mc: mapped MMIO address: 0xffff800011290000 -> 0x1730000 [ 0.281837] mc: mapped MMIO address: 0xffff8000112b0000 -> 0x1740000 [ 0.281846] mc: mapped MMIO address: 0xffff8000112d0000 -> 0x1750000 [ 0.281852] mc: mapped MMIO address: 0xffff8000112f0000 -> 0x1760000 [ 0.281858] mc: mapped MMIO address: 0xffff800011310000 -> 0x1770000 [ 0.281868] nv-tegra-mc 2c10000.mc: No mssnvlink node [ 0.281884] mc-err: mcerr ops are set to t23x [ 0.282142] tegra234-cbb 13a00000.cbb-fabric: secure_irq = 21 [ 0.282194] tegra234-cbb c600000.aon-fabric: secure_irq = 22 [ 0.282237] tegra234-cbb d600000.bpmp-fabric: secure_irq = 23 [ 0.282274] tegra234-cbb de00000.dce-fabric: secure_irq = 24 [ 0.282307] tegra234-cbb be00000.rce-fabric: secure_irq = 25 [ 0.282342] tegra234-cbb b600000.sce-fabric: secure_irq = 26 [ 0.282581] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 71, base_baud = 0) is a SBSA [ 1.480919] printk: console [ttyAMA0] enabled [ 1.489033] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 1.495746] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 1.502446] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 1.509146] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 1.517510] ACPI: Interpreter disabled. [ 1.522391] vdd-3v3-pcie: supplied by vdd-3v3-sys [ 1.527315] avdd-cam-2v8: supplied by vdd-3v3-sys [ 1.532093] vdd-av1v1-hub: supplied by vdd-5v-sys [ 1.536903] vbusB-cvb: supplied by vdd-5v-sys [ 1.541388] vdd-usbc1-vbus: supplied by vdd-5v-sys [ 1.546267] vdd-usbc2-vbus: supplied by vdd-5v-sys [ 1.551434] iommu: Default domain type: Translated [ 1.556343] eventlib_kernel: keventlib is initialized, test id: 0 [ 1.562586] SCSI subsystem initialized [ 1.566394] usbcore: registered new interface driver usbfs [ 1.571890] usbcore: registered new interface driver hub [ 1.577210] usbcore: registered new device driver usb [ 1.582445] mc: Linux media interface: v0.10 [ 1.586719] videodev: Linux video capture interface: v2.00 [ 1.592352] pps_core: LinuxPPS API ver. 1 registered [ 1.597315] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.606451] PTP clock support registered [ 1.610558] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec [ 1.617723] tegra_wdt_t18x 2190000.watchdog: Registered successfully [ 1.625363] Registered efivars operations [ 1.629818] FPGA manager framework [ 1.633239] Advanced Linux Sound Architecture Driver Initialized. [ 1.639568] Bluetooth: Core ver 2.22 [ 1.643149] NET: Registered protocol family 31 [ 1.647594] Bluetooth: HCI device and connection manager initialized [ 1.653950] Bluetooth: HCI socket layer initialized [ 1.658827] Bluetooth: L2CAP socket layer initialized [ 1.663882] Bluetooth: SCO socket layer initialized [ 1.669222] camchar: rtcpu character device driver loaded [ 1.674826] clocksource: Switched to clocksource arch_sys_counter [ 1.833302] VFS: Disk quotas dquot_6.6.0 [ 1.837264] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.844258] pnp: PnP ACPI: disabled [ 1.849484] la/ptsa driver initialized. [ 1.853368] NET: Registered protocol family 2 [ 1.857921] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.867604] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 1.876347] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.884620] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 1.892452] TCP: Hash tables configured (established 262144 bind 65536) [ 1.899150] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.906083] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.913517] NET: Registered protocol family 1 [ 1.918098] RPC: Registered named UNIX socket transport module. [ 1.924025] RPC: Registered udp transport module. [ 1.928727] RPC: Registered tcp transport module. [ 1.933427] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.939872] PCI: CLS 0 bytes, default 64 [ 1.943906] Trying to unpack rootfs image as initramfs... [ 2.058441] Freeing initrd memory: 8196K [ 2.064401] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 2.072403] kvm [1]: IPA Size Limit: 48 bits [ 2.076790] kvm [1]: VHE mode initialized successfully [ 2.082553] Initialise system trusted keyrings [ 2.087072] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 2.095443] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.101529] NFS: Registering the id_resolver key type [ 2.106591] Key type id_resolver registered [ 2.110771] Key type id_legacy registered [ 2.114809] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.121516] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.128921] ntfs: driver 2.1.32 [Flags: R/W]. [ 2.144742] NET: Registered protocol family 38 [ 2.149188] Key type asymmetric registered [ 2.153283] Asymmetric key parser 'x509' registered [ 2.158175] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240) [ 2.165612] io scheduler mq-deadline registered [ 2.170142] io scheduler kyber registered [ 2.177930] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 2.183528] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 2.189124] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 2.194707] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 2.202644] tegra_dc_assign_hw_data: no matching compatible node [ 2.208655] tegradccommon module_init failed [ 2.212924] tegradc module_init failed [ 2.216906] EINJ: ACPI disabled. [ 2.221581] tegra-pmc c360000.pmc: scratch reg offset dts data not present [ 2.228461] tegra-pmc: ### PMC reset source: MAINSWRST [ 2.233598] tegra-pmc: ### PMC reset level: L1 [ 2.238039] tegra-pmc: ### PMC reset status reg: 0x2d [ 2.244204] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 2.257723] random: fast init done [ 2.257864] printk: console [ttyTCU0] enabled [ 3.847230] arm-smmu 12000000.iommu: probing hardware configuration... [ 3.855272] arm-smmu 12000000.iommu: SMMUv2 with: [ 3.860126] arm-smmu 12000000.iommu: stage 1 translation [ 3.865683] arm-smmu 12000000.iommu: stage 2 translation [ 3.871249] arm-smmu 12000000.iommu: nested translation [ 3.876705] arm-smmu 12000000.iommu: stream matching with 128 register groups [ 3.884123] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only) [ 3.892815] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000 [ 3.899517] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.906217] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.913693] arm-smmu 10000000.iommu: probing hardware configuration... [ 3.920397] arm-smmu 10000000.iommu: SMMUv2 with: [ 3.925218] arm-smmu 10000000.iommu: stage 1 translation [ 3.930752] arm-smmu 10000000.iommu: stage 2 translation [ 3.936283] arm-smmu 10000000.iommu: nested translation [ 3.941735] arm-smmu 10000000.iommu: stream matching with 128 register groups [ 3.949152] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only) [ 3.957809] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000 [ 3.964509] arm-smmu 10000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.971199] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.978322] arm-smmu 8000000.iommu: probing hardware configuration... [ 3.984946] arm-smmu 8000000.iommu: SMMUv2 with: [ 3.989691] arm-smmu 8000000.iommu: stage 1 translation [ 3.995149] arm-smmu 8000000.iommu: stage 2 translation [ 4.000603] arm-smmu 8000000.iommu: nested translation [ 4.005963] arm-smmu 8000000.iommu: stream matching with 128 register groups [ 4.013306] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only) [ 4.021884] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000 [ 4.028521] arm-smmu 8000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 4.035132] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 4.042428] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful [ 4.052078] tegra_profiler: version: 1.147, samples/io: 49/28 [ 4.058044] tegra_profiler: auth: init [ 4.062163] nvsciipc: loaded module [ 4.066669] tegra23x-qspi 3270000.spi: Adding to iommu group 0 [ 4.072799] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 4.079326] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 4.086745] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 4.094345] tegra23x-qspi 3270000.spi: Prod settings list not found [ 4.100775] tegra23x-qspi 3270000.spi: Failed to get reset control: -517 [ 4.108230] tun: Universal TUN/TAP device driver, 1.6 [ 4.113897] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 4.121316] hns3: Copyright (c) 2017 Huawei Corporation. [ 4.126795] e1000e: Intel(R) PRO/1000 Network Driver [ 4.131897] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.137978] igb: Intel(R) Gigabit Ethernet Network Driver [ 4.143535] igb: Copyright (c) 2007-2014 Intel Corporation. [ 4.149405] PPP generic driver version 2.4.2 [ 4.153828] PPP BSD Compression module registered [ 4.158676] PPP Deflate Compression module registered [ 4.163867] PPP MPPE Compression module registered [ 4.168808] usbcore: registered new interface driver r8152 [ 4.174466] usbcore: registered new interface driver asix [ 4.180022] usbcore: registered new interface driver ax88179_178a [ 4.186291] usbcore: registered new interface driver cdc_ether [ 4.192285] usbcore: registered new interface driver net1080 [ 4.198088] usbcore: registered new interface driver cdc_subset [ 4.204171] usbcore: registered new interface driver zaurus [ 4.209890] usbcore: registered new interface driver cdc_ncm [ 4.215699] usbcore: registered new interface driver aqc111 [ 4.221554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.227904] ohci-pci: OHCI PCI platform driver [ 4.232470] ohci-platform: OHCI generic platform driver [ 4.238113] tegra-xusb 3610000.xhci: Adding to iommu group 1 [ 4.244378] usbcore: registered new interface driver uas [ 4.249855] usbcore: registered new interface driver usb-storage [ 4.256159] tegra-xudc 3550000.xudc: Adding to iommu group 2 [ 4.262213] mousedev: PS/2 mouse device common for all mice [ 4.267962] usbcore: registered new interface driver xpad [ 4.275335] tegra_rtc c2a0000.rtc: registered as rtc1 [ 4.280539] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock [ 4.286956] i2c /dev entries driver [ 4.290639] tegra-i2c 3160000.i2c: Adding to iommu group 3 [ 4.296417] tegra-i2c c240000.i2c: Adding to iommu group 3 [ 4.302107] tegra-i2c 3180000.i2c: Adding to iommu group 3 [ 4.307782] tegra-i2c 3190000.i2c: Adding to iommu group 3 [ 4.313450] tegra-i2c 31b0000.i2c: Adding to iommu group 3 [ 4.319120] tegra-i2c 31c0000.i2c: Adding to iommu group 3 [ 4.324804] tegra-i2c c250000.i2c: Adding to iommu group 3 [ 4.330476] tegra-i2c 31e0000.i2c: Adding to iommu group 3 [ 4.338698] device-mapper: uevent: version 1.0.3 [ 4.343526] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 4.353173] sdhci: Secure Digital Host Controller Interface driver [ 4.359511] sdhci: Copyright(c) Pierre Ossman [ 4.363972] Synopsys Designware Multimedia Card Interface Driver [ 4.370208] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.376187] sdhci-tegra 3460000.sdhci: Adding to iommu group 4 [ 4.376496] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401 [ 4.376533] sdhci-tegra 3400000.sdhci: Adding to iommu group 5 [ 4.396278] tegra-bpmp bpmp: firmware: 888a114dda6bea50b6c6-eac380526d6 [ 4.404738] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 [ 4.410524] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81 [ 4.418177] nvvrs_pseq 4-003c: CAUTION: interrupt status reg:0x10 set to 0x1 [ 4.425424] nvvrs_pseq 4-003c: Clearing interrupts [ 4.540026] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0 [ 4.545970] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful ??debugfs initialized ??[ 5.977580] random: crng init done [ 6.030222] hid: raw HID events driver (C) Jiri Kosina [ 6.036018] usbcore: registered new interface driver usbhid [ 6.041779] usbhid: USB HID core driver [ 6.046519] tegra-dce d800000.dce: Adding to iommu group 6 [ 6.053108] dce: dce_ipc_channel_init:314 Invalid Channel State [0x0] for ch_type [2] [ 6.061700] tegra234-aon c000000.aon: Adding to iommu group 7 [ 6.067943] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5] [ 6.076412] c000000.aon:hsp: probed [ 6.076936] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [0]. Ignored... [ 6.089394] tegra234-aon c000000.aon: init done [ 6.089766] tegra23x-psc e860000.psc: Adding to iommu group 8 [ 6.094097] dce: dce_admin_send_cmd_ver:413 version : [0x2] err : [0x0] [ 6.100890] tegra23x-psc e860000.psc: ext_cfg base:00000000e98ce56d [ 6.107011] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1] [ 6.113387] tegra23x-psc e860000.psc: init done [ 6.122350] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [1] ... [ 6.122352] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.122363] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.127346] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 9 [ 6.135447] dce: dce_admin_setup_clients_ipc:518 Get queue info failed for [2] [ 6.135562] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2] [ 6.145006] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000 [ 6.153053] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [3] ... [ 6.153054] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.153063] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.163410] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584 [ 6.167674] dce: dce_start_boot_flow:100 DCE_BOOT_DONE [ 6.176269] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900 [ 6.236604] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80 [ 6.247803] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80 [ 6.259482] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80 [ 6.272097] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080 [ 6.284966] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200 [ 6.296792] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (122) [ 6.303629] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful [ 6.311969] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=7a10e4613e151d2bf1df37dd80d456800f5b94d0 [ 6.325372] t19x_cache tegra-cache: probed [ 6.329780] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU [ 6.339990] optee: probing for conduit method. [ 6.344593] optee: revision 3.16 (65cc2218) [ 6.345292] optee: dynamic shared memory is enabled [ 6.354748] optee: initialized driver [ 6.371948] nvpmodel: initialized successfully [ 6.376628] tegra_hv: get_hvd: not initialized yet [ 6.381586] user_ivc_mempool: hypervisor not present [ 6.387304] usbcore: registered new interface driver snd-usb-audio [ 6.394306] u32 classifier [ 6.397089] input device check on [ 6.400860] Actions configured [ 6.404491] Initializing XFRM netlink socket [ 6.409263] NET: Registered protocol family 10 [ 6.415221] Segment Routing with IPv6 [ 6.419047] NET: Registered protocol family 17 [ 6.423640] NET: Registered protocol family 15 [ 6.428618] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 6.442675] Bluetooth: RFCOMM socket layer initialized [ 6.448007] Bluetooth: RFCOMM ver 1.11 [ 6.451886] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 6.457991] Bluetooth: HIDP socket layer initialized [ 6.463929] 9pnet: Installing 9P2000 support [ 6.468402] Key type dns_resolver registered [ 6.473737] registered taskstats version 1 [ 6.477979] Loading compiled-in X.509 certificates [ 6.486593] Loaded X.509 cert 'Build time autogenerated kernel key: 4526661491a96f98035adf8034bd097d9bd4729c' [ 6.497127] tegra194-pcie 14180000.pcie: Adding to iommu group 10 [ 6.509159] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 6.516217] tegra194-pcie 14100000.pcie: Adding to iommu group 11 [ 6.527325] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 6.534127] tegra194-pcie 14160000.pcie: Adding to iommu group 12 [ 6.545299] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 6.552037] tegra194-pcie 141a0000.pcie: Adding to iommu group 13 [ 6.562958] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 6.569921] tegra194-pcie 141e0000.pcie: Adding to iommu group 14 [ 6.581020] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 6.608379] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 15 [ 6.617952] host1x 13e40000.host1x: Adding to iommu group 16 [ 7.633271] t23x_init_gating_regs: Timed out waiting for syncpt ram init! [ 7.651177] host1x 13e40000.host1x: initialized [ 7.656204] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 17 [ 7.664259] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000) [ 7.676216] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 18 [ 7.684207] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000) [ 7.696260] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 19 [ 7.704253] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000) [ 7.716202] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 20 [ 7.724190] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000) [ 7.736116] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 21 [ 7.744132] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000) [ 7.756083] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 22 [ 7.764071] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000) [ 7.776028] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 23 [ 7.784021] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000) [ 7.795957] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 24 [ 7.803950] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000) [ 7.815897] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 25 [ 7.823903] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000) [ 7.835843] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 26 [ 7.843829] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000) [ 7.855768] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 27 [ 7.863783] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000) [ 7.875720] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 28 [ 7.883720] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000) [ 7.895670] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 29 [ 7.903643] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000) [ 7.915606] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 30 [ 7.923604] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000) [ 7.935539] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 31 [ 7.943550] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000) [ 7.955505] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 32 [ 7.963473] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000) [ 7.975428] falcon 15340000.vic: Adding to iommu group 33 [ 7.986358] falcon 15340000.vic: initialized [ 7.991035] falcon 15380000.nvjpg: Adding to iommu group 34 [ 8.000723] falcon 15380000.nvjpg: initialized [ 8.005401] falcon 15540000.nvjpg1: Adding to iommu group 35 [ 8.014689] falcon 15540000.nvjpg1: initialized [ 8.019486] falcon 154c0000.nvenc: Adding to iommu group 36 [ 8.029710] falcon 154c0000.nvenc: initialized [ 8.034409] falcon 15a50000.ofa: Adding to iommu group 37 [ 8.043166] falcon 15a50000.ofa: initialized [ 8.047680] nvdec 15480000.nvdec: Adding to iommu group 38 [ 8.060274] nvdec 15480000.nvdec: initialized [ 8.064868] tsec 15500000.tsec: Adding to iommu group 39 [ 8.074971] tsec 15500000.tsec: initialized [ 8.081124] gic 2a41000.agic-controller: GIC IRQ controller registered [ 8.097297] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered [ 8.113358] gpio-491 (gpio11-usbpwr-ctrl): hogged as output/low [ 8.119504] gpio-493 (gpio12-usbpwr-ctrl): hogged as output/low [ 8.125634] gpio-488 (gpio13-usbpwr-ctrl): hogged as output/low [ 8.131764] gpio-489 (gpio14-usbpwr-ctrl): hogged as output/low [ 8.137886] gpio-428 (gpio3): hogged as output/low [ 8.142847] gpio-487 (gpio16): hogged as input [ 8.147459] gpio-351 (gpio20): hogged as output/low [ 8.152513] gpio-449 (gpio36): hogged as output/low [ 8.157569] gpio-494 (i2s1_clk_gpio): hogged as input [ 8.162798] gpio-495 (i2s1_dout_gpio): hogged as input [ 8.168113] gpio-496 (i2s1_din_gpio): hogged as input [ 8.173343] gpio-497 (i2s1_fs_gpio): hogged as input [ 8.178477] gpio-492 (mclk01_gpio): hogged as input [ 8.183527] gpio-456 (pwm01_gpio): hogged as input [ 8.188486] gpio-461 (uart1_cts_gpio): hogged as input [ 8.193807] gpio-478 (uart2_cts_gpio): hogged as input [ 8.200052] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio [ 8.206761] gpio-320 (gpio6): hogged as input [ 8.211283] gpio-323 (gpio7): hogged as input [ 8.215799] gpio-325 (gpio8): hogged as input [ 8.220310] gpio-326 (gpio10): hogged as input [ 8.225389] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon [ 8.232366] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 8.238742] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 8.245074] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 8.251318] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 8.259259] tegra194-isp5 14800000.isp: Adding to iommu group 40 [ 8.267777] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU [ 8.277383] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized [ 8.283756] driver not enabled, cannot register any devices [ 8.289623] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 41 [ 8.297614] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 42 [ 8.305551] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU [ 8.315461] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized [ 8.322271] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU [ 8.332182] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized [ 8.338982] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU [ 8.348884] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized [ 8.355714] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 43 [ 8.364360] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000) [ 8.375743] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 44 [ 8.384384] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000) [ 8.395755] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 45 [ 8.404383] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000) [ 8.415745] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 46 [ 8.424375] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000) [ 8.435739] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 47 [ 8.444363] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000) [ 8.455736] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 48 [ 8.464359] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000) [ 8.475716] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 49 [ 8.484351] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000) [ 8.495715] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 50 [ 8.504326] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000) [ 8.515697] pva 16000000.pva0: Adding to iommu group 51 [ 8.544533] pva 16000000.pva0: initialized [ 8.554108] nvdla 15880000.nvdla0: Adding to iommu group 52 [ 8.568732] nvdla 15880000.nvdla0: initialized [ 8.574980] nvdla 158c0000.nvdla1: Adding to iommu group 53 [ 8.588885] nvdla 158c0000.nvdla1: initialized [ 8.595063] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3 [ 8.602013] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels [ 8.609498] tegra-fuse-burn efuse-burn: shutdown limit check disabled [ 8.616132] tegra-fuse-burn efuse-burn: Fuse burn driver initialized [ 8.622859] serial-tegra 3100000.serial: Adding to iommu group 3 [ 8.629437] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART [ 8.639109] serial-tegra 3110000.serial: Adding to iommu group 3 [ 8.645617] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 68, base_baud = 0) is a TEGRA_UART [ 8.655202] serial-tegra 3130000.serial: Adding to iommu group 3 [ 8.661807] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 69, base_baud = 0) is a TEGRA_UART [ 8.671472] serial-tegra 3140000.serial: Adding to iommu group 3 [ 8.677983] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 70, base_baud = 0) is a TEGRA_UART [ 8.687605] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 8.694166] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 8.701613] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 8.709242] tegra23x-qspi 3270000.spi: Prod settings list not found [ 8.729818] rtc-pcf8563 1-0051: pcf8563_write_block_data: err=-121 addr=0e, data=03 [ 8.737720] rtc-pcf8563 1-0051: pcf8563_probe: write error [ 8.743381] rtc-pcf8563: probe of 1-0051 failed with error -5 [ 8.778380] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2009000 KHz, changing to: 2035200 KHz [ 8.793333] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 1905000 KHz, changing to: 1958400 KHz [ 8.805893] tegra194-cpufreq e000000.ccplex: probed with ICC [ 8.813635] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 8.815416] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 8.827437] tegra194-pcie 14180000.pcie: host bridge /pcie@14180000 ranges: [ 8.834616] tegra194-pcie 14180000.pcie: IO 0x0038100000..0x00381fffff -> 0x0038100000 [ 8.834695] irq: IRQ306: trimming hierarchy from :interrupt-controller@f400000-1 [ 8.835879] mmc0: CQHCI version 5.10 [ 8.843321] tegra194-pcie 14180000.pcie: MEM 0x2728000000..0x272fffffff -> 0x0040000000 [ 8.843323] tegra194-pcie 14180000.pcie: MEM 0x2440000000..0x2727ffffff -> 0x2440000000 [ 8.872224] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 8.886372] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit [ 8.983717] mmc0: Command Queue Engine enabled [ 8.988291] mmc0: periodic cache flush enabled [ 8.992860] mmc0: new HS400 Enhanced strobe MMC card at address 0001 [ 8.999716] mmcblk0: mmc0:0001 G1M15M 59.3 GiB [ 9.004585] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (511:0) [ 9.022323] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 9.960247] tegra194-pcie 14180000.pcie: Phy link never came up [ 9.966413] tegra194-pcie 14180000.pcie: PCI host bridge to bus 0000:00 [ 9.973237] pci_bus 0000:00: root bus resource [bus 00-ff] [ 9.978875] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x38100000-0x381fffff]) [ 9.988727] pci_bus 0000:00: root bus resource [mem 0x2728000000-0x272fffffff] (bus address [0x40000000-0x47ffffff]) [ 9.999565] pci_bus 0000:00: root bus resource [mem 0x2440000000-0x2727ffffff pref] [ 10.007496] pci 0000:00:00.0: [10de:229c] type 01 class 0x060400 [ 10.013838] pci 0000:00:00.0: PME# supported from D0 D3hot [ 10.026273] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 10.031667] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 10.040588] pcieport 0000:00:00.0: Adding to iommu group 10 [ 10.046515] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 [ 10.052660] pcieport 0000:00:00.0: AER: enabled with IRQ 51 [ 10.058618] pci_bus 0000:01: busn_res: [bus 01-ff] is released [ 10.064708] pci 0000:00:00.0: Removing from iommu group 10 [ 10.070355] pci_bus 0000:00: busn_res: [bus 00-ff] is released [ 10.078059] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 10.085684] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges: [ 10.092880] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000 [ 10.101574] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000 [ 10.110268] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000 [ 11.228383] tegra194-pcie 14100000.pcie: Phy link never came up [ 11.234530] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00 [ 11.241356] pci_bus 0001:00: root bus resource [bus 00-ff] [ 11.246997] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x30100000-0x301fffff]) [ 11.257128] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff]) [ 11.267952] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref] [ 11.275876] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400 [ 11.282208] pci 0001:00:00.0: PME# supported from D0 D3hot [ 11.294424] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 11.299820] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 11.308722] pcieport 0001:00:00.0: Adding to iommu group 11 [ 11.314635] pcieport 0001:00:00.0: PME: Signaling with IRQ 53 [ 11.320770] pcieport 0001:00:00.0: AER: enabled with IRQ 53 [ 11.326711] pci_bus 0001:01: busn_res: [bus 01-ff] is released [ 11.332790] pci 0001:00:00.0: Removing from iommu group 11 [ 11.338447] pci_bus 0001:00: busn_res: [bus 00-ff] is released [ 11.346369] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 11.353810] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges: [ 11.360995] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000 [ 11.369688] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000 [ 11.378380] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000 [ 12.496412] tegra194-pcie 14160000.pcie: Phy link never came up [ 12.502558] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00 [ 12.509382] pci_bus 0004:00: root bus resource [bus 00-ff] [ 12.515021] pci_bus 0004:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x36100000-0x361fffff]) [ 12.525149] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff]) [ 12.535988] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref] [ 12.543911] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400 [ 12.550258] pci 0004:00:00.0: PME# supported from D0 D3hot [ 12.562500] pci 0004:00:00.0: PCI bridge to [bus 01-ff] [ 12.567897] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 12.576797] pcieport 0004:00:00.0: Adding to iommu group 12 [ 12.582712] pcieport 0004:00:00.0: PME: Signaling with IRQ 55 [ 12.588853] pcieport 0004:00:00.0: AER: enabled with IRQ 55 [ 12.594799] pci_bus 0004:01: busn_res: [bus 01-ff] is released [ 12.600872] pci 0004:00:00.0: Removing from iommu group 12 [ 12.606520] pci_bus 0004:00: busn_res: [bus 00-ff] is released [ 12.614160] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 12.727942] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges: [ 12.735131] tegra194-pcie 141a0000.pcie: IO 0x003a100000..0x003a1fffff -> 0x003a100000 [ 12.743819] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000 [ 12.752514] tegra194-pcie 141a0000.pcie: MEM 0x2740000000..0x2b27ffffff -> 0x2740000000 [ 13.868381] tegra194-pcie 141a0000.pcie: Phy link never came up [ 13.874529] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00 [ 13.881355] pci_bus 0005:00: root bus resource [bus 00-ff] [ 13.886995] pci_bus 0005:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff]) [ 13.897124] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff]) [ 13.907969] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref] [ 13.915890] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400 [ 13.922232] pci 0005:00:00.0: PME# supported from D0 D3hot [ 13.934508] pci 0005:00:00.0: PCI bridge to [bus 01-ff] [ 13.939901] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 13.948820] pcieport 0005:00:00.0: Adding to iommu group 13 [ 13.954732] pcieport 0005:00:00.0: PME: Signaling with IRQ 57 [ 13.960864] pcieport 0005:00:00.0: AER: enabled with IRQ 57 [ 13.966799] pci_bus 0005:01: busn_res: [bus 01-ff] is released [ 13.972880] pci 0005:00:00.0: Removing from iommu group 13 [ 13.978543] pci_bus 0005:00: busn_res: [bus 00-ff] is released [ 13.986005] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 13.993621] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges: [ 14.000810] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff -> 0x003e100000 [ 14.009507] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff -> 0x0040000000 [ 14.018205] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000 [ 14.134965] tegra194-pcie 141e0000.pcie: Link up [ 14.140189] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00 [ 14.147016] pci_bus 0007:00: root bus resource [bus 00-ff] [ 14.152658] pci_bus 0007:00: root bus resource [io 0x400000-0x4fffff] (bus address [0x3e100000-0x3e1fffff]) [ 14.162774] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff]) [ 14.173623] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref] [ 14.181545] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400 [ 14.187847] pci 0007:00:00.0: PME# supported from D0 D3hot [ 14.197096] pci 0007:01:00.0: [c0a9:540a] type 00 class 0x010802 [ 14.203427] pci 0007:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit] [ 14.215118] pci 0007:00:00.0: BAR 14: assigned [mem 0x3228000000-0x32280fffff] [ 14.222565] pci 0007:01:00.0: BAR 0: assigned [mem 0x3228000000-0x3228003fff 64bit] [ 14.230520] pci 0007:00:00.0: PCI bridge to [bus 01-ff] [ 14.235900] pci 0007:00:00.0: bridge window [mem 0x3228000000-0x32280fffff] [ 14.243260] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 14.252000] pci 0007:01:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512 [ 14.260897] pcieport 0007:00:00.0: Adding to iommu group 14 [ 14.266800] pcieport 0007:00:00.0: PME: Signaling with IRQ 59 [ 14.272937] pcieport 0007:00:00.0: AER: enabled with IRQ 59 [ 14.278942] nvme 0007:01:00.0: Adding to iommu group 14 [ 14.284695] nvme nvme0: pci function 0007:01:00.0 [ 14.289720] nvme 0007:01:00.0: enabling device (0000 -> 0002) [ 14.289958] vdd-dp: supplied by vdd-3v3-sys [ 14.300137] vdd-3v3-sd: supplied by vdd-3v3-sys [ 14.304918] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys [ 14.311985] irq: IRQ308: trimming hierarchy from :pmc@c360000 [ 14.318107] irq: IRQ309: trimming hierarchy from :pmc@c360000 [ 14.324462] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: repeated role: 0 [ 14.326713] tegra194-isp5 14800000.isp: initialized [ 14.337658] driver not enabled, cannot register any devices [ 14.352229] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized [ 14.358600] driver not enabled, cannot register any devices [ 14.364478] (NULL device *): fops function table already registered [ 14.372436] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized [ 14.373478] nvme nvme0: missing or invalid SUBNQN field. [ 14.378813] driver not enabled, cannot register any devices [ 14.390791] nvme nvme0: allocated 32 MiB host memory buffer. [ 14.406341] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release [ 14.416106] tegra-xusb 3610000.xhci: xHCI Host Controller [ 14.421679] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1 [ 14.428279] nvme nvme0: 8/0/0 default/read/poll queues [ 14.430201] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810 [ 14.444377] tegra-xusb 3610000.xhci: irq 239, io mem 0x03610000 [ 14.450629] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 14.459148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.466584] usb usb1: Product: xHCI Host Controller [ 14.471604] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 14.477875] usb usb1: SerialNumber: 3610000.xhci [ 14.482934] hub 1-0:1.0: USB hub found [ 14.486804] hub 1-0:1.0: 4 ports detected [ 14.491066] tegra-xusb 3610000.xhci: xHCI Host Controller [ 14.496624] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2 [ 14.504417] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed [ 14.511902] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 14.520415] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.527859] usb usb2: Product: xHCI Host Controller [ 14.532880] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd [ 14.539149] usb usb2: SerialNumber: 3610000.xhci [ 14.544158] hub 2-0:1.0: USB hub found [ 14.548039] hub 2-0:1.0: 4 ports detected [ 14.553623] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 14.553824] nvethernet 2310000.ethernet: Adding to iommu group 54 [ 14.564981] nvethernet 2310000.ethernet: failed to read skip mac reset flag, default 0 [ 14.573172] nvethernet 2310000.ethernet: failed to read MDIO address [ 14.579746] nvethernet 2310000.ethernet: Failed to read nvida,pause_frames, so setting to default support as disable [ 14.590606] nvethernet 2310000.ethernet: setting to default DMA bit mask [ 14.597539] nvethernet 2310000.ethernet: max-platform-mtu DT entry missing, setting default 1500 [ 14.614958] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 14.850293] nvethernet 2310000.ethernet: Ethernet MAC address: 48:b0:2d:94:70:ef [ 14.858396] nvethernet 2310000.ethernet: Macsec not enabled [ 14.864158] nvethernet 2310000.ethernet: Macsec: Reduced MTU: 1466 Max: 1500 [ 14.872606] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels [ 14.881285] irq: IRQ319: trimming hierarchy from :pmc@c360000 [ 14.887279] irq: IRQ320: trimming hierarchy from :interrupt-controller@f400000-1 [ 14.894974] irq: IRQ321: trimming hierarchy from :pmc@c360000 [ 14.900956] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 14.908586] tegra-se-nvhost 15810000.se: Adding to iommu group 55 [ 14.915172] tegra-se-nvhost 15810000.se: initialized [ 14.932919] tegra-se-nvhost 15810000.se: tegra_se_probe: complete [ 14.939331] tegra-se-nvhost 15820000.se: Adding to iommu group 56 [ 14.945891] tegra-se-nvhost 15820000.se: initialized [ 14.953214] tegra-se-nvhost 15820000.se: tegra_se_probe: complete [ 14.959586] tegra-se-nvhost 15840000.se: Adding to iommu group 57 [ 14.966117] tegra-se-nvhost 15840000.se: initialized [ 14.975884] tegra-se-nvhost 15840000.se: tegra_se_probe: complete [ 14.982778] tegra_actmon d230000.actmon: in actmon_register()... [ 14.989236] tegra_actmon d230000.actmon: bwmgr_disable = 1 [ 14.995469] tegra_actmon d230000.actmon: initialization Completed for the device mc_all [ 15.003907] hvc_sysfs: hypervisor is not present ??WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk ??[ 15.148740] ALSA device list: [ 15.151807] No soundcards found. [ 15.155868] Freeing unused kernel memory: 3968K [ 15.160606] Run /init as init process [ 15.175890] Root device found: mmcblk0p1 [ 15.180403] Found dev node: /dev/mmcblk0p1 [ 15.212762] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 15.221861] Rootfs mounted over mmcblk0p1 [ 15.241187] Switching from initrd to actual rootfs [ 15.344260] systemd[1]: System time before build time, advancing clock. [ 15.365958] x_tables: module verification failed: signature and/or required key missing - tainting kernel [ 15.397001] systemd[1]: systemd 245.4-4ubuntu3.17 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 15.420653] systemd[1]: Detected architecture arm64. [ 15.458933] systemd[1]: Set hostname to . [ 15.638850] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 15.651885] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 15.661427] systemd[1]: Created slice system-modprobe.slice. [ 15.664576] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit [ 15.675632] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 15.682332] systemd[1]: Created slice User and Session Slice. [ 15.688366] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 15.696446] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 15.706249] systemd[1]: Reached target User and Group Name Lookups. [ 15.712767] systemd[1]: Reached target Slices. [ 15.717389] systemd[1]: Reached target Swap. [ 15.722048] systemd[1]: Listening on RPCbind Server Activation Socket. [ 15.728908] systemd[1]: Listening on Syslog Socket. [ 15.741347] systemd[1]: Listening on fsck to fsckd communication Socket. [ 15.748347] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 15.755307] systemd[1]: Listening on Journal Audit Socket. [ 15.761091] systemd[1]: Listening on Journal Socket (/dev/log). [ 15.767348] systemd[1]: Listening on Journal Socket. [ 15.772617] systemd[1]: Listening on udev Control Socket. [ 15.778287] systemd[1]: Listening on udev Kernel Socket. [ 15.784764] systemd[1]: Mounting Huge Pages File System... [ 15.791426] systemd[1]: Mounting POSIX Message Queue File System... [ 15.798712] systemd[1]: Mounting RPC Pipe File System... [ 15.805117] systemd[1]: Mounting Kernel Debug File System... [ 15.811878] systemd[1]: Mounting Kernel Trace File System... [ 15.818868] systemd[1]: Starting Journal Service... [ 15.825035] systemd[1]: Starting Set the console keyboard layout... [ 15.832392] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 15.841293] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped. [ 15.850706] systemd[1]: Starting NVIDIA specific first-boot udev script... [ 15.858890] systemd[1]: Started Nameserver information manager. [ 15.865294] systemd[1]: Reached target Network (Pre). [ 15.872183] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 15.881718] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 15.893847] systemd[1]: Starting Load Kernel Modules... [ 15.900232] systemd[1]: Starting Remount Root and Kernel File Systems... [ 15.907832] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null) [ 15.908149] nvmap_heap_init: nvmap_heap_init: created heap block cache [ 15.908250] systemd[1]: Starting udev Coldplug all Devices... [ 15.926146] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x000000082f000000,16777216 [ 15.927927] systemd[1]: Started Journal Service. [ 15.935750] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout [ 15.948749] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x0000000849800000,914358272 [ 15.958418] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout [ 15.958423] nvmap_page_pool_init: Total RAM pages: 7817503 [ 15.972316] nvmap_page_pool_init: nvmap page pool size: 977187 pages (3817 MB) [ 15.972406] nvmap_background_zero_thread: PP zeroing thread starting. [ 15.972491] misc nvmap: created heap vpr base 0x0000000849800000 size (892928KiB) [ 15.975397] misc nvmap: created heap fsi base 0x000000082f000000 size (16384KiB) [ 16.014946] systemd-journald[288]: Received client request to flush runtime journal. [ 16.034149] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000 [ 16.034149] [ 16.498107] nvidia: loading out-of-tree module taints kernel. [ 16.526473] using random self ethernet address [ 16.531249] using random host ethernet address [ 16.689933] 1 fixed-partitions partitions found on MTD device spi6.0 [ 16.699172] Creating 1 MTD partitions on "spi6.0": [ 16.704250] 0x000000000000-0x000004000000 : "Whole_flash0" [ 17.276360] using random self ethernet address [ 17.281235] using random host ethernet address Ubuntu 20.04.4 LTS XD-UBUNTU ttyTCU0 XD-UBUNTU login: xd (automatic login) Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.10.104-tegra aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage This system has been minimized by removing packages and content that are not required on a system that users do not log into. To restore this content, you can run the 'unminimize' command. 11 updates can be applied immediately. 8 of these updates are standard security updates. To see these additional updates run: apt list --upgradable Last login: Thu Apr 21 12:55:08 UTC 2022 on ttyAMA0 To run a command as administrator (user "root"), use "sudo ". See "man sudo_root" for details. xd@XD-UBUNTU:~$ lspci 0007:00:00.0 PCI bridge: NVIDIA Corporation Device 229a (rev a1) 0007:01:00.0 Non-Volatile memory controller: Micron/Crucial Technology Device 540a (rev 01) xd@XD-UBUNTU:~$ [ 206.169121] irq 258: nobody cared (try booting with the "irqpoll" option) [ 206.176364] handlers: [ 206.178711] [<000000003ebff141>] irq_default_primary_handler threaded [<000000008e2039b3>] regmap_irq_thread [ 206.188870] Disabling IRQ #258 ?? [0007.063] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0007.068] I> t234-A01-0-Silicon (0x12347) Prod [0007.073] I> Boot-mode : BPMP Diagnostic [0007.076] I> Emulation: [0007.079] I> Entry timestamp: 0x00000000 [0007.082] I> last_boot_error: 0x0 [0007.086] I> BR-BCT: preprod_dev_sign: 0 [0007.089] I> rst_source: 0x0, rst_level: 0x0 [0007.093] I> Task: Crypto init (0x5001c0d9) [0007.098] I> Task: Secure debug controls (0x5000cb19) [0007.102] I> Task: strap war set (0x5000b739) [0007.107] I> strap value(0x4000001) set to 0x4000001 [0007.112] I> Task: Program NV master stream id (0x5000cad1) [0007.117] I> Task: Verify boot mode (0xd482021) [0007.123] I> Task: Alias fuses (0x50010749) [0007.127] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0007.134] I> Task: Print SKU type (0x5000fba9) [0007.139] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0007.144] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0007.148] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0007.152] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0007.157] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0007.161] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0007.165] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0007.169] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0007.173] I> FUSE_SKU_INFO_0 = 0xd2 [0007.177] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0007.181] I> FUSE_PACKAGE_INFO_0 = 0x2 [0007.184] I> SKU: Prod [0007.187] I> Task: Boost clocks (0x50013db1) [0007.191] I> Initializing PLLC2 for AXI_CBB. [0007.195] I> AXI_CBB : src = 35, divisor = 0 [0007.199] I> Task: Voltage monitor (0x50013dbd) [0007.203] I> VMON: Vmon re-calibration and fine tuning done [0007.209] I> Task: UPHY init (0x5000da39) [0007.213] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0007.218] I> Task: Boot device init (0x50000a3d) [0007.223] I> Boot_device: RCM [0007.226] I> USB configuration success [0007.230] I> Task: TSC init (0x5001ed35) [0007.234] I> Task: Enable WDT 5th expiry (0x5001f929) [0007.238] I> Task: Disable WDT globally (0x5001f965) [0007.243] I> Task: I2C register (0x50000a31) [0007.247] I> Task: Reset FSI (0x50013db9) [0007.251] I> Task: Enable clock-mon (0x5001ed25) [0007.267] I> FMON: Fmon re-programming done [0007.271] I> Task: MB1 fixed firewalls (0x5001e55d) [0007.279] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0007.283] I> Loading MB2 Applet [0007.287] I> Scratch RSV109: 0x00000000 active chain: 0 [0007.292] I> Slot: 0 [0007.294] I> Binary[21] block-0 (partition size: 0x50000) [0007.299] I> get_binary_info: Binary name: MB2-Applet [0007.304] I> Size of crypto header is 8192 [0007.308] I> BCH load address is : 0x4004e000 [0007.312] I> Size of crypto header is 8192 [0007.316] I> BCH of MB2-Applet read from storage [0007.321] I> BCH address is : 0x4004e000 [0007.325] I> MB2-Applet header integrity check is success [0007.330] I> Binary magic in BCH component 0 is MB2A [0007.335] I> component binary type is 21 [0007.339] I> Size of crypto header is 8192 [0007.353] I> MB2-Applet binary is read from storage [0007.358] I> MB2-Applet binary integrity check is success [0007.363] I> Binary MB2-Applet loaded successfully at 0x40000000 (0x41b80) [0007.370] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0007.376] I> Task: Prepare MB2 params (0x5000d5dd) [0007.381] I> MB2-params @ 0x40060000 [0007.384] I> Region(2) already mapped [0007.388] E> Failed to map carveout: 50 [0007.391] I> BR-BCT Boot Chain Fields [0007.395] I> u32_non_gpio_select_boot_chain : 0 [0007.400] I> u32_num_boot_chains : 0 [0007.404] I> bf_bl_gpio_select_boot_chain_1b : 0 [0007.410] I> Task: Misc NV security settings (0x5000ced5) [0007.415] I> NVDEC sticky bits programming done [0007.419] I> Task: Disable/Reload WDT (0x5001f991) [0007.424] I> Programmed SLCG global override := 0x0 [0007.429] I> MB1: MSS reconfig completed I> Applet (version: 0.0.0.0-t234-54845784-dee653cf) I> t234-A01-0-Silicon (0x12347) I> Emulation: I> Entry timestamp: 0xffffffff I> Task: Pinmux init (0x4000062d) I> Task: Boot device init (0x400012e5) I> Applet do storage init I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : clk_m I> QSPI-0l initialized successfully I> sdmmc DDR50 mode I> sdmmc bdev is already initialized E> Unknown device 7 E> Unknown device 8 I> Task: Partition Manager Init (0x40002d1d) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition?? [0130.237] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0130.242] I> t234-A01-0-Silicon (0x12347) Prod [0130.246] I> Boot-mode : Coldboot [0130.249] I> Emulation: [0130.252] I> Entry timestamp: 0x00000000 [0130.255] I> last_boot_error: 0x0 [0130.259] I> BR-BCT: preprod_dev_sign: 0 [0130.262] I> rst_source: 0xb, rst_level: 0x1 [0130.266] I> Task: CRC check (0x5001cf71) [0130.270] I> Skip CRC check as records_integrity fuse is not burned [0130.276] I> Task: Crypto init (0x5001c0d9) [0130.280] I> Task: Secure debug controls (0x5000cb19) [0130.285] I> Task: strap war set (0x5000b739) [0130.290] I> strap value(0x4000001) set to 0x4000001 [0130.294] I> Task: Initialize SOC Therm (0x5001a509) [0130.299] I> Task: Program NV master stream id (0x5000cad1) [0130.305] I> Task: Verify boot mode (0xd482021) [0130.311] I> Task: Alias fuses (0x50010749) [0130.315] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0130.322] I> Task: Print SKU type (0x5000fba9) [0130.326] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0130.332] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0130.336] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0130.340] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0130.344] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0130.349] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0130.353] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0130.357] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0130.361] I> FUSE_SKU_INFO_0 = 0xd2 [0130.364] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0130.368] I> FUSE_PACKAGE_INFO_0 = 0x2 [0130.372] I> SKU: Prod [0130.374] I> Task: Boost clocks (0x50013db1) [0130.378] I> Initializing PLLC2 for AXI_CBB. [0130.383] I> AXI_CBB : src = 35, divisor = 0 [0130.387] I> Task: Voltage monitor (0x50013dbd) [0130.391] I> VMON: Vmon re-calibration and fine tuning done [0130.397] I> Task: UPHY init (0x5000da39) [0130.401] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0130.407] I> Task: Boot device init (0x50000a3d) [0130.411] I> Boot_device: RCM [0130.414] I> USB configuration success [0131.696] I> Task: TSC init (0x5001ed35) [0131.700] I> Task: Load membct (0x5001190d) [0131.704] I> RAM_CODE 0x4000001 [0131.707] I> Loading MEM-BCT to SysRAM [0131.711] I> Scratch RSV109: 0x00000000 active chain: 0 [0131.716] I> Slot: 0 [0131.718] I> Binary[0] block-0 (partition size: 0x40000) [0131.723] I> get_binary_info: Binary name: MEM-BCT-0 [0131.728] I> Size of crypto header is 8192 [0131.732] I> BCH load address is : 0x40050000 [0131.736] I> Size of crypto header is 8192 [0131.740] I> BCH of MEM-BCT-0 read from storage [0131.745] I> BCH address is : 0x40050000 [0131.749] I> MEM-BCT-0 header integrity check is success [0131.754] I> Binary magic in BCH component 0 is MEM0 [0131.759] I> component binary type is 0 [0131.765] I> MEM-BCT-0 binary is read from storage [0131.770] I> MEM-BCT-0 binary integrity check is success [0131.775] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0131.781] I> RAM_CODE 0x4000001 [0131.787] I> RAM_CODE 0x4000001 [0131.791] I> Task: Load Page retirement list (0x50011139) [0131.796] I> Task: SDRAM params override (0x50011b79) [0131.801] I> Task: Save mem-bct info (0x50014071) [0131.805] I> Task: Carveout allocate (0x500140d5) [0131.810] I> ECC region[0]: Start:0x0, End:0x0 [0131.814] I> ECC region[1]: Start:0x0, End:0x0 [0131.818] I> ECC region[2]: Start:0x0, End:0x0 [0131.823] I> ECC region[3]: Start:0x0, End:0x0 [0131.827] I> ECC region[4]: Start:0x0, End:0x0 [0131.831] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0131.837] I> Non-ECC region[1]: Start:0x0, End:0x0 [0131.842] I> Non-ECC region[2]: Start:0x0, End:0x0 [0131.846] I> Non-ECC region[3]: Start:0x0, End:0x0 [0131.851] I> Non-ECC region[4]: Start:0x0, End:0x0 [0131.861] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000 [0131.868] I> allocated(CO:46) base:0x820000000 size:0x20000000 align: 0x20000000 [0131.875] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000 [0131.882] I> allocated(CO:39) base:0x81a000000 size:0x6000000 align: 0x200000 [0131.889] I> allocated(CO:20) base:0x818000000 size:0x2000000 align: 0x2000000 [0131.896] I> allocated(CO:24) base:0x816000000 size:0x2000000 align: 0x2000000 [0131.904] I> allocated(CO:28) base:0x814000000 size:0x2000000 align: 0x2000000 [0131.911] I> allocated(CO:29) base:0x812000000 size:0x2000000 align: 0x2000000 [0131.918] I> allocated(CO:43) base:0x810000000 size:0x2000000 align: 0x200000 [0131.925] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000 [0131.932] I> allocated(CO:41) base:0x80f000000 size:0x1000000 align: 0x100000 [0131.939] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000 [0131.946] I> allocated(CO:03) base:0x80e800000 size:0x800000 align: 0x800000 [0131.953] I> allocated(CO:06) base:0x80e000000 size:0x800000 align: 0x800000 [0131.960] I> allocated(CO:10) base:0x80d800000 size:0x800000 align: 0x800000 [0131.967] I> allocated(CO:56) base:0x80d000000 size:0x800000 align: 0x200000 [0131.974] I> allocated(CO:07) base:0x80cc00000 size:0x400000 align: 0x400000 [0131.980] I> allocated(CO:33) base:0x80c800000 size:0x400000 align: 0x200000 [0131.987] I> allocated(CO:47) base:0x80c400000 size:0x400000 align: 0x200000 [0131.994] I> allocated(CO:72) base:0x80c200000 size:0x200000 align: 0x10000 [0132.001] I> allocated(CO:01) base:0x80c100000 size:0x100000 align: 0x100000 [0132.008] I> allocated(CO:04) base:0x80c000000 size:0x100000 align: 0x100000 [0132.015] I> allocated(CO:05) base:0x80bf00000 size:0x100000 align: 0x100000 [0132.022] I> allocated(CO:08) base:0x80be00000 size:0x100000 align: 0x100000 [0132.029] I> allocated(CO:09) base:0x80bd00000 size:0x100000 align: 0x100000 [0132.036] I> allocated(CO:15) base:0x80bc00000 size:0x100000 align: 0x100000 [0132.043] I> allocated(CO:17) base:0x80bb00000 size:0x100000 align: 0x100000 [0132.050] I> allocated(CO:23) base:0x80ba00000 size:0x100000 align: 0x100000 [0132.057] I> allocated(CO:27) base:0x80b900000 size:0x100000 align: 0x100000 [0132.064] I> allocated(CO:42) base:0x80b800000 size:0x100000 align: 0x100000 [0132.070] I> allocated(CO:54) base:0x80b780000 size:0x80000 align: 0x80000 [0132.077] I> allocated(CO:26) base:0x80b740000 size:0x40000 align: 0x2000 [0132.084] I> allocated(CO:48) base:0x80b720000 size:0x20000 align: 0x10000 [0132.091] I> allocated(CO:69) base:0x80b700000 size:0x20000 align: 0x10000 [0132.097] I> allocated(CO:34) base:0x80b6f0000 size:0x10000 align: 0x10000 [0132.104] I> allocated(CO:35) base:0x80b6e0000 size:0x10000 align: 0x10000 [0132.111] I> allocated(CO:49) base:0x80b6d0000 size:0x10000 align: 0x10000 [0132.118] I> allocated(CO:50) base:0x80b6c0000 size:0x10000 align: 0x10000 [0132.124] I> allocated(CO:52) base:0x80b6b0000 size:0x10000 align: 0x10000 [0132.131] I> Task: Thermal check (0x5001fba1) [0132.135] I> max_chip_limit = 115 [0132.138] I> min_chip_limit = -30 [0132.142] I> max temp read = 31 [0132.145] I> min temp read = 28 [0132.148] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d) [0132.154] I> Task: Enable WDT 5th expiry (0x5001f929) [0132.159] I> Task: Disable WDT globally (0x5001f965) [0132.164] I> Task: I2C register (0x50000a31) [0132.168] I> Task: Reset FSI (0x50013db9) [0132.172] I> Task: Pinmux init (0x50013219) [0132.176] I> Task: Prod config init (0x50013631) [0132.180] I> Task: Pad voltage init (0x500132a5) [0132.185] I> Task: Prod init (0x500136d5) [0132.189] I> Task: Common rail init (0x50013bd1) [0132.193] W> Thermal config not found in BCT [0132.197] W> Generic i2c config not found in BCT [0132.202] W> Platform rail config not found in BCT [0132.207] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod. [0132.216] W> MEMIO rail config not found in BCT [0132.220] I> Task: Mem clock src (0x500119c5) [0132.224] I> Task: Misc. board config (0x50013c29) [0132.229] W> Platform config not found in BCT [0132.233] I> Task: SDRAM init (0x500119c9) [0132.240] I> SDRAM-params @ 0xd485000 [0132.243] I> MSS code-drop: NvBootSdramInit [0132.247] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8 [0132.255] I> MSS CAR: Init PLLM [0132.258] I> MSS CAR: Init PLLHUB [0132.263] I> Encryption: MTS: en, TX: dis, VPR: dis, GSC: en [0132.274] I> mb1_sdram_init Done ! [0132.278] I> SDRAM Size in Total 0x800000000 [0132.282] I> Task: Dram Ecc scrub (0x50011261) [0132.286] I> Task: DRAM alias check (0x50011b71) [0132.317] I> Task: Program NSDRAM carveout (0x50014921) [0132.324] I> NSDRAM carveout encryption is disabled [0132.329] I> Program NSDRAM carveout [0132.334] I> Task: Register checker (0x50011b75) [0132.342] I> Task: Enable clock-mon (0x5001ed25) [0132.359] I> FMON: Fmon re-programming done [0132.364] I> Task: Mapper init (0x5001d451) [0132.370] I> Task: SC7 Context Init (0x5001f02d) [0132.376] I> Task: CCPLEX IST init (0x5000d335) [0132.382] I> Task: CPU WP0 (0x5000c635) [0132.387] I> Loading MCE [0132.390] I> Scratch RSV109: 0x00000000 active chain: 0 [0132.396] I> Slot: 0 [0132.399] I> Binary[8] block-0 (partition size: 0x80000) [0132.405] I> get_binary_info: Binary name: MCE [0132.410] I> Size of crypto header is 8192 [0132.415] I> BCH load address is : 0x4003e000 [0132.421] I> Size of crypto header is 8192 [0133.021] I> BCH of MCE read from storage [0133.026] I> BCH address is : 0x4003e000 [0133.031] I> MCE header integrity check is success [0133.037] I> Binary magic in BCH component 0 is MTSM [0133.042] I> component binary type is 8 [0133.047] I> Size of crypto header is 8192 [0133.058] I> MCE binary is read from storage [0133.063] I> MCE binary integrity check is success [0133.069] I> Binary MCE loaded successfully at 0x40000000 (0x2c080) [0133.077] I> Size of crypto header is 8192 [0133.082] I> Sending WP0 mailbox command to PSC [0133.093] I> Task: MB1 fixed firewalls (0x5001e55d) [0133.112] I> Task: Load bpmp-fw (0x5001e801) [0133.118] I> Scratch RSV109: 0x00000000 active chain: 0 [0133.124] I> Slot: 0 [0133.127] I> Binary[15] block-0 (partition size: 0x180000) [0133.133] I> get_binary_info: Binary name: BPMP_FW [0133.139] I> Size of crypto header is 8192 [0133.143] I> BCH load address is : 0x807fe000 [0133.149] I> Size of crypto header is 8192 [0133.154] I> BCH of BPMP_FW read from storage [0133.159] I> BCH address is : 0x807fe000 [0133.165] I> BPMP_FW header integrity check is success [0133.170] I> Binary magic in BCH component 0 is BPMF [0133.176] I> component binary type is 15 [0133.180] I> Size of crypto header is 8192 [0133.222] I> BPMP_FW binary is read from storage [0133.229] I> BPMP_FW binary integrity check is success [0133.235] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfb3c0) [0133.243] I> Scratch RSV109: 0x00000000 active chain: 0 [0133.249] I> Slot: 0 [0133.252] I> Binary[16] block-251658752 (partition size: 0x400000) [0133.260] I> get_binary_info: Binary name: BPMP_FW_DTB [0133.266] I> Size of crypto header is 8192 [0133.270] I> BCH load address is : 0x807fc000 [0133.276] I> Size of crypto header is 8192 [0133.281] I> BCH of BPMP_FW_DTB read from storage [0133.287] I> BCH address is : 0x807fc000 [0133.292] I> BPMP_FW_DTB header integrity check is success [0133.298] I> Binary magic in BCH component 0 is BPMD [0133.304] I> component binary type is 16 [0133.308] I> Size of crypto header is 8192 [0133.318] I> BPMP_FW_DTB binary is read from storage [0133.324] I> BPMP_FW_DTB binary integrity check is success [0133.330] I> Binary BPMP_FW_DTB loaded successfully at 0x807dbbb0 (0x20440) [0133.339] I> Task: Load psc-fw (0x5001ea0d) [0133.345] I> Scratch RSV109: 0x00000000 active chain: 0 [0133.351] I> Slot: 0 [0133.354] I> Binary[17] block-0 (partition size: 0xc0000) [0133.360] I> get_binary_info: Binary name: PSC_FW [0133.366] I> Size of crypto header is 8192 [0133.370] I> BCH load address is : 0x80ffe000 [0133.376] I> Size of crypto header is 8192 [0133.381] I> BCH of PSC_FW read from storage [0133.386] I> BCH address is : 0x80ffe000 [0133.392] I> PSC_FW header integrity check is success [0133.397] I> Binary magic in BCH component 0 is PFWP [0133.403] I> component binary type is 17 [0133.407] I> Size of crypto header is 8192 [0133.430] I> PSC_FW binary is read from storage [0133.437] I> PSC_FW binary integrity check is success [0133.442] I> Binary PSC_FW loaded successfully at 0x80000000 (0x7d000) [0133.451] I> Task: Load nvdec-fw (0x5001ea81) [0133.457] I> Scratch RSV109: 0x00000000 active chain: 0 [0133.463] I> Slot: 0 [0133.465] I> Binary[7] block-0 (partition size: 0x100000) [0133.472] I> get_binary_info: Binary name: NVDEC [0133.477] I> Size of crypto header is 8192 [0133.482] I> BCH load address is : 0x800fe000 [0133.487] I> Size of crypto header is 8192 [0133.492] I> BCH of NVDEC read from storage [0133.497] I> BCH address is : 0x800fe000 [0133.503] I> NVDEC header integrity check is success [0133.508] I> Binary magic in BCH component 0 is NDEC [0133.514] I> component binary type is 7 [0133.518] I> Size of crypto header is 8192 [0133.531] I> NVDEC binary is read from storage [0133.537] I> NVDEC binary integrity check is success [0133.542] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000) [0133.553] I> Task: Load tsec-fw (0x5001ec6d) [0133.558] I> TSEC-FW load support not enabled [0133.563] I> Task: Program misc carveouts (0x5001445d) [0133.570] I> Program IPC carveouts [0133.577] I> Task: GPIO interrupt map (0x50013cc5) [0133.584] I> Task: SC7 context save (0x5001f161) [0133.590] I> Task: Load MB2/Applet/FSKP (0x5000d451) [0133.596] I> Loading MB2 [0133.599] I> Scratch RSV109: 0x00000000 active chain: 0 [0133.605] I> Slot: 0 [0133.608] I> Binary[6] block-0 (partition size: 0x80000) [0133.614] I> get_binary_info: Binary name: MB2 [0133.619] I> Size of crypto header is 8192 [0133.624] I> BCH load address is : 0x8007e000 [0133.630] I> Size of crypto header is 8192 [0133.635] I> BCH of MB2 read from storage [0133.639] I> BCH address is : 0x8007e000 [0133.645] I> MB2 header integrity check is success [0133.650] I> Binary magic in BCH component 0 is MB2B [0133.656] I> component binary type is 6 [0133.660] I> Size of crypto header is 8192 [0133.680] I> MB2 binary is read from storage [0133.686] I> MB2 binary integrity check is success [0133.691] I> Binary MB2 loaded successfully at 0x80000000 (0x686c0) [0133.700] I> Task: Map CCPLEX SHARED carveout (0x5000d521) [0133.707] I> Task: Prepare MB2 params (0x5000d5dd) [0133.716] I> MB2-params @ 0x40060000 [0133.724] I> BR-BCT Boot Chain Fields [0133.728] I> u32_non_gpio_select_boot_chain : 0 [0133.733] I> u32_num_boot_chains : 2 [0133.739] I> bf_bl_gpio_select_boot_chain_1b : 0 [0133.745] I> Task: Dram ecc test (0x500112cd) [0133.751] I> Task: Misc NV security settings (0x5000ced5) [0133.758] I> NVDEC sticky bits programming done [0133.763] I> Task: Disable/Reload WDT (0x5001f991) [0133.769] I> Programmed SLCG global override := 0x0 [0133.774] I> MB1: MSS reconfig completed I> MB2 (version: 0.0.0.0-t234-54845784-e33bc3dc) I> t234-A01-0-Silicon (0x12347) I> Boot-mode : RCM Flash I> Emulation: I> Entry timestamp: 0x07f9c7ab I> Regular heap: [base:0x40040000, size:0x10000] I> DMA heap: [base:0x80d000000, size:0x800000] I> Task: ARI update carveout TZDRAM (0x50001e6c) I> Task: PSC mailbox init (0x50011ed0) I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e18) I> Task: Boot device init (0x50001d60) I> Boot_device: QSPI_FLASH instance: 0 I> Qspi clock source : pllc_out0 I> QSPI-0l initialized successfully I> Task: Partition Manager Init (0x50001d5c) I> Found 57 partitions in QSPI_FLASH (instance 0) W> Cannot find any partition table for 00000003 > PARTITION_MANAGER: Failed to publish partition. I> Found 11 partitions in SDMMC_USER (instance 3) I> Task: Trigger mailbox for PSC-BL1 exit (0x50011f50) I> Sending opcode 0x4d420802 to psc I> Received ACK from psc I> Task: Enter 3p server (0x50001f04) I> USB configuration success I> Populate storage info I> Erasing device 3: 0 I> QSPI: Erasing entire device I> Writing device 3: 0. I> Found 57 partitions in QSPI_FLASH (instance 0) I> Erasing device 1: 3 I> Writing device 1: 3. I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing device 1: 3. I> Found 11 partitions in SDMMC_USER (instance 3) I> Writing A_mb1 partition. I> Writing A_psc_bl1 partition. I> Writing A_nvdec partition. I> Writing A_mb2 partition. I> Writing A_xusb-fw partition. I> Writing A_bpmp-fw partition. I> Writing A_bpmp-fw-dtb partition. I> Writing A_psc-fw partition. I> Writing A_mts-mce partition. I> Writing A_sc7 partition. I> Writing A_pscrf partition. I> Writing A_mb2rf partition. I> Writing A_cpu-bootloader partition. I> Writing A_secure-os partition. I> Writing A_eks partition. I> Writing A_dce-fw partition. I> Writing A_spe-fw partition. I> Writing A_rce-fw partition. I> Writing A_adsp-fw partition. I> Writing B_mb1 partition. I> Writing B_psc_bl1 partition. I> Writing B_nvdec partition. I> Writing B_mb2 partition. I> Writing B_xusb-fw partition. I> Writing B_bpmp-fw partition. I> Writing B_bpmp-fw-dtb partition. I> Writing B_psc-fw partition. I> Writing B_mts-mce partition. I> Writing B_sc7 partition. I> Writing B_pscrf partition. I> Writing B_mb2rf partition. I> Writing B_cpu-bootloader partition. I> Writing B_secure-os partition. I> Writing B_eks partition. I> Writing B_dce-fw partition. I> Writing B_spe-fw partition. I> Writing B_rce-fw partition. I> Writing B_adsp-fw partition. I> Writing B_VER partition. I> Writing A_VER partition. I> Writing device 1: 3. I> Writing A_kernel partition. I> Writing A_kernel-dtb partition. I> Writing B_kernel partition. I> Writing B_kernel-dtb partition. I> Writing recovery partition. I> Writing recovery-dtb partition. I> Writing esp partition. I> Writing APP partition. I> Writing secondary_gpt_backup partition. I> Writing BCT partition. I> Writing BCT-boot-chain_backup partition. I> Writing A_MB1_BCT partition. I> Writing B_MB1_BCT partition. I> Writing A_MEM_BCT partition. I> Writing B_MEM_BCT partition. I> Rebooting : reset-coldboot ?? [0000.064] I> MB1 (version: 0.23.0.0-t234-54845784-92215740) [0000.069] I> t234-A01-0-Silicon (0x12347) Prod [0000.073] I> Boot-mode : Coldboot [0000.076] I> Emulation: [0000.079] I> Entry timestamp: 0x00000000 [0000.082] I> last_boot_error: 0x0 [0000.086] I> BR-BCT: preprod_dev_sign: 0 [0000.089] I> rst_source: 0xb, rst_level: 0x1 [0000.093] I> Task: CRC check (0x5001cf71) [0000.097] I> Skip CRC check as records_integrity fuse is not burned [0000.103] I> Task: Crypto init (0x5001c0d9) [0000.107] I> Task: Secure debug controls (0x5000cb19) [0000.112] I> Task: strap war set (0x5000b739) [0000.117] I> strap value(0x4000001) set to 0x4000001 [0000.121] I> Task: Initialize SOC Therm (0x5001a509) [0000.126] I> Task: Program NV master stream id (0x5000cad1) [0000.132] I> Task: Verify boot mode (0xd482021) [0000.138] I> Task: Alias fuses (0x50010749) [0000.142] E> FUSE_ALIAS: Fuse alias on production fused part is not supported. [0000.149] I> Task: Print SKU type (0x5000fba9) [0000.153] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0 [0000.158] I> FUSE_OPT_GPC_DISABLE = 0x00000000 [0000.163] I> FUSE_OPT_TPC_DISABLE = 0x00000020 [0000.167] I> FUSE_OPT_DLA_DISABLE = 0x00000000 [0000.171] I> FUSE_OPT_EMC_DISABLE = 0x00000000 [0000.175] I> FUSE_BOOTROM_PATCH_VERSION = 0x7 [0000.180] I> FUSE_PSCROM_PATCH_VERSION = 0x7 [0000.184] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2 [0000.188] I> FUSE_SKU_INFO_0 = 0xd2 [0000.191] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS [0000.195] I> FUSE_PACKAGE_INFO_0 = 0x2 [0000.199] I> SKU: Prod [0000.201] I> Task: Boost clocks (0x50013db1) [0000.205] I> Initializing PLLC2 for AXI_CBB. [0000.209] I> AXI_CBB : src = 35, divisor = 0 [0000.214] I> Task: Voltage monitor (0x50013dbd) [0000.218] I> VMON: Vmon re-calibration and fine tuning done [0000.223] I> Task: UPHY init (0x5000da39) [0000.228] E> UPHY: UPHY lane info table is empty in MB1 BCT. [0000.233] I> Task: Boot device init (0x50000a3d) [0000.238] I> Boot_device: QSPI_FLASH instance: 0 [0000.243] I> Qspi clock source : pllc_out0 [0000.247] I> QSPI Flash: Macronix 64MB [0000.250] I> QSPI-0l initialized successfully [0000.254] I> Task: TSC init (0x5001ed35) [0000.258] I> Task: Load membct (0x5001190d) [0000.262] I> RAM_CODE 0x4000001 [0000.265] I> Loading MEM-BCT to SysRAM [0000.269] I> Scratch RSV109: 0x00000001 active chain: 0 [0000.274] I> Slot: 0 [0000.276] I> Binary[0] block-0 (partition size: 0x40000) [0000.281] I> get_binary_info: Binary name: MEM-BCT-0 [0000.286] I> Size of crypto header is 8192 [0000.290] I> BCH load address is : 0x40050000 [0000.294] I> Size of crypto header is 8192 [0000.299] I> BCH of MEM-BCT-0 read from storage [0000.303] I> BCH address is : 0x40050000 [0000.307] I> MEM-BCT-0 header integrity check is success [0000.312] I> Binary magic in BCH component 0 is MEM0 [0000.317] I> component binary type is 0 [0000.321] I> MEM-BCT-0 binary is read from storage [0000.326] I> MEM-BCT-0 binary integrity check is success [0000.331] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580) [0000.338] I> RAM_CODE 0x4000001 [0000.343] I> RAM_CODE 0x4000001 [0000.347] I> Task: Load Page retirement list (0x50011139) [0000.352] I> Task: SDRAM params override (0x50011b79) [0000.357] I> Task: Save mem-bct info (0x50014071) [0000.362] I> Task: Carveout allocate (0x500140d5) [0000.366] I> RCM blob carveout will not be allocated [0000.371] I> ECC region[0]: Start:0x0, End:0x0 [0000.375] I> ECC region[1]: Start:0x0, End:0x0 [0000.380] I> ECC region[2]: Start:0x0, End:0x0 [0000.384] I> ECC region[3]: Start:0x0, End:0x0 [0000.388] I> ECC region[4]: Start:0x0, End:0x0 [0000.392] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000 [0000.398] I> Non-ECC region[1]: Start:0x0, End:0x0 [0000.403] I> Non-ECC region[2]: Start:0x0, End:0x0 [0000.407] I> Non-ECC region[3]: Start:0x0, End:0x0 [0000.412] I> Non-ECC region[4]: Start:0x0, End:0x0 [0000.422] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: : Program misc carveouts (0x5001445d) [0001.466] I> Program IPC carveouts [0001.473] I> Task: GPIO interrupt map (0x50013cc5) [0001.480] I> Task: SC7 context save (0x5001f161) [0001.485] I> NV_SC7 Context addr: 0xa0000000 [0001.491] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.497] I> Slot: 0 [0001.499] I> Binary[27] block-0 (partition size: 0x100000) [0001.505] I> get_binary_info: Binary name: BR_BCT [0001.510] I> Size of crypto header is 8192 [0001.515] I> Size of crypto header is 8192 [0001.520] I> BR_BCT binary is read from storage [0001.525] I> BR_BCT binary integrity check is success [0001.530] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000) [0001.538] I> Scratch RSV109: 0x00000001 active chain: 0 [0001.544] I> Slot: 0 [0001.547] I> Binary[13] block-0 (partition size: 0x30000) [0001.553] I> get_binary_info: Binary name: SC7-FW [0001.558] I> Size of crypto header is 8192 [0001.562] I> Size of crypto header is 8192 [0001.567] I> BCH load address is : 0xa0002000 [0001.572] I> Size of crypto header is 8192 [0001.577] I> BCH of SC7-FW read from storage [0001.582] I> BCH address is : 0xa0002000 [0001.587] I> SC7-FW header integrity check is success [0001.592] I> Binary magic in BCH component 0 is WB0B [0001.598] II> dce : decompressed to 9428224 bytes I> dce: plain binary integrity check is success I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_adsp-fw I> Size of partition: 2097152 I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw I> dce: Authentication Finalize Done I> Binary dce loaded successfully at 0x838000000 I> Scratch RSV109: 0x00000001 active chain: 0 I> Partition name: A_xusb-fw I> Size of partition: 262144 I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw I> ape: Authentication Finalize Done I> Binary ape loaded successfully at 0x82cc00000 I> xusb: Authentication Finalize Done I> Binary xusb loaded successfully at 0x82bf00000 I> Task: Carveout setup (0x50019c94) I> Program remaining OEM carveouts I> Task: Enable FSITHERM (0x50011da4) I> Task: Enable FSI VMON (0x50011944) I> FSI VMON: FSI Vmon re-calibration and fine tuning done I> Task: Validate FSI Therm readings (0x5001199c) I> FSITHERM max temp = 33 I> FSITHERM min temp = 31 I> Task: Restore XUSB sec (0x50001d30) I> Task: Enable FSI SE clock (0x5001232c) I> Enable FSI-SE clock and 10ms delay... I> Task: Initialize SBSA UART CAR (0x50001f34) I> Task: Initialize CPUBL Params (0x50013384) I> CPUBL-params @ 0x834000000 I> Task: Prepare eeprom data (0x50013140) I> Task: OEM firewalls (I/TC: OP-TEE version: 3.16 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Thu Aug 11 03:23:19 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: WARNING: Test OEM keys are being used! I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product! E/TC:00 0 jetson_user_key_pta_init:700 jetson_user_key_pta_init: Failed (f0100006). E/TC:00 0 call_initcalls:43 Initcall __text_start + 0x000dab50 failed I/TC: Primary CPU switching to normal world boot ?? Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00) ** WARNING: Test Key is used. ** L4TLauncher: Attempting GRUB Boot L4TLauncher: Attempting Direct Boot EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... ??I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot ??[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421] [ 0.000000] Linux version 5.10.104-tegra (rt@Build-Workstation) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #10 SMP PREEMPT Fri Dec 30 16:29:14 CST 2022 [ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16, [ 0.000000] OF: fdt: - 80000000 , c0000000 [ 0.000000] Machine model: Jetson AGX Orin [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: RTPROP=0x805401c18 SMBIOS=0xffff0000 SMBIOS 3.0=0x8039a0000 MEMATTR=0x80476f018 ESRT=0x803834418 RNG=0x827905998 MEMRESERVE=0x804771f18 [ 0.000000] efi: seeding entropy pool [ 0.000000] esrt: Reserving ESRT space from 0x0000000803834418 to 0x0000000803834450. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000817800000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000835ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff] [ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000007ffffffff] [ 0.000000] node 0: [mem 0x0000000800000000-0x00000008021bffff] [ 0.000000] node 0: [mem 0x00000008021c0000-0x00000008035e9fff] [ 0.000000] node 0: [mem 0x00000008035ea000-0x000000080376efff] [ 0.000000] node 0: [mem 0x000000080376f000-0x000000080398ffff] [ 0.000000] node 0: [mem 0x0000000803990000-0x00000008039affff] [ 0.000000] node 0: [mem 0x00000008039b0000-0x000000080453ffff] [ 0.000000] node 0: [mem 0x0000000804540000-0x00000008046cffff] [ 0.000000] node 0: [mem 0x00000008046d0000-0x000000080473ffff] [ 0.000000] node 0: [mem 0x0000000804740000-0x000000080475ffff] [ 0.000000] node 0: [mem 0x0000000804760000-0x000000080477ffff] [ 0.000000] node 0: [mem 0x0000000804780000-0x00000008049effff] [ 0.000000] node 0: [mem 0x00000008049f0000-0x0000000804a3ffff] [ 0.000000] node 0: [mem 0x0000000804a40000-0x0000000804a4ffff] [ 0.000000] node 0: [mem 0x0000000804a50000-0x0000000804a9ffff] [ 0.000000] node 0: [mem 0x0000000804aa0000-0x0000000804e4ffff] [ 0.000000] node 0: [mem 0x0000000804e50000-0x0000000804e5ffff] [ 0.000000] node 0: [mem 0x0000000804e60000-0x0000000804ebffff] [ 0.000000] node 0: [mem 0x0000000804ec0000-0x000000080534ffff] [ 0.000000] node 0: [mem 0x0000000805350000-0x000000080539ffff] [ 0.000000] node 0: [mem 0x00000008053a0000-0x000000080553ffff] [ 0.000000] node 0: [mem 0x0000000805540000-0x00000008055dffff] [ 0.000000] node 0: [mem 0x00000008055e0000-0x000000080568ffff] [ 0.000000] node 0: [mem 0x0000000805690000-0x000000080572ffff] [ 0.000000] node 0: [mem 0x0000000805730000-0x00000008057bffff] [ 0.000000] node 0: [mem 0x00000008057c0000-0x000000080585ffff] [ 0.000000] node 0: [mem 0x0000000805860000-0x000000080612ffff] [ 0.000000] node 0: [mem 0x0000000806130000-0x000000080630ffff] [ 0.000000] node 0: [mem 0x0000000806310000-0x00000008278bffff] [ 0.000000] node 0: [mem 0x00000008278c0000-0x000000082790ffff] [ 0.000000] node 0: [mem 0x0000000827910000-0x000000082b6affff] [ 0.000000] node 0: [mem 0x000000082c400000-0x000000082c7fffff] [ 0.000000] node 0: [mem 0x0000000834000000-0x0000000835ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000835ffffff] [ 0.000000] On node 0, zone Normal: 336 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 32 pages/cpu s90136 r8192 d32744 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] alternatives: patching kernel code [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7925040 [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB) [ 0.000000] Memory: 30995696K/32205504K available (18112K kernel code, 3176K rwdata, 7128K rodata, 3968K init, 1095K bss, 947664K reserved, 262144K cma-reserved) [ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x34/0x420 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000 [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70) [ 0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677] [ 0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns [ 0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns [ 0.000673] Console: colour dummy device 80x25 [ 0.000856] printk: console [tty0] enabled [ 0.000891] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000) [ 0.000899] pid_max: default: 32768 minimum: 301 [ 0.000957] LSM: Security Framework initializing [ 0.000977] Yama: becoming mindful. [ 0.000993] SELinux: Initializing. [ 0.001072] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.001123] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.002540] rcu: Hierarchical SRCU implementation. [ 0.002621] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003084] DTS File Name: ../arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0004-p3737-0000.dts [ 0.003091] DTB Build time: Dec 30 2022 16:29:58 [ 0.004366] Tegra Revision: A01 SKU: 0xd2 CPU Process: 0 SoC Process: 0 [ 0.004488] Remapping and enabling EFI services. [ 0.005636] smp: Bringing up secondary CPUs ... [ 0.034286] Detected PIPT I-cache on CPU1 [ 0.034318] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000 [ 0.034344] CPU1: Booted secondary processor 0x0000000100 [0x410fd421] [ 0.062952] Detected PIPT I-cache on CPU2 [ 0.062963] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000 [ 0.062977] CPU2: Booted secondary processor 0x0000000200 [0x410fd421] [ 0.091544] Detected PIPT I-cache on CPU3 [ 0.091554] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000 [ 0.091566] CPU3: Booted secondary processor 0x0000000300 [0x410fd421] [ 0.122175] Detected PIPT I-cache on CPU4 [ 0.122197] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000 [ 0.122223] CPU4: Booted secondary processor 0x0000010000 [0x410fd421] [ 0.150849] Detected PIPT I-cache on CPU5 [ 0.150859] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000 [ 0.150874] CPU5: Booted secondary processor 0x0000010100 [0x410fd421] [ 0.179468] Detected PIPT I-cache on CPU6 [ 0.179477] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000 [ 0.179490] CPU6: Booted secondary processor 0x0000010200 [0x410fd421] [ 0.208084] Detected PIPT I-cache on CPU7 [ 0.208094] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000 [ 0.208108] CPU7: Booted secondary processor 0x0000010300 [0x410fd421] [ 0.208161] smp: Brought up 1 node, 8 CPUs [ 0.208203] SMP: Total of 8 processors activated. [ 0.208207] CPU features: detected: Privileged Access Never [ 0.208210] CPU features: detected: LSE atomic instructions [ 0.208213] CPU features: detected: User Access Override [ 0.208215] CPU features: detected: 32-bit EL0 Support [ 0.208218] CPU features: detected: Common not Private translations [ 0.208221] CPU features: detected: RAS Extension Support [ 0.208223] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.208227] CPU features: detected: CRC32 instructions [ 0.208229] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.241302] CPU: All CPU(s) started at EL2 [ 0.243435] devtmpfs: initialized [ 0.256577] Registered cp15_barrier emulation handler [ 0.256588] Registered setend emulation handler [ 0.256594] KASLR enabled [ 0.256704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.256717] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.258258] pinctrl core: initialized pinctrl subsystem [ 0.258729] SMBIOS 3.0.0 present. [ 0.258736] DMI: /, BIOS 1.0-d7fb19b 08/10/2022 [ 0.258965] NET: Registered protocol family 16 [ 0.259568] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.259769] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.259964] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.259988] audit: initializing netlink subsys (disabled) [ 0.260057] audit: type=2000 audit(0.256:1): state=initialized audit_enabled=0 res=1 [ 0.260202] thermal_sys: Registered thermal governor 'step_wise' [ 0.260204] thermal_sys: Registered thermal governor 'power_allocator' [ 0.260210] thermal_sys: Registered thermal governor 'pid_thermal_gov' [ 0.262049] cpuidle: using governor menu [ 0.262143] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.262221] ASID allocator initialised with 32768 entries [ 0.262306] Serial: AMBA PL011 UART driver [ 0.263709] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful [ 0.263730] Tegra reboot handler registered. [ 0.281604] mc: mapped MMIO address: 0xffff800011110000 -> 0x2c10000 [ 0.281616] mc: mapped MMIO address: 0xffff800011130000 -> 0x2c20000 [ 0.281623] mc: mapped MMIO address: 0xffff800011150000 -> 0x2c30000 [ 0.281630] mc: mapped MMIO address: 0xffff800011170000 -> 0x2c40000 [ 0.281638] mc: mapped MMIO address: 0xffff800011190000 -> 0x2c50000 [ 0.281644] mc: mapped MMIO address: 0xffff8000111b0000 -> 0x2b80000 [ 0.281650] mc: mapped MMIO address: 0xffff8000111d0000 -> 0x2b90000 [ 0.281657] mc: mapped MMIO address: 0xffff8000111f0000 -> 0x2ba0000 [ 0.281665] mc: mapped MMIO address: 0xffff800011210000 -> 0x2bb0000 [ 0.281672] mc: mapped MMIO address: 0xffff800011230000 -> 0x1700000 [ 0.281677] mc: mapped MMIO address: 0xffff800011250000 -> 0x1710000 [ 0.281683] mc: mapped MMIO address: 0xffff800011270000 -> 0x1720000 [ 0.281689] mc: mapped MMIO address: 0xffff800011290000 -> 0x1730000 [ 0.281697] mc: mapped MMIO address: 0xffff8000112b0000 -> 0x1740000 [ 0.281706] mc: mapped MMIO address: 0xffff8000112d0000 -> 0x1750000 [ 0.281712] mc: mapped MMIO address: 0xffff8000112f0000 -> 0x1760000 [ 0.281718] mc: mapped MMIO address: 0xffff800011310000 -> 0x1770000 [ 0.281729] nv-tegra-mc 2c10000.mc: No mssnvlink node [ 0.281745] mc-err: mcerr ops are set to t23x [ 0.282000] tegra234-cbb 13a00000.cbb-fabric: secure_irq = 21 [ 0.282049] tegra234-cbb c600000.aon-fabric: secure_irq = 22 [ 0.282089] tegra234-cbb d600000.bpmp-fabric: secure_irq = 23 [ 0.282125] tegra234-cbb de00000.dce-fabric: secure_irq = 24 [ 0.282160] tegra234-cbb be00000.rce-fabric: secure_irq = 25 [ 0.282194] tegra234-cbb b600000.sce-fabric: secure_irq = 26 [ 0.282438] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 71, base_baud = 0) is a SBSA [ 1.480741] printk: console [ttyAMA0] enabled [ 1.488886] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 1.495596] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 1.502298] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 1.508998] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 1.517372] ACPI: Interpreter disabled. [ 1.522274] vdd-3v3-pcie: supplied by vdd-3v3-sys [ 1.527191] avdd-cam-2v8: supplied by vdd-3v3-sys [ 1.531963] vdd-av1v1-hub: supplied by vdd-5v-sys [ 1.536777] vbusB-cvb: supplied by vdd-5v-sys [ 1.541269] vdd-usbc1-vbus: supplied by vdd-5v-sys [ 1.546146] vdd-usbc2-vbus: supplied by vdd-5v-sys [ 1.551300] iommu: Default domain type: Translated [ 1.556208] eventlib_kernel: keventlib is initialized, test id: 0 [ 1.562459] SCSI subsystem initialized [ 1.566259] usbcore: registered new interface driver usbfs [ 1.571756] usbcore: registered new interface driver hub [ 1.577078] usbcore: registered new device driver usb [ 1.582309] mc: Linux media interface: v0.10 [ 1.586585] videodev: Linux video capture interface: v2.00 [ 1.592214] pps_core: LinuxPPS API ver. 1 registered [ 1.597178] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.606316] PTP clock support registered [ 1.610427] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec [ 1.617593] tegra_wdt_t18x 2190000.watchdog: Registered successfully [ 1.625239] Registered efivars operations [ 1.629695] FPGA manager framework [ 1.633115] Advanced Linux Sound Architecture Driver Initialized. [ 1.639436] Bluetooth: Core ver 2.22 [ 1.643016] NET: Registered protocol family 31 [ 1.647459] Bluetooth: HCI device and connection manager initialized [ 1.653817] Bluetooth: HCI socket layer initialized [ 1.658695] Bluetooth: L2CAP socket layer initialized [ 1.663751] Bluetooth: SCO socket layer initialized [ 1.669076] camchar: rtcpu character device driver loaded [ 1.674686] clocksource: Switched to clocksource arch_sys_counter [ 1.829486] VFS: Disk quotas dquot_6.6.0 [ 1.833452] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.840454] pnp: PnP ACPI: disabled [ 1.845636] la/ptsa driver initialized. [ 1.849519] NET: Registered protocol family 2 [ 1.854073] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.863802] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 1.872546] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.880836] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 1.888666] TCP: Hash tables configured (established 262144 bind 65536) [ 1.895357] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.902289] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 1.909728] NET: Registered protocol family 1 [ 1.914356] RPC: Registered named UNIX socket transport module. [ 1.920291] RPC: Registered udp transport module. [ 1.924992] RPC: Registered tcp transport module. [ 1.929693] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.936141] PCI: CLS 0 bytes, default 64 [ 1.940184] Trying to unpack rootfs image as initramfs... [ 2.054979] Freeing initrd memory: 8196K [ 2.060888] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 2.068891] kvm [1]: IPA Size Limit: 48 bits [ 2.073293] kvm [1]: VHE mode initialized successfully [ 2.079107] Initialise system trusted keyrings [ 2.083659] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 2.091981] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.098058] NFS: Registering the id_resolver key type [ 2.103121] Key type id_resolver registered [ 2.107301] Key type id_legacy registered [ 2.111338] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.118046] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.125452] ntfs: driver 2.1.32 [Flags: R/W]. [ 2.141563] NET: Registered protocol family 38 [ 2.146010] Key type asymmetric registered [ 2.150105] Asymmetric key parser 'x509' registered [ 2.154996] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240) [ 2.162443] io scheduler mq-deadline registered [ 2.166973] io scheduler kyber registered [ 2.174855] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 2.180454] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 2.186040] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 2.191630] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 2.199612] tegra_dc_assign_hw_data: no matching compatible node [ 2.205625] tegradccommon module_init failed [ 2.209892] tegradc module_init failed [ 2.213882] EINJ: ACPI disabled. [ 2.218555] tegra-pmc c360000.pmc: scratch reg offset dts data not present [ 2.225437] tegra-pmc: ### PMC reset source: MAINSWRST [ 2.230574] tegra-pmc: ### PMC reset level: L1 [ 2.235016] tegra-pmc: ### PMC reset status reg: 0x2d [ 2.241202] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 2.256667] random: fast init done [ 2.259651] printk: console [ttyTCU0] enabled [ 3.844433] arm-smmu 12000000.iommu: probing hardware configuration... [ 3.852451] arm-smmu 12000000.iommu: SMMUv2 with: [ 3.857297] arm-smmu 12000000.iommu: stage 1 translation [ 3.862860] arm-smmu 12000000.iommu: stage 2 translation [ 3.868401] arm-smmu 12000000.iommu: nested translation [ 3.873849] arm-smmu 12000000.iommu: stream matching with 128 register groups [ 3.881264] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only) [ 3.890015] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000 [ 3.896702] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.903404] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.910947] arm-smmu 10000000.iommu: probing hardware configuration... [ 3.917652] arm-smmu 10000000.iommu: SMMUv2 with: [ 3.922484] arm-smmu 10000000.iommu: stage 1 translation [ 3.928016] arm-smmu 10000000.iommu: stage 2 translation [ 3.933557] arm-smmu 10000000.iommu: nested translation [ 3.939018] arm-smmu 10000000.iommu: stream matching with 128 register groups [ 3.946430] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only) [ 3.955104] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000 [ 3.961804] arm-smmu 10000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 3.968497] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 3.975604] arm-smmu 8000000.iommu: probing hardware configuration... [ 3.982212] arm-smmu 8000000.iommu: SMMUv2 with: [ 3.986955] arm-smmu 8000000.iommu: stage 1 translation [ 3.992410] arm-smmu 8000000.iommu: stage 2 translation [ 3.997861] arm-smmu 8000000.iommu: nested translation [ 4.003230] arm-smmu 8000000.iommu: stream matching with 128 register groups [ 4.010559] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only) [ 4.019163] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000 [ 4.025763] arm-smmu 8000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [ 4.032379] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [ 4.039757] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful [ 4.049453] tegra_profiler: version: 1.147, samples/io: 49/28 [ 4.055419] tegra_profiler: auth: init [ 4.059575] nvsciipc: loaded module [ 4.064117] tegra23x-qspi 3270000.spi: Adding to iommu group 0 [ 4.070300] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 4.076835] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 4.084252] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 4.091861] tegra23x-qspi 3270000.spi: Prod settings list not found [ 4.098321] tegra23x-qspi 3270000.spi: Failed to get reset control: -517 [ 4.105793] tun: Universal TUN/TAP device driver, 1.6 [ 4.111442] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 4.118870] hns3: Copyright (c) 2017 Huawei Corporation. [ 4.124352] e1000e: Intel(R) PRO/1000 Network Driver [ 4.129441] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.135529] igb: Intel(R) Gigabit Ethernet Network Driver [ 4.141078] igb: Copyright (c) 2007-2014 Intel Corporation. [ 4.146953] PPP generic driver version 2.4.2 [ 4.151378] PPP BSD Compression module registered [ 4.156201] PPP Deflate Compression module registered [ 4.161391] PPP MPPE Compression module registered [ 4.166323] usbcore: registered new interface driver r8152 [ 4.171966] usbcore: registered new interface driver asix [ 4.177507] usbcore: registered new interface driver ax88179_178a [ 4.183780] usbcore: registered new interface driver cdc_ether [ 4.189775] usbcore: registered new interface driver net1080 [ 4.195601] usbcore: registered new interface driver cdc_subset [ 4.201686] usbcore: registered new interface driver zaurus [ 4.207414] usbcore: registered new interface driver cdc_ncm [ 4.213225] usbcore: registered new interface driver aqc111 [ 4.219070] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.225425] ohci-pci: OHCI PCI platform driver [ 4.229991] ohci-platform: OHCI generic platform driver [ 4.235636] tegra-xusb 3610000.xhci: Adding to iommu group 1 [ 4.241902] usbcore: registered new interface driver uas [ 4.247381] usbcore: registered new interface driver usb-storage [ 4.253690] tegra-xudc 3550000.xudc: Adding to iommu group 2 [ 4.259756] mousedev: PS/2 mouse device common for all mice [ 4.265527] usbcore: registered new interface driver xpad [ 4.272999] tegra_rtc c2a0000.rtc: registered as rtc1 [ 4.278218] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock [ 4.284624] i2c /dev entries driver [ 4.288323] tegra-i2c 3160000.i2c: Adding to iommu group 3 [ 4.294089] tegra-i2c c240000.i2c: Adding to iommu group 3 [ 4.299765] tegra-i2c 3180000.i2c: Adding to iommu group 3 [ 4.305428] tegra-i2c 3190000.i2c: Adding to iommu group 3 [ 4.311095] tegra-i2c 31b0000.i2c: Adding to iommu group 3 [ 4.316755] tegra-i2c 31c0000.i2c: Adding to iommu group 3 [ 4.322430] tegra-i2c c250000.i2c: Adding to iommu group 3 [ 4.328100] tegra-i2c 31e0000.i2c: Adding to iommu group 3 [ 4.336358] device-mapper: uevent: version 1.0.3 [ 4.341181] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 4.350849] sdhci: Secure Digital Host Controller Interface driver [ 4.357192] sdhci: Copyright(c) Pierre Ossman [ 4.361654] Synopsys Designware Multimedia Card Interface Driver [ 4.367896] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.373872] sdhci-tegra 3460000.sdhci: Adding to iommu group 4 [ 4.374095] sdhci-tegra 3400000.sdhci: Adding to iommu group 5 [ 4.374246] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401 [ 4.375146] tegra-bpmp bpmp: firmware: 888a114dda6bea50b6c6-eac380526d6 [ 4.376331] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 [ 4.377219] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81 [ 4.380994] nvvrs_pseq 4-003c: CAUTION: interrupt status reg:0x10 set to 0x1 [ 4.416762] nvvrs_pseq 4-003c: Clearing interrupts [ 4.421783] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0 [ 4.427706] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful ??debugfs initialized ??[ 5.910778] hid: raw HID events driver (C) Jiri Kosina [ 5.916536] usbcore: registered new interface driver usbhid [ 5.922279] usbhid: USB HID core driver [ 5.927097] tegra-dce d800000.dce: Adding to iommu group 6 [ 5.933493] dce: dce_ipc_channel_init:314 Invalid Channel State [0x0] for ch_type [2] [ 5.941862] tegra234-aon c000000.aon: Adding to iommu group 7 [ 5.948094] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5] [ 5.951863] c000000.aon:hsp: probed [ 5.957074] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [0]. Ignored... [ 5.969563] tegra234-aon c000000.aon: init done [ 5.969880] tegra23x-psc e860000.psc: Adding to iommu group 8 [ 5.974263] dce: dce_admin_send_cmd_ver:413 version : [0x2] err : [0x0] [ 5.980416] tegra23x-psc e860000.psc: ext_cfg base:(____ptrval____) [ 5.987172] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1] [ 5.993533] tegra23x-psc e860000.psc: init done [ 6.002503] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [1] ... [ 6.002505] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [1]. Ignored... [ 6.007334] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 9 [ 6.012945] random: crng init done [ 6.015590] dce: dce_admin_setup_clients_ipc:518 Get queue info failed for [2] [ 6.015699] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2] [ 6.024938] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000 [ 6.031025] dce: dce_admin_setup_clients_ipc:542 Channel Reset Complete for Type [3] ... [ 6.031027] dce: dce_admin_ipc_handle_signal:89 Spurious signal on channel: [3]. Ignored... [ 6.038428] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584 [ 6.042236] dce: dce_start_boot_flow:100 DCE_BOOT_DONE [ 6.051058] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900 [ 6.102730] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80 [ 6.113907] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80 [ 6.125577] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80 [ 6.138150] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080 [ 6.150981] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200 [ 6.162769] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (122) [ 6.169593] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful [ 6.177884] tegra-hsp b950000.tegra-hsp: Try increasing MBOX_TX_QUEUE_LEN [ 6.177888] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=7a10e4613e151d2bf1df37dd80d456800f5b94d0 [ 6.184867] tegra-hsp b950000.tegra-hsp: Try increasing MBOX_TX_QUEUE_LEN [ 6.184870] tegra-hsp b950000.tegra-hsp: Try increasing MBOX_TX_QUEUE_LEN [ 6.198233] t19x_cache tegra-cache: probed [ 6.214628] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU [ 6.224695] optee: probing for conduit method. [ 6.229291] optee: revision 3.16 (65cc2218) [ 6.229980] optee: dynamic shared memory is enabled [ 6.239409] optee: initialized driver [ 6.256363] nvpmodel: initialized successfully [ 6.261025] tegra_hv: get_hvd: not initialized yet [ 6.265966] user_ivc_mempool: hypervisor not present [ 6.271631] usbcore: registered new interface driver snd-usb-audio [ 6.278677] u32 classifier [ 6.281471] input device check on [ 6.285247] Actions configured [ 6.288875] Initializing XFRM netlink socket [ 6.293647] NET: Registered protocol family 10 [ 6.299492] Segment Routing with IPv6 [ 6.303313] NET: Registered protocol family 17 [ 6.307901] NET: Registered protocol family 15 [ 6.312531] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 6.326905] Bluetooth: RFCOMM socket layer initialized [ 6.332284] Bluetooth: RFCOMM ver 1.11 [ 6.336163] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 6.342286] Bluetooth: HIDP socket layer initialized [ 6.348218] 9pnet: Installing 9P2000 support [ 6.352726] Key type dns_resolver registered [ 6.357857] registered taskstats version 1 [ 6.362113] Loading compiled-in X.509 certificates [ 6.369357] Loaded X.509 cert 'Build time autogenerated kernel key: 4526661491a96f98035adf8034bd097d9bd4729c' [ 6.379837] tegra194-pcie 14180000.pcie: Adding to iommu group 10 [ 6.392346] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 6.399421] tegra194-pcie 14100000.pcie: Adding to iommu group 11 [ 6.411297] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 6.418153] tegra194-pcie 14160000.pcie: Adding to iommu group 12 [ 6.429547] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 6.436257] tegra194-pcie 141a0000.pcie: Adding to iommu group 13 [ 6.447400] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 6.454374] tegra194-pcie 141e0000.pcie: Adding to iommu group 14 [ 6.465567] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 6.493382] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 15 [ 6.502844] host1x 13e40000.host1x: Adding to iommu group 16 [ 7.518248] t23x_init_gating_regs: Timed out waiting for syncpt ram init! [ 7.536176] host1x 13e40000.host1x: initialized [ 7.541191] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 17 [ 7.549232] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000) [ 7.561236] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 18 [ 7.569257] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000) [ 7.581185] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 19 [ 7.589176] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000) [ 7.601124] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 20 [ 7.609105] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000) [ 7.621034] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 21 [ 7.629025] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000) [ 7.640989] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 22 [ 7.648982] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000) [ 7.660920] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 23 [ 7.668916] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000) [ 7.680852] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 24 [ 7.688863] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000) [ 7.700795] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 25 [ 7.708825] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000) [ 7.720736] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 26 [ 7.728745] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000) [ 7.740671] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 27 [ 7.748665] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000) [ 7.760595] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 28 [ 7.768576] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000) [ 7.780524] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 29 [ 7.788519] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000) [ 7.800463] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 30 [ 7.808448] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000) [ 7.820377] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 31 [ 7.828406] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000) [ 7.840355] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 32 [ 7.848343] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000) [ 7.860290] falcon 15340000.vic: Adding to iommu group 33 [ 7.871165] falcon 15340000.vic: initialized [ 7.875791] falcon 15380000.nvjpg: Adding to iommu group 34 [ 7.884552] falcon 15380000.nvjpg: initialized [ 7.889248] falcon 15540000.nvjpg1: Adding to iommu group 35 [ 7.897912] falcon 15540000.nvjpg1: initialized [ 7.902711] falcon 154c0000.nvenc: Adding to iommu group 36 [ 7.912973] falcon 154c0000.nvenc: initialized [ 7.917668] falcon 15a50000.ofa: Adding to iommu group 37 [ 7.926463] falcon 15a50000.ofa: initialized [ 7.930975] nvdec 15480000.nvdec: Adding to iommu group 38 [ 7.941937] nvdec 15480000.nvdec: initialized [ 7.946532] tsec 15500000.tsec: Adding to iommu group 39 [ 7.955427] tsec 15500000.tsec: initialized [ 7.961913] gic 2a41000.agic-controller: GIC IRQ controller registered [ 7.978106] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered [ 7.994024] gpio-491 (gpio11-usbpwr-ctrl): hogged as output/low [ 8.000164] gpio-493 (gpio12-usbpwr-ctrl): hogged as output/low [ 8.006296] gpio-488 (gpio13-usbpwr-ctrl): hogged as output/low [ 8.012425] gpio-489 (gpio14-usbpwr-ctrl): hogged as output/low [ 8.018547] gpio-428 (gpio3): hogged as output/low [ 8.023508] gpio-487 (gpio16): hogged as input [ 8.028121] gpio-351 (gpio20): hogged as output/low [ 8.033173] gpio-449 (gpio36): hogged as output/low [ 8.038226] gpio-494 (i2s1_clk_gpio): hogged as input [ 8.043457] gpio-495 (i2s1_dout_gpio): hogged as input [ 8.048774] gpio-496 (i2s1_din_gpio): hogged as input [ 8.054005] gpio-497 (i2s1_fs_gpio): hogged as input [ 8.059144] gpio-492 (mclk01_gpio): hogged as input [ 8.064192] gpio-456 (pwm01_gpio): hogged as input [ 8.069159] gpio-461 (uart1_cts_gpio): hogged as input [ 8.074478] gpio-478 (uart2_cts_gpio): hogged as input [ 8.080415] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio [ 8.087132] gpio-320 (gpio6): hogged as input [ 8.091663] gpio-323 (gpio7): hogged as input [ 8.096182] gpio-325 (gpio8): hogged as input [ 8.100698] gpio-326 (gpio10): hogged as input [ 8.105430] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon [ 8.112408] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [ 8.118811] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [ 8.125188] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [ 8.131386] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops [ 8.139122] tegra194-isp5 14800000.isp: Adding to iommu group 40 [ 8.147639] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU [ 8.156900] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized [ 8.163285] driver not enabled, cannot register any devices [ 8.169172] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 41 [ 8.177111] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 42 [ 8.185029] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU [ 8.194629] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized [ 8.201438] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU [ 8.211037] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized [ 8.217829] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU [ 8.227435] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized [ 8.234243] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 43 [ 8.242917] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000) [ 8.254290] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 44 [ 8.262908] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000) [ 8.274267] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 45 [ 8.282881] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000) [ 8.294243] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 46 [ 8.302869] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000) [ 8.314244] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 47 [ 8.322850] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000) [ 8.334215] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 48 [ 8.342847] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000) [ 8.354220] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 49 [ 8.362853] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000) [ 8.374220] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 50 [ 8.382867] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000) [ 8.394242] pva 16000000.pva0: Adding to iommu group 51 [ 8.420130] pva 16000000.pva0: initialized [ 8.428486] nvdla 15880000.nvdla0: Adding to iommu group 52 [ 8.443215] nvdla 15880000.nvdla0: initialized [ 8.449326] nvdla 158c0000.nvdla1: Adding to iommu group 53 [ 8.463657] nvdla 158c0000.nvdla1: initialized [ 8.469781] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3 [ 8.476695] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels [ 8.484150] tegra-fuse-burn efuse-burn: shutdown limit check disabled [ 8.490789] tegra-fuse-burn efuse-burn: Fuse burn driver initialized [ 8.497500] serial-tegra 3100000.serial: Adding to iommu group 3 [ 8.504350] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART [ 8.513730] serial-tegra 3110000.serial: Adding to iommu group 3 [ 8.520267] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 68, base_baud = 0) is a TEGRA_UART [ 8.529534] serial-tegra 3130000.serial: Adding to iommu group 3 [ 8.536000] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 69, base_baud = 0) is a TEGRA_UART [ 8.545234] serial-tegra 3140000.serial: Adding to iommu group 3 [ 8.551726] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 70, base_baud = 0) is a TEGRA_UART [ 8.561002] tegra23x-qspi 3270000.spi: Node prod has invalid entries [ 8.567553] tegra23x-qspi 3270000.spi: Node prod: Child has not proper setting [ 8.574996] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [ 8.582620] tegra23x-qspi 3270000.spi: Prod settings list not found [ 8.600819] rtc-pcf8563 1-0051: pcf8563_write_block_data: err=-121 addr=0e, data=03 [ 8.608714] rtc-pcf8563 1-0051: pcf8563_probe: write error [ 8.614370] rtc-pcf8563: probe of 1-0051 failed with error -5 [ 8.649500] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2010000 KHz, changing to: 2035200 KHz [ 8.664009] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2008000 KHz, changing to: 2035200 KHz [ 8.676637] tegra194-cpufreq e000000.ccplex: probed with ICC [ 8.683865] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator [ 8.687854] sdhci-tegra 3400000.sdhci: Got CD GPIO [ 8.691217] tegra194-pcie 14180000.pcie: host bridge /pcie@14180000 ranges: [ 8.693575] mmc0: CQHCI version 5.10 [ 8.704058] irq: IRQ306: trimming hierarchy from :interrupt-controller@f400000-1 [ 8.706116] tegra194-pcie 14180000.pcie: IO 0x0038100000..0x00381fffff -> 0x0038100000 [ 8.713762] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 306 [ 8.721590] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit [ 8.722415] tegra194-pcie 14180000.pcie: MEM 0x2728000000..0x272fffffff -> 0x0040000000 [ 8.745527] tegra194-pcie 14180000.pcie: MEM 0x2440000000..0x2727ffffff -> 0x2440000000 [ 8.811209] mmc0: Command Queue Engine enabled [ 8.815804] mmc0: periodic cache flush enabled [ 8.820392] mmc0: new HS400 Enhanced strobe MMC card at address 0001 [ 8.827407] mmcblk0: mmc0:0001 G1M15M 59.3 GiB [ 8.832145] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (511:0) [ 8.850266] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 9.864085] tegra194-pcie 14180000.pcie: Phy link never came up [ 9.870241] tegra194-pcie 14180000.pcie: PCI host bridge to bus 0000:00 [ 9.877065] pci_bus 0000:00: root bus resource [bus 00-ff] [ 9.882708] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x38100000-0x381fffff]) [ 9.892560] pci_bus 0000:00: root bus resource [mem 0x2728000000-0x272fffffff] (bus address [0x40000000-0x47ffffff]) [ 9.903404] pci_bus 0000:00: root bus resource [mem 0x2440000000-0x2727ffffff pref] [ 9.911346] pci 0000:00:00.0: [10de:229c] type 01 class 0x060400 [ 9.917699] pci 0000:00:00.0: PME# supported from D0 D3hot [ 9.930024] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 9.935422] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 9.944345] pcieport 0000:00:00.0: Adding to iommu group 10 [ 9.950284] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 [ 9.956571] pcieport 0000:00:00.0: AER: enabled with IRQ 51 [ 9.962531] pci_bus 0000:01: busn_res: [bus 01-ff] is released [ 9.968607] pci 0000:00:00.0: Removing from iommu group 10 [ 9.974256] pci_bus 0000:00: busn_res: [bus 00-ff] is released [ 9.981966] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [ 9.989400] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges: [ 9.996581] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000 [ 10.005279] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000 [ 10.013971] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000 [ 11.132220] tegra194-pcie 14100000.pcie: Phy link never came up [ 11.138374] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00 [ 11.145197] pci_bus 0001:00: root bus resource [bus 00-ff] [ 11.150846] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x30100000-0x301fffff]) [ 11.160960] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff]) [ 11.171801] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref] [ 11.179735] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400 [ 11.186076] pci 0001:00:00.0: PME# supported from D0 D3hot [ 11.198178] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 11.203574] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 11.212472] pcieport 0001:00:00.0: Adding to iommu group 11 [ 11.218398] pcieport 0001:00:00.0: PME: Signaling with IRQ 53 [ 11.224544] pcieport 0001:00:00.0: AER: enabled with IRQ 53 [ 11.230484] pci_bus 0001:01: busn_res: [bus 01-ff] is released [ 11.236566] pci 0001:00:00.0: Removing from iommu group 11 [ 11.242220] pci_bus 0001:00: busn_res: [bus 00-ff] is released [ 11.249830] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [ 11.257208] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges: [ 11.264390] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000 [ 11.273082] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000 [ 11.274691] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state." [ 11.281774] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000 [ 11.291975] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state." [ 11.310884] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state." [ 12.408240] tegra194-pcie 14160000.pcie: Phy link never came up [ 12.414387] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00 [ 12.421211] pci_bus 0004:00: root bus resource [bus 00-ff] [ 12.426852] pci_bus 0004:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x36100000-0x361fffff]) [ 12.436968] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff]) [ 12.447808] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref] [ 12.455742] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400 [ 12.462088] pci 0004:00:00.0: PME# supported from D0 D3hot [ 12.474194] pci 0004:00:00.0: PCI bridge to [bus 01-ff] [ 12.479591] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 12.488495] pcieport 0004:00:00.0: Adding to iommu group 12 [ 12.494418] pcieport 0004:00:00.0: PME: Signaling with IRQ 55 [ 12.500701] pcieport 0004:00:00.0: AER: enabled with IRQ 55 [ 12.506658] pci_bus 0004:01: busn_res: [bus 01-ff] is released [ 12.512725] pci 0004:00:00.0: Removing from iommu group 12 [ 12.518372] pci_bus 0004:00: busn_res: [bus 00-ff] is released [ 12.526009] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator [ 12.639801] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges: [ 12.646990] tegra194-pcie 141a0000.pcie: IO 0x003a100000..0x003a1fffff -> 0x003a100000 [ 12.655688] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000 [ 12.664381] tegra194-pcie 141a0000.pcie: MEM 0x2740000000..0x2b27ffffff -> 0x2740000000 [ 13.780222] tegra194-pcie 141a0000.pcie: Phy link never came up [ 13.786380] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00 [ 13.793200] pci_bus 0005:00: root bus resource [bus 00-ff] [ 13.798840] pci_bus 0005:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff]) [ 13.808970] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff]) [ 13.819817] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref] [ 13.827750] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400 [ 13.834087] pci 0005:00:00.0: PME# supported from D0 D3hot [ 13.846212] pci 0005:00:00.0: PCI bridge to [bus 01-ff] [ 13.851605] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 13.860512] pcieport 0005:00:00.0: Adding to iommu group 13 [ 13.866431] pcieport 0005:00:00.0: PME: Signaling with IRQ 57 [ 13.872713] pcieport 0005:00:00.0: AER: enabled with IRQ 57 [ 13.878661] pci_bus 0005:01: busn_res: [bus 01-ff] is released [ 13.884740] pci 0005:00:00.0: Removing from iommu group 13 [ 13.890393] pci_bus 0005:00: busn_res: [bus 00-ff] is released [ 13.897981] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator [ 13.905712] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges: [ 13.912882] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff -> 0x003e100000 [ 13.921582] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff -> 0x0040000000 [ 13.930273] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000 [ 14.046823] tegra194-pcie 141e0000.pcie: Link up [ 14.052049] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00 [ 14.058877] pci_bus 0007:00: root bus resource [bus 00-ff] [ 14.064524] pci_bus 0007:00: root bus resource [io 0x400000-0x4fffff] (bus address [0x3e100000-0x3e1fffff]) [ 14.074652] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff]) [ 14.085493] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref] [ 14.093418] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400 [ 14.099717] pci 0007:00:00.0: PME# supported from D0 D3hot [ 14.108887] pci 0007:01:00.0: [c0a9:540a] type 00 class 0x010802 [ 14.115212] pci 0007:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit] [ 14.126861] pci 0007:00:00.0: BAR 14: assigned [mem 0x3228000000-0x32280fffff] [ 14.134309] pci 0007:01:00.0: BAR 0: assigned [mem 0x3228000000-0x3228003fff 64bit] [ 14.142268] pci 0007:00:00.0: PCI bridge to [bus 01-ff] [ 14.147650] pci 0007:00:00.0: bridge window [mem 0x3228000000-0x32280fffff] [ 14.155011] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [ 14.163750] pci 0007:01:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512 [ 14.172661] pcieport 0007:00:00.0: Adding to iommu group 14 [ 14.178577] pcieport 0007:00:00.0: PME: Signaling with IRQ 59 [ 14.184856] pcieport 0007:00:00.0: AER: enabled with IRQ 59 [ 14.190865] nvme 0007:01:00.0: Adding to iommu group 14 [ 14.196483] nvme nvme0: pci function 0007:01:00.0 [ 14.201509] nvme 0007:01:00.0: enabling device (0000 -> 0002) [ 14.201755] vdd-dp: supplied by vdd-3v3-sys [ 14.211890] vdd-3v3-sd: supplied by vdd-3v3-sys [ 14.216680] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys [ 14.223641] irq: IRQ308: trimming hierarchy from :pmc@c360000 [ 14.229748] irq: IRQ309: trimming hierarchy from :pmc@c360000 [ 14.236011] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: repeated role: 0 [ 14.238100] tegra194-isp5 14800000.isp: initialized [ 14.249215] driver not enabled, cannot register any devices [ 14.258677] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized [ 14.265049] driver not enabled, cannot register any devices [ 14.270968] (NULL device *): fops function table already registered [ 14.278854] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized [ 14.285219] driver not enabled, cannot register any devices [ 14.285394] nvme nvme0: missing or invalid SUBNQN field. [ 14.303125] nvme nvme0: allocated 32 MiB host memory buffer. [ 14.307410] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 relemon d230000.actmon: initialization Completed for the device mc_all [ 14.909481] hvc_sysfs: hypervisor is not present ??WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk ??[ 15.053469] ALSA device list: [ 15.056523] No soundcards found. [ 15.060572] Freeing unused kernel memory: 3968K [ 15.065311] Run /init as init process [ 15.080761] Root device found: mmcblk0p1 [ 15.085286] Found dev node: /dev/mmcblk0p1 [ 15.114298] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 15.123512] Rootfs mounted over mmcblk0p1 [ 15.142713] Switching from initrd to actual rootfs [ 15.248524] systemd[1]: System time before build time, advancing clock. [ 15.269663] x_tables: module verification failed: signature and/or required key missing - tainting kernel [ 15.299373] systemd[1]: systemd 245.4-4ubuntu3.17 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 15.322962] systemd[1]: Detected architecture arm64. [ 15.358248] systemd[1]: Set hostname to . [ 15.536243] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit [ 15.545820] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 15.558844] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 15.568331] systemd[1]: Created slice system-modprobe.slice. [ 15.574500] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 15.581212] systemd[1]: Created slice User and Session Slice. [ 15.587245] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 15.595315] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 15.605119] systemd[1]: Reached target User and Group Name Lookups. [ 15.611626] systemd[1]: Reached target Slices. [ 15.616243] systemd[1]: Reached target Swap. [ 15.620887] systemd[1]: Listening on RPCbind Server Activation Socket. [ 15.627756] systemd[1]: Listening on Syslog Socket. [ 15.632913] systemd[1]: Listening on fsck to fsckd communication Socket. [ 15.639925] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 15.646903] systemd[1]: Listening on Journal Audit Socket. [ 15.652688] systemd[1]: Listening on Journal Socket (/dev/log). [ 15.658937] systemd[1]: Listening on Journal Socket. [ 15.664206] systemd[1]: Listening on udev Control Socket. [ 15.669880] systemd[1]: Listening on udev Kernel Socket. [ 15.676345] systemd[1]: Mounting Huge Pages File System... [ 15.682994] systemd[1]: Mounting POSIX Message Queue File System... [ 15.690312] systemd[1]: Mounting RPC [ 17.291506] nvidia: loading out-of-tree module taints kernel. [ 17.387183] using random self ethernet address [ 17.393059] using random host ethernet address [ 17.527744] 1 fixed-partitions partitions found on MTD device spi6.0 [ 17.534308] Creating 1 MTD partitions on "spi6.0": [ 17.534311] 0x000000000000-0x000004000000 : "Whole_flash0" [ 19.385643] using random self ethernet address [ 19.390289] using random host ethernet address Ubuntu 20.04.4 LTS XD-UBUNTU ttyTCU0 XD-UBUNTU login: xd (automatic login) Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.10.104-tegra aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage This system has been minimized by removing packages and content that are not required on a system that users do not log into. To restore this content, you can run the 'unminimize' command. 11 updates can be applied immediately. 8 of these updates are standard security updates. To see these additional updates run: apt list --upgradable The list of available updates is more than a week old. To check for new updates run: sudo apt update The programs included with the Ubuntu system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. To run a command as administrator (user "root"), use "sudo ". See "man sudo_root" for details. xd@XD-UBUNTU:~$ [ 156.607776] irq 258: nobody cared (try booting with the "irqpoll" option) [ 156.614951] handlers: [ 156.617297] [<00000000867cc923>] irq_default_primary_handler threaded [<00000000382d098c>] regmap_irq_thread [ 156.627445] Disabling IRQ #258 [ 415.311600] pcieport 0007:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID) [ 415.321633] pcieport 0007:00:00.0: device [10de:229a] error status/mask=00000001/0000e000 [ 415.330304] pcieport 0007:00:00.0: [ 0] RxErr [ 415.371307] pcieport 0007:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Transmitter ID) [ 415.381470] pcieport 0007:00:00.0: device [10de:229a] error status/mask=00001001/0000e000 [ 415.390094] pcieport 0007:00:00.0: [ 0] RxErr [ 415.396383] pcieport 0007:00:00.0: [12] Timeout [ 415.426926] pcieport 0007:00:00.0: PCIe Bus Error: severity=Uncorrected (Fatal), type=Transaction Layer, (Requester ID) [ 415.438052] pcieport 0007:00:00.0: device [10de:229a] error status/mask=00004020/00400000 [ 415.446672] pcieport 0007:00:00.0: [ 5] SDES (First) [ 415.453662] pcieport 0007:00:00.0: [14] CmpltTO [ 415.459951] nvme nvme0: frozen state error detected, reset controller [ 417.487767] pcieport 0007:00:00.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Receiver ID) [ 417.499282] pcieport 0007:00:00.0: device [10de:229a] error status/mask=00000020/00400000 [ 417.507925] pcieport 0007:00:00.0: [ 5] SDES (First) [ 417.515003] pcieport 0007:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Transmitter ID) [ 417.525198] pcieport 0007:00:00.0: device [10de:229a] error status/mask=00001181/0000e000 [ 417.533827] pcieport 0007:00:00.0: [ 0] RxErr [ 417.540116] pcieport 0007:00:00.0: [ 7] BadDLLP [ 417.546407] pcieport 0007:00:00.0: [ 8] Rollover [ 417.552699] pcieport 0007:00:00.0: [12] Timeout [ 417.559010] pcieport 0007:00:00.0: PCIe Bus Error: severity=Uncorrected (Fatal), type=Transaction Layer, (Receiver ID) [ 417.570042] pcieport 0007:00:00.0: device [10de:229a] error status/mask=00000020/00400000 [ 417.578686] pcieport 0007:00:00.0: [ 5] SDES (First) [ 417.585703] nvme nvme0: frozen state error detected, reset controller [ 418.670664] pcieport 0007:00:00.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Receiver ID) [ 418.682098] pcieport 0007:00:00.0: device [10de:229a] error status/mask=00000020/00400000 [ 418.690731] pcieport 0007:00:00.0: [ 5] SDES (First) [ 418.697796] pcieport 0007:00:00.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Receiver ID) [ 418.709191] pcieport 0007:00:00.0: device [10de:229a] error status/mask=00000020/00400000 [ 418.717811] pcieport 0007:00:00.0: [ 5] SDES (First) [ 418.724835] pcieport 0007:00:00.0: PCIe Bus Error: severity=Uncorrected (Fatal), type=Transaction Layer, (Receiver ID) [ 418.735866] pcieport 0007:00:00.0: device [10de:229a] error status/mask=00000020/00400000 [ 418.744482] pcieport 0007:00:00.0: [ 5] SDES (First) [ 418.751489] nvme nvme0: frozen state error detected, reset controller [ 419.822609] pcieport 0007:00:00.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Receiver ID) [ 419.834037] pcieport 0007:00:00.0: device [10de:229a] error status/mask=00000020/00400000 [ 419.842663] pcieport 0007:00:00.0: [ 5] SDES (First) [ 419.849717] pcieport 0007:00:00.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Receiver ID) [ 419.861103] pcieport 0007:00:00.0: device [10de:229a] error status/mask=00000020/00400000 [ 419.869708] pcieport 0007:00:00.0: [ 5] SDES (First) [ 419.876765] pcieport 0007:00:00.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Receiver ID) [ 419.888182] pcieport 0007:00:00.0: device [10de:229a] error status/mask=00000020/00400000 [ 419.896790] pcieport 0007:00:00.0: [ 5] SDES (First) [ 419.903813] pcieport 0007:00:00.0: PCIe Bus Error: severity=Uncorrected (Fatal), type=Transaction Layer, (Receiver ID) [ 419.914860] pcieport 0007:00:00.0: device [10de:229a] error status/mask=00000020/00400000 [ 419.923464] pcieport 0007:00:00.0: [ 5] SDES (First) [ 419.930469] nvme nvme0: frozen state error detected, reset controller xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ xd@XD-UBUNTU:~$ lspci 0007:00:00.0 PCI bridge: NVIDIA Corporation Device 229a (rev a1) 0007:01:00.0 Non-Volatile memory controller: Micron/Crucial Technology Device 540a (rev ff) xd@XD-UBUNTU:~$