The 1.6.1 version of morello musl is available with
new features:
- Rebased the morello patches on musl 1.2.4.
- Support morello specific enhanced capability formatting.
- Changed compartment API and update example.
- Documented toolchain building in build-morello-clang.rst.
- Enabled libcxx testing in tools/build-morello.sh.
bug fixes:
- Dynamic linker now makes read-only symbols read-only.
- Fixed auxv capabilities leaking on the stack.
- Fixed BSS handling in the dynamic linker.
- Fixed dl_iterate_phdr to set dlpi_phnum correctly.
- Fixed broken timer_{gettime,settime,getoverrun}.
- Fixed various issues in tools/build-morello.sh.
the source and development is at
https://git.morello-project.org/morello/musl-libc
Hi All,
I am glad to inform you on the availability of a new version of our SDK and
base rootfs images for Morello (1.6.1). After months of hard work we are happy
to share with you what we put together.
Honoring our motto "Let Linux developers focus on the porting of their own
application", we feel that this is another steps in the right direction.
[Morello SDK]
In less than 10 minutes you should be able to setup a docker container with
everything you need to build an application for Morello.
- Documentation: https://sdk.morello-project.org/
- Code repository: https://git.morello-project.org/morello/morello-sdk
New in 1.6.1:
- Dynamic linking support for llvm/musl.
- Experimental C++ support for llvm/musl.
- Initial version of GCC/GLibC (with static linking).
If you want to try a demo of the SDK that runs on a Morello FVP (for more
information on what is an FVP: www.morello-project.org) please have a look below:
[Morello Linux]
In less than 10 minutes you should be able to setup a docker container with
everything you need to build and boot into a Morello Debian environment.
- Documentation: https://linux.morello-project.org/
- Code repository: https://git.morello-project.org/morello/morello-linux
Note: The documentation covers the instructions for Linux but if you know what
you are doing and are familiar with docker no one stops you from running our
solution on Windows or Mac.
New in 1.6.1:
- New kernel based on Linux 6.4.
- Graphic environment support with 3D acceleration (compat mode only).
- Shared folders support on FVP to simplify development.
Note: This release does not include a new version of the Android environment.
Further Android releases are now deprecated. Ongoing releases will focus on
the Morello Linux Environment.
Are we done with it?
No, by any mean. This is just the beginning and we need your help and
collaboration to make sure that we improve our solution to meet developers
needs: your needs!
So why don't you try it and let us know your thoughts?
Thanks and Regards,
Vincenzo
Hi,
The 1.6.1 release of LLVM with Morello support is now available. This release only has Linux binaries.
The release includes the following changes:
- Enabled further optimizations for pointer difference idioms.
- Enabled loop optimizations for the CHERI address get and address set operations. This improves code generation for the corresponding builtins and additionally code generation for intptr_t arithmetic in purecap.
- Improved driver support for integration with GNU tools and libraries.
- As usual the release includes various bug fixes.
The source code is available at https://git.morello-project.org/morello/llvm-project/-/tree/morello/release….
Prebuilt binaries can be found at https://git.morello-project.org/morello/llvm-project-releases.
Thanks,
Silviu
For some reason nobranch was removed in the past despite
overall agreement that this is the way and now when
the kernel has been rebased to 6.4 the fetch is failing
again.
Go back to `nobranch + commit ref` and stick with it.
Switch to morello-last-6.1 tag while at it.
Signed-off-by: Pawel Zalewski <pzalewski(a)thegoodpenguin.co.uk>
---
meta-morello/recipes-kernel/linux/linux-morello.inc | 2 +-
.../recipes-kernel/linux/linux-morello_morello-1.6.bb | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-morello/recipes-kernel/linux/linux-morello.inc b/meta-morello/recipes-kernel/linux/linux-morello.inc
index 4442cf4..1822096 100644
--- a/meta-morello/recipes-kernel/linux/linux-morello.inc
+++ b/meta-morello/recipes-kernel/linux/linux-morello.inc
@@ -17,7 +17,7 @@ DEPENDS:remove:toolchain-llvm-morello = "virtual/musl-morello"
RDEPENDS:${PN}:remove:toolchain-llvm-morello = " musl"
SRC_URI = " \
- git://git.morello-project.org/morello/kernel/linux;protocol=https;branch=${… \
+ git://git.morello-project.org/morello/kernel/linux;protocol=https;nobranch=1 \
"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta-morello/recipes-kernel/linux/linux-morello_morello-1.6.bb b/meta-morello/recipes-kernel/linux/linux-morello_morello-1.6.bb
index a514274..09c89c4 100644
--- a/meta-morello/recipes-kernel/linux/linux-morello_morello-1.6.bb
+++ b/meta-morello/recipes-kernel/linux/linux-morello_morello-1.6.bb
@@ -2,10 +2,10 @@ require linux-morello.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
-SRCREV = "c4b74f2e4712d38f2ea9d5b924f52e38c6faa446"
-SRCBRANCH = "morello/master"
+SRCREV = "666422c8579d7fd0e8e301ec16b4a2dce2ba8ec1"
LINUX_VERSION = "6.1"
LINUX_VERSION_EXTENSION= "-yocto-purecap"
COMPATIBLE_MACHINE = "morello"
+
--
2.34.1