]> git.pld-linux.org Git - packages/uboot.git/log
packages/uboot.git
2 years agoup to 2022.04 auto/th/uboot-2022.04-1
Jan Palus [Tue, 5 Apr 2022 21:25:44 +0000 (23:25 +0200)]
up to 2022.04

2 years agoup to 2022.01 auto/th/uboot-2022.01-1
Jan Palus [Mon, 10 Jan 2022 22:12:10 +0000 (23:12 +0100)]
up to 2022.01

2 years agoadd support for odroid n2(+)
Jan Palus [Sun, 28 Nov 2021 12:04:59 +0000 (13:04 +0100)]
add support for odroid n2(+)

unfortunately ARM trusted firmware has no support for g12b platform yet
so instead hardkernel repo is used for images other than BL33 (u-boot
payload itself). that in turn makes the experience pretty nightmarish ie
hardkernel uboot requires x86_64 host (x86_64 binaries are literally
part of the process) and an ancient toolchain (gcc4). summary of patches
to make build fully working on aarch64 with modern toolchain:

hardkernel-uboot-gcc5.patch: don't fail on gcc newer than 4 and instead
use same include file as for gcc4 with newer gcc versions

hardkernel-uboot-werror.patch: disable -Werror preventing successful
compilation with modern toolchain

hardkernel-uboot-arm_cross.patch: boot image requires toolchains for
both aarch64 and arm. hardkernel hardcoded the values without a
possibility to override them independently so add such support

hardkernel-uboot-no_stdint.patch: don't include unused stdint.h which
likely requires glibc

hardkernel-uboot-x86_64_bin.patch: build process requires use of x86_64
binaries so add support for emulation wrappers -- separately for static
binaries (qemu) and dynamic binaries (box64)

hardkernel-uboot-acs.patch: acs.bin is a simple binary with
configuration data organized around acs_setting struct loaded into fixed
address in memory. first value in this binary points to beginning of
acs_setting struct. now likely due to toolchain differences first value
with address is either followed by 2 words of zeros (original gcc4 based
toolchain) or 1 word of zeros (up-to-date toolchain) which is enough of a
difference to create broken image. ensure acs_setting address is
followed by at least two words of zeros

hardkernel-uboot-uboot_payload.patch: make BL33 image location
customizable so final image assembly can refer to uboot payload we
target. note that this way process is much simpler than following:
https://u-boot.readthedocs.io/en/latest/board/amlogic/odroid-n2.html
and it also produces smaller image than docs from u-boot which is pretty
significant difference as the bigger image is big enough to prevent
creation of first partition at 2048 sector boundary

2 years agofix for emmc boot on rk3399 auto/th/uboot-2021.10-1
Jan Palus [Tue, 2 Nov 2021 10:11:38 +0000 (11:11 +0100)]
fix for emmc boot on rk3399

2 years agoup to 2021.10
Jan Palus [Tue, 2 Nov 2021 00:02:50 +0000 (01:02 +0100)]
up to 2021.10

2 years agorebuild with openssl 3.0.0 auto/th/uboot-2021.07-2
Jan Rękorajski [Fri, 24 Sep 2021 21:45:18 +0000 (23:45 +0200)]
rebuild with openssl 3.0.0

Release 2 (by relup.sh)

2 years agodefine arm targets with more granularity auto/th/uboot-2021.07-1
Jan Palus [Mon, 5 Jul 2021 19:24:21 +0000 (21:24 +0200)]
define arm targets with more granularity

2 years agoexplicitly define target CC
Jan Palus [Mon, 5 Jul 2021 19:08:52 +0000 (19:08 +0000)]
explicitly define target CC

2 years agoBR: dtc
Jan Palus [Mon, 5 Jul 2021 19:06:35 +0000 (21:06 +0200)]
BR: dtc

2 years agoup to 2021.07
Jan Palus [Mon, 5 Jul 2021 19:03:58 +0000 (21:03 +0200)]
up to 2021.07

3 years agoup to 2021.04 auto/th/uboot-2021.04-1
Jan Palus [Tue, 6 Apr 2021 09:42:54 +0000 (11:42 +0200)]
up to 2021.04

3 years agoup to 2021.01 auto/th/uboot-2021.01-1
Jan Palus [Fri, 29 Jan 2021 18:59:06 +0000 (19:59 +0100)]
up to 2021.01

- patch to fix hang during boot on Pinebook Pro, see:
  https://lists.denx.de/pipermail/u-boot/2020-November/432931.html
  https://lists.denx.de/pipermail/u-boot/2021-January/439167.html

