From 880b2d5af4976a3dbe6681121e3c2ae008e7cc65 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Sat, 29 Dec 2018 16:00:12 +0000 Subject: [PATCH 1/4] linux (RPi/Generic): update to linux-4.19.13 --- packages/linux/package.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/linux/package.mk b/packages/linux/package.mk index 787f8270a2..b76fd1179a 100644 --- a/packages/linux/package.mk +++ b/packages/linux/package.mk @@ -38,14 +38,14 @@ case "$LINUX" in PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz" ;; raspberrypi) - PKG_VERSION="e75aca6e66f6091dd3b9c316750025c8e9684f16" # 4.19.12 - PKG_SHA256="0f29fb52dc4d7fd705c9215e8a910a6e854b8014e697bdd7b6ce4854d7e342f4" + PKG_VERSION="738499ce347b4670d4c6e3f018477b1237073922" # 4.19.13 + PKG_SHA256="d5677209bdd8ebf5a6406139151a89c4409d07abbcc1555cf19885af56efc00f" PKG_URL="https://github.com/raspberrypi/linux/archive/$PKG_VERSION.tar.gz" PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz" ;; *) - PKG_VERSION="4.19.12" - PKG_SHA256="4d81ac539d62617f5b52f25971749d8c6d3a200deee76898bb99be8492999b77" + PKG_VERSION="4.19.13" + PKG_SHA256="f50a77fc40e13fc406791346fa91926394205874cd50246c7c2374006bacc0c2" PKG_URL="https://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz" PKG_PATCH_DIRS="default" ;; From 45c2dffa9d323b87efdc2cc3f8d203ce489b4aec Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Wed, 9 Jan 2019 20:58:41 +0000 Subject: [PATCH 2/4] linux (RPi/Generic): update to linux-4.19.14 --- packages/linux/package.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/linux/package.mk b/packages/linux/package.mk index b76fd1179a..93c44072c6 100644 --- a/packages/linux/package.mk +++ b/packages/linux/package.mk @@ -38,14 +38,14 @@ case "$LINUX" in PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz" ;; raspberrypi) - PKG_VERSION="738499ce347b4670d4c6e3f018477b1237073922" # 4.19.13 - PKG_SHA256="d5677209bdd8ebf5a6406139151a89c4409d07abbcc1555cf19885af56efc00f" + PKG_VERSION="7e312d57b01683ee93699fdac1121d5cc62fb211" # 4.19.14 + PKG_SHA256="666ffbf5783b08a144e00c7f94a81e60678ce14e1f809a9126d62ea67981de24" PKG_URL="https://github.com/raspberrypi/linux/archive/$PKG_VERSION.tar.gz" PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz" ;; *) - PKG_VERSION="4.19.13" - PKG_SHA256="f50a77fc40e13fc406791346fa91926394205874cd50246c7c2374006bacc0c2" + PKG_VERSION="4.19.14" + PKG_SHA256="24326849dd5120186d8db165ad4410bf0eb28ef07a20141acbad49f125f71c46" PKG_URL="https://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz" PKG_PATCH_DIRS="default" ;; From 42986c8eed8fddd53c58c014355ca2436cd79ac8 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Wed, 9 Jan 2019 21:13:11 +0000 Subject: [PATCH 3/4] linux (RPi/Generic): config options for 4.19.14 --- projects/Generic/linux/linux.x86_64.conf | 3 ++- projects/RPi/devices/RPi/linux/linux.arm.conf | 3 ++- projects/RPi/devices/RPi2/linux/linux.arm.conf | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index fa57da034c..46cab48383 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 4.19.11 Kernel Configuration +# Linux/x86_64 4.19.14 Kernel Configuration # # @@ -4443,6 +4443,7 @@ CONFIG_TYPEC=m # USB Type-C Alternate Mode drivers # # CONFIG_TYPEC_DP_ALTMODE is not set +# CONFIG_USB_ROLE_SWITCH is not set # CONFIG_USB_LED_TRIG is not set # CONFIG_USB_ULPI_BUS is not set # CONFIG_UWB is not set diff --git a/projects/RPi/devices/RPi/linux/linux.arm.conf b/projects/RPi/devices/RPi/linux/linux.arm.conf index a130b75cbe..311c9341ba 100644 --- a/projects/RPi/devices/RPi/linux/linux.arm.conf +++ b/projects/RPi/devices/RPi/linux/linux.arm.conf @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.19.9 Kernel Configuration +# Linux/arm 4.19.14 Kernel Configuration # # @@ -3604,6 +3604,7 @@ CONFIG_USB_SERIAL_PL2303=m # CONFIG_USB_ULPI is not set # CONFIG_USB_GADGET is not set # CONFIG_TYPEC is not set +# CONFIG_USB_ROLE_SWITCH is not set # CONFIG_USB_LED_TRIG is not set # CONFIG_USB_ULPI_BUS is not set # CONFIG_UWB is not set diff --git a/projects/RPi/devices/RPi2/linux/linux.arm.conf b/projects/RPi/devices/RPi2/linux/linux.arm.conf index 24608a93be..84cef8d2ac 100644 --- a/projects/RPi/devices/RPi2/linux/linux.arm.conf +++ b/projects/RPi/devices/RPi2/linux/linux.arm.conf @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.19.9 Kernel Configuration +# Linux/arm 4.19.14 Kernel Configuration # # @@ -3719,6 +3719,7 @@ CONFIG_USB_SERIAL_PL2303=m # CONFIG_USB_ULPI is not set # CONFIG_USB_GADGET is not set # CONFIG_TYPEC is not set +# CONFIG_USB_ROLE_SWITCH is not set # CONFIG_USB_LED_TRIG is not set # CONFIG_USB_ULPI_BUS is not set # CONFIG_UWB is not set From 93ae5af797605251dbf6e56ebba1b91e7aee60aa Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Thu, 10 Jan 2019 05:11:30 +0000 Subject: [PATCH 4/4] RPi: update to firmware 9baae76 --- packages/graphics/bcm2835-driver/package.mk | 4 ++-- packages/tools/bcm2835-bootloader/package.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/graphics/bcm2835-driver/package.mk b/packages/graphics/bcm2835-driver/package.mk index cb56dbb175..b9d062a98d 100644 --- a/packages/graphics/bcm2835-driver/package.mk +++ b/packages/graphics/bcm2835-driver/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) PKG_NAME="bcm2835-driver" -PKG_VERSION="1ea87818b323d08e7bc8e74f930952f36f2f61f4" -PKG_SHA256="8f6629e264a4f4a6d9ee9cbc1ae987db1b42dd1744a476cb83fa10be6fce9104" +PKG_VERSION="9baae7655f01ac37ba3b28c0053e9c6d0085dcfb" +PKG_SHA256="07c4b131ab6344350632161884bed045a69d54c984ab5ad97a17976f6145135b" PKG_LICENSE="nonfree" PKG_SITE="http://www.broadcom.com" PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz" diff --git a/packages/tools/bcm2835-bootloader/package.mk b/packages/tools/bcm2835-bootloader/package.mk index 4a6c3833c3..45fea47d28 100644 --- a/packages/tools/bcm2835-bootloader/package.mk +++ b/packages/tools/bcm2835-bootloader/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) PKG_NAME="bcm2835-bootloader" -PKG_VERSION="1ea87818b323d08e7bc8e74f930952f36f2f61f4" -PKG_SHA256="4362219234970bb4e9ad1e3dbdba165f2a389558ca2be8e77776a0c94cf2e791" +PKG_VERSION="9baae7655f01ac37ba3b28c0053e9c6d0085dcfb" +PKG_SHA256="9ab4c67c59042e94487eff74e0175a771e0055c36284de3a927b0f7e1b8d9264" PKG_ARCH="arm" PKG_LICENSE="nonfree" PKG_SITE="http://www.broadcom.com"