Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: sysutils/u-boot-master |
Commit | Credits | Log message |
2025.04 23 Apr 2025 14:00:13
    |
Oskar Holmlund (oh)  |
sysutils/u-boot-pandaboard: Remove EOL port
The omap4 boards has been removed from u-boot in 2024.10 release.
For details see commit in u-boot repo
1104cd616fef3111f851f7058511e45c3081f8cf
Approved by: manu (mentor)
Differential revision: https://reviews.freebsd.org/D49876 |
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 ) |
2021.07 14 Jul 2021 19:24:43
    |
Emmanuel Vadot (manu)  |
u-boot-*: Remove U_BOOT_SLAVE_PORTREVISION_2021.04
This is not needed anymore as we have 2921.07 now. |
2021.04_1 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 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
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.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 08 Nov 2019 09:17:05
  |
lwhsu  |
Use HTTPS as possible |
2019.04 02 May 2019 16:09:46
  |
lwhsu  |
Clean up trailing spaces
Approved by: manu
Sponsored by: The FreeBSD Foundation |
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 18 Jun 2018 19:51:23
  |
linimon  |
Update the instruction and description of the u-boot ports which use
u-boot-master.
Submitted by: manu
Differential Revision: D15883 |
2017.09.00_1 06 Feb 2018 20:47:29
  |
manu  |
Use the correct config file name for duovero and pandaboard
Approved by: imp |
2016.05 26 Oct 2016 21:33:36
  |
imp  |
Remove the files added as a stupid workaround for git svn. |
2016.05 26 Oct 2016 21:29:12
  |
imp  |
Transition panaboard to new u-boot-master port |
26 Oct 2016 21:24:39

|
imp  |
Convert duovero over to u-boot-master. |
2014.10 24 Jul 2016 11:26:58
  |
pawel  |
Fix hardcoded package description path
Submitted by: mat |
2014.10 24 Jul 2016 09:48:39
  |
pawel  |
Fix few style violations in u-boot ports:
- GMAKE -> MAKE_CMD, MAKE_CMD is always set to required make implementation
- CP -> INSTALL_DATA, INSTALL_DATA makes sure files are always installed
with proper permissions
- sysutils/u-boot-rpi: include missed files installed in STAGEDIR in PLIST_FILES
PR: 210982
Submitted by: myself
Approved by: maintainers timeout |
2014.10 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2014.10 09 Aug 2015 01:47:54
  |
ian  |
Use gcc 4.9.2 to cross-compile u-boot for pandaboard.
Approved by: rpaulo |
2014.10 21 Feb 2015 21:42:40
  |
ian  |
Add a U-Boot port for Pandaboard.
PR: 196486
Submitted by: Scott Ellis
Approved by: bapt |