All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo
@ 2020-09-24 13:44 Roger Quadros
  2020-09-24 13:44 ` [meti-ti][dunfell][PATCH] prueth-fw-am65x-sr2: update AM65 SR2.0 PRU ethernet firmware Roger Quadros
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Roger Quadros @ 2020-09-24 13:44 UTC (permalink / raw)
  To: meta-ti; +Cc: denys, nsekhar, dmurphy, Roger Quadros

For SR1.0 we use a different overlay for IDK card.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 conf/machine/am65xx-evm.conf    | 1 +
 conf/machine/am65xx-hs-evm.conf | 1 +
 2 files changed, 2 insertions(+)

diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
index e5766f18..0007377c 100644
--- a/conf/machine/am65xx-evm.conf
+++ b/conf/machine/am65xx-evm.conf
@@ -16,6 +16,7 @@ KERNEL_DEVICETREE = " \
     ti/k3-am654-base-board-sr1.dtb \
     ti/k3-am654-gp.dtbo \
     ti/k3-am654-idk.dtbo \
+    ti/k3-am654-idk-sr1.dtbo \
     ti/k3-am654-evm-hdmi.dtbo \
     ti/k3-am654-evm-oldi-lcd1evm.dtbo \
     ti/k3-am654-evm-tc358876.dtbo \
diff --git a/conf/machine/am65xx-hs-evm.conf b/conf/machine/am65xx-hs-evm.conf
index 6d20a0de..702ba308 100644
--- a/conf/machine/am65xx-hs-evm.conf
+++ b/conf/machine/am65xx-hs-evm.conf
@@ -12,6 +12,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 KERNEL_DEVICETREE = " \
     ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo \
     ti/k3-am654-evm-hdmi.dtbo ti/k3-am654-idk.dtbo \
+    ti/k3-am654-idk-sr1.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 \
     ti/k3-am654-base-board-jailhouse.dtbo \
-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


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

* [meti-ti][dunfell][PATCH] prueth-fw-am65x-sr2: update AM65 SR2.0 PRU ethernet firmware
  2020-09-24 13:44 [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo Roger Quadros
@ 2020-09-24 13:44 ` Roger Quadros
  2020-09-25  7:49   ` Roger Quadros
  2020-09-24 22:41 ` [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo Denys Dmytriyenko
  2020-09-25  7:50 ` Roger Quadros
  2 siblings, 1 reply; 5+ messages in thread
From: Roger Quadros @ 2020-09-24 13:44 UTC (permalink / raw)
  To: meta-ti; +Cc: denys, nsekhar, dmurphy, Roger Quadros

Update to release REL.PRU-ICSS-PROFINET-SWITCH_02.02.04.02

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb b/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
index 6e17c4aa..734ca9c1 100644
--- a/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
+++ b/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
@@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "am65xx-evm"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-SRCREV = "ea4bf53ba0a4a30bb7e0e8b6138fdb22fe50372a"
+SRCREV = "80a55e27024ad52433509e056e70e0e767a56038"
 BRANCH ?= "ti-linux-firmware"
 
 SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


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

* Re: [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo
  2020-09-24 13:44 [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo Roger Quadros
  2020-09-24 13:44 ` [meti-ti][dunfell][PATCH] prueth-fw-am65x-sr2: update AM65 SR2.0 PRU ethernet firmware Roger Quadros
@ 2020-09-24 22:41 ` Denys Dmytriyenko
  2020-09-25  7:50 ` Roger Quadros
  2 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2020-09-24 22:41 UTC (permalink / raw)
  To: Roger Quadros; +Cc: meta-ti, nsekhar, dmurphy

On Thu, Sep 24, 2020 at 04:44:39PM +0300, Roger Quadros wrote:
> For SR1.0 we use a different overlay for IDK card.
> 
> Signed-off-by: Roger Quadros <rogerq@ti.com>
> ---
>  conf/machine/am65xx-evm.conf    | 1 +
>  conf/machine/am65xx-hs-evm.conf | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
> index e5766f18..0007377c 100644
> --- a/conf/machine/am65xx-evm.conf
> +++ b/conf/machine/am65xx-evm.conf
> @@ -16,6 +16,7 @@ KERNEL_DEVICETREE = " \
>      ti/k3-am654-base-board-sr1.dtb \
>      ti/k3-am654-gp.dtbo \
>      ti/k3-am654-idk.dtbo \
> +    ti/k3-am654-idk-sr1.dtbo \
>      ti/k3-am654-evm-hdmi.dtbo \
>      ti/k3-am654-evm-oldi-lcd1evm.dtbo \
>      ti/k3-am654-evm-tc358876.dtbo \
> diff --git a/conf/machine/am65xx-hs-evm.conf b/conf/machine/am65xx-hs-evm.conf
> index 6d20a0de..702ba308 100644
> --- a/conf/machine/am65xx-hs-evm.conf
> +++ b/conf/machine/am65xx-hs-evm.conf
> @@ -12,6 +12,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
>  KERNEL_DEVICETREE = " \
>      ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo \
>      ti/k3-am654-evm-hdmi.dtbo ti/k3-am654-idk.dtbo \
> +    ti/k3-am654-idk-sr1.dtbo \

Should there be ti/k3-am654-base-board-sr1.dtb for HS as well?
I believe HS doesn't yet have SR2, hence not sure how the DTBs should be setup 
with or without -sr1?


>      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 \
>      ti/k3-am654-base-board-jailhouse.dtbo \
> -- 
> Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
> Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
> 

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

* Re: [meti-ti][dunfell][PATCH] prueth-fw-am65x-sr2: update AM65 SR2.0 PRU ethernet firmware
  2020-09-24 13:44 ` [meti-ti][dunfell][PATCH] prueth-fw-am65x-sr2: update AM65 SR2.0 PRU ethernet firmware Roger Quadros
@ 2020-09-25  7:49   ` Roger Quadros
  0 siblings, 0 replies; 5+ messages in thread
From: Roger Quadros @ 2020-09-25  7:49 UTC (permalink / raw)
  To: meta-ti; +Cc: denys, nsekhar, dmurphy

Hi,

Please ignore this patch. It was sent by error.

cheers,
-roger

On 24/09/2020 16:44, Roger Quadros wrote:
> Update to release REL.PRU-ICSS-PROFINET-SWITCH_02.02.04.02
> 
> Signed-off-by: Roger Quadros <rogerq@ti.com>
> ---
>   recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb b/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
> index 6e17c4aa..734ca9c1 100644
> --- a/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
> +++ b/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
> @@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "am65xx-evm"
>   
>   PACKAGE_ARCH = "${MACHINE_ARCH}"
>   
> -SRCREV = "ea4bf53ba0a4a30bb7e0e8b6138fdb22fe50372a"
> +SRCREV = "80a55e27024ad52433509e056e70e0e767a56038"
>   BRANCH ?= "ti-linux-firmware"
>   
>   SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
> 

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* Re: [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo
  2020-09-24 13:44 [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo Roger Quadros
  2020-09-24 13:44 ` [meti-ti][dunfell][PATCH] prueth-fw-am65x-sr2: update AM65 SR2.0 PRU ethernet firmware Roger Quadros
  2020-09-24 22:41 ` [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo Denys Dmytriyenko
@ 2020-09-25  7:50 ` Roger Quadros
  2 siblings, 0 replies; 5+ messages in thread
From: Roger Quadros @ 2020-09-25  7:50 UTC (permalink / raw)
  To: meta-ti; +Cc: denys, nsekhar, dmurphy

Hi,

Please ignore this series. I will resend the required patch.

cheers,
-roger

On 24/09/2020 16:44, Roger Quadros wrote:
> For SR1.0 we use a different overlay for IDK card.
> 
> Signed-off-by: Roger Quadros <rogerq@ti.com>
> ---
>   conf/machine/am65xx-evm.conf    | 1 +
>   conf/machine/am65xx-hs-evm.conf | 1 +
>   2 files changed, 2 insertions(+)
> 
> diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
> index e5766f18..0007377c 100644
> --- a/conf/machine/am65xx-evm.conf
> +++ b/conf/machine/am65xx-evm.conf
> @@ -16,6 +16,7 @@ KERNEL_DEVICETREE = " \
>       ti/k3-am654-base-board-sr1.dtb \
>       ti/k3-am654-gp.dtbo \
>       ti/k3-am654-idk.dtbo \
> +    ti/k3-am654-idk-sr1.dtbo \
>       ti/k3-am654-evm-hdmi.dtbo \
>       ti/k3-am654-evm-oldi-lcd1evm.dtbo \
>       ti/k3-am654-evm-tc358876.dtbo \
> diff --git a/conf/machine/am65xx-hs-evm.conf b/conf/machine/am65xx-hs-evm.conf
> index 6d20a0de..702ba308 100644
> --- a/conf/machine/am65xx-hs-evm.conf
> +++ b/conf/machine/am65xx-hs-evm.conf
> @@ -12,6 +12,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
>   KERNEL_DEVICETREE = " \
>       ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo \
>       ti/k3-am654-evm-hdmi.dtbo ti/k3-am654-idk.dtbo \
> +    ti/k3-am654-idk-sr1.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 \
>       ti/k3-am654-base-board-jailhouse.dtbo \
> 

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

end of thread, other threads:[~2020-09-25  7:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-24 13:44 [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo Roger Quadros
2020-09-24 13:44 ` [meti-ti][dunfell][PATCH] prueth-fw-am65x-sr2: update AM65 SR2.0 PRU ethernet firmware Roger Quadros
2020-09-25  7:49   ` Roger Quadros
2020-09-24 22:41 ` [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo Denys Dmytriyenko
2020-09-25  7:50 ` Roger Quadros

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.