From 46e40583fed75aaca0e8aa4699d8d184792d19b2 Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Thu, 3 Mar 2022 15:40:00 +0800 Subject: [PATCH] status update 2022/3/3 --- README.md | 24 ++++++++++++++++++++++++ README_zh.md | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/README.md b/README.md index 8743f7f..9108e29 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,30 @@ 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-03 Status update + + - Sync aosp-riscv to RVI upstream: + - [upgrade kernel uapi to 5.12](https://github.com/riscv-android-src/platform-bionic/pull/14) + - [clean-up some minor faults](https://github.com/riscv-android-src/platform-bionic/pull/15) + - [fix android unsafe frame pointer chase](https://github.com/riscv-android-src/platform-bionic/pull/16) + - [some cleanup and restore](https://github.com/riscv-android-src/platform-build-soong/pull/3) + - Sync aosp-riscv from RVI upstream: + - [sync with RVI upsteam: pr#14](https://gitee.com/aosp-riscv/platform_bionic/pulls/15) + - [sync from RVI upstream: linker_wrapper](https://gitee.com/aosp-riscv/platform_bionic/pulls/16) + - [removed FIXME](https://gitee.com/aosp-riscv/platform_bionic/pulls/17) + - [sync from RVI upstream, removed duplicated cflags](https://gitee.com/aosp-riscv/platform_build_soong/pulls/4) + - [fixed format issue](https://gitee.com/aosp-riscv/platform_build_soong/pulls/5) + - [RVI upstream sync, removed FIXME](https://gitee.com/aosp-riscv/platform_build_soong/pulls/6) + - aosp-riscv development and bugfix: + - [updated bionic unit test on host](https://gitee.com/aosp-riscv/test-riscv/pulls/11) + - [optimize the test scripts](https://gitee.com/aosp-riscv/test-riscv/pulls/12) + - [Enable create_minidebuginfo](https://github.com/aosp-riscv/platform_build_soong/pull/2) + - [Updated dependencies needed by create_minidebuginfo (Relocated)](https://github.com/aosp-riscv/platform_art/pull/2) + - [linux-x86/bin/create_minidebuginfo supports riscv64](https://gitee.com/aosp-riscv/platform-prebuilts-build-tools/pulls/1) + - Technical articles related: + - [status updated on Feb/17/2022](https://gitee.com/aosp-riscv/working-group/pulls/14) + - [added template for articles](https://gitee.com/aosp-riscv/working-group/pulls/15) + - 2022-02-17 Status update - Setup bionic dynamic-link unit test and bugfix: diff --git a/README_zh.md b/README_zh.md index 3a6e7b7..222709d 100644 --- a/README_zh.md +++ b/README_zh.md @@ -18,6 +18,30 @@ AOSP-RISCV 的代码开源,欢迎大家参与贡献。所有仓库在 Github 以下为项目进展日志(时间为倒序)。 +- 2022-03-03 状态更新 + + - Sync aosp-riscv to RVI upstream: + - [upgrade kernel uapi to 5.12](https://github.com/riscv-android-src/platform-bionic/pull/14) + - [clean-up some minor faults](https://github.com/riscv-android-src/platform-bionic/pull/15) + - [fix android unsafe frame pointer chase](https://github.com/riscv-android-src/platform-bionic/pull/16) + - [some cleanup and restore](https://github.com/riscv-android-src/platform-build-soong/pull/3) + - Sync aosp-riscv from RVI upstream: + - [sync with RVI upsteam: pr#14](https://gitee.com/aosp-riscv/platform_bionic/pulls/15) + - [sync from RVI upstream: linker_wrapper](https://gitee.com/aosp-riscv/platform_bionic/pulls/16) + - [removed FIXME](https://gitee.com/aosp-riscv/platform_bionic/pulls/17) + - [sync from RVI upstream, removed duplicated cflags](https://gitee.com/aosp-riscv/platform_build_soong/pulls/4) + - [fixed format issue](https://gitee.com/aosp-riscv/platform_build_soong/pulls/5) + - [RVI upstream sync, removed FIXME](https://gitee.com/aosp-riscv/platform_build_soong/pulls/6) + - aosp-riscv development and bugfix: + - [updated bionic unit test on host](https://gitee.com/aosp-riscv/test-riscv/pulls/11) + - [optimize the test scripts](https://gitee.com/aosp-riscv/test-riscv/pulls/12) + - [Enable create_minidebuginfo](https://github.com/aosp-riscv/platform_build_soong/pull/2) + - [Updated dependencies needed by create_minidebuginfo (Relocated)](https://github.com/aosp-riscv/platform_art/pull/2) + - [linux-x86/bin/create_minidebuginfo supports riscv64](https://gitee.com/aosp-riscv/platform-prebuilts-build-tools/pulls/1) + - Technical articles related: + - [status updated on Feb/17/2022](https://gitee.com/aosp-riscv/working-group/pulls/14) + - [added template for articles](https://gitee.com/aosp-riscv/working-group/pulls/15) + - 2022-02-17 状态更新 - Setup bionic dynamic-link unit test and bugfix: -- Gitee