Date: Mon, 18 Jun 2018 19:51:23 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472710 - in head/sysutils: u-boot-a13-olinuxino u-boot-a64-olinuxino u-boot-bananapi u-boot-bananapim2 u-boot-beaglebone u-boot-chip u-boot-cubieboard u-boot-cubieboard2 u-boot-duovero... Message-ID: <201806181951.w5IJpNsp040198@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Jun 18 19:51:23 2018 New Revision: 472710 URL: https://svnweb.freebsd.org/changeset/ports/472710 Log: Update the instruction and description of the u-boot ports which use u-boot-master. Submitted by: manu Differential Revision: D15883 Modified: head/sysutils/u-boot-a13-olinuxino/pkg-descr head/sysutils/u-boot-a64-olinuxino/pkg-descr head/sysutils/u-boot-bananapi/pkg-descr head/sysutils/u-boot-bananapim2/pkg-descr head/sysutils/u-boot-beaglebone/pkg-descr head/sysutils/u-boot-chip/pkg-descr head/sysutils/u-boot-cubieboard/pkg-descr head/sysutils/u-boot-cubieboard2/pkg-descr head/sysutils/u-boot-duovero/pkg-descr head/sysutils/u-boot-nanopi-m1plus/pkg-descr head/sysutils/u-boot-nanopi-neo-air/pkg-descr head/sysutils/u-boot-nanopi-neo/pkg-descr head/sysutils/u-boot-olimex-a20-som-evb/pkg-descr head/sysutils/u-boot-olinuxino-lime/pkg-descr head/sysutils/u-boot-orangepi-one/pkg-descr head/sysutils/u-boot-orangepi-pc/pkg-descr head/sysutils/u-boot-orangepi-pc2/pkg-descr head/sysutils/u-boot-orangepi-plus-2e/pkg-descr head/sysutils/u-boot-orangepi-zero/pkg-descr head/sysutils/u-boot-pandaboard/pkg-descr head/sysutils/u-boot-pcduino3/pkg-descr head/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr head/sysutils/u-boot-zedboard/pkg-descr head/sysutils/u-boot-zybo/pkg-descr Modified: head/sysutils/u-boot-a13-olinuxino/pkg-descr ============================================================================== --- head/sysutils/u-boot-a13-olinuxino/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-a13-olinuxino/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-a64-olinuxino/pkg-descr ============================================================================== --- head/sysutils/u-boot-a64-olinuxino/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-a64-olinuxino/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-bananapi/pkg-descr ============================================================================== --- head/sysutils/u-boot-bananapi/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-bananapi/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-bananapim2/pkg-descr ============================================================================== --- head/sysutils/u-boot-bananapim2/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-bananapim2/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-beaglebone/pkg-descr ============================================================================== --- head/sysutils/u-boot-beaglebone/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-beaglebone/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -5,19 +5,10 @@ partition on an SD card or the eMMC. Normally this is 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 Modified: head/sysutils/u-boot-chip/pkg-descr ============================================================================== --- head/sysutils/u-boot-chip/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-chip/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-cubieboard/pkg-descr ============================================================================== --- head/sysutils/u-boot-cubieboard/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-cubieboard/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-cubieboard2/pkg-descr ============================================================================== --- head/sysutils/u-boot-cubieboard2/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-cubieboard2/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-duovero/pkg-descr ============================================================================== --- head/sysutils/u-boot-duovero/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-duovero/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -5,17 +5,10 @@ partition on an SD card. Normally this is partition 1, 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 Modified: head/sysutils/u-boot-nanopi-m1plus/pkg-descr ============================================================================== --- head/sysutils/u-boot-nanopi-m1plus/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-nanopi-m1plus/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-nanopi-neo-air/pkg-descr ============================================================================== --- head/sysutils/u-boot-nanopi-neo-air/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-nanopi-neo-air/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-nanopi-neo/pkg-descr ============================================================================== --- head/sysutils/u-boot-nanopi-neo/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-nanopi-neo/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-olimex-a20-som-evb/pkg-descr ============================================================================== --- head/sysutils/u-boot-olimex-a20-som-evb/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-olimex-a20-som-evb/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-olinuxino-lime/pkg-descr ============================================================================== --- head/sysutils/u-boot-olinuxino-lime/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-olinuxino-lime/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-orangepi-one/pkg-descr ============================================================================== --- head/sysutils/u-boot-orangepi-one/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-orangepi-one/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-orangepi-pc/pkg-descr ============================================================================== --- head/sysutils/u-boot-orangepi-pc/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-orangepi-pc/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-orangepi-pc2/pkg-descr ============================================================================== --- head/sysutils/u-boot-orangepi-pc2/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-orangepi-pc2/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-orangepi-plus-2e/pkg-descr ============================================================================== --- head/sysutils/u-boot-orangepi-plus-2e/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-orangepi-plus-2e/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-orangepi-zero/pkg-descr ============================================================================== --- head/sysutils/u-boot-orangepi-zero/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-orangepi-zero/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-pandaboard/pkg-descr ============================================================================== --- head/sysutils/u-boot-pandaboard/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-pandaboard/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -5,17 +5,10 @@ partition on an SD card. Normally this is partition 1 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 Modified: head/sysutils/u-boot-pcduino3/pkg-descr ============================================================================== --- head/sysutils/u-boot-pcduino3/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-pcduino3/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr ============================================================================== --- head/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-zedboard/pkg-descr ============================================================================== --- head/sysutils/u-boot-zedboard/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-zedboard/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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 Modified: head/sysutils/u-boot-zybo/pkg-descr ============================================================================== --- head/sysutils/u-boot-zybo/pkg-descr Mon Jun 18 19:50:41 2018 (r472709) +++ head/sysutils/u-boot-zybo/pkg-descr Mon Jun 18 19:51:23 2018 (r472710) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806181951.w5IJpNsp040198>