logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: a93d937a2bca8d09d107707ac2d8f5700974dc70
parent fcc419dbc29bcecea5eaf62f96adde084be247da
Author: Michael Forney <mforney@mforney.org>
Date:   Wed,  4 Nov 2020 15:25:20 -0800

u-boot: Update to 2020.10

Diffstat:

Mpkg/u-boot/.gitignore2+-
Mpkg/u-boot/gen.lua3+++
Mpkg/u-boot/sha2562+-
Mpkg/u-boot/url2+-
Mpkg/u-boot/ver2+-
5 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/pkg/u-boot/.gitignore b/pkg/u-boot/.gitignore @@ -1,2 +1,2 @@ /src -/u-boot-2020.07.tar.bz2 +/u-boot-2020.10.tar.bz2 diff --git a/pkg/u-boot/gen.lua b/pkg/u-boot/gen.lua @@ -11,6 +11,8 @@ pkg.deps = { 'pkg/linux-headers/headers', } +cc('lib/sha512.c', nil, {cflags='$cflags -D CONFIG_SHA384 -D CONFIG_SHA512'}) + -- XXX: missing imximage.c and fdtdec_common.c, but seems to build without them local objs = objects[[ tools/( @@ -55,6 +57,7 @@ local objs = objects[[ rc4.c sha1.c sha256.c + sha512.c.o ) ]] diff --git a/pkg/u-boot/sha256 b/pkg/u-boot/sha256 @@ -1 +1 @@ -c1f5bf9ee6bb6e648edbf19ce2ca9452f614b08a9f886f1a566aa42e8cf05f6a u-boot-2020.07.tar.bz2 +0d481bbdc05c0ee74908ec2f56a6daa53166cc6a78a0e4fac2ac5d025770a622 u-boot-2020.10.tar.bz2 diff --git a/pkg/u-boot/url b/pkg/u-boot/url @@ -1 +1 @@ -url = "ftp://ftp.denx.de/pub/u-boot/u-boot-2020.07.tar.bz2" +url = "ftp://ftp.denx.de/pub/u-boot/u-boot-2020.10.tar.bz2" diff --git a/pkg/u-boot/ver b/pkg/u-boot/ver @@ -1 +1 @@ -2020.07 r0 +2020.10 r0