On Sun, Mar 26, 2023 at 11:01:07AM +1100, Jonathan Gray wrote:
> this diff is incomplete
> the pine64 part in ramdisk/list is still there
Forgot to unhook them, thanks.
Index: install.md
===================================================================
RCS file: /cvs/src/distrib/arm64/ramdisk/install.md,v
retrieving revision 1.37
diff -u -p -r1.37 install.md
--- install.md 25 Mar 2023 18:29:37 -0000 1.37
+++ install.md 25 Mar 2023 23:23:04 -0000
@@ -40,7 +40,6 @@ md_installboot() {
case $(sysctl -n machdep.compatible) in
apple,*) _plat=apple;;
- pine64,pine64*(+)) _plat=pine64;;
raspberrypi,*) _plat=rpi;
esac
@@ -63,10 +62,6 @@ md_installboot() {
(cd /etc/firmware
pax -rw apple-bwfm /mnt/etc/firmware)
fi
- ;;
- pine64)
- dd if=$_mdec/u-boot-sunxi-with-spl.bin of=${_disk}c \
- bs=1024 seek=8 status=none
;;
rpi)
mount ${MOUNT_ARGS_msdos} ${_disk}i /mnt/mnt
Index: list
===================================================================
RCS file: /cvs/src/distrib/arm64/ramdisk/list,v
retrieving revision 1.20
diff -u -p -r1.20 list
--- list 28 Jan 2023 18:40:53 -0000 1.20
+++ list 26 Mar 2023 00:32:19 -0000
@@ -116,9 +116,6 @@ COPY /usr/local/share/raspberrypi-firmwa
COPY /usr/local/share/raspberrypi-firmware/boot/overlays/disable-bt.dtbo
usr/mdec/rpi/disable-bt.dtbo
COPY /usr/local/share/u-boot/rpi_arm64/u-boot.bin usr/mdec/rpi/u-boot.bin
-MKDIR usr/mdec/pine64
-COPY /usr/local/share/u-boot/pine64_plus/u-boot-sunxi-with-spl.bin
usr/mdec/pine64/u-boot-sunxi-with-spl.bin
-
# copy the MAKEDEV script and make some devices
SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
SPECIAL cd dev; sh MAKEDEV ramdisk