Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
toh:watchguard:watchguard_firebox-m300 [2022/03/17 15:16] – OEM bootlog stinteltoh:watchguard:firebox-m300 [2024/10/15 09:17] (current) – Removed source only tag at top for installation instructions. evs
Line 1: Line 1:
-====== Recovery ====== +====== Firebox M300 ====== 
-===== USB =====+ 
 +===== Installation ===== 
 +Installation instructions are in [[commit>3fda16078b9979be836df0d156ca0dc0a0778f91| 
 +the commit message that added support for the device]]. In a [[commit>c4b499bc03ab0e2eea643c46d1d781ab64e78931|later commit]], [[https://source.denx.de/u-boot/u-boot/-/blob/master/doc/usage/fit/howto.rst|FIT images]] were introduced with updated instructions. 
 + 
 +==== Current installation from stock firmware ==== 
 + 
 +These are the combined instructions for new devices to be flashed now, after FIT was introduced: 
 + 
 +//Write the sdcard image to an SD card. Stock U-Boot will 
 +not boot, wait for it to fail then run these commands:// 
 + 
 +<code> 
 +setenv OpenWrt_kernel watchguard_firebox-m300-fit-uImage.itb 
 +</code><code> 
 +setenv loadaddr 0x20000000 
 +</code><code> 
 +setenv wgBootSysA 'setenv bootargs root=/dev/mmcblk0p2 rw rootdelay=2 console=$consoledev,$baudrate fsl_dpaa_fman.fsl_fm_max_frm=1530; mmc dev 0; ext2load mmc 0:1 $loadaddr $OpenWrt_kernel; bootm $loadaddr' 
 +</code><code> 
 +saveenv 
 +</code><code> 
 +reset 
 +</code> 
 + 
 +===== Recovery ===== 
 +==== USB ====
  
 Write the sdcard image to a USB flash drive, plug it into one of the M300's USB ports and turn on the device.  Write the sdcard image to a USB flash drive, plug it into one of the M300's USB ports and turn on the device. 
Line 6: Line 31:
 In U-Boot: In U-Boot:
 <code> <code>
-setenv bootargs root=/dev/sda2 rw rootdelay=10 console=ttyS0,115200 fsl_dpaa_fman.fsl_fm_max_frm=1530; ext2load usb 0:1 $fdtaddr $OpenWrt_fdt && ext2load usb 0:1 $loadaddr $OpenWrt_kernel && bootm $loadaddr - $fdtaddr;+setenv bootargs root=/dev/sda2 rw rootdelay=10 console=ttyS0,115200 fsl_dpaa_fman.fsl_fm_max_frm=1530; ext2load usb 0:1 $loadaddr $OpenWrt_kernel && bootm $loadaddr;
 </code> </code>
  
 When OpenWrt is done booting, scp the OpenWrt image to /tmp and write it to the SD card: When OpenWrt is done booting, scp the OpenWrt image to /tmp and write it to the SD card:
 <code> <code>
-zcat /tmp/openwrt-qoriq-generic-watchguard_firebox-m300-ext4-sdcard.img.gz | dd of=/dev/mmcblk0 bs=1M+zcat /tmp/openwrt-qoriq-generic-watchguard_firebox-m300-squashfs-sdcard.img.gz | dd of=/dev/mmcblk0 bs=1M
 </code> </code>
  
Line 21: Line 46:
  
 Finally, reboot the device. Finally, reboot the device.
 +
 +==== TFTP ====
 +You first will need to set which port you want to TFTP boot off of.
 +Mine came as default FM1@DTSEC4.
 +
 +Port 0 is FM1@DTSEC10.
 +If you just let it sit and time out u-boot will start going through with trying the other interfaces.
 +Change it by setting u-boot variable "ethact".
 +
 +You can either use DHCP command, which will then try to boot uImage (the default filename) off of whatever it does by bootp.
 +Or setenv ipaddr ; setenv serverip; to set your local ip and server ip.
 +
 +The standard load address is pulled from u-boot variable "loadaddr" which was by default loadaddr=0x20000000
 +
 +Then just go for tftpboot <filename>.
 +
 +<code>
 +MB-M300 => setenv serverip 192.168.2.177
 +MB-M300 => setenv ipaddr 192.168.2.182
 +MB-M300 => setenv ethact FM1@DTSEC10
 +MB-M300 => setenv bootargs console=ttyS0,115200 fsl_dpaa_fman.fsl_fm_max_frm=1530
 +MB-M300 => tftpboot
 +Using FM1@DTSEC10 device
 +TFTP from server 192.168.2.177; our IP address is 192.168.2.182
 +Filename 'uImage'.
 +Load address: 0x20000000
 +Loading: #################################################################
 + #################################################################
 + #################################################################
 + #################################################################
 + #################################################################
 + #################################################################
 + #################################################################
 + #################################################################
 + #################################################################
 + #################################################################
 + #################################################################
 + #####################
 + 9.8 MiB/s
 +done
 +Bytes transferred = 10799520 (a4c9a0 hex)
 +MB-M300 => bootm
 +
 +</code>
 +
 +===== Platform details =====
 +==== Watchdog ====
 +The M300 features 2 independent watchdog: the PowerPC Book-E watchdog and the separate W83793 watchdog.
 +The latter causes a problem with sysupgrade during handover, which results in failed system upgrades. For this reason, it is no longer used.
 +This is achieved by [[commit>?p=openwrt/openwrt.git;a=commit;h=04071cb111f290417074de130d34ae5895fd3a7b|enabling the Book-E watchdog]], which, being built-in to the kernel, is registered before the W83793 one. ''procd'' only uses the first available watchdog and that's the Book-E one.
 +
 +More details below:
 +<code>
 +<stintel> W83793 is modular. procd starts wdt before kmodloader, so if you don't manually start the W83793 WDT in e.g. /etc/rc.local, it's not running
 +<stintel> but procd starts the WDT during handover to sysupgrade, so you run sysupgrade, the W83793 WDT starts
 +<stintel> unfortunately procd default (30s timeout) does not work well with W83793 WDT - start it manually, and you'll see that your system resets
 +<stintel> start it with 120s timeout, and it's fine
 +<stintel> *but* even then, with 120s timeout, which is fine for normal operation, it does not like handover to sysupgrade, because it still resets the system 
 +<stintel> enable Book-E WDT in-kernel, it's there when procd starts WDT, so it's active from the start, then kmodloader loads W83793, you'll get /dev/watchdog1, but procd will be using /dev/watchdog which is the Book-E
 +<f00b4r0> so w83 is never used
 +<stintel> exactly
 +</code>
 +
  
 ===== Bootlogs ===== ===== Bootlogs =====
Line 821: Line 909:
 Secondary login:  Secondary login: 
 </code> </code>
 +
 +==== OpenWrt 23.05.5 ====
 +
 +<code>
 +## Loading kernel from FIT Image at 20000000 ...
 +   Using 'config-1' configuration
 +   Trying 'kernel-1' kernel subimage
 +     Description:  POWERPC OpenWrt Linux-5.15.167
 +     Created:      2024-09-23  12:34:46 UTC
 +     Type:         Kernel Image
 +     Compression:  gzip compressed
 +     Data Start:   0x200000ec
 +     Data Size:    10762045 Bytes = 10.3 MiB
 +     Architecture: PowerPC
 +     OS:           Linux
 +     Load Address: 0x00000000
 +     Entry Point:  0x00000000
 +     Hash algo:    crc32
 +     Hash value:   6fdf11b5
 +     Hash algo:    sha1
 +     Hash value:   533d952146431210efc7694883201d85fe88dc7b
 +   Verifying Hash Integrity ... crc32+ sha1+ OK
 +## Loading fdt from FIT Image at 20000000 ...
 +   Using 'config-1' configuration
 +   Trying 'fdt-1' fdt subimage
 +     Description:  POWERPC OpenWrt watchguard_firebox-m300 device tree blob
 +     Created:      2024-09-23  12:34:46 UTC
 +     Type:         Flat Device Tree
 +     Compression:  uncompressed
 +     Data Start:   0x20a43978
 +     Data Size:    35501 Bytes = 34.7 KiB
 +     Architecture: PowerPC
 +     Hash algo:    crc32
 +     Hash value:   b4cbd0ce
 +     Hash algo:    sha1
 +     Hash value:   1267dafc058b705af961db3690c9f2bfb8febfd2
 +   Verifying Hash Integrity ... crc32+ sha1+ OK
 +   Booting using the fdt blob at 0x20a43978
 +   Uncompressing Kernel Image ... OK
 +   Loading Device Tree to 03fe4000, end 03fffaac ... OK
 +[    0.000000] OF: reserved mem: initialized node qman-fqd, compatible id fsl,qman-fqd
 +[    0.000000] OF: reserved mem: initialized node qman-pfdr, compatible id fsl,qman-pfdr
 +[    0.000000] OF: reserved mem: initialized node bman-fbpr, compatible id fsl,bman-fbpr
 +[    0.000000] MMU: Supported page sizes
 +[    0.000000]          4 KB as direct
 +[    0.000000]       2048 KB as direct & indirect
 +[    0.000000]       4096 KB as direct
 +[    0.000000]      16384 KB as direct
 +[    0.000000]      65536 KB as direct
 +[    0.000000]     262144 KB as direct
 +[    0.000000]    1048576 KB as direct
 +[    0.000000] MMU: Book3E HW tablewalk enabled
 +[    0.000000] Linux version 5.15.167 (evan@debian-12-buildopenwrt) (powerpc64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r24106-10cc5fcd00)4
 +[    0.000000] Using CoreNet Generic machine description
 +[    0.000000] printk: bootconsole [udbg0] enabled
 +[    0.000000] CPU maps initialized for 2 threads per core
 +[    0.000000] -----------------------------------------------------
 +[    0.000000] phys_mem_size     = 0x100000000
 +[    0.000000] dcache_bsize      = 0x40
 +[    0.000000] icache_bsize      = 0x40
 +[    0.000000] cpu_features      = 0x0000000300900396
 +[    0.000000]   possible        = 0x0000000300900396
 +[    0.000000]   always          = 0x0000000300800394
 +[    0.000000] cpu_user_features = 0xdc008000 0x08000000
 +[    0.000000] mmu_features      = 0x000a0010
 +[    0.000000] firmware_features = 0x0000000000000000
 +[    0.000000] -----------------------------------------------------
 +[    0.000000] ioremap() called early from .of_iomap+0x44/0x80. Use early_ioremap() instead
 +[    0.000000] CoreNet Generic board
 +[    0.000000] barrier-nospec: using isync; sync as speculation barrier
 +[    0.000000] Zone ranges:
 +[    0.000000]   DMA      [mem 0x0000000000000000-0x000000007fffffff]
 +[    0.000000]   Normal   [mem 0x0000000080000000-0x00000000ffffffff]
 +[    0.000000] Movable zone start for each node
 +[    0.000000] Early memory node ranges
 +[    0.000000]   node   0: [mem 0x0000000000000000-0x00000000ffffffff]
 +[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000ffffffff]
 +[    0.000000] MMU: Allocated 2112 bytes of context maps for 255 contexts
 +[    0.000000] percpu: Embedded 17 pages/cpu s32472 r0 d37160 u131072
 +[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
 +[    0.000000] Kernel command line: console=ttyS0,115200 fsl_dpaa_fman.fsl_fm_max_frm=1530
 +[    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] Memory: 3968128K/4194304K available (9756K kernel code, 1048K rwdata, 1924K rodata, 19576K init, 307K bss, 226176K reserved, )
 +[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
 +[    0.000000] rcu: Hierarchical RCU implementation.
 +[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=24 to nr_cpu_ids=8.
 +[    0.000000]  Tracing variant of Tasks RCU enabled.
 +[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
 +[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
 +[    0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
 +[    0.000000] mpic: Setting up MPIC " OpenPIC  " version 1.2 at ffe040000, max 8 CPUs
 +[    0.000000] mpic: ISU size: 512, shift: 9, mask: 1ff
 +[    0.000000] mpic: Initializing for 512 sources
 +[    0.000001] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x8a60dd6a9, max_idle_ns: 440795204056 ns
 +[    0.010191] clocksource: timebase mult[1aaaaaab] shift[24] registered
 +[    0.018826] Console: colour dummy device 80x25
 +[    0.023207] pid_max: default: 32768 minimum: 301
 +[    0.028094] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
 +[    0.035419] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
 +[    0.044449] rcu: Hierarchical SRCU implementation.
 +[    0.049451] smp: Bringing up secondary CPUs ...
 +[    0.056676] smp: Brought up 1 node, 8 CPUs
 +[    0.064922] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
 +[    0.074683] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
 +[    0.082264] NET: Registered PF_NETLINK/PF_ROUTE protocol family
 +[    0.088540] thermal_sys: Registered thermal governor 'step_wise'
 +[    0.088720] cpuidle: using governor teo
 +[    0.110055] Machine: WatchGuard Firebox M300
 +[    0.114236] SoC family: QorIQ T2080
 +[    0.117718] SoC ID: svr:0x85390011, Revision: 1.1
 +[    0.125167] Found FSL PCI host bridge at 0x0000000ffe240000. Firmware bus number: 0->0
 +[    0.133004] PCI host bridge /pcie@ffe240000  ranges:
 +[    0.137960]  MEM 0x0000000c00000000..0x0000000c1fffffff -> 0x00000000e0000000 
 +[    0.145176]   IO 0x0000000ff8000000..0x0000000ff800ffff -> 0x0000000000000000
 +[    0.152327] /pcie@ffe240000: PCICSRBAR @ 0xdf000007
 +[    0.157172] setup_pci_atmu: end of DRAM 100000000
 +[    0.161870] /pcie@ffe240000: Setup 64-bit PCI DMA window
 +[    0.167165] /pcie@ffe240000: DMA window size is 0xdf000007
 +[    0.172959] Found FSL PCI host bridge at 0x0000000ffe250000. Firmware bus number: 0->0
 +[    0.180794] PCI host bridge /pcie@ffe250000  ranges:
 +[    0.185751]  MEM 0x0000000c20000000..0x0000000c2fffffff -> 0x00000000e0000000 
 +[    0.192966]   IO 0x0000000ff8010000..0x0000000ff801ffff -> 0x0000000000000000
 +[    0.200109] /pcie@ffe250000: PCICSRBAR @ 0xff000007
 +[    0.204962] setup_pci_atmu: end of DRAM 100000000
 +[    0.209660] /pcie@ffe250000: Setup 64-bit PCI DMA window
 +[    0.214955] /pcie@ffe250000: WARNING: Outbound window cfg leaves gaps in memory map. Adjusting the memory map could reduce unnecessary bo.
 +[    0.228607] /pcie@ffe250000: DMA window size is 0xe0000000
 +[    0.234399] Found FSL PCI host bridge at 0x0000000ffe260000. Firmware bus number: 0->0
 +[    0.242235] PCI host bridge /pcie@ffe260000  ranges:
 +[    0.247192]  MEM 0x0000000c30000000..0x0000000c3fffffff -> 0x00000000e0000000 
 +[    0.254407]   IO 0x0000000ff8020000..0x0000000ff802ffff -> 0x0000000000000000
 +[    0.261550] /pcie@ffe260000: PCICSRBAR @ 0xff000007
 +[    0.266403] setup_pci_atmu: end of DRAM 100000000
 +[    0.271101] /pcie@ffe260000: Setup 64-bit PCI DMA window
 +[    0.276396] /pcie@ffe260000: WARNING: Outbound window cfg leaves gaps in memory map. Adjusting the memory map could reduce unnecessary bo.
 +[    0.290047] /pcie@ffe260000: DMA window size is 0xe0000000
 +[    0.295836] Found FSL PCI host bridge at 0x0000000ffe270000. Firmware bus number: 0->0
 +[    0.303672] PCI host bridge /pcie@ffe270000  ranges:
 +[    0.308629]  MEM 0x0000000c40000000..0x0000000c4fffffff -> 0x00000000e0000000 
 +[    0.315844]   IO 0x0000000ff8030000..0x0000000ff803ffff -> 0x0000000000000000
 +[    0.322987] /pcie@ffe270000: PCICSRBAR @ 0xff000007
 +[    0.327844] setup_pci_atmu: end of DRAM 100000000
 +[    0.332537] /pcie@ffe270000: Setup 64-bit PCI DMA window
 +[    0.337833] /pcie@ffe270000: WARNING: Outbound window cfg leaves gaps in memory map. Adjusting the memory map could reduce unnecessary bo.
 +[    0.351484] /pcie@ffe270000: DMA window size is 0xe0000000
 +[    0.358263] platform ff6000000.qman-portal: Adding to iommu group 0
 +[    0.364473] platform ff6004000.qman-portal: Adding to iommu group 1
 +[    0.370719] platform ff6008000.qman-portal: Adding to iommu group 2
 +[    0.376982] platform ff600c000.qman-portal: Adding to iommu group 3
 +[    0.383246] platform ff6010000.qman-portal: Adding to iommu group 4
 +[    0.389501] platform ff6014000.qman-portal: Adding to iommu group 5
 +[    0.395755] platform ff6018000.qman-portal: Adding to iommu group 6
 +[    0.402019] platform ff601c000.qman-portal: Adding to iommu group 7
 +[    0.408282] platform ff6020000.qman-portal: Adding to iommu group 8
 +[    0.414537] platform ff6024000.qman-portal: Adding to iommu group 9
 +[    0.420794] platform ff6028000.qman-portal: Adding to iommu group 10
 +[    0.427143] platform ff602c000.qman-portal: Adding to iommu group 11
 +[    0.433493] platform ff6030000.qman-portal: Adding to iommu group 12
 +[    0.439836] platform ff6034000.qman-portal: Adding to iommu group 13
 +[    0.446177] platform ff6038000.qman-portal: Adding to iommu group 14
 +[    0.452527] platform ff603c000.qman-portal: Adding to iommu group 15
 +[    0.458878] platform ff6040000.qman-portal: Adding to iommu group 16
 +[    0.465220] platform ff6044000.qman-portal: Adding to iommu group 17
 +[    0.471565] platform ffe114000.sdhc: Adding to iommu group 18
 +[    0.477317] platform ffe100300.dma: Adding to iommu group 19
 +[    0.482958] platform ffe101300.dma: Adding to iommu group 20
 +[    0.488605] platform ffe102300.dma: Adding to iommu group 21
 +[    0.494260] platform ffe210000.usb: Adding to iommu group 22
 +[    0.499906] platform ffe211000.usb: Adding to iommu group 23
 +[    0.505562] platform ffe318000.qman: Adding to iommu group 24
 +[    0.511294] platform ffe31a000.bman: Adding to iommu group 25
 +[    0.517030] fsl-pci ffe240000.pcie: Adding to iommu group 26
 +[    0.522684] fsl-pci ffe250000.pcie: Adding to iommu group 27
 +[    0.528339] fsl-pci ffe260000.pcie: Adding to iommu group 28
 +[    0.533986] fsl-pci ffe270000.pcie: Adding to iommu group 29
 +[    0.549329] software IO TLB: mapped [mem 0x0000000003ff6000-0x0000000007ff6000] (64MB)
 +[    0.557171] PCI: Probing PCI hardware
 +[    0.560901] fsl-pci ffe240000.pcie: PCI host bridge to bus 0000:00
 +[    0.566996] pci_bus 0000:00: root bus resource [io  0x8000080000010000-0x800008000001ffff] (bus address [0x0000-0xffff])
 +[    0.577870] pci_bus 0000:00: root bus resource [mem 0xc00000000-0xc1fffffff] (bus address [0xe0000000-0xffffffff])
 +[    0.588211] pci_bus 0000:00: root bus resource [bus 00]
 +[    0.593423] pci_bus 0000:00: busn_res: [bus 00] end is updated to ff
 +[    0.599805] pci 0000:00:00.0: [1957:0838] type 01 class 0x060400
 +[    0.605778] pci 0000:00:00.0: reg 0x10: [io  0xdf000004-0xdf000007]
 +[    0.612038] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x00ffffff pref]
 +[    0.618797] pci 0000:00:00.0: supports D1 D2
 +[    0.622983] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
 +[    0.629089] fsl-pci ffe240000.pcie: Removing from iommu group 26
 +[    0.635037] pci 0000:00:00.0: Adding to iommu group 30
 +[    0.642468] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
 +[    0.652725] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
 +[    0.657868] pci 0000:00:00.0:   bridge window [io  0x8000080000010000-0x8000080000010fff]
 +[    0.666041] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
 +[    0.672821] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
 +[    0.680566] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
 +[    0.687163] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
 +[    0.693825] fsl-pci ffe250000.pcie: PCI host bridge to bus 0001:00
 +[    0.699941] pci_bus 0001:00: root bus resource [io  0x8000080000021000-0x8000080000030fff] (bus address [0x0000-0xffff])
 +[    0.710811] pci_bus 0001:00: root bus resource [mem 0xc20000000-0xc2fffffff] (bus address [0xe0000000-0xefffffff])
 +[    0.721155] pci_bus 0001:00: root bus resource [bus 00]
 +[    0.726368] pci_bus 0001:00: busn_res: [bus 00] end is updated to ff
 +[    0.732737] pci 0001:00:00.0: [1957:0838] type 01 class 0x060400
 +[    0.738722] pci 0001:00:00.0: [Firmware Bug]: reg 0x10: invalid BAR (can't size)
 +[    0.746114] pci 0001:00:00.0: reg 0x38: [mem 0x00000000-0x00ffffff pref]
 +[    0.752848] pci 0001:00:00.0: supports D1 D2
 +[    0.757058] pci 0001:00:00.0: PME# supported from D0 D1 D2 D3hot
 +[    0.763155] fsl-pci ffe250000.pcie: Removing from iommu group 27
 +[    0.769097] pci 0001:00:00.0: Adding to iommu group 26
 +[    0.776509] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
 +[    0.786775] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
 +[    0.791917] pci 0001:00:00.0:   bridge window [io  0x8000080000021000-0x8000080000021fff]
 +[    0.800090] pci 0001:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
 +[    0.806869] pci 0001:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
 +[    0.814615] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
 +[    0.821212] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 01
 +[    0.827887] fsl-pci ffe260000.pcie: PCI host bridge to bus 0002:00
 +[    0.833990] pci_bus 0002:00: root bus resource [io  0x8000080000032000-0x8000080000041fff] (bus address [0x0000-0xffff])
 +[    0.844860] pci_bus 0002:00: root bus resource [mem 0xc30000000-0xc3fffffff] (bus address [0xe0000000-0xefffffff])
 +[    0.855203] pci_bus 0002:00: root bus resource [bus 00]
 +[    0.860417] pci_bus 0002:00: busn_res: [bus 00] end is updated to ff
 +[    0.866787] pci 0002:00:00.0: [1957:0838] type 01 class 0x060400
 +[    0.872771] pci 0002:00:00.0: [Firmware Bug]: reg 0x10: invalid BAR (can't size)
 +[    0.880163] pci 0002:00:00.0: reg 0x38: [mem 0x00000000-0x00ffffff pref]
 +[    0.886897] pci 0002:00:00.0: supports D1 D2
 +[    0.891107] pci 0002:00:00.0: PME# supported from D0 D1 D2 D3hot
 +[    0.897187] fsl-pci ffe260000.pcie: Removing from iommu group 28
 +[    0.903128] pci 0002:00:00.0: Adding to iommu group 27
 +[    0.910541] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
 +[    0.920813] pci 0002:00:00.0: PCI bridge to [bus 01-ff]
 +[    0.925956] pci 0002:00:00.0:   bridge window [io  0x8000080000032000-0x8000080000032fff]
 +[    0.934129] pci 0002:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
 +[    0.940909] pci 0002:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
 +[    0.948654] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
 +[    0.955251] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 01
 +[    0.961921] fsl-pci ffe270000.pcie: PCI host bridge to bus 0003:00
 +[    0.968029] pci_bus 0003:00: root bus resource [io  0x8000080000043000-0x8000080000052fff] (bus address [0x0000-0xffff])
 +[    0.978899] pci_bus 0003:00: root bus resource [mem 0xc40000000-0xc4fffffff] (bus address [0xe0000000-0xefffffff])
 +[    0.989242] pci_bus 0003:00: root bus resource [bus 00]
 +[    0.994456] pci_bus 0003:00: busn_res: [bus 00] end is updated to ff
 +[    1.000826] pci 0003:00:00.0: [1957:0838] type 01 class 0x060400
 +[    1.006810] pci 0003:00:00.0: [Firmware Bug]: reg 0x10: invalid BAR (can't size)
 +[    1.014202] pci 0003:00:00.0: reg 0x38: [mem 0x00000000-0x00ffffff pref]
 +[    1.020937] pci 0003:00:00.0: supports D1 D2
 +[    1.025146] pci 0003:00:00.0: PME# supported from D0 D1 D2 D3hot
 +[    1.031227] fsl-pci ffe270000.pcie: Removing from iommu group 29
 +[    1.037168] pci 0003:00:00.0: Adding to iommu group 28
 +[    1.044580] pci 0003:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
 +[    1.054846] pci 0003:00:00.0: PCI bridge to [bus 01-ff]
 +[    1.059989] pci 0003:00:00.0:   bridge window [io  0x8000080000043000-0x8000080000043fff]
 +[    1.068162] pci 0003:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
 +[    1.074941] pci 0003:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
 +[    1.082690] pci_bus 0003:01: busn_res: [bus 01-ff] end is updated to 01
 +[    1.089283] pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to 01
 +[    1.095898] PCI: Cannot allocate resource region 0 of device 0000:00:00.0, will remap
 +[    1.103761] pci 0000:00:00.0: BAR 6: no space for [mem size 0x01000000 pref]
 +[    1.110756] pci 0000:00:00.0: BAR 6: failed to assign [mem size 0x01000000 pref]
 +[    1.118143] pci 0000:00:00.0: BAR 0: no space for [io  size 0x0004]
 +[    1.124405] pci 0000:00:00.0: BAR 0: failed to assign [io  size 0x0004]
 +[    1.131019] pci 0000:00:00.0: PCI bridge to [bus 01]
 +[    1.135969] pci 0000:00:00.0:   bridge window [io  0x8000080000010000-0x800008000001ffff]
 +[    1.144138] pci 0000:00:00.0:   bridge window [mem 0xc00000000-0xc1fffffff]
 +[    1.151098] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
 +[    1.160132] pci_bus 0000:00: resource 4 [io  0x8000080000010000-0x800008000001ffff]
 +[    1.167785] pci_bus 0000:00: resource 5 [mem 0xc00000000-0xc1fffffff]
 +[    1.174215] pci_bus 0000:01: resource 0 [io  0x8000080000010000-0x800008000001ffff]
 +[    1.181868] pci_bus 0000:01: resource 1 [mem 0xc00000000-0xc1fffffff]
 +[    1.188301] pci 0001:00:00.0: BAR 6: no space for [mem size 0x01000000 pref]
 +[    1.195343] pci 0001:00:00.0: BAR 6: failed to assign [mem size 0x01000000 pref]
 +[    1.202730] pci 0001:00:00.0: PCI bridge to [bus 01]
 +[    1.207688] pci 0001:00:00.0:   bridge window [io  0x8000080000021000-0x8000080000030fff]
 +[    1.215858] pci 0001:00:00.0:   bridge window [mem 0xc20000000-0xc2fffffff]
 +[    1.222817] pci_bus 0001:00: resource 4 [io  0x8000080000021000-0x8000080000030fff]
 +[    1.230461] pci_bus 0001:00: resource 5 [mem 0xc20000000-0xc2fffffff]
 +[    1.236897] pci_bus 0001:01: resource 0 [io  0x8000080000021000-0x8000080000030fff]
 +[    1.244544] pci_bus 0001:01: resource 1 [mem 0xc20000000-0xc2fffffff]
 +[    1.250983] pci 0002:00:00.0: BAR 6: no space for [mem size 0x01000000 pref]
 +[    1.258018] pci 0002:00:00.0: BAR 6: failed to assign [mem size 0x01000000 pref]
 +[    1.265412] pci 0002:00:00.0: PCI bridge to [bus 01]
 +[    1.270365] pci 0002:00:00.0:   bridge window [io  0x8000080000032000-0x8000080000041fff]
 +[    1.278539] pci 0002:00:00.0:   bridge window [mem 0xc30000000-0xc3fffffff]
 +[    1.285493] pci_bus 0002:00: resource 4 [io  0x8000080000032000-0x8000080000041fff]
 +[    1.293143] pci_bus 0002:00: resource 5 [mem 0xc30000000-0xc3fffffff]
 +[    1.299573] pci_bus 0002:01: resource 0 [io  0x8000080000032000-0x8000080000041fff]
 +[    1.307226] pci_bus 0002:01: resource 1 [mem 0xc30000000-0xc3fffffff]
 +[    1.313659] pci 0003:00:00.0: BAR 6: no space for [mem size 0x01000000 pref]
 +[    1.320701] pci 0003:00:00.0: BAR 6: failed to assign [mem size 0x01000000 pref]
 +[    1.328087] pci 0003:00:00.0: PCI bridge to [bus 01]
 +[    1.333050] pci 0003:00:00.0:   bridge window [io  0x8000080000043000-0x8000080000052fff]
 +[    1.341215] pci 0003:00:00.0:   bridge window [mem 0xc40000000-0xc4fffffff]
 +[    1.348175] pci_bus 0003:00: resource 4 [io  0x8000080000043000-0x8000080000052fff]
 +[    1.355819] pci_bus 0003:00: resource 5 [mem 0xc40000000-0xc4fffffff]
 +[    1.362255] pci_bus 0003:01: resource 0 [io  0x8000080000043000-0x8000080000052fff]
 +[    1.369902] pci_bus 0003:01: resource 1 [mem 0xc40000000-0xc4fffffff]
 +[    1.382991] Freescale Elo series DMA driver
 +[    1.387291] fsl-elo-dma ffe100300.dma: #0 (fsl,eloplus-dma-channel), irq 28
 +[    1.394231] fsl-elo-dma ffe100300.dma: #1 (fsl,eloplus-dma-channel), irq 29
 +[    1.401165] fsl-elo-dma ffe100300.dma: #2 (fsl,eloplus-dma-channel), irq 30
 +[    1.408133] fsl-elo-dma ffe100300.dma: #3 (fsl,eloplus-dma-channel), irq 31
 +[    1.415074] fsl-elo-dma ffe100300.dma: #4 (fsl,eloplus-dma-channel), irq 76
 +[    1.422033] fsl-elo-dma ffe100300.dma: #5 (fsl,eloplus-dma-channel), irq 77
 +[    1.428983] fsl-elo-dma ffe100300.dma: #6 (fsl,eloplus-dma-channel), irq 78
 +[    1.435950] fsl-elo-dma ffe100300.dma: #7 (fsl,eloplus-dma-channel), irq 79
 +[    1.443285] fsl-elo-dma ffe101300.dma: #0 (fsl,eloplus-dma-channel), irq 32
 +[    1.450218] fsl-elo-dma ffe101300.dma: #1 (fsl,eloplus-dma-channel), irq 33
 +[    1.457158] fsl-elo-dma ffe101300.dma: #2 (fsl,eloplus-dma-channel), irq 34
 +[    1.464118] fsl-elo-dma ffe101300.dma: #3 (fsl,eloplus-dma-channel), irq 35
 +[    1.471068] fsl-elo-dma ffe101300.dma: #4 (fsl,eloplus-dma-channel), irq 80
 +[    1.478035] fsl-elo-dma ffe101300.dma: #5 (fsl,eloplus-dma-channel), irq 81
 +[    1.484977] fsl-elo-dma ffe101300.dma: #6 (fsl,eloplus-dma-channel), irq 82
 +[    1.491937] fsl-elo-dma ffe101300.dma: #7 (fsl,eloplus-dma-channel), irq 83
 +[    1.499300] fsl-elo-dma ffe102300.dma: #0 (fsl,eloplus-dma-channel), irq 464
 +[    1.506311] fsl-elo-dma ffe102300.dma: #1 (fsl,eloplus-dma-channel), irq 465
 +[    1.513354] fsl-elo-dma ffe102300.dma: #2 (fsl,eloplus-dma-channel), irq 466
 +[    1.520393] fsl-elo-dma ffe102300.dma: #3 (fsl,eloplus-dma-channel), irq 467
 +[    1.527430] fsl-elo-dma ffe102300.dma: #4 (fsl,eloplus-dma-channel), irq 471
 +[    1.534477] fsl-elo-dma ffe102300.dma: #5 (fsl,eloplus-dma-channel), irq 472
 +[    1.541522] fsl-elo-dma ffe102300.dma: #6 (fsl,eloplus-dma-channel), irq 473
 +[    1.548564] fsl-elo-dma ffe102300.dma: #7 (fsl,eloplus-dma-channel), irq 474
 +[    1.555987] iommu: Default domain type: Translated 
 +[    1.560780] iommu: DMA domain TLB invalidation policy: strict mode 
 +[    1.567166] SCSI subsystem initialized
 +[    1.570936] usbcore: registered new interface driver usbfs
 +[    1.576353] usbcore: registered new interface driver hub
 +[    1.581659] usbcore: registered new device driver usb
 +[    1.586708] pps_core: LinuxPPS API ver. 1 registered
 +[    1.591633] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
 +[    1.600782] PTP clock support registered
 +[    1.604684] EDAC MC: Ver: 3.0.0
 +[    1.608003] fsl-ifc ffe124000.localbus: Freescale Integrated Flash Controller
 +[    1.615073] fsl-ifc ffe124000.localbus: IFC version 1.3, 8 banks
 +[    1.621882] clocksource: Switched to clocksource timebase
 +[    1.629666] NET: Registered PF_INET protocol family
 +[    1.634632] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
 +[    1.643587] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
 +[    1.652063] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
 +[    1.659779] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
 +[    1.667826] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
 +[    1.675299] TCP: Hash tables configured (established 32768 bind 32768)
 +[    1.681837] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
 +[    1.688507] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
 +[    1.695767] NET: Registered PF_UNIX/PF_LOCAL protocol family
 +[    1.701394] PCI: CLS 0 bytes, default 64
 +[    1.706335] workingset: timestamp_bits=46 max_order=20 bucket_order=0
 +[    1.717517] squashfs: version 4.0 (2009/01/31) Phillip Lougher
 +[    1.723288] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
 +[    1.753593] bman_portal ff4000000.bman-portal: Portal initialised, cpu 0
 +[    1.760398] bman_portal ff4004000.bman-portal: Portal initialised, cpu 1
 +[    1.767233] bman_portal ff4008000.bman-portal: Portal initialised, cpu 2
 +[    1.774020] bman_portal ff400c000.bman-portal: Portal initialised, cpu 3
 +[    1.780771] bman_portal ff4010000.bman-portal: Portal initialised, cpu 4
 +[    1.787581] bman_portal ff4014000.bman-portal: Portal initialised, cpu 5
 +[    1.794403] bman_portal ff4018000.bman-portal: Portal initialised, cpu 6
 +[    1.801181] bman_portal ff401c000.bman-portal: Portal initialised, cpu 7
 +[    1.808727] qman_portal ff6000000.qman-portal: Portal initialised, cpu 0
 +[    1.815457] qman_portal ff6004000.qman-portal: Portal initialised, cpu 1
 +[    1.822161] qman_portal ff6008000.qman-portal: Portal initialised, cpu 2
 +[    1.828853] qman_portal ff600c000.qman-portal: Portal initialised, cpu 3
 +[    1.835574] qman_portal ff6010000.qman-portal: Portal initialised, cpu 4
 +[    1.842283] qman_portal ff6014000.qman-portal: Portal initialised, cpu 5
 +[    1.848988] qman_portal ff6018000.qman-portal: Portal initialised, cpu 6
 +[    1.855840] qman_portal ff601c000.qman-portal: Portal initialised, cpu 7
 +[    1.863172] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
 +[    1.870133] printk: console [ttyS0] disabled
 +[    1.874354] serial8250.0: ttyS0 at MMIO 0xffe11c500 (irq = 36, base_baud = 18750000) is a 16550A
 +[    1.883123] printk: console [ttyS0] enabled
 +[    1.883123] printk: console [ttyS0] enabled
 +[    1.891445] printk: bootconsole [udbg0] disabled
 +[    1.891445] printk: bootconsole [udbg0] disabled
 +[    1.900880] serial8250.0: ttyS1 at MMIO 0xffe11c600 (irq = 36, base_baud = 18750000) is a 16550A
 +[    1.909885] serial8250.0: ttyS2 at MMIO 0xffe11d500 (irq = 37, base_baud = 18750000) is a 16550A
 +[    1.918889] serial8250.0: ttyS3 at MMIO 0xffe11d600 (irq = 37, base_baud = 18750000) is a 16550A
 +[    1.930674] loop: module loaded
 +[    1.934257] physmap-flash fefc00000.nor: physmap platform flash device: [mem 0xfefc00000-0xfefffffff]
 +[    1.943563] fefc00000.nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x001a00
 +[    1.953669] Amd/Fujitsu Extended Query Table at 0x0040
 +[    1.958822]   Amd/Fujitsu Extended Query version 1.3.
 +[    1.963881] number of CFI chips: 1
 +[    1.974856] 11 fixed-partitions partitions found on MTD device fefc00000.nor
 +[    1.981921] Creating 11 MTD partitions on "fefc00000.nor":
 +[    1.987408] 0x000000000000-0x000000010000 : "qoriq-rcw"
 +[    1.992958] ftl_cs: FTL header not found.
 +[    1.997063] 0x000000010000-0x000000030000 : "wg_cfg0"
 +[    2.002278] ftl_cs: FTL header not found.
 +[    2.006348] 0x000000030000-0x000000040000 : "wg_cfg1"
 +[    2.011517] ftl_cs: FTL header not found.
 +[    2.015584] 0x000000040000-0x000000050000 : "wg_mfg_data"
 +[    2.021110] ftl_cs: FTL header not found.
 +[    2.025179] 0x000000050000-0x000000100000 : "wg_bootopt_data_and_reserved"
 +[    2.032392] ftl_cs: FTL header not found.
 +[    2.036457] 0x000000100000-0x0000001b0000 : "wg_extra_reserved_1"
 +[    2.042906] ftl_cs: FTL header not found.
 +[    2.046991] 0x0000001b0000-0x000000260000 : "wg_extra_reserved_2"
 +[    2.053433] ftl_cs: FTL header not found.
 +[    2.057526] 0x000000260000-0x000000320000 : "wg_u-boot_failsafe"
 +[    2.063907] ftl_cs: FTL header not found.
 +[    2.067983] 0x000000320000-0x000000330000 : "qoriq-fman"
 +[    2.073586] ftl_cs: FTL header not found.
 +[    2.077709] 0x000000330000-0x000000340000 : "u-boot-env"
 +[    2.083169] ftl_cs: FTL header not found.
 +[    2.087244] 0x000000340000-0x000000400000 : "u-boot"
 +[    2.092575] ftl_cs: FTL header not found.
 +[    2.099554] fsl_espi ffe110000.spi: irq = 53
 +[    2.115109] hwmon hwmon0: temp1_input not attached to any thermal zone
 +[    2.125640] hwmon hwmon1: temp1_input not attached to any thermal zone
 +[    2.136121] hwmon hwmon2: temp1_input not attached to any thermal zone
 +[    2.146558] hwmon hwmon3: temp1_input not attached to any thermal zone
 +[    2.153705] mv88e6085 0x0000000ffe4fc000:10: switch 0x1710 detected: Marvell 88E6171, revision 2
 +[    2.241844] fsl_dpaa_mac ffe4f2000.ethernet: FMan MEMAC
 +[    2.247099] fsl_dpaa_mac ffe4f2000.ethernet: FMan MAC address: <redacted>6
 +[    2.254759] fsl_dpaa_mac ffe4e0000.ethernet: FMan MEMAC
 +[    2.259987] fsl_dpaa_mac ffe4e0000.ethernet: FMan MAC address: <redacted>7
 +[    2.267660] fsl_dpaa_mac ffe4e2000.ethernet: FMan MEMAC
 +[    2.272893] fsl_dpaa_mac ffe4e2000.ethernet: FMan MAC address: <redacted>8
 +[    2.284310] fsl_dpaa_mac ffe4e4000.ethernet: FMan MEMAC
 +[    2.289542] fsl_dpaa_mac ffe4e4000.ethernet: FMan MAC address: <redacted>9
 +[    2.300633] fsl_dpaa_mac ffe4e6000.ethernet: FMan MEMAC
 +[    2.305873] fsl_dpaa_mac ffe4e6000.ethernet: FMan MAC address: <redacted>a
 +[    2.319106] fsl_dpaa_mac ffe4f2000.ethernet eth0: Probed interface eth0
 +[    2.331662] fsl_dpaa_mac ffe4e0000.ethernet eth1: Probed interface eth1
 +[    2.344027] fsl_dpaa_mac ffe4e2000.ethernet eth2: Probed interface eth2
 +[    2.356573] fsl_dpaa_mac ffe4e4000.ethernet eth3: Probed interface eth3
 +[    2.369145] fsl_dpaa_mac ffe4e6000.ethernet eth4: Probed interface eth4
 +[    2.375837] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
 +[    2.382973] fsl-ehci: Freescale EHCI Host controller driver
 +[    2.388624] fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
 +[    2.395256] fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1
 +[    2.412406] fsl-ehci fsl-ehci.0: irq 44, io mem 0xffe210000
 +[    2.441888] fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00
 +[    2.447838] hub 1-0:1.0: USB hub found
 +[    2.451609] hub 1-0:1.0: 1 port detected
 +[    2.455807] fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller
 +[    2.462446] fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2
 +[    2.479583] fsl-ehci fsl-ehci.1: irq 45, io mem 0xffe211000
 +[    2.511888] fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00
 +[    2.517828] hub 2-0:1.0: USB hub found
 +[    2.521597] hub 2-0:1.0: 1 port detected
 +[    2.526065] usbcore: registered new interface driver uas
 +[    2.531437] usbcore: registered new interface driver usb-storage
 +[    2.538025] mpc-i2c ffe118000.i2c: timeout 1000000 us
 +[    2.543462] mpc-i2c ffe118100.i2c: timeout 1000000 us
 +[    2.548634] mpc-i2c ffe119000.i2c: timeout 1000000 us
 +[    2.553798] mpc-i2c ffe119100.i2c: timeout 1000000 us
 +[    2.559256] ptp_qoriq: device tree node missing required elements, try automatic configuration
 +[    2.567950] pps pps0: new PPS source ptp0
 +[    2.572287] booke_wdt: powerpc book-e watchdog driver loaded
 +[    2.578032] Freescale(R) MPC85xx EDAC driver, (C) 2006 Montavista Software
 +[    2.585429] EDAC MC0: Giving out device to module fsl_ddr_edac controller fsl_mc_err: DEV fsl_mc_err (INTERRUPT)
 +[    2.595643] fsl_ddr_edac acquired irq 490 for MC
 +[    2.600259] fsl_ddr_edac MC err registered
 +[    2.605765] EDAC PCI0: Giving out device to module MPC85xx_edac controller mpc85xx_pci_err: DEV mpc85xx-pci-edac.0.auto (INTERRUPT)
 +[    2.617633] MPC85xx_edac acquired irq 20 for PCI Err
 +[    2.622603] MPC85xx_edac PCI err registered
 +[    2.626832] EDAC PCI1: Giving out device to module MPC85xx_edac controller mpc85xx_pci_err: DEV mpc85xx-pci-edac.1.auto (INTERRUPT)
 +[    2.638689] MPC85xx_edac acquired irq 21 for PCI Err
 +[    2.643658] MPC85xx_edac PCI err registered
 +[    2.647885] EDAC PCI2: Giving out device to module MPC85xx_edac controller mpc85xx_pci_err: DEV mpc85xx-pci-edac.2.auto (INTERRUPT)
 +[    2.659741] MPC85xx_edac acquired irq 22 for PCI Err
 +[    2.664710] MPC85xx_edac PCI err registered
 +[    2.668949] EDAC PCI3: Giving out device to module MPC85xx_edac controller mpc85xx_pci_err: DEV mpc85xx-pci-edac.3.auto (INTERRUPT)
 +[    2.680812] MPC85xx_edac acquired irq 23 for PCI Err
 +[    2.685781] MPC85xx_edac PCI err registered
 +[    2.690342] qoriq-cpufreq qoriq-cpufreq: Disabling due to erratum A-008083
 +[    2.697531] sdhci: Secure Digital Host Controller Interface driver
 +[    2.703718] sdhci: Copyright(c) Pierre Ossman
 +[    2.708074] sdhci-pltfm: SDHCI platform and OF driver helper
 +[    2.714817] caam ffe300000.crypto: Linux CAAM Queue I/F driver initialised
 +[    2.721707] caam ffe300000.crypto: Entropy delay = 3200
 +[    2.753681] caam ffe300000.crypto: Instantiated RNG4 SH0
 +[    2.780416] caam ffe300000.crypto: Instantiated RNG4 SH1
 +[    2.785736] caam ffe300000.crypto: device ID = 0x0a13020000000000 (Era 6)
 +[    2.792533] caam ffe300000.crypto: job rings = 4, qi = 1
 +[    2.797966] platform ffe301000.jr: Adding to iommu group 29
 +[    2.803797] platform ffe302000.jr: Adding to iommu group 31
 +[    2.809574] platform ffe303000.jr: Adding to iommu group 32
 +[    2.815359] platform ffe304000.jr: Adding to iommu group 33
 +[    2.825696] caam algorithms registered in /proc/crypto
 +[    2.831830] caam ffe300000.crypto: caam pkc algorithms registered in /proc/crypto
 +[    2.839335] caam ffe300000.crypto: registering rng-caam
 +[    2.844414] mmc0: SDHCI controller on ffe114000.sdhc [ffe114000.sdhc] using ADMA 64-bit
 +[    2.847693] caam ffe300000.crypto: algorithms registered in /proc/crypto
 +[    2.860687] NET: Registered PF_INET6 protocol family
 +[    2.866556] Segment Routing with IPv6
 +[    2.870243] In-situ OAM (IOAM) with IPv6
 +[    2.874219] NET: Registered PF_PACKET protocol family
 +[    2.879357] 8021q: 802.1Q VLAN Support v1.8
 +[    2.883603] drmem: No dynamic reconfiguration memory found
 +[    2.891032] mv88e6085 0x0000000ffe4fc000:10: switch 0x1710 detected: Marvell 88E6171, revision 2
 +[    2.907077] mmc0: new high speed SDHC card at address 59b4
 +[    2.912864] mmcblk0: mmc0:59b4 SDC   7.34 GiB 
 +[    2.918324]  mmcblk0: p1 p2
 +[    2.924860] random: crng init done
 +[    3.651212] mv88e6085 0x0000000ffe4fc000:10: configuring for fixed/rgmii-id link mode
 +[    3.667201] mv88e6085 0x0000000ffe4fc000:10: Link is Up - 1Gbps/Full - flow control off
 +[    3.676024] mv88e6085 0x0000000ffe4fc000:10 sweth3 (uninitialized): PHY [!soc@ffe000000!fman@400000!mdio@fc000!switch@10!mdio:00] driver )
 +[    3.702118] mv88e6085 0x0000000ffe4fc000:10 sweth4 (uninitialized): PHY [!soc@ffe000000!fman@400000!mdio@fc000!switch@10!mdio:01] driver )
 +[    3.725520] mv88e6085 0x0000000ffe4fc000:10 sweth5 (uninitialized): PHY [!soc@ffe000000!fman@400000!mdio@fc000!switch@10!mdio:02] driver )
 +[    3.746789] mv88e6085 0x0000000ffe4fc000:10 sweth6 (uninitialized): PHY [!soc@ffe000000!fman@400000!mdio@fc000!switch@10!mdio:03] driver )
 +[    3.768054] mv88e6085 0x0000000ffe4fc000:10 sweth7 (uninitialized): PHY [!soc@ffe000000!fman@400000!mdio@fc000!switch@10!mdio:04] driver )
 +[    3.783736] DSA: tree 0 setup
 +[    3.787280] clk: Disabling unused clocks
 +[    3.797669] Freeing unused kernel image (initmem) memory: 19576K
 +[    3.803752] This architecture does not have kernel memory protection.
 +[    3.810202] Run /init as init process
 +[    4.013596] init: Console is alive
 +[    4.017118] init: - watchdog -
 +[    4.023952] kmodloader: loading kernel modules from /etc/modules-boot.d/*
 +[    4.041782] tpm tpm0: starting up the TPM manually
 +[    4.123687] rtc-rs5c372 0-0032: rs5c372a found, 24hr
 +[    4.135558] rtc-rs5c372 0-0032: registered as rtc0
 +[    4.142071] rtc-rs5c372 0-0032: setting system clock to 2024-10-10T10:28:57 UTC (1728556137)
 +[    4.151545] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
 +[    4.161472] init: - preinit -
 +Press the [f] key and hit [enter] to enter failsafe mode
 +Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
 +[    7.135214] procd: - early -
 +[    7.138152] procd: - watchdog -
 +[    7.672354] procd: - watchdog -
 +[    7.675655] procd: - ubus -
 +[    7.728880] procd: - init -
 +Please press Enter to activate this console.
 +[    7.841622] kmodloader: loading kernel modules from /etc/modules.d/*
 +[    7.849515] i2c_dev: i2c /dev entries driver
 +[    7.859978] w83793 0-002c: set bank to 248 failed, fall back to bank 250, read reg 0xc error
 +[    7.868438] w83793 0-002c: duplicate addresses 0x48, use force_subclient
 +[    7.879076] hwmon_vid: Unknown VRM version of your CPU
 +[    7.884444] w83793 0-002d: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
 +[    7.898145] w83793 0-002d: Registered watchdog chardev major 10, minor: 212
 +[    7.924857] PPP generic driver version 2.4.2
 +[    7.929546] NET: Registered PF_PPPOX protocol family
 +[    7.937120] kmodloader: done loading kernel modules from /etc/modules.d/*
 +[    8.037938] urngd: v1.0.2 started.
 +[   12.665553] fsl_dpaa_mac ffe4e0000.ethernet eth1: phy device not initialized
 +[   12.752701] br-lan: port 1(eth1) entered blocking state
 +[   12.757955] br-lan: port 1(eth1) entered disabled state
 +[   12.763406] device eth1 entered promiscuous mode
 +[   12.772453] fsl_dpaa_mac ffe4e2000.ethernet eth2: phy device not initialized
 +[   12.868427] fsl_dpaa_mac ffe4e6000.ethernet eth4: phy device not initialized
 +[   12.877410] IPv6: ADDRCONF(NETDEV_CHANGE): eth4: link becomes ready
 +[   12.909232] device eth4 entered promiscuous mode
 +[   12.914646] mv88e6085 0x0000000ffe4fc000:10 sweth3: configuring for phy/ link mode
 +[   12.963450] mv88e6085 0x0000000ffe4fc000:10 sweth4: configuring for phy/ link mode
 +[   13.021538] mv88e6085 0x0000000ffe4fc000:10 sweth5: configuring for phy/ link mode
 +[   13.074682] mv88e6085 0x0000000ffe4fc000:10 sweth6: configuring for phy/ link mode
 +[   13.122675] mv88e6085 0x0000000ffe4fc000:10 sweth7: configuring for phy/ link mode
 +[   13.136846] fsl_dpaa_mac ffe4f2000.ethernet eth0: phy device not initialized
 +[   15.852313] br-lan: port 1(eth1) entered blocking state
 +[   15.857556] br-lan: port 1(eth1) entered forwarding state
 +[   15.863204] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
 +[   17.373025] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 +
 +
 +
 +BusyBox v1.36.1 (2024-09-23 12:34:46 UTC) built-in shell (ash)
 +
 +  _______                     ________        __
 +       |.-----.-----.-----.|  |  |  |.----.|  |_
 +     ||  _  |  -__|     ||  |  |  ||   _||   _|
 + |_______||   __|_____|__|__||________||__|  |____|
 +          |__| W I R E L E S S   F R E E D O M
 + -----------------------------------------------------
 + OpenWrt 23.05.5, r24106-10cc5fcd00
 + -----------------------------------------------------
 +=== WARNING! =====================================
 +There is no root password defined on this device!
 +Use the "passwd" command to set up a new password
 +in order to prevent unauthorized SSH logins.
 +--------------------------------------------------
 +root@OpenWrt:/# 
 +
 +</code>
 +
 +
 +===== Power Consumption =====
 +
 +Off: 1.3W
 +
 +Boot: 24.2W
 +
 +Idle: 21.0W
 +
 +
 +===== Tags =====
 +[[meta:tags|How to add tags]]
 +{{tag>EXAMPLETAG}}
  • Last modified: 2024/10/15 09:17
  • by evs