Compare commits

...

4 Commits
master ... f29

Author SHA1 Message Date
Peter Robinson 7ea80dbc67 Drop problematic UEFI patch 2019-03-17 13:49:12 +00:00
Peter Robinson 24e3b80338 Raspberry Pi 3A+ 2019-01-27 12:36:59 +00:00
Peter Robinson ece7317ca3 Merge branch 'master' into f29 2018-10-30 12:24:58 +00:00
Peter Robinson 5410540f02 remove obsolete patches 2018-09-14 19:59:46 +01:00
3 changed files with 40 additions and 1021 deletions

32
rpi-add-3Aplus.patch Normal file
View File

@ -0,0 +1,32 @@
From d61cf138bce890b0b79745e48a908062bc36b99f Mon Sep 17 00:00:00 2001
From: Jonathan Gray <jsg@jsg.id.au>
Date: Fri, 16 Nov 2018 23:07:39 +1100
Subject: [PATCH] rpi: add 3 Model A+
Add Raspberry Pi 3 Model A+ to list of models, the revision code is 0xE
according to the list on raspberrypi.org.
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
---
board/raspberrypi/rpi/rpi.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c
index 5062486..153a1fd 100644
--- a/board/raspberrypi/rpi/rpi.c
+++ b/board/raspberrypi/rpi/rpi.c
@@ -138,6 +138,11 @@ static const struct rpi_model rpi_models_new_scheme[] = {
DTB_DIR "bcm2837-rpi-3-b-plus.dtb",
true,
},
+ [0xE] = {
+ "3 Model A+",
+ DTB_DIR "bcm2837-rpi-3-a-plus.dtb",
+ false,
+ },
};
static const struct rpi_model rpi_models_old_scheme[] = {
--
2.7.4

View File

@ -2,7 +2,7 @@
Name: uboot-tools
Version: 2018.09
Release: 1%{?candidate:.%{candidate}}%{?dist}
Release: 3%{?candidate:.%{candidate}}%{?dist}
Summary: U-Boot utilities
License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+
URL: http://www.denx.de/wiki/U-Boot
@ -32,9 +32,7 @@ Patch16: tegra-efi_loader-simplify-ifdefs.patch
Patch17: tegra-TXx-Add-CONFIG_EFI_LOADER_BOUNCE_BUFFER.patch
Patch18: tegra-fix-tx1.patch
Patch19: sunxi-DT-A64-add-Pine64-LTS-support.patch
# Upstream UEFI fixes
Patch20: uefi-fixes.patch
Patch20: rpi-add-3Aplus.patch
BuildRequires: bc
BuildRequires: dtc
@ -321,6 +319,12 @@ cp -p board/warp7/README builds/docs/README.warp7
%endif
%changelog
* Sun Mar 17 2019 Peter Robinson <pbrobinson@fedoraproject.org> 2018.09-3
- Drop problematic UEFI patch
* Sun Jan 27 2019 Peter Robinson <pbrobinson@fedoraproject.org> 2018.09-2
- Add support for Raspberry Pi 3A+
* Sun Sep 30 2018 Pablo Greco <pablo@fliagreco.com.ar>
- Added conditional to enable devtoolset-7-gcc for .el7 build (Arrfab)
- Added conditional BR, python2-pyelftools is python-pyelftools in .el7 (Arrfab)

File diff suppressed because it is too large Load Diff