U-Boot 2018.05 and later will attempt to load a dtb for PocketBeagle if
authorjsg <jsg@openbsd.org>
Fri, 21 Sep 2018 02:21:53 +0000 (02:21 +0000)
committerjsg <jsg@openbsd.org>
Fri, 21 Sep 2018 02:21:53 +0000 (02:21 +0000)
the hardware is detected.  Add this to the miniroot/ramdisk.
requires dtb 4.18

U-Boot 2018.09 and later will load a dtb for 'SanCloud BeagleBone
Enhanced' if required which will be in dtb 4.19 after linux 4.19 is
released and can be added then.

distrib/armv7/miniroot/am335x/Makefile
distrib/armv7/ramdisk/list

index 9addbfa..7454c21 100644 (file)
@@ -4,6 +4,7 @@ UBOOT=  am335x_boneblack
 DTBS=\
        am335x-bone.dtb \
        am335x-boneblack.dtb \
+       am335x-pocketbeagle.dtb \
        am335x-boneblack-wireless.dtb \
        am335x-bonegreen.dtb \
        am335x-bonegreen-wireless.dtb \
index c8c5bc9..e26bf2f 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: list,v 1.36 2018/03/21 19:16:06 sthen Exp $
+#      $OpenBSD: list,v 1.37 2018/09/21 02:21:53 jsg Exp $
 
 SRCDIRS distrib/special
 
@@ -124,6 +124,7 @@ COPY        /usr/local/share/u-boot/am335x_boneblack/MLO    usr/mdec/am335x/MLO
 COPY   /usr/local/share/u-boot/am335x_boneblack/u-boot.img     usr/mdec/am335x/u-boot.img
 COPY   /usr/local/share/dtb/arm/am335x-bone.dtb        usr/mdec/am335x/am335x-bone.dtb
 COPY   /usr/local/share/dtb/arm/am335x-boneblack.dtb   usr/mdec/am335x/am335x-boneblack.dtb
+COPY   /usr/local/share/dtb/arm/am335x-pocketbeagle.dtb        usr/mdec/am335x/am335x-pocketbeagle.dtb
 COPY   /usr/local/share/dtb/arm/am335x-boneblack-wireless.dtb  usr/mdec/am335x/am335x-boneblack-wireless.dtb
 COPY   /usr/local/share/dtb/arm/am335x-boneblue.dtb    usr/mdec/am335x/am335x-boneblue.dtb
 COPY   /usr/local/share/dtb/arm/am335x-bonegreen.dtb   usr/mdec/am335x/am335x-bonegreen.dtb