3 years ago- pl, fixed tools-only build auto/th/uboot-2020.10-1
Jakub Bogusz [Thu, 17 Dec 2020 19:30:04 +0000 (20:30 +0100)]
- pl, fixed tools-only build

3 years agopatch to fix eDP display during boot on PBP
Jan Palus [Thu, 17 Dec 2020 16:35:12 +0000 (17:35 +0100)]
patch to fix eDP display during boot on PBP

3 years agolet main package own common image dir
Jan Palus [Thu, 17 Dec 2020 16:32:36 +0000 (17:32 +0100)]
let main package own common image dir

3 years agoup to 2020.10
Jan Palus [Wed, 16 Dec 2020 17:58:02 +0000 (18:58 +0100)]
up to 2020.10

- start building images (inspired by fedora)
- on rpi use firmware provided dt to support dtoverlays (from fedora)
- https urls
- use provided config for building tools only

8 years ago- up to 2015.04 auto/th/uboot-2015.04-1
Jakub Bogusz [Wed, 24 Jun 2015 16:26:50 +0000 (18:26 +0200)]
- up to 2015.04

9 years ago- up to 2014.07 auto/th/uboot-2014.07-1
Jakub Bogusz [Thu, 17 Jul 2014 19:04:27 +0000 (21:04 +0200)]
- up to 2014.07

10 years ago-updated to 2014.01 auto/th/uboot-2014.01-1
Jakub Bogusz [Tue, 4 Mar 2014 01:45:48 +0000 (02:45 +0100)]
-updated to 2014.01

10 years ago- updated to 2013.10 auto/th/uboot-2013.10-1
Jakub Bogusz [Sun, 27 Oct 2013 16:54:50 +0000 (17:54 +0100)]
- updated to 2013.10

10 years ago- up to 2013.07
Jakub Bogusz [Sun, 1 Sep 2013 07:52:00 +0000 (09:52 +0200)]
- up to 2013.07

11 years ago- updated to 2013.01.01 auto/th/uboot-2013.01.01-1
Jakub Bogusz [Sun, 3 Feb 2013 09:30:21 +0000 (10:30 +0100)]
- updated to 2013.01.01

11 years ago- updated to 2013.01
Jakub Bogusz [Sat, 19 Jan 2013 18:39:02 +0000 (19:39 +0100)]
- updated to 2013.01

11 years ago- up to 2012.10
Jakub Bogusz [Sun, 18 Nov 2012 11:48:29 +0000 (12:48 +0100)]
- up to 2012.10

11 years ago- up to 2011.03 auto/th/uboot-2011_03-1
Jakub Bogusz [Tue, 3 May 2011 15:44:57 +0000 (15:44 +0000)]
- up to 2011.03
- pl

Changed files:
    uboot.spec -> 1.7

11 years ago- release 2 auto/th/uboot-2009_01-2
Elan Ruusamäe [Tue, 3 Nov 2009 07:05:22 +0000 (07:05 +0000)]
- release 2

Changed files:
    uboot.spec -> 1.6

11 years ago- updated to 2009.01 AC-branch auto/ac/uboot-2009_01-1 auto/th/uboot-2009_01-1
kosmo [Fri, 6 Feb 2009 08:45:27 +0000 (08:45 +0000)]
- updated to 2009.01
- use PLD cflags and ldflags.

Changed files:
    uboot.spec -> 1.5

11 years ago- working URI
sparky [Mon, 15 Sep 2008 14:00:13 +0000 (14:00 +0000)]
- working URI

Changed files:
    uboot.spec -> 1.4

11 years ago- rel 1 auto/th/uboot-1_3_3-1
Arkadiusz Miśkiewicz [Mon, 23 Jun 2008 13:55:40 +0000 (13:55 +0000)]
- rel 1

Changed files:
    uboot.spec -> 1.3

11 years ago- up to 1.3.3
Arkadiusz Miśkiewicz [Mon, 23 Jun 2008 13:42:35 +0000 (13:42 +0000)]
- up to 1.3.3

Changed files:
    uboot.spec -> 1.2

11 years ago- new from template, mkimage desc from debian
Elan Ruusamäe [Tue, 6 May 2008 05:41:55 +0000 (05:41 +0000)]
- new from template, mkimage desc from debian

Changed files:
    uboot.spec -> 1.1

This page took 0.641739 seconds and 4 git commands to generate.