All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master 0/2] Remove Jailhouse support
@ 2021-06-16 13:20 Nikhil Devshatwar
  2021-06-16 13:20 ` [dunfell/master 1/2] recipes-tisdk: tisdk-makefile: Remove Jailhouse snippet Nikhil Devshatwar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nikhil Devshatwar @ 2021-06-16 13:20 UTC (permalink / raw)
  To: praneeth, denis, yogeshs; +Cc: meta-arago

This series removes the Jailhouse and corresponding recipes from
meta-arago

Nikhil Devshatwar (2):
  recipes-tisdk: tisdk-makefile: Remove Jailhouse snippet
  conf: arago: Remove jailhouse references

 meta-arago-distro/conf/distro/arago.conf      |  3 --
 .../conf/distro/include/arago-source-ipk.inc  |  7 ---
 .../ti-tisdk-makefile/Makefile_jailhouse      | 44 -------------------
 3 files changed, 54 deletions(-)
 delete mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_jailhouse

-- 
2.17.1



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

* [dunfell/master 1/2] recipes-tisdk: tisdk-makefile: Remove Jailhouse snippet
  2021-06-16 13:20 [dunfell/master 0/2] Remove Jailhouse support Nikhil Devshatwar
@ 2021-06-16 13:20 ` Nikhil Devshatwar
  2021-06-16 13:20 ` [dunfell/master 2/2] conf: arago: Remove jailhouse references Nikhil Devshatwar
  2021-06-22  8:41 ` [dunfell/master 0/2] Remove Jailhouse support Nikhil Devshatwar
  2 siblings, 0 replies; 4+ messages in thread
From: Nikhil Devshatwar @ 2021-06-16 13:20 UTC (permalink / raw)
  To: praneeth, denis, yogeshs; +Cc: meta-arago

Jailhouse support is dropped for K3 platforms. This will not be
packaged in the SDK any more. Drop the Makefile snippet for Jailhouse.

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---
 .../ti-tisdk-makefile/Makefile_jailhouse      | 44 -------------------
 1 file changed, 44 deletions(-)
 delete mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_jailhouse

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_jailhouse b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_jailhouse
deleted file mode 100644
index 8e70fd9d..00000000
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_jailhouse
+++ /dev/null
@@ -1,44 +0,0 @@
-# jailhouse module
-JH_ARCH = "__KERNEL_ARCH__"
-JH_PLATFORM = "__JH_PLATFORM__"
-
-jailhouse_config:
-	@echo =====================================
-	@echo      Configuring jailhouse
-	@echo =====================================
-	@cd board-support/extra-drivers; \
-	cd `find . -maxdepth 1 -name "jailhouse*" -type d`; \
-	echo "#define CONFIG_TRACE_ERROR    1" >> include/jailhouse/config.h
-
-jailhouse: linux jailhouse_config
-	@echo =====================================
-	@echo      Building jailhouse
-	@echo =====================================
-	@cd board-support/extra-drivers; \
-	cd `find . -maxdepth 1 -name "jailhouse*" -type d`; \
-	make ARCH=$(JH_ARCH) KDIR=${LINUXKERNEL_INSTALL_DIR}
-
-jailhouse_clean:
-	@echo =====================================
-	@echo      Cleaning jailhouse
-	@echo =====================================
-	@cd board-support/extra-drivers; \
-	cd `find . -maxdepth 1 -name "jailhouse*" -type d`; \
-	make ARCH=$(JH_ARCH) KDIR=${LINUXKERNEL_INSTALL_DIR} clean
-
-jailhouse_distclean: jailhouse_clean
-	@echo =====================================
-	@echo      Distclean jailhouse
-	@echo =====================================
-	@cd board-support/extra-drivers; \
-	cd `find . -maxdepth 1 -name "jailhouse*" -type d`; \
-	rm -vf ./hypervisor/include/jailhouse/config.h
-
-jailhouse_install:
-	@echo ================================
-	@echo      Installing jailhouse
-	@echo ================================
-	@cd board-support/extra-drivers; \
-	cd `find . -maxdepth 1 -name "jailhouse*" -type d`; \
-	make ARCH=$(JH_ARCH) KDIR=${LINUXKERNEL_INSTALL_DIR} DESTDIR=$(DESTDIR) INSTALL_MOD_STRIP=$(INSTALL_MOD_STRIP) prefix=/usr install
-
-- 
2.17.1



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

