Hello Felix Singer, build bot (Jenkins), Angel Pons, Michael Niewöhner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43760
to look at the new patch set (#21).
Change subject: mb/clevo/kbl-u: Add Clevo N240BU as variant ......................................................................
mb/clevo/kbl-u: Add Clevo N240BU as variant
This is the white label device also sold as TUXEDO Book BU1406.
Extracted Video BIOS Option ROM has ID 8086,0406, but the ID of the graphics device differs, but will be mapped to the correct ID.
The system has the subsystem ID below:
Subsystem: CLEVO/KAPOK Computer Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers
1. SeaBIOS rel-1.14.0-14-g748d619 initializes the display with VBIOS Option ROM. 2. Using GOP for graphics initialization works. 3. Grml 2020.06 on USB flash drive boots. 4. SPI Flash Console works. 5. Debian Sid/unstable with Linux 5.9.6 boots from the NVMe SSD. 6. ACPI S3 resume/suspend works (`freeze`)
Just copy the devicetree from the Clevo N130WU, and adapt it in followups.
Not working:
1. Function keys (EC ACPI missing) 2. Webcam
Change-Id: I57dc2db78c66dd93642f41d10343d1be05fb9f17 Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/mainboard/clevo/kbl-u/Kconfig M src/mainboard/clevo/kbl-u/Kconfig.name D src/mainboard/clevo/kbl-u/include/mainboard/gpio.h A src/mainboard/clevo/kbl-u/variants/n240bu/board_info.txt A src/mainboard/clevo/kbl-u/variants/n240bu/data.vbt A src/mainboard/clevo/kbl-u/variants/n240bu/devicetree.cb A src/mainboard/clevo/kbl-u/variants/n240bu/gma-mainboard.ads A src/mainboard/clevo/kbl-u/variants/n240bu/gpios.c A src/mainboard/clevo/kbl-u/variants/n240bu/gpios_early.c A src/mainboard/clevo/kbl-u/variants/n240bu/hda_verb.c A src/mainboard/clevo/kbl-u/variants/n240bu/include/gpio_table.h 11 files changed, 1,261 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/43760/21