| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Now includes rk3566_ddr_1056MHz_v1.23.bin and rk3568_bl31_v1.45.elf
Bump PORTREVISION for depending ports.
|
| | |
|
| |
|
|
|
|
| |
PR: 221293
PR: 251489
PR: 257070
|
| |
|
|
| |
Add new u-boot port targetting the RK3588s NanoPi R6s.
|
| |
|
|
| |
It doesn't compile otherwise.
|
| | |
|
| | |
|
| |
|
|
| |
Except for u-boot-bhyve-arm64 which doesn't compile, so stay on 2024.07 for it.
|
| |
|
|
| |
Sponsored by: Beckhoff Automation GmbH & Co. KG
|
| |
|
|
|
|
|
| |
Add ssl to USES and export the needed variables so u-boot can be built
with openssl from ports.
PR: 279531
|
| |
|
|
|
|
| |
Add a new u-boot port for FriendlyElelc Nanopi R5S
Sponsored by: Beckhoff Automation GmbH & Co. KG
|
| |
|
|
| |
Sponsored by: Beckhoff Automation GmbH & Co. KG
|
| |
|
|
| |
Sponsored by: Beckhoff Automation GmbH & Co. KG
|
| |
|
|
|
|
|
| |
U-Boot update broke sd boot for rpi* models, use upstream patch that fixes it.
PR: 275655
Sponsored by: Beckhoff Automation GmbH & Co.KG
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
| |
Sponsored by: Beckhoff Automation GmbH & Co. KG
|
| |
|
|
| |
Differential Revision: https://reviews.freebsd.org/D41193
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Sponsored by: Beckhoff Automation GmbH & Co. KG
|
| |
|
|
| |
Sponsored by: Beckhoff Automation GmbH & Co. KG
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
| |
|
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Otherwise the u-boot-master metaport throw an error.
Reported by: dvl
Fixes: ebfb1beaef02d
|
| |
|
|
|
|
| |
Base openssl is too old for u-boot-qemu, mark both port as broken.
Reported by: pkg-fallout
|
| |
|
|
|
| |
PR: 257046
Approved by: manu@
|
| | |
|
| |
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
U-boot variant for the Pine64 H64 board.
Notes:
svn path=/head/; revision=556182
|
| |
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=556066
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=555035
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=554415
|
| |
|
|
|
|
|
|
|
| |
This file was missed in the commit.
Approved by: u-boot (manu)
Notes:
svn path=/head/; revision=543875
|
| |
|
|
|
|
|
| |
Remove upstreamed patches.
Notes:
svn path=/head/; revision=541505
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=539491
|
| |
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=533121
|
| |
|
|
|
|
|
| |
Reported by: Mark Millard
Notes:
svn path=/head/; revision=532958
|
| |
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=532737
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=532703
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=528547
|
| |
|
|
| |
Notes:
svn path=/head/; revision=517038
|
| |
|
|
| |
Notes:
svn path=/head/; revision=517036
|
| |
|
|
|
|
|
|
| |
PR: 241796
Submitted by: kevans
Notes:
svn path=/head/; revision=517035
|