* [dunfell/master 2/2] conf: arago: Remove jailhouse references
  2021-06-16 13:20 [dunfell/master 0/2] Remove Jailhouse support Nikhil Devshatwar
  2021-06-16 13:20 ` [dunfell/master 1/2] recipes-tisdk: tisdk-makefile: Remove Jailhouse snippet Nikhil Devshatwar
@ 2021-06-16 13:20 ` Nikhil Devshatwar
  2021-06-22  8:41 ` [dunfell/master 0/2] Remove Jailhouse support Nikhil Devshatwar
  2 siblings, 0 replies; 4+ messages in thread
From: Nikhil Devshatwar @ 2021-06-16 13:20 UTC (permalink / raw)
  To: praneeth, denis, yogeshs; +Cc: meta-arago

Jailhouse support for K3 platforms is dropped. Remove the
refences to Jailhouse and IVSHMEM in the arago conf files.

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf                   | 3 ---
 meta-arago-distro/conf/distro/include/arago-source-ipk.inc | 7 -------
 2 files changed, 10 deletions(-)

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 206e65ef..508b636d 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -158,9 +158,6 @@ PACKAGECONFIG_append_pn-openssl = " cryptodev-linux"
 PACKAGECONFIG_remove_pn-alsa-plugins = "pulseaudio"
 RDEPENDS_pulseaudio-server_remove = "alsa-plugins-pulseaudio-conf"
 
-# Configure RAMFS for jailhouse linux-demo
-JH_RAMFS_IMAGE = "tisdk-tiny-image"
-
 # Enable UI and scripting for perf
 PERF_FEATURES_ENABLE ?= "perf-scripting perf-tui"
 
diff --git a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
index 232cd4c3..d4122339 100644
--- a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
+++ b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
@@ -373,10 +373,6 @@ SRCIPK_INSTALL_DIR_pn-hplib-mod ?= "board-support/extra-drivers/${PN}-${PV}"
 CREATE_SRCIPK_pn-uio-module-drv ?= "1"
 SRCIPK_INSTALL_DIR_pn-uio-module-drv ?= "board-support/extra-drivers/${PN}-${PV}"
 
-CREATE_SRCIPK_pn-ivshmem-uio-driver ?= "1"
-SRCIPK_INSTALL_DIR_pn-ivshmem-uio-driver ?= "board-support/extra-drivers/${PN}-${PV}"
-SRCIPK_PRESERVE_GIT_pn-ivshmem-uio-driver ?= "true"
-
 CREATE_SRCIPK_pn-ipsecmgr-mod ?= "1"
 SRCIPK_INSTALL_DIR_pn-ipsecmgr-mod ?= "board-support/extra-drivers/${PN}-${PV}"
 
@@ -397,6 +393,3 @@ SRCIPK_INSTALL_DIR_pn-vlib-c66x ?= "component-sources/vlib_c66x_${PV}"
 
 CREATE_SRCIPK_pn-big-data-ipc-demo-linux ?= "1"
 SRCIPK_INSTALL_DIR_pn-big-data-ipc-demo-linux ?= "example-applications/${PN}-${PV}"
-
-CREATE_SRCIPK_pn-jailhouse ?= "1"
-SRCIPK_INSTALL_DIR_pn-jailhouse ?= "board-support/extra-drivers/${PN}-${PV}"
-- 
2.17.1



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

* Re: [dunfell/master 0/2] Remove Jailhouse support
  2021-06-16 13:20 [dunfell/master 0/2] Remove Jailhouse support Nikhil Devshatwar
  2021-06-16 13:20 ` [dunfell/master 1/2] recipes-tisdk: tisdk-makefile: Remove Jailhouse snippet Nikhil Devshatwar
  2021-06-16 13:20 ` [dunfell/master 2/2] conf: arago: Remove jailhouse references Nikhil Devshatwar
@ 2021-06-22  8:41 ` Nikhil Devshatwar
  2 siblings, 0 replies; 4+ messages in thread
From: Nikhil Devshatwar @ 2021-06-22  8:41 UTC (permalink / raw)
  To: praneeth, denis, yogeshs; +Cc: meta-arago

On 18:50-20210616, Nikhil Devshatwar wrote:
> This series removes the Jailhouse and corresponding recipes from
> meta-arago
> 
> Nikhil Devshatwar (2):
>   recipes-tisdk: tisdk-makefile: Remove Jailhouse snippet
>   conf: arago: Remove jailhouse references
> 

ping on this and other series for meta-ti as well

Regards,
Nikhil D

>  meta-arago-distro/conf/distro/arago.conf      |  3 --
>  .../conf/distro/include/arago-source-ipk.inc  |  7 ---
>  .../ti-tisdk-makefile/Makefile_jailhouse      | 44 -------------------
>  3 files changed, 54 deletions(-)
>  delete mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_jailhouse
> 
> -- 
> 2.17.1
> 


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

end of thread, other threads:[~2021-06-22  8:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16 13:20 [dunfell/master 0/2] Remove Jailhouse support Nikhil Devshatwar
2021-06-16 13:20 ` [dunfell/master 1/2] recipes-tisdk: tisdk-makefile: Remove Jailhouse snippet Nikhil Devshatwar
2021-06-16 13:20 ` [dunfell/master 2/2] conf: arago: Remove jailhouse references Nikhil Devshatwar
2021-06-22  8:41 ` [dunfell/master 0/2] Remove Jailhouse support Nikhil Devshatwar

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.