Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'.  U-Boot SPL 2020.10 (Apr 28 2023 - 11:09:01 +0100) Trying to boot from MMC2 U-Boot 2020.10 (Apr 28 2023 - 11:09:01 +0100) CPU : AM335X-GP rev 2.1 Model: TI AM335x BeagleBone Black DRAM: 512 MiB WDT: Started with servicing (60s timeout) MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 Loading Environment from FAT... Unable to use mmc 1:1... not set. Validating first E-fuse MAC Net: eth2: ethernet@4a100000, eth3: usb_ether Hit any key to stop autoboot: 2  0 => setenv autoload no setenv autoload no => setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff => setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff => dhcp dhcp link up on port 0, speed 100, full duplex BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 DHCP client bound to address 192.168.1.28 (1072 ms) => setenv serverip 192.168.1.1 setenv serverip 192.168.1.1 => tftp 0x82000000 1065866/tftp-deploy-i2_c18_i/kernel/zImage tftp 0x82000000 1065866/tftp-deploy-i2_c18_i/kernel/zImage link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.1.1; our IP address is 192.168.1.28 Filename '1065866/tftp-deploy-i2_c18_i/kernel/zImage'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ## 3.9 MiB/s done Bytes transferred = 10519040 (a08200 hex) => tftp 0x83000000 1065866/tftp-deploy-i2_c18_i/ramdisk/ramdisk.cpio.gz.uboot tftp 0x83000000 1065866/tftp-deploy-i2_c18_i/ramdisk/ramdisk.cpio.gz.uboot link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.1.1; our IP address is 192.168.1.28 Filename '1065866/tftp-deploy-i2_c18_i/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x83000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# 4 MiB/s done Bytes transferred = 17164251 (105e7db hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp 0x88000000 1065866/tftp-deploy-i2_c18_i/dtb/am335x-boneblack.dtb tftp 0x88000000 1065866/tftp-deploy-i2_c18_i/dtb/am335x-boneblack.dtb link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.1.1; our IP address is 192.168.1.28 Filename '1065866/tftp-deploy-i2_c18_i/dtb/am335x-boneblack.dtb'. Load address: 0x88000000 Loading: *##### 3.7 MiB/s done Bytes transferred = 69937 (11131 hex) =>setenv bootargs 'console=ttyO0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttyO0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' => bootz 0x82000000 0x83000000 0x88000000 bootz 0x82000000 0x83000000 0x88000000 ## Loading init Ramdisk from Legacy Image at 83000000 ... Image Name: Created: 2023-12-28 0:02:55 UTC Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 17164187 Bytes = 16.4 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Using Device Tree in place at 88000000, end 88014130 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.1.67-cip12-rt7 (KernelCI@build-j60053-arm-gcc-10-multi-v7-defconfig-hsw2b) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Wed Dec 27 23:00:16 UTC 2023 [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black [ 0.000000] earlycon: omap8250 at MMIO 0x44e09000 (options '') [ 0.000000] printk: bootconsole [omap8250] enabled [ 0.000000] Memory policy: Data cache writeback [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 64 MiB at 0x9b800000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x000000009fdfffff] [ 0.000000] Normal empty [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009fdfffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff] [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] AM335X ES2.1 (sgx neon) [ 0.000000] percpu: Embedded 16 pages/cpu s34580 r8192 d22764 u65536 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129540 [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] Memory: 408500K/522240K available (14336K kernel code, 2470K rwdata, 6208K rodata, 2048K init, 427K bss, 48204K reserved, 65536K cma-reserved, 0K highmem) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] trace event string verifier disabled <6>[ 0.000000] rcu: Hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1. <6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts <6>[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. <6>[ 0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000 <6>[ 0.000002] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns <6>[ 0.008333] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns <6>[ 0.019107] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000 <6>[ 0.033853] Console: colour dummy device 80x30 <3>[ 0.038731] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' <3>[ 0.045789] This ensures that you still see kernel messages. Please <3>[ 0.052511] update your kernel commandline. <6>[ 0.057120] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736) <6>[ 0.096105] CPU: Testing write buffer coherency: ok <6>[ 0.101466] CPU0: Spectre v2: using BPIALL workaround <6>[ 0.106928] pid_max: default: 32768 minimum: 301 <6>[ 0.112140] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.119962] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.129285] CPU0: thread -1, cpu 0, socket -1, mpidr 0 <6>[ 0.135828] Setting up static identity map for 0x80300000 - 0x803000ac <6>[ 0.145397] rcu: Hierarchical SRCU implementation. <6>[ 0.145408] rcu: Max phase no-delay instances is 1000. <6>[ 0.145509] printk: bootconsole [omap8250] printing thread started <6>[ 0.168033] EFI services will not be available. <6>[ 0.168287] smp: Bringing up secondary CPUs ... <6>[ 0.168295] smp: Brought up 1 node, 1 CPU <6>[ 0.168304] SMP: Total of 1 processors activated (996.14 BogoMIPS). <6>[ 0.168314] CPU: All CPU(s) started in SVC mode. <6>[ 0.168981] devtmpfs: initialized <6>[ 0.210935] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 <6>[ 0.211215] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.211244] futex hash table entries: 256 (order: 2, 16384 bytes, linear) <6>[ 0.216319] pinctrl core: initialized pinctrl subsystem <6>[ 0.221432] DMI not present or invalid. <6>[ 0.222278] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.224787] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.228030] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.228181] cpuidle: using governor menu <6>[ 0.246244] No ATAGs? <6>[ 0.246263] hw-breakpoint: debug architecture 0x4 unsupported. <6>[ 0.251531] Serial: AMBA PL011 UART driver <6>[ 0.354878] iommu: Default domain type: Translated <6>[ 0.354897] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 0.355616] SCSI subsystem initialized <6>[ 0.356377] usbcore: registered new interface driver usbfs <6>[ 0.356427] usbcore: registered new interface driver hub <6>[ 0.356476] usbcore: registered new device driver usb <6>[ 0.357419] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.357430] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.357451] PTP clock support registered <6>[ 0.357611] EDAC MC: Ver: 3.0.0 <6>[ 0.370874] vgaarb: loaded <6>[ 0.371476] clocksource: Switched to clocksource dmtimer <6>[ 0.385088] NET: Registered PF_INET protocol family <6>[ 0.385375] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) <6>[ 0.386471] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) <6>[ 0.386508] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.386523] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) <6>[ 0.386568] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear) <6>[ 0.386667] TCP: Hash tables configured (established 4096 bind 4096) <6>[ 0.386770] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.386794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.386945] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.392320] RPC: Registered named UNIX socket transport module. <6>[ 0.392334] RPC: Registered udp transport module. <6>[ 0.392338] RPC: Registered tcp transport module. <6>[ 0.392342] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.392356] PCI: CLS 0 bytes, default 64 <5>[ 0.393741] Initialise system trusted keyrings <6>[ 0.394402] Trying to unpack rootfs image as initramfs... <6>[ 0.411779] workingset: timestamp_bits=30 max_order=17 bucket_order=0 <6>[ 0.418252] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 0.422212] NFS: Registering the id_resolver key type <5>[ 0.422309] Key type id_resolver registered <5>[ 0.422315] Key type id_legacy registered <6>[ 0.422426] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 0.422436] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 0.422477] ntfs: driver 2.1.32 [Flags: R/O]. <5>[ 0.431979] Key type asymmetric registered <5>[ 0.431997] Asymmetric key parser 'x509' registered <6>[ 0.432218] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) <6>[ 0.432232] io scheduler mq-deadline registered <6>[ 0.432238] io scheduler kyber registered <6>[ 0.872796] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled <6>[ 0.885398] SuperH (H)SCI(F) driver initialized <6>[ 0.886043] msm_serial: driver initialized <6>[ 0.886052] STMicroelectronics ASC driver initialized <6>[ 0.887446] STM32 USART driver initialized <6>[ 0.937078] brd: module loaded <6>[ 0.955621] loop: module loaded <6>[ 0.965944] CAN device driver interface <6>[ 0.966688] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded <6>[ 0.967357] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 0.967363] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 0.967460] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 0.967466] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 0.970318] pegasus: Pegasus/Pegasus II USB Ethernet driver <6>[ 0.970383] usbcore: registered new interface driver pegasus <6>[ 0.970440] usbcore: registered new interface driver asix <6>[ 0.970488] usbcore: registered new interface driver ax88179_178a <6>[ 0.970526] usbcore: registered new interface driver cdc_ether <6>[ 0.970570] usbcore: registered new interface driver smsc75xx <6>[ 0.970613] usbcore: registered new interface driver smsc95xx <6>[ 0.970655] usbcore: registered new interface driver net1080 <6>[ 0.970687] usbcore: registered new interface driver cdc_subset <6>[ 0.970723] usbcore: registered new interface driver zaurus <6>[ 0.970794] usbcore: registered new interface driver cdc_ncm <6>[ 0.974546] usbcore: registered new interface driver usb-storage <6>[ 0.978803] i2c_dev: i2c /dev entries driver <5>[ 0.991948] cpuidle: enable-method property 'ti,am3352' found operations <6>[ 0.993905] sdhci: Secure Digital Host Controller Interface driver <6>[ 0.993918] sdhci: Copyright(c) Pierre Ossman <6>[ 0.995309] Synopsys Designware Multimedia Card Interface Driver <6>[ 0.996538] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 1.091957] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 1.094761] usbcore: registered new interface driver usbhid <6>[ 1.094778] usbhid: USB HID core driver <6>[ 1.101703] NET: Registered PF_INET6 protocol family <6>[ 1.150693] Segment Routing with IPv6 <6>[ 1.150761] In-situ OAM (IOAM) with IPv6 <6>[ 1.150848] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 1.151800] NET: Registered PF_PACKET protocol family <6>[ 1.151816] can: controller area network core <6>[ 1.151909] NET: Registered PF_CAN protocol family <6>[ 1.151919] can: raw protocol <6>[ 1.151928] can: broadcast manager protocol <6>[ 1.151944] can: netlink gateway - max_hops=1 <5>[ 1.152552] Key type dns_resolver registered <6>[ 1.152731] ThumbEE CPU extension supported. <5>[ 1.152750] Registering SWP/SWPB emulation handler <3>[ 1.153202] omap_voltage_late_init: Voltage driver support not added <5>[ 1.155344] Loading compiled-in X.509 certificates <6>[ 1.257587] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/pinmux_clkout2_pin <6>[ 1.258987] pinctrl-single 44e10800.pinmux: 142 pins, size 568 <4>[ 1.274924] ti-sysc: probe of 44e31000.target-module failed with error -16 <4>[ 1.402571] ti-sysc: probe of 48040000.target-module failed with error -16 <4>[ 1.435784] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it! <6>[ 1.902279] OMAP GPIO hardware version 0.1 <4>[ 1.973134] at24 2-0054: supply vcc not found, using dummy regulator <4>[ 2.014292] at24 2-0055: supply vcc not found, using dummy regulator <4>[ 2.048872] at24 2-0056: supply vcc not found, using dummy regulator <4>[ 2.074989] at24 2-0057: supply vcc not found, using dummy regulator <6>[ 2.107670] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz <4>[ 2.116002] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it! <4>[ 2.145435] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it! <4>[ 2.183983] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator <4>[ 2.185127] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator <6>[ 2.279929] omap_rng 48310000.rng: Random Number Generator ver. 20 <5>[ 2.297166] random: crng init done <6>[ 2.355634] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000 <6>[ 3.776934] Freeing initrd memory: 16764K <6>[ 3.814033] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720 <6>[ 3.814330] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4 <6>[ 3.814343] cpsw-switch 4a100000.switch: ALE Table size 1024 <6>[ 3.814457] cpsw-switch 4a100000.switch: cpts: overflow check period 500 (jiffies) <6>[ 3.814471] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mult:2147483648 calc_shift:29 error:0 nsec/sec <6>[ 3.814545] cpsw-switch 4a100000.switch: Detected MACID = f4:b8:98:ab:fa:84 <5>[ 3.815978] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool size 256) hw_ver:0019010C 1.12 (0) <3>[ 3.833687] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present! <6>[ 3.833721] edma 49000000.dma: TI EDMA DMA engine driver <1>[ 3.842118] 8<--- cut here --- <1>[ 3.842136] Unhandled fault: external abort on non-linefetch (0x1008) at 0xe032d010 <1>[ 3.842149] [e032d010] *pgd=851b5811, *pte=47400653, *ppte=47400453 <0>[ 3.842180] Internal error: : 1008 [#1] SMP ARM <4>[ 3.939974] Modules linked in: <4>[ 3.943388] CPU: 0 PID: 32 Comm: kworker/u2:3 Not tainted 6.1.67-cip12-rt7 #1 <4>[ 3.950994] Hardware name: Generic AM33XX (Flattened Device Tree) <4>[ 3.957529] Workqueue: events_unbound deferred_probe_work_func <4>[ 3.963821] PC is at sysc_reset+0x178/0x258 <4>[ 3.968410] LR is at sysc_probe+0xfa0/0x1558 <4>[ 3.973075] pc : [] lr : [] psr: 20000013 <4>[ 3.979785] sp : e0089bf8 ip : 00000001 fp : c1144414 <4>[ 3.985426] r10: 00000001 r9 : c1144414 r8 : c2351a40 <4>[ 3.991066] r7 : 00000000 r6 : e032d010 r5 : 00000015 r4 : c5cd3d40 <4>[ 3.998046] r3 : e032d010 r2 : 00000014 r1 : 00000000 r0 : e032d000 <4>[ 4.005030] Flags: nzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none <4>[ 4.012639] Control: 10c5387d Table: 82240019 DAC: 00000051 <1>[ 4.018815] Register r0 information: 0-page vmalloc region starting at 0xe032d000 allocated at devm_ioremap+0x4c/0x8c <1>[ 4.030016] Register r1 information: NULL pointer <1>[ 4.035124] Register r2 information: non-paged memory <1>[ 4.040586] Register r3 information: 0-page vmalloc region starting at 0xe032d000 allocated at devm_ioremap+0x4c/0x8c <1>[ 4.051780] Register r4 information: slab kmalloc-256 start c5cd3d00 pointer offset 64 size 256 <1>[ 4.061023] Register r5 information: non-paged memory <1>[ 4.066486] Register r6 information: 0-page vmalloc region starting at 0xe032d000 allocated at devm_ioremap+0x4c/0x8c <1>[ 4.077680] Register r7 information: NULL pointer <1>[ 4.082788] Register r8 information: slab task_struct start c2351a40 pointer offset 0 <1>[ 4.091125] Register r9 information: non-slab/vmalloc memory <1>[ 4.097214] Register r10 information: non-paged memory <1>[ 4.102769] Register r11 information: non-slab/vmalloc memory <1>[ 4.108947] Register r12 information: non-paged memory <0>[ 4.114500] Process kworker/u2:3 (pid: 32, stack limit = 0x76297065) <0>[ 4.121307] Stack: (0xe0089bf8 to 0xe008a000) <0>[ 4.126053] 9be0: c5cd3d40 c1ca9af8 <0>[ 4.134731] 9c00: c5ceb410 c07a10a4 00000001 00000000 c1a1e1cc c157a510 c5ceb410 c1ca9af8 <0>[ 4.143411] 9c20: 00000001 c5ceb410 c2351a40 c157a3fc 00000001 00000001 00000003 c830fc34 <0>[ 4.152091] 9c40: 00000000 00000000 c5ceb410 c1b00428 00000000 c2351a40 df9d4ed8 00000000 <0>[ 4.160769] 9c60: c1bf2a04 c0a748ac c5ceb410 00000000 c1b00428 c0a72114 c5ceb410 c1b00428 <0>[ 4.169446] 9c80: c5ceb410 00000050 c2351a40 c0a723c0 60000013 df9d4ed8 c1cbbe14 c1b00428 <0>[ 4.178128] 9ca0: c5ceb410 00000050 c2351a40 c0a72508 00000001 c1b00428 e0089d0c c5ceb410 <0>[ 4.186810] 9cc0: c2351a40 c0a72b10 00000000 e0089d0c c2351a40 c0a72a7c c2351a40 c0a703d0 <0>[ 4.195490] 9ce0: c5ceb454 c2087c6c c24858b8 c830fc34 c1bf2a04 c5ceb410 00000001 c2351a40 <0>[ 4.204170] 9d00: c5ceb454 c0a727b4 df9d5c98 c5ceb410 00000001 c830fc34 c2351a40 c5ceb410 <0>[ 4.212850] 9d20: c1bf2fa0 c5ceb410 c20fcc10 c0a7140c c5ceb410 00000000 c1cbbde8 c0a6ef08 <0>[ 4.221528] 9d40: 00000200 00000000 00000000 00000000 00000000 c830fc34 c5ceb410 c5ceb400 <0>[ 4.230206] 9d60: c20fcc10 00000000 c1a1e1cc df9d4f30 c1a1e1cc c2351a40 00000001 c0e7b6c0 <0>[ 4.238886] 9d80: df9d4ecc c1a1e070 00000000 00000000 c1a1e1b0 c0e7b924 00000000 c830fc34 <0>[ 4.247564] 9da0: 00000000 c20fcc10 00000000 df9d4f30 c20fcc10 47400000 47400003 ff80f184 <0>[ 4.256242] 9dc0: 00000200 00000000 00000000 00000000 00000000 c830fc34 df9d4a18 df9d4ecc <0>[ 4.264919] 9de0: df9aaf24 00000000 c1a1e070 c20fcc10 00000001 00000000 c1c59f80 c0e7bc60 <0>[ 4.273599] 9e00: 00000001 00000000 c20fcc10 df9aaf24 c1a1e070 00000000 00000000 c201200d <0>[ 4.282277] 9e20: c2351a40 c079db74 00000000 c20fcc10 c1b003b0 c0a748ac c20fcc10 00000000 <0>[ 4.290958] 9e40: c1b003b0 c0a72114 c20fcc10 c1b003b0 c20fcc10 00000001 00000000 c0a723c0 <0>[ 4.299637] 9e60: 60000013 c201200d c1cbbe14 c1b003b0 c20fcc10 00000001 00000000 c0a72508 <0>[ 4.308316] 9e80: 00000001 c1b003b0 e0089edc c20fcc10 00000000 c0a72b10 00000000 e0089edc <0>[ 4.316994] 9ea0: c2351a40 c0a72a7c 00000000 c0a703d0 c20fcc54 c2087c6c c2485838 c830fc34 <0>[ 4.325670] 9ec0: c1c59f80 c20fcc10 00000001 c2351a40 c20fcc54 c0a727b4 00000000 c20fcc10 <0>[ 4.334348] 9ee0: 00000001 c830fc34 00000000 c20fcc10 c1bf2fa0 c20fcc10 00000000 c0a7140c <0>[ 4.343027] 9f00: c20fcc10 c1bf2ce8 c1bf2cfc c0a71850 c1bf2d20 c22e6b80 c2006800 c2012000 <0>[ 4.351706] 9f20: 00000000 c035fb58 c2006848 c2351a40 df996600 c2006800 c2006848 c22e6b80 <0>[ 4.360387] 9f40: c2006800 c22e6b98 c200681c c1a03d40 00000088 c2351a40 c2006800 c036006c <0>[ 4.369067] 9f60: c22e6b80 c1c594ee e0075eb4 c236b6c0 c2351a40 c035fe3c c22e6b80 c236b840 <0>[ 4.377745] 9f80: e0075eb4 00000000 00000000 c0367ae4 c236b6c0 c0367a14 00000000 00000000 <0>[ 4.386421] 9fa0: 00000000 00000000 00000000 c03001ac 00000000 00000000 00000000 00000000 <0>[ 4.395096] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <0>[ 4.403774] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000 <0>[ 4.412461] sysc_reset from sysc_probe+0xfa0/0x1558 <0>[ 4.417850] sysc_probe from platform_probe+0x5c/0xb8 <0>[ 4.423333] platform_probe from really_probe+0xc8/0x2ec <0>[ 4.429075] really_probe from __driver_probe_device+0x88/0x1a0 <0>[ 4.435441] __driver_probe_device from driver_probe_device+0x30/0x104 <0>[ 4.442434] driver_probe_device from __device_attach_driver+0x94/0x108 <0>[ 4.449517] __device_attach_driver from bus_for_each_drv+0x7c/0xc0 <0>[ 4.456239] bus_for_each_drv from __device_attach+0xa8/0x1d8 <0>[ 4.462424] __device_attach from bus_probe_device+0x84/0x8c <0>[ 4.468522] bus_probe_device from device_add+0x3e4/0x7c0 <0>[ 4.474350] device_add from of_platform_device_create_pdata+0x90/0xc0 <0>[ 4.481342] of_platform_device_create_pdata from of_platform_bus_create+0x19c/0x36c <0>[ 4.489582] of_platform_bus_create from of_platform_populate+0x70/0xd4 <0>[ 4.496658] of_platform_populate from simple_pm_bus_probe+0x90/0x9c <0>[ 4.503470] simple_pm_bus_probe from platform_probe+0x5c/0xb8 <0>[ 4.509749] platform_probe from really_probe+0xc8/0x2ec <0>[ 4.515489] really_probe from __driver_probe_device+0x88/0x1a0 <0>[ 4.521851] __driver_probe_device from driver_probe_device+0x30/0x104 <0>[ 4.528841] driver_probe_device from __device_attach_driver+0x94/0x108 <0>[ 4.535923] __device_attach_driver from bus_for_each_drv+0x7c/0xc0 <0>[ 4.542645] bus_for_each_drv from __device_attach+0xa8/0x1d8 <0>[ 4.548829] __device_attach from bus_probe_device+0x84/0x8c <0>[ 4.554927] bus_probe_device from deferred_probe_work_func+0x78/0xa4 <0>[ 4.561828] deferred_probe_work_func from process_one_work+0x1ec/0x4d0 <0>[ 4.568917] process_one_work from worker_thread+0x230/0x54c <0>[ 4.575012] worker_thread from kthread+0xd0/0xec <0>[ 4.580127] kthread from ret_from_fork+0x14/0x28 <0>[ 4.585239] Exception stack(0xe0089fb0 to 0xe0089ff8) <0>[ 4.590702] 9fa0: 00000000 00000000 00000000 00000000 <0>[ 4.599377] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <0>[ 4.608055] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <0>[ 4.615128] Code: e5865000 e3530000 baffffbb e0803003 (e5933000) <4>[ 4.621665] ---[ end trace 0000000000000000 ]--- <6>[ 4.621671] note: kworker/u2:3[32] exited with irqs disabled