Bug 241796

Summary: [NEW PORT] sysutils/u-boot-rpi4: U-Boot build for the Raspberry Pi 4
Product: Ports & Packages Reporter: Kyle Evans <kevans>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn(1) diff against the ports tree none

Description Kyle Evans freebsd_committer freebsd_triage 2019-11-08 03:43:03 UTC
Created attachment 208960 [details]
svn(1) diff against the ports tree

The 2019.10 version of U-Boot already included fairly complete Raspberry Pi 4 support. Two additional patch sets are needed to use the full range of memory on the 4GB model -- both are already merged into u-boot-master for the next release.

Tested with: Raspberry Pi 4, 4GB
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-11-08 08:48:54 UTC
A commit references this bug:

Author: lwhsu
Date: Fri Nov  8 08:48:51 UTC 2019
New revision: 517035
URL: https://svnweb.freebsd.org/changeset/ports/517035

Log:
  Add sysutils/u-boot-rpi4: U-Boot build for the Raspberry Pi 4

  PR:		241796
  Submitted by:	kevans

Changes:
  head/sysutils/Makefile
  head/sysutils/u-boot-master/distinfo
  head/sysutils/u-boot-rpi4/
  head/sysutils/u-boot-rpi4/Makefile
  head/sysutils/u-boot-rpi4/files/rpi3_fragment
  head/sysutils/u-boot-rpi4/files/rpi4_fragment
  head/sysutils/u-boot-rpi4/pkg-descr
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2019-11-08 08:50:37 UTC
Committed with some minor modifications, thanks!