Index: head/sysutils/u-boot-a13-olinuxino/pkg-descr =================================================================== --- head/sysutils/u-boot-a13-olinuxino/pkg-descr (revision 472709) +++ head/sysutils/u-boot-a13-olinuxino/pkg-descr (revision 472710) @@ -1,16 +1,13 @@ U-Boot loader for A13 Olinuxino. To install this bootloader on an sdcard just do : -dd if=/usr/local/share/u-boot/u-boot-a13-olinuxino/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync +dd if=$LOCALBASE/share/u-boot/u-boot-a13-olinuxino/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The distroboot command knows how to load FreeBSD loader(8) - * By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT - partition to address 0x42000000, and launches it. If ubldr.bin is - not found, it falls back on ubldr + * 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 Allwinner boards, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-a64-olinuxino/pkg-descr =================================================================== --- head/sysutils/u-boot-a64-olinuxino/pkg-descr (revision 472709) +++ head/sysutils/u-boot-a64-olinuxino/pkg-descr (revision 472710) @@ -1,9 +1,9 @@ U-Boot loader and related files for the A64-Olinuxino. To install this bootloader on an sdcard just do: dd if=/usr/local/share/u-boot/u-boot-a64-olinuxino/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync For information about running FreeBSD on Allwinner boards, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +https://wiki.freebsd.org/FreeBSD/arm/Allwinner WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-bananapi/pkg-descr =================================================================== --- head/sysutils/u-boot-bananapi/pkg-descr (revision 472709) +++ head/sysutils/u-boot-bananapi/pkg-descr (revision 472710) @@ -1,19 +1,13 @@ U-Boot loader for Banana Pi. -To install this bootloader, follow the instructions in - http://linux-sunxi.org/Bootable_SD_card#Bootloader +To install this bootloader on an sdcard just do : +dd if=$LOCALBASE/share/u-boot/u-boot-bananapi/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The default environment is trimmed to just what's needed to boot. - * The saveenv command writes to the file u-boot.env on the FAT partition. - * The DTB file name is chosen based on the board model and passed to ubldr - using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on - the FreeBSD partition. - * By default, it loads ELF ubldr from file ubldr on the FAT partition - to address 0x42000000, and launches it. + * 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 Banana Pi, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +For information about running FreeBSD on Allwinner boards, see +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-bananapim2/pkg-descr =================================================================== --- head/sysutils/u-boot-bananapim2/pkg-descr (revision 472709) +++ head/sysutils/u-boot-bananapim2/pkg-descr (revision 472710) @@ -1,19 +1,13 @@ U-Boot loader for Banana Pi M2. -To install this bootloader, follow the instructions in - http://linux-sunxi.org/Bootable_SD_card#Bootloader +To install this bootloader on an sdcard just do : +dd if=$LOCALBASE/share/u-boot/u-boot-bananapim2/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The default environment is trimmed to just what's needed to boot. - * The saveenv command writes to the file u-boot.env on the FAT partition. - * The DTB file name is chosen based on the board model and passed to ubldr - using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on - the FreeBSD partition. - * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition - to address 0x42000000, and launches it. + * 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 Banana Pi, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +For information about running FreeBSD on Allwinner boards, see +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-beaglebone/pkg-descr =================================================================== --- head/sysutils/u-boot-beaglebone/pkg-descr (revision 472709) +++ head/sysutils/u-boot-beaglebone/pkg-descr (revision 472710) @@ -1,23 +1,14 @@ U-Boot loader for BeagleBone and BeagleBone Black. To install this bootloader, copy the files MLO and bb-uboot.img to the FAT partition on an SD card or the eMMC. Normally this is partition 1, but different partitions can be set with U-Boot environment variables. This version is patched so that: - * ELF and API features are enabled. - * The default environment is trimmed to just what's needed to boot. - * The saveenv command writes to the file uboot.env on the FAT partition. - * The DTB file name is chosen based on the board model and passed to ubldr - using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on - the FreeBSD partition. - * By default, it loads ELF ubldr from file bbubldr on the FAT partition - to address 0x88000000, and launches it. + * API features are enabled. + * A boot.scr (U-Boot scripts ) that loads ubldr.bin and execute it is included -Note: prefixing the boot files with 'bb' allows building -images with boot bits for more than one board. - For information about running FreeBSD on BeagleBone or BeagleBone Black, see - https://wiki.freebsd.org/FreeBSD/arm/BeagleBone +https://wiki.freebsd.org/FreeBSD/arm/BeagleBone -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-chip/pkg-descr =================================================================== --- head/sysutils/u-boot-chip/pkg-descr (revision 472709) +++ head/sysutils/u-boot-chip/pkg-descr (revision 472710) @@ -1,16 +1,13 @@ U-Boot loader for NextThingCo CHIP. To install this bootloader on an sdcard just do : -dd if=/usr/local/share/u-boot/u-boot-chip/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync +dd if=$LOCALBASE/share/u-boot/u-boot-chip/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The distroboot command knows how to load FreeBSD loader(8) - * By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT - partition to address 0x42000000, and launches it. If ubldr.bin is - not found, it falls back on ubldr + * 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 Allwinner boards, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-cubieboard/pkg-descr =================================================================== --- head/sysutils/u-boot-cubieboard/pkg-descr (revision 472709) +++ head/sysutils/u-boot-cubieboard/pkg-descr (revision 472710) @@ -1,19 +1,13 @@ U-Boot loader for Cubieboard. -To install this bootloader, follow the instructions in - http://linux-sunxi.org/Bootable_SD_card#Bootloader +To install this bootloader on an sdcard just do : +dd if=$LOCALBASE/share/u-boot/u-boot-cubieboard/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The default environment is trimmed to just what's needed to boot. - * The saveenv command writes to the file u-boot.env on the FAT partition. - * The DTB file name is chosen based on the board model and passed to ubldr - using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on - the FreeBSD partition. - * By default, it loads ELF ubldr from file ubldr on the FAT partition - to address 0x42000000, and launches it. + * 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 Cubieboard, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +For information about running FreeBSD on Allwinner boards, see +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-cubieboard2/pkg-descr =================================================================== --- head/sysutils/u-boot-cubieboard2/pkg-descr (revision 472709) +++ head/sysutils/u-boot-cubieboard2/pkg-descr (revision 472710) @@ -1,19 +1,13 @@ U-Boot loader for Cubieboard2. -To install this bootloader, follow the instructions in - http://linux-sunxi.org/Bootable_SD_card#Bootloader +To install this bootloader on an sdcard just do : +dd if=$LOCALBASE/share/u-boot/u-boot-cubieboard2/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The default environment is trimmed to just what's needed to boot. - * The saveenv command writes to the file u-boot.env on the FAT partition. - * The DTB file name is chosen based on the board model and passed to ubldr - using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on - the FreeBSD partition. - * By default, it loads ELF ubldr from file ubldr on the FAT partition - to address 0x42000000, and launches it. + * 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 Cubieboard, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +For information about running FreeBSD on Allwinner boards, see +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-duovero/pkg-descr =================================================================== --- head/sysutils/u-boot-duovero/pkg-descr (revision 472709) +++ head/sysutils/u-boot-duovero/pkg-descr (revision 472710) @@ -1,21 +1,14 @@ U-Boot loader for Gumstix Duovero. To install this bootloader, copy the files MLO and u-boot.img to the FAT partition on an SD card. Normally this is partition 1, but different partitions can be set with U-Boot environment variables. This version is patched so that: - * ELF and API features are enabled. - * The default environment is trimmed to just what's needed to boot. - * The saveenv command writes to the file uboot.env on the FAT partition. - * The DTB file name is passed to ubldr using the fdtfile env variable. - The default is omap4-duovero-parlor.dtb for a Parlor expansion board. - ubldr loads the DTB from /boot/dtb/ on the FreeBSD partition. - (Not tested) - * By default, it loads ELF ubldr from file ubldr on the FAT partition - to address 0x88000000, and launches it. + * 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 Duovero, see - https://wiki.freebsd.org/FreeBSD/arm/Duovero +https://wiki.freebsd.org/FreeBSD/arm -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-nanopi-m1plus/pkg-descr =================================================================== --- head/sysutils/u-boot-nanopi-m1plus/pkg-descr (revision 472709) +++ head/sysutils/u-boot-nanopi-m1plus/pkg-descr (revision 472710) @@ -1,16 +1,13 @@ U-Boot loader for NanoPi M1 Plus. -To install this bootloader, follow the instructions in - http://linux-sunxi.org/Bootable_SD_card#Bootloader +To install this bootloader on an sdcard just do : +dd if=$LOCALBASE/share/u-boot/u-boot-nanopi-m1plus/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The distroboot command knows how to load FreeBSD loader(8) - * By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT - partition to address 0x42000000, and launches it. If ubldr.bin is - not found, it falls back on ubldr + * 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 NanoPi Neo, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +For information about running FreeBSD on Allwinner boards, see +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-nanopi-neo/pkg-descr =================================================================== --- head/sysutils/u-boot-nanopi-neo/pkg-descr (revision 472709) +++ head/sysutils/u-boot-nanopi-neo/pkg-descr (revision 472710) @@ -1,16 +1,13 @@ U-Boot loader for NanoPi Neo. -To install this bootloader, follow the instructions in - http://linux-sunxi.org/Bootable_SD_card#Bootloader +To install this bootloader on an sdcard just do : +dd if=$LOCALBASE/share/u-boot/u-boot-nanopi-neo/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The distroboot command knows how to load FreeBSD loader(8) - * By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT - partition to address 0x42000000, and launches it. If ubldr.bin is - not found, it falls back on ubldr + * 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 NanoPi Neo, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +For information about running FreeBSD on Allwinner boards, see +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-nanopi-neo-air/pkg-descr =================================================================== --- head/sysutils/u-boot-nanopi-neo-air/pkg-descr (revision 472709) +++ head/sysutils/u-boot-nanopi-neo-air/pkg-descr (revision 472710) @@ -1,16 +1,13 @@ U-Boot loader for NanoPi Neo Air. -To install this bootloader, follow the instructions in - http://linux-sunxi.org/Bootable_SD_card#Bootloader +To install this bootloader on an sdcard just do : +dd if=$LOCALBASE/share/u-boot/u-boot-nanopi-neo-air/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The distroboot command knows how to load FreeBSD loader(8) - * By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT - partition to address 0x42000000, and launches it. If ubldr.bin is - not found, it falls back on ubldr + * 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 NanoPi Neo, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +For information about running FreeBSD on Allwinner boards, see +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-olimex-a20-som-evb/pkg-descr =================================================================== --- head/sysutils/u-boot-olimex-a20-som-evb/pkg-descr (revision 472709) +++ head/sysutils/u-boot-olimex-a20-som-evb/pkg-descr (revision 472710) @@ -1,19 +1,13 @@ U-Boot loader for Olimex A20 SOM EVB. To install this bootloader on an sdcard just do : -dd if=/usr/local/share/u-boot/u-boot-olimex-a20-som-evb/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync +dd if=$LOCALBASE/share/u-boot/u-boot-olimex-a20-som-evb/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The default environment is trimmed to just what's needed to boot. - * The saveenv command writes to the file u-boot.env on the FAT partition. - * The DTB file name is chosen based on the board model and passed to ubldr.bin - using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on - the FreeBSD partition. - * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition - to address 0x42000000, and launches it. + * 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 Allwinner boards, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-olinuxino-lime/pkg-descr =================================================================== --- head/sysutils/u-boot-olinuxino-lime/pkg-descr (revision 472709) +++ head/sysutils/u-boot-olinuxino-lime/pkg-descr (revision 472710) @@ -1,19 +1,13 @@ U-Boot loader for Olinuxino Lime. To install this bootloader on an sdcard just do : -dd if=/usr/local/share/u-boot/u-boot-olinuxino-lime/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync +dd if=$LOCALBASE/share/u-boot/u-boot-olinuxino-lime/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The default environment is trimmed to just what's needed to boot. - * The saveenv command writes to the file u-boot.env on the FAT partition. - * The DTB file name is chosen based on the board model and passed to ubldr.bin - using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on - the FreeBSD partition. - * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition - to address 0x42000000, and launches it. + * 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 Allwinner boards, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-orangepi-one/pkg-descr =================================================================== --- head/sysutils/u-boot-orangepi-one/pkg-descr (revision 472709) +++ head/sysutils/u-boot-orangepi-one/pkg-descr (revision 472710) @@ -1,19 +1,13 @@ U-Boot loader for OrangePi One. To install this bootloader on an sdcard just do : -dd if=/usr/local/share/u-boot/u-boot-orangepi-one/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync +dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-one/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The default environment is trimmed to just what's needed to boot. - * The saveenv command writes to the file u-boot.env on the FAT partition. - * The DTB file name is chosen based on the board model and passed to ubldr.bin - using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on - the FreeBSD partition. - * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition - to address 0x42000000, and launches it. + * 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 Allwinner boards, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-orangepi-pc/pkg-descr =================================================================== --- head/sysutils/u-boot-orangepi-pc/pkg-descr (revision 472709) +++ head/sysutils/u-boot-orangepi-pc/pkg-descr (revision 472710) @@ -1,9 +1,13 @@ U-Boot loader and related files for the OrangePi PC -To install this bootloader on an sdcard just do: -dd if=/usr/local/share/u-boot/u-boot-orangepi-pc/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync +To install this bootloader on an sdcard just do : +dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-pc/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync +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 Allwinner boards, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +https://wiki.freebsd.org/FreeBSD/arm/Allwinner WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-orangepi-pc2/pkg-descr =================================================================== --- head/sysutils/u-boot-orangepi-pc2/pkg-descr (revision 472709) +++ head/sysutils/u-boot-orangepi-pc2/pkg-descr (revision 472710) @@ -1,9 +1,9 @@ U-Boot loader and related files for the OrangePi PC2 To install this bootloader on an sdcard just do: -dd if=/usr/local/share/u-boot/u-boot-orangepi-pc2/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync +dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-pc2/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync For information about running FreeBSD on Allwinner boards, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +https://wiki.freebsd.org/FreeBSD/arm/Allwinner WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-orangepi-plus-2e/pkg-descr =================================================================== --- head/sysutils/u-boot-orangepi-plus-2e/pkg-descr (revision 472709) +++ head/sysutils/u-boot-orangepi-plus-2e/pkg-descr (revision 472710) @@ -1,20 +1,13 @@ U-Boot loader for OrangePi Plus2E. To install this bootloader on an sdcard just do : -dd if=/usr/local/share/u-boot/u-boot-orangepi-plus-2e/u-boot-sunxi-with-spl.bin \ - of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync +dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-plus-2e/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The default environment is trimmed to just what's needed to boot. - * The saveenv command writes to the file u-boot.env on the FAT partition. - * The DTB file name is chosen based on the board model and passed to ubldr.bin - using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on - the FreeBSD partition. - * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition - to address 0x42000000, and launches it. + * 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 Allwinner boards, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-orangepi-zero/pkg-descr =================================================================== --- head/sysutils/u-boot-orangepi-zero/pkg-descr (revision 472709) +++ head/sysutils/u-boot-orangepi-zero/pkg-descr (revision 472710) @@ -1,19 +1,13 @@ U-Boot loader for OrangePi Zero. To install this bootloader on an sdcard just do : -dd if=/usr/local/share/u-boot/u-boot-orangepi-zero/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync +dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-zero/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The default environment is trimmed to just what's needed to boot. - * The saveenv command writes to the file u-boot.env on the FAT partition. - * The DTB file name is chosen based on the board model and passed to ubldr.bin - using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on - the FreeBSD partition. - * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition - to address 0x42000000, and launches it. + * 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 Allwinner boards, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-pandaboard/pkg-descr =================================================================== --- head/sysutils/u-boot-pandaboard/pkg-descr (revision 472709) +++ head/sysutils/u-boot-pandaboard/pkg-descr (revision 472710) @@ -1,21 +1,14 @@ U-Boot loader for PandaBoard. To install this bootloader, copy the files MLO and u-boot.img to the FAT partition on an SD card. Normally this is partition 1, but different partitions can be set with U-Boot environment variables. This version is patched so that: - * ELF and API features are enabled. - * The default environment is trimmed to just what's needed to boot. - * The saveenv command writes to the file uboot.env on the FAT partition. - * The DTB file name is passed to ubldr using the fdtfile env variable. - It defaults to omap4-panda.dtb unless you override it. ubldr loads - the DTB from /boot/dtb/ on the FreeBSD partition. - (Not tested) - * By default, it loads ELF ubldr from file ubldr on the FAT partition - to address 0x88000000, and launches it. + * API features are enabled. + * A boot.scr (U-Boot scripts ) that loads ubldr.bin and execute it is included For information about running FreeBSD on the PandaBoard, see - https://wiki.freebsd.org/FreeBSD/arm/PandaBoard +https://wiki.freebsd.org/FreeBSD/arm/PandaBoard -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-pcduino3/pkg-descr =================================================================== --- head/sysutils/u-boot-pcduino3/pkg-descr (revision 472709) +++ head/sysutils/u-boot-pcduino3/pkg-descr (revision 472710) @@ -1,19 +1,13 @@ U-Boot loader for pcDuino3 To install this bootloader on an sdcard just do : -dd if=/usr/local/share/u-boot/u-boot-pcduino3/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync +dd if=$LOCALBASE/share/u-boot/u-boot-pcduino3/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The default environment is trimmed to just what's needed to boot. - * The saveenv command writes to the file u-boot.env on the FAT partition. - * The DTB file name is chosen based on the board model and passed to ubldr.bin - using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on - the FreeBSD partition. - * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition - to address 0x42000000, and launches it. + * 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 Allwinner boards, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr =================================================================== --- head/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr (revision 472709) +++ head/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr (revision 472710) @@ -1,19 +1,13 @@ U-Boot loader for Banana Pi M3. To install this bootloader on an sdcard just do : -dd if=/usr/local/share/u-boot/u-boot-sinovoip-bpi-m3/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync +dd if=$LOCALBASE/share/u-boot/u-boot-sinovoip-bpi-m3/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * The default environment is trimmed to just what's needed to boot. - * The saveenv command writes to the file u-boot.env on the FAT partition. - * The DTB file name is chosen based on the board model and passed to ubldr.bin - using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on - the FreeBSD partition. - * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition - to address 0x42000000, and launches it. + * 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 Allwinner boards, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +https://wiki.freebsd.org/FreeBSD/arm/Allwinner -For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot +WWW: http://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-zedboard/pkg-descr =================================================================== --- head/sysutils/u-boot-zedboard/pkg-descr (revision 472709) +++ head/sysutils/u-boot-zedboard/pkg-descr (revision 472710) @@ -1,12 +1,12 @@ U-Boot loader for the Xilinx Zynq-based Zedboard. To install this bootloader, copy the files in the share/u-boot/u-boot-zedboard directory to the first partition, formatted as FAT16 or FAT32, on an SD card. -This version is patched as follows: - * ELF and API features are enabled. +This version is patched so that: + * API features are enabled. For information about running FreeBSD on Xilinx Zynq SoCs, see -WWW: https://wiki.freebsd.org/FreeBSD/arm/Zedboard +https://wiki.freebsd.org/FreeBSD/arm/Zedboard -For general information about U-Boot see WWW: https://www.denx.de/wiki/U-Boot +WWW: https://www.denx.de/wiki/U-Boot Index: head/sysutils/u-boot-zybo/pkg-descr =================================================================== --- head/sysutils/u-boot-zybo/pkg-descr (revision 472709) +++ head/sysutils/u-boot-zybo/pkg-descr (revision 472710) @@ -1,12 +1,12 @@ U-Boot loader for the Xilinx Zynq-based Zedboard. To install this bootloader, copy the files in the share/u-boot/u-boot-zedboard directory to the first partition, formatted as FAT16 or FAT32, on an SD card. -This version is patched as follows: - * ELF and API features are enabled. +This version is patched so that: + * API features are enabled. For information about running FreeBSD on Xilinx Zynq SoCs, see -WWW: https://wiki.freebsd.org/FreeBSD/arm/Zedboard +https://wiki.freebsd.org/FreeBSD/arm/Zedboard -For general information about U-Boot see WWW: https://www.denx.de/wiki/U-Boot +WWW: https://www.denx.de/wiki/U-Boot