Firebox M300

Installation instructions are in the commit message that added support for the device. In a later commit, FIT images were introduced with updated instructions.

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:

setenv OpenWrt_kernel watchguard_firebox-m300-fit-uImage.itb
setenv loadaddr 0x20000000
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'
saveenv
reset

Write the sdcard image to a USB flash drive, plug it into one of the M300's USB ports and turn on the device.

In U-Boot:

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;

When OpenWrt is done booting, scp the OpenWrt image to /tmp and write it to the SD card:

zcat /tmp/openwrt-qoriq-generic-watchguard_firebox-m300-squashfs-sdcard.img.gz | dd of=/dev/mmcblk0 bs=1M

If you have a backup archive, first mount the primary partition in OpenWrt:

mount /dev/mmcblk0p1 /mnt/

Then scp the backup archive to /mnt/sysupgrade.tgz.

Finally, reboot the device.

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 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:

<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
�

U-Boot 2014.07 (Aug 12 2015 - 13:55:34)

CPU0:  T2081E, Version: 1.1, (0x85390011)
Core:  e6500, Version: 2.0, (0x80400120)
Clock Configuration:
       CPU0:1500 MHz, CPU1:1500 MHz, CPU2:1500 MHz, CPU3:1500 MHz, 
       CCB:600  MHz,
       DDR:800  MHz (1600 MT/s data rate) (Asynchronous), IFC:150  MHz
       FMAN1: 600 MHz
       QMAN:  300 MHz
       PME:   600 MHz
L1:    D-cache 32 KiB enabled
       I-cache 32 KiB enabled
Reset Configuration Word (RCW):
       00000000: 0c08000f 0f000000 00000000 00000000
       00000010: f2000002 c0008000 fc027000 a1000000
       00000020: 00000000 00000000 00000000 000309fc
       00000030: 00000000 02000000 00000000 00000005
Board: T2081RDB, MB-M300 Ver.T07 2015-03-18
I2C:   ready
SPI:   ready
DRAM:  Initializing....using SPD
Detected UDIMM TS512MLK72W6H     
4 GiB (DDR3, 64-bit, CL=11, ECC on)
Flash: 4 MiB
L2:    2 MiB enabled
Corenet Platform Cache: 512 KiB enabled
Using SERDES1 Protocol: 242 (0xf2)
NAND:  0 MiB
MMC:   FSL_SDHC: 0
EEPROM: NXID v1
PCIe1: Root Complex, no link, regs @ 0xfe240000
PCIe1: Bus 00 - 00
PCIe2: Root Complex, no link, regs @ 0xfe250000
PCIe2: Bus 01 - 01
PCIe3: Root Complex, no link, regs @ 0xfe260000
PCIe3: Bus 02 - 02
PCIe4: Root Complex, no link, regs @ 0xfe270000
PCIe4: Bus 03 - 03
In:    serial
Out:   serial
Err:   serial
Net:   mdio_register: added 'FSL_MDIO0', read=7ff35090, write=7ff34fac
Fman1: Uploading microcode version 106.4.14
Init switch to forwarding mode... 
FM1@DTSEC1, FM1@DTSEC2, FM1@DTSEC3 [PRIME], FM1@DTSEC4, FM1@DTSEC10
WatchGuard U-Boot 2014.07 - Aug 12 2015 13:55:34--------------------------------------------------------------------------||||||||||||||||||||||||-------------------------------------------------------------------------++++Use the ^ and v keys to select which entry is highlighted.Press enter to boot the selected OS.WatchGuard (SYSA)                                                     WatchGuard (SYSB)                                                     WatchGuard (SAFE MODE)                                                WatchGuard (SYSA BOOTDRIVE)                                           Hit any key to stop autoboot (except ENTER): 10 
Booting SYSA
35434 bytes read in 142 ms (243.2 KiB/s)
5394657 bytes read in 452 ms (11.4 MiB/s)
(Re)start USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 1 USB Device(s) found
USB1:   USB EHCI 1.00
scanning bus 1 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found
WARNING: adjusting available memory to 30000000
## Booting kernel from Legacy Image at 01000000 ...
   Image Name:   Linux-3.12.19-rt30
   Created:      2019-03-22  18:38:51 UTC
   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
   Data Size:    5394593 Bytes = 5.1 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 00fc0000
   Booting using the fdt blob at 0xfc0000
   Uncompressing Kernel Image ... OK
   Loading Device Tree to 03fe4000, end 03fffa69 ... OK
[    0.000000] Reserving 24MB of memory at 232MB for crashkernel (System RAM: 4096MB)
[    0.000000] Using CoreNet Generic machine description
[    0.000000] MMU: Supported page sizes
[    0.000000]          4 KB as direct
[    0.000000]       1024 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] No /soc@ffe000000/qman@318000 property 'fsl,qman-fqd', using memblock_alloc(0000000000400000)
[    0.000000] No /soc@ffe000000/qman@318000 property 'fsl,qman-pfdr', using memblock_alloc(0000000002000000)
[    0.000000] Qman ver:0a01,03,01,02
[    0.000000] No /soc@ffe000000/bman@31a000 property 'fsl,bman-fbpr', using memblock_alloc(0000000001000000)
[    0.000000] Bman ver:0a02,02,01
[    0.000000] pme: No /soc@ffe000000/pme@316000 property 'fsl,pme-pdsr', using memblock_alloc(0x0000000001000000)
[    0.000000] pme: No /soc@ffe000000/pme@316000 property 'fsl,pme-sre', using memblock_alloc(0x0000000000a00000)
[    0.000000] No USDPAA memory, no 'usdpaa_mem' bootarg
[    0.000000] bootconsole [udbg0] enabled
[    0.000000] CPU maps initialized for 2 threads per core
[    0.000000] Starting Linux PPC64 #1 SMP Fri Mar 22 11:38:33 PDT 2019
[    0.000000] -----------------------------------------------------
[    0.000000] ppc64_pft_size                = 0x0
[    0.000000] physicalMemorySize            = 0x100000000
[    0.000000] ppc64_caches.dcache_line_size = 0x40
[    0.000000] ppc64_caches.icache_line_size = 0x40
[    0.000000] -----------------------------------------------------
 <- setup_system()
[    0.000000] Linux version 3.12.19-rt30 (release@cmrb03) (gcc version 4.8.3 (crosstool-NG 1.20.0) ) #1 SMP Fri Mar 22 11:38:33 PDT 2019
CF000012

Setup Arch
[    0.000000] [boot]0012 Setup Arch
[    0.000000] CoreNet Generic board from Freescale Semiconductor
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00000000-0x7fffffff]
[    0.000000]   Normal   [mem 0x80000000-0xffffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000-0xffffffff]
[    0.000000] MMU: Allocated 2112 bytes of context maps for 255 contexts
CF000015

Setup Done
[    0.000000] [boot]0015 Setup Done
[    0.000000] PERCPU: Embedded 12 pages/cpu @c000000007900000 s18496 r0 d30656 u131072
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1034240
[    0.000000] Kernel command line: root=/dev/mmcblk0p3 rw rootdelay=2 console=ttyS0,115200
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Sorting __ex_table...
[    0.000000] Memory: 3942828K/4194304K available (8360K kernel code, 1316K rwdata, 3096K rodata, 420K init, 2047K bss, 251476K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU debugfs-based tracing is enabled.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] NR_IRQS:512 nr_irqs:512 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.000000] clocksource: timebase mult[1aaaaaab] shift[24] registered
[    0.000000] Console: colour dummy device 80x25
[    0.000000]  WG CPU Model 2081 Count 8
[    0.000000]  Setting FSL Erratum A_005127
[    0.000000]  WG CRASH MIN RESERVE   24 MB
[    0.000000] 
[    0.000000] wg_kernel_init: Built Mar 22 2019 11:32:47
[    0.029193] pid_max: default: 32768 minimum: 301
[    0.033828] Mount-cache hash table entries: 256
[    0.042082] mpic: requesting IPIs...
[    0.045846] e6500 family performance monitor hardware support registered
[    0.055231] Brought up 8 CPUs
[    0.059785] xor: measuring software checksum speed
[    0.104525]    8regs     :  3021.000 MB/sec
[    0.148655]    8regs_prefetch:  2669.000 MB/sec
[    0.193131]    32regs    :  2409.000 MB/sec
[    0.237259]    32regs_prefetch:  2243.000 MB/sec
[    0.241790] xor: using function: 8regs (3021.000 MB/sec)
[    0.247212] NET: Registered protocol family 16
[    0.271093] Found FSL PCI host bridge at 0x0000000ffe240000. Firmware bus number: 0->0
[    0.278935] PCI host bridge /pcie@ffe240000  ranges:
[    0.283888]  MEM 0x0000000c00000000..0x0000000c1fffffff -> 0x00000000e0000000 
[    0.291103]   IO 0x0000000ff8000000..0x0000000ff800ffff -> 0x0000000000000000
[    0.298244] /pcie@ffe240000: PCICSRBAR @ 0xdf000007
[    0.303106] /pcie@ffe240000: Setup 64-bit PCI DMA window
[    0.308401] /pcie@ffe240000: DMA window size is 0xdf000007
[    0.313993] EDAC PCI0: Giving out device to module 'MPC85xx_edac' controller 'mpc85xx_pci_err': DEV 'ffe240000.pcie' (INTERRUPT)
[    0.325508] MPC85xx_edac acquired irq 20 for PCI Err
[    0.330435] MPC85xx_edac PCI err registered
[    0.334891] Found FSL PCI host bridge at 0x0000000ffe250000. Firmware bus number: 0->0
[    0.342729] PCI host bridge /pcie@ffe250000  ranges:
[    0.347685]  MEM 0x0000000c20000000..0x0000000c2fffffff -> 0x00000000e0000000 
[    0.354902]   IO 0x0000000ff8010000..0x0000000ff801ffff -> 0x0000000000000000
[    0.362038] /pcie@ffe250000: PCICSRBAR @ 0xff000007
[    0.366902] /pcie@ffe250000: Setup 64-bit PCI DMA window
[    0.372196] /pcie@ffe250000: WARNING: Outbound window cfg leaves gaps in memory map. Adjusting the memory map could reduce unnecessary bounce buffering.
[    0.385847] /pcie@ffe250000: DMA window size is 0xe0000000
[    0.391359] EDAC PCI1: Giving out device to module 'MPC85xx_edac' controller 'mpc85xx_pci_err': DEV 'ffe250000.pcie' (INTERRUPT)
[    0.402914] MPC85xx_edac acquired irq 21 for PCI Err
[    0.407841] MPC85xx_edac PCI err registered
[    0.412330] Found FSL PCI host bridge at 0x0000000ffe260000. Firmware bus number: 0->0
[    0.420167] PCI host bridge /pcie@ffe260000  ranges:
[    0.425121]  MEM 0x0000000c30000000..0x0000000c3fffffff -> 0x00000000e0000000 
[    0.432336]   IO 0x0000000ff8020000..0x0000000ff802ffff -> 0x0000000000000000
[    0.439476] /pcie@ffe260000: PCICSRBAR @ 0xff000007
[    0.444340] /pcie@ffe260000: Setup 64-bit PCI DMA window
[    0.449635] /pcie@ffe260000: WARNING: Outbound window cfg leaves gaps in memory map. Adjusting the memory map could reduce unnecessary bounce buffering.
[    0.463284] /pcie@ffe260000: DMA window size is 0xe0000000
[    0.468814] EDAC PCI2: Giving out device to module 'MPC85xx_edac' controller 'mpc85xx_pci_err': DEV 'ffe260000.pcie' (INTERRUPT)
[    0.480355] MPC85xx_edac acquired irq 22 for PCI Err
[    0.485279] MPC85xx_edac PCI err registered
[    0.489747] Found FSL PCI host bridge at 0x0000000ffe270000. Firmware bus number: 0->0
[    0.497583] PCI host bridge /pcie@ffe270000  ranges:
[    0.502537]  MEM 0x0000000c40000000..0x0000000c4fffffff -> 0x00000000e0000000 
[    0.509752]   IO 0x0000000ff8030000..0x0000000ff803ffff -> 0x0000000000000000
[    0.516894] /pcie@ffe270000: PCICSRBAR @ 0xff000007
[    0.521756] /pcie@ffe270000: Setup 64-bit PCI DMA window
[    0.527051] /pcie@ffe270000: WARNING: Outbound window cfg leaves gaps in memory map. Adjusting the memory map could reduce unnecessary bounce buffering.
[    0.540699] /pcie@ffe270000: DMA window size is 0xe0000000
[    0.546219] EDAC PCI3: Giving out device to module 'MPC85xx_edac' controller 'mpc85xx_pci_err': DEV 'ffe270000.pcie' (INTERRUPT)
[    0.557781] MPC85xx_edac acquired irq 23 for PCI Err
[    0.562697] MPC85xx_edac PCI err registered
[    0.581064] software IO TLB [mem 0x07fec000-0x0bfec000] (64MB) mapped at [c000000007fec000-c00000000bfebfff]
[    0.590815] PCI: Probing PCI hardware
[    0.594576] fsl-pci ffe240000.pcie: PCI host bridge to bus 0000:00
[    0.600685] pci_bus 0000:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x0000-0xffff])
[    0.609637] pci_bus 0000:00: root bus resource [mem 0xc00000000-0xc1fffffff] (bus address [0xe0000000-0xffffffff])
[    0.619982] pci_bus 0000:00: root bus resource [bus 00]
[    0.625231] pci 0000:00:00.0: ignoring class 0x0b2000 (doesn't match header type 01)
[    0.633190] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.641243] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    0.646549] fsl-pci ffe250000.pcie: PCI host bridge to bus 0001:00
[    0.652659] pci_bus 0001:00: root bus resource [io  0x21000-0x30fff] (bus address [0x0000-0xffff])
[    0.661609] pci_bus 0001:00: root bus resource [mem 0xc20000000-0xc2fffffff] (bus address [0xe0000000-0xefffffff])
[    0.671953] pci_bus 0001:00: root bus resource [bus 00]
[    0.677197] pci 0001:00:00.0: ignoring class 0x0b2000 (doesn't match header type 01)
[    0.685116] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.693160] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[    0.698463] fsl-pci ffe260000.pcie: PCI host bridge to bus 0002:00
[    0.704569] pci_bus 0002:00: root bus resource [io  0x32000-0x41fff] (bus address [0x0000-0xffff])
[    0.713523] pci_bus 0002:00: root bus resource [mem 0xc30000000-0xc3fffffff] (bus address [0xe0000000-0xefffffff])
[    0.723869] pci_bus 0002:00: root bus resource [bus 00]
[    0.729112] pci 0002:00:00.0: ignoring class 0x0b2000 (doesn't match header type 01)
[    0.737030] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.745078] pci 0002:00:00.0: PCI bridge to [bus 01-ff]
[    0.750382] fsl-pci ffe270000.pcie: PCI host bridge to bus 0003:00
[    0.756489] pci_bus 0003:00: root bus resource [io  0x43000-0x52fff] (bus address [0x0000-0xffff])
[    0.765443] pci_bus 0003:00: root bus resource [mem 0xc40000000-0xc4fffffff] (bus address [0xe0000000-0xefffffff])
[    0.775786] pci_bus 0003:00: root bus resource [bus 00]
[    0.781035] pci 0003:00:00.0: ignoring class 0x0b2000 (doesn't match header type 01)
[    0.788958] pci 0003:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.797003] pci 0003:00:00.0: PCI bridge to [bus 01-ff]
[    0.802268] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.807152] pci 0000:00:00.0:   bridge window [io  0x10000-0x1ffff]
[    0.813409] pci 0000:00:00.0:   bridge window [mem 0xc00000000-0xc1fffffff]
[    0.820391] pci 0001:00:00.0: PCI bridge to [bus 01]
[    0.825318] pci 0001:00:00.0:   bridge window [io  0x21000-0x30fff]
[    0.831578] pci 0001:00:00.0:   bridge window [mem 0xc20000000-0xc2fffffff]
[    0.838558] pci 0002:00:00.0: PCI bridge to [bus 01]
[    0.843488] pci 0002:00:00.0:   bridge window [io  0x32000-0x41fff]
[    0.849746] pci 0002:00:00.0:   bridge window [mem 0xc30000000-0xc3fffffff]
[    0.856731] pci 0003:00:00.0: PCI bridge to [bus 01]
[    0.861656] pci 0003:00:00.0:   bridge window [io  0x43000-0x52fff]
[    0.867916] pci 0003:00:00.0:   bridge window [mem 0xc40000000-0xc4fffffff]
[    0.885229] bio: create slab <bio-0> at 0
[    0.955024] raid6: altivecx1   922 MB/s
[    1.023099] raid6: altivecx2  1540 MB/s
[    1.091170] raid6: altivecx4  2543 MB/s
[    1.159268] raid6: altivecx8  2443 MB/s
[    1.227423] raid6: int64x1    432 MB/s
[    1.295470] raid6: int64x2    750 MB/s
[    1.363572] raid6: int64x4   1113 MB/s
[    1.431673] raid6: int64x8    979 MB/s
[    1.435333] raid6: using algorithm altivecx4 (2543 MB/s)
[    1.440636] raid6: using intx1 recovery algorithm
[    1.445447] Freescale Elo series DMA driver
[    1.449840] fsl-elo-dma ffe100300.dma: #0 (fsl,eloplus-dma-channel), irq 28
[    1.456757] fsl-elo-dma ffe100300.dma: #1 (fsl,eloplus-dma-channel), irq 29
[    1.463710] fsl-elo-dma ffe100300.dma: #2 (fsl,eloplus-dma-channel), irq 30
[    1.470665] fsl-elo-dma ffe100300.dma: #3 (fsl,eloplus-dma-channel), irq 31
[    1.477620] fsl-elo-dma ffe100300.dma: #4 (fsl,eloplus-dma-channel), irq 76
[    1.484575] fsl-elo-dma ffe100300.dma: #5 (fsl,eloplus-dma-channel), irq 77
[    1.491527] fsl-elo-dma ffe100300.dma: #6 (fsl,eloplus-dma-channel), irq 78
[    1.498476] fsl-elo-dma ffe100300.dma: #7 (fsl,eloplus-dma-channel), irq 79
[    1.506127] fsl-elo-dma ffe101300.dma: #0 (fsl,eloplus-dma-channel), irq 32
[    1.513043] fsl-elo-dma ffe101300.dma: #1 (fsl,eloplus-dma-channel), irq 33
[    1.519999] fsl-elo-dma ffe101300.dma: #2 (fsl,eloplus-dma-channel), irq 34
[    1.526952] fsl-elo-dma ffe101300.dma: #3 (fsl,eloplus-dma-channel), irq 35
[    1.533909] fsl-elo-dma ffe101300.dma: #4 (fsl,eloplus-dma-channel), irq 80
[    1.540861] fsl-elo-dma ffe101300.dma: #5 (fsl,eloplus-dma-channel), irq 81
[    1.547817] fsl-elo-dma ffe101300.dma: #6 (fsl,eloplus-dma-channel), irq 82
[    1.554771] fsl-elo-dma ffe101300.dma: #7 (fsl,eloplus-dma-channel), irq 83
[    1.562396] fsl-elo-dma ffe102300.dma: #0 (fsl,eloplus-dma-channel), irq 464
[    1.569400] fsl-elo-dma ffe102300.dma: #1 (fsl,eloplus-dma-channel), irq 465
[    1.576441] fsl-elo-dma ffe102300.dma: #2 (fsl,eloplus-dma-channel), irq 466
[    1.583481] fsl-elo-dma ffe102300.dma: #3 (fsl,eloplus-dma-channel), irq 467
[    1.590525] fsl-elo-dma ffe102300.dma: #4 (fsl,eloplus-dma-channel), irq 473
[    1.597564] fsl-elo-dma ffe102300.dma: #5 (fsl,eloplus-dma-channel), irq 474
[    1.604607] fsl-elo-dma ffe102300.dma: #6 (fsl,eloplus-dma-channel), irq 475
[    1.611647] fsl-elo-dma ffe102300.dma: #7 (fsl,eloplus-dma-channel), irq 476
[    1.619765] SCSI subsystem initialized
[    1.624041] usbcore: registered new interface driver usbfs
[    1.629517] usbcore: registered new interface driver hub
[    1.634832] usbcore: registered new device driver usb
[    1.639979] alloc_chrdev_region: 254:0   rtc
[    1.644222] alloc_chrdev_region: 253:0   pps
[    1.648422] pps_core: LinuxPPS API ver. 1 registered
[    1.653375] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.662573] alloc_chrdev_region: 252:0   ptp
[    1.666766] PTP clock support registered
[    1.670733] alloc_chrdev_region: 251:0   watchdog
[    1.675457] EDAC MC: Ver: 3.0.0
[    1.679015] Bman err interrupt handler present
[    1.684017] Bman portal initialised, cpu 0
[    1.688125] Bman portal initialised, cpu 1
[    1.692235] Bman portal initialised, cpu 2
[    1.696347] Bman portal initialised, cpu 3
[    1.700454] Bman portal initialised, cpu 4
[    1.704564] Bman portal initialised, cpu 5
[    1.708671] Bman portal initialised, cpu 6
[    1.712782] Bman portal initialised, cpu 7
[    1.716790] Bman portals initialised
[    1.720998] Qman err interrupt handler present
[    1.725506] QMan: Allocated lookup table at 8000000000000000, entry count 65537
[    1.733466] Qman portal initialised, cpu 0
[    1.737578] Qman portal initialised, cpu 1
[    1.741695] Qman portal initialised, cpu 2
[    1.745810] Qman portal initialised, cpu 3
[    1.749927] Qman portal initialised, cpu 4
[    1.754039] Qman portal initialised, cpu 5
[    1.758158] Qman portal initialised, cpu 6
[    1.762272] Qman portal initialised, cpu 7
[    1.766281] Qman portals initialised
[    1.769848] Qman reset info for 20 portals at c0000000f94bf400
[    1.775784] Bman: BPID allocator includes range 32:32
[    1.780843] Qman: FQID allocator includes range 256:512
[    1.785981] Qman: FQID allocator includes range 32768:32768
[    1.791623] Qman: CGRID allocator includes range 0:256
[    1.796840] Qman: pool channel allocator includes range 1025:15
[    1.803342] Switched to clocksource timebase
[    1.812506] FS-Cache: Loaded
[    1.815300] misc_register: 10,  63 cachefiles
[    1.819803] CacheFiles: Loaded
[    1.828641] NET: Registered protocol family 2
[    1.833252] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[    1.840673] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    1.847441] TCP: Hash tables configured (established 32768 bind 32768)
[    1.853974] TCP: reno registered
[    1.857122] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    1.863160] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    1.869742] NET: Registered protocol family 1
[    1.875655] audit: initializing netlink socket (disabled)
[    1.880986] type=2000 audit(1.636:1): initialized
[    2.049184] HugeTLB registered 1 MB page size, pre-allocated 0 pages
[    2.055462] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    2.061801] HugeTLB registered 16 MB page size, pre-allocated 0 pages
[    2.068235] HugeTLB registered 64 MB page size, pre-allocated 0 pages
[    2.074667] HugeTLB registered 256 MB page size, pre-allocated 0 pages
[    2.081187] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    2.096031] NTFS driver 2.1.30 [Flags: R/O].
[    2.100436] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    2.107589] msgmni has been set to 7702
[    2.113671] async_tx: api initialized (async)
[    2.118137] alloc_chrdev_region: 250:0   bsg
[    2.122328] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    2.129713] io scheduler noop registered
[    2.133623] io scheduler deadline registered
[    2.138006] io scheduler cfq registered (default)
[    2.178540] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.185774] serial8250.0: ttyS0 at MMIO 0xffe11c500 (irq = 36, base_baud = 18750000) is a 16550A
[    2.194496] console [ttyS0] enabled, bootconsole disabled
[    2.194496] console [ttyS0] enabled, bootconsole disabled
[    2.205656] serial8250.0: ttyS1 at MMIO 0xffe11c600 (irq = 36, base_baud = 18750000) is a 16550A
[    2.214838] serial8250.0: ttyS2 at MMIO 0xffe11d500 (irq = 37, base_baud = 18750000) is a 16550A
[    2.224018] serial8250.0: ttyS3 at MMIO 0xffe11d600 (irq = 37, base_baud = 18750000) is a 16550A
[    2.233081] ePAPR hypervisor byte channel driver
[    2.238160] misc_register: 10, 183 hw_random
[    2.246276] brd: module loaded
[    2.249339] misc_register: 10, 237 loop-control
[    2.255841] loop: module loaded
[    2.259162] st: Version 20101219, fixed bufsize 32768, s/g segs 256
[    2.266959] fefc00000.nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x001a00
[    2.277065] Amd/Fujitsu Extended Query Table at 0x0040
[    2.282223]   Amd/Fujitsu Extended Query version 1.3.
[    2.287280] number of CFI chips: 1
[    2.290804] 11 ofpart partitions found on MTD device fefc00000.nor
[    2.296989] Creating 11 MTD partitions on "fefc00000.nor":
[    2.302483] 0x000000000000-0x000000010000 : "NOR (RW) LANNER RCW Code"
[    2.309353] ftl_cs: FTL header not found.
[    2.313677] 0x000000010000-0x000000030000 : "NOR (RW) WG CFG0"
[    2.319717] ftl_cs: FTL header not found.
[    2.324017] 0x000000030000-0x000000040000 : "NOR (RW) WG CFG1"
[    2.330035] ftl_cs: FTL header not found.
[    2.334330] 0x000000040000-0x000000050000 : "NOR (RW) WG MFG DATA"
[    2.340691] ftl_cs: FTL header not found.
[    2.344995] 0x000000050000-0x000000100000 : "NOR (RW) WG bootOpt Data & reserved"
[    2.352873] ftl_cs: FTL header not found.
[    2.357174] 0x000000100000-0x0000001b0000 : "NOR (RW) WG extra reserved 1"
[    2.364445] ftl_cs: FTL header not found.
[    2.368750] 0x0000001b0000-0x000000260000 : "NOR (RW) WG extra reserved 2"
[    2.376021] ftl_cs: FTL header not found.
[    2.380326] 0x000000260000-0x000000320000 : "NOR (RW) WG U-Boot FAILSAFE"
[    2.387543] ftl_cs: FTL header not found.
[    2.391851] 0x000000320000-0x000000330000 : "NOR (RW) FMAN"
[    2.397608] ftl_cs: FTL header not found.
[    2.401912] 0x000000330000-0x000000340000 : "NOR (RW) WG U-Boot ENV"
[    2.408450] ftl_cs: FTL header not found.
[    2.412757] 0x000000340000-0x000000400000 : "NOR (RW) WG U-Boot Image"
[    2.419707] ftl_cs: FTL header not found.
[    2.424924] fsl_espi ffe110000.spi: master is unqueued, this is deprecated
[    2.432043] m25p80 spi32766.0: unrecognized JEDEC id ffffff
[    2.437634] fsl_espi ffe110000.spi: at 0x8000080080222000 (irq = 53)
[    2.446317] libphy: Fixed MDIO Bus: probed
[    2.451214] libphy: Freescale XGMAC MDIO Bus: probed
[    2.457107] libphy: Freescale XGMAC MDIO Bus: probed
[    2.462176] libphy: Freescale XGMAC MDIO Bus: probed
[    2.467237] libphy: Freescale XGMAC MDIO Bus: probed
[    2.472303] libphy: Freescale XGMAC MDIO Bus: probed
[    2.477367] libphy: Freescale XGMAC MDIO Bus: probed
[    2.482433] libphy: Freescale XGMAC MDIO Bus: probed
[    2.487493] libphy: Freescale XGMAC MDIO Bus: probed
[    2.492557] libphy: Freescale XGMAC MDIO Bus: probed
[    2.497623] libphy: Freescale XGMAC MDIO Bus: probed
[    2.514546] cpu1/1: > WARNING (FM) [CPU01, /builds/utm-12_4/src/589964/linux/drivers/net/ethernet/freescale/fman/Peripherals/FM/fm.c:3514 FM_Init]: 
[    2.527685] cpu1/1: Hack: No FM reset!
[    2.531610] cpu1/1: 

[    2.538314] Freescale FM module (Mar 22 2019:11:35:47), FMD API version 21.1.0
[    2.548716] Freescale FM Ports module (Mar 22 2019:11:35:49)
[    2.554383] dpaa_debugfs: FSL DPAA Ethernet debugfs entries ()
[    2.560247] dpaa_generic_debugfs: FSL DPAA Ethernet debugfs entries ()
[    2.566793] fsl_mac: fsl_mac: FSL FMan MAC API based driver ()
[    2.572859] fman_memac_init: IF_MODE    2
[    2.576934] fsl_mac ffe4e0000.ethernet: FMan MEMAC
[    2.581735] fsl_mac ffe4e0000.ethernet: FMan MAC address: 00:90:7f:d7:e3:07
[    2.588830] fman_memac_init: IF_MODE    2
[    2.592900] fsl_mac ffe4e2000.ethernet: FMan MEMAC
[    2.597698] fsl_mac ffe4e2000.ethernet: FMan MAC address: 00:90:7f:d7:e3:08
[    2.604804] fman_memac_init: IF_MODE 8006
[    2.608821] fsl_mac ffe4e4000.ethernet: FMan MEMAC
[    2.613619] fsl_mac ffe4e4000.ethernet: FMan MAC address: 00:90:7f:d7:e3:09
[    2.620715] fman_memac_init: IF_MODE 8006
[    2.624731] fsl_mac ffe4e6000.ethernet: FMan MEMAC
[    2.629528] fsl_mac ffe4e6000.ethernet: FMan MAC address: 00:90:7f:d7:e3:0a
[    2.636643] fman_memac_init: IF_MODE    2
[    2.640720] fsl_mac ffe4f2000.ethernet: FMan MEMAC
[    2.645518] fsl_mac ffe4f2000.ethernet: FMan MAC address: 00:90:7f:d7:e3:0b
[    2.652682] fsl_dpa: FSL DPAA Ethernet driver ()
[    2.660176] fsl_dpa: fsl_dpa: Probed interface eth0
[    2.667180] fsl_dpa: fsl_dpa: Probed interface eth1
[    2.674305] fsl_dpa: fsl_dpa: Probed interface eth2
[    2.681548] fsl_dpa: fsl_dpa: Probed interface eth3
[    2.688902] fsl_dpa: fsl_dpa: Probed interface eth4
[    2.693868] fsl_dpa_shared: FSL DPAA Shared Ethernet driver ()
[    2.699960] fsl_dpa_proxy: FSL DPAA Proxy initialization driver ()
[    2.706353] fsl_oh: FSL FMan Offline Parsing port driver ()
[    2.712180] alloc_chrdev_region: 247:0   uio
[    2.716926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.723791] ehci-pci: EHCI PCI platform driver
[    2.728671] fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
[    2.735308] fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1
[    2.752471] fsl-ehci fsl-ehci.0: irq 44, io mem 0xffe210000
[    2.767357] fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00
[    2.773269] hub 1-0:1.0: USB hub found
[    2.777044] hub 1-0:1.0: 1 port detected
[    2.781190] fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller
[    2.787824] fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2
[    2.804984] fsl-ehci fsl-ehci.1: irq 45, io mem 0xffe211000
[    2.819356] fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00
[    2.825217] hub 2-0:1.0: USB hub found
[    2.828984] hub 2-0:1.0: 1 port detected
[    2.833220] usbcore: registered new interface driver usbserial
[    2.839123] usbcore: registered new interface driver usbserial_generic
[    2.845719] usbserial: USB Serial support registered for generic
[    2.851794] usbcore: registered new interface driver pl2303
[    2.857430] usbserial: USB Serial support registered for pl2303
[    2.864093] i2c /dev entries driver
[    2.867867] mpc-i2c ffe118000.i2c: timeout 1000000 us
[    2.876900] rtc-rs5c372 0-0032: rs5c372a found, 24hr, driver version 0.6
[    2.891005] rtc-rs5c372 0-0032: rtc core: registered rtc-rs5c372 as rtc0
[    2.898343] mpc-i2c ffe118100.i2c: timeout 1000000 us
[    2.903606] mpc-i2c ffe119000.i2c: timeout 1000000 us
[    2.908856] mpc-i2c ffe119100.i2c: timeout 1000000 us
[    2.914299] booke_wdt: powerpc book-e watchdog driver loaded
[    2.919991] misc_register: 10, 130 watchdog
[    2.924396] md: raid6 personality registered for level 6
[    2.929712] md: raid5 personality registered for level 5
[    2.935024] md: raid4 personality registered for level 4
[    2.940337] Freescale(R) MPC85xx EDAC driver, (C) 2006 Montavista Software
[    2.948221] EDAC MC0: Giving out device to 'MPC85xx_edac' 'mpc85xx_mc_err': DEV mpc85xx_mc_err
[    2.956883] MPC85xx_edac acquired irq 490 for MC
[    2.961503] MPC85xx_edac MC err registered
[    2.966943] sdhci: Secure Digital Host Controller Interface driver
[    2.973129] sdhci: Copyright(c) Pierre Ossman
[    2.977487] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.984286] MJ: caps[0] : caps[1] = 0x34fa0000:0x00100010
[    2.989689] MJ: mmc->ocr_avail = 0x00300080, ocr_avail (host->ocr_mask) = 0x00300080
[    3.035355] mmc0: SDHCI controller on ffe114000.sdhc [ffe114000.sdhc] using ADMA
[    3.044284] Freescale USDPAA process driver
[    3.048470] fsl-usdpaa: no region found
[    3.052308] Freescale USDPAA process IRQ driver
[    3.056847] misc_register: 10,  62 fsl-usdpaa-irq
[    3.062136] fsl-pme ffe316000.pme: ver: 0x00100201
[    3.067137] Freescale pme2 db driver
[    3.070719] misc_register: 10,  61 pme_db
[    3.074808] Freescale pme2 scan driver
[    3.078564] misc_register: 10,  60 pme_scan
[    3.082824] fsl-pme2-scan: device pme_scan registered
[    3.088012] fsl-of-rman ffe1e0000.rman: Of-device /soc@ffe000000/rman@1e0000 initialized
[    3.088582] mmc0: new high speed SDHC card at address 59b4
[    3.088803] mmcblk0: mmc0:59b4 SDC   7.34 GiB 
[    3.093192]  mmcblk0: p1 p2 p3 p4 < p5 p6 p7 >
[    3.110591] fsl-of-rman ffe1e0000.rman: RMan inbound block0 initialized.
[    3.117401] fsl-of-rman ffe1e0000.rman: RMan inbound block1 initialized.
[    3.124203] fsl-of-rman ffe1e0000.rman: RMan inbound block2 initialized.
[    3.131007] fsl-of-rman ffe1e0000.rman: RMan inbound block3 initialized.
[    3.137965] Freescale hypervisor management driver
[    3.142789] fsl-hv: no hypervisor found
[    3.146799] TCP: cubic registered
[    3.150116] Initializing XFRM netlink socket
[    3.154820] NET: Registered protocol family 10
[    3.160005] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    3.165415] NET: Registered protocol family 17
[    3.169879] NET: Registered protocol family 15
[    3.174637] misc_register: 10,  59 cpu_dma_latency
[    3.179511] misc_register: 10,  58 network_latency
[    3.184378] misc_register: 10,  57 network_throughput
[    3.189964] misc_register: 10,  56 ubi_ctrl
[    3.194244] fsl_dpa_macless: FSL DPAA MACless Ethernet driver ()
[    3.200473] fsl_dpa_generic: FSL DPAA Generic Ethernet driver ()
[    3.208568] rtc-rs5c372 0-0032: setting system clock to 2020-09-22 16:43:15 UTC (1600792995)
[    3.217450] Waiting 2 sec before mounting root device...
[    5.223398] md: Waiting for all devices to be available before autodetect
[    5.230193] md: If you don't use raid, use raid=noautodetect
[    5.236198] md: Autodetecting RAID arrays.
[    5.240300] md: Scanned 0 and added 0 devices.
[    5.244746] md: autorun ...
[    5.247538] md: ... autorun DONE.
[    5.256326] EXT2-fs (mmcblk0p3): warning: mounting unchecked fs, running e2fsck is recommended
[    5.341911] VFS: Mounted root (ext2 filesystem) on device 179:3.
[    5.348047] Freeing unused kernel memory: 420K (c000000000b38000 - c000000000ba1000)
[    6.068621] Running /etc/runlevel/1/S02rootrw...Done.
[    6.153449] Running /etc/runlevel/1/S05mproc...Done.
[    6.154344] Running /etc/runlevel/1/S05sysfs...Done.
[    6.155184] Running /etc/runlevel/1/S10armled...Done.
[    6.164188] Running /etc/runlevel/1/S10diskpt...Done.
[    6.165952] Running /etc/runlevel/1/S18seed-random...Reseeded random generator
[    6.168574] Done.
[    6.180059] Running /etc/runlevel/2/S10var...Done.
[    6.181904] Running /etc/runlevel/2/S11shm...Done.
[    6.183467] Running /etc/runlevel/2/S13devpts...Done.
[    6.184309] Running /etc/runlevel/2/S14temp...Done.
[    6.184920] Running /etc/runlevel/2/S15hosts...Done.
[    6.187219] Running /etc/runlevel/2/S16pending...mke2fs 1.41.0 (10-Jul-2008)
[    6.239463] Filesystem label=
[    6.239560] OS type: Linux
[    6.239640] Block size=4096 (log=2)
[    6.239744] Fragment size=4096 (log=2)
[    6.239857] 146016 inodes, 583680 blocks
[    6.239975] 29184 blocks (5.00%) reserved for the super user
[    6.240152] First data block=0
[    6.240246] Maximum filesystem blocks=599785472
[    6.240386] 18 block groups
[    6.240468] 32768 blocks per group, 32768 fragments per group
[    6.240649] 8112 inodes per group
[    6.240748] Superblock backups stored on blocks: 
[    6.240894] 	32768, 98304, 163840, 229376, 294912
[    6.241040] 
[    6.241079] Writing inode tables:  0/18 1/18 2/18 3/18 4/18 5/18 6/18 7/18 8/18 9/1810/1811/1812/1813/1814/1815/1816/1817/18done                            
[    6.285610] Writing superblocks and filesystem accounting information: done
[   13.593305] 
[   13.593350] This filesystem will be automatically checked every 30 mounts or
[   13.593579] 180 days, whichever comes first.  Use tune2fs -c or -i to override.
[   13.620139] Done.
[   13.620213] Running /etc/runlevel/2/S18data...fsck 1.41.0 (10-Jul-2008)
[   13.646868] e2fsck 1.41.0 (10-Jul-2008)
[   13.655494] /dev/wgrd.sysa_data: recovering journal
[   14.055029] /dev/wgrd.sysa_data: clean, 1492/48672 files, 86465/194560 blocks
[   13.840216] kjournald starting.  Commit interval 5 seconds
[   13.848149] EXT3-fs (mmcblk0p5): using internal journal
[   13.853380] EXT3-fs (mmcblk0p5): mounted filesystem with ordered data mode
[   14.086468] Done.
[   14.086535] Running /etc/runlevel/2/S18data2...fsck 1.41.0 (10-Jul-2008)
[   14.094238] e2fsck 1.41.0 (10-Jul-2008)
[   14.110217] /dev/wgrd.data2: recovering journal
[   14.158656] /dev/wgrd.data2: clean, 12/197200 files, 29948/788480 blocks
[   14.058925] kjournald starting.  Commit interval 5 seconds
[   14.066132] EXT3-fs (mmcblk0p7): using internal journal
[   14.071365] EXT3-fs (mmcblk0p7): mounted filesystem with ordered data mode
[   14.304388] Done.
[   14.304451] Running /etc/runlevel/2/S18hotplug...Done.
[   14.335309] Running /etc/runlevel/2/S18kdump...Modified cmdline:"console=ttyS0,115200" elfcorehdr=247192K root=/dev/mmcblk0p3 
[   14.755715] segment[0].mem:0xe800000 memsz:9789440
[   14.755938] segment[1].mem:0xf156000 memsz:65536
[   14.756117] segment[2].mem:0xf166000 memsz:4096
[   14.756291] segment[3].mem:0xf167000 memsz:36864
[   14.756469] segment[4].mem:0xffed000 memsz:77824
[   15.422974] Done.
[   15.423056] Running /etc/runlevel/2/S19caam...[   15.216380] platform caam_qi.0: Linux CAAM Queue I/F driver initialised
[   15.223011] caam ffe300000.crypto: Entropy delay = 3200
[   15.228248] caam ffe300000.crypto: Instantiated RNG4 SH0
[   15.254991] caam ffe300000.crypto: Instantiated RNG4 SH1
[   15.260542] caam ffe300000.crypto: device ID = 0x0a13020000000000 (Era 6)
[   15.267340] caam ffe300000.crypto: job rings = 4, qi = 1
[   15.282736] caam_jr ffe301000.jr: registering rng-caam
[   15.629002] caam algorithms registered in /proc/crypto
[   17.080282] platform caam_qi.0: fsl,sec-v5.2 algorithms registered in /proc/crypto
[   17.093826] caam ffe300000.crypto: fsl,sec-v5.2 algorithms registered in /proc/crypto
Done.
[   17.327866] Running /etc/runlevel/2/S19ipv6...disabling IPv6 autoconf for all
[   17.329328] disabling IPv6 autoconf for default
[   17.329469] enable IPv6 forwarding for all
[   17.329595] enable IPv6 forwarding for default
[   17.329736] disabling IPv6 for all
[   17.329839] disabling IPv[   17.127555] usbcore: registered new interface driver usb-storage
6 for default
[   17.329951] Done.
[   17.3300[   17.138361] wgipc: module license 'Watchguard Proprietary' taints kernel.
03] Running /etc[   17.145536] Disabling lock debugging due to kernel taint
/runlevel/2/S19platform...Done.
[   17.330617] Running /etc/runlevel/2/S20adminhome...Done.
[ [   17.160030] 
[   17.160030] wg_dsa_init: Built Mar 22 2019 11:40:16CPU 2081 SW 1 Flags 2929
[   17.160030] 
  17.331938] Run[   17.170567] wg_dsa_init: mdio found ffe4fc000.mdio
