Allwinner network fixes

This commit is contained in:
Peter Robinson 2021-02-10 11:05:10 +00:00
parent a05d9090bf
commit 82aabc8bb2
3 changed files with 2681 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Name: uboot-tools
Version: 2021.04
Release: 0.1%{?candidate:.%{candidate}}%{?dist}
Release: 0.2%{?candidate:.%{candidate}}%{?dist}
Summary: U-Boot utilities
License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+
URL: http://www.denx.de/wiki/U-Boot
@ -34,6 +34,8 @@ Patch12: rk3399-Pinebook-pro-EDP-support.patch
Patch13: Raspberry-Pi-400-Compute-Module-4-support.patch
Patch14: Raspberry-Pi-4-PCIe-handover.patch
Patch15: rng-Add-iProc-RNG200-driver.patch
# Fixes for Allwinner network issues
Patch16: 0001-arm-dts-allwinner-sync-from-linux-for-RGMII-RX-TX-de.patch
BuildRequires: bc
BuildRequires: dtc
@ -234,6 +236,9 @@ cp -p board/warp7/README builds/docs/README.warp7
%endif
%changelog
* Wed Feb 10 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 2021.04-0.2.rc1
- Fixes for network issues on some Allwinner devices
* Mon Feb 01 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 2021.04-0.1.rc1
- Update to 2021.04 RC1
- Add new upstream devices

View File

@ -1,7 +1,7 @@
From d8fcb72d566b0ebca1613555ac13c0798817487e Mon Sep 17 00:00:00 2001
From 308c4ac71c439b483bd69ed9e387cc1a56566af9 Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson@gmail.com>
Date: Tue, 24 Nov 2020 10:37:28 +0000
Subject: [PATCH 2/2] use Fedora specific EFI path/name
Date: Mon, 8 Feb 2021 10:11:39 +0000
Subject: [PATCH] use Fedora specific EFI path/name
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
@ -9,7 +9,7 @@ Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
index 769477cd80e..22ce3685758 100644
index 3d186b6d20..eda57e1707 100644
--- a/include/config_distro_bootcmd.h
+++ b/include/config_distro_bootcmd.h
@@ -92,9 +92,9 @@
@ -24,7 +24,7 @@ index 769477cd80e..22ce3685758 100644
#elif defined(CONFIG_X86_RUN_32BIT)
#define BOOTEFI_NAME "bootia32.efi"
#elif defined(CONFIG_X86_RUN_64BIT)
@@ -132,7 +132,7 @@
@@ -140,7 +140,7 @@
\
"boot_efi_binary=" \
"load ${devtype} ${devnum}:${distro_bootpart} " \
@ -33,8 +33,8 @@ index 769477cd80e..22ce3685758 100644
"if fdt addr ${fdt_addr_r}; then " \
"bootefi ${kernel_addr_r} ${fdt_addr_r};" \
"else " \
@@ -169,9 +169,9 @@
"run boot_efi_binary\0" \
@@ -177,9 +177,9 @@
"run boot_efi_binary\0" \
"scan_dev_for_efi=" \
"if test -e ${devtype} ${devnum}:${distro_bootpart} " \
- "efi/boot/"BOOTEFI_NAME"; then " \