x86: use sysfs DMI information to populate sysinfo
authorJo-Philipp Wich <jo@mein.io>
Sat, 25 Jun 2016 15:55:11 +0000 (17:55 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Sat, 25 Jun 2016 15:55:11 +0000 (17:55 +0200)
commit102a71972771aae3b056c11288b9d7abbb5c0dea
tree182629795bc52c722f089f44d953401c27f924b4
parent03b34592676c0f6d1183aac3cf0062841c4e1856
x86: use sysfs DMI information to populate sysinfo

Use the DMI data available in sysfs to extract manufacturer and model info
and write it to /tmp/sysinfo/.

The data will be picked up by board_detect and can be used by e.g. LuCI to
display a more appropriate model description.

On an APU board the files will contain the following values:

    # cat /tmp/sysinfo/model
    PC Engines APU

    # cat /tmp/sysinfo/board_name
    pc-engines-apu

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/linux/x86/base-files/lib/preinit/20_sysinfo [new file with mode: 0644]