2018.09 RC2, improve Jetson TX1, Enable OrangePi 1+ and Avnet Ultra96
This commit is contained in:
parent
c2fad53872
commit
2b2f1d49ca
@ -1,3 +1,4 @@
|
||||
avnet_ultra96_rev1
|
||||
bananapi_m64
|
||||
dragonboard410c
|
||||
dragonboard820c
|
||||
@ -15,6 +16,7 @@ mvebu_mcbin-88f8040
|
||||
nanopi-k2
|
||||
nanopi_neo2
|
||||
odroid-c2
|
||||
orangepi_one_plus
|
||||
orangepi_pc2
|
||||
orangepi_prime
|
||||
orangepi_win
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (u-boot-2018.09-rc1.tar.bz2) = b158e6bac7c46d371d2782c85780f9a0a39f0b305071b9718bebbb9aac4e85f2e4719145bedd90a69440ea15c7b473a603336c2f5de7da0af53c466adb4654bd
|
||||
SHA512 (u-boot-2018.09-rc2.tar.bz2) = 09dcb8a8db341af1e7f8a50d4d668e9ea432923e391941ac3a58f65a6a42cad34778cc78e4f4b9e3ec86c62b036b5761af380bd70d6e840563cba5b8dcdcd2f4
|
||||
|
1722
tegra-fix-tx1.patch
Normal file
1722
tegra-fix-tx1.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -39,3 +39,31 @@ index cc10669608f..9ae61263b5d 100644
|
||||
--
|
||||
2.17.1
|
||||
|
||||
From 74f4d5ee23b768112c1d9977b648945d93d8cd68 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Robinson <pbrobinson@gmail.com>
|
||||
Date: Tue, 14 Aug 2018 16:46:15 +0100
|
||||
Subject: [PATCH] tegra: p2371: Add CONFIG_EFI_LOADER_BOUNCE_BUFFER
|
||||
|
||||
The Jetson TX1 needs EFI loader bounce buffer enabled otherwise grub doesn't see
|
||||
the storage when it loads.
|
||||
|
||||
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
|
||||
---
|
||||
configs/p2371-2180_defconfig | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/configs/p2371-2180_defconfig b/configs/p2371-2180_defconfig
|
||||
index 289d88b31e5..5db65af4ade 100644
|
||||
--- a/configs/p2371-2180_defconfig
|
||||
+++ b/configs/p2371-2180_defconfig
|
||||
@@ -5,6 +5,7 @@ CONFIG_TEGRA210=y
|
||||
CONFIG_TARGET_P2371_2180=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="tegra210-p2371-2180"
|
||||
CONFIG_OF_SYSTEM_SETUP=y
|
||||
+CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
|
||||
CONFIG_CONSOLE_MUX=y
|
||||
CONFIG_SYS_STDIO_DEREGISTER=y
|
||||
CONFIG_SYS_PROMPT="Tegra210 (P2371-2180) # "
|
||||
--
|
||||
2.17.1
|
||||
|
||||
|
@ -24,3 +24,29 @@ index a1319dc493..e220f086ee 100644
|
||||
--
|
||||
2.17.0
|
||||
|
||||
From 7bba3cc32c8b8b5d3688c42a803768761df0a23f Mon Sep 17 00:00:00 2001
|
||||
From: Peter Robinson <pbrobinson@gmail.com>
|
||||
Date: Wed, 1 Aug 2018 11:47:56 +0100
|
||||
Subject: [PATCH] tegra210: Jetson TX1: disable onboard emmc
|
||||
|
||||
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
|
||||
---
|
||||
arch/arm/dts/tegra210-p2371-2180.dts | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/dts/tegra210-p2371-2180.dts b/arch/arm/dts/tegra210-p2371-2180.dts
|
||||
index da4349bd039..87ce030e701 100644
|
||||
--- a/arch/arm/dts/tegra210-p2371-2180.dts
|
||||
+++ b/arch/arm/dts/tegra210-p2371-2180.dts
|
||||
@@ -80,7 +80,7 @@
|
||||
};
|
||||
|
||||
sdhci@700b0600 {
|
||||
- status = "okay";
|
||||
+ status = "disabled";
|
||||
bus-width = <8>;
|
||||
non-removable;
|
||||
};
|
||||
--
|
||||
2.17.1
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global candidate rc1
|
||||
%global candidate rc2
|
||||
|
||||
Name: uboot-tools
|
||||
Version: 2018.09
|
||||
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
|
||||
@ -26,7 +26,8 @@ Patch10: dragonboard-fixes.patch
|
||||
Patch11: rockchip-make_fit_atf-fix-warning-unit_address_vs_reg.patch
|
||||
Patch12: rockchip-make_fit_atf-use-elf-entry-point.patch
|
||||
Patch13: tegra186-jetson-tx2-disable-onboard-emmc.patch
|
||||
Patch14: tegra-p2771-Add-CONFIG_EFI_LOADER_BOUNCE_BUFFER.patch
|
||||
Patch14: tegra-fix-tx1.patch
|
||||
Patch15: tegra-p2771-Add-CONFIG_EFI_LOADER_BOUNCE_BUFFER.patch
|
||||
#Patch19: rpi-Enable-using-the-DT-provided-by-the-Raspberry-Pi.patch
|
||||
|
||||
# Patch99: mvebu-enable-generic-distro-boot-config.patch
|
||||
@ -292,6 +293,11 @@ cp -p board/warp7/README builds/docs/README.warp7
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 14 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2018.09-0.2.rc2
|
||||
- 2018.09 RC2
|
||||
- Improve Jetson TX1 support
|
||||
- Enable OrangePi 1+ and Avnet Ultra96
|
||||
|
||||
* Tue Jul 31 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2018.09-0.1.rc1
|
||||
- 2018.09 RC1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user