diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 19:51:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 19:51:23 +0000 |
commit | 39fd7af7d5be9bc3296d2c2ea2db21e925d3a106 (patch) | |
tree | 5c6b9c3995c1a50381d5944be0d728fb65427d0f /sysutils | |
parent | 9c34911b9718cab7b779fd1f410861267c030fa7 (diff) | |
download | ports-39fd7af7d5be9bc3296d2c2ea2db21e925d3a106.tar.gz ports-39fd7af7d5be9bc3296d2c2ea2db21e925d3a106.zip |
Notes
Diffstat (limited to 'sysutils')
24 files changed, 124 insertions, 225 deletions
diff --git a/sysutils/u-boot-a13-olinuxino/pkg-descr b/sysutils/u-boot-a13-olinuxino/pkg-descr index 49a753e2363e..7a9812f13746 100644 --- a/sysutils/u-boot-a13-olinuxino/pkg-descr +++ b/sysutils/u-boot-a13-olinuxino/pkg-descr @@ -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 diff --git a/sysutils/u-boot-a64-olinuxino/pkg-descr b/sysutils/u-boot-a64-olinuxino/pkg-descr index 05f9c41359d3..3cdc648a2e1e 100644 --- a/sysutils/u-boot-a64-olinuxino/pkg-descr +++ b/sysutils/u-boot-a64-olinuxino/pkg-descr @@ -4,6 +4,6 @@ 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 diff --git a/sysutils/u-boot-bananapi/pkg-descr b/sysutils/u-boot-bananapi/pkg-descr index 6a1701888400..3db9dd2d69ca 100644 --- a/sysutils/u-boot-bananapi/pkg-descr +++ b/sysutils/u-boot-bananapi/pkg-descr @@ -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 diff --git a/sysutils/u-boot-bananapim2/pkg-descr b/sysutils/u-boot-bananapim2/pkg-descr index e3f7d73edb49..8e4a103a80a8 100644 --- a/sysutils/u-boot-bananapim2/pkg-descr +++ b/sysutils/u-boot-bananapim2/pkg-descr @@ -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 diff --git a/sysutils/u-boot-beaglebone/pkg-descr b/sysutils/u-boot-beaglebone/pkg-descr index 0b4d0acc2152..d1a7e5e0cbd5 100644 --- a/sysutils/u-boot-beaglebone/pkg-descr +++ b/sysutils/u-boot-beaglebone/pkg-descr @@ -5,19 +5,10 @@ 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. - -Note: prefixing the boot files with 'bb' allows building -images with boot bits for more than one board. + * 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 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 diff --git a/sysutils/u-boot-chip/pkg-descr b/sysutils/u-boot-chip/pkg-descr index eb9e30f7a0cb..7b34cb0fc5cc 100644 --- a/sysutils/u-boot-chip/pkg-descr +++ b/sysutils/u-boot-chip/pkg-descr @@ -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 diff --git a/sysutils/u-boot-cubieboard/pkg-descr b/sysutils/u-boot-cubieboard/pkg-descr index 825d11bfdd52..793c471b6b13 100644 --- a/sysutils/u-boot-cubieboard/pkg-descr +++ b/sysutils/u-boot-cubieboard/pkg-descr @@ -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 diff --git a/sysutils/u-boot-cubieboard2/pkg-descr b/sysutils/u-boot-cubieboard2/pkg-descr index da54cfc0c188..2827844780ca 100644 --- a/sysutils/u-boot-cubieboard2/pkg-descr +++ b/sysutils/u-boot-cubieboard2/pkg-descr @@ -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 diff --git a/sysutils/u-boot-duovero/pkg-descr b/sysutils/u-boot-duovero/pkg-descr index 11090caca2cb..ef25cc184dd1 100644 --- a/sysutils/u-boot-duovero/pkg-descr +++ b/sysutils/u-boot-duovero/pkg-descr @@ -5,17 +5,10 @@ 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 diff --git a/sysutils/u-boot-nanopi-m1plus/pkg-descr b/sysutils/u-boot-nanopi-m1plus/pkg-descr index 7e0f3dadb074..c5a4316187b9 100644 --- a/sysutils/u-boot-nanopi-m1plus/pkg-descr +++ b/sysutils/u-boot-nanopi-m1plus/pkg-descr @@ -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 diff --git a/sysutils/u-boot-nanopi-neo-air/pkg-descr b/sysutils/u-boot-nanopi-neo-air/pkg-descr index e1422cdc5dd9..00675ee32a0f 100644 --- a/sysutils/u-boot-nanopi-neo-air/pkg-descr +++ b/sysutils/u-boot-nanopi-neo-air/pkg-descr @@ -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 diff --git a/sysutils/u-boot-nanopi-neo/pkg-descr b/sysutils/u-boot-nanopi-neo/pkg-descr index ec59666b0563..9219edfaf208 100644 --- a/sysutils/u-boot-nanopi-neo/pkg-descr +++ b/sysutils/u-boot-nanopi-neo/pkg-descr @@ -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 diff --git a/sysutils/u-boot-olimex-a20-som-evb/pkg-descr b/sysutils/u-boot-olimex-a20-som-evb/pkg-descr index 67d092c2dee3..52b0b424fa8e 100644 --- a/sysutils/u-boot-olimex-a20-som-evb/pkg-descr +++ b/sysutils/u-boot-olimex-a20-som-evb/pkg-descr @@ -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 diff --git a/sysutils/u-boot-olinuxino-lime/pkg-descr b/sysutils/u-boot-olinuxino-lime/pkg-descr index 8087c1c58861..03861254e521 100644 --- a/sysutils/u-boot-olinuxino-lime/pkg-descr +++ b/sysutils/u-boot-olinuxino-lime/pkg-descr @@ -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 diff --git a/sysutils/u-boot-orangepi-one/pkg-descr b/sysutils/u-boot-orangepi-one/pkg-descr index 77fa39002ac9..9c7b8345e534 100644 --- a/sysutils/u-boot-orangepi-one/pkg-descr +++ b/sysutils/u-boot-orangepi-one/pkg-descr @@ -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 diff --git a/sysutils/u-boot-orangepi-pc/pkg-descr b/sysutils/u-boot-orangepi-pc/pkg-descr index 60a91bd3ddda..4366045e1570 100644 --- a/sysutils/u-boot-orangepi-pc/pkg-descr +++ b/sysutils/u-boot-orangepi-pc/pkg-descr @@ -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 diff --git a/sysutils/u-boot-orangepi-pc2/pkg-descr b/sysutils/u-boot-orangepi-pc2/pkg-descr index 2438e860d4f4..72bbc1769c78 100644 --- a/sysutils/u-boot-orangepi-pc2/pkg-descr +++ b/sysutils/u-boot-orangepi-pc2/pkg-descr @@ -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 diff --git a/sysutils/u-boot-orangepi-plus-2e/pkg-descr b/sysutils/u-boot-orangepi-plus-2e/pkg-descr index aa00d441c9d2..3b8e0c008966 100644 --- a/sysutils/u-boot-orangepi-plus-2e/pkg-descr +++ b/sysutils/u-boot-orangepi-plus-2e/pkg-descr @@ -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 diff --git a/sysutils/u-boot-orangepi-zero/pkg-descr b/sysutils/u-boot-orangepi-zero/pkg-descr index 0d85d15bd54a..0ea6f7f747ec 100644 --- a/sysutils/u-boot-orangepi-zero/pkg-descr +++ b/sysutils/u-boot-orangepi-zero/pkg-descr @@ -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 diff --git a/sysutils/u-boot-pandaboard/pkg-descr b/sysutils/u-boot-pandaboard/pkg-descr index e6f708ff9192..7cd5f453b27a 100644 --- a/sysutils/u-boot-pandaboard/pkg-descr +++ b/sysutils/u-boot-pandaboard/pkg-descr @@ -5,17 +5,10 @@ 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 diff --git a/sysutils/u-boot-pcduino3/pkg-descr b/sysutils/u-boot-pcduino3/pkg-descr index 21856bc6ca68..dad0b627ece4 100644 --- a/sysutils/u-boot-pcduino3/pkg-descr +++ b/sysutils/u-boot-pcduino3/pkg-descr @@ -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 diff --git a/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr b/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr index fda7b28086ed..0c37e2bfdc3c 100644 --- a/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr +++ b/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr @@ -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 diff --git a/sysutils/u-boot-zedboard/pkg-descr b/sysutils/u-boot-zedboard/pkg-descr index da2c7d709ddb..89d5f707d54a 100644 --- a/sysutils/u-boot-zedboard/pkg-descr +++ b/sysutils/u-boot-zedboard/pkg-descr @@ -3,10 +3,10 @@ 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 diff --git a/sysutils/u-boot-zybo/pkg-descr b/sysutils/u-boot-zybo/pkg-descr index da2c7d709ddb..89d5f707d54a 100644 --- a/sysutils/u-boot-zybo/pkg-descr +++ b/sysutils/u-boot-zybo/pkg-descr @@ -3,10 +3,10 @@ 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 |