lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 14 Jun 2019 14:55:18 +0800
From:   WANG Xuerui <kernel@...0n.name>
To:     linux-kernel@...r.kernel.org
Cc:     linux-mips@...r.kernel.org
Subject: DMI: support for non-EFI platforms with non-standard SMBIOS
 entrypoint?

Hi,

There are several MIPS platforms floating around with firmware SMBIOS
support, primarily Loongson 3-series, but their SMBIOS entrypoint is
non-standard.  According to the SMBIOS spec the non-EFI platforms should
have the tables in the 000F_0000h-000F_FFFFh physical range, however
these boards put the table at 0FFF_E000h.

How do we enable DMI for these non-EFI yet non-standard-compliant
systems without resorting to firmware fixing, which is not always
feasible?  It is possible to move the address definition to arch realm
with the standard value as default, but I would like to first ask for
suggestions, as I am fairly new to kernel development (personal hobby
for now).

Regards,

Xuerui

Powered by blists - more mailing lists