mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/rpi-firmware: Update to 1.20200723
Also add a config file template for edk2 setup for rpi3
This commit is contained in:
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
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= rpi-firmware
|
PORTNAME= rpi-firmware
|
||||||
PORTVERSION= 1.20190925.g20200109
|
PORTVERSION= 1.20200723.g20200723
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
MAINTAINER= uboot@FreeBSD.org
|
MAINTAINER= uboot@FreeBSD.org
|
||||||
|
@ -25,7 +25,10 @@ GH_TAGNAME= ${FW_TAG} ${PSCI_TAG}:pscimon
|
||||||
BUILD_WRKSRC= ${WRKSRC_pscimon}
|
BUILD_WRKSRC= ${WRKSRC_pscimon}
|
||||||
INSTALL_DIR= ${PREFIX}/share/${PORTNAME}
|
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
|
config_rpi4.txt
|
||||||
|
|
||||||
do-patch:
|
do-patch:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
TIMESTAMP = 1578594401
|
TIMESTAMP = 1596906388
|
||||||
SHA256 (raspberrypi-firmware-1.20190925.g20200109-2042453_GH0.tar.gz) = a90ce74236fa04cbb11232c077a1271afdeefb5b0af417a88076c4948e569cd4
|
SHA256 (raspberrypi-firmware-1.20200723.g20200723-2042453_GH0.tar.gz) = a90ce74236fa04cbb11232c077a1271afdeefb5b0af417a88076c4948e569cd4
|
||||||
SIZE (raspberrypi-firmware-1.20190925.g20200109-2042453_GH0.tar.gz) = 186178244
|
SIZE (raspberrypi-firmware-1.20200723.g20200723-2042453_GH0.tar.gz) = 186178244
|
||||||
SHA256 (gonzoua-rpi3-psci-monitor-558620c_GH0.tar.gz) = 7621db7933eedaa17a03c282ef8a50be597bd14366149dfa93172d1b3985dbb7
|
SHA256 (gonzoua-rpi3-psci-monitor-558620c_GH0.tar.gz) = 7621db7933eedaa17a03c282ef8a50be597bd14366149dfa93172d1b3985dbb7
|
||||||
SIZE (gonzoua-rpi3-psci-monitor-558620c_GH0.tar.gz) = 5614
|
SIZE (gonzoua-rpi3-psci-monitor-558620c_GH0.tar.gz) = 5614
|
||||||
|
|
8
sysutils/rpi-firmware/files/config_rpi3_edk2.txt
Normal file
8
sysutils/rpi-firmware/files/config_rpi3_edk2.txt
Normal 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
|
|
@ -16,6 +16,7 @@
|
||||||
%%DATADIR%%/bootcode.bin
|
%%DATADIR%%/bootcode.bin
|
||||||
%%DATADIR%%/config.txt
|
%%DATADIR%%/config.txt
|
||||||
%%DATADIR%%/config_rpi3.txt
|
%%DATADIR%%/config_rpi3.txt
|
||||||
|
%%DATADIR%%/config_rpi3_edk2.txt
|
||||||
%%DATADIR%%/config_rpi4.txt
|
%%DATADIR%%/config_rpi4.txt
|
||||||
%%DATADIR%%/config_rpi_0_w.txt
|
%%DATADIR%%/config_rpi_0_w.txt
|
||||||
%%DATADIR%%/fixup.dat
|
%%DATADIR%%/fixup.dat
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../u-boot-master
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
||||||
|
|
||||||
|
EXTRA_PATCHES= ${.CURDIR}/files/
|
||||||
|
|
||||||
MODEL= pinebookpro
|
MODEL= pinebookpro
|
||||||
BOARD_CONFIG= pinebook-pro-rk3399_defconfig
|
BOARD_CONFIG= pinebook-pro-rk3399_defconfig
|
||||||
FAMILY= rk3399
|
FAMILY= rk3399
|
||||||
|
|
|
@ -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:
|
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-pinebookpro/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/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
|
||||||
|
|
||||||
WWW: https://www.denx.de/wiki/U-Boot
|
WWW: https://www.denx.de/wiki/U-Boot
|
||||||
|
|
Loading…
Add table
Reference in a new issue