]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: coreboot: Add a sysinfo driver
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2023 02:58:29 +0000 (19:58 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 28 Nov 2023 17:53:04 +0000 (12:53 -0500)
commite1302b3e305890cbf1c3bdf13321d1a3476dfae7
tree75ef38bdbef0e8aee749f89492ce6d6d284784eb
parent6f646d13f4308fcea0b73d46907ad11036afebd8
x86: coreboot: Add a sysinfo driver

Create a sysinfo driver to avoid needing a custom checkboard()
function. With this the following information is printed when booting
from coreboot under QEMU:

   Model: Standard PC (i440FX + PIIX, 1996)
   Manufacturer: QEMU
   Prior-stage version: 4.21-885-g2a87ef1eca56
   Prior-stage date: 11/11/2023

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/coreboot/Kconfig
arch/x86/dts/coreboot.dts
board/coreboot/coreboot/Makefile
board/coreboot/coreboot/coreboot.c
board/coreboot/coreboot/sysinfo.c [new file with mode: 0644]