summaryrefslogtreecommitdiff
path: root/meta-delta/meta-ahe50dc/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-delta/meta-ahe50dc/recipes-bsp')
-rw-r--r--meta-delta/meta-ahe50dc/recipes-bsp/u-boot/files/ahe50dc.cfg2
-rw-r--r--meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend1
-rw-r--r--meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-common-aspeed-sdk.inc5
-rw-r--r--meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend1
4 files changed, 9 insertions, 0 deletions
diff --git a/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/files/ahe50dc.cfg b/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/files/ahe50dc.cfg
new file mode 100644
index 0000000000..274b7ef563
--- /dev/null
+++ b/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/files/ahe50dc.cfg
@@ -0,0 +1,2 @@
+CONFIG_PHY_BROADCOM=y
+CONFIG_BOOTARGS="console=ttyS2,115200n8 root=/dev/ram rw"
diff --git a/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend b/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend
new file mode 100644
index 0000000000..a4d89c0696
--- /dev/null
+++ b/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend
@@ -0,0 +1 @@
+require u-boot-common-aspeed-sdk.inc
diff --git a/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-common-aspeed-sdk.inc b/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-common-aspeed-sdk.inc
new file mode 100644
index 0000000000..a1d0fd4799
--- /dev/null
+++ b/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-common-aspeed-sdk.inc
@@ -0,0 +1,5 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
+
+SRC_URI:append = " \
+ file://ahe50dc.cfg \
+ "
diff --git a/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend b/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend
new file mode 100644
index 0000000000..a4d89c0696
--- /dev/null
+++ b/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend
@@ -0,0 +1 @@
+require u-boot-common-aspeed-sdk.inc