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]