1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

sysutils/rpi-firmware: Update to 1.20200723

Also add a config file template for edk2 setup for rpi3
This commit is contained in:
Emmanuel Vadot 2020-08-09 17:34:04 +00:00
parent d312f3e680
commit 4d10a9a9f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544573
6 changed files with 22 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rpi-firmware
PORTVERSION= 1.20190925.g20200109
PORTVERSION= 1.20200723.g20200723
CATEGORIES= sysutils
MAINTAINER= uboot@FreeBSD.org
@ -25,7 +25,10 @@ GH_TAGNAME= ${FW_TAG} ${PSCI_TAG}:pscimon
BUILD_WRKSRC= ${WRKSRC_pscimon}
INSTALL_DIR= ${PREFIX}/share/${PORTNAME}
CONFIG_TXT_FILES= config.txt config_rpi_0_w.txt config_rpi3.txt \
CONFIG_TXT_FILES= config.txt \
config_rpi_0_w.txt \
config_rpi3.txt \
config_rpi3_edk2.txt \
config_rpi4.txt
do-patch:

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1578594401
SHA256 (raspberrypi-firmware-1.20190925.g20200109-2042453_GH0.tar.gz) = a90ce74236fa04cbb11232c077a1271afdeefb5b0af417a88076c4948e569cd4
SIZE (raspberrypi-firmware-1.20190925.g20200109-2042453_GH0.tar.gz) = 186178244
TIMESTAMP = 1596906388
SHA256 (raspberrypi-firmware-1.20200723.g20200723-2042453_GH0.tar.gz) = a90ce74236fa04cbb11232c077a1271afdeefb5b0af417a88076c4948e569cd4
SIZE (raspberrypi-firmware-1.20200723.g20200723-2042453_GH0.tar.gz) = 186178244
SHA256 (gonzoua-rpi3-psci-monitor-558620c_GH0.tar.gz) = 7621db7933eedaa17a03c282ef8a50be597bd14366149dfa93172d1b3985dbb7
SIZE (gonzoua-rpi3-psci-monitor-558620c_GH0.tar.gz) = 5614

View File

@ -0,0 +1,8 @@
arm_64bit=1
disable_commandline_tags=2
disable_overscan=1
enable_uart=1
uart_2ndstage=1
armstub=RPI_EFI.fd
device_tree_address=0x1f0000
device_tree_end=0x200000

View File

@ -16,6 +16,7 @@
%%DATADIR%%/bootcode.bin
%%DATADIR%%/config.txt
%%DATADIR%%/config_rpi3.txt
%%DATADIR%%/config_rpi3_edk2.txt
%%DATADIR%%/config_rpi4.txt
%%DATADIR%%/config_rpi_0_w.txt
%%DATADIR%%/fixup.dat

View File

@ -2,6 +2,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
EXTRA_PATCHES= ${.CURDIR}/files/
MODEL= pinebookpro
BOARD_CONFIG= pinebook-pro-rk3399_defconfig
FAMILY= rk3399

View File

@ -1,7 +1,7 @@
U-Boot loader and related files for the Pine64 RockPro64.
U-Boot loader and related files for the Pine64 PineBook Pro.
To install this bootloader on an sdcard just do:
dd if=/usr/local/share/u-boot/u-boot-rockpro64/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
dd if=/usr/local/share/u-boot/u-boot-rockpro64/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
dd if=/usr/local/share/u-boot/u-boot-pinebookpro/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
dd if=/usr/local/share/u-boot/u-boot-pinebookpro/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
WWW: https://www.denx.de/wiki/U-Boot