From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 2e1528a90095ad8f0421d631f75844a7ad26e04c
Date: Sun, 05 Jan 2025 14:15:54 +0000 [thread overview]
Message-ID: <4YQzqt6pcgz2xtH@people01.haj.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 3387 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 2e1528a90095ad8f0421d631f75844a7ad26e04c (commit)
from 15667b3394ff07a9970f0c7ea76f27f08b5d1323 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2e1528a90095ad8f0421d631f75844a7ad26e04c
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Jan 5 14:14:19 2025 +0000
u-boot: add support for OrangePi PC 2
this board can also boot with the OrangePi Zero+ u-boot
but then it not support video out.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/u-boot/boot.cmd | 6 +++++-
config/u-boot/uEnv.txt | 1 -
lfs/u-boot | 16 ++++++++++++++++
3 files changed, 21 insertions(+), 2 deletions(-)
Difference in files:
diff --git a/config/u-boot/boot.cmd b/config/u-boot/boot.cmd
index dc634ca98..929d30862 100644
--- a/config/u-boot/boot.cmd
+++ b/config/u-boot/boot.cmd
@@ -41,7 +41,11 @@ fi;
# for compatiblity reasons set DTBSUNXI if we run on sunxi
if test "${board}" = "sunxi"; then
- setenv fdtfile ${DTBSUNXI};
+ if test ${DTBSUNXI} = ""; then
+ echo ...;
+ else
+ setenv fdtfile ${DTBSUNXI};
+ fi;
fi;
# Check if serial console is enabled
diff --git a/config/u-boot/uEnv.txt b/config/u-boot/uEnv.txt
index 21780a971..e4d40d1b1 100644
--- a/config/u-boot/uEnv.txt
+++ b/config/u-boot/uEnv.txt
@@ -1,4 +1,3 @@
KVER=xxxKVERxxx
-DTBSUNXI=sun8i-h3-nanopi-r1.dtb
root_dev=UUID=xxxROOT-UUIDxxx
SERIAL-CONSOLE=ON
diff --git a/lfs/u-boot b/lfs/u-boot
index d686917b2..d92ab3012 100644
--- a/lfs/u-boot
+++ b/lfs/u-boot
@@ -127,6 +127,22 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && make distclean
cd $(DIR_APP) && rm -f bl31.bin
+ # OrangePi PC 2
+ cd $(DIR_APP) && rm -rf arm-trusted-firmware-$(ATF_VER)
+ cd $(DIR_APP) && tar axf $(DIR_DL)/arm-trusted-firmware-$(ATF_VER).tar.gz
+ cd $(DIR_APP)/arm-trusted-firmware-$(ATF_VER) && make PLAT=sun50i_a64 ARCH=aarch64 CROSS_COMPILE="aarch64-pc-linux-gnu-" DEBUG=0 bl31
+ cd $(DIR_APP) && cp arm-trusted-firmware-$(ATF_VER)/build/sun50i_a64/release/bl31.bin bl31.bin
+ cd $(DIR_APP) && rm -rf arm-trusted-firmware-$(ATF_VER)
+ -mkdir -pv /usr/share/u-boot/orangepi_pc2
+ cd $(DIR_APP) && make CROSS_COMPILE="" orangepi_pc2_config
+ cd $(DIR_APP) && sed -i -e 's!^CONFIG_IDENT_STRING=.*!CONFIG_IDENT_STRING=" OrangePi PC2 - IPFire.org"!' .config
+ cd $(DIR_APP) && make CROSS_COMPILE="" HOSTCC="gcc $(CFLAGS)"
+ cd $(DIR_APP) && install -v -m 644 u-boot-sunxi-with-spl.bin \
+ /usr/share/u-boot/orangepi_pc2
+ cd $(DIR_APP) && make distclean
+ cd $(DIR_APP) && rm -f bl31.bin
+
+
# distrobootcmd support was removed for rockchip boards. Revert.
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/u-boot/u-boot-2024.10-revert_rockchip_distro_bootcmd_removal.patch
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2025-01-05 14:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4YQzqt6pcgz2xtH@people01.haj.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox