Skip to content

Instantly share code, notes, and snippets.

@erosca
Created April 21, 2020 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erosca/5eea2bc5e82be651d405ba038d0ad036 to your computer and use it in GitHub Desktop.
Save erosca/5eea2bc5e82be651d405ba038d0ad036 to your computer and use it in GitHub Desktop.
[ 5.452796] Starting kernel ...
[ 5.456062]
[ 5.457604] [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd073]
[ 0.000000] Linux version 5.7.0-rc2-00073-g8829cae72218 (erosca@lxhi-065) (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)), GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #134 SM0
[ 0.000000] Machine model: Renesas H3ULCB Kingfisher board based on r8a77951
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 32 MiB at 0x000000007e000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000048000000-0x000000073fffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x73f7e0100-0x73f7e1fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] DMA32 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000073fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] node 0: [mem 0x0000000500000000-0x000000053fffffff]
[ 0.000000] node 0: [mem 0x0000000600000000-0x000000063fffffff]
[ 0.000000] node 0: [mem 0x0000000700000000-0x000000073fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000048000000-0x000000073fffffff]
[ 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 resident on physical CPU 0x0
[ 0.000000] psci: SMC Calling Convention v1.1
[ 0.000000] percpu: Embedded 23 pages/cpu s53784 r8192 d32232 u94208
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: EL2 vector hardening
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] CPU features: detected: ARM erratum 1319367
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 999936
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: root=/dev/nfs nfsroot=192.168.2.11:/rcar3/j02/RFS1,v4.2,tcp rw ip=192.168.2.51 consoleblank=0 no_console_suspend
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x7a000000-0x7e000000] (64MB)
[ 0.000000] Memory: 3854772K/4063232K available (13436K kernel code, 2088K rwdata, 7328K rodata, 5568K init, 483K bss, 175692K reserved, 32768K cma-reserved)
[ 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] 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] GIC: Adjusting CPU interface base to 0x00000000f102f000
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] random: get_random_bytes called from start_kernel+0x2b0/0x478 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 8.33MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1ec02923e, max_idle_ns: 440795202125 ns
[ 0.000003] sched_clock: 56 bits at 8MHz, resolution 120ns, wraps every 2199023255496ns
[ 0.000127] Console: colour dummy device 80x25
[ 0.000325] printk: console [tty0] enabled
[ 0.000399] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.66 BogoMIPS (lpj=33333)
[ 0.000411] pid_max: default: 32768 minimum: 301
[ 0.000470] LSM: Security Framework initializing
[ 0.000532] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.000561] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.001851] rcu: Hierarchical SRCU implementation.
[ 0.003135] Detected Renesas R-Car Gen3 r8a7795 ES2.0
[ 0.004704] EFI services will not be available.
[ 0.005013] smp: Bringing up secondary CPUs ...
[ 0.005405] Detected PIPT I-cache on CPU1
[ 0.005444] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 0.005880] Detected PIPT I-cache on CPU2
[ 0.005904] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 0.006288] Detected PIPT I-cache on CPU3
[ 0.006309] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 0.006696] CPU features: detected: ARM erratum 845719
[ 0.006710] Detected VIPT I-cache on CPU4
[ 0.006750] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 0.007200] Detected VIPT I-cache on CPU5
[ 0.007223] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 0.007633] Detected VIPT I-cache on CPU6
[ 0.007656] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 0.008085] Detected VIPT I-cache on CPU7
[ 0.008109] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 0.008188] smp: Brought up 1 node, 8 CPUs
[ 0.008252] SMP: Total of 8 processors activated.
[ 0.008259] CPU features: detected: 32-bit EL0 Support
[ 0.008266] CPU features: detected: CRC32 instructions
[ 0.019965] CPU: All CPU(s) started at EL2
[ 0.020015] alternatives: patching kernel code
[ 0.021081] devtmpfs: initialized
[ 0.026558] KASLR disabled due to lack of seed
[ 0.026866] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.026885] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.027518] pinctrl core: initialized pinctrl subsystem
[ 0.028857] thermal_sys: Registered thermal governor 'step_wise'
[ 0.028859] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.029284] DMI not present or invalid.
[ 0.029657] NET: Registered protocol family 16
[ 0.030455] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.030472] audit: initializing netlink subsys (disabled)
[ 0.030599] audit: type=2000 audit(0.028:1): state=initialized audit_enabled=0 res=1
[ 0.031641] cpuidle: using governor menu
[ 0.031802] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.031912] ASID allocator initialised with 65536 entries
[ 0.032921] Serial: AMBA PL011 UART driver
[ 0.035651] sh-pfc e6060000.pin-controller: r8a77951_pfc support registered
[ 0.056256] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.056270] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.056277] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.056284] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.058239] cryptd: max_cpu_qlen set to 1000
[ 0.061846] ACPI: Interpreter disabled.
[ 0.065590] iommu: Default domain type: Translated
[ 0.065818] vgaarb: loaded
[ 0.066044] SCSI subsystem initialized
[ 0.066281] usbcore: registered new interface driver usbfs
[ 0.066308] usbcore: registered new interface driver hub
[ 0.066354] usbcore: registered new device driver usb
[ 0.067231] i2c-sh_mobile e60b0000.i2c: I2C adapter 7, bus speed 400000 Hz
[ 0.067532] pps_core: LinuxPPS API ver. 1 registered
[ 0.067539] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.067553] PTP clock support registered
[ 0.067673] EDAC MC: Ver: 3.0.0
[ 0.069091] FPGA manager framework
[ 0.069147] Advanced Linux Sound Architecture Driver Initialized.
[ 0.069693] clocksource: Switched to clocksource arch_sys_counter
[ 0.069851] VFS: Disk quotas dquot_6.6.0
[ 0.069894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.070068] pnp: PnP ACPI: disabled
[ 0.073219] NET: Registered protocol family 2
[ 0.073473] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.073517] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.073664] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.073975] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.074095] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.074160] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.074323] NET: Registered protocol family 1
[ 0.074631] RPC: Registered named UNIX socket transport module.
[ 0.074642] RPC: Registered udp transport module.
[ 0.074648] RPC: Registered tcp transport module.
[ 0.074654] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.074665] PCI: CLS 0 bytes, default 64
[ 0.075463] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.075709] hw perfevents: enabled with armv8_cortex_a57 PMU driver, 7 counters available
[ 0.076181] kvm [1]: IPA Size Limit: 40bits
[ 0.076701] kvm [1]: vgic interrupt IRQ1
[ 0.076854] kvm [1]: Hyp mode initialized successfully
[ 0.082253] Initialise system trusted keyrings
[ 0.082352] workingset: timestamp_bits=44 max_order=20 bucket_order=0
[ 0.085593] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.086030] NFS: Registering the id_resolver key type
[ 0.086052] Key type id_resolver registered
[ 0.086058] Key type id_legacy registered
[ 0.086068] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.086172] 9p: Installing v9fs 9p2000 file system support
[ 0.096121] Key type asymmetric registered
[ 0.096135] Asymmetric key parser 'x509' registered
[ 0.096162] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.096172] io scheduler mq-deadline registered
[ 0.096178] io scheduler kyber registered
[ 0.106781] gpio_rcar e6050000.gpio: driving 16 GPIOs
[ 0.106981] gpio_rcar e6051000.gpio: driving 29 GPIOs
[ 0.107158] gpio_rcar e6052000.gpio: driving 15 GPIOs
[ 0.107344] gpio_rcar e6053000.gpio: driving 16 GPIOs
[ 0.107544] gpio_rcar e6054000.gpio: driving 18 GPIOs
[ 0.107721] gpio_rcar e6055000.gpio: driving 26 GPIOs
[ 0.107890] gpio_rcar e6055400.gpio: driving 32 GPIOs
[ 0.108064] gpio_rcar e6055800.gpio: driving 4 GPIOs
[ 0.109493] rcar-pcie fe000000.pcie: host bridge /soc/pcie@fe000000 ranges:
[ 0.109518] rcar-pcie fe000000.pcie: IO 0x00fe100000..0x00fe1fffff -> 0x0000000000
[ 0.109541] rcar-pcie fe000000.pcie: MEM 0x00fe200000..0x00fe3fffff -> 0x00fe200000
[ 0.109558] rcar-pcie fe000000.pcie: MEM 0x0030000000..0x0037ffffff -> 0x0030000000
[ 0.109572] rcar-pcie fe000000.pcie: MEM 0x0038000000..0x003fffffff -> 0x0038000000
[ 0.109588] rcar-pcie fe000000.pcie: IB MEM 0x0040000000..0x007fffffff -> 0x0040000000
[ 0.177257] rcar-pcie fe000000.pcie: PCIe link down
[ 0.177421] rcar-pcie ee800000.pcie: host bridge /soc/pcie@ee800000 ranges:
[ 0.177443] rcar-pcie ee800000.pcie: IO 0x00ee900000..0x00ee9fffff -> 0x0000000000
[ 0.177463] rcar-pcie ee800000.pcie: MEM 0x00eea00000..0x00eebfffff -> 0x00eea00000
[ 0.177481] rcar-pcie ee800000.pcie: MEM 0x00c0000000..0x00c7ffffff -> 0x00c0000000
[ 0.177495] rcar-pcie ee800000.pcie: MEM 0x00c8000000..0x00cfffffff -> 0x00c8000000
[ 0.177511] rcar-pcie ee800000.pcie: IB MEM 0x0040000000..0x007fffffff -> 0x0040000000
[ 0.241252] rcar-pcie ee800000.pcie: PCIe link down
[ 0.243218] EINJ: ACPI disabled.
[ 0.256143] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.258115] SuperH (H)SCI(F) driver initialized
[ 0.258463] e6540000.serial: ttySC1 at MMIO 0xe6540000 (irq = 34, base_baud = 0) is a hscif
[ 0.258987] e6e68000.serial: ttySC2 at MMIO 0xe6e68000 (irq = 121, base_baud = 0) is a scif
[ 0.259343] e6e88000.serial: ttySC0 at MMIO 0xe6e88000 (irq = 122, base_baud = 0) is a scif
[ 1.338071] printk: console [ttySC0] enabled
[ 1.343059] msm_serial: driver initialized
[ 1.354585] loop: module loaded
[ 1.358845] megasas: 07.713.01.00-rc1
[ 1.367352] libphy: Fixed MDIO Bus: probed
[ 1.371788] tun: Universal TUN/TAP device driver, 1.6
[ 1.377638] thunder_xcv, ver 1.0
[ 1.380893] thunder_bgx, ver 1.0
[ 1.384137] nicpf, ver 1.0
[ 1.387885] hclge is initializing
[ 1.391236] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.398463] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.403808] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 1.410859] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.416624] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.422456] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.428395] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
[ 1.435358] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.440952] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 1.448782] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.455052] sky2: driver version 1.30
[ 1.459887] VFIO - User Level meta-driver version: 0.3
[ 1.466690] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.473228] ehci-pci: EHCI PCI platform driver
[ 1.477699] ehci-platform: EHCI generic platform driver
[ 1.509754] ehci-platform ee080100.usb: EHCI Host Controller
[ 1.515442] ehci-platform ee080100.usb: new USB bus registered, assigned bus number 1
[ 1.523358] ehci-platform ee080100.usb: irq 158, io mem 0xee080100
[ 1.541698] ehci-platform ee080100.usb: USB 2.0 started, EHCI 1.10
[ 1.548232] hub 1-0:1.0: USB hub found
[ 1.552003] hub 1-0:1.0: 1 port detected
[ 1.556220] ehci-platform ee0a0100.usb: EHCI Host Controller
[ 1.561893] ehci-platform ee0a0100.usb: new USB bus registered, assigned bus number 2
[ 1.569778] ehci-platform ee0a0100.usb: irq 159, io mem 0xee0a0100
[ 1.589700] ehci-platform ee0a0100.usb: USB 2.0 started, EHCI 1.10
[ 1.596137] hub 2-0:1.0: USB hub found
[ 1.599906] hub 2-0:1.0: 1 port detected
[ 1.604060] ehci-orion: EHCI orion driver
[ 1.608234] ehci-exynos: EHCI Exynos driver
[ 1.612504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.618698] ohci-pci: OHCI PCI platform driver
[ 1.623176] ohci-platform: OHCI generic platform driver
[ 1.628554] ohci-platform ee080000.usb: Generic Platform OHCI controller
[ 1.635271] ohci-platform ee080000.usb: new USB bus registered, assigned bus number 3
[ 1.643141] ohci-platform ee080000.usb: irq 158, io mem 0xee080000
[ 1.736638] hub 3-0:1.0: USB hub found
[ 1.740406] hub 3-0:1.0: 1 port detected
[ 1.744550] ohci-platform ee0a0000.usb: Generic Platform OHCI controller
[ 1.751264] ohci-platform ee0a0000.usb: new USB bus registered, assigned bus number 4
[ 1.759129] ohci-platform ee0a0000.usb: irq 159, io mem 0xee0a0000
[ 1.851947] hub 4-0:1.0: USB hub found
[ 1.855713] hub 4-0:1.0: 1 port detected
[ 1.859848] ohci-exynos: OHCI Exynos driver
[ 1.864422] xhci-hcd ee000000.usb: xHCI Host Controller
[ 1.869658] xhci-hcd ee000000.usb: new USB bus registered, assigned bus number 5
[ 1.877102] xhci-hcd ee000000.usb: Direct firmware load for r8a779x_usb3_v3.dlmem failed with error -2
[ 1.886424] xhci-hcd ee000000.usb: Falling back to sysfs fallback for: r8a779x_usb3_v3.dlmem
[ 62.429731] xhci-hcd ee000000.usb: can't setup: -11
[ 62.434619] xhci-hcd ee000000.usb: USB bus 5 deregistered
[ 62.440050] xhci-hcd: probe of ee000000.usb failed with error -11
[ 62.446472] usbcore: registered new interface driver usb-storage
[ 62.455009] i2c /dev entries driver
[ 62.466641] cs2000-cp 2-004f: revision - C1
[ 62.471114] pca953x 2-0074: supply vcc not found, using dummy regulator
[ 62.479883] GPIO line 340 (Audio_Out_OFF) hogged as output/high
[ 62.486494] GPIO line 346 (HUB pwen) hogged as output/high
[ 62.492667] GPIO line 347 (HUB rst) hogged as output/high
[ 62.499655] GPIO line 349 (OTG EXTLPn) hogged as output/high
[ 62.506002] GPIO line 348 (OTG OFFVBUSn) hogged as output/low
[ 62.512435] GPIO line 345 (SD WiFi mux) hogged as output/low
[ 62.518782] GPIO line 355 (SND_RST) hogged as output/high
[ 62.525103] pca953x 2-0075: supply vcc not found, using dummy regulator
[ 62.533974] i2c-rcar e6510000.i2c: probed
[ 62.541025] random: fast init done
[ 62.547555] pca953x 4-0076: supply vcc not found, using dummy regulator
[ 62.555238] pca953x 4-0077: supply vcc not found, using dummy regulator
[ 62.562745] gpio gpiochip5: (e6055000.gpio): gpiochip_lock_as_irq: tried to flag a GPIO set as output for IRQ
[ 62.572676] gpio gpiochip5: (e6055000.gpio): unable to lock HW IRQ 9 for IRQ
[ 62.579728] genirq: Failed to request resources for 4-0077 (irq 167) on irqchip gpio-rcar
[ 62.587944] pca953x 4-0077: failed to request irq 167
[ 62.593173] pca953x: probe of 4-0077 failed with error -5
[ 62.598639] i2c-rcar e66d8000.i2c: probed
[ 62.603856] i2c i2c-2: Added multiplexed i2c bus 8
[ 62.608765] i2c i2c-2: Added multiplexed i2c bus 9
[ 62.613663] i2c i2c-2: Added multiplexed i2c bus 10
[ 62.618637] i2c i2c-2: Added multiplexed i2c bus 11
[ 62.623613] i2c i2c-2: Added multiplexed i2c bus 12
[ 62.628588] i2c i2c-2: Added multiplexed i2c bus 13
[ 62.633562] i2c i2c-2: Added multiplexed i2c bus 14
[ 62.638631] i2c i2c-2: Added multiplexed i2c bus 15
[ 62.643518] pca954x 2-0071: registered 8 multiplexed busses for I2C switch pca9548
[ 62.651406] i2c i2c-4: Added multiplexed i2c bus 16
[ 62.656384] i2c i2c-4: Added multiplexed i2c bus 17
[ 62.661374] i2c i2c-4: Added multiplexed i2c bus 18
[ 62.666349] i2c i2c-4: Added multiplexed i2c bus 19
[ 62.671323] i2c i2c-4: Added multiplexed i2c bus 20
[ 62.676298] i2c i2c-4: Added multiplexed i2c bus 21
[ 62.681268] i2c i2c-4: Added multiplexed i2c bus 22
[ 62.686245] i2c i2c-4: Added multiplexed i2c bus 23
[ 62.691131] pca954x 4-0071: registered 8 multiplexed busses for I2C switch pca9548
[ 62.705062] rcar_gen3_thermal e6198000.thermal: TSC0: Loaded 1 trip points
[ 62.716087] rcar_gen3_thermal e6198000.thermal: TSC1: Loaded 1 trip points
[ 62.727098] rcar_gen3_thermal e6198000.thermal: TSC2: Loaded 2 trip points
[ 62.736395] energy_model: pd0: hertz/watts ratio non-monotonically decreasing: em_cap_state 1 >= em_cap_state0
[ 62.746413] energy_model: pd0: hertz/watts ratio non-monotonically decreasing: em_cap_state 2 >= em_cap_state1
[ 62.756548] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 1499999 KHz
[ 62.763976] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1500000 KHz
[ 62.772807] energy_model: pd4: hertz/watts ratio non-monotonically decreasing: em_cap_state 1 >= em_cap_state0
[ 62.782817] energy_model: pd4: hertz/watts ratio non-monotonically decreasing: em_cap_state 2 >= em_cap_state1
[ 62.792920] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 62.800630] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 62.811126] sdhci: Secure Digital Host Controller Interface driver
[ 62.817316] sdhci: Copyright(c) Pierre Ossman
[ 62.822858] Synopsys Designware Multimedia Card Interface Driver
[ 62.829886] sdhci-pltfm: SDHCI platform and OF driver helper
[ 62.837389] ledtrig-cpu: registered to indicate activity on CPUs
[ 62.844589] usbcore: registered new interface driver usbhid
[ 62.850167] usbhid: USB HID core driver
[ 62.858172] NET: Registered protocol family 17
[ 62.862744] 9pnet: Installing 9P2000 support
[ 62.867052] Key type dns_resolver registered
[ 62.871561] registered taskstats version 1
[ 62.875671] Loading compiled-in X.509 certificates
[ 62.889516] renesas_irqc e61c0000.interrupt-controller: driving 6 irqs
[ 62.908180] bd9571mwv 7-0030: Device: BD9571MWV rev. 1
[ 62.930495] ravb e6800000.ethernet: ignoring dependency for device, assuming no driver
[ 62.939043] libphy: ravb_mii: probed
[ 62.943737] ravb e6800000.ethernet eth0: Base address at 0xe6800000, de:ad:be:ef:01:01, IRQ 116.
[ 62.953596] renesas_sdhi_internal_dmac ee100000.sd: ignoring dependency for device, assuming no driver
[ 62.963013] renesas_sdhi_internal_dmac ee100000.sd: Got CD GPIO
[ 63.017491] renesas_sdhi_internal_dmac ee100000.sd: mmc0 base at 0xee100000 max clock rate 200 MHz
[ 63.027500] renesas_sdhi_internal_dmac ee140000.sd: ignoring dependency for device, assuming no driver
[ 63.085356] renesas_sdhi_internal_dmac ee140000.sd: mmc1 base at 0xee140000 max clock rate 200 MHz
[ 63.095164] renesas_sdhi_internal_dmac ee160000.sd: ignoring dependency for device, assuming no driver
[ 63.226487] mmc1: new HS400 MMC card at address 0001
[ 63.231516] renesas_sdhi_internal_dmac ee160000.sd: mmc2 base at 0xee160000 max clock rate 26 MHz
[ 63.241016] rcar-dmac e6700000.dma-controller: ignoring dependency for device, assuming no driver
[ 63.250081] mmcblk1: mmc1:0001 8GSD4R 7.28 GiB
[ 63.254729] mmcblk1boot0: mmc1:0001 8GSD4R partition 1 31.9 MiB
[ 63.260770] mmcblk1boot1: mmc1:0001 8GSD4R partition 2 31.9 MiB
[ 63.267006] mmcblk1rpmb: mmc1:0001 8GSD4R partition 3 512 KiB, chardev (234:0)
[ 63.275853] mmc0: new ultra high speed SDR50 SDHC card at address aaaa
[ 63.282935] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
[ 63.289007] mmcblk1: p1 p2 p3 p4
[ 63.293563] rcar-dmac e7300000.dma-controller: ignoring dependency for device, assuming no driver
[ 63.308768] rcar-dmac e7310000.dma-controller: ignoring dependency for device, assuming no driver
[ 63.319782] mmcblk0: p1 p2 p3 < p5 p6 p7 >
[ 63.324393] renesas_sdhi_internal_dmac ee160000.sd: card claims to support voltages below defined range
[ 63.335376] rcar-dmac ec700000.dma-controller: ignoring dependency for device, assuming no driver
[ 63.347337] rcar-dmac ec720000.dma-controller: ignoring dependency for device, assuming no driver
[ 63.360885] input: keyboard as /devices/platform/keyboard/input/input0
[ 63.366435] mmc2: new high speed SDIO card at address 0001
[ 63.438861] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=188)
[ 72.677391] ravb e6800000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 72.701707] IP-Config: Guessing netmask 255.255.255.0
[ 72.706767] IP-Config: Complete:
[ 72.710007] device=eth0, hwaddr=de:ad:be:ef:01:01, ipaddr=192.168.2.51, mask=255.255.255.0, gw=255.255.255.255
[ 72.720456] host=192.168.2.51, domain=, nis-domain=(none)
[ 72.726299] bootserver=255.255.255.255, rootserver=192.168.2.11, rootpath=
[ 72.734124] ALSA device list:
[ 72.737094] No soundcards found.
[ 72.762704] VFS: Mounted root (nfs4 filesystem) on device 0:18.
[ 72.769012] devtmpfs: mounted
[ 72.774092] Freeing unused kernel memory: 5568K
[ 72.793824] Run /sbin/init as init process
....
Booting goes on successfully
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment