Problems upgrading WatchGuard Firebox M300 to 25.12

I just upgraded a WatchGuard Firebox M300 from 24.10.5 to 25.12.0. Upgrade completed, but networking is all messed up now.

The device has eight Ethernet ports. Three (designated eth0-eth2) are independently configurable, five (designated sweth3@eth4-sweth7@eth4) are in a switch configuration. There’s also an eth3 port, which somehow has the same MAC address as sweth3@eth4. I am not sure what to make of this.

Prior to upgrade, the networking was configured as follows:

  • eth0: WAN (DHCP client)
  • eth1: static 10.0.0.1, reserved for future use (no DHCP or firewall settings)
  • eth2: static 10.0.0.2, reserved for future use (no DHCP or firewall settings)
  • sweth3@eth4-sweth7@eth4: LAN bridge

Following upgrade, the device appears to no longer be aware of the switch. The LAN bridge, previously defined as:

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'sweth3@eth4'
        list ports 'sweth4@eth4'
        list ports 'sweth5@eth4'
        list ports 'sweth6@eth4'
        list ports 'sweth7@eth4'

now appears as follows:

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'eth3'
        list ports 'eth4'

ip a outputs information about five ports, eth0 through eth4.

The console is flooded with repeated messages:

[  676.530319] br-lan: port 1(eth3) entered forwarding state
[  676.539027] fsl_dpaa_mac ffe4e6000.ethernet eth4: configuring for fixed/rgmii link mode
[  676.547199] fsl_dpaa_mac ffe4e6000.ethernet eth4: Link is Up - 1Gbps/Full - flow control off
[  676.548894] br-lan: port 2(eth4) entered blocking state
[  676.560976] br-lan: port 2(eth4) entered disabled state
[  676.566235] fsl_dpaa_mac ffe4e6000.ethernet eth4: entered allmulticast mode
[  676.573356] fsl_dpaa_mac ffe4e6000.ethernet eth4: entered promiscuous mode
[  676.580318] br-lan: port 2(eth4) entered blocking state
[  676.585564] br-lan: port 2(eth4) entered forwarding state
[  676.614891] net_ratelimit: 928610 callbacks suppressed
[  676.614908] br-lan: received packet on eth3 with own address as source address (addr:00:90:7f:d2:d1:a9, vlan:0)
[  676.614996] br-lan: received packet on eth4 with own address as source address (addr:00:90:7f:d2:d1:a9, vlan:0)
[  676.620173] br-lan: received packet on eth3 with own address as source address (addr:00:90:7f:d2:d1:a9, vlan:0)
[  676.630305] br-lan: received packet on eth4 with own address as source address (addr:00:90:7f:d2:d1:a9, vlan:0)
[  676.640362] br-lan: received packet on eth3 with own address as source address (addr:00:90:7f:d2:d1:a9, vlan:0)
[  676.650466] br-lan: received packet on eth4 with own address as source address (addr:00:90:7f:d2:d1:a9, vlan:0)
[  676.654936] fsl_dpaa_mac ffe4e0000.ethernet eth1: PHY [0x0000000ffe4fc000:01] driver [Marvell 88E1545] (irq=POLL)
[  676.654952] fsl_dpaa_mac ffe4e0000.ethernet eth1: configuring for inband/sgmii link mode
[  676.660570] br-lan: received packet on eth3 with own address as source address (addr:00:90:7f:d2:d1:a9, vlan:0)
[  676.670663] br-lan: received packet on eth4 with own address as source address (addr:00:90:7f:d2:d1:a9, vlan:0)
[  676.680765] br-lan: received packet on eth3 with own address as source address (addr:00:90:7f:d2:d1:a9, vlan:0)
[  676.691036] br-lan: received packet on eth4 with own address as source address (addr:00:90:7f:d2:d1:a9, vlan:0)
[  676.814942] fsl_dpaa_mac ffe4e2000.ethernet eth2: PHY [0x0000000ffe4fc000:02] driver [Marvell 88E1545] (irq=POLL)
[  676.825265] fsl_dpaa_mac ffe4e2000.ethernet eth2: configuring for inband/sgmii link mode
[  676.904947] fsl_dpaa_mac ffe4f2000.ethernet eth0: PHY [0x0000000ffe4fc000:00] driver [Marvell 88E1545] (irq=POLL)
[  676.915266] fsl_dpaa_mac ffe4f2000.ethernet eth0: configuring for inband/sgmii link mode

Removing the list ports 'eth3' line from the bridge definition gets rid of errors, but none of the LAN ports (including eth4, explicitly defined as a member of the LAN bridge) respond to network connections (no light activity, no response to SSH connections).

I would appreciate any ideas about what went wrong and how to fix it.

Looking at commits for the qoriq target you may want to look into this commit as the possible issue: https://git.openwrt.org/openwrt/openwrt/commit/?id=335252c977900d675c0b6b4be8b019802416429c

Looking at other targets that use DSA switches it appears that even if the switch driver is a module the kernel configuration still needs the CONFIG_NET_DSA=y definition.

So, short of a custom build, there’s no way of fixing it for the time being?

Separately, is there any chance build configuration could be adjusted in a future interim release?

I’ll try to find time this weekend to test a patch and submit for future 25.12.1 patch release. Or you could revert the commit and build yourself to test. Have you submitted a bug report?

A test build is entirely beyond my skillset, unfortunately… And no, I have not submitted a bug report, as I was not yet sure this is actually a bug as opposed to a configuration issue that I might be able to work through with some direction.

Can you determine if the switch driver was loaded? Try the following command:

lsmod | grep mv88

If the switch kernel module was actually installed you should see a result. Also can you post the results of dmesg? I’m having trouble locating where I stashed by M300 unit!

I rolled back to 24.10 for the time being. Give me a few hours, I will re-upgrade and post everything you ask for.

Looks like it’s a yes:

BusyBox v1.37.0 (2026-03-03 00:14:15 UTC) built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 25.12.0, r32713-f919e7899d Dave's Guitar
 -----------------------------------------------------

root@OpenWrt:~# lsmod | grep mv88
dsa_core              126976  2 tag_dsa,mv88e6xxx
mv88e6xxx             184320  5
root@OpenWrt:~#

Sure. Will have to split it though to get around message size limitation. Part One:

root@OpenWrt:~# dmesg
[    0.000000] OF: reserved mem: 0x00000000ff000000..0x00000000ffffffff (16384 KiB) map non-reusable bman-fbpr
[    0.000000] OF: reserved mem: 0x00000000fec00000..0x00000000feffffff (4096 KiB) map non-reusable qman-fqd
[    0.000000] OF: reserved mem: 0x00000000fc000000..0x00000000fdffffff (32768 KiB) map non-reusable qman-pfdr
[    0.000000] Activating Kernel Userspace Access Protection
[    0.000000] Activating Kernel Userspace Execution Prevention
[    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 6.12.71 (builder@buildhost) (powerpc64-openwrt-linux-musl-gcc (OpenWrt GCC 14.3.0 r32713-f919e7899d) 14.3.0, GNU ld (GNU Binutils) 2.44) #0 SMP Tue Mar  3 00:14:15 2026
[    0.000000] Hardware name: WatchGuard Firebox M300 e6500 0x80400120 CoreNet Generic
[    0.000000] Found legacy serial port 0 for /soc@ffe000000/serial@11c500
[    0.000000]   mem=ffe11c500, taddr=ffe11c500, irq=0, clk=300000000, speed=0
[    0.000000] Found legacy serial port 1 for /soc@ffe000000/serial@11c600
[    0.000000]   mem=ffe11c600, taddr=ffe11c600, irq=0, clk=300000000, speed=0
[    0.000000] Found legacy serial port 2 for /soc@ffe000000/serial@11d500
[    0.000000]   mem=ffe11d500, taddr=ffe11d500, irq=0, clk=300000000, speed=0
[    0.000000] Found legacy serial port 3 for /soc@ffe000000/serial@11d600
[    0.000000]   mem=ffe11d600, taddr=ffe11d600, irq=0, clk=300000000, speed=0
[    0.000000] printk: legacy bootconsole [udbg0] enabled
[    0.000000] CPU maps initialized for 2 threads per core
[    0.000000]  (thread shift is 1)
[    0.000000] Allocated 1856 bytes for 8 pacas
[    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 0xc00000000081d73c. Use early_ioremap() instead
[    0.000000] CoreNet Generic board
[    0.000000] barrier-nospec: using isync; sync as speculation barrier
[    0.000000] barrier-nospec: patched 168 locations
[    0.000000] Top of RAM: 0x100000000, Total RAM: 0x100000000
[    0.000000] Memory hole size: 0MB
[    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 19 pages/cpu s40216 r0 d37608 u131072
[    0.000000] pcpu-alloc: s40216 r0 d37608 u131072 alloc=1*1048576
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[    0.000000] Kernel command line: root=/dev/mmcblk0p2 rw rootdelay=2 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] Built 1 zonelists, mobility grouping on.  Total pages: 1048576
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    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] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] time_init: decrementer frequency = 37.500000 MHz
[    0.000000] time_init: processor frequency   = 1500.000000 MHz
[    0.000002] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x8a60dd6a9, max_idle_ns: 440795204056 ns
[    0.010231] clocksource: timebase mult[1aaaaaab] shift[24] registered
[    0.016673] clockevent: decrementer mult[999999a] shift[32] cpu[0]
[    0.018977] Console: colour dummy device 80x25
[    0.023374] pid_max: default: 32768 minimum: 301
[    0.029898] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.037223] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.047851] rcu: Hierarchical SRCU implementation.
[    0.052555] rcu:     Max phase no-delay instances is 1000.
[    0.057921] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.066214] smp: Bringing up secondary CPUs ...
[    0.070956] Activating Kernel Userspace Access Protection
[    0.076711] Activating Kernel Userspace Access Protection
[    0.082392] Activating Kernel Userspace Access Protection
[    0.088101] Activating Kernel Userspace Access Protection
[    0.093776] Activating Kernel Userspace Access Protection
[    0.099484] Activating Kernel Userspace Access Protection
[    0.105183] Activating Kernel Userspace Access Protection
[    0.110638] smp: Brought up 1 node, 8 CPUs
[    0.114820] Memory: 4045768K/4194304K available (11552K kernel code, 992K rwdata, 1612K rodata, 1712K init, 330K bss, 142880K reserved, 0K cma-reserved)
[    0.133582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.143347] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.152678] Machine: WatchGuard Firebox M300
[    0.156869] SoC family: QorIQ T2080
[    0.160337] SoC ID: svr:0x85390011, Revision: 1.1
[    0.169342] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.175801] thermal_sys: Registered thermal governor 'step_wise'
[    0.175866] cpuidle: using governor teo
[    0.196786] Found FSL PCI host bridge at 0x0000000ffe240000. Firmware bus number: 0->0
[    0.204628] PCI host bridge /pcie@ffe240000  ranges:
[    0.209584]  MEM 0x0000000c00000000..0x0000000c1fffffff -> 0x00000000e0000000
[    0.216799]   IO 0x0000000ff8000000..0x0000000ff800ffff -> 0x0000000000000000
[    0.223954] /pcie@ffe240000: PCICSRBAR @ 0xdf000007
[    0.228797] setup_pci_atmu: end of DRAM 100000000
[    0.233491] /pcie@ffe240000: Setup 64-bit PCI DMA window
[    0.238787] /pcie@ffe240000: DMA window size is 0xdf000007
[    0.244548] Found FSL PCI host bridge at 0x0000000ffe250000. Firmware bus number: 0->0
[    0.252388] PCI host bridge /pcie@ffe250000  ranges:
[    0.257345]  MEM 0x0000000c20000000..0x0000000c2fffffff -> 0x00000000e0000000
[    0.264565]   IO 0x0000000ff8010000..0x0000000ff801ffff -> 0x0000000000000000
[    0.271702] /pcie@ffe250000: PCICSRBAR @ 0xff000007
[    0.276555] setup_pci_atmu: end of DRAM 100000000
[    0.281252] /pcie@ffe250000: Setup 64-bit PCI DMA window
[    0.286548] /pcie@ffe250000: WARNING: Outbound window cfg leaves gaps in memory map. Adjusting the memory map could reduce unnecessary bounce buffering.
[    0.300201] /pcie@ffe250000: DMA window size is 0xe0000000
[    0.305964] Found FSL PCI host bridge at 0x0000000ffe260000. Firmware bus number: 0->0
[    0.313804] PCI host bridge /pcie@ffe260000  ranges:
[    0.318760]  MEM 0x0000000c30000000..0x0000000c3fffffff -> 0x00000000e0000000
[    0.325976]   IO 0x0000000ff8020000..0x0000000ff802ffff -> 0x0000000000000000
[    0.333118] /pcie@ffe260000: PCICSRBAR @ 0xff000007
[    0.337972] setup_pci_atmu: end of DRAM 100000000
[    0.342668] /pcie@ffe260000: Setup 64-bit PCI DMA window
[    0.347963] /pcie@ffe260000: WARNING: Outbound window cfg leaves gaps in memory map. Adjusting the memory map could reduce unnecessary bounce buffering.
[    0.361616] /pcie@ffe260000: DMA window size is 0xe0000000
[    0.367375] Found FSL PCI host bridge at 0x0000000ffe270000. Firmware bus number: 0->0
[    0.375214] PCI host bridge /pcie@ffe270000  ranges:
[    0.380170]  MEM 0x0000000c40000000..0x0000000c4fffffff -> 0x00000000e0000000
[    0.387386]   IO 0x0000000ff8030000..0x0000000ff803ffff -> 0x0000000000000000
[    0.394528] /pcie@ffe270000: PCICSRBAR @ 0xff000007
[    0.399382] setup_pci_atmu: end of DRAM 100000000
[    0.404078] /pcie@ffe270000: Setup 64-bit PCI DMA window
[    0.409374] /pcie@ffe270000: WARNING: Outbound window cfg leaves gaps in memory map. Adjusting the memory map could reduce unnecessary bounce buffering.
[    0.423026] /pcie@ffe270000: DMA window size is 0xe0000000
[    0.430321] platform ff6000000.qman-portal: Adding to iommu group 0
[    0.436539] platform ff6004000.qman-portal: Adding to iommu group 1
[    0.442781] platform ff6008000.qman-portal: Adding to iommu group 2
[    0.449057] platform ff600c000.qman-portal: Adding to iommu group 3
[    0.455299] platform ff6010000.qman-portal: Adding to iommu group 4
[    0.461566] platform ff6014000.qman-portal: Adding to iommu group 5
[    0.467819] platform ff6018000.qman-portal: Adding to iommu group 6
[    0.474090] platform ff601c000.qman-portal: Adding to iommu group 7
[    0.480337] platform ff6020000.qman-portal: Adding to iommu group 8
[    0.486609] platform ff6024000.qman-portal: Adding to iommu group 9
[    0.492862] platform ff6028000.qman-portal: Adding to iommu group 10
[    0.499207] platform ff602c000.qman-portal: Adding to iommu group 11
[    0.505547] platform ff6030000.qman-portal: Adding to iommu group 12
[    0.511900] platform ff6034000.qman-portal: Adding to iommu group 13
[    0.518248] platform ff6038000.qman-portal: Adding to iommu group 14
[    0.524592] platform ff603c000.qman-portal: Adding to iommu group 15
[    0.530933] platform ff6040000.qman-portal: Adding to iommu group 16
[    0.537283] platform ff6044000.qman-portal: Adding to iommu group 17
[    0.543641] platform ffe114000.sdhc: Adding to iommu group 18
[    0.549382] platform ffe100300.dma: Adding to iommu group 19
[    0.555012] platform ffe101300.dma: Adding to iommu group 20
[    0.560669] platform ffe102300.dma: Adding to iommu group 21
[    0.566331] platform ffe210000.usb: Adding to iommu group 22
[    0.571975] platform ffe211000.usb: Adding to iommu group 23
[    0.577618] platform ffe318000.qman: Adding to iommu group 24
[    0.583366] platform ffe31a000.bman: Adding to iommu group 25
[    0.589102] fsl-pci ffe240000.pcie: Adding to iommu group 26
[    0.594749] fsl-pci ffe250000.pcie: Adding to iommu group 27
[    0.600394] fsl-pci ffe260000.pcie: Adding to iommu group 28
[    0.606057] fsl-pci ffe270000.pcie: Adding to iommu group 29
[    0.622185] software IO TLB: No low mem
[    0.626716] Setting up Freescale MSI support
[    0.627581] Setting up Freescale MSI support
[    0.628427] Setting up Freescale MSI support
[    0.629303] Setting up Freescale MSI support
[    0.641692] Freescale Elo series DMA driver
[    0.645988] fsl-elo-dma ffe100300.dma: #0 (fsl,eloplus-dma-channel), irq 28
[    0.652934] fsl-elo-dma ffe100300.dma: #1 (fsl,eloplus-dma-channel), irq 29
[    0.659882] fsl-elo-dma ffe100300.dma: #2 (fsl,eloplus-dma-channel), irq 30
[    0.666837] fsl-elo-dma ffe100300.dma: #3 (fsl,eloplus-dma-channel), irq 31
[    0.673784] fsl-elo-dma ffe100300.dma: #4 (fsl,eloplus-dma-channel), irq 76
[    0.680754] fsl-elo-dma ffe100300.dma: #5 (fsl,eloplus-dma-channel), irq 77
[    0.687702] fsl-elo-dma ffe100300.dma: #6 (fsl,eloplus-dma-channel), irq 78
[    0.694654] fsl-elo-dma ffe100300.dma: #7 (fsl,eloplus-dma-channel), irq 79
[    0.702061] fsl-elo-dma ffe101300.dma: #0 (fsl,eloplus-dma-channel), irq 32
[    0.708998] fsl-elo-dma ffe101300.dma: #1 (fsl,eloplus-dma-channel), irq 33
[    0.715955] fsl-elo-dma ffe101300.dma: #2 (fsl,eloplus-dma-channel), irq 34
[    0.722919] fsl-elo-dma ffe101300.dma: #3 (fsl,eloplus-dma-channel), irq 35
[    0.729858] fsl-elo-dma ffe101300.dma: #4 (fsl,eloplus-dma-channel), irq 80
[    0.736818] fsl-elo-dma ffe101300.dma: #5 (fsl,eloplus-dma-channel), irq 81
[    0.743773] fsl-elo-dma ffe101300.dma: #6 (fsl,eloplus-dma-channel), irq 82
[    0.750732] fsl-elo-dma ffe101300.dma: #7 (fsl,eloplus-dma-channel), irq 83
[    0.758110] fsl-elo-dma ffe102300.dma: #0 (fsl,eloplus-dma-channel), irq 464
[    0.765135] fsl-elo-dma ffe102300.dma: #1 (fsl,eloplus-dma-channel), irq 465
[    0.772185] fsl-elo-dma ffe102300.dma: #2 (fsl,eloplus-dma-channel), irq 466
[    0.779217] fsl-elo-dma ffe102300.dma: #3 (fsl,eloplus-dma-channel), irq 467
[    0.786254] fsl-elo-dma ffe102300.dma: #4 (fsl,eloplus-dma-channel), irq 468
[    0.793303] fsl-elo-dma ffe102300.dma: #5 (fsl,eloplus-dma-channel), irq 469
[    0.800347] fsl-elo-dma ffe102300.dma: #6 (fsl,eloplus-dma-channel), irq 470
[    0.807397] fsl-elo-dma ffe102300.dma: #7 (fsl,eloplus-dma-channel), irq 471
[    0.814853] iommu: Default domain type: Translated
[    0.819562] iommu: DMA domain TLB invalidation policy: strict mode
[    0.825852] SCSI subsystem initialized
[    0.829619] libata version 3.00 loaded.
[    0.829746] usbcore: registered new interface driver usbfs
[    0.835176] usbcore: registered new interface driver hub
[    0.840510] usbcore: registered new device driver usb
[    0.845522] pps_core: LinuxPPS API ver. 1 registered
[    0.850446] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.859584] PTP clock support registered
[    0.863526] EDAC MC: Ver: 3.0.0
[    0.866809] fsl-ifc ffe124000.localbus: Freescale Integrated Flash Controller
[    0.873892] fsl-ifc ffe124000.localbus: IFC version 1.3, 8 banks
[    0.880660] PCI: Probing PCI hardware
[    0.884336] fsl-pci ffe240000.pcie: PCI host bridge to bus 0000:00
[    0.890436] pci_bus 0000:00: root bus resource [io  0xc000180000010000-0xc00018000001ffff] (bus address [0x0000-0xffff])
[    0.901307] pci_bus 0000:00: root bus resource [mem 0xc00000000-0xc1fffffff] (bus address [0xe0000000-0xffffffff])
[    0.911649] pci_bus 0000:00: root bus resource [bus 00]
[    0.916861] pci_bus 0000:00: busn_res: [bus 00] end is updated to ff
[    0.923270] pci 0000:00:00.0: [1957:0838] type 01 class 0x060400 PCIe Root Port
[    0.930521] pci 0000:00:00.0: BAR 0 [io  0xdf000004-0xdf000007]
[    0.936434] pci 0000:00:00.0: ROM [mem 0x00000000-0x00ffffff pref]
[    0.942593] pci 0000:00:00.0: PCI bridge to [bus 00]
[    0.947556] pci 0000:00:00.0:   bridge window [io  0xc000180000010000-0xc000180000010fff]
[    0.955720] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    0.962513] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    0.970316] pci 0000:00:00.0: supports D1 D2
[    0.974505] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
[    0.980654] pci 0000:00:00.0: Adding to iommu group 30
[    0.988136] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.996221] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    1.001382] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    1.007977] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[    1.014641] fsl-pci ffe250000.pcie: PCI host bridge to bus 0001:00
[    1.020757] pci_bus 0001:00: root bus resource [io  0xc000180000030000-0xc00018000003ffff] (bus address [0x0000-0xffff])
[    1.031621] pci_bus 0001:00: root bus resource [mem 0xc20000000-0xc2fffffff] (bus address [0xe0000000-0xefffffff])
[    1.041964] pci_bus 0001:00: root bus resource [bus 00]
[    1.047177] pci_bus 0001:00: busn_res: [bus 00] end is updated to ff
[    1.053579] pci 0001:00:00.0: [1957:0838] type 01 class 0x060400 PCIe Root Port
[    1.060834] pci 0001:00:00.0: [Firmware Bug]: BAR 0: invalid; can't size
[    1.067532] pci 0001:00:00.0: ROM [mem 0x00000000-0x00ffffff pref]
[    1.073691] pci 0001:00:00.0: PCI bridge to [bus 00]
[    1.078656] pci 0001:00:00.0:   bridge window [io  0xc000180000030000-0xc000180000030fff]
[    1.086820] pci 0001:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    1.093611] pci 0001:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    1.101389] pci 0001:00:00.0: supports D1 D2
[    1.105600] pci 0001:00:00.0: PME# supported from D0 D1 D2 D3hot
[    1.111715] pci 0001:00:00.0: Adding to iommu group 31
[    1.119092] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.127176] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[    1.132335] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[    1.138933] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 01
[    1.145601] fsl-pci ffe260000.pcie: PCI host bridge to bus 0002:00
[    1.151710] pci_bus 0002:00: root bus resource [io  0xc000180000050000-0xc00018000005ffff] (bus address [0x0000-0xffff])
[    1.162576] pci_bus 0002:00: root bus resource [mem 0xc30000000-0xc3fffffff] (bus address [0xe0000000-0xefffffff])
[    1.172919] pci_bus 0002:00: root bus resource [bus 00]
[    1.178132] pci_bus 0002:00: busn_res: [bus 00] end is updated to ff
[    1.184528] pci 0002:00:00.0: [1957:0838] type 01 class 0x060400 PCIe Root Port
[    1.191789] pci 0002:00:00.0: [Firmware Bug]: BAR 0: invalid; can't size
[    1.198488] pci 0002:00:00.0: ROM [mem 0x00000000-0x00ffffff pref]
[    1.204646] pci 0002:00:00.0: PCI bridge to [bus 00]
[    1.209610] pci 0002:00:00.0:   bridge window [io  0xc000180000050000-0xc000180000050fff]
[    1.217775] pci 0002:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    1.224566] pci 0002:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    1.232345] pci 0002:00:00.0: supports D1 D2
[    1.236554] pci 0002:00:00.0: PME# supported from D0 D1 D2 D3hot
[    1.242665] pci 0002:00:00.0: Adding to iommu group 32
[    1.250042] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.258131] pci 0002:00:00.0: PCI bridge to [bus 01-ff]
[    1.263290] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[    1.269886] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 01
[    1.276557] fsl-pci ffe270000.pcie: PCI host bridge to bus 0003:00
[    1.282664] pci_bus 0003:00: root bus resource [io  0xc000180000070000-0xc00018000007ffff] (bus address [0x0000-0xffff])
[    1.293530] pci_bus 0003:00: root bus resource [mem 0xc40000000-0xc4fffffff] (bus address [0xe0000000-0xefffffff])
[    1.303873] pci_bus 0003:00: root bus resource [bus 00]
[    1.309086] pci_bus 0003:00: busn_res: [bus 00] end is updated to ff
[    1.315484] pci 0003:00:00.0: [1957:0838] type 01 class 0x060400 PCIe Root Port
[    1.322743] pci 0003:00:00.0: [Firmware Bug]: BAR 0: invalid; can't size
[    1.329441] pci 0003:00:00.0: ROM [mem 0x00000000-0x00ffffff pref]
[    1.335600] pci 0003:00:00.0: PCI bridge to [bus 00]
[    1.340564] pci 0003:00:00.0:   bridge window [io  0xc000180000070000-0xc000180000070fff]
[    1.348729] pci 0003:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    1.355520] pci 0003:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    1.363299] pci 0003:00:00.0: supports D1 D2
[    1.367509] pci 0003:00:00.0: PME# supported from D0 D1 D2 D3hot
[    1.373619] pci 0003:00:00.0: Adding to iommu group 33
[    1.380995] pci 0003:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.389286] pci 0003:00:00.0: PCI bridge to [bus 01-ff]
[    1.394445] pci_bus 0003:01: busn_res: [bus 01-ff] end is updated to 01
[    1.401041] pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to 01
[    1.407648] PCI: Cannot allocate resource region 0 of device 0000:00:00.0, will remap
[    1.415485] PCI 0000:00 Cannot reserve Legacy IO [io  0xc000180000010000-0x10fff]
[    1.415494] PCI 0001:00 Cannot reserve Legacy IO [io  0xc000180000030000-0x30fff]
[    1.415500] PCI 0002:00 Cannot reserve Legacy IO [io  0xc000180000050000-0x50fff]
[    1.415507] PCI 0003:00 Cannot reserve Legacy IO [io  0xc000180000070000-0x70fff]
[    1.415524] pci 0000:00:00.0: ROM [mem size 0x01000000 pref]: can't assign; no space
[    1.423201] pci 0000:00:00.0: ROM [mem size 0x01000000 pref]: failed to assign
[    1.430427] pci 0000:00:00.0: BAR 0 [io  size 0x0004]: can't assign; no space
[    1.437544] pci 0000:00:00.0: BAR 0 [io  size 0x0004]: failed to assign
[    1.444159] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.449109] pci 0000:00:00.0:   bridge window [io  0xc000180000010000-0xc00018000001ffff]
[    1.457285] pci 0000:00:00.0:   bridge window [mem 0xc00000000-0xc1fffffff]
[    1.464236] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    1.473279] pci_bus 0000:00: resource 4 [io  0xc000180000010000-0xc00018000001ffff]
[    1.480925] pci_bus 0000:00: resource 5 [mem 0xc00000000-0xc1fffffff]
[    1.487363] pci_bus 0000:01: resource 0 [io  0xc000180000010000-0xc00018000001ffff]
[    1.495007] pci_bus 0000:01: resource 1 [mem 0xc00000000-0xc1fffffff]
[    1.501448] pci 0001:00:00.0: ROM [mem size 0x01000000 pref]: can't assign; no space
[    1.509179] pci 0001:00:00.0: ROM [mem size 0x01000000 pref]: failed to assign
[    1.516399] pci 0001:00:00.0: PCI bridge to [bus 01]
[    1.521351] pci 0001:00:00.0:   bridge window [io  0xc000180000030000-0xc00018000003ffff]
[    1.529526] pci 0001:00:00.0:   bridge window [mem 0xc20000000-0xc2fffffff]
[    1.536478] pci_bus 0001:00: resource 4 [io  0xc000180000030000-0xc00018000003ffff]
[    1.544131] pci_bus 0001:00: resource 5 [mem 0xc20000000-0xc2fffffff]
[    1.550559] pci_bus 0001:01: resource 0 [io  0xc000180000030000-0xc00018000003ffff]
[    1.558213] pci_bus 0001:01: resource 1 [mem 0xc20000000-0xc2fffffff]
[    1.564644] pci 0002:00:00.0: ROM [mem size 0x01000000 pref]: can't assign; no space
[    1.572383] pci 0002:00:00.0: ROM [mem size 0x01000000 pref]: failed to assign
[    1.579595] pci 0002:00:00.0: PCI bridge to [bus 01]
[    1.584555] pci 0002:00:00.0:   bridge window [io  0xc000180000050000-0xc00018000005ffff]
[    1.592723] pci 0002:00:00.0:   bridge window [mem 0xc30000000-0xc3fffffff]
[    1.599684] pci_bus 0002:00: resource 4 [io  0xc000180000050000-0xc00018000005ffff]
[    1.607325] pci_bus 0002:00: resource 5 [mem 0xc30000000-0xc3fffffff]
[    1.613763] pci_bus 0002:01: resource 0 [io  0xc000180000050000-0xc00018000005ffff]
[    1.621410] pci_bus 0002:01: resource 1 [mem 0xc30000000-0xc3fffffff]
[    1.627849] pci 0003:00:00.0: ROM [mem size 0x01000000 pref]: can't assign; no space
[    1.635579] pci 0003:00:00.0: ROM [mem size 0x01000000 pref]: failed to assign
[    1.642800] pci 0003:00:00.0: PCI bridge to [bus 01]
[    1.647752] pci 0003:00:00.0:   bridge window [io  0xc000180000070000-0xc00018000007ffff]
[    1.655929] pci 0003:00:00.0:   bridge window [mem 0xc40000000-0xc4fffffff]
[    1.662880] pci_bus 0003:00: resource 4 [io  0xc000180000070000-0xc00018000007ffff]
[    1.670531] pci_bus 0003:00: resource 5 [mem 0xc40000000-0xc4fffffff]
[    1.676959] pci_bus 0003:01: resource 0 [io  0xc000180000070000-0xc00018000007ffff]
[    1.684614] pci_bus 0003:01: resource 1 [mem 0xc40000000-0xc4fffffff]
[    1.691314] PCI: Probing PCI hardware done
[    1.691771] clocksource: Switched to clocksource timebase
[    1.701851] NET: Registered PF_INET protocol family
[    1.706803] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.717169] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    1.725636] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.733360] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    1.741377] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    1.749179] TCP: Hash tables configured (established 32768 bind 32768)
[    1.756022] MPTCP token hash table entries: 4096 (order: 5, 98304 bytes, linear)
[    1.763454] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.770116] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.777436] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.783079] PCI: CLS 0 bytes, default 64
[    1.788288] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    1.799567] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.805320] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    1.817909] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.835998] bman_portal ff4000000.bman-portal: Portal initialised, cpu 0
[    1.842740] bman_portal ff4004000.bman-portal: Portal initialised, cpu 1
[    1.849450] bman_portal ff4008000.bman-portal: Portal initialised, cpu 2
[    1.856180] bman_portal ff400c000.bman-portal: Portal initialised, cpu 3
[    1.862905] bman_portal ff4010000.bman-portal: Portal initialised, cpu 4
[    1.869613] bman_portal ff4014000.bman-portal: Portal initialised, cpu 5
[    1.876336] bman_portal ff4018000.bman-portal: Portal initialised, cpu 6
[    1.883078] bman_portal ff401c000.bman-portal: Portal initialised, cpu 7
[    1.890856] qman_portal ff6000000.qman-portal: Portal initialised, cpu 0
[    1.897603] qman_portal ff6004000.qman-portal: Portal initialised, cpu 1
[    1.904345] qman_portal ff6008000.qman-portal: Portal initialised, cpu 2
[    1.911083] qman_portal ff600c000.qman-portal: Portal initialised, cpu 3
[    1.917832] qman_portal ff6010000.qman-portal: Portal initialised, cpu 4
[    1.924583] qman_portal ff6014000.qman-portal: Portal initialised, cpu 5
[    1.931325] qman_portal ff6018000.qman-portal: Portal initialised, cpu 6
[    1.938203] qman_portal ff601c000.qman-portal: Portal initialised, cpu 7
[    1.945833] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    1.955828] printk: legacy console [ttyS0] disabled
[    1.960864] serial8250.0: ttyS0 at MMIO 0xffe11c500 (irq = 36, base_baud = 18750000) is a 16550A
[    1.969603] printk: legacy console [ttyS0] enabled
[    1.979143] printk: legacy bootconsole [udbg0] disabled

[End of Part One]

Part Two:

[    1.990047] serial8250.0: ttyS1 at MMIO 0xffe11c600 (irq = 36, base_baud = 18750000) is a 16550A
[    1.999241] serial8250.0: ttyS2 at MMIO 0xffe11d500 (irq = 37, base_baud = 18750000) is a 16550A
[    2.008445] serial8250.0: ttyS3 at MMIO 0xffe11d600 (irq = 37, base_baud = 18750000) is a 16550A
[    2.020894] loop: module loaded
[    2.024667] physmap-flash fefc00000.nor: physmap platform flash device: [mem 0xfefc00000-0xfefffffff]
[    2.033974] fefc00000.nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x001a00
[    2.044089] Amd/Fujitsu Extended Query Table at 0x0040
[    2.049243]   Amd/Fujitsu Extended Query version 1.3.
[    2.054302] number of CFI chips: 1
[    2.057869] 11 fixed-partitions partitions found on MTD device fefc00000.nor
[    2.064931] Creating 11 MTD partitions on "fefc00000.nor":
[    2.070421] 0x000000000000-0x000000010000 : "qoriq-rcw"
[    2.076012] ftl_cs: FTL header not found.
[    2.080105] 0x000000010000-0x000000030000 : "wg_cfg0"
[    2.085428] ftl_cs: FTL header not found.
[    2.089644] 0x000000030000-0x000000040000 : "wg_cfg1"
[    2.094898] ftl_cs: FTL header not found.
[    2.098981] 0x000000040000-0x000000050000 : "wg_mfg_data"
[    2.104575] ftl_cs: FTL header not found.
[    2.108656] 0x000000050000-0x000000100000 : "wg_bootopt_data_and_reserved"
[    2.115944] ftl_cs: FTL header not found.
[    2.120039] 0x000000100000-0x0000001b0000 : "wg_extra_reserved_1"
[    2.126535] ftl_cs: FTL header not found.
[    2.130624] 0x0000001b0000-0x000000260000 : "wg_extra_reserved_2"
[    2.137119] ftl_cs: FTL header not found.
[    2.141338] 0x000000260000-0x000000320000 : "wg_u-boot_failsafe"
[    2.147789] ftl_cs: FTL header not found.
[    2.151878] 0x000000320000-0x000000330000 : "qoriq-fman"
[    2.157384] ftl_cs: FTL header not found.
[    2.161480] 0x000000330000-0x000000340000 : "u-boot-env"
[    2.166992] ftl_cs: FTL header not found.
[    2.171072] 0x000000340000-0x000000400000 : "u-boot"
[    2.176470] ftl_cs: FTL header not found.
[    2.184107] fsl_espi ffe110000.spi: irq = 53
[    2.194839] hwmon hwmon0: temp1_input not attached to any thermal zone
[    2.202520] hwmon hwmon1: temp1_input not attached to any thermal zone
[    2.210174] hwmon hwmon2: temp1_input not attached to any thermal zone
[    2.217843] hwmon hwmon3: temp1_input not attached to any thermal zone
[    2.244010] fsl_dpaa_mac ffe4f2000.ethernet: FMan MEMAC
[    2.249249] fsl_dpaa_mac ffe4f2000.ethernet: FMan MAC address: 00:90:7f:d2:d1:a6
[    2.256870] fsl_dpaa_mac ffe4e0000.ethernet: FMan MEMAC
[    2.262105] fsl_dpaa_mac ffe4e0000.ethernet: FMan MAC address: 00:90:7f:d2:d1:a7
[    2.269722] fsl_dpaa_mac ffe4e2000.ethernet: FMan MEMAC
[    2.274956] fsl_dpaa_mac ffe4e2000.ethernet: FMan MAC address: 00:90:7f:d2:d1:a8
[    2.282568] fsl_dpaa_mac ffe4e4000.ethernet: FMan MEMAC
[    2.287796] fsl_dpaa_mac ffe4e4000.ethernet: FMan MAC address: 00:90:7f:d2:d1:a9
[    2.295404] fsl_dpaa_mac ffe4e6000.ethernet: FMan MEMAC
[    2.300632] fsl_dpaa_mac ffe4e6000.ethernet: FMan MAC address: 00:90:7f:d2:d1:aa
[    2.311897] fsl_dpaa_mac ffe4f2000.ethernet eth0: Probed interface eth0
[    2.322119] fsl_dpaa_mac ffe4e0000.ethernet eth1: Probed interface eth1
[    2.332412] fsl_dpaa_mac ffe4e2000.ethernet eth2: Probed interface eth2
[    2.342637] fsl_dpaa_mac ffe4e4000.ethernet eth3: Probed interface eth3
[    2.353051] fsl_dpaa_mac ffe4e6000.ethernet eth4: Probed interface eth4
[    2.360115] platform fsl-ehci.0: Adding to iommu group 34
[    2.365688] platform fsl-ehci.1: Adding to iommu group 35
[    2.371470] fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
[    2.378113] fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1
[    2.395268] fsl-ehci fsl-ehci.0: irq 44, io mem 0xffe210000
[    2.411778] fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00
[    2.417708] hub 1-0:1.0: USB hub found
[    2.421476] hub 1-0:1.0: 1 port detected
[    2.425721] fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller
[    2.432352] fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2
[    2.449484] fsl-ehci fsl-ehci.1: irq 45, io mem 0xffe211000
[    2.471779] fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00
[    2.477671] hub 2-0:1.0: USB hub found
[    2.481438] hub 2-0:1.0: 1 port detected
[    2.485763] usbcore: registered new interface driver uas
[    2.491147] usbcore: registered new interface driver usb-storage
[    2.497758] mpc-i2c ffe118000.i2c: timeout 1000000 us
[    2.503296] mpc-i2c ffe118100.i2c: timeout 1000000 us
[    2.508485] mpc-i2c ffe119000.i2c: timeout 1000000 us
[    2.513669] mpc-i2c ffe119100.i2c: timeout 1000000 us
[    2.519126] ptp_qoriq: device tree node missing required elements, try automatic configuration
[    2.528172] booke_wdt: powerpc book-e watchdog driver loaded
[    2.533935] Freescale(R) MPC85xx EDAC driver, (C) 2006 Montavista Software
[    2.541274] EDAC MC0: Giving out device to module fsl_ddr_edac controller fsl_mc_err: DEV fsl_mc_err (INTERRUPT)
[    2.551516] fsl_ddr_edac acquired irq 490 for MC
[    2.556139] fsl_ddr_edac MC err registered
[    2.561346] EDAC PCI0: Giving out device to module MPC85xx_edac controller mpc85xx_pci_err: DEV mpc85xx-pci-edac.0.auto (INTERRUPT)
[    2.573216] MPC85xx_edac acquired irq 20 for PCI Err
[    2.578182] MPC85xx_edac PCI err registered
[    2.582430] EDAC PCI1: Giving out device to module MPC85xx_edac controller mpc85xx_pci_err: DEV mpc85xx-pci-edac.1.auto (INTERRUPT)
[    2.594288] MPC85xx_edac acquired irq 21 for PCI Err
[    2.599254] MPC85xx_edac PCI err registered
[    2.603494] EDAC PCI2: Giving out device to module MPC85xx_edac controller mpc85xx_pci_err: DEV mpc85xx-pci-edac.2.auto (INTERRUPT)
[    2.615355] MPC85xx_edac acquired irq 22 for PCI Err
[    2.620321] MPC85xx_edac PCI err registered
[    2.624563] EDAC PCI3: Giving out device to module MPC85xx_edac controller mpc85xx_pci_err: DEV mpc85xx-pci-edac.3.auto (INTERRUPT)
[    2.636429] MPC85xx_edac acquired irq 23 for PCI Err
[    2.641395] MPC85xx_edac PCI err registered
[    2.645982] qoriq-cpufreq qoriq-cpufreq: Disabling due to erratum A-008083
[    2.653191] sdhci: Secure Digital Host Controller Interface driver
[    2.659374] sdhci: Copyright(c) Pierre Ossman
[    2.663736] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.670610] caam ffe300000.crypto: Linux CAAM Queue I/F driver initialised
[    2.677500] caam ffe300000.crypto: Entropy delay = 3200
[    2.688229] caam ffe300000.crypto: Instantiated RNG4 SH0
[    2.693720] caam ffe300000.crypto: Instantiated RNG4 SH1
[    2.699035] caam ffe300000.crypto: device ID = 0x0a13020000000000 (Era 6)
[    2.705832] caam ffe300000.crypto: job rings = 4, qi = 1
[    2.711242] platform ffe301000.jr: Adding to iommu group 36
[    2.717048] platform ffe302000.jr: Adding to iommu group 37
[    2.722806] platform ffe303000.jr: Adding to iommu group 38
[    2.728549] platform ffe304000.jr: Adding to iommu group 39
[    2.735255] caam algorithms registered in /proc/crypto
[    2.740496] caam ffe300000.crypto: caam pkc algorithms registered in /proc/crypto
[    2.748035] caam ffe300000.crypto: registering rng-caam
[    2.753362] caam ffe300000.crypto: rng crypto API alg registered prng-caam
[    2.759870] mmc0: SDHCI controller on ffe114000.sdhc [ffe114000.sdhc] using ADMA 64-bit
[    2.760799] caam ffe300000.crypto: algorithms registered in /proc/crypto
[    2.764287] random: crng init done
[    2.779549] NET: Registered PF_INET6 protocol family
[    2.785353] Segment Routing with IPv6
[    2.789034] In-situ OAM (IOAM) with IPv6
[    2.793001] NET: Registered PF_PACKET protocol family
[    2.798067] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.811130] 8021q: 802.1Q VLAN Support v1.8
[    2.828244] clk: Disabling unused clocks
[    2.832432] Waiting 2 sec before mounting root device...
[    2.902432] mmc0: new high speed SD card at address 0001
[    2.908110] mmcblk0: mmc0:0001 SD2GB 1.80 GiB
[    2.913373]  mmcblk0: p1 p2
[    4.854403] VFS: Mounted root (squashfs filesystem) readonly on device 179:2.
[    4.862092] Freeing unused kernel image (initmem) memory: 1712K
[    4.868023] This architecture does not have kernel memory protection.
[    4.874483] Run /sbin/init as init process
[    4.878577]   with arguments:
[    4.878582]     /sbin/init
[    4.878586]   with environment:
[    4.878589]     HOME=/
[    4.878593]     TERM=linux
[    5.054072] init: Console is alive
[    5.057582] init: - watchdog -
[    5.229442] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    5.255694] gpio_button_hotplug: loading out-of-tree module taints kernel.
[    5.271109] tpm tpm0: starting up the TPM manually
[    5.353637] mv88e6085 0x0000000ffe4fc000:10: switch 0x1710 detected: Marvell 88E6171, revision 2
[    6.071596] mv88e6085 0x0000000ffe4fc000:10: configuring for fixed/rgmii-id link mode
[    6.087240] mv88e6085 0x0000000ffe4fc000:10 sweth3 (uninitialized): PHY [!soc@ffe000000!fman@400000!mdio@fc000!switch@10!mdio:00] driver [Generic PHY] (irq=POLL)
[    6.109442] mv88e6085 0x0000000ffe4fc000:10 sweth4 (uninitialized): PHY [!soc@ffe000000!fman@400000!mdio@fc000!switch@10!mdio:01] driver [Generic PHY] (irq=POLL)
[    6.131643] mv88e6085 0x0000000ffe4fc000:10 sweth5 (uninitialized): PHY [!soc@ffe000000!fman@400000!mdio@fc000!switch@10!mdio:02] driver [Generic PHY] (irq=POLL)
[    6.153849] mv88e6085 0x0000000ffe4fc000:10 sweth6 (uninitialized): PHY [!soc@ffe000000!fman@400000!mdio@fc000!switch@10!mdio:03] driver [Generic PHY] (irq=POLL)
[    6.173407] mv88e6085 0x0000000ffe4fc000:10: Link is Up - 1Gbps/Full - flow control off
[    6.177292] mv88e6085 0x0000000ffe4fc000:10 sweth7 (uninitialized): PHY [!soc@ffe000000!fman@400000!mdio@fc000!switch@10!mdio:04] driver [Generic PHY] (irq=POLL)
[    6.196945] fsl_dpaa_mac ffe4e6000.ethernet eth4: entered promiscuous mode
[    6.203858] DSA: tree 0 setup
[    6.209655] rtc-rs5c372 0-0032: rs5c372a found, 24hr
[    6.221547] rtc-rs5c372 0-0032: registered as rtc0
[    6.228069] rtc-rs5c372 0-0032: setting system clock to 2026-03-15T03:53:57 UTC (1773546837)
[    6.237841] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    6.248987] init: - preinit -
[    6.832058] fsl_dpaa_mac ffe4e0000.ethernet eth1: PHY [0x0000000ffe4fc000:01] driver [Marvell 88E1545] (irq=POLL)
[    6.842366] fsl_dpaa_mac ffe4e0000.ethernet eth1: configuring for inband/sgmii link mode
[   11.002667] fsl_dpaa_mac ffe4e0000.ethernet eth1: Link is Up - 1Gbps/Full - flow control rx/tx
[   11.134383] loop0: detected capacity change from 0 to 212992
[   11.211795] loop0: detected capacity change from 212992 to 205312
[   11.220485] mount_root: overlay filesystem in /dev/loop0 has not been formatted yet
[   13.745225] F2FS-fs (loop0): Found nat_bits in checkpoint
[   13.755787] F2FS-fs (loop0): Mounted with checkpoint version = 2483ced3
[   13.762693] mount_root: overlay filesystem has not been fully initialized yet
[   13.770112] mount_root: switching to f2fs overlay
[   13.775382] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
[   14.159503] EXT4-fs (mmcblk0p1): mounted filesystem 84173db5-fa99-e35a-95c6-28613cc79ea9 r/w without journal. Quota mode: disabled.
[   14.574672] EXT4-fs (mmcblk0p1): unmounting filesystem 84173db5-fa99-e35a-95c6-28613cc79ea9.
[   17.536434] urandom-seed: Seed file not found (/etc/urandom.seed)
[   17.771931] fsl_dpaa_mac ffe4e0000.ethernet eth1: Link is Down
[   17.985664] procd: - early -
[   17.988603] procd: - watchdog -
[   18.538870] procd: - watchdog -
[   18.542218] procd: - ubus -
[   18.695601] procd: - init -
[   18.952219] kmodloader: loading kernel modules from /etc/modules.d/*
[   18.975984] i2c_dev: i2c /dev entries driver
[   18.991861] w83793 0-002c: set bank to 248 failed, fall back to bank 250, read reg 0xc error
[   19.000320] w83793 0-002c: duplicate addresses 0x48, use force_subclient
[   19.011015] hwmon_vid: Unknown VRM version of your CPU
[   19.016426] w83793 0-002d: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   19.029999] w83793 0-002d: Registered watchdog chardev major 10, minor: 212
[   19.058825] PPP generic driver version 2.4.2
[   19.063558] NET: Registered PF_PPPOX protocol family
[   19.070543] kmodloader: done loading kernel modules from /etc/modules.d/*
[   19.239045] urngd: v1.0.2 started.
[   22.712376] fsl_dpaa_mac ffe4e0000.ethernet eth1: PHY [0x0000000ffe4fc000:01] driver [Marvell 88E1545] (irq=POLL)
[   22.722695] fsl_dpaa_mac ffe4e0000.ethernet eth1: configuring for inband/sgmii link mode
[   22.732222] br-lan: port 1(eth1) entered blocking state
[   22.737462] br-lan: port 1(eth1) entered disabled state
[   22.742799] fsl_dpaa_mac ffe4e0000.ethernet eth1: entered allmulticast mode
[   22.749954] fsl_dpaa_mac ffe4e0000.ethernet eth1: entered promiscuous mode
[   22.832306] fsl_dpaa_mac ffe4e2000.ethernet eth2: PHY [0x0000000ffe4fc000:02] driver [Marvell 88E1545] (irq=POLL)
[   22.842651] fsl_dpaa_mac ffe4e2000.ethernet eth2: configuring for inband/sgmii link mode
[   22.857698] fsl_dpaa_mac ffe4e6000.ethernet eth4: configuring for fixed/rgmii link mode
[   22.866415] fsl_dpaa_mac ffe4e6000.ethernet eth4: Link is Up - 1Gbps/Full - flow control off
[   22.885021] mv88e6085 0x0000000ffe4fc000:10 sweth3: configuring for phy/gmii link mode
[   22.912211] mv88e6085 0x0000000ffe4fc000:10 sweth4: configuring for phy/gmii link mode
[   22.938453] mv88e6085 0x0000000ffe4fc000:10 sweth5: configuring for phy/gmii link mode
[   22.964914] mv88e6085 0x0000000ffe4fc000:10 sweth6: configuring for phy/gmii link mode
[   22.989895] mv88e6085 0x0000000ffe4fc000:10 sweth7: configuring for phy/gmii link mode
[   23.062132] fsl_dpaa_mac ffe4f2000.ethernet eth0: PHY [0x0000000ffe4fc000:00] driver [Marvell 88E1545] (irq=POLL)
[   23.072457] fsl_dpaa_mac ffe4f2000.ethernet eth0: configuring for inband/sgmii link mode
[   26.202671] fsl_dpaa_mac ffe4f2000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[   27.963205] fsl_dpaa_mac ffe4e0000.ethernet eth1: Link is Up - 1Gbps/Full - flow control rx/tx
[   27.963251] br-lan: port 1(eth1) entered blocking state
[   27.977087] br-lan: port 1(eth1) entered forwarding state
root@OpenWrt:~#

I know the feeling… You’d think a 1U-sized red box, short depth or not, would be easy to find, but no… :zany_face:

And now I can’t reproduce my own issue… The switch appears operational:

root@OpenWrt:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:90:7f:d2:d1:a6 brd ff:ff:ff:ff:ff:ff
    inet 10.11.12.240/24 brd 10.11.12.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fd2c:cc50:356b:0:290:7fff:fed2:d1a6/64 scope global dynamic noprefixroute
       valid_lft 5387sec preferred_lft 2687sec
    inet6 fd2c:cc50:356b::da8/128 scope global dynamic noprefixroute
       valid_lft 42229sec preferred_lft 42229sec
    inet6 fe80::290:7fff:fed2:d1a6/64 scope link
       valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master br-lan state UP qlen 1000
    link/ether 00:90:7f:d2:d1:a7 brd ff:ff:ff:ff:ff:ff
4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
    link/ether 00:90:7f:d2:d1:a8 brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.1/24 brd 10.0.2.255 scope global eth2
       valid_lft forever preferred_lft forever
    inet6 fd2c:cc50:356b:4::1/62 scope global tentative dynamic noprefixroute
       valid_lft 42228sec preferred_lft 42228sec
    inet6 fd39:bbf5:1068::1/60 scope global tentative noprefixroute
       valid_lft forever preferred_lft forever
5: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 00:90:7f:d2:d1:a9 brd ff:ff:ff:ff:ff:ff
6: eth4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1508 qdisc mq state UP qlen 1000
    link/ether 00:90:7f:d2:d1:aa brd ff:ff:ff:ff:ff:ff
    inet6 fe80::290:7fff:fed2:d1aa/64 scope link
       valid_lft forever preferred_lft forever
7: sweth3@eth4: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state LOWERLAYERDOWN qlen 1000
    link/ether 00:90:7f:d2:d1:a9 brd ff:ff:ff:ff:ff:ff
    inet 10.0.3.1/24 brd 10.0.3.255 scope global sweth3
       valid_lft forever preferred_lft forever
    inet6 fd39:bbf5:1068:20::1/60 scope global tentative noprefixroute
       valid_lft forever preferred_lft forever
8: sweth4@eth4: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state LOWERLAYERDOWN qlen 1000
    link/ether 00:90:7f:d2:d1:aa brd ff:ff:ff:ff:ff:ff
    inet 10.0.4.1/24 brd 10.0.4.255 scope global sweth4
       valid_lft forever preferred_lft forever
    inet6 fd39:bbf5:1068:30::1/60 scope global tentative noprefixroute
       valid_lft forever preferred_lft forever
9: sweth5@eth4: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state LOWERLAYERDOWN qlen 1000
    link/ether 00:90:7f:d2:d1:ab brd ff:ff:ff:ff:ff:ff
    inet 10.0.5.1/24 brd 10.0.5.255 scope global sweth5
       valid_lft forever preferred_lft forever
    inet6 fd39:bbf5:1068:40::1/60 scope global tentative noprefixroute
       valid_lft forever preferred_lft forever
10: sweth6@eth4: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state LOWERLAYERDOWN qlen 1000
    link/ether 00:90:7f:d2:d1:ac brd ff:ff:ff:ff:ff:ff
    inet 10.0.6.1/24 brd 10.0.6.255 scope global sweth6
       valid_lft forever preferred_lft forever
    inet6 fd39:bbf5:1068:50::1/60 scope global tentative noprefixroute
       valid_lft forever preferred_lft forever
11: sweth7@eth4: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state LOWERLAYERDOWN qlen 1000
    link/ether 00:90:7f:d2:d1:ad brd ff:ff:ff:ff:ff:ff
    inet 10.0.7.1/24 brd 10.0.7.255 scope global sweth7
       valid_lft forever preferred_lft forever
    inet6 fd39:bbf5:1068:60::1/60 scope global tentative noprefixroute
       valid_lft forever preferred_lft forever
12: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
    link/ether 00:90:7f:d2:d1:a7 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.1/24 brd 192.168.1.255 scope global br-lan
       valid_lft forever preferred_lft forever
    inet6 fd39:bbf5:1068:10::1/60 scope global noprefixroute
       valid_lft forever preferred_lft forever
    inet6 fe80::290:7fff:fed2:d1a7/64 scope link
       valid_lft forever preferred_lft forever
root@OpenWrt:~#

Here’s what I did differently this time. The first upgrade (the one with issues) was done using owut from 24.10.4. The second time, I attempted to use owut from 24.10.5, but owut wouldn’t upgrade because some packages would have to be downgraded. So I upgraded to a stock image using sysupgrade htps://download.openwrt.org/.... That, somehow, made the switch work.

Interesting…

The plot thickens, again… Tried building a 25.12 image using Firmware Selector. Added the following packages to the default set:

luci-ssl luci-theme-openwrt-2020 fdisk lsblk lscpu usbutils pciutils

and got this:

Generate local signing keys...
WARNING: can't open config file: /builder/shared-workdir/build/staging_dir/host/etc/ssl/openssl.cnf
WARNING: can't open config file: /builder/shared-workdir/build/staging_dir/host/etc/ssl/openssl.cnf
read EC key
writing EC key
WARNING: opening /builder/packages/packages.adb: No such file or directory
Package list missing or not up-to-date, generating it.

Building package index...
ERROR: unable to select packages:
  libubox20260213 (no such package):
    required by: mtd-27[libubox20260213]
make[2]: *** [Makefile:254: package_install] Error 2
make[1]: *** [Makefile:193: _call_manifest] Error 2
make: *** [Makefile:369: manifest] Error 2

Traceback (most recent call last):
  File "/app/.venv/lib/python3.14/site-packages/rq/worker.py", line 1439, in perform_job
    return_value = job.perform()
  File "/app/.venv/lib/python3.14/site-packages/rq/job.py", line 1318, in perform
    self._result = self._execute()
                   ~~~~~~~~~~~~~^^
  File "/app/.venv/lib/python3.14/site-packages/rq/job.py", line 1376, in _execute
    result = self.func(*self.args, **self.kwargs)
  File "/app/asu/build.py", line 463, in build
    result = _build(build_request, job)
  File "/app/asu/build.py", line 282, in _build
    report_error(job, check_package_errors(job.meta["stderr"]))
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/asu/util.py", line 332, in report_error
    raise RuntimeError(msg)
RuntimeError: Impossible package selection: missing (libubox20260213)

Could this be a build server issue? Is the 25.12 build still incomplete in places? Should we just give the build server some time to finish what it’s doing?

Okay, I’m stumped as everything appears as it should. What happens if you modify the configuration so it matches what was there prior to the update?

I am stumped as well. I decided to retrace my own steps, and it’s a totally different outcome.

First, I wrote stock 24.10.4 onto a new SD card and installed it into the device. Booted no problem.

Next, some quasi-random configuration changes:

passwd
opkg update
opkg install mc fdisk lsblk lscpu usbutils pciutils owut luci-app-attendedsysupgrade luci-theme-openwrt-2020
vi /etc/config/network # rewrote configuration as described earlier, 
                       # with five switched ports bridged into LAN
reboot

Next,

  • Confirmed LAN and WAN work
  • Logged in to LuCI
  • Changed device name and time zone in LuCI
  • Backed up configuration in LuCI

Now, the fun begins.

owut upgrade decided to upgrade me to 24.10.5. I interrupted.

owut upgrade -V 25.12 errored out:

ASU-Server     https://sysupgrade.openwrt.org
Upstream       https://downloads.openwrt.org
Target         qoriq/generic
Profile        watchguard_firebox-m300
Package-arch   powerpc64_e5500
Version-from   24.10.4 r28959-29397011cc (kernel 6.6.110)
Version-to     25.12.0 r32713-f919e7899d (kernel 6.12.71)
2 packages were downgraded
141 packages are out-of-date
ERROR: Update checks reveal package downgrades (run 'owut check --verbose' for details)

owut upgrade -V 25.12 --force errored out as well:

Building package index...
ERROR: unable to select packages:
  libubox20260213 (no such package):
    required by: mtd-27[libubox20260213]
make[2]: *** [Makefile:254: package_install] Error 2
make[1]: *** [Makefile:193: _call_manifest] Error 2
make: *** [Makefile:369: manifest] Error 2

Traceback (most recent call last):
  File "/app/.venv/lib/python3.14/site-packages/rq/worker.py", line 1439, in perform_job
    return_value = job.perform()
  File "/app/.venv/lib/python3.14/site-packages/rq/job.py", line 1318, in perform
    self._result = self._execute()
                   ~~~~~~~~~~~~~^^
  File "/app/.venv/lib/python3.14/site-packages/rq/job.py", line 1376, in _execute
    result = self.func(*self.args, **self.kwargs)
  File "/app/asu/build.py", line 463, in build
    result = _build(build_request, job)
  File "/app/asu/build.py", line 282, in _build
    report_error(job, check_package_errors(job.meta["stderr"]))
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/asu/util.py", line 332, in report_error
    raise RuntimeError(msg)
RuntimeError: Impossible package selection: missing (libubox20260213)

ERROR: Build failed with status 500 (--version-to 25.12.0 --device qoriq/generic:watchguard_firebox-m300:ext4)
The above errors are often due to the upgrade server lagging behind the
build server, first suggestion is to wait a while and try again.

Now, the last resort:

sysupgrade https://downloads.openwrt.org/releases/25.12.0/targets/qoriq/generic/openwrt-25.12.0-qoriq-generic-watchguard_firebox-m300-squashfs-sysupgrade.img.gz

Worked like a charm. Configuration (network, password, device name, etc.) preserved. After manually reinstalling the additional packages (same list as on 24.10.4):

apk update
apk add mc fdisk lsblk lscpu usbutils pciutils owut luci-app-attendedsysupgrade luci-theme-openwrt-2020

the device is fully functional. (Yes, I realize I didn’t have to install owut and Attended Sysupgrade, but I just copied the list verbatim.)

So… Do we just write my initial misadventure off as a build-time mishap?

Don’t know how many are actually using this device. If any other users of the device have made the update it would be helpful to know whether or not they had issues. Hopefully I can locate my device and try the update myself. I thought I had located it earlier today, but it turned out to be the Firebox M390 I acquired last month.

Meawhile, it’s baaaaack… :zany_face:

Here’s what happened this time. Running 24.10.5. Running owut upgrade results in an attempt to update packages to the latest 24.10.5. Running owut upgrade -V 25.12 preserves configuration, but takes out the switch. Here’s the dmesg output, Part One (Part Two to follow in a separate message):

[    0.000000] OF: reserved mem: 0x00000000ff000000..0x00000000ffffffff (16384 KiB) map non-reusable bman-fbpr
[    0.000000] OF: reserved mem: 0x00000000fec00000..0x00000000feffffff (4096 KiB) map non-reusable qman-fqd
[    0.000000] OF: reserved mem: 0x00000000fc000000..0x00000000fdffffff (32768 KiB) map non-reusable qman-pfdr
[    0.000000] Activating Kernel Userspace Access Protection
[    0.000000] Activating Kernel Userspace Execution Prevention
[    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 6.12.71 (builder@buildhost) (powerpc64-openwrt-linux-musl-gcc (OpenWrt GCC 14.3.0 r32713-f919e7899d) 14.3.0, GNU ld (GNU Binutils) 2.44) #0 SMP Tue Mar  3 00:14:15 2026
[    0.000000] Hardware name: WatchGuard Firebox M300 e6500 0x80400120 CoreNet Generic
[    0.000000] Found legacy serial port 0 for /soc@ffe000000/serial@11c500
[    0.000000]   mem=ffe11c500, taddr=ffe11c500, irq=0, clk=300000000, speed=0
[    0.000000] Found legacy serial port 1 for /soc@ffe000000/serial@11c600
[    0.000000]   mem=ffe11c600, taddr=ffe11c600, irq=0, clk=300000000, speed=0
[    0.000000] Found legacy serial port 2 for /soc@ffe000000/serial@11d500
[    0.000000]   mem=ffe11d500, taddr=ffe11d500, irq=0, clk=300000000, speed=0
[    0.000000] Found legacy serial port 3 for /soc@ffe000000/serial@11d600
[    0.000000]   mem=ffe11d600, taddr=ffe11d600, irq=0, clk=300000000, speed=0
[    0.000000] printk: legacy bootconsole [udbg0] enabled
[    0.000000] CPU maps initialized for 2 threads per core
[    0.000000]  (thread shift is 1)
[    0.000000] Allocated 1856 bytes for 8 pacas
[    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 0xc00000000081d73c. Use early_ioremap() instead
[    0.000000] CoreNet Generic board
[    0.000000] barrier-nospec: using isync; sync as speculation barrier
[    0.000000] barrier-nospec: patched 168 locations
[    0.000000] Top of RAM: 0x100000000, Total RAM: 0x100000000
[    0.000000] Memory hole size: 0MB
[    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 19 pages/cpu s40216 r0 d37608 u131072
[    0.000000] pcpu-alloc: s40216 r0 d37608 u131072 alloc=1*1048576
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Kernel command line: root=/dev/mmcblk0p2 rw rootdelay=2 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] Built 1 zonelists, mobility grouping on.  Total pages: 1048576
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    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] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] time_init: decrementer frequency = 37.500000 MHz
[    0.000000] time_init: processor frequency   = 1500.000000 MHz
[    0.000001] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x8a60dd6a9, max_idle_ns: 440795204056 ns
[    0.010231] clocksource: timebase mult[1aaaaaab] shift[24] registered
[    0.016672] clockevent: decrementer mult[999999a] shift[32] cpu[0]
[    0.018967] Console: colour dummy device 80x25
[    0.023364] pid_max: default: 32768 minimum: 301
[    0.029888] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.037215] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.047847] rcu: Hierarchical SRCU implementation.
[    0.052551] rcu: 	Max phase no-delay instances is 1000.
[    0.057915] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.066209] smp: Bringing up secondary CPUs ...
[    0.070948] Activating Kernel Userspace Access Protection
[    0.076705] Activating Kernel Userspace Access Protection
[    0.082387] Activating Kernel Userspace Access Protection
[    0.088095] Activating Kernel Userspace Access Protection
[    0.093769] Activating Kernel Userspace Access Protection
[    0.099478] Activating Kernel Userspace Access Protection
[    0.105177] Activating Kernel Userspace Access Protection
[    0.110630] smp: Brought up 1 node, 8 CPUs
[    0.114813] Memory: 4045768K/4194304K available (11552K kernel code, 992K rwdata, 1612K rodata, 1712K init, 330K bss, 142880K reserved, 0K cma-reserved)
[    0.133567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.143334] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.152666] Machine: WatchGuard Firebox M300
[    0.156857] SoC family: QorIQ T2080
[    0.160325] SoC ID: svr:0x85390011, Revision: 1.1
[    0.169291] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.175748] thermal_sys: Registered thermal governor 'step_wise'
[    0.175814] cpuidle: using governor teo
[    0.196724] Found FSL PCI host bridge at 0x0000000ffe240000. Firmware bus number: 0->0
[    0.204565] PCI host bridge /pcie@ffe240000  ranges:
[    0.209522]  MEM 0x0000000c00000000..0x0000000c1fffffff -> 0x00000000e0000000 
[    0.216736]   IO 0x0000000ff8000000..0x0000000ff800ffff -> 0x0000000000000000
[    0.223888] /pcie@ffe240000: PCICSRBAR @ 0xdf000007
[    0.228734] setup_pci_atmu: end of DRAM 100000000
[    0.233429] /pcie@ffe240000: Setup 64-bit PCI DMA window
[    0.238724] /pcie@ffe240000: DMA window size is 0xdf000007
[    0.244485] Found FSL PCI host bridge at 0x0000000ffe250000. Firmware bus number: 0->0
[    0.252324] PCI host bridge /pcie@ffe250000  ranges:
[    0.257281]  MEM 0x0000000c20000000..0x0000000c2fffffff -> 0x00000000e0000000 
[    0.264501]   IO 0x0000000ff8010000..0x0000000ff801ffff -> 0x0000000000000000
[    0.271638] /pcie@ffe250000: PCICSRBAR @ 0xff000007
[    0.276491] setup_pci_atmu: end of DRAM 100000000
[    0.281188] /pcie@ffe250000: Setup 64-bit PCI DMA window
[    0.286484] /pcie@ffe250000: WARNING: Outbound window cfg leaves gaps in memory map. Adjusting the memory map could reduce unnecessary bounce buffering.
[    0.300136] /pcie@ffe250000: DMA window size is 0xe0000000
[    0.305901] Found FSL PCI host bridge at 0x0000000ffe260000. Firmware bus number: 0->0
[    0.313740] PCI host bridge /pcie@ffe260000  ranges:
[    0.318697]  MEM 0x0000000c30000000..0x0000000c3fffffff -> 0x00000000e0000000 
[    0.325913]   IO 0x0000000ff8020000..0x0000000ff802ffff -> 0x0000000000000000
[    0.333054] /pcie@ffe260000: PCICSRBAR @ 0xff000007
[    0.337908] setup_pci_atmu: end of DRAM 100000000
[    0.342604] /pcie@ffe260000: Setup 64-bit PCI DMA window
[    0.347900] /pcie@ffe260000: WARNING: Outbound window cfg leaves gaps in memory map. Adjusting the memory map could reduce unnecessary bounce buffering.
[    0.361552] /pcie@ffe260000: DMA window size is 0xe0000000
[    0.367310] Found FSL PCI host bridge at 0x0000000ffe270000. Firmware bus number: 0->0
[    0.375150] PCI host bridge /pcie@ffe270000  ranges:
[    0.380106]  MEM 0x0000000c40000000..0x0000000c4fffffff -> 0x00000000e0000000 
[    0.387322]   IO 0x0000000ff8030000..0x0000000ff803ffff -> 0x0000000000000000
[    0.394464] /pcie@ffe270000: PCICSRBAR @ 0xff000007
[    0.399318] setup_pci_atmu: end of DRAM 100000000
[    0.404014] /pcie@ffe270000: Setup 64-bit PCI DMA window
[    0.409310] /pcie@ffe270000: WARNING: Outbound window cfg leaves gaps in memory map. Adjusting the memory map could reduce unnecessary bounce buffering.
[    0.422962] /pcie@ffe270000: DMA window size is 0xe0000000
[    0.430259] platform ff6000000.qman-portal: Adding to iommu group 0
[    0.436478] platform ff6004000.qman-portal: Adding to iommu group 1
[    0.442719] platform ff6008000.qman-portal: Adding to iommu group 2
[    0.448994] platform ff600c000.qman-portal: Adding to iommu group 3
[    0.455238] platform ff6010000.qman-portal: Adding to iommu group 4
[    0.461504] platform ff6014000.qman-portal: Adding to iommu group 5
[    0.467756] platform ff6018000.qman-portal: Adding to iommu group 6
[    0.474028] platform ff601c000.qman-portal: Adding to iommu group 7
[    0.480275] platform ff6020000.qman-portal: Adding to iommu group 8
[    0.486547] platform ff6024000.qman-portal: Adding to iommu group 9
[    0.492800] platform ff6028000.qman-portal: Adding to iommu group 10
[    0.499145] platform ff602c000.qman-portal: Adding to iommu group 11
[    0.505484] platform ff6030000.qman-portal: Adding to iommu group 12
[    0.511838] platform ff6034000.qman-portal: Adding to iommu group 13
[    0.518186] platform ff6038000.qman-portal: Adding to iommu group 14
[    0.524529] platform ff603c000.qman-portal: Adding to iommu group 15
[    0.530871] platform ff6040000.qman-portal: Adding to iommu group 16
[    0.537221] platform ff6044000.qman-portal: Adding to iommu group 17
[    0.543578] platform ffe114000.sdhc: Adding to iommu group 18
[    0.549321] platform ffe100300.dma: Adding to iommu group 19
[    0.554950] platform ffe101300.dma: Adding to iommu group 20
[    0.560607] platform ffe102300.dma: Adding to iommu group 21
[    0.566269] platform ffe210000.usb: Adding to iommu group 22
[    0.571913] platform ffe211000.usb: Adding to iommu group 23
[    0.577556] platform ffe318000.qman: Adding to iommu group 24
[    0.583304] platform ffe31a000.bman: Adding to iommu group 25
[    0.589039] fsl-pci ffe240000.pcie: Adding to iommu group 26
[    0.594687] fsl-pci ffe250000.pcie: Adding to iommu group 27
[    0.600332] fsl-pci ffe260000.pcie: Adding to iommu group 28
[    0.605995] fsl-pci ffe270000.pcie: Adding to iommu group 29
[    0.622119] software IO TLB: No low mem
[    0.626648] Setting up Freescale MSI support
[    0.627514] Setting up Freescale MSI support
[    0.628360] Setting up Freescale MSI support
[    0.629235] Setting up Freescale MSI support
[    0.641628] Freescale Elo series DMA driver
[    0.645925] fsl-elo-dma ffe100300.dma: #0 (fsl,eloplus-dma-channel), irq 28
[    0.652870] fsl-elo-dma ffe100300.dma: #1 (fsl,eloplus-dma-channel), irq 29
[    0.659818] fsl-elo-dma ffe100300.dma: #2 (fsl,eloplus-dma-channel), irq 30
[    0.666772] fsl-elo-dma ffe100300.dma: #3 (fsl,eloplus-dma-channel), irq 31
[    0.673720] fsl-elo-dma ffe100300.dma: #4 (fsl,eloplus-dma-channel), irq 76
[    0.680690] fsl-elo-dma ffe100300.dma: #5 (fsl,eloplus-dma-channel), irq 77
[    0.687639] fsl-elo-dma ffe100300.dma: #6 (fsl,eloplus-dma-channel), irq 78
[    0.694591] fsl-elo-dma ffe100300.dma: #7 (fsl,eloplus-dma-channel), irq 79
[    0.701996] fsl-elo-dma ffe101300.dma: #0 (fsl,eloplus-dma-channel), irq 32
[    0.708934] fsl-elo-dma ffe101300.dma: #1 (fsl,eloplus-dma-channel), irq 33
[    0.715890] fsl-elo-dma ffe101300.dma: #2 (fsl,eloplus-dma-channel), irq 34
[    0.722856] fsl-elo-dma ffe101300.dma: #3 (fsl,eloplus-dma-channel), irq 35
[    0.729793] fsl-elo-dma ffe101300.dma: #4 (fsl,eloplus-dma-channel), irq 80
[    0.736754] fsl-elo-dma ffe101300.dma: #5 (fsl,eloplus-dma-channel), irq 81
[    0.743710] fsl-elo-dma ffe101300.dma: #6 (fsl,eloplus-dma-channel), irq 82
[    0.750667] fsl-elo-dma ffe101300.dma: #7 (fsl,eloplus-dma-channel), irq 83
[    0.758046] fsl-elo-dma ffe102300.dma: #0 (fsl,eloplus-dma-channel), irq 464
[    0.765071] fsl-elo-dma ffe102300.dma: #1 (fsl,eloplus-dma-channel), irq 465
[    0.772120] fsl-elo-dma ffe102300.dma: #2 (fsl,eloplus-dma-channel), irq 466
[    0.779153] fsl-elo-dma ffe102300.dma: #3 (fsl,eloplus-dma-channel), irq 467
[    0.786189] fsl-elo-dma ffe102300.dma: #4 (fsl,eloplus-dma-channel), irq 468
[    0.793238] fsl-elo-dma ffe102300.dma: #5 (fsl,eloplus-dma-channel), irq 469
[    0.800282] fsl-elo-dma ffe102300.dma: #6 (fsl,eloplus-dma-channel), irq 470
[    0.807334] fsl-elo-dma ffe102300.dma: #7 (fsl,eloplus-dma-channel), irq 471
[    0.814789] iommu: Default domain type: Translated
[    0.819498] iommu: DMA domain TLB invalidation policy: strict mode
[    0.825789] SCSI subsystem initialized
[    0.829554] libata version 3.00 loaded.
[    0.829679] usbcore: registered new interface driver usbfs
[    0.835110] usbcore: registered new interface driver hub
[    0.840442] usbcore: registered new device driver usb
[    0.845454] pps_core: LinuxPPS API ver. 1 registered
[    0.850379] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.859517] PTP clock support registered
[    0.863459] EDAC MC: Ver: 3.0.0
[    0.866742] fsl-ifc ffe124000.localbus: Freescale Integrated Flash Controller
[    0.873826] fsl-ifc ffe124000.localbus: IFC version 1.3, 8 banks
[    0.880593] PCI: Probing PCI hardware
[    0.884271] fsl-pci ffe240000.pcie: PCI host bridge to bus 0000:00
[    0.890370] pci_bus 0000:00: root bus resource [io  0xc000180000010000-0xc00018000001ffff] (bus address [0x0000-0xffff])
[    0.901242] pci_bus 0000:00: root bus resource [mem 0xc00000000-0xc1fffffff] (bus address [0xe0000000-0xffffffff])
[    0.911584] pci_bus 0000:00: root bus resource [bus 00]
[    0.916796] pci_bus 0000:00: busn_res: [bus 00] end is updated to ff
[    0.923204] pci 0000:00:00.0: [1957:0838] type 01 class 0x060400 PCIe Root Port
[    0.930456] pci 0000:00:00.0: BAR 0 [io  0xdf000004-0xdf000007]
[    0.936369] pci 0000:00:00.0: ROM [mem 0x00000000-0x00ffffff pref]
[    0.942528] pci 0000:00:00.0: PCI bridge to [bus 00]
[    0.947491] pci 0000:00:00.0:   bridge window [io  0xc000180000010000-0xc000180000010fff]
[    0.955655] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    0.962448] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    0.970251] pci 0000:00:00.0: supports D1 D2
[    0.974439] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
[    0.980589] pci 0000:00:00.0: Adding to iommu group 30
[    0.988067] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.996151] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    1.001311] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    1.007906] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[    1.014570] fsl-pci ffe250000.pcie: PCI host bridge to bus 0001:00
[    1.020687] pci_bus 0001:00: root bus resource [io  0xc000180000030000-0xc00018000003ffff] (bus address [0x0000-0xffff])
[    1.031551] pci_bus 0001:00: root bus resource [mem 0xc20000000-0xc2fffffff] (bus address [0xe0000000-0xefffffff])
[    1.041894] pci_bus 0001:00: root bus resource [bus 00]
[    1.047107] pci_bus 0001:00: busn_res: [bus 00] end is updated to ff
[    1.053510] pci 0001:00:00.0: [1957:0838] type 01 class 0x060400 PCIe Root Port
[    1.060764] pci 0001:00:00.0: [Firmware Bug]: BAR 0: invalid; can't size
[    1.067462] pci 0001:00:00.0: ROM [mem 0x00000000-0x00ffffff pref]
[    1.073621] pci 0001:00:00.0: PCI bridge to [bus 00]
[    1.078586] pci 0001:00:00.0:   bridge window [io  0xc000180000030000-0xc000180000030fff]
[    1.086750] pci 0001:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    1.093540] pci 0001:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    1.101319] pci 0001:00:00.0: supports D1 D2
[    1.105529] pci 0001:00:00.0: PME# supported from D0 D1 D2 D3hot
[    1.111645] pci 0001:00:00.0: Adding to iommu group 31
[    1.119021] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.127105] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[    1.132265] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[    1.138862] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 01
[    1.145532] fsl-pci ffe260000.pcie: PCI host bridge to bus 0002:00
[    1.151639] pci_bus 0002:00: root bus resource [io  0xc000180000050000-0xc00018000005ffff] (bus address [0x0000-0xffff])
[    1.162505] pci_bus 0002:00: root bus resource [mem 0xc30000000-0xc3fffffff] (bus address [0xe0000000-0xefffffff])
[    1.172848] pci_bus 0002:00: root bus resource [bus 00]
[    1.178061] pci_bus 0002:00: busn_res: [bus 00] end is updated to ff
[    1.184457] pci 0002:00:00.0: [1957:0838] type 01 class 0x060400 PCIe Root Port
[    1.191718] pci 0002:00:00.0: [Firmware Bug]: BAR 0: invalid; can't size
[    1.198418] pci 0002:00:00.0: ROM [mem 0x00000000-0x00ffffff pref]
[    1.204575] pci 0002:00:00.0: PCI bridge to [bus 00]
[    1.209539] pci 0002:00:00.0:   bridge window [io  0xc000180000050000-0xc000180000050fff]
[    1.217704] pci 0002:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    1.224495] pci 0002:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    1.232274] pci 0002:00:00.0: supports D1 D2
[    1.236484] pci 0002:00:00.0: PME# supported from D0 D1 D2 D3hot
[    1.242594] pci 0002:00:00.0: Adding to iommu group 32
[    1.249972] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.258061] pci 0002:00:00.0: PCI bridge to [bus 01-ff]
[    1.263221] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[    1.269817] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 01
[    1.276487] fsl-pci ffe270000.pcie: PCI host bridge to bus 0003:00
[    1.282595] pci_bus 0003:00: root bus resource [io  0xc000180000070000-0xc00018000007ffff] (bus address [0x0000-0xffff])
[    1.293461] pci_bus 0003:00: root bus resource [mem 0xc40000000-0xc4fffffff] (bus address [0xe0000000-0xefffffff])
[    1.303804] pci_bus 0003:00: root bus resource [bus 00]
[    1.309017] pci_bus 0003:00: busn_res: [bus 00] end is updated to ff
[    1.315415] pci 0003:00:00.0: [1957:0838] type 01 class 0x060400 PCIe Root Port
[    1.322674] pci 0003:00:00.0: [Firmware Bug]: BAR 0: invalid; can't size
[    1.329372] pci 0003:00:00.0: ROM [mem 0x00000000-0x00ffffff pref]
[    1.335531] pci 0003:00:00.0: PCI bridge to [bus 00]
[    1.340495] pci 0003:00:00.0:   bridge window [io  0xc000180000070000-0xc000180000070fff]
[    1.348660] pci 0003:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    1.355451] pci 0003:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    1.363230] pci 0003:00:00.0: supports D1 D2
[    1.367441] pci 0003:00:00.0: PME# supported from D0 D1 D2 D3hot
[    1.373549] pci 0003:00:00.0: Adding to iommu group 33
[    1.380927] pci 0003:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.389217] pci 0003:00:00.0: PCI bridge to [bus 01-ff]
[    1.394376] pci_bus 0003:01: busn_res: [bus 01-ff] end is updated to 01
[    1.400972] pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to 01
[    1.407579] PCI: Cannot allocate resource region 0 of device 0000:00:00.0, will remap
[    1.415416] PCI 0000:00 Cannot reserve Legacy IO [io  0xc000180000010000-0x10fff]
[    1.415425] PCI 0001:00 Cannot reserve Legacy IO [io  0xc000180000030000-0x30fff]
[    1.415431] PCI 0002:00 Cannot reserve Legacy IO [io  0xc000180000050000-0x50fff]
[    1.415438] PCI 0003:00 Cannot reserve Legacy IO [io  0xc000180000070000-0x70fff]
[    1.415454] pci 0000:00:00.0: ROM [mem size 0x01000000 pref]: can't assign; no space
[    1.423132] pci 0000:00:00.0: ROM [mem size 0x01000000 pref]: failed to assign
[    1.430358] pci 0000:00:00.0: BAR 0 [io  size 0x0004]: can't assign; no space
[    1.437475] pci 0000:00:00.0: BAR 0 [io  size 0x0004]: failed to assign
[    1.444090] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.449040] pci 0000:00:00.0:   bridge window [io  0xc000180000010000-0xc00018000001ffff]
[    1.457216] pci 0000:00:00.0:   bridge window [mem 0xc00000000-0xc1fffffff]

Part Two:

[    1.464167] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    1.473210] pci_bus 0000:00: resource 4 [io  0xc000180000010000-0xc00018000001ffff]
[    1.480856] pci_bus 0000:00: resource 5 [mem 0xc00000000-0xc1fffffff]
[    1.487294] pci_bus 0000:01: resource 0 [io  0xc000180000010000-0xc00018000001ffff]
[    1.494938] pci_bus 0000:01: resource 1 [mem 0xc00000000-0xc1fffffff]
[    1.501379] pci 0001:00:00.0: ROM [mem size 0x01000000 pref]: can't assign; no space
[    1.509109] pci 0001:00:00.0: ROM [mem size 0x01000000 pref]: failed to assign
[    1.516330] pci 0001:00:00.0: PCI bridge to [bus 01]
[    1.521281] pci 0001:00:00.0:   bridge window [io  0xc000180000030000-0xc00018000003ffff]
[    1.529457] pci 0001:00:00.0:   bridge window [mem 0xc20000000-0xc2fffffff]
[    1.536409] pci_bus 0001:00: resource 4 [io  0xc000180000030000-0xc00018000003ffff]
[    1.544062] pci_bus 0001:00: resource 5 [mem 0xc20000000-0xc2fffffff]
[    1.550490] pci_bus 0001:01: resource 0 [io  0xc000180000030000-0xc00018000003ffff]
[    1.558143] pci_bus 0001:01: resource 1 [mem 0xc20000000-0xc2fffffff]
[    1.564575] pci 0002:00:00.0: ROM [mem size 0x01000000 pref]: can't assign; no space
[    1.572314] pci 0002:00:00.0: ROM [mem size 0x01000000 pref]: failed to assign
[    1.579526] pci 0002:00:00.0: PCI bridge to [bus 01]
[    1.584486] pci 0002:00:00.0:   bridge window [io  0xc000180000050000-0xc00018000005ffff]
[    1.592654] pci 0002:00:00.0:   bridge window [mem 0xc30000000-0xc3fffffff]
[    1.599615] pci_bus 0002:00: resource 4 [io  0xc000180000050000-0xc00018000005ffff]
[    1.607256] pci_bus 0002:00: resource 5 [mem 0xc30000000-0xc3fffffff]
[    1.613694] pci_bus 0002:01: resource 0 [io  0xc000180000050000-0xc00018000005ffff]
[    1.621340] pci_bus 0002:01: resource 1 [mem 0xc30000000-0xc3fffffff]
[    1.627780] pci 0003:00:00.0: ROM [mem size 0x01000000 pref]: can't assign; no space
[    1.635510] pci 0003:00:00.0: ROM [mem size 0x01000000 pref]: failed to assign
[    1.642731] pci 0003:00:00.0: PCI bridge to [bus 01]
[    1.647682] pci 0003:00:00.0:   bridge window [io  0xc000180000070000-0xc00018000007ffff]
[    1.655860] pci 0003:00:00.0:   bridge window [mem 0xc40000000-0xc4fffffff]
[    1.662811] pci_bus 0003:00: resource 4 [io  0xc000180000070000-0xc00018000007ffff]
[    1.670462] pci_bus 0003:00: resource 5 [mem 0xc40000000-0xc4fffffff]
[    1.676890] pci_bus 0003:01: resource 0 [io  0xc000180000070000-0xc00018000007ffff]
[    1.684545] pci_bus 0003:01: resource 1 [mem 0xc40000000-0xc4fffffff]
[    1.691244] PCI: Probing PCI hardware done
[    1.691703] clocksource: Switched to clocksource timebase
[    1.701759] NET: Registered PF_INET protocol family
[    1.706725] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.717089] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    1.725557] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.733280] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    1.741298] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    1.749095] TCP: Hash tables configured (established 32768 bind 32768)
[    1.755936] MPTCP token hash table entries: 4096 (order: 5, 98304 bytes, linear)
[    1.763367] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.770029] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.777349] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.782992] PCI: CLS 0 bytes, default 64
[    1.788162] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    1.799438] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.805190] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    1.817781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.835864] bman_portal ff4000000.bman-portal: Portal initialised, cpu 0
[    1.842604] bman_portal ff4004000.bman-portal: Portal initialised, cpu 1
[    1.849308] bman_portal ff4008000.bman-portal: Portal initialised, cpu 2
[    1.856035] bman_portal ff400c000.bman-portal: Portal initialised, cpu 3
[    1.862756] bman_portal ff4010000.bman-portal: Portal initialised, cpu 4
[    1.869467] bman_portal ff4014000.bman-portal: Portal initialised, cpu 5
[    1.876186] bman_portal ff4018000.bman-portal: Portal initialised, cpu 6
[    1.882928] bman_portal ff401c000.bman-portal: Portal initialised, cpu 7
[    1.890664] qman_portal ff6000000.qman-portal: Portal initialised, cpu 0
[    1.897408] qman_portal ff6004000.qman-portal: Portal initialised, cpu 1
[    1.904147] qman_portal ff6008000.qman-portal: Portal initialised, cpu 2
[    1.910879] qman_portal ff600c000.qman-portal: Portal initialised, cpu 3
[    1.917623] qman_portal ff6010000.qman-portal: Portal initialised, cpu 4
[    1.924370] qman_portal ff6014000.qman-portal: Portal initialised, cpu 5
[    1.931109] qman_portal ff6018000.qman-portal: Portal initialised, cpu 6
[    1.937984] qman_portal ff601c000.qman-portal: Portal initialised, cpu 7
[    1.945560] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    1.955326] printk: legacy console [ttyS0] disabled
[    1.960354] serial8250.0: ttyS0 at MMIO 0xffe11c500 (irq = 36, base_baud = 18750000) is a 16550A
[    1.969091] printk: legacy console [ttyS0] enabled
[    1.978632] printk: legacy bootconsole [udbg0] disabled
[    1.989513] serial8250.0: ttyS1 at MMIO 0xffe11c600 (irq = 36, base_baud = 18750000) is a 16550A
[    1.998704] serial8250.0: ttyS2 at MMIO 0xffe11d500 (irq = 37, base_baud = 18750000) is a 16550A
[    2.007884] serial8250.0: ttyS3 at MMIO 0xffe11d600 (irq = 37, base_baud = 18750000) is a 16550A
[    2.020289] loop: module loaded
[    2.024127] physmap-flash fefc00000.nor: physmap platform flash device: [mem 0xfefc00000-0xfefffffff]
[    2.033434] fefc00000.nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x001a00
[    2.043546] Amd/Fujitsu Extended Query Table at 0x0040
[    2.048700]   Amd/Fujitsu Extended Query version 1.3.
[    2.053759] number of CFI chips: 1
[    2.057331] 11 fixed-partitions partitions found on MTD device fefc00000.nor
[    2.064392] Creating 11 MTD partitions on "fefc00000.nor":
[    2.069881] 0x000000000000-0x000000010000 : "qoriq-rcw"
[    2.075463] ftl_cs: FTL header not found.
[    2.079560] 0x000000010000-0x000000030000 : "wg_cfg0"
[    2.084868] ftl_cs: FTL header not found.
[    2.089093] 0x000000030000-0x000000040000 : "wg_cfg1"
[    2.094336] ftl_cs: FTL header not found.
[    2.098425] 0x000000040000-0x000000050000 : "wg_mfg_data"
[    2.104021] ftl_cs: FTL header not found.
[    2.108102] 0x000000050000-0x000000100000 : "wg_bootopt_data_and_reserved"
[    2.115381] ftl_cs: FTL header not found.
[    2.119461] 0x000000100000-0x0000001b0000 : "wg_extra_reserved_1"
[    2.125967] ftl_cs: FTL header not found.
[    2.130063] 0x0000001b0000-0x000000260000 : "wg_extra_reserved_2"
[    2.136576] ftl_cs: FTL header not found.
[    2.140811] 0x000000260000-0x000000320000 : "wg_u-boot_failsafe"
[    2.147259] ftl_cs: FTL header not found.
[    2.151349] 0x000000320000-0x000000330000 : "qoriq-fman"
[    2.157042] ftl_cs: FTL header not found.
[    2.161551] 0x000000330000-0x000000340000 : "u-boot-env"
[    2.167068] ftl_cs: FTL header not found.
[    2.171147] 0x000000340000-0x000000400000 : "u-boot"
[    2.176551] ftl_cs: FTL header not found.
[    2.184093] fsl_espi ffe110000.spi: irq = 53
[    2.194753] hwmon hwmon0: temp1_input not attached to any thermal zone
[    2.202452] hwmon hwmon1: temp1_input not attached to any thermal zone
[    2.210104] hwmon hwmon2: temp1_input not attached to any thermal zone
[    2.217776] hwmon hwmon3: temp1_input not attached to any thermal zone
[    2.244070] fsl_dpaa_mac ffe4f2000.ethernet: FMan MEMAC
[    2.249309] fsl_dpaa_mac ffe4f2000.ethernet: FMan MAC address: 00:90:7f:d2:d1:a6
[    2.256940] fsl_dpaa_mac ffe4e0000.ethernet: FMan MEMAC
[    2.262180] fsl_dpaa_mac ffe4e0000.ethernet: FMan MAC address: 00:90:7f:d2:d1:a7
[    2.269780] fsl_dpaa_mac ffe4e2000.ethernet: FMan MEMAC
[    2.275013] fsl_dpaa_mac ffe4e2000.ethernet: FMan MAC address: 00:90:7f:d2:d1:a8
[    2.282610] fsl_dpaa_mac ffe4e4000.ethernet: FMan MEMAC
[    2.287837] fsl_dpaa_mac ffe4e4000.ethernet: FMan MAC address: 00:90:7f:d2:d1:a9
[    2.295451] fsl_dpaa_mac ffe4e6000.ethernet: FMan MEMAC
[    2.300679] fsl_dpaa_mac ffe4e6000.ethernet: FMan MAC address: 00:90:7f:d2:d1:aa
[    2.311933] fsl_dpaa_mac ffe4f2000.ethernet eth0: Probed interface eth0
[    2.322092] fsl_dpaa_mac ffe4e0000.ethernet eth1: Probed interface eth1
[    2.332376] fsl_dpaa_mac ffe4e2000.ethernet eth2: Probed interface eth2
[    2.342828] fsl_dpaa_mac ffe4e4000.ethernet eth3: Probed interface eth3
[    2.353075] fsl_dpaa_mac ffe4e6000.ethernet eth4: Probed interface eth4
[    2.360141] platform fsl-ehci.0: Adding to iommu group 34
[    2.365718] platform fsl-ehci.1: Adding to iommu group 35
[    2.371484] fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
[    2.378123] fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1
[    2.395288] fsl-ehci fsl-ehci.0: irq 44, io mem 0xffe210000
[    2.411709] fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00
[    2.417654] hub 1-0:1.0: USB hub found
[    2.421422] hub 1-0:1.0: 1 port detected
[    2.425651] fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller
[    2.432294] fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2
[    2.449425] fsl-ehci fsl-ehci.1: irq 45, io mem 0xffe211000
[    2.471711] fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00
[    2.477608] hub 2-0:1.0: USB hub found
[    2.481375] hub 2-0:1.0: 1 port detected
[    2.485703] usbcore: registered new interface driver uas
[    2.491078] usbcore: registered new interface driver usb-storage
[    2.497712] mpc-i2c ffe118000.i2c: timeout 1000000 us
[    2.503249] mpc-i2c ffe118100.i2c: timeout 1000000 us
[    2.508453] mpc-i2c ffe119000.i2c: timeout 1000000 us
[    2.513620] mpc-i2c ffe119100.i2c: timeout 1000000 us
[    2.519094] ptp_qoriq: device tree node missing required elements, try automatic configuration
[    2.528164] booke_wdt: powerpc book-e watchdog driver loaded
[    2.533924] Freescale(R) MPC85xx EDAC driver, (C) 2006 Montavista Software
[    2.541268] EDAC MC0: Giving out device to module fsl_ddr_edac controller fsl_mc_err: DEV fsl_mc_err (INTERRUPT)
[    2.551509] fsl_ddr_edac acquired irq 490 for MC
[    2.556134] fsl_ddr_edac MC err registered
[    2.561342] EDAC PCI0: Giving out device to module MPC85xx_edac controller mpc85xx_pci_err: DEV mpc85xx-pci-edac.0.auto (INTERRUPT)
[    2.573212] MPC85xx_edac acquired irq 20 for PCI Err
[    2.578178] MPC85xx_edac PCI err registered
[    2.582423] EDAC PCI1: Giving out device to module MPC85xx_edac controller mpc85xx_pci_err: DEV mpc85xx-pci-edac.1.auto (INTERRUPT)
[    2.594288] MPC85xx_edac acquired irq 21 for PCI Err
[    2.599253] MPC85xx_edac PCI err registered
[    2.603496] EDAC PCI2: Giving out device to module MPC85xx_edac controller mpc85xx_pci_err: DEV mpc85xx-pci-edac.2.auto (INTERRUPT)
[    2.615357] MPC85xx_edac acquired irq 22 for PCI Err
[    2.620322] MPC85xx_edac PCI err registered
[    2.624571] EDAC PCI3: Giving out device to module MPC85xx_edac controller mpc85xx_pci_err: DEV mpc85xx-pci-edac.3.auto (INTERRUPT)
[    2.636440] MPC85xx_edac acquired irq 23 for PCI Err
[    2.641405] MPC85xx_edac PCI err registered
[    2.646001] qoriq-cpufreq qoriq-cpufreq: Disabling due to erratum A-008083
[    2.653214] sdhci: Secure Digital Host Controller Interface driver
[    2.659396] sdhci: Copyright(c) Pierre Ossman
[    2.663759] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.670613] caam ffe300000.crypto: Linux CAAM Queue I/F driver initialised
[    2.677507] caam ffe300000.crypto: Entropy delay = 3200
[    2.688238] caam ffe300000.crypto: Instantiated RNG4 SH0
[    2.693729] caam ffe300000.crypto: Instantiated RNG4 SH1
[    2.699046] caam ffe300000.crypto: device ID = 0x0a13020000000000 (Era 6)
[    2.705846] caam ffe300000.crypto: job rings = 4, qi = 1
[    2.711257] platform ffe301000.jr: Adding to iommu group 36
[    2.717057] platform ffe302000.jr: Adding to iommu group 37
[    2.722817] platform ffe303000.jr: Adding to iommu group 38
[    2.728568] platform ffe304000.jr: Adding to iommu group 39
[    2.735237] caam algorithms registered in /proc/crypto
[    2.740478] caam ffe300000.crypto: caam pkc algorithms registered in /proc/crypto
[    2.748010] caam ffe300000.crypto: registering rng-caam
[    2.753339] caam ffe300000.crypto: rng crypto API alg registered prng-caam
[    2.759879] mmc0: SDHCI controller on ffe114000.sdhc [ffe114000.sdhc] using ADMA 64-bit
[    2.760835] caam ffe300000.crypto: algorithms registered in /proc/crypto
[    2.764263] random: crng init done
[    2.779458] NET: Registered PF_INET6 protocol family
[    2.785239] Segment Routing with IPv6
[    2.788918] In-situ OAM (IOAM) with IPv6
[    2.792886] NET: Registered PF_PACKET protocol family
[    2.797953] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.800898] mmc0: new high speed SDHC card at address 59b4
[    2.811022] 8021q: 802.1Q VLAN Support v1.8
[    2.816754] mmcblk0: mmc0:59b4 SDC   7.34 GiB
[    2.826394]  mmcblk0: p1 p2
[    2.833824] clk: Disabling unused clocks
[    2.837956] Waiting 2 sec before mounting root device...
[    4.926881] VFS: Mounted root (squashfs filesystem) readonly on device 179:2.
[    4.934586] Freeing unused kernel image (initmem) memory: 1712K
[    4.940521] This architecture does not have kernel memory protection.
[    4.946982] Run /sbin/init as init process
[    4.951078]   with arguments:
[    4.951082]     /sbin/init
[    4.951086]   with environment:
[    4.951090]     HOME=/
[    4.951094]     TERM=linux
[    5.104886] init: Console is alive
[    5.108395] init: - watchdog -
[    5.237156] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    5.253891] gpio_button_hotplug: loading out-of-tree module taints kernel.
[    5.269231] tpm tpm0: starting up the TPM manually
[    5.343731] rtc-rs5c372 0-0032: rs5c372a found, 24hr
[    5.355608] rtc-rs5c372 0-0032: registered as rtc0
[    5.362120] rtc-rs5c372 0-0032: setting system clock to 2026-03-16T22:04:40 UTC (1773698680)
[    5.371798] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    5.383674] init: - preinit -
[    5.902000] fsl_dpaa_mac ffe4e0000.ethernet eth1: PHY [0x0000000ffe4fc000:01] driver [Marvell 88E1545] (irq=POLL)
[    5.912317] fsl_dpaa_mac ffe4e0000.ethernet eth1: configuring for inband/sgmii link mode
[   10.205104] loop0: detected capacity change from 0 to 212992
[   10.281726] loop0: detected capacity change from 212992 to 196096
[   10.289375] mount_root: overlay filesystem in /dev/loop0 has not been formatted yet
[   11.578039] EXT4-fs (loop0): mounted filesystem 1e356550-355b-42d3-9ab8-13c1c20806cb r/w with ordered data mode. Quota mode: disabled.
[   11.590487] mount_root: overlay filesystem has not been fully initialized yet
[   11.598414] mount_root: switching to ext4 overlay
[   11.605602] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
[   11.649454] EXT4-fs (mmcblk0p1): mounted filesystem 84173db5-fa99-e35a-95c6-28613cc79ea9 r/w without journal. Quota mode: disabled.
[   11.677784] EXT4-fs (mmcblk0p1): unmounting filesystem 84173db5-fa99-e35a-95c6-28613cc79ea9.
[   12.020762] urandom-seed: Seed file not found (/etc/urandom.seed)
[   12.475828] procd: - early -
[   12.478776] procd: - watchdog -
[   13.046217] procd: - watchdog -
[   13.049539] procd: - ubus -
[   13.202965] procd: - init -
[   13.441011] kmodloader: loading kernel modules from /etc/modules.d/*
[   13.457735] i2c_dev: i2c /dev entries driver
[   13.473175] w83793 0-002c: set bank to 248 failed, fall back to bank 250, read reg 0xc error
[   13.481629] w83793 0-002c: duplicate addresses 0x48, use force_subclient
[   13.492316] hwmon_vid: Unknown VRM version of your CPU
[   13.497720] w83793 0-002d: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   13.511292] w83793 0-002d: Registered watchdog chardev major 10, minor: 212
[   13.540439] PPP generic driver version 2.4.2
[   13.545179] NET: Registered PF_PPPOX protocol family
[   13.552225] kmodloader: done loading kernel modules from /etc/modules.d/*
[   13.798255] urngd: v1.0.2 started.
[   17.402117] fsl_dpaa_mac ffe4e0000.ethernet eth1: PHY [0x0000000ffe4fc000:01] driver [Marvell 88E1545] (irq=POLL)
[   17.412432] fsl_dpaa_mac ffe4e0000.ethernet eth1: configuring for inband/sgmii link mode
[   17.492123] fsl_dpaa_mac ffe4e2000.ethernet eth2: PHY [0x0000000ffe4fc000:02] driver [Marvell 88E1545] (irq=POLL)
[   17.502472] fsl_dpaa_mac ffe4e2000.ethernet eth2: configuring for inband/sgmii link mode
[   17.582068] fsl_dpaa_mac ffe4f2000.ethernet eth0: PHY [0x0000000ffe4fc000:00] driver [Marvell 88E1545] (irq=POLL)
[   17.592405] fsl_dpaa_mac ffe4f2000.ethernet eth0: configuring for inband/sgmii link mode
[   20.762583] fsl_dpaa_mac ffe4f2000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off

Here’s something that caught my attention in the dmesg output:

[    1.464167] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc

Great advice, but where do we stick the pci=realloc instruction on this device? Normally, it would go into grub configuration, right? But on this device, we don’t have grub; we have the manufacturer’s bootloader.

Anyway, the remedy is still the same: sysupgrade to stock 25.12 (configuration will be preserved) and reinstall any extra packages.