Skip to content

Commit

Permalink
Add Libre Computer Alta and Solitude (#6952)
Browse files Browse the repository at this point in the history
Alta tested OK, Solitude not tesed (hence "WIP")
  • Loading branch information
Tonymac32 authored Jul 16, 2024
1 parent 6d010db commit 0898df5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/boards/aml-a311d-cc.conf
Original file line number Diff line number Diff line change
@@ -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"
12 changes: 12 additions & 0 deletions config/boards/aml-s905d3-cc.wip
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 0898df5

Please sign in to comment.