The NetBSD Project

CVS log for pkgsrc/sysutils/u-boot/u-boot.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / u-boot

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37 / (download) - annotate - [select for diffs], Wed Mar 29 09:04:03 2023 UTC (12 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.14 (colored)

*: use PYTHON_VERSION instead of comparing PYPKGPREFIX

Revision 1.36 / (download) - annotate - [select for diffs], Fri Jul 29 13:47:36 2022 UTC (20 months, 3 weeks ago) by thorpej
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.35: +7 -1 lines
Diff to previous 1.35 (colored) to selected 1.14 (colored)

Add a TOOL_DEPENDS on py-setuptools when building any 2022-or-later
u-boot (this appears to be required at least on 2022.04 when building
for sunxi).

Revision 1.35 / (download) - annotate - [select for diffs], Sun Mar 27 17:27:59 2022 UTC (2 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.14 (colored)

u-boot.mk: fix bug that made do-configure non-retryable

Revision 1.34 / (download) - annotate - [select for diffs], Thu Aug 12 07:33:49 2021 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.33: +11 -10 lines
Diff to previous 1.33 (colored) to selected 1.14 (colored)

u-boot: fix some more pkglint and pattern in TOOL_DEPENDS

Revision 1.33 / (download) - annotate - [select for diffs], Thu Aug 12 07:25:54 2021 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.14 (colored)

u-boot*: fix some pkglint

Revision 1.32 / (download) - annotate - [select for diffs], Fri May 14 11:21:07 2021 UTC (2 years, 11 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.14 (colored)

u-boot: needs flex

Revision 1.31 / (download) - annotate - [select for diffs], Tue Mar 9 16:49:12 2021 UTC (3 years, 1 month ago) by martin
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.30: +1 -2 lines
Diff to previous 1.30 (colored) to selected 1.14 (colored)

Provide enough rope to allow individual u-boot pkgs to request a different
version. This allows for incremental updates and tests.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Mar 6 15:52:55 2021 UTC (3 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.14 (colored)

do-build: honour BUILD_TARGET

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jun 21 10:06:53 2020 UTC (3 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.28: +8 -6 lines
Diff to previous 1.28 (colored) to selected 1.14 (colored)

u-boot: make previous more agnostic to python-3.x version

Revision 1.28 / (download) - annotate - [select for diffs], Sat Jun 20 22:26:15 2020 UTC (3 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.27: +22 -3 lines
Diff to previous 1.27 (colored) to selected 1.14 (colored)

Newer versions of U-boot that use the pylibfdt module don't build with
Python 2 and Swig 1.  Add some .mk file gyrations to auto-select the
correct tools for u-boot-2020.* and later.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Jun 19 22:27:39 2020 UTC (3 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.14 (colored)

python is needed for building modules for running as part of the build
so set PYTHON_FOR_BUILD_ONLY to "yes" not "tool".  fixes several builds
that want access to, eg <Python.h>, such as u-boot-cubietruck.

ok joerg.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jun 13 07:01:32 2020 UTC (3 years, 10 months ago) by tnn
Branch: MAIN
Changes since 1.25: +3 -4 lines
Diff to previous 1.25 (colored) to selected 1.14 (colored)

u-boot: depend on python as a tool

fixes error when running arch/arm/mach-rockchip/make_fit_atf.py

Revision 1.25 / (download) - annotate - [select for diffs], Sat May 23 09:39:06 2020 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.24: +1 -11 lines
Diff to previous 1.24 (colored) to selected 1.14 (colored)

sysutils/u-boot: remove unnecessary interpreter patches

There was a typo in the python3 interpreter since it defined python2
instead of the correct python3.

All files from the python2 block use python3 nowadays, therefore that
whole block is unnecessary as well.

Revision 1.24 / (download) - annotate - [select for diffs], Tue May 12 16:20:47 2020 UTC (3 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.23: +1 -6 lines
Diff to previous 1.23 (colored) to selected 1.14 (colored)

sysutils/u-boot: remove no-op SUBST block

That file only contains "env python2" in the first line, which is already
handled by REPLACE_INTERPRETER.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Apr 6 14:54:54 2020 UTC (4 years ago) by tnn
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.14 (colored)

u-boot.mk: allow PKGNAME to be overridden

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jan 14 08:30:20 2020 UTC (4 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.14 (colored)

gawk is needed for newer uboots.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Oct 6 17:02:10 2019 UTC (4 years, 6 months ago) by bad
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (colored) to selected 1.14 (colored)

fix build of u-boot using pylibfdt on macOS.

u-boot.mk:
  pass PYTHON2, PYTHONCONFIG and PYTHONLIBPATH in ALL_ENV
patch-Makefile:
  make PYTHON2 overridable.  Add PYTHONCONFIG and BYTHONLIBPATH.
patch-lib_bch.c:
  #include <libkern/OSByteOrder.h> and use OSSwapHostToBigInt32
  as in u-boot master ab8fc41302 "fix compile error on macOS Mojave".
patch-scripts_dtc_pylibfdt_Makefile:
  determine PYTHONCLFAGS and PYTHONLIBS by asking PYTHONCONFIG.
  build PYTHONLDFLAGS from PYTHONLIBPATH and PYTHONLIBS
  add PYTHON{LD.C}FLAGS to LDFLAGS and CPPFLAGS in cmd_pymod.

bump PKGREVISION

tested with u-boot-nanopi-mi.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jul 26 10:22:07 2019 UTC (4 years, 8 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.14 (colored)

u-boot: sanitize UBOOT_VERION before it goes in PKGNAME

fixes wrong PKGBASE for u-boot-bananapi-r2

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jun 8 12:25:05 2019 UTC (4 years, 10 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.18: +6 -2 lines
Diff to previous 1.18 (colored) to selected 1.14 (colored)

update pine64's rockpro64 to latest version from ayufan.

add u-boot package for rock64.  originally this was the same
as the old rockpro64 and works fine on that the rev2.0 board,
but didn't on rev3.0.  the updated version is still has a
problem, but at least gets further and has partition issues
instead of failing to talk to the sd at all.  share a bunch
of the makefile with rockpro64.

for all u-boot, properly fix the subst for tools/dtoc/dtoc.

add both rock64 and rockpro64 to the u-boot meta package and
bump the pkg revision.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jun 8 10:01:22 2019 UTC (4 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.17: +4 -2 lines
Diff to previous 1.17 (colored) to selected 1.14 (colored)

fix the previous.  probably worked on systems that exposed a
"python2" in the path somewhere.

now many the u-boot packages build again (not all were broken.)

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jun 5 06:18:02 2019 UTC (4 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored) to selected 1.14 (colored)

fix the python part for tools/dtoc/dtoc.py.  fixes uncommited rock64 build.

Revision 1.16 / (download) - annotate - [select for diffs], Wed May 8 05:02:35 2019 UTC (4 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.14 (colored)

Push the installboot.plist files down into a "files" directory in
the pkg source area, as per convention.

(No rev bump -- installed content hasn't changed.)

Revision 1.15 / (download) - annotate - [select for diffs], Tue May 7 14:05:36 2019 UTC (4 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.14: +5 -1 lines
Diff to previous 1.14 (colored)

Add support for installboot(8) overlays.

Revision 1.14 / (download) - annotate - [selected], Fri Apr 12 07:08:15 2019 UTC (5 years ago) by skrll
Branch: MAIN
Changes since 1.13: +5 -1 lines
Diff to previous 1.13 (colored)

Backport a patch from u-boot mainline to support EFI GetVariable.

Add PKGREVISION to the UBOOT_VERSTION output

Bump PKGREVISION for all 2018.11 packages

Revision 1.13 / (download) - annotate - [select for diffs], Sun Mar 24 14:57:47 2019 UTC (5 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.14 (colored)

pass down MAKE_JOBS to the u-boot build

Revision 1.12 / (download) - annotate - [select for diffs], Thu Sep 27 22:52:01 2018 UTC (5 years, 6 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.14 (colored)

u-boot: pull in bison as a tool

It is needed by sysutils/u-boot-pinebook. Other packages will presumably
need it too after they are updated to 2018.07.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 6 21:58:28 2018 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored) to selected 1.14 (colored)

u-boot: include bsd.pkg.mk later

Ideally, this should happen in the main Makefiles and not in
an included file like this one, but the change for that is too big
for me for now and this fixes u-boot-pine64.

Revision 1.10 / (download) - annotate - [select for diffs], Thu May 31 20:25:15 2018 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.14 (colored)

u-boot*: Improve u-boot variables so they confuse pkglint less.

Revision 1.9 / (download) - annotate - [select for diffs], Thu May 24 22:35:56 2018 UTC (5 years, 10 months ago) by jmcneill
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored) to selected 1.14 (colored)

Add a U-Boot meta package.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 19 20:49:01 2018 UTC (6 years, 1 month ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored) to selected 1.14 (colored)

Constrain to Python 2.7.

Python 3 is theoretically supported, but newer python versions remove the
cmpfunc type from their C APIs, which breaks the build.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 15 22:08:27 2017 UTC (6 years, 5 months ago) by jmcneill
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.14 (colored)

u-boot: update to 2017.11

Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 9 08:45:03 2017 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.14 (colored)

u-boot: don't override EXTRACT_SUFX

Fixes u-boot-pinebook.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 8 12:09:42 2017 UTC (6 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.14 (colored)

u-boot: update to 2017.09

Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 7 15:29:31 2017 UTC (6 years, 7 months ago) by jmcneill
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.3: +7 -1 lines
Diff to previous 1.3 (colored) to selected 1.14 (colored)

Allow packages to append options with UBOOT_OPTIONS

Revision 1.3 / (download) - annotate - [select for diffs], Fri Aug 18 13:26:28 2017 UTC (6 years, 8 months ago) by ryoon
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored) to selected 1.14 (colored)

Use MAKE_PROGRAM instead of naked gmake command

Revision 1.2 / (download) - annotate - [select for diffs], Sat Aug 12 16:44:33 2017 UTC (6 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.1: +16 -4 lines
Diff to previous 1.1 (colored) to selected 1.14 (colored)

Fixes to get U-Boot building on NetBSD.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Aug 12 14:23:43 2017 UTC (6 years, 8 months ago) by jmcneill
Branch: MAIN
Diff to selected 1.14 (colored)

Add helpers for building U-Boot images.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>