-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Libre Computer Alta and Solitude (#6952)
Alta tested OK, Solitude not tesed (hence "WIP")
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |