Bug 241796 - [NEW PORT] sysutils/u-boot-rpi4: U-Boot build for the Raspberry Pi 4
Summary: [NEW PORT] sysutils/u-boot-rpi4: U-Boot build for the Raspberry Pi 4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-08 03:43 UTC by Kyle Evans
Modified: 2019-11-08 08:50 UTC (History)
1 user (show)

See Also:


Attachments
svn(1) diff against the ports tree (2.07 KB, patch)
2019-11-08 03:43 UTC, Kyle Evans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!