ning /etc/runlev[   17.176674] wg_dsa_init: Rename eth4 -> eth10
el/2/S20cleanup-dbg...Done.
[   17.333112] Running /etc/runlevel/2/S20gwc...Done.
[   17.334482] Running /etc/runlevel/2/S20sigs...Done.
[   17.343341] Running /etc/runlevel/2/S20usb...Done.
[   17.360766[   17.199515] wg_dsa_init: Rename eth3 -> eth11
] Running /etc/runlevel/2/S20wgbase...Done.
[   17.380207] Running /etc/runlevel/2/S21eth...[   17.219474] wg_dpaa_set_L2_off: eth10 L2 off 2
[   17.224102] Distributed Switch Architecture driver version 0.1
[   17.231120] mv88e6123_61_65_probe: SW16  88E6171
[   17.235741] eth10[0]: detected a Marvell 88E6171 switch
[   17.531376] libphy: dsa slave smi: probed
[   17.535424] dsa_slave_create: eth3 Marvell headers enabled, len 16
[   17.560023] dsa_slave_create: eth4 Marvell headers enabled, len 16
[   17.584534] dsa_slave_create: eth5 Marvell headers enabled, len 16
[   17.609006] wg_dsa_init: Split sw10 code 0 dsa c00000007c7c6100
[   17.614963] wg_dsa_init: Rename eth10 -> sw10
[   17.639511] device sw10 entered promiscuous mode
[   17.644168] dsa_change_master_mtu: sw10 MTU 1506
[   17.648791] wg_dpaa_set_L2_off: eth11 L2 off 2
[   17.654607] mv88e6123_61_65_probe: SW17  88E6171
[   17.659234] eth11[0]: detected a Marvell 88E6171 switch
[   17.952282] libphy: dsa slave smi: probed
[   17.956327] dsa_slave_create: eth6 Marvell headers enabled, len 16
[   17.980847] dsa_slave_create: eth7 Marvell headers enabled, len 16
[   18.005357] wg_dsa_init: Split sw11 code 0 dsa c0000000f71b5400
[   18.011287] wg_dsa_init: Rename eth11 -> sw11
[   18.035506] device sw11 entered promiscuous mode
[   18.040159] dsa_change_master_mtu: sw11 MTU 1506
Done.
[   20.271901] Running /etc/runlevel/2/S22hwmon...[   20.060938] hwmon_vid: Unknown VRM version of your CPU
[   20.068010] misc_register: 10, 212 watchdog1
[   20.072430] w83793 0-002d: Registered watchdog chardev major 10, minor: 212
[   20.079677] w83793 0-002c: set bank to 248 failed, fall back to bank 251, read reg 0xc error
[   20.088272] w83793 0-002c: duplicate addresses 0x48, use force_subclients
Done.
[   20.321435] Running /etc/runlevel/2/S22login...Done.
[   20.322267] Running /etc/runlevel/2/S22rtc...Done.
[   20.332297] Running /etc/runlevel/2/S23pppoe...[   20.115532] PPP generic driver version 2.4.2
[   20.126096] PPP MPPE Compression module registered
[   20.132257] PPP Deflate Compression module registered
[   20.138379] NET: Registered protocol family 24
Done.
[   20.371929] Running /etc/runlevel/2/S23sslvpn...[   20.151585] tun: Universal TUN/TAP device driver, 1.6
[   20.156650] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   20.162840] misc_register: 10, 200 tun
Done.
[   20.392794] Running /etc/runlevel/2/S24fmcsetup...[   20.489934] FM-0-port-1g-RX-0  [ 0] START 0 NIA 0x00440000
[   20.496204] FM-0-port-1g-RX-1  [ 1] START 0 NIA 0x00440000
[   20.502829] FM-0-port-1g-RX-2  [ 2] START 0 NIA 0x00440020
[   20.509088] FM-0-port-1g-RX-3  [ 3] START 0 NIA 0x00440020
[   20.515347] FM-0-port-10g-RX-1 [ 1] START 0 NIA 0x00440000
FMC Model M300
[   20.886499] Done.
[   20.886629] Running /etc/runlevel/2/S24l2[   20.666311] l2tp_core: L2TP core driver, V2.0
tpvpn...[   20.674647] l2tp_netlink: L2TP netlink interface
[   20.683730] l2tp_ppp: PPPoL2TP kernel driver, V2.0
Done.
[   20.914597] Running /etc/runlevel/2/S24nginx...Done.
[   20.915517] Running /etc/runlevel/2/S25core...Done.
[   20.916771] Running /etc/runlevel/2/S25wgcfg...Info: No conversion required from version 12.4.0 to 12.4.0.
[   21.371966] Done.
[   21.372084] Running /etc/runlevel/2/S27cfgcheck...[   22.043486] fsl_dpa ethernet.22 sw10: link up, 1000 Mb/s, full duplex, flow control disabled
[   22.051965] fsl_dpa ethernet.21 sw11: link up, 1000 Mb/s, full duplex, flow control disabled
Config ok
[   22.463346] Done.
[   22.463433] Running /etc/runlevel/2/S29wgcore...Done.
[   22.474062] Running /etc/runlevel/2/S30backup...Done.
[   22.476380] Running /etc/runlevel/2/S30net...[   22.265908] Bridge firewalling registered
[   22.274250] Ebtables v2.0 registered
[   22.293817] gre: GRE over IPv4 demultiplexor driver
[   22.305676] ip_gre: GRE over IPv4 tunneling driver
[   22.312169] bvpn vif handlers are registered
[   22.319871] IPv4 over IPSec tunneling driver
[   22.333662] 8021q: 802.1Q VLAN Support v1.8
[   22.364128] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[   22.371288] bonding: MII link monitoring set to 100 ms
Done.
[   22.605593] Running /etc/runlevel/2/S30upgrade...Done.
[   22.609160] Running /etc/runlevel/2/S31cacert...Done.
[   22.613044] Running /etc/runlevel/2/S31cert...Done.
[   22.666302] Running /etc/runlevel/2/S31crypto...Done.
[   22.670525] Running /etc/runlevel/2[   22.448069] Netfilter messages via NETLINK v0.30.
/S31xtables...[   22.459106] ip_set: protocol 6
[   22.532395] nf_conntrack version 0.5.0 (30814 buckets, 123256 max)
[   22.538613] nf_conntrack_init_start: conntrack max=123256 high water mark=98604
[   22.554970] ip_tables: (C) 2000-2006 Netfilter Core Team
[   22.571148] nf_ct_ftp: Maximum expected value 1
[   22.599893] ctnetlink v0.93: registering with nfnetlink.
[   22.663794] arp_tables: (C) 2002 David S. Miller
[   22.683544] u32 classifier
[   22.686252]     input device check on
[   22.689918]     Actions configured
[   22.703864] Mirror/redirect action on
Done.
[   22.935850] Running /etc/runlevel/2/S31xtables6...Done.
[   22.949749] Running /etc/runlevel/2/S32auth...Done.
[   22.962250] Running /etc/runlevel/2/S32clst...Done.
[   22.991284] Running /etc/runlevel/2/S32modemdrivers...[   22.777328] usbcore: registered new interface driver option
[   22.783080] usbserial: USB Serial support registered for GSM modem (1-port)
[   22.793447] usbcore: registered new interface driver wg_sierra
[   22.799468] usbserial: USB Serial support registered for Sierra USB modem
[   22.809357] usbcore: registered new interface driver cdc_wdm
[   22.819210] usbcore: registered new interface driver cdc_acm
[   22.824891] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   22.835838] usbcore: registered new interface driver GobiSerial
[   22.841929] usbserial: USB Serial support registered for GobiSerial
[   22.848218] GobiSerial: 2013-10-08/NTGR_2.12:GobiSerial
[   22.863015] usbcore: registered new interface driver cdc_ether
[   22.871691] usbcore: registered new interface driver rndis_host
[   22.880718] usbcore: registered new interface driver sierra_net
[   22.897101] GobiNet: 2013-10-08/NTGR_2.21
[   22.901285] usbcore: registered new interface driver GobiNet
[   22.911784] usbcore: registered new interface driver qmi_wwan
[   22.921383] usbcore: registered new interface driver cdc_ncm
[   22.928354] usbcore: registered new interface driver huawei_cdc_ncm
Done.
[   23.160708] Running /etc/[   22.937667] nf_fastpath: Loaded
runlevel/2/S32wgxt...[   22.945819] ipt_addrpairs_6 v0.1.0: Loading
[   22.956832] xt_session6 : Loading
[   22.960167] xt_session6 : Loaded limit 1000 hash 1024 WG IPC ID 184549376 (0x0B000000)
[   22.979187] ipt_addrpairs: ADDRPAIRS SCALE Set MAX 16384 Entry Max 16384
[   22.985918] ipt_addrpairs: v1.0.0 Loaded
[   22.994848] xt_ifset: Loaded with set limit 5000 and entry limit 5000
[   23.002223] xt_classify : Loaded
[   23.006348] xt_master: Loaded
[   23.010314] xt_MASTER: Loaded
[   23.014348] xt_WGTEE: Loaded
[   23.018730] Schedule: Loaded
[   23.022597] xt_POLICY: Loaded
[   23.026605] xt_policy : Loaded
[   23.030732] xt_EXPIRES: Loaded
[   23.034867] xt_IPPRECEDENCE: Loaded
[   23.044492] xt_PKTCACHE: Loaded
[   23.056585] xt_session : Loaded limit 1000 hash 1024 WG IPC ID 92274688 (0x05800000)
[   23.075006] xt_CONNCLASSIFY: Loaded
[   23.079506] xt_connclassify : Loaded
[   23.086075] xt_ipspoof : Loaded
[   23.099838] xt_LBDNAT: Loaded
[   23.109923] xt_MWAN: Loaded
[   23.117701] xt_psd: Loaded
[   23.122603] xt_ipsd: Loaded
[   23.127513] xt_ddos: Loaded
[   23.132633] xt_dos: Loaded
[   23.140084] xt_wgaccount: Loaded
[   23.158847] xt_block : Loaded limit 1000 hash 1024 WG IPC ID 155189248
[   23.167548] xt_localroute: Loaded
[   23.172672] xt_duplicate: Loaded
[   23.181584] xt_WGCLASSIFY: Loaded
[   23.203042] xt_fqdn : Loading
[   23.210796] devsec : Loaded limit 1000 hash 1024 WGIPC ID 260046848 (0x0F800000)
[   23.222387] GEO:xt_geo_init:902 Loaded limit 300 hash 256 WGIPC ID 272629760 (0x10400000)
[   23.235052] xt_sdwan: Loaded
[   23.239137] xt_WGCT: Loaded
Done.
[   23.468016] Running /etc/runlevel/2/S33appID...[   23.358640] * Make sure sizeof(struct sw_struct)=128 is consistent
[   23.369192] WG workqueue: Loaded
[   23.386152] Loaded
Done.
[   23.614292] Running /etc/runlevel/2/S35nropen...updated /proc/sys/fs/nr_o[   23.395373] Proxy glue: Loaded 11:57:50 (248)
pen with new value: 2097152
[   23.615278] Done.
[   23.615360] Running /etc/runlevel/2/S35proxy...Setting the proxy tmpfs size to size=962m.
[   24.957338] /usr/bin/pxyhelper returned 0
[   24.957473] Done.
[   24.957602] Running /etc/runlevel/2/S35scand...Done.
[   24.972433] Running /etc/runlevel/2/S36dynroute...Done.
[   24.973266] Running /etc/runlevel/2/S42ssh...Done.
[   24.974673] Running /etc/runlevel/2/S44sysb...Done.
[   24.978713] Running /etc/runlevel/2/S45clientless...Done.
[   24.979518] Running /etc/runlevel/2/S45portald...Done.
[   24.981147] Running /etc/runlevel/2/S50nettune...Setting IPv4 route garbage collection timeout to 2 minutes
[   24.982374] Setting promote_secondaries to 1
[   24.982507] Setting icmp_errors_use_inbound_ifaddr to 1
[   24.982669] Done.
[   24.982748] Running /etc/runlevel/2/S80seed-random...Saved random seed
[   25.111156] Done.
[   25.111244] Running /etc/runlevel/2/S90bootmon...Done.
[   25.125776] Running /etc/runlevel/2/S90kcrashrep...Done.
[   25.199475] Running /etc/runlevel/2/S98setmacs...setting device eth0 to 00:90:7f:d7:e3:07
[   25.273364] setting device eth1 to 00:90:7f:d7:e3:08
[   25.273533] setting device eth2 to 00:90:7f:d7:e3:09
[   25.273693] setting device eth3 to 00:90:7f:d7:e3:0a
[   25.273875] setting device eth4 to 00:90:7f:d7:e3:0b
[   25.274042] setting device eth5 to 00:90:7f:d7:e3:0c
[   25.274196] setting device eth6 to 00:90:7f:d7:e3:0d
[   25.274379] setting device eth7 to 00:90:7f:d7:e3:0e
[   25.274540] Done.
[   25.274602] Running /etc/runlevel/2/S99igmp...Done.
[   25.274763] Running /etc/runlevel/2/S99rootro...Done.
[   26.046693] Running /etc/runlevel/3/S80chkupgrade...Done.
[   30.763853] Running /etc/runlevel/4/S51armled...Done.
[   30.772927] Running /etc/runlevel/4/S81ckwebupload...Done.


Secondary login: 
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/04/17 20:42
  • by stintel