All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH 1/2] machines: Adjust for new location of tune files in core
@ 2021-08-18 18:16 Khem Raj
  2021-08-18 18:16 ` [meta-rockchip][PATCH 2/2] linux-yocto_5.4: Drop bbappend Khem Raj
  2021-08-19 14:15 ` [meta-rockchip][PATCH 1/2] machines: Adjust for new location of tune files in core Trevor Woerner
  0 siblings, 2 replies; 4+ messages in thread
From: Khem Raj @ 2021-08-18 18:16 UTC (permalink / raw)
  To: yocto; +Cc: twoerner, Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 conf/machine/include/rk3066.inc | 2 +-
 conf/machine/include/rk3188.inc | 2 +-
 conf/machine/include/rk3288.inc | 2 +-
 conf/machine/include/rk3328.inc | 2 +-
 conf/machine/include/rk3399.inc | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/conf/machine/include/rk3066.inc b/conf/machine/include/rk3066.inc
index 5cc1024..4e94982 100644
--- a/conf/machine/include/rk3066.inc
+++ b/conf/machine/include/rk3066.inc
@@ -3,7 +3,7 @@
 
 SOC_FAMILY = "rk3066"
 
-require conf/machine/include/tune-cortexa9.inc
+require conf/machine/include/arm/armv7a/tune-cortexa9.inc
 require conf/machine/include/soc-family.inc
 require conf/machine/include/rockchip-defaults.inc
 
diff --git a/conf/machine/include/rk3188.inc b/conf/machine/include/rk3188.inc
index 6f3da93..cc6cd3f 100644
--- a/conf/machine/include/rk3188.inc
+++ b/conf/machine/include/rk3188.inc
@@ -3,7 +3,7 @@
 
 SOC_FAMILY  = "rk3188"
 
-require conf/machine/include/tune-cortexa9.inc
+require conf/machine/include/arm/armv7a/tune-cortexa9.inc
 require conf/machine/include/soc-family.inc
 require conf/machine/include/rockchip-defaults.inc
 
diff --git a/conf/machine/include/rk3288.inc b/conf/machine/include/rk3288.inc
index 017f9d7..5b84e94 100644
--- a/conf/machine/include/rk3288.inc
+++ b/conf/machine/include/rk3288.inc
@@ -3,7 +3,7 @@
 
 SOC_FAMILY = "rk3288"
 
-require conf/machine/include/tune-cortexa17.inc
+require conf/machine/include/arm/armv7a/tune-cortexa17.inc
 require conf/machine/include/soc-family.inc
 require conf/machine/include/rockchip-defaults.inc
 
diff --git a/conf/machine/include/rk3328.inc b/conf/machine/include/rk3328.inc
index 70189f1..0f3a730 100644
--- a/conf/machine/include/rk3328.inc
+++ b/conf/machine/include/rk3328.inc
@@ -6,7 +6,7 @@ SOC_FAMILY = "rk3328"
 DEFAULTTUNE ?= "cortexa53-crypto"
 
 require conf/machine/include/soc-family.inc
-require conf/machine/include/tune-cortexa53.inc
+require conf/machine/include/arm/armv8a/tune-cortexa53.inc
 require conf/machine/include/rockchip-defaults.inc
 require conf/machine/include/rockchip-wic.inc
 
diff --git a/conf/machine/include/rk3399.inc b/conf/machine/include/rk3399.inc
index 4149092..09c87c0 100644
--- a/conf/machine/include/rk3399.inc
+++ b/conf/machine/include/rk3399.inc
@@ -6,7 +6,7 @@ SOC_FAMILY = "rk3399"
 DEFAULTTUNE ?= "cortexa72-cortexa53-crypto"
 
 require conf/machine/include/soc-family.inc
-require conf/machine/include/tune-cortexa72-cortexa53.inc
+require conf/machine/include/arm/armv8a/tune-cortexa72-cortexa53.inc
 require conf/machine/include/rockchip-defaults.inc
 require conf/machine/include/rockchip-wic.inc
 
-- 
2.33.0


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

* [meta-rockchip][PATCH 2/2] linux-yocto_5.4: Drop bbappend
  2021-08-18 18:16 [meta-rockchip][PATCH 1/2] machines: Adjust for new location of tune files in core Khem Raj
