All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][PATCH 1/6] linux-ti-staging: update to 4.19.25
@ 2019-03-04 19:48 Denys Dmytriyenko
  2019-03-04 19:48 ` [master][PATCH 2/6] ti33x.inc: add back am335x-icev2-prueth.dtb Denys Dmytriyenko
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2019-03-04 19:48 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-kernel/linux/linux-ti-staging-rt_4.19.bb | 4 ++--
 recipes-kernel/linux/linux-ti-staging_4.19.bb    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb
index f24c33d..90c9bcd 100644
--- a/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb
+++ b/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb
@@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.19:"
 
 BRANCH = "ti-rt-linux-4.19.y"
 
-SRCREV = "18cd0316b579b72efbeaa60856ae93136bce550a"
-PV = "4.19.24+git${SRCPV}"
+SRCREV = "9d2d3c91da546078e5452d035d7bb0635d24474f"
+PV = "4.19.25+git${SRCPV}"
diff --git a/recipes-kernel/linux/linux-ti-staging_4.19.bb b/recipes-kernel/linux/linux-ti-staging_4.19.bb
index 3226132..56d946c 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.19.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.19.bb
@@ -56,8 +56,8 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-4.19.y"
 
-SRCREV = "8de817772462078a064b70d368eeae3b92a31439"
-PV = "4.19.24+git${SRCPV}"
+SRCREV = "efce729fd0a988f022d8d28b2d63e435f9ef8408"
+PV = "4.19.25+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
 MACHINE_KERNEL_PR_append = "a"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [master][PATCH 2/6] ti33x.inc: add back am335x-icev2-prueth.dtb
  2019-03-04 19:48 [master][PATCH 1/6] linux-ti-staging: update to 4.19.25 Denys Dmytriyenko
@ 2019-03-04 19:48 ` Denys Dmytriyenko
  2019-03-04 19:48 ` [master][PATCH 3/6] ti43x.inc: add back am43x-epos-evm-hdmi.dtb Denys Dmytriyenko
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2019-03-04 19:48 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/machine/include/ti33x.inc | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index ccbc942..5a0ad54 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -26,10 +26,13 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
 
 KERNEL_IMAGETYPE = "zImage"
 
-KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb am335x-icev2.dtb \
-                    am335x-pocketbeagle.dtb am335x-bone.dtb am335x-boneblue.dtb \
-                    am335x-boneblack.dtb am335x-boneblack-wireless.dtb \
-                    am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb"
+KERNEL_DEVICETREE = " \
+    am335x-evm.dtb am335x-evmsk.dtb \
+    am335x-icev2.dtb am335x-icev2-prueth.dtb \
+    am335x-pocketbeagle.dtb am335x-bone.dtb am335x-boneblue.dtb \
+    am335x-boneblack.dtb am335x-boneblack-wireless.dtb \
+    am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb \
+"
 
 KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}"
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [master][PATCH 3/6] ti43x.inc: add back am43x-epos-evm-hdmi.dtb
  2019-03-04 19:48 [master][PATCH 1/6] linux-ti-staging: update to 4.19.25 Denys Dmytriyenko
  2019-03-04 19:48 ` [master][PATCH 2/6] ti33x.inc: add back am335x-icev2-prueth.dtb Denys Dmytriyenko
@ 2019-03-04 19:48 ` Denys Dmytriyenko
  2019-03-04 19:48 ` [master][PATCH 4/6] dra7xx-evm.conf: add back dra71-evm-nand.dtb and dra76-evm-tfp410.dtb Denys Dmytriyenko
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2019-03-04 19:48 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/machine/include/ti43x.inc | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index c64730c..d966eaf 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -26,9 +26,11 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
 
 KERNEL_IMAGETYPE = "zImage"
 
-KERNEL_DEVICETREE = "am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb \
-                    am437x-sk-evm.dtb am437x-idk-evm.dtb \
-                    am43x-epos-evm.dtb"
+KERNEL_DEVICETREE = " \
+    am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb \
+    am437x-sk-evm.dtb am437x-idk-evm.dtb \
+    am43x-epos-evm.dtb am43x-epos-evm-hdmi.dtb \
+"
 
 KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}"
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [master][PATCH 4/6] dra7xx-evm.conf: add back dra71-evm-nand.dtb and dra76-evm-tfp410.dtb
  2019-03-04 19:48 [master][PATCH 1/6] linux-ti-staging: update to 4.19.25 Denys Dmytriyenko
  2019-03-04 19:48 ` [master][PATCH 2/6] ti33x.inc: add back am335x-icev2-prueth.dtb Denys Dmytriyenko
  2019-03-04 19:48 ` [master][PATCH 3/6] ti43x.inc: add back am43x-epos-evm-hdmi.dtb Denys Dmytriyenko
