diff --git a/armv7-boards b/armv7-boards index ab2f1a3..c5d3831 100644 --- a/armv7-boards +++ b/armv7-boards @@ -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 diff --git a/fix-beaglex15-usb-xhci.patch b/fix-beaglex15-usb-xhci.patch new file mode 100644 index 0000000..edcc227 --- /dev/null +++ b/fix-beaglex15-usb-xhci.patch @@ -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 +X-Patchwork-Id: 525276 +Message-Id: <1443727338-29320-1-git-send-email-balbi@ti.com> +To: Tom Rini +Cc: U-Boot Mailing List +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 +--- + 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; + } diff --git a/sources b/sources index e6acc4e..5c78968 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f2cf6c1a2f52bf746c9a8ff1069828f u-boot-2015.10-rc5.tar.bz2 +7c203b0fc3390a122d8e8b75f147eac5 u-boot-2015.10.tar.bz2 diff --git a/uboot-tools.spec b/uboot-tools.spec index 0193e6b..c248fde 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -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 2015.10-1 +- Update to 2015.10 GA +- Enable BeagleBoard X-15 +- Enable new AllWinner devices + * Mon Oct 12 2015 Peter Robinson 2015.10-0.4rc5 - Update to 2015.10 RC5