@ 2021-08-18 18:16 ` Khem Raj
  2021-08-19 14:16   ` Trevor Woerner
  2021-08-19 14:15 ` [meta-rockchip][PATCH 1/2] machines: Adjust for new location of tune files in core Trevor Woerner
  1 sibling, 1 reply; 4+ messages in thread
From: Khem Raj @ 2021-08-18 18:16 UTC (permalink / raw)
  To: yocto; +Cc: twoerner, Khem Raj

5.4 recipe has been dropped from oe-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 ...-Keep-rk3288-tinker-SD-card-IO-power.patch | 31 -------------------
 recipes-kernel/linux/linux-yocto_5.4.bbappend |  5 ---
 2 files changed, 36 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux-yocto/0001-ARM-dts-rockchip-Keep-rk3288-tinker-SD-card-IO-power.patch
 delete mode 100644 recipes-kernel/linux/linux-yocto_5.4.bbappend

diff --git a/recipes-kernel/linux/linux-yocto/0001-ARM-dts-rockchip-Keep-rk3288-tinker-SD-card-IO-power.patch b/recipes-kernel/linux/linux-yocto/0001-ARM-dts-rockchip-Keep-rk3288-tinker-SD-card-IO-power.patch
deleted file mode 100644
index 751f1ad..0000000
--- a/recipes-kernel/linux/linux-yocto/0001-ARM-dts-rockchip-Keep-rk3288-tinker-SD-card-IO-power.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 04ab2a1f052f363985b373f07ea71840918378d2 Mon Sep 17 00:00:00 2001
-From: Joshua Watt <JPEWhacker@gmail.com>
-Date: Wed, 19 Feb 2020 13:10:32 -0600
-Subject: [PATCH] ARM: dts: rockchip: Keep rk3288-tinker SD card IO powered
- during reboot
-
-IO voltage regulator for the SD card must be kept on all the time,
-otherwise when the board reboots the SD card can't be read by the
-bootloader.
-
-Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
-Upstream-Status: Accepted in 5.7
----
- arch/arm/boot/dts/rk3288-tinker.dtsi | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/arch/arm/boot/dts/rk3288-tinker.dtsi b/arch/arm/boot/dts/rk3288-tinker.dtsi
-index 312582c1bd37..acfaa12ec239 100644
---- a/arch/arm/boot/dts/rk3288-tinker.dtsi
-+++ b/arch/arm/boot/dts/rk3288-tinker.dtsi
-@@ -276,6 +276,7 @@
- 			};
- 
- 			vccio_sd: LDO_REG5 {
-+				regulator-always-on;
- 				regulator-boot-on;
- 				regulator-min-microvolt = <1800000>;
- 				regulator-max-microvolt = <3300000>;
--- 
-2.17.1
-
diff --git a/recipes-kernel/linux/linux-yocto_5.4.bbappend b/recipes-kernel/linux/linux-yocto_5.4.bbappend
deleted file mode 100644
index 31f118e..0000000
--- a/recipes-kernel/linux/linux-yocto_5.4.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
-
-# tinker-board and tinker-board-s. rk3288 covers both
-SRC_URI:append:rk3288 = " file://0001-ARM-dts-rockchip-Keep-rk3288-tinker-SD-card-IO-power.patch"
-
-- 
2.33.0


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

* Re: [meta-rockchip][PATCH 1/2] machines: Adjust for new location of tune files in core
  2021-08-18 18:16 [meta-rockchip][PATCH 1/2] machines: Adjust for new location of tune files in core Khem Raj
  2021-08-18 18:16 ` [meta-rockchip][PATCH 2/2] linux-yocto_5.4: Drop bbappend Khem Raj
@ 2021-08-19 14:15 ` Trevor Woerner
  1 sibling, 0 replies; 4+ messages in thread
From: Trevor Woerner @ 2021-08-19 14:15 UTC (permalink / raw)
  To: Khem Raj; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

On Wed, Aug 18, 2021 at 2:16 PM Khem Raj <raj.khem@gmail.com> wrote:

> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  conf/machine/include/rk3066.inc | 2 +-
>  conf/machine/include/rk3188.inc | 2 +-
>  conf/machine/include/rk3288.inc | 2 +-
>  conf/machine/include/rk3328.inc | 2 +-
>  conf/machine/include/rk3399.inc | 2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)


added to meta-rockchip master
thanks!

[-- Attachment #2: Type: text/html, Size: 803 bytes --]

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

* Re: [meta-rockchip][PATCH 2/2] linux-yocto_5.4: Drop bbappend
  2021-08-18 18:16 ` [meta-rockchip][PATCH 2/2] linux-yocto_5.4: Drop bbappend Khem Raj
@ 2021-08-19 14:16   ` Trevor Woerner
  0 siblings, 0 replies; 4+ messages in thread
From: Trevor Woerner @ 2021-08-19 14:16 UTC (permalink / raw)
  To: Khem Raj; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 581 bytes --]

On Wed, Aug 18, 2021 at 2:16 PM Khem Raj <raj.khem@gmail.com> wrote:

> 5.4 recipe has been dropped from oe-core
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  ...-Keep-rk3288-tinker-SD-card-IO-power.patch | 31 -------------------
>  recipes-kernel/linux/linux-yocto_5.4.bbappend |  5 ---
>  2 files changed, 36 deletions(-)
>  delete mode 100644
> recipes-kernel/linux/linux-yocto/0001-ARM-dts-rockchip-Keep-rk3288-tinker-SD-card-IO-power.patch
>  delete mode 100644 recipes-kernel/linux/linux-yocto_5.4.bbappend


added to meta-rockchip master
thanks!

[-- Attachment #2: Type: text/html, Size: 945 bytes --]

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

end of thread, other threads:[~2021-08-19 14:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18 18:16 [meta-rockchip][PATCH 1/2] machines: Adjust for new location of tune files in core Khem Raj
2021-08-18 18:16 ` [meta-rockchip][PATCH 2/2] linux-yocto_5.4: Drop bbappend Khem Raj
2021-08-19 14:16   ` Trevor Woerner
2021-08-19 14:15 ` [meta-rockchip][PATCH 1/2] machines: Adjust for new location of tune files in core Trevor Woerner

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.