IceWhaleTech / ZimaBoard-BIOS

ZimaBoard's BIOS, pre-installed OS, and other resources.
17 stars 0 forks source link

pfSense 2.6.0 (FreeBSD 12.3-STABLE) doesn't display BIOS information correctly #2

Open shortbloke opened 2 years ago

shortbloke commented 2 years ago

BIOS: ZMB v1,0 Zimaboard 832 Build Date: 02/23/2022 22:08:56 PfSense 2.6.0

On a previous Dell Server this reported the Vendor, Version and Release date:

Vendor: Dell Inc.
Version: 2.10.0
Release Date: Thu May 24 2018
JohnGuan commented 1 year ago

Thanks for the feedback!

My colleague performed the same test and got normal results. image

Weird 😢

shortbloke commented 1 year ago

It appears pfSense displays the BIOS information from kenv which for me the BIOS information is missing/wrong:

LINES="24"
acpi.oem="ALASKA"
acpi.revision="2"
acpi.rsdp="0x000f05b0"
acpi.rsdt="0x799c3030"
acpi.xsdt="0x00000000799c30b0"
acpi.xsdt_length="36"
acpi_load="YES"
autoboot_delay="3"
bootenv_autolist="YES"
bootenvs[0]="zfs:pfSense/ROOT/default"
bootenvs_count="1"
bootfile="kernel"
comconsole_pcidev=""
comconsole_port="1016"
comconsole_speed="115200"
console="vidconsole"
currdev="zfs:pfSense/ROOT/default:"
efi_max_resolution="1x1"
hint.acpi.0.disabled="0"
hint.acpi.0.oem="ALASKA"
hint.acpi.0.revision="2"
hint.acpi.0.rsdp="0x000f05b0"
hint.acpi.0.rsdt="0x799c3030"
hint.acpi.0.xsdt="0x00000000799c30b0"
hint.acpi.0.xsdt_length="36"
hint.acpi_throttle.0.disabled="1"
hint.atkbd.0.at="atkbdc"
hint.atkbd.0.irq="1"
hint.atkbdc.0.at="isa"
hint.atkbdc.0.port="0x060"
hint.atrtc.0.at="isa"
hint.atrtc.0.irq="8"
hint.atrtc.0.port="0x70"
hint.attimer.0.at="isa"
hint.attimer.0.irq="0"
hint.attimer.0.port="0x40"
hint.fd.0.at="fdc0"
hint.fd.0.drive="0"
hint.fd.1.at="fdc0"
hint.fd.1.drive="1"
hint.fdc.0.at="isa"
hint.fdc.0.drq="2"
hint.fdc.0.irq="6"
hint.fdc.0.port="0x3F0"
hint.p4tcc.0.disabled="1"
hint.ppc.0.at="isa"
hint.ppc.0.irq="7"
hint.psm.0.at="atkbdc"
hint.psm.0.irq="12"
hint.sc.0.at="isa"
hint.sc.0.flags="0x100"
hint.uart.0.at="isa"
hint.uart.0.flags="0x10"
hint.uart.0.irq="4"
hint.uart.0.port="0x3F8"
hint.uart.1.at="isa"
hint.uart.1.irq="3"
hint.uart.1.port="0x2F8"
hw.hn.use_if_start="1"
hw.hn.vf_transparent="0"
hw.usb.no_pf="1"
kern.cam.boot_delay="10000"
kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
kern.ipc.nmbclusters="1000000"
kern.ipc.nmbjumbo9="524288"
kern.ipc.nmbjumbop="524288"
kernel="kernel"
kernel_options=""
kernel_path="/boot/kernel"
kernelname="/boot/kernel/kernel"
kernels_autodetect="YES"
loaddev="zfs:pfSense/ROOT/default:"
loader_brand="pfSense"
loader_color="NO"
loader_conf_dirs="/boot/loader.conf.d"
loader_logo="pfSensebw"
loader_menu_title="Welcome to pfSense"
module_blacklist=""
module_path="/boot/kernel;/boot/modules;/boot/dtb;/boot/dtb/overlays"
net.isr.maxthreads="-1"
net.link.ifqmaxlen="128"
net.pf.request_maxcount="400000"
nextboot_conf="/boot/nextboot.conf"
nextboot_enable="NO"
pcibios.config1="1"
pcibios.config2="0"
pcibios.major="3"
pcibios.maxbus="6"
pcibios.minor="0"
script.lang="lua"
smbios.bios.reldate=""
smbios.bios.vendor=""
smbios.bios.version=CPU Internal L2"
smbios.chassis.maker="Default string"
smbios.chassis.serial="Default string"
smbios.chassis.tag="Default string"
smbios.chassis.type="Desktop"
smbios.chassis.version="Default string"
smbios.memory.enabled="4194304"
smbios.planar.location="Default string"
smbios.planar.maker="IceWhale Technology Co.,Ltd."
smbios.planar.product="ZimaBoard 432"
smbios.planar.serial="Default string"
smbios.planar.tag="Default string"
smbios.planar.version="ZMB 1.0"
smbios.socket.enabled="1"
smbios.socket.populated="1"
smbios.system.family="Default string"
smbios.system.maker="Default string"
smbios.system.product="Default string"
smbios.system.serial="Default string"
smbios.system.sku="Default string"
smbios.system.uuid="03000200-0400-0500-0006-000700080009"
smbios.system.version="Default string"
smbios.version="3.0"
twiddle_divisor="1"
verbose_loading="NO"
vfs.root.mountfrom="zfs:pfSense/ROOT/default"
zfs_be_active="zfs:pfSense/ROOT/default"
zfs_be_currpage="1"
zfs_be_root="pfSense/ROOT"
JohnGuan commented 1 year ago

As mentioned in #4 , is it possible that this is also a problem in 432?