Dell Edge E42W VEP1400 620/640/680 HW discovery

Specs:


ref: https://japancatalog.dell.com/c/wp-content/uploads/SD_WAN_EDGE_600_spec_sheet.pdf
CPUs used for each model are C3338 (2-core), C3558 (4-core), C3758 (8-core), C3958 (16-core).

Three things,

  • Don't get the 610 model, it's can't be extended as the 620/640/680, and if I understand it correctly, there's no VEP1400 firmware for it, meaning the watchdog can't be disabled by replacing the BIOS.

  • Don't get the version with the black cover, I've read somewhere they've removed some of the internals in those.

  • Make sure the bottom service tag sticker is intact, the ID is used as default BIOS password after a reset.

if it isn't, use dmidecode in DiagOS to retrieve it (thank you for providing this, @ast3citos):

# dmidecode | grep -i -A 7 "base board" | grep -i "asset"
or
# dmidecode | less

There's a long thread about these devices at https://forums.servethehome.com/index.php?threads/dell-vep-vmware-edge-velo-cloud-sd-wan-veracloud-vep1400-vep1400-x-firewall-units.39392/

I got the 620 off eBay.
It comes with a 16GB eMMC, 128GB M.2 SSD (upgradable) and 8GB soldered RAM plus an
empty SO-DIMM slot.
Wifi card is a replaceable Qualcomm 802.11AC 2x2 MIMO
The 16GB eMMC alone is more than enough to run OpenWRT :wink:

There's a built in serial console on the device, you only need a micro USB cable to be able to talk to it. All activities until you've gotten OpenWRT (or some other OS) installed, are made through it.

If the watchdog is active (box will auto reboot after 5 mins) on the device you get, you need to disable it 1st, by flashing a VEP1400 BIOS, it's described here.

To avoid boot issues, disable CSM (under Advanced) in BIOS, @erizan found this.

I had issues installing the Dell DiagOS onto the eMMC and the SSD, until I tried installing it on an USB flash drive, it'd still fail, but I managed to fix it. The workaround is documented here.
DiagOS logon is root / calvin.

Once the BIOS is flashed (needs to be run twice, 1st one sets BIOS in the correct mode),
you'll notice you lost two of the six ethernet ports.
To fix it, you need to perform a reset, the button is the one (of two) closest to the
power connector on the PCB.

Once the reset is done, the BIOS admin account will have gotten the default password restored. The password is the serial tag ID plus a ! (example: 1D4ZGH9! ).

Now the watchdog should be gone, and you can simply boot OpenWRT off a flash drive, and install it onto the eMMC or the SSD.

Fan RPM can be controlled using https://forums.servethehome.com/index.php?threads/dell-vep-vmware-edge-velo-cloud-sd-wan-veracloud-vep1400-vep1400-x-firewall-units.39392/page-17#post-434367 (not tested in Openwrt).

You can see the micro USB serial port to the left

If I understand it correctly, the SFP+s are shared with the two right most ethernet ports, and can't be used simultaneously.

Device comes with two USB3 ports, one on each side.

Someone said the fw could perhaps be updated, to support 2.5GbE.

Here you see the DIMM slot, and the SSD (next to the battery), unfortunately they are tricky replace/install unless you take the whole box apart.

4 Likes
root@OpenWrt:/# lspci | sort -k1
01:00.0 Co-processor: Intel Corporation Atom Processor C3000 Series QuickAssist Technology (rev 11)
00:18.0 Communication controller: Intel Corporation Atom Processor C3000 Series ME HECI 1 (rev 11)
05:00.0 Ethernet controller: Intel Corporation Ethernet Connection X553 10 GbE SFP+ (rev 11)
05:00.1 Ethernet controller: Intel Corporation Ethernet Connection X553 10 GbE SFP+ (rev 11)
07:00.0 Ethernet controller: Intel Corporation Ethernet Connection X553 1GbE (rev 11)
07:00.1 Ethernet controller: Intel Corporation Ethernet Connection X553 1GbE (rev 11)
02:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
02:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
02:00.2 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
02:00.3 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
00:05.0 Generic system peripheral [0807]: Intel Corporation Atom Processor C3000 Series Root Complex Event Collector (rev 11)
00:04.0 Host bridge: Intel Corporation Atom Processor C3000 Series Error Registers (rev 11)
00:00.0 Host bridge: Intel Corporation Atom Processor C3000 Series System Agent (rev 11)
00:1f.0 ISA bridge: Intel Corporation Atom Processor C3000 Series LPC or eSPI (rev 11)
00:1f.2 Memory controller: Intel Corporation Atom Processor C3000 Series Power Management Controller (rev 11)
04:00.0 Network controller: Qualcomm Atheros QCA986x/988x 802.11ac Wireless Network Adapter
00:16.0 PCI bridge: Intel Corporation Atom Processor C3000 Series Integrated LAN Root Port #0 (rev 11)
00:17.0 PCI bridge: Intel Corporation Atom Processor C3000 Series Integrated LAN Root Port #1 (rev 11)
00:06.0 PCI bridge: Intel Corporation Atom Processor C3000 Series Integrated QAT Root Port (rev 11)
00:0b.0 PCI bridge: Intel Corporation Atom Processor C3000 Series PCI Express Root Port #2 (rev 11)
00:0f.0 PCI bridge: Intel Corporation Atom Processor C3000 Series PCI Express Root Port #5 (rev 11)
00:13.0 SATA controller: Intel Corporation Atom Processor C3000 Series SATA Controller 0 (rev 11)
00:1c.0 SD Host controller: Intel Corporation Device 19db (rev 11)
00:1f.4 SMBus: Intel Corporation Atom Processor C3000 Series SMBus controller (rev 11)
00:1f.5 Serial bus controller: Intel Corporation Atom Processor C3000 Series SPI Controller (rev 11)
00:12.0 System peripheral: Intel Corporation Atom Processor C3000 Series SMBus Contoller - Host (rev 11)
00:15.0 USB controller: Intel Corporation Atom Processor C3000 Series USB 3.0 xHCI Controller (rev 11)
root@OpenWrt:/# cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 95
model name      : Intel(R) Atom(TM) CPU C3558 @ 2.20GHz
stepping        : 1
microcode       : 0x38
cpu MHz         : 800.000
cache size      : 2048 KB
physical id     : 0
siblings        : 4
core id         : 2
cpu cores       : 4
apicid          : 4
initial apicid  : 4
fpu             : yes
fpu_exception   : yes
cpuid level     : 21
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault epb cat_l2 ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust smep erms mpx rdt_a rdseed smap clflushopt intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves dtherm arat pln pts md_clear arch_capabilities
vmx flags       : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs
bugs            : spectre_v1 spectre_v2 spec_store_bypass
bogomips        : 4400.00
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:



[    0.000000] Linux version 5.15.150 (builder@buildhost) (x86_64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r23809-234f1a2efa) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Fri Mar 22 22:09:42 2024
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz root=PARTUUID=7117db1b-02 rootwait console=tty0 console=ttyS0,115200n8 noinitrd
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000997ff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000099800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003e2dffff] usable
[    0.000000] BIOS-e820: [mem 0x000000003e2e0000-0x000000003e2fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003e300000-0x000000007923efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007923f000-0x000000007924efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007924f000-0x000000007dc85fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007dc86000-0x000000007dd61fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007dd62000-0x000000007ded3fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ded4000-0x000000007e2a7fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007e2a8000-0x000000007f33afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007f33b000-0x000000007f7fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007f800000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Dell EMC EDGE620/EDGE620-CPU, BIOS 3.50.0.9-20 09/19/2023
[    0.000000] tsc: Detected 2200.000 MHz processor
[    0.000030] last_pfn = 0x280000 max_arch_pfn = 0x400000000
[    0.000071] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000357] x2apic: enabled by BIOS, switching to x2apic ops
[    0.000360] last_pfn = 0x7f800 max_arch_pfn = 0x400000000
[    0.004721] found SMP MP-table at [mem 0x000fce00-0x000fce0f]
[    0.004739] Using GB pages for direct mapping
[    0.006121] ACPI: Early table checksum verification disabled
[    0.006127] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
[    0.006134] ACPI: XSDT 0x000000007E212098 0000B4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006142] ACPI: FACP 0x000000007E216890 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.006149] ACPI: DSDT 0x000000007E2121E8 0046A7 (v02 ALASKA A M I    01072009 INTL 20160930)
[    0.006155] ACPI: FACS 0x000000007E2A6080 000040
[    0.006159] ACPI: FPDT 0x000000007E2169A8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006164] ACPI: FIDT 0x000000007E2169F0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006169] ACPI: MCFG 0x000000007E216A90 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.006174] ACPI: APIC 0x000000007E216AD0 000078 (v04 INTEL  TIANO    00000001 MSFT 00000000)
[    0.006179] ACPI: BDAT 0x000000007E216B48 000030 (v01                 00000000      00000000)
[    0.006184] ACPI: BVER 0x000000007E216B78 010078 (v01 ALASKA A M I    00000000 MSFT 01000013)
[    0.006189] ACPI: HPET 0x000000007E226BF0 000038 (v01 ALASKA A M I    00000001 MSFT 01000013)
[    0.006194] ACPI: UEFI 0x000000007E226C28 000042 (v01 ALASKA A M I    00000002      01000013)
[    0.006199] ACPI: SSDT 0x000000007E226C70 0019EE (v02 PmRef  CpuPm    00003000 INTL 20160930)
[    0.006204] ACPI: DMAR 0x000000007E228660 000070 (v01 INTEL  BDW      00000001 INTL 00000001)
[    0.006209] ACPI: SPCR 0x000000007E2286D0 000050 (v02 A M I  APTIO V  01072009 AMI. 0005000D)
[    0.006214] ACPI: TPM2 0x000000007E228720 000034 (v03 ALASKA A M I    00000001 AMI  00000000)
[    0.006219] ACPI: HEST 0x000000007E228758 0000A8 (v01 INTEL  VND      00000001 INTL 00000001)
[    0.006224] ACPI: BERT 0x000000007E228800 000030 (v01 INTEL  VND      00000001 INTL 00000001)
[    0.006229] ACPI: ERST 0x000000007E228830 000230 (v01 INTEL  VND      00000001 INTL 00000001)
[    0.006234] ACPI: EINJ 0x000000007E228A60 000150 (v01 INTEL  VND      00000001 INTL 00000001)
[    0.006238] ACPI: WSMT 0x000000007E228BB0 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006243] ACPI: Reserving FACP table memory at [mem 0x7e216890-0x7e2169a3]
[    0.006246] ACPI: Reserving DSDT table memory at [mem 0x7e2121e8-0x7e21688e]
[    0.006248] ACPI: Reserving FACS table memory at [mem 0x7e2a6080-0x7e2a60bf]
[    0.006251] ACPI: Reserving FPDT table memory at [mem 0x7e2169a8-0x7e2169eb]
[    0.006253] ACPI: Reserving FIDT table memory at [mem 0x7e2169f0-0x7e216a8b]
[    0.006255] ACPI: Reserving MCFG table memory at [mem 0x7e216a90-0x7e216acb]
[    0.006257] ACPI: Reserving APIC table memory at [mem 0x7e216ad0-0x7e216b47]
[    0.006259] ACPI: Reserving BDAT table memory at [mem 0x7e216b48-0x7e216b77]
[    0.006262] ACPI: Reserving BVER table memory at [mem 0x7e216b78-0x7e226bef]
[    0.006264] ACPI: Reserving HPET table memory at [mem 0x7e226bf0-0x7e226c27]
[    0.006266] ACPI: Reserving UEFI table memory at [mem 0x7e226c28-0x7e226c69]
[    0.006268] ACPI: Reserving SSDT table memory at [mem 0x7e226c70-0x7e22865d]
[    0.006270] ACPI: Reserving DMAR table memory at [mem 0x7e228660-0x7e2286cf]
[    0.006273] ACPI: Reserving SPCR table memory at [mem 0x7e2286d0-0x7e22871f]
[    0.006275] ACPI: Reserving TPM2 table memory at [mem 0x7e228720-0x7e228753]
[    0.006277] ACPI: Reserving HEST table memory at [mem 0x7e228758-0x7e2287ff]
[    0.006279] ACPI: Reserving BERT table memory at [mem 0x7e228800-0x7e22882f]
[    0.006282] ACPI: Reserving ERST table memory at [mem 0x7e228830-0x7e228a5f]
[    0.006284] ACPI: Reserving EINJ table memory at [mem 0x7e228a60-0x7e228baf]
[    0.006286] ACPI: Reserving WSMT table memory at [mem 0x7e228bb0-0x7e228bd7]
[    0.006298] Setting APIC routing to cluster x2apic.
[    0.006320] Zone ranges:
[    0.006322]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006325]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006328]   Normal   [mem 0x0000000100000000-0x000000027fffffff]
[    0.006331] Movable zone start for each node
[    0.006333] Early memory node ranges
[    0.006334]   node   0: [mem 0x0000000000001000-0x0000000000098fff]
[    0.006336]   node   0: [mem 0x0000000000100000-0x000000003e2dffff]
[    0.006338]   node   0: [mem 0x000000003e300000-0x000000007923efff]
[    0.006340]   node   0: [mem 0x000000007924f000-0x000000007dc85fff]
[    0.006342]   node   0: [mem 0x000000007dd62000-0x000000007ded3fff]
[    0.006344]   node   0: [mem 0x000000007f33b000-0x000000007f7fffff]
[    0.006346]   node   0: [mem 0x0000000100000000-0x000000027fffffff]
[    0.006349] Initmem setup node 0 [mem 0x0000000000001000-0x000000027fffffff]
[    0.006358] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006422] On node 0, zone DMA: 103 pages in unavailable ranges
[    0.013932] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.014230] On node 0, zone DMA32: 16 pages in unavailable ranges
[    0.014244] On node 0, zone DMA32: 220 pages in unavailable ranges
[    0.014402] On node 0, zone DMA32: 5223 pages in unavailable ranges
[    0.038475] On node 0, zone Normal: 2048 pages in unavailable ranges
[    0.038648] ACPI: PM-Timer IO Port: 0x1808
[    0.038659] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.038663] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.038682] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.038687] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.038691] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.038696] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.038698] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.038706] ACPI: SPCR: console: uart,io,0x3f8,115200
[    0.038709] TSC deadline timer available
[    0.038712] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.038738] [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.038741] Booting paravirtualized kernel on bare hardware
[    0.038746] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.038754] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.039333] percpu: Embedded 45 pages/cpu s146008 r8192 d30120 u524288
[    0.039383] Built 1 zonelists, mobility grouping on.  Total pages: 2056706
[    0.039390] Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=PARTUUID=7117db1b-02 rootwait console=tty0 console=ttyS0,115200n8 noinitrd
[    0.039495] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz", will be passed to user space.
[    0.041364] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.042318] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.042371] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.117492] Memory: 8122128K/8358036K available (14338K kernel code, 1154K rwdata, 2420K rodata, 1604K init, 1216K bss, 235652K reserved, 0K cma-reserved)
[    0.118381] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.118567] rcu: Hierarchical RCU implementation.
[    0.118570] rcu:     RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.118573]  Tracing variant of Tasks RCU enabled.
[    0.118575] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.118577] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.118586] NR_IRQS: 33024, nr_irqs: 456, preallocated irqs: 16
[    0.118881] random: crng init done
[    0.119340] Console: colour dummy device 80x25
[    0.119644] printk: console [tty0] enabled
[    1.019352] printk: console [ttyS0] enabled
[    1.023676] ACPI: Core revision 20210730
[    1.027935] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    1.037162] APIC: Switch to symmetric I/O mode setup
[    1.042263] DMAR: Host address width 39
[    1.046233] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    1.051702] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da
[    1.059767] DMAR: RMRR base: 0x0000003e2e0000 end: 0x0000003e2fffff
[    1.066170] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed90000 IOMMU 0
[    1.072668] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[    1.078210] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    1.087588] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    1.093812] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.147139] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fb633008a4, max_idle_ns: 440795292230 ns
[    1.157801] Calibrating delay loop (skipped), value calculated using timer frequency.. 4400.00 BogoMIPS (lpj=22000000)
[    1.167952] process: using mwait in idle threads
[    1.172703] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    1.177802] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    1.183855] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.187803] Spectre V2 : Mitigation: Retpolines
[    1.197801] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.206198] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    1.207801] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.217802] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.227802] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    1.237808] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    1.245598] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    1.247801] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    1.257801] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    1.263768] x86/fpu: xstate_offset[3]:  576, xstate_sizes[3]:   64
[    1.267801] x86/fpu: xstate_offset[4]:  640, xstate_sizes[4]:   64
[    1.277801] x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
[    1.312277] Freeing SMP alternatives memory: 44K
[    1.317038] pid_max: default: 32768 minimum: 301
[    1.317906] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.327828] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.338300] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    1.347404] smpboot: CPU0: Intel(R) Atom(TM) CPU C3558 @ 2.20GHz (family: 0x6, model: 0x5f, stepping: 0x1)
[    1.347805] Performance Events: PEBS fmt3+, Goldmont events, 32-deep LBR, full-width counters, Intel PMU driver.
[    1.357803] ... version:                4
[    1.361947] ... bit width:              48
[    1.366174] ... generic registers:      4
[    1.367802] ... value mask:             0000ffffffffffff
[    1.373246] ... max period:             00007fffffffffff
[    1.377802] ... fixed-purpose events:   3
[    1.381944] ... event mask:             000000070000000f
[    1.387485] signal: max sigframe size: 1616
[    1.387837] rcu: Hierarchical SRCU implementation.
[    1.392889] smp: Bringing up secondary CPUs ...
[    1.397684] x86: Booting SMP configuration:
[    1.397803] .... node  #0, CPUs:      #1 #2 #3
[    1.399576] smp: Brought up 1 node, 4 CPUs
[    1.407807] smpboot: Max logical packages: 1
[    1.412209] smpboot: Total of 4 processors activated (17600.00 BogoMIPS)
[    1.418857] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    1.427810] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    1.434864] pinctrl core: initialized pinctrl subsystem
[    1.438057] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    1.444364] thermal_sys: Registered thermal governor 'step_wise'
[    1.444366] thermal_sys: Registered thermal governor 'user_space'
[    1.447880] cpuidle: using governor ladder
[    1.457910] ACPI: bus type PCI registered
[    1.462054] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.467870] PCI: Using configuration type 1 for base access
[    1.476628] cryptd: max_cpu_qlen set to 1000
[    1.478279] ACPI: Added _OSI(Module Device)
[    1.482598] ACPI: Added _OSI(Processor Device)
[    1.487172] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.487805] ACPI: Added _OSI(Processor Aggregator Device)
[    1.493338] ACPI: Added _OSI(Linux-Dell-Video)
[    1.497804] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    1.503246] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    1.510837] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    1.518626] ACPI: Dynamic OEM Table Load:
[    1.522776] ACPI: SSDT 0xFFFF888100834000 0004ED (v02 PmRef  Cpu0Ist  00003000 INTL 20160930)
[    1.528525] ACPI: Dynamic OEM Table Load:
[    1.532676] ACPI: SSDT 0xFFFF888100832000 00074D (v02 PmRef  ApIst    00003000 INTL 20160930)
[    1.539098] ACPI: Interpreter enabled
[    1.542900] ACPI: PM: (supports S0 S5)
[    1.546782] ACPI: Using IOAPIC for interrupt routing
[    1.547838] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.557293] ACPI: Enabled 4 GPEs in block 00 to 7F
[    1.565148] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    1.567809] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
[    1.575763] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[    1.578125] PCI host bridge to bus 0000:00
[    1.582356] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.587803] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.594727] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.597808] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    1.605425] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    1.607803] pci_bus 0000:00: root bus resource [mem 0x280000000-0x7fffffffff window]
[    1.615681] pci_bus 0000:00: root bus resource [mem 0xfe010000-0xfe010fff window]
[    1.617803] pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfa0fffff window]
[    1.625424] pci_bus 0000:00: root bus resource [mem 0xfb000000-0xfb7fffff window]
[    1.627803] pci_bus 0000:00: root bus resource [mem 0xfa100000-0xfa1007ff window]
[    1.635418] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.637861] pci 0000:00:00.0: [8086:1980] type 00 class 0x060000
[    1.644237] pci 0000:00:04.0: [8086:19a1] type 00 class 0x060000
[    1.648042] pci 0000:00:05.0: [8086:19a2] type 00 class 0x080700
[    1.654272] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    1.657985] pci 0000:00:06.0: [8086:19a3] type 01 class 0x060400
[    1.664182] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    1.667977] pci 0000:00:0b.0: [8086:19a6] type 01 class 0x060400
[    1.674129] pci 0000:00:0b.0: reg 0x10: [mem 0x7d7ff20000-0x7d7ff3ffff 64bit]
[    1.677817] pci 0000:00:0b.0: enabling Extended Tags
[    1.682946] pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
[    1.687978] pci 0000:00:0f.0: [8086:19a9] type 01 class 0x060400
[    1.694130] pci 0000:00:0f.0: reg 0x10: [mem 0x7d7ff00000-0x7d7ff1ffff 64bit]
[    1.697817] pci 0000:00:0f.0: enabling Extended Tags
[    1.702944] pci 0000:00:0f.0: PME# supported from D0 D3hot D3cold
[    1.707990] pci 0000:00:12.0: [8086:19ac] type 00 class 0x088000
[    1.714148] pci 0000:00:12.0: reg 0x10: [mem 0x7d7ff54000-0x7d7ff543ff 64bit]
[    1.718061] pci 0000:00:13.0: [8086:19b2] type 00 class 0x010601
[    1.724213] pci 0000:00:13.0: reg 0x10: [mem 0xdd804000-0xdd805fff]
[    1.727809] pci 0000:00:13.0: reg 0x14: [mem 0xdd807000-0xdd8070ff]
[    1.734214] pci 0000:00:13.0: reg 0x18: [io  0xe050-0xe057]
[    1.737808] pci 0000:00:13.0: reg 0x1c: [io  0xe040-0xe043]
[    1.743517] pci 0000:00:13.0: reg 0x20: [io  0xe020-0xe03f]
[    1.747809] pci 0000:00:13.0: reg 0x24: [mem 0xdd806000-0xdd8067ff]
[    1.754250] pci 0000:00:13.0: PME# supported from D3hot
[    1.757979] pci 0000:00:15.0: [8086:19d0] type 00 class 0x0c0330
[    1.764133] pci 0000:00:15.0: reg 0x10: [mem 0x7d7ff40000-0x7d7ff4ffff 64bit]
[    1.767857] pci 0000:00:15.0: PME# supported from D3hot D3cold
[    1.774031] pci 0000:00:16.0: [8086:19d1] type 01 class 0x060400
[    1.777852] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.784250] pci 0000:00:17.0: [8086:19d2] type 01 class 0x060400
[    1.787852] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
[    1.794255] pci 0000:00:18.0: [8086:19d3] type 00 class 0x078000
[    1.797825] pci 0000:00:18.0: reg 0x10: [mem 0x7d7ff53000-0x7d7ff53fff 64bit]
[    1.805177] pci 0000:00:18.0: PME# supported from D3hot
[    1.807995] pci 0000:00:1c.0: [8086:19db] type 00 class 0x080501
[    1.814152] pci 0000:00:1c.0: reg 0x10: [mem 0x7d7ff52000-0x7d7ff52fff 64bit]
[    1.817813] pci 0000:00:1c.0: reg 0x18: [mem 0x7d7ff51000-0x7d7ff51fff 64bit]
[    1.825298] pci 0000:00:1f.0: [8086:19dc] type 00 class 0x060100
[    1.828044] pci 0000:00:1f.2: [8086:19de] type 00 class 0x058000
[    1.834194] pci 0000:00:1f.2: reg 0x10: [mem 0xdd800000-0xdd803fff]
[    1.838011] pci 0000:00:1f.4: [8086:19df] type 00 class 0x0c0500
[    1.844167] pci 0000:00:1f.4: reg 0x10: [mem 0x7d7ff50000-0x7d7ff500ff 64bit]
[    1.847821] pci 0000:00:1f.4: reg 0x20: [io  0xe000-0xe01f]
[    1.853706] pci 0000:00:1f.5: [8086:19e0] type 00 class 0x0c8000
[    1.857814] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    1.864378] pci 0000:01:00.0: [8086:19e2] type 00 class 0x0b4000
[    1.867828] pci 0000:01:00.0: reg 0x18: [mem 0xdd740000-0xdd77ffff 64bit]
[    1.874760] pci 0000:01:00.0: reg 0x20: [mem 0xdd700000-0xdd73ffff 64bit]
[    1.877813] pci 0000:01:00.0: enabling Extended Tags
[    1.882958] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:06.0 (capable of 64.000 Gb/s with 5.0 GT/s PCIe x16 link)
[    1.887865] pci 0000:00:06.0: PCI bridge to [bus 01]
[    1.892970] pci 0000:00:06.0:   bridge window [mem 0xdd700000-0xdd7fffff]
[    1.897884] pci 0000:02:00.0: [8086:1521] type 00 class 0x020000
[    1.904037] pci 0000:02:00.0: reg 0x10: [mem 0xdc060000-0xdc07ffff]
[    1.907818] pci 0000:02:00.0: reg 0x18: [io  0xd060-0xd07f]
[    1.913532] pci 0000:02:00.0: reg 0x1c: [mem 0xdc08c000-0xdc08ffff]
[    1.917876] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    1.924118] pci 0000:02:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0000:00:0b.0 (capable of 16.000 Gb/s with 5.0 GT/s PCIe x4 link)
[    1.927903] pci 0000:02:00.1: [8086:1521] type 00 class 0x020000
[    1.934057] pci 0000:02:00.1: reg 0x10: [mem 0xdc040000-0xdc05ffff]
[    1.937818] pci 0000:02:00.1: reg 0x18: [io  0xd040-0xd05f]
[    1.943532] pci 0000:02:00.1: reg 0x1c: [mem 0xdc088000-0xdc08bfff]
[    1.947876] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[    1.954212] pci 0000:02:00.2: [8086:1521] type 00 class 0x020000
[    1.957820] pci 0000:02:00.2: reg 0x10: [mem 0xdc020000-0xdc03ffff]
[    1.964237] pci 0000:02:00.2: reg 0x18: [io  0xd020-0xd03f]
[    1.967810] pci 0000:02:00.2: reg 0x1c: [mem 0xdc084000-0xdc087fff]
[    1.974283] pci 0000:02:00.2: PME# supported from D0 D3hot D3cold
[    1.977912] pci 0000:02:00.3: [8086:1521] type 00 class 0x020000
[    1.984069] pci 0000:02:00.3: reg 0x10: [mem 0xdc000000-0xdc01ffff]
[    1.987818] pci 0000:02:00.3: reg 0x18: [io  0xd000-0xd01f]
[    1.993532] pci 0000:02:00.3: reg 0x1c: [mem 0xdc080000-0xdc083fff]
[    1.997876] pci 0000:02:00.3: PME# supported from D0 D3hot D3cold
[    2.004200] pci 0000:00:0b.0: PCI bridge to [bus 02-03]
[    2.007805] pci 0000:00:0b.0:   bridge window [io  0xd000-0xdfff]
[    2.014032] pci 0000:00:0b.0:   bridge window [mem 0xdc000000-0xdc9fffff]
[    2.017805] pci 0000:00:0b.0:   bridge window [mem 0x7d70000000-0x7d709fffff 64bit pref]
[    2.026088] pci 0000:04:00.0: [168c:003c] type 00 class 0x028000
[    2.027823] pci 0000:04:00.0: reg 0x10: [mem 0xdca00000-0xdcbfffff 64bit]
[    2.034783] pci 0000:04:00.0: reg 0x30: [mem 0xdcc00000-0xdcc0ffff pref]
[    2.037852] pci 0000:04:00.0: supports D1
[    2.041997] pci 0000:04:00.0: PME# supported from D0 D1 D3hot
[    2.047874] pci 0000:00:0f.0: PCI bridge to [bus 04]
[    2.052976] pci 0000:00:0f.0:   bridge window [mem 0xdca00000-0xdccfffff]
[    2.057866] pci 0000:05:00.0: [8086:15c4] type 00 class 0x020000
[    2.064024] pci 0000:05:00.0: reg 0x10: [mem 0x7d71400000-0x7d715fffff 64bit pref]
[    2.067824] pci 0000:05:00.0: reg 0x20: [mem 0x7d71604000-0x7d71607fff 64bit pref]
[    2.075534] pci 0000:05:00.0: reg 0x30: [mem 0xdd280000-0xdd2fffff pref]
[    2.077848] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    2.084191] pci 0000:05:00.1: [8086:15c4] type 00 class 0x020000
[    2.087818] pci 0000:05:00.1: reg 0x10: [mem 0x7d71200000-0x7d713fffff 64bit pref]
[    2.095542] pci 0000:05:00.1: reg 0x20: [mem 0x7d71600000-0x7d71603fff 64bit pref]
[    2.097809] pci 0000:05:00.1: reg 0x30: [mem 0xdd200000-0xdd27ffff pref]
[    2.104686] pci 0000:05:00.1: PME# supported from D0 D3hot D3cold
[    2.107896] pci 0000:00:16.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[    2.117271] pci 0000:00:16.0: PCI bridge to [bus 05-06]
[    2.117806] pci 0000:00:16.0:   bridge window [mem 0xdd200000-0xdd6fffff]
[    2.124728] pci 0000:00:16.0:   bridge window [mem 0x7d71200000-0x7d716fffff 64bit pref]
[    2.127863] pci 0000:07:00.0: [8086:15e5] type 00 class 0x020000
[    2.134019] pci 0000:07:00.0: reg 0x10: [mem 0x7d70e00000-0x7d70ffffff 64bit pref]
[    2.137824] pci 0000:07:00.0: reg 0x20: [mem 0x7d71004000-0x7d71007fff 64bit pref]
[    2.145534] pci 0000:07:00.0: reg 0x30: [mem 0xdcd80000-0xdcdfffff pref]
[    2.147845] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[    2.154179] pci 0000:07:00.1: [8086:15e5] type 00 class 0x020000
[    2.157818] pci 0000:07:00.1: reg 0x10: [mem 0x7d70c00000-0x7d70dfffff 64bit pref]
[    2.165541] pci 0000:07:00.1: reg 0x20: [mem 0x7d71000000-0x7d71003fff 64bit pref]
[    2.167809] pci 0000:07:00.1: reg 0x30: [mem 0xdcd00000-0xdcd7ffff pref]
[    2.174686] pci 0000:07:00.1: PME# supported from D0 D3hot D3cold
[    2.177894] pci 0000:00:17.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[    2.187265] pci 0000:00:17.0: PCI bridge to [bus 07-08]
[    2.187805] pci 0000:00:17.0:   bridge window [mem 0xdcd00000-0xdd1fffff]
[    2.194728] pci 0000:00:17.0:   bridge window [mem 0x7d70c00000-0x7d710fffff 64bit pref]
[    2.198040] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    2.204248] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    2.207869] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    2.214074] ACPI: PCI: Interrupt link LNKD configured for IRQ 7
[    2.217868] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    2.224075] ACPI: PCI: Interrupt link LNKF configured for IRQ 14
[    2.227868] ACPI: PCI: Interrupt link LNKG configured for IRQ 15
[    2.234074] ACPI: PCI: Interrupt link LNKH configured for IRQ 15
[    2.239014] iommu: Default domain type: Translated
[    2.244028] iommu: DMA domain TLB invalidation policy: lazy mode
[    2.247936] SCSI subsystem initialized
[    2.251926] ACPI: bus type USB registered
[    2.256092] usbcore: registered new interface driver usbfs
[    2.257818] usbcore: registered new interface driver hub
[    2.263272] usbcore: registered new device driver usb
[    2.267828] pps_core: LinuxPPS API ver. 1 registered
[    2.272924] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.277808] PTP clock support registered
[    2.282113] PCI: Using ACPI for IRQ routing
[    2.286640] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    2.287806] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    2.295829] clocksource: Switched to clocksource tsc-early
[    2.295829] pnp: PnP ACPI init
[    2.296866] system 00:00: [io  0x1800-0x18fe] has been reserved
[    2.302928] system 00:00: [mem 0xfed03000-0xfed03fff] has been reserved
[    2.309903] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    2.316654] system 00:01: [mem 0x7fc00000-0x7fffffff] has been reserved
[    2.323412] system 00:01: [mem 0xfed60000-0xfed60fff] has been reserved
[    2.330234] system 00:02: [io  0x0680-0x069f] has been reserved
[    2.336289] system 00:02: [io  0x0500-0x05fe] has been reserved
[    2.342350] system 00:02: [mem 0x000e0000-0x000fffff] could not be reserved
[    2.349449] system 00:02: [mem 0xff800000-0xffffffff] has been reserved
[    2.356497] pnp: PnP ACPI: found 6 devices
[    2.366188] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.375243] NET: Registered PF_INET protocol family
[    2.380499] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    2.389821] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    2.398497] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    2.406383] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    2.414565] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    2.422341] TCP: Hash tables configured (established 65536 bind 65536)
[    2.429073] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    2.436030] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    2.443505] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.449339] pci 0000:00:06.0: PCI bridge to [bus 01]
[    2.454445] pci 0000:00:06.0:   bridge window [mem 0xdd700000-0xdd7fffff]
[    2.461377] pci 0000:00:0b.0: PCI bridge to [bus 02-03]
[    2.466735] pci 0000:00:0b.0:   bridge window [io  0xd000-0xdfff]
[    2.472969] pci 0000:00:0b.0:   bridge window [mem 0xdc000000-0xdc9fffff]
[    2.479897] pci 0000:00:0b.0:   bridge window [mem 0x7d70000000-0x7d709fffff 64bit pref]
[    2.488124] pci 0000:00:0f.0: PCI bridge to [bus 04]
[    2.493226] pci 0000:00:0f.0:   bridge window [mem 0xdca00000-0xdccfffff]
[    2.500156] pci 0000:00:16.0: PCI bridge to [bus 05-06]
[    2.505518] pci 0000:00:16.0:   bridge window [mem 0xdd200000-0xdd6fffff]
[    2.512443] pci 0000:00:16.0:   bridge window [mem 0x7d71200000-0x7d716fffff 64bit pref]
[    2.520675] pci 0000:00:17.0: PCI bridge to [bus 07-08]
[    2.526033] pci 0000:00:17.0:   bridge window [mem 0xdcd00000-0xdd1fffff]
[    2.532960] pci 0000:00:17.0:   bridge window [mem 0x7d70c00000-0x7d710fffff 64bit pref]
[    2.541193] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    2.547508] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    2.553828] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    2.560841] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window]
[    2.567851] pci_bus 0000:00: resource 8 [mem 0x80000000-0xdfffffff window]
[    2.574864] pci_bus 0000:00: resource 9 [mem 0x280000000-0x7fffffffff window]
[    2.582138] pci_bus 0000:00: resource 10 [mem 0xfe010000-0xfe010fff window]
[    2.589240] pci_bus 0000:00: resource 11 [mem 0xfa000000-0xfa0fffff window]
[    2.596335] pci_bus 0000:00: resource 12 [mem 0xfb000000-0xfb7fffff window]
[    2.603432] pci_bus 0000:00: resource 13 [mem 0xfa100000-0xfa1007ff window]
[    2.610534] pci_bus 0000:01: resource 1 [mem 0xdd700000-0xdd7fffff]
[    2.616935] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    2.622645] pci_bus 0000:02: resource 1 [mem 0xdc000000-0xdc9fffff]
[    2.629048] pci_bus 0000:02: resource 2 [mem 0x7d70000000-0x7d709fffff 64bit pref]
[    2.636754] pci_bus 0000:04: resource 1 [mem 0xdca00000-0xdccfffff]
[    2.643159] pci_bus 0000:05: resource 1 [mem 0xdd200000-0xdd6fffff]
[    2.649564] pci_bus 0000:05: resource 2 [mem 0x7d71200000-0x7d716fffff 64bit pref]
[    2.657266] pci_bus 0000:07: resource 1 [mem 0xdcd00000-0xdd1fffff]
[    2.663670] pci_bus 0000:07: resource 2 [mem 0x7d70c00000-0x7d710fffff 64bit pref]
[    2.672123] PCI: CLS 64 bytes, default 64
[    2.676311] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.682897] software IO TLB: mapped [mem 0x0000000079c86000-0x000000007dc86000] (64MB)
[    2.691089] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[    2.699150] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.705029] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.710824] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.716413] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fb633008a4, max_idle_ns: 440795292230 ns
[    2.726577] clocksource: Switched to clocksource tsc
[    2.732632] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    2.740668] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.746847] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    2.755316] pcieport 0000:00:17.0: can't derive routing for PCI INT A
[    2.761903] pcieport 0000:00:17.0: PCI INT A: not connected
[    2.767684] hv_vmbus: registering driver hyperv_fb
[    2.772961] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    2.780559] ACPI: button: Power Button [PWRF]
[    2.785638] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    2.812443] 00:04: ttyS0 at I/O 0x3f8 (irq = 16, base_baud = 115200) is a 16550A
[    2.840134] 00:05: ttyS1 at I/O 0x2f8 (irq = 17, base_baud = 115200) is a 16550A
[    2.867975] serial8250: ttyS2 at I/O 0x3e8 (irq = 4, base_baud = 115200) is a 16550A
[    2.876529] Non-volatile memory driver v1.3
[    2.880948] Linux agpgart interface v0.103
[    2.885197] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    2.895528] loop: module loaded
[    2.898837] Guest personality initialized and is inactive
[    2.904397] VMCI host device registered (name=vmci, major=10, minor=127)
[    2.911242] Initialized host personality
[    2.915381] Loading iSCSI transport class v2.0-870.
[    2.920657] VMware PVSCSI driver - version 1.0.7.0-k
[    2.925774] hv_vmbus: registering driver hv_storvsc
[    2.931436] ahci 0000:00:13.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x20 impl SATA mode
[    2.939774] ahci 0000:00:13.0: flags: 64bit ncq led clo only pmp pio ems deso sadm sds apst
[    2.948941] scsi host0: ahci
[    2.952159] scsi host1: ahci
[    2.955327] scsi host2: ahci
[    2.958496] scsi host3: ahci
[    2.961674] scsi host4: ahci
[    2.964841] scsi host5: ahci
[    2.967916] ata1: DUMMY
[    2.970502] ata2: DUMMY
[    2.973082] ata3: DUMMY
[    2.975658] ata4: DUMMY
[    2.978237] ata5: DUMMY
[    2.980823] ata6: SATA max UDMA/133 abar m2048@0xdd806000 port 0xdd806380 irq 32
[    2.988690] VMware vmxnet3 virtual NIC driver - version 1.6.0.0-k-NAPI
[    2.995375] hv_vmbus: registering driver hv_netvsc
[    3.000307] Fusion MPT base driver 3.04.20
[    3.004534] Copyright (c) 1999-2008 LSI Corporation
[    3.009552] Fusion MPT SPI Host driver 3.04.20
[    3.014142] Fusion MPT SAS Host driver 3.04.20
[    3.018746] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.025414] ehci-pci: EHCI PCI platform driver
[    3.030015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.036337] ohci-pci: OHCI PCI platform driver
[    3.040930] ohci-platform: OHCI generic platform driver
[    3.046300] uhci_hcd: USB Universal Host Controller Interface driver
[    3.052959] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    3.058327] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[    3.066936] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[    3.076417] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    3.081785] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[    3.089321] xhci_hcd 0000:00:15.0: Host supports USB 3.0 SuperSpeed
[    3.095891] hub 1-0:1.0: USB hub found
[    3.099795] hub 1-0:1.0: 4 ports detected
[    3.104610] hub 2-0:1.0: USB hub found
[    3.108507] hub 2-0:1.0: 4 ports detected
[    3.113245] usbcore: registered new interface driver usb-storage
[    3.119446] i8042: PNP: No PS/2 controller found.
[    3.124285] hv_vmbus: registering driver hyperv_keyboard
[    3.129768] rtc_cmos 00:03: RTC can wake from S4
[    3.134921] rtc_cmos 00:03: registered as rtc0
[    3.139567] rtc_cmos 00:03: setting system clock to 2024-04-15T11:19:30 UTC (1713179970)
[    3.147801] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
[    3.154661] fail to initialize ptp_kvm
[    3.155011] intel_pstate: CPU model not supported
[    3.163758] sdhci: Secure Digital Host Controller Interface driver
[    3.170075] sdhci: Copyright(c) Pierre Ossman
[    3.174582] sdhci-pci 0000:00:1c.0: SDHCI controller found [8086:19db] (rev 11)
[    3.182362] mmc0: SDHCI controller on PCI [0000:00:1c.0] using ADMA 64-bit
[    3.189758] hid: raw HID events driver (C) Jiri Kosina
[    3.195044] hv_vmbus: registering driver hid_hyperv
[    3.200081] usbcore: registered new interface driver usbhid
[    3.205786] usbhid: USB HID core driver
[    3.209764] hv_utils: Registering HyperV Utility Driver
[    3.215121] hv_vmbus: registering driver hv_utils
[    3.219965] hv_vmbus: registering driver hv_balloon
[    3.225179] NET: Registered PF_INET6 protocol family
[    3.230573] Segment Routing with IPv6
[    3.234378] In-situ OAM (IOAM) with IPv6
[    3.238455] NET: Registered PF_PACKET protocol family
[    3.243658] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    3.256793] 8021q: 802.1Q VLAN Support v1.8
[    3.261164] NET: Registered PF_VSOCK protocol family
[    3.266735] microcode: sig=0x506f1, pf=0x1, revision=0x38
[    3.272306] microcode: Microcode Update Driver: v2.2.
[    3.272312] IPI shorthand broadcast: enabled
[    3.281906] SSE version of gcm_enc/dec engaged.
[    3.287192] sched_clock: Marking stable (2368229274, 918942487)->(3598453015, -311281254)
[    3.310055] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.316332] ata6.00: ATA-9: 128GB SATA Flash Drive, SFDN004E, max UDMA/133
[    3.323386] ata6.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.330531] ata6.00: configured for UDMA/133
[    3.335088] scsi 5:0:0:0: Direct-Access     ATA      128GB SATA Flash 004E PQ: 0 ANSI: 5
[    3.343857] sd 5:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    3.351514] sd 5:0:0:0: [sda] Write Protect is off
[    3.356481] sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.363839] mmc0: new HS400 MMC card at address 0001
[    3.366150] sd 5:0:0:0: [sda] Attached SCSI disk
[    3.371071] mmcblk0: mmc0:0001 AJTD4R 14.6 GiB
[    3.380360] Waiting for root device PARTUUID=7117db1b-02...
[    3.386415]  mmcblk0: p1 p2
[    3.389599] mmcblk0boot0: mmc0:0001 AJTD4R 4.00 MiB
[    3.394929] mmcblk0boot1: mmc0:0001 AJTD4R 4.00 MiB
[    3.400181] mmcblk0rpmb: mmc0:0001 AJTD4R 4.00 MiB, chardev (244:0)
[    3.411450] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null). Quota mode: disabled.
[    3.421127] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    3.428745] Freeing unused kernel image (initmem) memory: 1604K
[    3.499012] Write protecting the kernel read-only data: 20480k
[    3.506087] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    3.513581] Freeing unused kernel image (rodata/data gap) memory: 1676K
[    3.520363] Run /sbin/init as init process
[    3.561526] init: Console is alive
[    3.594465] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    3.605173] Button Hotplug driver version 0.4.1
[    3.612024] igb: Intel(R) Gigabit Ethernet Network Driver
[    3.617565] igb: Copyright (c) 2007-2014 Intel Corporation.
[    3.679869] igb 0000:02:00.0: added PHC on eth0
[    3.684551] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection
[    3.691572] igb 0000:02:00.0: eth0: (PCIe:5.0Gb/s:Width x2) 18:5a:58:27:7f:a0
[    3.698919] igb 0000:02:00.0: eth0: PBA No: 106300-000
[    3.704207] igb 0000:02:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    3.767841] igb 0000:02:00.1: added PHC on eth1
[    3.772533] igb 0000:02:00.1: Intel(R) Gigabit Ethernet Network Connection
[    3.779552] igb 0000:02:00.1: eth1: (PCIe:5.0Gb/s:Width x2) 18:5a:58:27:7f:a1
[    3.786911] igb 0000:02:00.1: eth1: PBA No: 106300-000
[    3.792199] igb 0000:02:00.1: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    3.855961] igb 0000:02:00.2: added PHC on eth2
[    3.860657] igb 0000:02:00.2: Intel(R) Gigabit Ethernet Network Connection
[    3.867668] igb 0000:02:00.2: eth2: (PCIe:5.0Gb/s:Width x2) 18:5a:58:27:7f:a2
[    3.875036] igb 0000:02:00.2: eth2: PBA No: 106300-000
[    3.880321] igb 0000:02:00.2: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    3.943943] igb 0000:02:00.3: added PHC on eth3
[    3.948627] igb 0000:02:00.3: Intel(R) Gigabit Ethernet Network Connection
[    3.955647] igb 0000:02:00.3: eth3: (PCIe:5.0Gb/s:Width x2) 18:5a:58:27:7f:a3
[    3.963015] igb 0000:02:00.3: eth3: PBA No: 106300-000
[    3.968293] igb 0000:02:00.3: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    3.976326] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    3.987908] init: - preinit -
[    4.140153] 8021q: adding VLAN 0 to HW filter on device eth0
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[    6.263151] mount_root: mounting /dev/root
[    6.270995] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: disabled.
[    6.317146] EXT4-fs (mmcblk0p1): mounted filesystem without journal. Opts: (null). Quota mode: disabled.
[    6.328081] urandom-seed: Seeding with /etc/urandom.seed
[    6.384167] procd: - early -
[    6.960796] procd: - ubus -
[    7.014474] procd: - init -
Please press Enter to activate this console.
[    7.076875] kmodloader: loading kernel modules from /etc/modules.d/*
[    7.088134] e1000: Intel(R) PRO/1000 Network Driver
[    7.093179] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    7.101237] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
[    7.107473] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[    7.127662] urngd: v1.0.2 started.
[    7.801503] ixgbe 0000:05:00.0: Multiqueue Enabled: Rx Queue count = 4, Tx Queue count = 4 XDP Queue count = 0
[    7.943037] ixgbe 0000:05:00.0: MAC: 6, PHY: 0, PBA No: 000500-000
[    7.949375] ixgbe 0000:05:00.0: 18:5a:58:27:7f:a4
[    8.238964] ixgbe 0000:05:00.0: Intel(R) 10 Gigabit Network Connection
[    8.933273] ixgbe 0000:05:00.1: Multiqueue Enabled: Rx Queue count = 4, Tx Queue count = 4 XDP Queue count = 0
[    9.074978] ixgbe 0000:05:00.1: MAC: 6, PHY: 0, PBA No: 000500-000
[    9.081316] ixgbe 0000:05:00.1: 18:5a:58:27:7f:a5
[    9.370324] ixgbe 0000:05:00.1: Intel(R) 10 Gigabit Network Connection
[    9.723286] ixgbe 0000:07:00.0: Multiqueue Enabled: Rx Queue count = 4, Tx Queue count = 4 XDP Queue count = 0
[    9.858967] ixgbe 0000:07:00.0: MAC: 6, PHY: 27, PBA No: 000600-000
[    9.865398] ixgbe 0000:07:00.0: 18:5a:58:27:7f:a6
[    9.914995] ixgbe 0000:07:00.0: Intel(R) 10 Gigabit Network Connection
[   10.283283] ixgbe 0000:07:00.1: Multiqueue Enabled: Rx Queue count = 4, Tx Queue count = 4 XDP Queue count = 0
[   10.418962] ixgbe 0000:07:00.1: MAC: 6, PHY: 27, PBA No: 000600-000
[   10.425376] ixgbe 0000:07:00.1: 18:5a:58:27:7f:a7
[   10.476063] ixgbe 0000:07:00.1: Intel(R) 10 Gigabit Network Connection
[   10.521248] i2c_dev: i2c /dev entries driver
[   10.531665] e1000e: Intel(R) PRO/1000 Network Driver
[   10.536774] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   10.545940] Intel(R) 2.5G Ethernet Linux Driver
[   10.550636] Copyright(c) 2018 Intel Corporation.
[   10.574212] PPP generic driver version 2.4.2
[   10.579127] NET: Registered PF_PPPOX protocol family
[   10.585792] kmodloader: done loading kernel modules from /etc/modules.d/*
[   12.279454] 8021q: adding VLAN 0 to HW filter on device eth0
[   12.285600] br-lan: port 1(eth0) entered blocking state
[   12.290985] br-lan: port 1(eth0) entered disabled state
[   12.296419] device eth0 entered promiscuous mode
[   12.419964] 8021q: adding VLAN 0 to HW filter on device eth2
[   12.426027] br-lan: port 2(eth2) entered blocking state
[   12.431404] br-lan: port 2(eth2) entered disabled state
[   12.436849] device eth2 entered promiscuous mode
[   12.549938] 8021q: adding VLAN 0 to HW filter on device eth3
[   12.556122] br-lan: port 3(eth3) entered blocking state
[   12.561515] br-lan: port 3(eth3) entered disabled state
[   12.566953] device eth3 entered promiscuous mode
[   12.594397] pps pps0: new PPS source ptp4
[   12.598584] ixgbe 0000:05:00.0: registered PHC device on eth4
[   12.606201] 8021q: adding VLAN 0 to HW filter on device eth4
[   12.612245] br-lan: port 4(eth4) entered blocking state
[   12.617605] br-lan: port 4(eth4) entered disabled state
[   12.623624] device eth4 entered promiscuous mode
[   12.650654] pps pps1: new PPS source ptp5
[   12.654834] ixgbe 0000:05:00.1: registered PHC device on eth5
[   12.662447] 8021q: adding VLAN 0 to HW filter on device eth5
[   12.668519] br-lan: port 5(eth5) entered blocking state
[   12.673905] br-lan: port 5(eth5) entered disabled state
[   12.679904] device eth5 entered promiscuous mode
[   12.707175] pps pps2: new PPS source ptp6
[   12.711378] ixgbe 0000:07:00.0: registered PHC device on eth6
[   12.898260] 8021q: adding VLAN 0 to HW filter on device eth6
[   12.904407] br-lan: port 6(eth6) entered blocking state
[   12.909808] br-lan: port 6(eth6) entered disabled state
[   12.916382] device eth6 entered promiscuous mode
[   12.945507] pps pps3: new PPS source ptp7
[   12.949703] ixgbe 0000:07:00.1: registered PHC device on eth7
[   13.126250] 8021q: adding VLAN 0 to HW filter on device eth7
[   13.132387] br-lan: port 7(eth7) entered blocking state
[   13.137762] br-lan: port 7(eth7) entered disabled state
[   13.144808] device eth7 entered promiscuous mode
[   13.260142] 8021q: adding VLAN 0 to HW filter on device eth1

hi bro,
how do you install openwrt into edge 620?
i install diagos and ufw into edge 620 .
I burned openwrt into USB, and I can only use openwrt when I start it by plugging the USB into 620.
i think can't into edge 620 emmc.

https://openwrt.org/docs/guide-user/installation/openwrt_x86

you're thinking wrong.

Don't burn it directly to USB and then install it to edge620?
Compile directly in diagos?

the opposite.
dd it from a USB flash drive running Linux (OpenWRT included) to sda or mmcblk0

no idea what you're compiling ...

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.