Add Libre Computer Alta and Solitude (#6952)

Alta tested OK, Solitude not tesed (hence "WIP")
This commit is contained in:
Tony 2024-07-16 11:16:01 -04:00 committed by GitHub
parent 6d010db7bd
commit 0898df5db4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 24 additions and 0 deletions

View File

@ -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"

View File

@ -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"