Skip to content

Instantly share code, notes, and snippets.

@lp6m
Created August 14, 2018 09:45
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 lp6m/3a29dfae27cb47cc7a3be31738fc702f to your computer and use it in GitHub Desktop.
Save lp6m/3a29dfae27cb47cc7a3be31738fc702f to your computer and use it in GitHub Desktop.
[ 0.000000] bootconsole [earlycon0] enabled
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 128 MiB at 0x38000000
[ 0.000000] On node 0 totalpages: 262144
[ 0.000000] free_area_init_node: node 0, pgdat c0a3aa00, node_mem_map ef7f7000
[ 0.000000] Normal zone: 1536 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 196608 pages, LIFO batch:31
[ 0.000000] HighMem zone: 65536 pages, LIFO batch:15
[ 0.000000] random: fast init done
[ 0.000000] percpu: Embedded 16 pages/cpu @ef7c5000 s34764 r8192 d22580 u65536
[ 0.000000] pcpu-alloc: s34764 r8192 d22580 u65536 alloc=16*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260608
[ 0.000000] Kernel command line: console=ttyPS0,115200 earlyprintk uio_pdrv_genirq.of_id=generic-uio root=/dev/mmcblk0p2 rw rootwait
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 898040K/1048576K available (6144K kernel code, 237K rwdata, 1544K rodata, 1024K init, 264K bss, 19464K reserved, 131072K cma-reserved, 131072K highmem)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
.text : 0xc0008000 - 0xc0700000 (7136 kB)
.init : 0xc0900000 - 0xc0a00000 (1024 kB)
.data : 0xc0a00000 - 0xc0a3b600 ( 238 kB)
.bss : 0xc0a3b600 - 0xc0a7d884 ( 265 kB)
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] efuse mapped to f0802000
[ 0.000000] slcr mapped to f0804000
[ 0.000000] L2C: platform modifies aux control register: 0x72360000 -> 0x72760000
[ 0.000000] L2C: DT/platform modifies aux control register: 0x72360000 -> 0x72760000
[ 0.000000] L2C-310 erratum 769419 enabled
[ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
[ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines
[ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[ 0.000000] L2C-310 cache controller enabled, 8 ways, 512 kB
[ 0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76760001
[ 0.000000] zynq_clock_init: clkc starts at f0804100
[ 0.000000] Zynq clock init
[ 0.000010] sched_clock: 64 bits at 333MHz, resolution 3ns, wraps every 4398046511103ns
[ 0.006607] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0x4ce07af025, max_idle_ns: 440795209040 ns
[ 0.016391] Switching to timer-based delay loop, resolution 3ns
[ 0.021134] clocksource: ttc_clocksource: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 537538477 ns
[ 0.028939] timer #0 at f080c000, irq=17
[ 0.032168] Console: colour dummy device 80x30
[ 0.035229] Calibrating delay loop (skipped), value calculated using timer frequency.. 666.66 BogoMIPS (lpj=3333333)
[ 0.044493] pid_max: default: 32768 minimum: 301
[ 0.047979] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.053224] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.059561] CPU: Testing write buffer coherency: ok
[ 0.063244] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.101741] Setting up static identity map for 0x100000 - 0x100060
[ 0.106633] Hierarchical SRCU implementation.
[ 0.141701] smp: Bringing up secondary CPUs ...
[ 0.212042] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.212153] smp: Brought up 1 node, 2 CPUs
[ 0.219260] SMP: Total of 2 processors activated (1333.33 BogoMIPS).
[ 0.224401] CPU: All CPU(s) started in SVC mode.
[ 0.228691] devtmpfs: initialized
[ 0.236213] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[ 0.242726] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.251144] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.262571] pinctrl core: initialized pinctrl subsystem
[ 0.267472] NET: Registered protocol family 16
[ 0.273787] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.280653] cpuidle: using governor menu
[ 0.292994] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 0.299583] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.304384] zynq-ocm f800c000.ocmc: ZYNQ OCM pool: 256 KiB @ 0xf0880000
[ 0.309977] zynq-pinctrl 700.pinctrl: zynq pinctrl initialized
[ 0.314866] e0001000.serial: ttyPS0 at MMIO 0xe0001000 (irq = 27, base_baud = 6249999) is a xuartps
[ 0.322639] console [ttyPS0] enabled
[ 0.327082] bootconsole [earlycon0] disabled
[ 0.347881] XGpio: /amba_pl/gpio@41230000: registered, base is 1023
[ 0.355072] vgaarb: loaded
[ 0.356736] SCSI subsystem initialized
[ 0.359464] usbcore: registered new interface driver usbfs
[ 0.363668] usbcore: registered new interface driver hub
[ 0.367682] usbcore: registered new device driver usb
[ 0.371620] media: Linux media interface: v0.10
[ 0.375955] Linux video capture interface: v2.00
[ 0.379267] pps_core: LinuxPPS API ver. 1 registered
[ 0.382870] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.390687] PTP clock support registered
[ 0.393347] EDAC MC: Ver: 3.0.0
[ 0.402400] FPGA manager framework
[ 0.404757] fpga-region fpga-full: FPGA Region probed
[ 0.412374] clocksource: Switched to clocksource arm_global_timer
[ 0.426706] NET: Registered protocol family 2
[ 0.430455] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.436246] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.441435] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.446522] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.451087] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.456301] NET: Registered protocol family 1
[ 0.459642] RPC: Registered named UNIX socket transport module.
[ 0.464481] RPC: Registered udp transport module.
[ 0.467792] RPC: Registered tcp transport module.
[ 0.471177] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.476356] PCI: CLS 0 bytes, default 64
[ 0.476890] hw perfevents: no interrupt-affinity property for /pmu@f8891000, guessing.
[ 0.483629] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[ 0.492088] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 0.497837] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.504277] bounce: pool size: 64 pages
[ 0.506733] io scheduler noop registered
[ 0.509327] io scheduler deadline registered
[ 0.512323] io scheduler cfq registered (default)
[ 0.515766] io scheduler mq-deadline registered
[ 0.518901] io scheduler kyber registered
[ 0.524245] dma-pl330 f8003000.dmac: Loaded driver for PL330 DMAC-241330
[ 0.529566] dma-pl330 f8003000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16
[ 0.537194] xilinx-vdma 43010000.dma: Xilinx AXI VDMA Engine Driver Probed!!
[ 0.543348] xilinx-frmbuf 43c80000.v_frmbuf_wr: Xilinx AXI frmbuf DMA_DEV_TO_MEM
[ 0.549472] xilinx-frmbuf 43c80000.v_frmbuf_wr: Xilinx AXI FrameBuffer Engine Driver Probed!!
[ 0.557855] [drm] load() is defered & will be called again
[ 0.570248] brd: module loaded
[ 0.577299] loop: module loaded
[ 0.581367] m25p80 spi0.0: found s25fl128s, expected m25p80
[ 0.585713] m25p80 spi0.0: s25fl128s (16384 Kbytes)
[ 0.589232] 4 ofpart partitions found on MTD device spi0.0
[ 0.593429] Creating 4 MTD partitions on "spi0.0":
[ 0.596843] 0x000000000000-0x000000500000 : "boot"
[ 0.601165] 0x000000500000-0x000000520000 : "bootenv"
[ 0.605684] 0x000000520000-0x000000fa0000 : "kernel"
[ 0.610034] 0x000000fa0000-0x000001000000 : "spare"
[ 0.614833] libphy: Fixed MDIO Bus: probed
[ 0.618436] CAN device driver interface
[ 0.622127] libphy: MACB_mii_bus: probed
[ 0.625242] macb e000b000.ethernet eth0: Cadence GEM rev 0x00020118 at 0xe000b000 irq 29 (00:18:3e:02:ba:f4)
[ 0.633736] RTL8211E Gigabit Ethernet e000b000.ethernet-ffffffff:01: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=e000b000.ethernet-ffffffff:01, irq=POLL)
[ 0.648431] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 0.652906] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.660402] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.665574] ehci-pci: EHCI PCI platform driver
[ 0.668805] usbcore: registered new interface driver usb-storage
[ 0.673707] chipidea-usb2 e0002000.usb: e0002000.usb supply vbus not found, using dummy regulator
[ 0.681387] ULPI transceiver vendor/product ID 0x0424/0x0007
[ 0.685675] Found SMSC USB3320 ULPI transceiver.
[ 0.688958] ULPI integrity check: passed.
[ 0.691659] ci_hdrc ci_hdrc.0: EHCI Host Controller
[ 0.695247] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
[ 0.722403] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
[ 0.727132] hub 1-0:1.0: USB hub found
[ 0.729528] hub 1-0:1.0: 1 port detected
[ 0.734380] i2c /dev entries driver
[ 0.737065] cdns-i2c e0004000.i2c: 400 kHz mmio e0004000 irq 23
[ 0.742236] cdns-i2c e0005000.i2c: 400 kHz mmio e0005000 irq 24
[ 0.845041] IR NEC protocol handler initialized
[ 0.848185] IR RC5(x/sz) protocol handler initialized
[ 0.851916] IR RC6 protocol handler initialized
[ 0.855153] IR JVC protocol handler initialized
[ 0.858339] IR Sony protocol handler initialized
[ 0.861638] IR SANYO protocol handler initialized
[ 0.865045] IR Sharp protocol handler initialized
[ 0.868409] IR MCE Keyboard/mouse protocol handler initialized
[ 0.872936] IR XMP protocol handler initialized
[ 0.876590] xilinx-video amba_pl:video_cap: device registered
[ 0.882340] xilinx-csi2rxss 43c60000.mipi_csi2_rx_subsystem: Xilinx CSI2 Rx Subsystem device found!
[ 0.890042] xilinx-video amba_pl:video_cap: Entity type for entity 43c60000.mipi_csi2_rx_subsystem was not initialized!
[ 0.901014] cdns-wdt f8005000.watchdog: Xilinx Watchdog Timer at f096a000 with timeout 10s
[ 0.908322] EDAC MC: ECC not enabled
[ 0.910722] Xilinx Zynq CpuIdle Driver started
[ 0.914346] sdhci: Secure Digital Host Controller Interface driver
[ 0.919134] sdhci: Copyright(c) Pierre Ossman
[ 0.922172] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.982428] mmc0: SDHCI controller on e0100000.sdhci [e0100000.sdhci] using ADMA
[ 0.988927] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.993800] usbcore: registered new interface driver usbhid
[ 0.997983] usbhid: USB HID core driver
[ 1.006094] fpga_manager fpga0: Xilinx Zynq FPGA Manager registered
[ 1.011806] NET: Registered protocol family 10
[ 1.015944] Segment Routing with IPv6
[ 1.018290] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.023571] NET: Registered protocol family 17
[ 1.026638] can: controller area network core (rev 20170425 abi 9)
[ 1.031545] NET: Registered protocol family 29
[ 1.034654] can: raw protocol (rev 20170425)
[ 1.037566] can: broadcast manager protocol (rev 20170425 t)
[ 1.041913] can: netlink gateway (rev 20170425) max_hops=1
[ 1.046447] Registering SWP/SWPB emulation handler
[ 1.050928] [drm] No max horizontal width in DT, using default 1920
[ 1.055868] [drm] No max vertical height in DT, using default 1080
[ 1.060715] OF: graph: no port node found in /amba_pl/xilinx_drm
[ 1.065400] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.070658] [drm] No driver support for vblank timestamp query.
[ 1.075428] [drm] Cannot find any crtc or sizes
[ 1.078939] [drm] Initialized xilinx_drm 1.0.0 20130509 for amba_pl:xilinx_drm on minor 0
[ 1.086075] hctosys: unable to open rtc device (rtc0)
[ 1.089732] of_cfs_init
[ 1.090919] of_cfs_init: OK
[ 1.092781] DOVDD_reg: disabling
[ 1.094652] AVDD_reg: disabling
[ 1.096442] DVDD_reg: disabling
[ 1.098673] Waiting for root device /dev/mmcblk0p2...
[ 1.102452] mmc0: new high speed SDHC card at address 0007
[ 1.106884] mmcblk0: mmc0:0007 Y016C 14.9 GiB
[ 1.111096] mmcblk0: p1 p2
[ 1.134091] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[ 1.153398] EXT4-fs (mmcblk0p2): warning: mounting fs with errors, running e2fsck is recommended
[ 2.112638] [drm] Cannot find any crtc or sizes
[ 2.167158] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.173919] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 2.182024] devtmpfs: mounted
[ 2.186358] Freeing unused kernel memory: 1024K
[ 2.467073] systemd[1]: System time before build time, advancing clock.
[ 2.500784] systemd[1]: Failed to insert module 'autofs4': No such file or directory
[ 2.536809] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 2.553982] systemd[1]: Detected architecture arm.
[ 2.603673] systemd[1]: Set hostname to <arm>.
[ 3.003808] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[ 3.042785] systemd[1]: Created slice User and Session Slice.
[ 3.072657] systemd[1]: Listening on udev Kernel Socket.
[ 3.102711] systemd[1]: Created slice System Slice.
[ 3.132559] systemd[1]: Reached target Remote File Systems (Pre).
[ 3.162752] systemd[1]: Listening on Journal Socket.
[ 3.194914] systemd[1]: Starting Set console keymap...
[ 4.593861] systemd-journald[800]: Received request to flush runtime journal from PID 1
[ 5.917064] new mount options do not match the existing superblock, will be ignored
[ 6.204899] Error: Driver 'xilinx-csi2rxss' is already registered, aborting...
[ 6.216718] asoc-simple-card amba_pl:sound: ssm2602-hifi <-> 43c40000.axi_i2s_adi mapping ok
[ 7.666069] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment