- Update to 2015.10 GA
- Enable BeagleBoard X-15 - Enable new AllWinner devices
This commit is contained in:
parent
758fe6e537
commit
9f8349bb5c
@ -2,16 +2,19 @@ A10-OLinuXino-Lime
|
||||
A10s-OLinuXino-M
|
||||
A13-OLinuXino
|
||||
A13-OLinuXinoM
|
||||
A20-Olimex-SOM-EVB
|
||||
A20-OLinuXino-Lime
|
||||
A20-OLinuXino-Lime2
|
||||
A20-OLinuXino_MICRO
|
||||
am335x_boneblack
|
||||
Ampe_A76
|
||||
arndale
|
||||
Auxtek-T003
|
||||
Auxtek-T004
|
||||
ba10_tv_box
|
||||
Bananapi
|
||||
Bananapro
|
||||
beagle_x15
|
||||
Chuwi_V7_CW0825
|
||||
cm_fx6
|
||||
Colombus
|
||||
@ -27,6 +30,7 @@ Hyundai_A7HD
|
||||
i12-tvbox
|
||||
iNet_86VS
|
||||
Ippo_q8h_v1_2
|
||||
Ippo_q8h_v1_2_a33_1024x600
|
||||
Ippo_q8h_v5
|
||||
jesurun_q5
|
||||
jetson-tk1
|
||||
@ -59,6 +63,11 @@ omap5_uevm
|
||||
Orangepi
|
||||
Orangepi_mini
|
||||
origen
|
||||
pov_protab2_ips9
|
||||
q8_a13_tablet
|
||||
q8_a23_tablet_800x480
|
||||
q8_a33_tablet_1024x600
|
||||
q8_a33_tablet_800x480
|
||||
paz00
|
||||
r7-tv-dongle
|
||||
riotboard
|
||||
|
36
fix-beaglex15-usb-xhci.patch
Normal file
36
fix-beaglex15-usb-xhci.patch
Normal file
@ -0,0 +1,36 @@
|
||||
From patchwork Thu Oct 1 19:22:17 2015
|
||||
Content-Type: text/plain; charset="utf-8"
|
||||
MIME-Version: 1.0
|
||||
Content-Transfer-Encoding: 8bit
|
||||
Subject: [U-Boot,1/2] usb: host: xhci-omap: fix build break
|
||||
From: Felipe Balbi <balbi@ti.com>
|
||||
X-Patchwork-Id: 525276
|
||||
Message-Id: <1443727338-29320-1-git-send-email-balbi@ti.com>
|
||||
To: Tom Rini <trini@konsulko.com>
|
||||
Cc: U-Boot Mailing List <u-boot@lists.denx.de>
|
||||
Date: Thu, 1 Oct 2015 14:22:17 -0500
|
||||
|
||||
Fix the following build break:
|
||||
|
||||
drivers/usb/host/xhci-omap.c:35:5: error: ‘board_usb_init’ aliased to external symbol ‘__board_usb_init’
|
||||
int board_usb_init(int index, enum usb_init_type init)
|
||||
^
|
||||
|
||||
Signed-off-by: Felipe Balbi <balbi@ti.com>
|
||||
---
|
||||
drivers/usb/host/xhci-omap.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/drivers/usb/host/xhci-omap.c b/drivers/usb/host/xhci-omap.c
|
||||
index 104e7a7282cf..fd19f79f0fc5 100644
|
||||
--- a/drivers/usb/host/xhci-omap.c
|
||||
+++ b/drivers/usb/host/xhci-omap.c
|
||||
@@ -27,7 +27,7 @@ DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
static struct omap_xhci omap;
|
||||
|
||||
-inline int __board_usb_init(int index, enum usb_init_type init)
|
||||
+__weak int __board_usb_init(int index, enum usb_init_type init)
|
||||
{
|
||||
return 0;
|
||||
}
|
2
sources
2
sources
@ -1 +1 @@
|
||||
9f2cf6c1a2f52bf746c9a8ff1069828f u-boot-2015.10-rc5.tar.bz2
|
||||
7c203b0fc3390a122d8e8b75f147eac5 u-boot-2015.10.tar.bz2
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global candidate rc5
|
||||
#global candidate rc5
|
||||
|
||||
Name: uboot-tools
|
||||
Version: 2015.10
|
||||
Release: 0.4%{?candidate:.%{candidate}}%{?dist}
|
||||
Release: 1%{?candidate:.%{candidate}}%{?dist}
|
||||
Summary: U-Boot utilities
|
||||
|
||||
Group: Development/Tools
|
||||
@ -16,6 +16,7 @@ Patch2: 0002-am33xx-add-support-for-generic-distro-boot.patch
|
||||
Patch3: 0003-Switch-omap4-boards-to-use-config_distro_defaults-an.patch
|
||||
Patch4: 0004-Add-BOOTENV_INIT_COMMAND-for-commands-that-may-be-ne.patch
|
||||
Patch5: 0005-port-utilite-to-distro-generic-boot-commands.patch
|
||||
Patch6: fix-beaglex15-usb-xhci.patch
|
||||
|
||||
BuildRequires: bc
|
||||
BuildRequires: dtc
|
||||
@ -165,6 +166,11 @@ install -p -m 0644 tools/env/fw_env.config $RPM_BUILD_ROOT%{_sysconfdir}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Oct 20 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2015.10-1
|
||||
- Update to 2015.10 GA
|
||||
- Enable BeagleBoard X-15
|
||||
- Enable new AllWinner devices
|
||||
|
||||
* Mon Oct 12 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2015.10-0.4rc5
|
||||
- Update to 2015.10 RC5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user