summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2018-03-07 07:59:30 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2018-03-07 10:11:07 +0100
commit465f5f5f476dba3fbaf28182ebb28e1a812a24b4 (patch)
treedd9233bf61ba28e3b2de6d668e2d4e9ed49d3622 /configs
parent3994bda3ccca2160b27388f03993fb4c4d086b4f (diff)
downloadDistroKit-465f5f5f476dba3fbaf28182ebb28e1a812a24b4.tar.gz
DistroKit-465f5f5f476dba3fbaf28182ebb28e1a812a24b4.tar.xz
barebox: version bump 2018.01.0 -> 2018.03.0
Update the barebox version to the latest and greatest. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/platform-v7a/barebox-am335x-mlo.config8
-rw-r--r--configs/platform-v7a/barebox-am335x.config8
-rw-r--r--configs/platform-v7a/barebox-mx6.config8
-rw-r--r--configs/platform-v7a/barebox-rpi2.config7
-rw-r--r--configs/platform-v7a/barebox-vexpress.config7
-rw-r--r--configs/platform-v7a/patches/barebox-2018.01.0/0201-Release-pengutronix-multi_v7-20180128-1.patch22
-rw-r--r--configs/platform-v7a/patches/barebox-2018.01.0/series15
-rw-r--r--configs/platform-v7a/patches/barebox-2018.03.0/0001-beaglebone-add-state-entry-for-mmc0-and-mmc1.patch (renamed from configs/platform-v7a/patches/barebox-2018.01.0/0001-beaglebone-add-state-entry-for-mmc0-and-mmc1.patch)0
-rw-r--r--configs/platform-v7a/patches/barebox-2018.03.0/0101-ARM-imx-add-support-for-Udoo-Neo-full.patch (renamed from configs/platform-v7a/patches/barebox-2018.01.0/0101-ARM-imx-add-support-for-Udoo-Neo-full.patch)6
-rw-r--r--configs/platform-v7a/patches/barebox-2018.03.0/0201-Release-pengutronix-multi_v7-20180307-1.patch22
-rw-r--r--configs/platform-v7a/patches/barebox-2018.03.0/series15
-rw-r--r--configs/platform-v7a/rules/barebox-am335x-mlo.make4
-rw-r--r--configs/platform-v7a/rules/barebox-am335x.make4
-rw-r--r--configs/platform-v7a/rules/barebox-mx6.make4
-rw-r--r--configs/platform-v7a/rules/barebox-rpi2.make4
-rw-r--r--configs/platform-v7a/rules/barebox-vexpress.make4
16 files changed, 83 insertions, 55 deletions
diff --git a/configs/platform-v7a/barebox-am335x-mlo.config b/configs/platform-v7a/barebox-am335x-mlo.config
index 87514e7..3e7f4dd 100644
--- a/configs/platform-v7a/barebox-am335x-mlo.config
+++ b/configs/platform-v7a/barebox-am335x-mlo.config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Barebox/arm 2018.01.0-20180128-1 Configuration
+# Barebox/arm 2018.03.0-20180307-1 Configuration
#
CONFIG_ARM=y
CONFIG_ARM_USE_COMPRESSED_DTB=y
@@ -158,6 +158,7 @@ CONFIG_DEFAULT_COMPRESSION_NONE=y
# CONFIG_BAREBOXCRC32_TARGET is not set
# CONFIG_POLLER is not set
# CONFIG_STATE is not set
+# CONFIG_BOOTCHOOSER is not set
#
# Debugging
@@ -365,12 +366,17 @@ CONFIG_FS_FAT_LFN=y
#
#
+# ZSTD support disabled
+#
+
+#
# Library routines
#
CONFIG_UNCOMPRESS=y
# CONFIG_ZLIB is not set
# CONFIG_BZLIB is not set
# CONFIG_LZ4_DECOMPRESS is not set
+# CONFIG_ZSTD_DECOMPRESS is not set
# CONFIG_XZ_DECOMPRESS is not set
# CONFIG_GENERIC_FIND_NEXT_BIT is not set
# CONFIG_PROCESS_ESCAPE_SEQUENCE is not set
diff --git a/configs/platform-v7a/barebox-am335x.config b/configs/platform-v7a/barebox-am335x.config
index 601c282..7f85317 100644
--- a/configs/platform-v7a/barebox-am335x.config
+++ b/configs/platform-v7a/barebox-am335x.config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Barebox/arm 2018.01.0-20180128-1 Configuration
+# Barebox/arm 2018.03.0-20180307-1 Configuration
#
CONFIG_ARM=y
CONFIG_ARM_LINUX=y
@@ -679,6 +679,10 @@ CONFIG_FS_FAT_LFN=y
#
#
+# ZSTD support disabled
+#
+
+#
# Library routines
#
CONFIG_PARAMETER=y
@@ -686,6 +690,7 @@ CONFIG_UNCOMPRESS=y
# CONFIG_ZLIB is not set
# CONFIG_BZLIB is not set
# CONFIG_LZ4_DECOMPRESS is not set
+# CONFIG_ZSTD_DECOMPRESS is not set
# CONFIG_XZ_DECOMPRESS is not set
# CONFIG_GENERIC_FIND_NEXT_BIT is not set
CONFIG_PROCESS_ESCAPE_SEQUENCE=y
@@ -694,6 +699,7 @@ CONFIG_FNMATCH=y
CONFIG_QSORT=y
CONFIG_LIBSCAN=y
CONFIG_LIBUBIGEN=y
+CONFIG_IMAGE_SPARSE=y
# CONFIG_ALLOW_PRNG_FALLBACK is not set
#
diff --git a/configs/platform-v7a/barebox-mx6.config b/configs/platform-v7a/barebox-mx6.config
index 607653d..1d646f5 100644
--- a/configs/platform-v7a/barebox-mx6.config
+++ b/configs/platform-v7a/barebox-mx6.config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Barebox/arm 2018.01.0-20180128-1 Configuration
+# Barebox/arm 2018.03.0-20180307-1 Configuration
#
CONFIG_ARM=y
CONFIG_ARM_LINUX=y
@@ -792,6 +792,10 @@ CONFIG_FS_UBIFS_COMPRESSION_LZO=y
#
#
+# ZSTD support disabled
+#
+
+#
# Library routines
#
CONFIG_PARAMETER=y
@@ -799,6 +803,7 @@ CONFIG_UNCOMPRESS=y
CONFIG_ZLIB=y
# CONFIG_BZLIB is not set
# CONFIG_LZ4_DECOMPRESS is not set
+# CONFIG_ZSTD_DECOMPRESS is not set
# CONFIG_XZ_DECOMPRESS is not set
# CONFIG_GENERIC_FIND_NEXT_BIT is not set
CONFIG_PROCESS_ESCAPE_SEQUENCE=y
@@ -808,6 +813,7 @@ CONFIG_FNMATCH=y
CONFIG_QSORT=y
CONFIG_LIBSCAN=y
CONFIG_LIBUBIGEN=y
+CONFIG_IMAGE_SPARSE=y
CONFIG_STMP_DEVICE=y
# CONFIG_ALLOW_PRNG_FALLBACK is not set
diff --git a/configs/platform-v7a/barebox-rpi2.config b/configs/platform-v7a/barebox-rpi2.config
index 3850b58..7b3f1db 100644
--- a/configs/platform-v7a/barebox-rpi2.config
+++ b/configs/platform-v7a/barebox-rpi2.config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Barebox/arm 2018.01.0-20180128-1 Configuration
+# Barebox/arm 2018.03.0-20180307-1 Configuration
#
CONFIG_ARM=y
CONFIG_ARM_LINUX=y
@@ -529,6 +529,10 @@ CONFIG_FS_FAT_LFN=y
#
#
+# ZSTD support disabled
+#
+
+#
# Library routines
#
CONFIG_PARAMETER=y
@@ -536,6 +540,7 @@ CONFIG_UNCOMPRESS=y
# CONFIG_ZLIB is not set
# CONFIG_BZLIB is not set
# CONFIG_LZ4_DECOMPRESS is not set
+# CONFIG_ZSTD_DECOMPRESS is not set
# CONFIG_XZ_DECOMPRESS is not set
# CONFIG_GENERIC_FIND_NEXT_BIT is not set
CONFIG_PROCESS_ESCAPE_SEQUENCE=y
diff --git a/configs/platform-v7a/barebox-vexpress.config b/configs/platform-v7a/barebox-vexpress.config
index 8d45902..d69bbc5 100644
--- a/configs/platform-v7a/barebox-vexpress.config
+++ b/configs/platform-v7a/barebox-vexpress.config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Barebox/arm 2018.01.0-20180128-1 Configuration
+# Barebox/arm 2018.03.0-20180307-1 Configuration
#
CONFIG_ARM=y
CONFIG_ARM_LINUX=y
@@ -554,6 +554,10 @@ CONFIG_FS_FAT=y
#
#
+# ZSTD support disabled
+#
+
+#
# Library routines
#
CONFIG_PARAMETER=y
@@ -561,6 +565,7 @@ CONFIG_UNCOMPRESS=y
# CONFIG_ZLIB is not set
# CONFIG_BZLIB is not set
# CONFIG_LZ4_DECOMPRESS is not set
+# CONFIG_ZSTD_DECOMPRESS is not set
# CONFIG_XZ_DECOMPRESS is not set
# CONFIG_GENERIC_FIND_NEXT_BIT is not set
CONFIG_PROCESS_ESCAPE_SEQUENCE=y
diff --git a/configs/platform-v7a/patches/barebox-2018.01.0/0201-Release-pengutronix-multi_v7-20180128-1.patch b/configs/platform-v7a/patches/barebox-2018.01.0/0201-Release-pengutronix-multi_v7-20180128-1.patch
deleted file mode 100644
index dfc57f5..0000000
--- a/configs/platform-v7a/patches/barebox-2018.01.0/0201-Release-pengutronix-multi_v7-20180128-1.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Roland Hieber <r.hieber@pengutronix.de>
-Date: Sun, 28 Jan 2018 22:53:59 +0100
-Subject: [PATCH] Release pengutronix/multi_v7/20180128-1
-
-Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index f77a1fd722b7..49fa5c7da870 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,7 +1,7 @@
- VERSION = 2018
- PATCHLEVEL = 01
- SUBLEVEL = 0
--EXTRAVERSION =
-+EXTRAVERSION =-20180128-1
- NAME = None
-
- # *DOCUMENTATION*
diff --git a/configs/platform-v7a/patches/barebox-2018.01.0/series b/configs/platform-v7a/patches/barebox-2018.01.0/series
deleted file mode 100644
index 2536e07..0000000
--- a/configs/platform-v7a/patches/barebox-2018.01.0/series
+++ /dev/null
@@ -1,15 +0,0 @@
-# umpf-base: v2018.01.0
-# umpf-name: pengutronix/multi_v7
-# umpf-version: pengutronix/multi_v7/20180128-1
-# umpf-topic: v2018.01.0/customers/pengutronix/beaglebone
-# umpf-hashinfo: a3f8ec875bb6ebd967a41149d4285012ff96209c
-# umpf-topic-range: 1b3990c50f6137efa4c9c95d5344bdda18d92096..a3f8ec875bb6ebd967a41149d4285012ff96209c
-0001-beaglebone-add-state-entry-for-mmc0-and-mmc1.patch
-# umpf-topic: v2018.01.0/customers/pengutronix/udoo-neo
-# umpf-hashinfo: 9d223aa1af85cf7815fd5dd4f56fbb6667492fe9
-# umpf-topic-range: a3f8ec875bb6ebd967a41149d4285012ff96209c..9baa03ecb6039df44814ed178a2245778667f6e7
-0101-ARM-imx-add-support-for-Udoo-Neo-full.patch
-# umpf-release: pengutronix/multi_v7/20180128-1
-# umpf-topic-range: 9baa03ecb6039df44814ed178a2245778667f6e7..369c50971b8d5eeac32452c4bb131a6b5acae00a
-0201-Release-pengutronix-multi_v7-20180128-1.patch
-# umpf-end
diff --git a/configs/platform-v7a/patches/barebox-2018.01.0/0001-beaglebone-add-state-entry-for-mmc0-and-mmc1.patch b/configs/platform-v7a/patches/barebox-2018.03.0/0001-beaglebone-add-state-entry-for-mmc0-and-mmc1.patch
index 4dfd47c..4dfd47c 100644
--- a/configs/platform-v7a/patches/barebox-2018.01.0/0001-beaglebone-add-state-entry-for-mmc0-and-mmc1.patch
+++ b/configs/platform-v7a/patches/barebox-2018.03.0/0001-beaglebone-add-state-entry-for-mmc0-and-mmc1.patch
diff --git a/configs/platform-v7a/patches/barebox-2018.01.0/0101-ARM-imx-add-support-for-Udoo-Neo-full.patch b/configs/platform-v7a/patches/barebox-2018.03.0/0101-ARM-imx-add-support-for-Udoo-Neo-full.patch
index 0aa3c8a..df93c70 100644
--- a/configs/platform-v7a/patches/barebox-2018.01.0/0101-ARM-imx-add-support-for-Udoo-Neo-full.patch
+++ b/configs/platform-v7a/patches/barebox-2018.03.0/0101-ARM-imx-add-support-for-Udoo-Neo-full.patch
@@ -26,10 +26,10 @@ Forwarded: id:20170627190317.19253-1-uwe@kleine-koenig.org
create mode 100644 arch/arm/dts/imx6sx-udoo-neo-full.dts
diff --git a/arch/arm/boards/Makefile b/arch/arm/boards/Makefile
-index 456e6fea4b69..db3f383110f7 100644
+index ca187ccb8998..88ccc1d16fbe 100644
--- a/arch/arm/boards/Makefile
+++ b/arch/arm/boards/Makefile
-@@ -135,6 +135,7 @@ obj-$(CONFIG_MACH_TX51) += karo-tx51/
+@@ -134,6 +134,7 @@ obj-$(CONFIG_MACH_TX51) += karo-tx51/
obj-$(CONFIG_MACH_TX53) += karo-tx53/
obj-$(CONFIG_MACH_TX6X) += karo-tx6x/
obj-$(CONFIG_MACH_UDOO) += udoo/
@@ -254,7 +254,7 @@ index 000000000000..e78c2685fd78
+ imx6sx_barebox_entry(fdt);
+}
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
-index 4f13d4e37279..a681c9839229 100644
+index 0526a6f40724..4c954bb67cdb 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -90,6 +90,7 @@ pbl-dtb-$(CONFIG_MACH_TX6X) += imx6dl-tx6u.dtb.o
diff --git a/configs/platform-v7a/patches/barebox-2018.03.0/0201-Release-pengutronix-multi_v7-20180307-1.patch b/configs/platform-v7a/patches/barebox-2018.03.0/0201-Release-pengutronix-multi_v7-20180307-1.patch
new file mode 100644
index 0000000..58a2d0a
--- /dev/null
+++ b/configs/platform-v7a/patches/barebox-2018.03.0/0201-Release-pengutronix-multi_v7-20180307-1.patch
@@ -0,0 +1,22 @@
+From: Robert Schwebel <r.schwebel@pengutronix.de>
+Date: Wed, 7 Mar 2018 07:53:26 +0100
+Subject: [PATCH] Release pengutronix/multi_v7/20180307-1
+
+Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index b4f315d2672f..e15bd2c277ae 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ VERSION = 2018
+ PATCHLEVEL = 03
+ SUBLEVEL = 0
+-EXTRAVERSION =
++EXTRAVERSION =-20180307-1
+ NAME = None
+
+ # *DOCUMENTATION*
diff --git a/configs/platform-v7a/patches/barebox-2018.03.0/series b/configs/platform-v7a/patches/barebox-2018.03.0/series
new file mode 100644
index 0000000..74ff1b4
--- /dev/null
+++ b/configs/platform-v7a/patches/barebox-2018.03.0/series
@@ -0,0 +1,15 @@
+# umpf-base: v2018.03.0
+# umpf-name: pengutronix/multi_v7
+# umpf-version: pengutronix/multi_v7/20180307-1
+# umpf-topic: v2018.03.0/customers/pengutronix/beaglebone
+# umpf-hashinfo: 564eab923b9ba35e2c79addd52762895b05130f4
+# umpf-topic-range: 610d8769ed1a620c4a048c625b540a4d8ee14ffb..564eab923b9ba35e2c79addd52762895b05130f4
+0001-beaglebone-add-state-entry-for-mmc0-and-mmc1.patch
+# umpf-topic: v2018.03.0/customers/pengutronix/udoo-neo
+# umpf-hashinfo: 1afa824d0652c236ef0ddeabff71a699e1d97219
+# umpf-topic-range: 564eab923b9ba35e2c79addd52762895b05130f4..ebf40cb7ee7c8a31f5e43dc438697b5aebcc30d8
+0101-ARM-imx-add-support-for-Udoo-Neo-full.patch
+# umpf-release: pengutronix/multi_v7/20180307-1
+# umpf-topic-range: ebf40cb7ee7c8a31f5e43dc438697b5aebcc30d8..e0ce9f4c185dee6f4d4c2ff42d340d047916e884
+0201-Release-pengutronix-multi_v7-20180307-1.patch
+# umpf-end
diff --git a/configs/platform-v7a/rules/barebox-am335x-mlo.make b/configs/platform-v7a/rules/barebox-am335x-mlo.make
index 130d7ba..0cc5ec4 100644
--- a/configs/platform-v7a/rules/barebox-am335x-mlo.make
+++ b/configs/platform-v7a/rules/barebox-am335x-mlo.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BAREBOX_AM335X_MLO) += barebox-am335x-mlo
#
# Paths and names
#
-BAREBOX_AM335X_MLO_VERSION := 2018.01.0
-BAREBOX_AM335X_MLO_MD5 := 37577d9941295d4d38b8dfa334e5d8a9
+BAREBOX_AM335X_MLO_VERSION := 2018.03.0
+BAREBOX_AM335X_MLO_MD5 := 5a7692364684ad681c6a3c7a46e5000e
BAREBOX_AM335X_MLO := barebox-$(BAREBOX_AM335X_MLO_VERSION)
BAREBOX_AM335X_MLO_SUFFIX := tar.bz2
BAREBOX_AM335X_MLO_DIR := $(BUILDDIR)/barebox-am335x-mlo-$(BAREBOX_AM335X_MLO_VERSION)
diff --git a/configs/platform-v7a/rules/barebox-am335x.make b/configs/platform-v7a/rules/barebox-am335x.make
index 22973dc..ff56102 100644
--- a/configs/platform-v7a/rules/barebox-am335x.make
+++ b/configs/platform-v7a/rules/barebox-am335x.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BAREBOX_AM335X) += barebox-am335x
#
# Paths and names
#
-BAREBOX_AM335X_VERSION := 2018.01.0
-BAREBOX_AM335X_MD5 := 37577d9941295d4d38b8dfa334e5d8a9
+BAREBOX_AM335X_VERSION := 2018.03.0
+BAREBOX_AM335X_MD5 := 5a7692364684ad681c6a3c7a46e5000e
BAREBOX_AM335X := barebox-$(BAREBOX_AM335X_VERSION)
BAREBOX_AM335X_SUFFIX := tar.bz2
BAREBOX_AM335X_DIR := $(BUILDDIR)/barebox-am335x-$(BAREBOX_AM335X_VERSION)
diff --git a/configs/platform-v7a/rules/barebox-mx6.make b/configs/platform-v7a/rules/barebox-mx6.make
index 87c0236..a8b4a7e 100644
--- a/configs/platform-v7a/rules/barebox-mx6.make
+++ b/configs/platform-v7a/rules/barebox-mx6.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BAREBOX_MX6) += barebox-mx6
#
# Paths and names
#
-BAREBOX_MX6_VERSION := 2018.01.0
-BAREBOX_MX6_MD5 := 37577d9941295d4d38b8dfa334e5d8a9
+BAREBOX_MX6_VERSION := 2018.03.0
+BAREBOX_MX6_MD5 := 5a7692364684ad681c6a3c7a46e5000e
BAREBOX_MX6 := barebox-$(BAREBOX_MX6_VERSION)
BAREBOX_MX6_SUFFIX := tar.bz2
BAREBOX_MX6_DIR := $(BUILDDIR)/barebox-mx6-$(BAREBOX_MX6_VERSION)
diff --git a/configs/platform-v7a/rules/barebox-rpi2.make b/configs/platform-v7a/rules/barebox-rpi2.make
index f471167..6361cf1 100644
--- a/configs/platform-v7a/rules/barebox-rpi2.make
+++ b/configs/platform-v7a/rules/barebox-rpi2.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BAREBOX_RPI2) += barebox-rpi2
#
# Paths and names
#
-BAREBOX_RPI2_VERSION := 2018.01.0
-BAREBOX_RPI2_MD5 := 37577d9941295d4d38b8dfa334e5d8a9
+BAREBOX_RPI2_VERSION := 2018.03.0
+BAREBOX_RPI2_MD5 := 5a7692364684ad681c6a3c7a46e5000e
BAREBOX_RPI2 := barebox-$(BAREBOX_RPI2_VERSION)
BAREBOX_RPI2_SUFFIX := tar.bz2
BAREBOX_RPI2_DIR := $(BUILDDIR)/barebox-rpi2-$(BAREBOX_RPI2_VERSION)
diff --git a/configs/platform-v7a/rules/barebox-vexpress.make b/configs/platform-v7a/rules/barebox-vexpress.make
index 6721e3e..9eeaeab 100644
--- a/configs/platform-v7a/rules/barebox-vexpress.make
+++ b/configs/platform-v7a/rules/barebox-vexpress.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BAREBOX_VEXPRESS) += barebox-vexpress
#
# Paths and names
#
-BAREBOX_VEXPRESS_VERSION := 2018.01.0
-BAREBOX_VEXPRESS_MD5 := 37577d9941295d4d38b8dfa334e5d8a9
+BAREBOX_VEXPRESS_VERSION := 2018.03.0
+BAREBOX_VEXPRESS_MD5 := 5a7692364684ad681c6a3c7a46e5000e
BAREBOX_VEXPRESS := barebox-$(BAREBOX_VEXPRESS_VERSION)
BAREBOX_VEXPRESS_SUFFIX := tar.bz2
BAREBOX_VEXPRESS_DIR := $(BUILDDIR)/barebox-vexpress-$(BAREBOX_VEXPRESS_VERSION)