diff --git a/README.md b/README.md index 9108e29307f3dad81eb8f250c67150558ccbaf5b..d16cc3eca1f451ad00a1d8796d50f48bec03835f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,26 @@ You can choose a code repository for development according to your own preferenc Following is the project progress log (time in reverse order). +- 2022-03-16 Status update + + - Sync aosp-riscv to RVI upstream: + - [squash and remove duplicated codes](https://github.com/riscv-android-src/platform-bionic/pull/17) + - [minor bugfixes in fenv](https://github.com/riscv-android-src/platform-bionic/pull/18) + - Sync aosp-riscv from RVI upstream: + - [riscv64: fix fenv handling](https://github.com/aosp-riscv/platform_bionic/pull/5) + - aosp-riscv development and bugfix: + - [libm/riscv64: minor bugfixes in fenv](https://github.com/aosp-riscv/platform_bionic/pull/7) + - [add argument check for fesetround()](https://gitee.com/aosp-riscv/platform_bionic/pulls/18) + - [fixed doc link issue](https://gitee.com/aosp-riscv/test-riscv/pulls/13) + - [fixed issue when run bionic host test](https://gitee.com/aosp-riscv/test-riscv/pulls/14) + - [PR for Feature "setup golang develop/debug env for soong"](https://gitee.com/aosp-riscv/working-group/pulls/17) + - [[RISCV] Pass -mno-relax to assembler when -fno-integrated-as specified](https://reviews.llvm.org/D120639) + - [[RISCV] Generate correct ELF EFlags when .ll file has target-abi attribute](https://reviews.llvm.org/D121183) + - Technical articles related: + - [20220226-case-prebuilt-elf-files.md](https://github.com/aosp-riscv/working-group/pull/38) + - [add doc to introduce how to add entry in lunch](https://gitee.com/aosp-riscv/working-group/pulls/20) + - [add code version for doc](https://gitee.com/aosp-riscv/working-group/pulls/19) + - 2022-03-03 Status update - Sync aosp-riscv to RVI upstream: @@ -79,7 +99,7 @@ Following is the project progress log (time in reverse order). - [updated article: platform-version](https://gitee.com/aosp-riscv/working-group/pulls/11) - [add how to build clang for aosp](https://gitee.com/aosp-riscv/working-group/pulls/12) - RVI aosp 12 upstream work: - - [RISC-V Android 12 Source code repo in github, Jan/17/2022](https://lists.riscv.org/g/sig-android/message/32), + - [RISC-V Android 12 Source code repo in github, Jan/17/2022](https://lists.riscv.org/g/sig-android/message/32), - [removed old seccomp txt files](https://github.com/riscv-android-src/platform-bionic/pull/3) - [bugfix: enable rela ifunc resolver for riscv64](https://github.com/riscv-android-src/platform-bionic/pull/4) - [format code style](https://github.com/riscv-android-src/platform-bionic/pull/6) @@ -122,7 +142,7 @@ Following is the project progress log (time in reverse order). - - - - - Added test repo: + - Added test repo: - - 2021-11-30 For AOSP 12 ported to RV64, the implementation of `mmm bionic/libc/ --skip-soong-tests` was successfully built, we now have libc/libm/libdl. The relevant changes have been submitted to the repositories. The details are as follows (here, some PRs are created on gitee, all commits are pushed both on github & gitee): diff --git a/README_zh.md b/README_zh.md index 222709def3ee442b31cfbc2756a08b80b2c2e3e5..132dee200892248df8bacb9ed93e75f0145d2001 100644 --- a/README_zh.md +++ b/README_zh.md @@ -18,6 +18,26 @@ AOSP-RISCV 的代码开源,欢迎大家参与贡献。所有仓库在 Github 以下为项目进展日志(时间为倒序)。 +- 2022-03-16 状态更新 + + - Sync aosp-riscv to RVI upstream: + - [squash and remove duplicated codes](https://github.com/riscv-android-src/platform-bionic/pull/17) + - [minor bugfixes in fenv](https://github.com/riscv-android-src/platform-bionic/pull/18) + - Sync aosp-riscv from RVI upstream: + - [riscv64: fix fenv handling](https://github.com/aosp-riscv/platform_bionic/pull/5) + - aosp-riscv development and bugfix: + - [libm/riscv64: minor bugfixes in fenv](https://github.com/aosp-riscv/platform_bionic/pull/7) + - [add argument check for fesetround()](https://gitee.com/aosp-riscv/platform_bionic/pulls/18) + - [fixed doc link issue](https://gitee.com/aosp-riscv/test-riscv/pulls/13) + - [fixed issue when run bionic host test](https://gitee.com/aosp-riscv/test-riscv/pulls/14) + - [PR for Feature "setup golang develop/debug env for soong"](https://gitee.com/aosp-riscv/working-group/pulls/17) + - [[RISCV] Pass -mno-relax to assembler when -fno-integrated-as specified](https://reviews.llvm.org/D120639) + - [[RISCV] Generate correct ELF EFlags when .ll file has target-abi attribute](https://reviews.llvm.org/D121183) + - Technical articles related: + - [20220226-case-prebuilt-elf-files.md](https://github.com/aosp-riscv/working-group/pull/38) + - [add doc to introduce how to add entry in lunch](https://gitee.com/aosp-riscv/working-group/pulls/20) + - [add code version for doc](https://gitee.com/aosp-riscv/working-group/pulls/19) + - 2022-03-03 状态更新 - Sync aosp-riscv to RVI upstream: @@ -79,7 +99,7 @@ AOSP-RISCV 的代码开源,欢迎大家参与贡献。所有仓库在 Github - [updated article: platform-version](https://gitee.com/aosp-riscv/working-group/pulls/11) - [add how to build clang for aosp](https://gitee.com/aosp-riscv/working-group/pulls/12) - RVI aosp 12 上游提交工作 - - [RVI Android SIG 发布 AOSP 12 源码仓库, Jan/17/2022](https://lists.riscv.org/g/sig-android/message/32), + - [RVI Android SIG 发布 AOSP 12 源码仓库, Jan/17/2022](https://lists.riscv.org/g/sig-android/message/32), - [removed old seccomp txt files](https://github.com/riscv-android-src/platform-bionic/pull/3) - [bugfix: enable rela ifunc resolver for riscv64](https://github.com/riscv-android-src/platform-bionic/pull/4) - [format code style](https://github.com/riscv-android-src/platform-bionic/pull/6) @@ -122,7 +142,7 @@ AOSP-RISCV 的代码开源,欢迎大家参与贡献。所有仓库在 Github - - - - - 增加一个仓库存放测试相关的脚本: + - 增加一个仓库存放测试相关的脚本: - - 2021-11-30 针对 AOSP 12 移植到 RV64 实现 `mmm bionic/libc/ --skip-soong-tests` 下构建成功 libc/libm/libdl。相关修改已经提交到仓库上。具体如下(部分 PR 在 gitee 上,所有代码同步推送至 github 和 gitee):