1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

Use new RPi boot firmware files. Also, fix a typo in the ubldr load address.

Approved by:	bapt
This commit is contained in:
Ian Lepore 2015-01-19 02:23:06 +00:00
parent 0b9ce1503b
commit d8e1d73265
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377377
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= u-boot PORTNAME= u-boot
PORTVERSION= 2013.01 PORTVERSION= 2013.01
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= GH:uboot \ MASTER_SITES= GH:uboot \
http://distcache.FreeBSD.org/local-distfiles/ian/:bootfiles \ http://distcache.FreeBSD.org/local-distfiles/ian/:bootfiles \
@ -11,7 +11,7 @@ MASTER_SITES= GH:uboot \
http://distcache.us-west.FreeBSD.org/local-distfiles/ian/:bootfiles http://distcache.us-west.FreeBSD.org/local-distfiles/ian/:bootfiles
PKGNAMESUFFIX= -rpi PKGNAMESUFFIX= -rpi
DISTFILES= u-boot-${PORTVERSION}-${GH_ACCOUNT}-${GH_PROJECT}.tar.gz:uboot \ DISTFILES= u-boot-${PORTVERSION}-${GH_ACCOUNT}-${GH_PROJECT}.tar.gz:uboot \
rpi-boot-files-2014.10_1.tar.bz2:bootfiles rpi-boot-files-2014.10_2.tar.bz2:bootfiles
MAINTAINER= ian@FreeBSD.org MAINTAINER= ian@FreeBSD.org
COMMENT= Cross-build U-Boot loader for Raspberry Pi COMMENT= Cross-build U-Boot loader for Raspberry Pi

View File

@ -1,4 +1,4 @@
SHA256 (u-boot-2013.01-gonzoua-u-boot-pi.tar.gz) = 29a0d6ffa952483adf37d066bc1823f5f0d62e6534829d6190e9880ef9354f42 SHA256 (u-boot-2013.01-gonzoua-u-boot-pi.tar.gz) = 29a0d6ffa952483adf37d066bc1823f5f0d62e6534829d6190e9880ef9354f42
SIZE (u-boot-2013.01-gonzoua-u-boot-pi.tar.gz) = 13850640 SIZE (u-boot-2013.01-gonzoua-u-boot-pi.tar.gz) = 13850640
SHA256 (rpi-boot-files-2014.10_1.tar.bz2) = 1c9aaefe6c9558f7e60844b3cb00538eb42d5c45937f3da464cad65fcae4a70b SHA256 (rpi-boot-files-2014.10_2.tar.bz2) = bcaa493d3585151fde755245bee44b7d30d0e9c7ec9cc7f4dccdad57caf18cdc
SIZE (rpi-boot-files-2014.10_1.tar.bz2) = 1784837 SIZE (rpi-boot-files-2014.10_2.tar.bz2) = 1893216

View File

@ -27,7 +27,7 @@
+/* Create a small(ish) boot environment for FreeBSD. */ +/* Create a small(ish) boot environment for FreeBSD. */
+#undef CONFIG_EXTRA_ENV_SETTINGS +#undef CONFIG_EXTRA_ENV_SETTINGS
+#define CONFIG_EXTRA_ENV_SETTINGS \ +#define CONFIG_EXTRA_ENV_SETTINGS \
+ "loadaddr=0x00200000\0" \ + "loadaddr=0x02000000\0" \
+ "stdin=serial\0" \ + "stdin=serial\0" \
+ "stderr=serial,lcd\0" \ + "stderr=serial,lcd\0" \
+ "stdout=serial,lcd\0" \ + "stdout=serial,lcd\0" \