mb/system76/addw1: Add System76 Adder Workstation 1
commit6a93a4524205e66c16fdc568f7991b6d25887a22
authorTim Crawford <tcrawford@system76.com>
Mon, 20 Sep 2021 16:18:02 +0000 (20 10:18 -0600)
committerFelix Held <felix-coreboot@felixheld.de>
Wed, 22 Sep 2021 13:45:55 +0000 (22 13:45 +0000)
treeecd16eb9a7becf3a3ef86e8205c2733e3a4e9752
parent5ab146674c5e95f9910b3edae88fbb5dd35aaeb4
mb/system76/addw1: Add System76 Adder Workstation 1

Change-Id: I5dd3bc320ca640728e1d86180c6bfa0dc7295760
Signed-off-by: Jeremy Soller <jeremy@system76.com>
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48421
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
24 files changed:
Documentation/mainboard/index.md
Documentation/mainboard/system76/addw1.md [new file with mode: 0644]
src/mainboard/system76/addw1/Kconfig [new file with mode: 0644]
src/mainboard/system76/addw1/Kconfig.name [new file with mode: 0644]
src/mainboard/system76/addw1/Makefile.inc [new file with mode: 0644]
src/mainboard/system76/addw1/acpi/gpe.asl [new file with mode: 0644]
src/mainboard/system76/addw1/acpi/mainboard.asl [new file with mode: 0644]
src/mainboard/system76/addw1/acpi/sleep.asl [new file with mode: 0644]
src/mainboard/system76/addw1/board_info.txt [new file with mode: 0644]
src/mainboard/system76/addw1/bootblock.c [new file with mode: 0644]
src/mainboard/system76/addw1/cmos.default [new file with mode: 0644]
src/mainboard/system76/addw1/cmos.layout [new file with mode: 0644]
src/mainboard/system76/addw1/devicetree.cb [new file with mode: 0644]
src/mainboard/system76/addw1/dsdt.asl [new file with mode: 0644]
src/mainboard/system76/addw1/include/variant/gpio.h [new file with mode: 0644]
src/mainboard/system76/addw1/ramstage.c [new file with mode: 0644]
src/mainboard/system76/addw1/romstage.c [new file with mode: 0644]
src/mainboard/system76/addw1/variants/addw1/board_info.txt [new file with mode: 0644]
src/mainboard/system76/addw1/variants/addw1/data.vbt [new file with mode: 0644]
src/mainboard/system76/addw1/variants/addw1/gpio.c [new file with mode: 0644]
src/mainboard/system76/addw1/variants/addw1/gpio_early.c [new file with mode: 0644]
src/mainboard/system76/addw1/variants/addw1/hda_verb.c [new file with mode: 0644]
src/mainboard/system76/addw1/variants/addw1/overridetree.cb [new file with mode: 0644]
src/mainboard/system76/addw1/variants/addw1/tas5825m.c [new file with mode: 0644]