diff options
author | loos <loos@FreeBSD.org> | 2015-04-25 03:40:12 +0800 |
---|---|---|
committer | loos <loos@FreeBSD.org> | 2015-04-25 03:40:12 +0800 |
commit | 817c3bd1e2b2427061d71190c7004b56839a47ea (patch) | |
tree | 1b1118755b34baf21077d136e523d802c9a4e697 /sysutils/Makefile | |
parent | 9640e5e45f349448290af8c1140ed5cbe93c7f33 (diff) | |
download | freebsd-ports-gnome-817c3bd1e2b2427061d71190c7004b56839a47ea.tar.gz freebsd-ports-gnome-817c3bd1e2b2427061d71190c7004b56839a47ea.tar.zst freebsd-ports-gnome-817c3bd1e2b2427061d71190c7004b56839a47ea.zip |
U-Boot loader and related files for Raspberry Pi 2
To install this bootloader, copy ALL the files in the share/u-boot/u-boot-rpi2
directory to the first partition, formatted as FAT32, on an SD card.
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.
For information about running FreeBSD on RaspberryPi, see
WWW: http://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
Approved by: garga
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index f3cc8204b6b9..70bd445d3852 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -979,6 +979,7 @@ SUBDIR += u-boot-duovero SUBDIR += u-boot-pandaboard SUBDIR += u-boot-rpi + SUBDIR += u-boot-rpi2 SUBDIR += u-boot-wandboard SUBDIR += ua SUBDIR += ucspi-ipc |