Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.07 26 Sep 2024 07:15:29 |
Emmanuel Vadot (manu) |
sysutils/u-boot-master: Update to 2024.07
Sponsored by: Beckhoff Automation GmbH & Co. KG |
2024.04 13 Jun 2024 09:42:08 |
Emmanuel Vadot (manu) Author: Naram Qashat |
sysutils/u-boot: Allow building with different openssl
Add ssl to USES and export the needed variables so u-boot can be built
with openssl from ports.
PR: 279531 |
2024.04 30 May 2024 10:43:14 |
Emmanuel Vadot (manu) |
sysutils/nanopi-r5s: Add new port
Add a new u-boot port for FriendlyElelc Nanopi R5S
Sponsored by: Beckhoff Automation GmbH & Co. KG |
2024.04 30 May 2024 10:43:11 |
Emmanuel Vadot (manu) |
sysutils/u-boot-master: Update to 2024.04
Sponsored by: Beckhoff Automation GmbH & Co. KG |
2024.01 12 Jan 2024 17:08:45 |
Emmanuel Vadot (manu) |
sysutils/u-boot-*: Update to 2024.01
Sponsored by: Beckhoff Automation GmbH & Co. KG |
2023.10 10 Dec 2023 08:38:31 |
Emmanuel Vadot (manu) |
sysutils/u-boot-rpi*: Fix sd boot after v2023.10 update
U-Boot update broke sd boot for rpi* models, use upstream patch that fixes it.
PR: 275655
Sponsored by: Beckhoff Automation GmbH & Co.KG |
2023.10 09 Dec 2023 16:49:46 |
Emmanuel Vadot (manu) |
sysutils/u-boot-rockpro64: Unbreak after the update to v2023.10
We need this series:
http://patchwork.ozlabs.org/project/uboot/list/?series=364753&state=*
Otherwise sd boot or emmc boot won't work (and probably more).
Sponsored by: Beckhoff Automation GmbH & Co. KG |
2023.10 09 Dec 2023 11:24:54 |
Emmanuel Vadot (manu) |
sysutils/u-boot-master: Update to 2023.10
Sponsored by: Beckhoff Automation GmbH & Co. KG |
2023.07.02 09 Aug 2023 10:38:50 |
Emmanuel Vadot (manu) Author: Minsoo Choo |
sysutils/u-boot-*: Update to 2023.07.02
Differential Revision: https://reviews.freebsd.org/D41193 |
2023.01 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2023.01 24 Jan 2023 13:26:43 |
Emmanuel Vadot (manu) |
sysutils/u-boot-*: Update to 2023.01
Sponsored by: Beckhoff Automation GmbH & Co. KG |
2022.10 19 Oct 2022 13:27:02 |
Emmanuel Vadot (manu) |
sysutils/u-boot: Update to v2022.10
Sponsored by: Beckhoff Automation GmbH & Co. KG |
2022.04_1 21 Sep 2022 22:12:47 |
Jessica Clarke (jrtc27) |
sysutils/u-boot-sifive-fu740: Add upstream DTS patch for DA9063 RTC support
This allows the DA9063 RTC driver to probe and attach (and exposes other
MFD children too, but we don't have drivers for them). It also includes
a couple of miscellaneous improvements synced from the Linux DTS,
fixing the compatible string for the on-board QSPI flash and adding the
card detect GPIO for the QSPI SD card.
Reviewed by: manu
Approved by: manu (uboot, ports)
Differential Revision: https://reviews.freebsd.org/D36556 |
2022.04_1 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2022.04_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2022.04_1 03 May 2022 16:14:21 |
Emmanuel Vadot (manu) |
sysutils/u-boot: Bring back usb patch
The patch is still needed at least on rockchip platform where
we probably don't do everything correctly for usb bring up.
This is also needed is the next boot stage is usb.
Reported by: kevans |
2022.04 03 May 2022 08:10:43 |
Emmanuel Vadot (manu) |
sysutils/u-boot: Update to 2022.04 |
2021.07 09 Nov 2021 19:56:54 |
Emmanuel Vadot (manu) |
sysutils/u-boot-*: Add patch to fix MMC ordering
For FreeBSD we use a dtb overlay that switches between the sdhost and
the sdhci controller for sd card.
Recent changes in u-boot device model changed device numbering and the
sd card controller became "mmc2" for our setup which isn't accounted for
in the possible boot devices.
Patch isn't accepted yet upstream but bring this patch in for our ports anyway. |
2021.07 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
2021.07 18 Jul 2021 13:58:29 |
Emmanuel Vadot (manu) |
sysutils/u-boot-master: Test for broken u-boot only if FAMILY is defined
Otherwise the u-boot-master metaport throw an error.
Reported by: dvl
Fixes: ebfb1beaef02d |
18 Jul 2021 12:53:27
|
Emmanuel Vadot (manu) |
sysutils/u-boot-qemu-*: Mark broken on 11.4
Base openssl is too old for u-boot-qemu, mark both port as broken.
Reported by: pkg-fallout |
2021.07 08 Jul 2021 20:12:11 |
Bernhard Froehlich (decke) |
sysutils/u-boot-master: Add https mirror to MASTER_SITES
PR: 257046
Approved by: manu@ |
2021.07 07 Jul 2021 16:18:40 |
Emmanuel Vadot (manu) |
sysutils/u-boot: Update to 2021.07 |
2021.04 11 May 2021 20:22:54 |
Emmanuel Vadot (manu) |
sysutils/u-boot-*: Remove ubldr support
We have been using loader.efi on armv7 for a long time now.
Remove support for booting with ubldr and the needed patches that were
never upstreamed.
While here add CONFIG_EFI_GRUB_ARM32_WORKAROUND=y in the Fragment as it's
needed to have the cache flushed for us when loader.efi is started. |
2021.04 07 Apr 2021 07:57:52 |
Emmanuel Vadot (manu) |
sysutils/u-boot-*: Update to 2021.04 |
2020.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2020.10 24 Nov 2020 20:15:58 |
manu |
sysutils/u-boot-pine-h64: Add new port
U-boot variant for the Pine64 H64 board. |
2020.10 22 Nov 2020 17:37:40 |
manu |
sysutils/atf: Update to v2.4
Bump u-boot ports that depends on it.
While here update the metadata and pkg-descr for the allwinner64 family so
u-boot is put in an alternate location that doesn't conflict with GPT
partitions. |
2020.10 13 Nov 2020 17:13:13 |
manu |
u-boot-sopine-spi: Add new port
While the u-boot-sopine port can boot from SPI on the Pine64-LTS and Sopine
module the env is saved and read from the eMMC.
This is a modified sopine u-boot that only read and store the env in the spi
flash available on thoses boards.
Additionally there is also a sopine-spi-flasher.img that can be burnt on a
sdcard
and when booted it will program the spi flash. |
2020.10 07 Nov 2020 18:59:37 |
manu |
sysutils/u-boot-*: Update to 2020.10
This also add two patches :
- The first one is for rockpro64, a commit upstream made the spi flash
not detected anymore. The issue is still discussed with upstream so for
now add a local patch.
- The second disabled shutting down usb controllers when
calling efi_exit_boot_service.
It somehow make u-boot hang but only when doing netboot and of course
only on some boards so it's a weird issue.
This is also a local patch for now as I still need to look deeper. |
2020.07 31 Jul 2020 17:10:31 |
mhorne |
Follow-up to r543872
This file was missed in the commit.
Approved by: u-boot (manu) |
2020.07 08 Jul 2020 17:18:56 |
manu |
u-boot: Update to 2020.07
Remove upstreamed patches. |
2020.04 17 Jun 2020 18:17:45 |
sunpoet |
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine |
2020.04 27 Apr 2020 11:05:38 |
manu |
u-boot: Fix targets that uses malloc.h
Add a local patch that replace malloc.h with stdlib.h.
As there is current discution to make this file usable again don't bother
with upstream for now. |
2020.04 25 Apr 2020 15:55:08 |
manu |
u-boot-rpi4: Remove patches that are present upstream in 2020.04
Reported by: Mark Millard |
2020.04 24 Apr 2020 06:47:36 |
antoine |
Relax python requirements
With hat: portmgr |
2020.04 23 Apr 2020 18:46:43 |
manu |
sysutils/u-boot: Update to 2020.04
While here use python3 for it as it now works.
Two slave ports have been marked broken :
u-boot-pandaboard and u-boot-duovero
Both of those boards have ~0 users in FreeBSD so if you are one of
those raise your hand. |
2019.10 16 Mar 2020 21:32:56 |
kevans |
sysutils/u-boot-rpi{3,4}: Add patch to fix PSCI stub reservation
For the traditional spin table setup, only the lowest page needs
to be reserved. However, our PSCI stubs are slightly bigger and occupy
a little over one page. These patches, already sent upstream, allow a
variable number of initial pages to be reserved for the SMP stubs. We
then set the values for these in our fragment to '2' to reserve the first
and second page.
Approved by: koobs (mentor)
Approved by: manu (uboot, maintainer)
MFH: 2020Q1
Differential Revision: https://reviews.freebsd.org/D24085 |
2019.10 08 Nov 2019 09:06:28 |
lwhsu |
Use HTTPS in PATCH_SITES |
2019.10 08 Nov 2019 08:59:45 |
lwhsu |
Add WWW |
2019.10 08 Nov 2019 08:48:50 |
lwhsu |
Add sysutils/u-boot-rpi4: U-Boot build for the Raspberry Pi 4
PR: 241796
Submitted by: kevans |
2019.10 09 Oct 2019 19:54:30 |
manu |
sysutils/u-boot-rock64: Add two DRAM related patches
Add two new patches related to DRAM controller initialization.
This allow us to use SPL+TPL from mainline u-boot and not relying
on RockChip miniloader anymore.
Thanks to jmcneill@NetBSD.Org for the tip. |
2019.10 09 Oct 2019 19:15:25 |
manu |
u-boot: Update to v2019.10
Update u-boot to its latest version.
For RK3399 we now use SPL+TPL from u-boot, no need for RockChip blob.
Remove one efi related patch that isn't needed anymore.
Tested-on: Pine64-LTS, Rock64, Rockpro64, BBB, RPI2, OrangePi One |
2019.07 29 Jul 2019 10:58:20 |
manu |
sysutils/u-boot: rk3399: Set only for arch
RK3399 uboots uses RockChip binaries to create the image, thoses tools
are only for amd64.
Reported by: pkg-fallout |
2019.07 27 Jul 2019 14:57:25 |
manu |
sysutils/u-boot-firefly-rk3399: Bump portrevision as we now use miniloader
Since we now use the miniloader instead of SPL bump portrevision for this port. |
2019.07 27 Jul 2019 14:55:59 |
manu |
sysutils/u-boot-rockpro64: Add new u-boot port for Pine64 RockPro64 board
This use the DDR blob and miniloader from RockChip + trust FW + ATF + u-boot
proper. |
2019.07 27 Jul 2019 14:54:10 |
manu |
sysutils/u-boot-rock64: Add new port for u-boot for the Pine64 Rock64 board
And add support for building RK3328 u-boot in u-boot-master.
This use the rockchip DDR blob + ATF + u-boot-spl and u-boot proper. |
2019.07 19 Jul 2019 19:00:04 |
manu |
sysutils/u-boot: Update to 2019.07
Remove one patch for RockChip RK3399 that was upstream.
Add a patch for storage api to remove SCSI. Allwinner A20 was converted
to DM_SCSI upstream and we don't have a good way to do what the api code
was doing (only had a brief look). This patch will probably be upstreamed
once I've found a better way. For now this means that you cannot boot from
SCSI drives using ubldr, using loader.efi will still work. Only Allwinner A20
boards are affected by this. |
2019.04 16 Apr 2019 17:10:02 |
manu |
u-boot: Fix efi booting for arm32
arm32 needs its cache cleared before booting the kernel.
This isn't the case anymore in u-boot since they use efi_start_image.
Add a local patch until I resolv the issue upstream. |
2019.04 10 Apr 2019 21:16:48 |
manu |
sysutils/u-boot: Update to 2019.04
Beaglebone slave port change its defconfig.
ZYNC related u-boot are broken. |
2019.01 18 Feb 2019 15:01:51 |
manu |
New port: sysutils/u-boot-clearfog
This is the U-Boot bootloader for the SolidRun ClearFog Pro.
Submitted by: ml@vishwin.info
Differential Revision: https://reviews.freebsd.org/D19230 |
2019.01 05 Feb 2019 16:45:30 |
antoine |
Unbreak INDEX |
05 Feb 2019 15:58:29
|
manu |
u-boot-firefly-rk3399: Add a u-boot port for this board
This is a ARM64 board with a RockChip RK3399 SoC.
Add support for RK3399 to the u-boot-master port. No METADATA are created
for now as this u-boot is split in two file and we don't support this scheme
yet.
Two patch are needed :
- One to allow booting u-boot proper from the same source as the DTS (accepted
and merge upstream)
- One to have the BL31 (ATF binary) path in a environment variable instead of
in the source directory (accepted upstream). |
2019.01 05 Feb 2019 15:30:30 |
manu |
Add a new atf-master master port.
ARM Arm Trusted Framework (sometimes called TF-A for reasons ...) provides
a reference implementation of secure world software for Armv7-A and Armv8-A,
including a Secure Monitor executing at Exception Level 3 (EL3).
We had a port for Alwinner A64/H5 chip, but we need to introduced more ports.
So convert this to a master/slave port scheme like u-boot.
atf-allwinner is now badly named, when it was introduced it only support A64,
now it both support A64 and H5 and there is another ATF platform for H6.
Rename it with the platform name |
2019.01 04 Feb 2019 18:22:06 |
manu |
Update U-Boot to 2019.01
This removes a lot of local patches
Approved by: bapt (mentor, implicit) |
2018.11 26 Nov 2018 08:40:07 |
manu |
sysutils/u-boot: Update to 2018.11
Tested-On: RPI*
Tested-On: OrangePi One
Tested-On: Pine*
sysutils/u-boot-pinebook: Update to latest upstream patches
All those patches have been merged upstream but have not made into the
latest u-boot release, add them here as they have bugfixes and hardware support
improvement.
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D18312,
https://reviews.freebsd.org/D18314 |
2018.09_3 04 Oct 2018 15:43:36 |
manu |
sysutils/u-boot-pinebook: Add ports for this board
Patches are comming upstream and I've personnally runned the wip branch
for a long time. So it's time that other people can enjoy FreeBSD on the
pinebook.
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D17410 |
2018.09_3 18 Sep 2018 13:02:39 |
manu |
u-boot: Update to v2018.09
Tested On: RPI*
Tested On: OrangePi One
Tested On: Pine64(-LTS)
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D17213 |
2018.07_3 01 Sep 2018 20:43:36 |
manu |
u-boot: Re-add cache patches
Some boards (like Allwinner ones) still needs them.
This fixes booting with ubldr.
Approved by: bapt (implicit) |
2018.07_2 15 Aug 2018 14:59:55 |
manu |
sysutils/u-boot-master: Set the correct files for ALLWINNER64 family
Use the correct names for the ALLWINNER64 family, files are the same as
the ALLWINNER one so no harm was done, but now it's correct.
Reported by: jmg
Approved by: bapt (implicit) |
2018.07_2 10 Aug 2018 15:49:13 |
manu |
sysutils/u-boot-master etc.: u-boot Improvement for 2018.07
- Add metadata for IMX6 family
- While here rename the riotboard family to IMX6 as it should have been
- Remove the cache patches, they aren't needed anymore.
I should have checked that with the 2018.07 update
- beaglebone use a custom bootcmd that calls envboot, this command will try
to load and source the file boot.scr (u-boot script) from the mmc.
For some reason it seems to corrupts some memory or something because
loading and executing ubldr.bin after running this command will either
hang or cause an exception on undefined instruction.
I'll check with upstream but in the meantime use a special fragment
that redefine the bootcmd.
Note that since u-boot will load the environment from the eMMC, one need
to 'env default -f -a; saveenv' to have the bootcmd variable correctly
redefined.
Reviewed by: imp
Approved by: imp
Differential Revision: https://reviews.freebsd.org/D16599 |
2018.07_1 29 Jul 2018 17:37:00 |
imp |
Minor cleanup of u-boot's patches
Move to using the 'raw' patches for those patches that are currently
in u-boot's upstream landing zone. Move to using a u-boot directory
since the numeric names aren't very u-boot specific and might
conflict. Bump PORTREVISION out of an abundance of caution.
Differential Review: https://reviews.freebsd.org/D16409 |
2018.07 22 Jul 2018 20:51:34 |
linimon |
Make this pass portlint. Slight cleanup to be more in accordance
with slave Makefiles. |
2018.07 22 Jul 2018 20:14:37 |
manu |
u-boot: Update checksum for patch 939129
r475103 update u-boot to the newest version but it seems that I had
an old cached version of this patch.
Pointy Hat to: myself
PR: 229965
Approved by: imp (implicit) |
2018.07 22 Jul 2018 11:58:23 |
manu |
u-boot: Update to v2018.07
This add:
- Explicit Depency on bison
- Remove the DTC= on MAKE_ARGS as we use the BINARY_ALIAS already
- metadata variables
- Add cache cmds and disable secure boot
- All RPI uses some special fragments to enable OF_BOARD.
This makes u-boot using the DTB loaded by the firmware instead of
using it's own.
- For patches accepted but not in mainline due to timing issue use patchwork
directly instead of putting files in the port
- All armv7 boards are EFI enabled and boot in secure mode
(Only the first 15 lines of the commit message are shown above ) |
2018.03 18 Jun 2018 20:22:13 |
linimon |
Consolidate maintainership of various u-boot ports under u-boot@.
Submitted by: manu
Differential Revision: D15884 |
2018.03 24 Mar 2018 20:40:27 |
manu |
u-boot: Update to v2018.01
- Track upstream directly We cannot build u-boot directly on FreeBSD as
it needs gmake, gsed etc ... Earlier update dealt with that using
BINARY_ALIAS to avoid patching. The cache patches have been sent upstream
(a V2 is needed as some arch don't have those functions) so put them in
the ports tree for now. This is the only patches needed to build a
u-boot for armv6/armv7/arm64 so do not use the freebsd github fork anymore
as they will go away soon.
- We now use boot.scr (converted with mkimage from sysutils/u-boot-tools)
instead of patching u-boot. U-Boot have two way for dealing with distribution
one is boot scripts and the other is extlinux. extlinux will be harder as we
use raw binary for ubldr and use go $address, this cannot fail and the boot
process could be in a bad state so this is something that upstream doesn't
want to merge in mainline. boot script are easy to write and compile and (Only the first 15 lines of the commit message are shown above ) |
2017.09.00_2 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
2017.09.00_1 22 Dec 2017 02:11:44 |
linimon |
Make the IGNORE message and the COMMENT message more meaningful for
the masterport. |
2017.09.00_1 11 Dec 2017 18:31:35 |
manu |
u-boot-master: Unbreak by testing that FAMILY is defined
Reported by: dan (via freshport), portsnap builbox
Approved by: imp (implicit) |
11 Dec 2017 17:54:20
|
manu |
u-boot: Move allwinner 64 bits dep to u-boot-master
We have more than one Allwinner 64bits SoC u-boot ports now
and others are coming.
Move the dependencies into the u-boot-master ports.
While here, switch maintainer on u-boot-pine64 and u-boot-sopine
to uboot@ as discussed with imp@ and brd@
Reviewed by: imp (maintainer)
Approved by: imp
Differential Revision: https://reviews.freebsd.org/D13450 |
2017.09.00 10 Dec 2017 20:48:46 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
2017.09.00 15 Nov 2017 18:50:36 |
manu |
Update the u-boot-rpi port to use the u-boot-master port.
This also bring u-boot to version 2017.09 and the firmware files are no
longer in this port but in sysutils/rpi-firmware.
Also I'm stepping in as maintainer.
Tested On: RPI-B, RPI0v1.2, RPI0v1.3
Reviewed by: imp
Approved by: imp
Differential Revision: https://reviews.freebsd.org/D13048 |
2017.09.00 02 Nov 2017 21:41:47 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
2017.09.00 17 Oct 2017 19:49:11 |
manu |
This update u-boot for :
Allwinner boards
Beaglebone Black
Zync boards
For changes on the U-Boot sidesee the changes on their release notes.
For changes on this ports :
Use BINARY_ALIAS for gsed
Add PYTHON=${PYTHON_CMD} to MAKE_ARGS
Add patch from Andrew Turner to export GPT partition in EFI
Tested On: Pine64, OrangePi One, BananaPi M2, BeagleBone Black
Reviewed by: imp (maintainer)
Approved by: imp |
2017.07.00.1 12 Oct 2017 15:50:07 |
bapt |
Correctly use BINARY_ALIAS
Reported by: imp |
2017.07.00.1 11 Oct 2017 20:38:04 |
bapt |
Make the u-boot ports use swig 3.0 when building |
2017.07.00.1 04 Aug 2017 01:00:00 |
imp |
Add support for Xilinx Zynq-based Zedboard and more generally all
Zynq-based boards.
Submitted by: Thomas Skibo |
2017.07.00.1 04 Aug 2017 00:28:29 |
imp |
Fix comment. |
2017.07.00.1 02 Aug 2017 15:20:57 |
imp |
Changes to prepare for aarch64 support
o Generalize support for different architectures.
o Add specific support for aarch64
o Add ALLWINNER64 as a new family using aarch64, but no ports use it yet.
o CROSS_COMPILE is the string to pass to u-boot
o COMPILER is the FreeBSD port (we assume gcc since that works better
typically than clang).
Submitted by: Emmanuel Vadot (the aarch64 bits, hacked by me to be generic) |
2017.07.00.1 02 Aug 2017 15:20:52 |
imp |
Bump uboot version to 2017.07.00.1 to pickup arm64 fix in FreeBSD
u-boot repo.
Submitted by: Emmanuel Vadot |
2017.07.00 25 Jul 2017 06:03:54 |
imp |
Port-wise change :
- Dependancy on swig30 has been changed for swig13.
swig13 install itself as 'swig' and it seems that some generated
file in u-boot is calling directly this binary.
- Remove shebangfix for binman.py
shebangfix cannot work with binman.py as the shebang is
'#!/usr/bin/env python2' and the regex in Mk/Uses/shebangfix.mk
can't handle this
- Move to the FreeBSD u-boot repo
- Insist on dtc >= 1.4 (also works with the BSDL version in the tree,
if it is new enough), but drop the requirement that it's a port.
U-Boot wise:
- Too many changes, a lot of fixes, a lot of new boards etc ...
Tested-On: OrangePi-One, BananaPiM2, A13-Olinuxino, BeagleBone Black
Submitted by: Emmanuel Vadot |
2017.01.00.2 28 Jan 2017 01:04:18 |
imp |
Update to latest FreeBSD 2017.01.00.2
o FAT12 fixes from gonzo@
These apply to all the ports. |
2017.01.00.1 13 Jan 2017 23:09:49 |
imp |
Update to my v2017.01.00.1 release.
This eliminates use of fdtget by pointing the build at the right swig
for the ports we're using. The dtc port is still required for its
libfdt. |
2017.01 13 Jan 2017 21:04:01 |
brd |
Fix python usage. Which fixes u-boot-bananapi, u-boot-rpi3, and
u-boot-beaglebone.
Approved by: imp, bdrewery (implicit) |
2017.01 13 Jan 2017 08:37:11 |
mat |
dependencies are installed in LOCALBASE, so PREFIX/bin/dtc will never exist
Sponsored by: Absolight |
2017.01 13 Jan 2017 00:59:29 |
adamw |
Fix INDEX. |
2017.01 12 Jan 2017 22:49:09 |
imp |
Convert all the allwinnner-based u-boot boards over to
u-boot-master. Upgrade u-boot-master to cope with the allwinner u-boot
port's needs for more tools. |
2017.01 12 Jan 2017 22:49:01 |
imp |
Roll forward to u-boot v2017.01. Many thanks to manu@ for cleaning up
our patches to u-boot and getting them upstreamed.
Future commits will roll other families over to this as testing on
them is completed. |
2016.05 21 Nov 2016 04:23:33 |
imp |
Create pkg-descr for u-boot-master. |
2016.05 27 Oct 2016 21:08:56 |
imp |
Include runtime dependency of eabi arm gcc port. |
2016.05 26 Oct 2016 21:09:19 |
imp |
Create a new u-boot-master port to consolidate all different u-boot
ports. Switch to using my github branch for grabbing ports. Convert
the Beaglebone family of ports over to using the new setup. |