aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-master
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/rkbin: Update to v0.3Emmanuel Vadot2025-12-101-3/+3
| | | | | Now includes rk3566_ddr_1056MHz_v1.23.bin and rk3568_bl31_v1.45.elf Bump PORTREVISION for depending ports.
* sysutils/u-boot-master: Update to 2025.10Emmanuel Vadot2025-11-222-6/+6
|
* */*: Switch to misc/libuuid and misc/libblkidAlexander Shursha2025-06-301-2/+2
| | | | | | PR: 221293 PR: 251489 PR: 257070
* sysutils/u-boot-nanopi-r6s: Add new portEmmanuel Vadot2025-04-121-0/+11
| | | | Add new u-boot port targetting the RK3588s NanoPi R6s.
* u-boot-bhyve-riscv: Use 2024.10 for itEmmanuel Vadot2025-04-121-1/+3
| | | | It doesn't compile otherwise.
* sysutils/u-boot-master: Update to 2025.04Emmanuel Vadot2025-04-122-4/+4
|
* sysutils/u-boot-master: Update to 2025.01Emmanuel Vadot2025-04-122-4/+4
|
* sysutils/u-boot: Update to 2024.10Emmanuel Vadot2025-04-123-33/+4
| | | | Except for u-boot-bhyve-arm64 which doesn't compile, so stay on 2024.07 for it.
* sysutils/u-boot-master: Update to 2024.07Emmanuel Vadot2024-09-262-4/+4
| | | | Sponsored by: Beckhoff Automation GmbH & Co. KG
* sysutils/u-boot: Allow building with different opensslNaram Qashat2024-06-131-3/+5
| | | | | | | Add ssl to USES and export the needed variables so u-boot can be built with openssl from ports. PR: 279531
* sysutils/nanopi-r5s: Add new portEmmanuel Vadot2024-05-301-0/+11
| | | | | | Add a new u-boot port for FriendlyElelc Nanopi R5S Sponsored by: Beckhoff Automation GmbH & Co. KG
* sysutils/u-boot-master: Update to 2024.04Emmanuel Vadot2024-05-302-4/+4
| | | | Sponsored by: Beckhoff Automation GmbH & Co. KG
* sysutils/u-boot-*: Update to 2024.01Emmanuel Vadot2024-01-122-26/+4
| | | | Sponsored by: Beckhoff Automation GmbH & Co. KG
* sysutils/u-boot-rpi*: Fix sd boot after v2023.10 updateEmmanuel Vadot2023-12-101-1/+3
| | | | | | | U-Boot update broke sd boot for rpi* models, use upstream patch that fixes it. PR: 275655 Sponsored by: Beckhoff Automation GmbH & Co.KG
* sysutils/u-boot-rockpro64: Unbreak after the update to v2023.10Emmanuel Vadot2023-12-091-1/+11
| | | | | | | 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
* sysutils/u-boot-master: Update to 2023.10Emmanuel Vadot2023-12-092-6/+4
| | | | Sponsored by: Beckhoff Automation GmbH & Co. KG
* sysutils/u-boot-*: Update to 2023.07.02Minsoo Choo2023-08-092-5/+5
| | | | Differential Revision: https://reviews.freebsd.org/D41193
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* sysutils/u-boot-*: Update to 2023.01Emmanuel Vadot2023-01-242-6/+13
| | | | Sponsored by: Beckhoff Automation GmbH & Co. KG
* sysutils/u-boot: Update to v2022.10Emmanuel Vadot2022-10-192-5/+4
| | | | Sponsored by: Beckhoff Automation GmbH & Co. KG
* sysutils/u-boot-sifive-fu740: Add upstream DTS patch for DA9063 RTC supportJessica Clarke2022-09-211-1/+3
| | | | | | | | | | | | 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
* Fix WWW in parent/child portsTobias Kortkamp2022-09-101-1/+1
| | | | | | | | | | | | | | 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)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* sysutils/u-boot: Bring back usb patchEmmanuel Vadot2022-05-032-0/+32
| | | | | | | | 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
* sysutils/u-boot: Update to 2022.04Emmanuel Vadot2022-05-033-40/+8
|
* sysutils/u-boot-*: Add patch to fix MMC orderingEmmanuel Vadot2021-11-091-1/+3
| | | | | | | | | 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.
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-8/+0
| | | | | | | | | | | | | | | | | 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
* sysutils/u-boot-master: Test for broken u-boot only if FAMILY is definedEmmanuel Vadot2021-07-181-0/+2
| | | | | | | Otherwise the u-boot-master metaport throw an error. Reported by: dvl Fixes: ebfb1beaef02d
* sysutils/u-boot-qemu-*: Mark broken on 11.4Emmanuel Vadot2021-07-181-0/+6
| | | | | | Base openssl is too old for u-boot-qemu, mark both port as broken. Reported by: pkg-fallout
* sysutils/u-boot-master: Add https mirror to MASTER_SITESBernhard Froehlich2021-07-081-1/+2
| | | | | PR: 257046 Approved by: manu@
* sysutils/u-boot: Update to 2021.07Emmanuel Vadot2021-07-072-4/+4
|
* sysutils/u-boot-*: Remove ubldr supportEmmanuel Vadot2021-05-117-76/+2
| | | | | | | | 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.
* sysutils/u-boot-*: Update to 2021.04Emmanuel Vadot2021-04-072-5/+6
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/u-boot-pine-h64: Add new portEmmanuel Vadot2020-11-241-0/+5
| | | | | | | U-boot variant for the Pine64 H64 board. Notes: svn path=/head/; revision=556182
* sysutils/atf: Update to v2.4Emmanuel Vadot2020-11-221-2/+2
| | | | | | | | | | 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
* u-boot-sopine-spi: Add new portEmmanuel Vadot2020-11-131-0/+8
| | | | | | | | | | | | 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
* sysutils/u-boot-*: Update to 2020.10Emmanuel Vadot2020-11-073-4/+35
| | | | | | | | | | | | | | | 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
* Follow-up to r543872Mitchell Horne2020-07-311-0/+6
| | | | | | | | | This file was missed in the commit. Approved by: u-boot (manu) Notes: svn path=/head/; revision=543875
* u-boot: Update to 2020.07Emmanuel Vadot2020-07-083-34/+5
| | | | | | | Remove upstreamed patches. Notes: svn path=/head/; revision=541505
* Move devel/swig30 to devel/swig and update to 4.0.1Sunpoet Po-Chuan Hsieh2020-06-171-2/+2
| | | | | | | | | | | | | | | - 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
* u-boot: Fix targets that uses malloc.hEmmanuel Vadot2020-04-271-0/+11
| | | | | | | | | 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
* u-boot-rpi4: Remove patches that are present upstream in 2020.04Emmanuel Vadot2020-04-251-13/+15
| | | | | | | Reported by: Mark Millard Notes: svn path=/head/; revision=532958
* Relax python requirementsAntoine Brodin2020-04-241-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=532737
* sysutils/u-boot: Update to 2020.04Emmanuel Vadot2020-04-232-6/+6
| | | | | | | | | | | 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
* sysutils/u-boot-rpi{3,4}: Add patch to fix PSCI stub reservationKyle Evans2020-03-161-1/+5
| | | | | | | | | | | | | | | | | 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
* Use HTTPS in PATCH_SITESLi-Wen Hsu2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517038
* Add WWWLi-Wen Hsu2019-11-081-0/+2
| | | | Notes: svn path=/head/; revision=517036
* Add sysutils/u-boot-rpi4: U-Boot build for the Raspberry Pi 4Li-Wen Hsu2019-11-081-1/+13
| | | | | | | | PR: 241796 Submitted by: kevans Notes: svn path=/head/; revision=517035