@ 2019-03-04 19:48 ` Denys Dmytriyenko
  2019-03-04 19:48 ` [master][PATCH 5/6] am65xx-evm.conf: add back idk, tc358876, pcie-usb2 and pcie-usb3 DTBOs Denys Dmytriyenko
  2019-03-04 19:48 ` [master][PATCH 6/6] u-boot-staging: update to the latest Denys Dmytriyenko
  4 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2019-03-04 19:48 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/machine/dra7xx-evm.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 84d1d15..df176ba 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -12,10 +12,10 @@ SERIAL_CONSOLES = "115200;ttyS0"
 
 KERNEL_DEVICETREE = " \
     dra7-evm.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \
-    dra71-evm.dtb dra71-evm-lcd-auo-g101evn01.0.dtb \
+    dra71-evm.dtb dra71-evm-nand.dtb dra71-evm-lcd-auo-g101evn01.0.dtb \
     dra72-evm.dtb dra72-evm-lcd-osd101t2045.dtb dra72-evm-lcd-osd101t2587.dtb \
     dra72-evm-revc.dtb dra72-evm-revc-lcd-osd101t2045.dtb dra72-evm-revc-lcd-osd101t2587.dtb \
-    dra76-evm.dtb \
+    dra76-evm.dtb dra76-evm-tfp410.dtb \
 "
 
 UBOOT_MACHINE = "dra7xx_evm_config"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [master][PATCH 5/6] am65xx-evm.conf: add back idk, tc358876, pcie-usb2 and pcie-usb3 DTBOs
  2019-03-04 19:48 [master][PATCH 1/6] linux-ti-staging: update to 4.19.25 Denys Dmytriyenko
                   ` (2 preceding siblings ...)
  2019-03-04 19:48 ` [master][PATCH 4/6] dra7xx-evm.conf: add back dra71-evm-nand.dtb and dra76-evm-tfp410.dtb Denys Dmytriyenko
@ 2019-03-04 19:48 ` Denys Dmytriyenko
  2019-03-04 19:48 ` [master][PATCH 6/6] u-boot-staging: update to the latest Denys Dmytriyenko
  4 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2019-03-04 19:48 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/machine/am65xx-evm.conf | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
index 7159342..4689812 100644
--- a/conf/machine/am65xx-evm.conf
+++ b/conf/machine/am65xx-evm.conf
@@ -11,9 +11,10 @@ IMAGE_FSTYPES += "tar.xz wic.xz"
 SERIAL_CONSOLES = "115200;ttyS2"
 
 KERNEL_DEVICETREE = " \
-    ti/k3-am654-base-board.dtb \
-    ti/k3-am654-gp.dtbo \
+    ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo ti/k3-am654-idk.dtbo \
     ti/k3-am654-evm-csi2-ov490.dtbo ti/k3-am654-evm-oldi-lcd1evm.dtbo \
+    ti/k3-am654-evm-tc358876.dtbo \
+    ti/k3-am654-pcie-usb2.dtbo ti/k3-am654-pcie-usb3.dtbo"
 "
 
 UBOOT_MACHINE = "am65x_evm_a53_defconfig"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [master][PATCH 6/6] u-boot-staging: update to the latest
  2019-03-04 19:48 [master][PATCH 1/6] linux-ti-staging: update to 4.19.25 Denys Dmytriyenko
                   ` (3 preceding siblings ...)
  2019-03-04 19:48 ` [master][PATCH 5/6] am65xx-evm.conf: add back idk, tc358876, pcie-usb2 and pcie-usb3 DTBOs Denys Dmytriyenko
@ 2019-03-04 19:48 ` Denys Dmytriyenko
  4 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2019-03-04 19:48 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb
index dac134e..5b087dc 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb
@@ -4,4 +4,4 @@ PR = "r2"
 
 BRANCH = "ti-u-boot-2019.01"
 
-SRCREV = "5f515bc29264f317e9274c605b3479d5d791861d"
+SRCREV = "85270f3339ad807fafab5a5b1e1e0e235187336a"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-03-04 19:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04 19:48 [master][PATCH 1/6] linux-ti-staging: update to 4.19.25 Denys Dmytriyenko
2019-03-04 19:48 ` [master][PATCH 2/6] ti33x.inc: add back am335x-icev2-prueth.dtb Denys Dmytriyenko
2019-03-04 19:48 ` [master][PATCH 3/6] ti43x.inc: add back am43x-epos-evm-hdmi.dtb Denys Dmytriyenko
2019-03-04 19:48 ` [master][PATCH 4/6] dra7xx-evm.conf: add back dra71-evm-nand.dtb and dra76-evm-tfp410.dtb Denys Dmytriyenko
2019-03-04 19:48 ` [master][PATCH 5/6] am65xx-evm.conf: add back idk, tc358876, pcie-usb2 and pcie-usb3 DTBOs Denys Dmytriyenko
2019-03-04 19:48 ` [master][PATCH 6/6] u-boot-staging: update to the latest Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.