From 0898df5db4b9108a36bcd504c94190be57b5c2fe Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 16 Jul 2024 11:16:01 -0400 Subject: [PATCH] Add Libre Computer Alta and Solitude (#6952) Alta tested OK, Solitude not tesed (hence "WIP") --- config/boards/aml-a311d-cc.conf | 12 ++++++++++++ config/boards/aml-s905d3-cc.wip | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 config/boards/aml-a311d-cc.conf create mode 100644 config/boards/aml-s905d3-cc.wip diff --git a/config/boards/aml-a311d-cc.conf b/config/boards/aml-a311d-cc.conf new file mode 100644 index 0000000000..65c1a80cb1 --- /dev/null +++ b/config/boards/aml-a311d-cc.conf @@ -0,0 +1,12 @@ +# Amlogic A311D 2/4GB RAM eMMC GBE USB3 +BOARD_NAME="Libre Computer Alta" +BOARDFAMILY="meson-g12b" +BOARD_MAINTAINER="Tonymac32" +KERNEL_TARGET="current,edge" +MODULES_BLACKLIST="simpledrm" # SimpleDRM conflicts with Panfrost +FULL_DESKTOP="yes" +SERIALCON="ttyAML0" +BOOT_LOGO="desktop" +BOOT_FDT_FILE="amlogic/meson-g12b-a311d-libretech-cc.dtb" + +enable_extension "grub-with-dtb" diff --git a/config/boards/aml-s905d3-cc.wip b/config/boards/aml-s905d3-cc.wip new file mode 100644 index 0000000000..01508dfa26 --- /dev/null +++ b/config/boards/aml-s905d3-cc.wip @@ -0,0 +1,12 @@ +# Amlogic s905d3 2/4GB RAM eMMC GBE USB3 +BOARD_NAME="Libre Computer Solitude" +BOARDFAMILY="meson-sm1" +BOARD_MAINTAINER="Tonymac32" +KERNEL_TARGET="current,edge" +MODULES_BLACKLIST="simpledrm" # SimpleDRM conflicts with Panfrost +FULL_DESKTOP="yes" +SERIALCON="ttyAML0" +BOOT_LOGO="desktop" +BOOT_FDT_FILE="amlogic/meson-sm1-s905d3-libretech-cc.dtb" + +enable_extension "grub-with-dtb"