Branch: refs/heads/master Home: https://github.com/OpenAMP/meta-openamp Commit: 12f8119086e4e0f6bad95cb2d1749359f18eeba8 https://github.com/OpenAMP/meta-openamp/commit/12f8119086e4e0f6bad95cb2d1749... Author: Bill Mills bill.mills@linaro.org Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths: M recipes-kernel/linux/openamp-kmeta/cfg/openamp.cfg M recipes-kernel/linux/openamp-kmeta/cfg/remoteproc-arm64.cfg M recipes-kernel/linux/openamp-kmeta/cfg/remoteproc-armv7a.cfg
Log Message: ----------- linux: move UIO enable to BSP specific config file.
UIO is a controversial feature. We should not enable it in the openamp.cfg which is used by every kernel and every machine (when openamp is in DISTRO_FEATURES).
Instead move it to remoteproc-*.cfg as that is only included by specific machines (and also only when enabled via openamp DISTRO_FEATURE).
The old config was not doing any good anyway as the base level UIO was not enabled. We fix this here also.
Signed-off-by: Bill Mills bill.mills@linaro.org
Commit: 201434ab78dfe412ec421cb8018175cc5cf5ad5a https://github.com/OpenAMP/meta-openamp/commit/201434ab78dfe412ec421cb801817... Author: Bill Mills bill.mills@linaro.org Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths: M recipes-kernel/linux/openamp-kmeta/cfg/openamp.cfg
Log Message: ----------- linux: Enable name service in general openamp config fragment
The name service is a default part of rpmsg and should be enabled by default.
Signed-off-by: Bill Mills bill.mills@linaro.org
Commit: be449fd50a75dba4c6c6b0ec31d3a57530ed7166 https://github.com/OpenAMP/meta-openamp/commit/be449fd50a75dba4c6c6b0ec31d3a... Author: Bill Mills bill.mills@linaro.org Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths: M recipes-kernel/linux/openamp-kmeta/cfg/openamp.cfg
Log Message: ----------- linux: openamp.cfg fixup header comment
Actually say what this file is for.
Signed-off-by: Bill Mills bill.mills@linaro.org
Commit: 1311bae0716635e696d5d9c710aaf8a302bff819 https://github.com/OpenAMP/meta-openamp/commit/1311bae0716635e696d5d9c710aaf... Author: Bill Mills bill.mills@linaro.org Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths: M recipes-kernel/linux/openamp-kmeta/cfg/remoteproc-arm64.cfg
Log Message: ----------- linux: remoteproc-arm64.cfg, use the correct name for Xilinx R5 driver
The CONFIG_ name was changed on its way upstream. Use the name that made it upstream.
Signed-off-by: Bill Mills bill.mills@linaro.org
Commit: ff36c22e0c5b276990f00995fbe6547e56e60fab https://github.com/OpenAMP/meta-openamp/commit/ff36c22e0c5b276990f00995fbe65... Author: Bill Mills bill.mills@linaro.org Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths: M recipes-kernel/linux/openamp-kmeta/cfg/remoteproc-arm64.cfg M recipes-kernel/linux/openamp-kmeta/cfg/remoteproc-armv7a.cfg
Log Message: ----------- linux: remoteproc-*.cfg, don't be redundant with openamp.cfg
Adding configs in both places just adds confusion. Only add things not already in openamp.cfg
Signed-off-by: Bill Mills bill.mills@linaro.org
Commit: 41be2570b7a0b5b00248987bbab37571e1585096 https://github.com/OpenAMP/meta-openamp/commit/41be2570b7a0b5b00248987bbab37... Author: Bill Mills bill.mills@linaro.org Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths: M recipes-kernel/linux/openamp-kmeta/cfg/all-arm64-platforms.cfg M recipes-kernel/linux/openamp-kmeta/cfg/remoteproc-arm64.cfg
Log Message: ----------- linux: move qcom SMEM to the file we are keeping
Since we are getting rid of BSP level files, move this define to the file we are keeping as it is part of the remoteproc enablement for Qualcomm platforms.
Signed-off-by: Bill Mills bill.mills@linaro.org
Commit: 627fdae45f4784464c90890128f8e50ab5f1a67a https://github.com/OpenAMP/meta-openamp/commit/627fdae45f4784464c90890128f8e... Author: Bill Mills bill.mills@linaro.org Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths: R recipes-kernel/linux/openamp-kmeta/cfg/all-arm64-platforms.cfg R recipes-kernel/linux/openamp-kmeta/cfg/armv7a-feature-parity.cfg R recipes-kernel/linux/openamp-kmeta/cfg/basic.cfg M recipes-kernel/linux/openamp-kmeta/cfg/remoteproc-generic-arm64.scc M recipes-kernel/linux/openamp-kmeta/cfg/remoteproc-generic-armv7a.scc
Log Message: ----------- linux: remove BSP level kconfig fragments
These were added when we were using qemu targets as stand-ins for generic* targets. Now that we have genericarm64 and we also have meta-openamp-bsp for testing, we don't need these.
Any BSP level configs should be at the BSP layer not in meta-openamp.
Signed-off-by: Bill Mills bill.mills@linaro.org
Commit: fd1fc520e4e918f0ac33fe7dcb98b6c6815ad326 https://github.com/OpenAMP/meta-openamp/commit/fd1fc520e4e918f0ac33fe7dcb98b... Author: Bill Mills bill.mills@linaro.org Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths: M recipes-kernel/linux/openamp-kmeta/cfg/remoteproc-arm64.cfg
Log Message: ----------- linux: CONFIG_RPMSG_QCOM_SMD=y to reduce warnings
When using genericarm64 with linux-yocto we get warnings when this is set to =m so switch to =y
Signed-off-by: Bill Mills bill.mills@linaro.org
Commit: bd29711e0b80473f0526e9adc15189b31e0cf9e9 https://github.com/OpenAMP/meta-openamp/commit/bd29711e0b80473f0526e9adc1518... Author: Bill Mills bill.mills@linaro.org Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths: M recipes-kernel/linux/openamp-kmeta/cfg/remoteproc-arm64.cfg M recipes-kernel/linux/openamp-kmeta/cfg/remoteproc-armv7a.cfg
Log Message: ----------- linux: add rpmsg sample to the remoteproc-* mix-in
Enable the rpmsg sample for all machines that opt into the remoteproc mix-in.
Signed-off-by: Bill Mills bill.mills@linaro.org
Compare: https://github.com/OpenAMP/meta-openamp/compare/fdc4fa98825a...bd29711e0b80
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/meta-openamp/settings/notifications