Index: sysutils/u-boot-dreamplug/Makefile =================================================================== --- /dev/null +++ sysutils/u-boot-dreamplug/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= dreamplug +BOARD_CONFIG= dreamplug_defconfig +FAMILY= kirkwood + +.include "${MASTERDIR}/Makefile" Index: sysutils/u-boot-dreamplug/pkg-descr =================================================================== --- /dev/null +++ sysutils/u-boot-dreamplug/pkg-descr @@ -0,0 +1,13 @@ +U-Boot loader for Dreamplug + +To install this bootloader on an sdcard just do : +cp if=$LOCALBASE/share/u-boot/u-boot-dreamplug/u-boot.kwb /path/to/sdcard/fat + +This version is patched so that: + * API features are enabled. + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + +For information about running FreeBSD on Kirkwood boards, see +https://wiki.freebsd.org/FreeBSD/arm/Kirkwood + +WWW: http://www.denx.de/wiki/U-Boot Index: sysutils/u-boot-guruplug/Makefile =================================================================== --- /dev/null +++ sysutils/u-boot-guruplug/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= guruplug +BOARD_CONFIG= guruplug_defconfig +FAMILY= kirkwood + +.include "${MASTERDIR}/Makefile" Index: sysutils/u-boot-guruplug/pkg-descr =================================================================== --- /dev/null +++ sysutils/u-boot-guruplug/pkg-descr @@ -0,0 +1,13 @@ +U-Boot loader for Guruplug + +To install this bootloader on an sdcard just do : +cp if=$LOCALBASE/share/u-boot/u-boot-guruplug/u-boot.kwb /path/to/sdcard/fat + +This version is patched so that: + * API features are enabled. + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + +For information about running FreeBSD on Kirkwood boards, see +https://wiki.freebsd.org/FreeBSD/arm/Kirkwood + +WWW: http://www.denx.de/wiki/U-Boot Index: sysutils/u-boot-master/Makefile =================================================================== --- sysutils/u-boot-master/Makefile +++ sysutils/u-boot-master/Makefile @@ -84,6 +84,11 @@ UBOOT_METADATA_RPI_FILES= ${UBOOT_PLIST_RPI} UBOOT_METADATA_RPI_METHOD= file +# Overrides for Marvell Kirkwood family +UBOOT_PLIST_KIRKWOOD= u-boot.kwb +UBOOT_METADATA_KIRKWOOD_FILES= ${UBOOT_PLIST_KIRKWOOD} +UBOOT_METADATA_KIRKWOOD_METHOD= file + # Uboot variables .if !defined(UBOOT_VERSION) && defined(UBOOT_VERSION_${FAMILY:tu}) UBOOT_VERSION=${UBOOT_VERSION_${FAMILY:tu}} Index: sysutils/u-boot-pogoplug/Makefile =================================================================== --- /dev/null +++ sysutils/u-boot-pogoplug/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= pogoplug +BOARD_CONFIG= pogoplug_defconfig +FAMILY= kirkwood + +.include "${MASTERDIR}/Makefile" Index: sysutils/u-boot-pogoplug/pkg-descr =================================================================== --- /dev/null +++ sysutils/u-boot-pogoplug/pkg-descr @@ -0,0 +1,13 @@ +U-Boot loader for Pogoplug + +To install this bootloader on an sdcard just do : +cp if=$LOCALBASE/share/u-boot/u-boot-pogoplug/u-boot.kwb /path/to/sdcard/fat + +This version is patched so that: + * API features are enabled. + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + +For information about running FreeBSD on Kirkwood boards, see +https://wiki.freebsd.org/FreeBSD/arm/Kirkwood + +WWW: http://www.denx.de/wiki/U-Boot Index: sysutils/u-boot-shivaplug/Makefile =================================================================== --- /dev/null +++ sysutils/u-boot-shivaplug/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= shivaplug +BOARD_CONFIG= shivaplug_defconfig +FAMILY= kirkwood + +.include "${MASTERDIR}/Makefile" Index: sysutils/u-boot-shivaplug/pkg-descr =================================================================== --- /dev/null +++ sysutils/u-boot-shivaplug/pkg-descr @@ -0,0 +1,13 @@ +U-Boot loader for Shivaplug + +To install this bootloader on an sdcard just do : +cp if=$LOCALBASE/share/u-boot/u-boot-shivaplug/u-boot.kwb /path/to/sdcard/fat + +This version is patched so that: + * API features are enabled. + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + +For information about running FreeBSD on Kirkwood boards, see +https://wiki.freebsd.org/FreeBSD/arm/Kirkwood + +WWW: http://www.denx.de/wiki/U-Boot