-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a bunch of machines added up to Linux 6.5
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
- Loading branch information
1 parent
204750d
commit 35b726f
Showing
8 changed files
with
64 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 @@ | ||
#@TYPE: Machine | ||
#@NAME: Banana Pi M2 Pro | ||
#@DESCRIPTION: Machine configuration | ||
|
||
require conf/machine/include/amlogic-s905d3.inc | ||
require conf/machine/include/bananapi-bpi-m2-pro-dtb.inc | ||
require conf/machine/include/amlogic-modern-boot.inc | ||
|
||
MACHINE_FEATURES:append = " alsa ext2 screen usbgadget usbhost sdio vfat wifi bluetooth" | ||
|
||
|
||
UBOOT_MACHINE = "bananapi-m2-pro_defconfig" |
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 @@ | ||
#@TYPE: Machine | ||
#@NAME: Banana Pi M2S | ||
#@DESCRIPTION: Machine configuration | ||
|
||
require conf/machine/include/amlogic-a311d.inc | ||
require conf/machine/include/bananapi-bpi-m2s-dtb.inc | ||
require conf/machine/include/amlogic-modern-boot.inc | ||
|
||
MACHINE_FEATURES:append = " alsa ext2 screen usbgadget usbhost sdio vfat wifi bluetooth" | ||
|
||
|
||
UBOOT_MACHINE = "bananapi-m2s_defconfig" |
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 @@ | ||
#@TYPE: Machine | ||
#@NAME: Hardkernel Odroid Go Ultra machine | ||
#@DESCRIPTION: Machine configuration | ||
|
||
require conf/machine/include/amlogic-s922x.inc | ||
require conf/machine/include/hardkernel-odroid-go-ultra-dtb.inc | ||
require conf/machine/include/amlogic-modern-boot.inc | ||
|
||
MACHINE_FEATURES:append = " alsa ext2 screen usbgadget usbhost vfat" | ||
|
||
|
||
UBOOT_MACHINE = "odroid-go-ultra_defconfig" |
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 @@ | ||
#@TYPE: Machine | ||
#@NAME: Hardkernel Odroid-N2l machine | ||
#@DESCRIPTION: Machine configuration | ||
|
||
require conf/machine/include/amlogic-s922x.inc | ||
require conf/machine/include/hardkernel-odroid-n2l-dtb.inc | ||
require conf/machine/include/amlogic-modern-boot.inc | ||
|
||
MACHINE_FEATURES:append = " alsa ext2 screen usbgadget usbhost vfat" | ||
|
||
|
||
UBOOT_MACHINE = "odroid-n2l_defconfig" |
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,4 @@ | ||
# Banana Pi M2 Pro dtb | ||
|
||
KERNEL_DEVICETREE += "amlogic/meson-sm1-bananapi-m2-pro.dtb" | ||
IMAGE_BOOT_FILES += "meson-sm1-bananapi-m2-pro.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,4 @@ | ||
# Banana Pi M2S dtb | ||
|
||
KERNEL_DEVICETREE += "amlogic/meson-g12b-a311d-bananapi-m2s.dtb" | ||
IMAGE_BOOT_FILES += "meson-g12b-a311d-bananapi-m2s.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,4 @@ | ||
# Hardkernel Odroid Go Ultra dtb | ||
|
||
KERNEL_DEVICETREE += "amlogic/meson-g12b-odroid-go-ultra.dtb" | ||
IMAGE_BOOT_FILES += "meson-g12b-odroid-go-ultra.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,4 @@ | ||
# Hardkernel Odroid-N2l dtb | ||
|
||
KERNEL_DEVICETREE += "amlogic/meson-g12b-odroid-n2l.dtb" | ||
IMAGE_BOOT_FILES += "meson-g12b-odroid-n2l.dtb" |