Browse Source

u-boot: update to 2016.09

Waldemar Brodkorb 7 years ago
parent
commit
491ae597eb

+ 2 - 2
package/u-boot/Makefile

@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		u-boot
-PKG_VERSION:=		2016.07
+PKG_VERSION:=		2016.09
 PKG_RELEASE:=		1
-PKG_HASH:=		974fb7225c0af6a721307631f66b81e20dbda82a4d7cc32aba2a625727231253
+PKG_HASH:=		994e7b9e0e350d9f91f5892d5e5bff00d3714a4962f520f78a64a461ef950ba9
 PKG_DESCR:=		portable bootloader
 PKG_SECTION:=		base/boot
 HOST_BUILDDEP:=		libressl-host device-tree-compiler-host

+ 0 - 10
package/u-boot/patches/patch-common_image_c

@@ -1,10 +0,0 @@
---- u-boot-2016.05.orig/common/image.c	2016-05-16 16:40:32.000000000 +0200
-+++ u-boot-2016.05/common/image.c	2016-06-11 21:40:16.405472773 +0200
-@@ -91,6 +91,7 @@ static const table_entry_t uimage_arch[]
- 	{	IH_ARCH_ARM64,		"arm64",	"AArch64",	},
- 	{	IH_ARCH_ARC,		"arc",		"ARC",		},
- 	{	IH_ARCH_X86_64,		"x86_64",	"AMD x86_64",	},
-+	{       IH_ARCH_XTENSA,         "xtensa",       "XTENSA",       },
- 	{	-1,			"",		"",		},
- };
- 

+ 0 - 11
package/u-boot/patches/patch-include_env_default_h

@@ -1,11 +0,0 @@
---- u-boot-2015.01.orig/include/env_default.h	2015-01-12 15:39:08.000000000 +0100
-+++ u-boot-2015.01/include/env_default.h	2015-02-16 10:23:23.123639584 +0100
-@@ -8,6 +8,8 @@
-  * SPDX-License-Identifier:	GPL-2.0+
-  */
- 
-+#include <generated/autoconf.h>
-+
- #include <env_callback.h>
- 
- #ifdef DEFAULT_ENV_INSTANCE_EMBEDDED

+ 0 - 10
package/u-boot/patches/patch-include_image_h

@@ -1,10 +0,0 @@
---- u-boot-2016.05.orig/include/image.h	2016-05-16 16:40:32.000000000 +0200
-+++ u-boot-2016.05/include/image.h	2016-06-11 21:40:16.425472773 +0200
-@@ -179,6 +179,7 @@ struct lmb;
- #define IH_ARCH_ARM64		22	/* ARM64	*/
- #define IH_ARCH_ARC		23	/* Synopsys DesignWare ARC */
- #define IH_ARCH_X86_64		24	/* AMD x86_64, Intel and Via */
-+#define IH_ARCH_XTENSA		25	/* Xtensa */
- 
- /*
-  * Image Types

+ 0 - 11
package/u-boot/patches/patch-tools_env_fw_env_h

@@ -1,11 +0,0 @@
---- u-boot-2016.05.orig/tools/env/fw_env.h	2016-05-16 16:40:32.000000000 +0200
-+++ u-boot-2016.05/tools/env/fw_env.h	2016-06-11 21:40:16.429472773 +0200
-@@ -19,6 +19,8 @@
- #include <config.h>
- #endif
- 
-+#include <generated/autoconf.h>
-+
- /*
-  * To build the utility with the static configuration
-  * comment out the next line.