From 980359bea3ea6b414a663a1b427e680a110ae112 Mon Sep 17 00:00:00 2001 From: zianed Date: Fri, 16 Jul 2021 07:46:50 +0000 Subject: [PATCH] !232 add powermgr repo and dev-board meetingnotes * add powermgr repo and dev-board meetingnotes --- sig/sig-devboard/meetings/2021-07-03.md | 53 +++++++++++++++++++ .../sig-distributedhardwaremgr.md | 2 + .../sig-distributedhardwaremgr_cn.md | 2 + sig/sigs.json | 4 ++ zh/committer.md | 4 +- 5 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 sig/sig-devboard/meetings/2021-07-03.md diff --git a/sig/sig-devboard/meetings/2021-07-03.md b/sig/sig-devboard/meetings/2021-07-03.md new file mode 100644 index 0000000..840dcaf --- /dev/null +++ b/sig/sig-devboard/meetings/2021-07-03.md @@ -0,0 +1,53 @@ +# July 3, 2021 at 15:00pm GMT+8 + +## Agenda + 1. devboard discussion + 2. stm32mp157 migration + 3. open discussion + + +## Attendees +- [@zianed](https://gitee.com/zianed) +- [@Harmonica](https://gitee.com/hiharmonica_leo) +- [@yhuan416](https://gitee.com/yhuan416) +- [@pengfeihou](https://gitee.com/pengfeihou) +- [@jkstar](https://gitee.com/lxjkstar) +- [@SimonLi](https://gitee.com/kkup180) +- [@duxbbo](https://gitee.com/dxbedu) + + +## Notes +- devboard discussion + +start devborad migration + +"Talk is cheap, show me the code." + +- stm32mp157 migration + - Migrate stm32mp157 board in gitee community. + + - Split stm32mp157 migration to small tasks. + + Publish tasks to the gitee community + + - Set goals and make plans match HDC. + + Review progress every month. + +- open discussion + - openharmony-sig code to openharmony + + Joining code to the main line, consider add access control to the community main line, and supply the physical devboard. + + - compare L1 OHOS liteos_a to linux version + + Do evaluation to show advantages: fast boot, save memory. + + +## Action items +- Submit existing stm32mp157 migration code to openharmony-sig code repository +https://gitee.com/openharmony-sig/device_st + +- Choose one stm32mp157 board as normal devboard + +- Hold dev-board SIG meeting every two weeks diff --git a/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr.md b/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr.md index 2a42b52..de5f7d5 100644 --- a/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr.md +++ b/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr.md @@ -21,6 +21,8 @@ Note: The content of this SIG follows the convention described in OpenHarmony's - powermgr_display_manager: https://gitee.com/openharmony/powermgr_display_manager - powermgr_power_manager: https://gitee.com/openharmony/powermgr_power_manager - powermgr_battery_lite: https://gitee.com/openharmony/powermgr_battery_lite + - powermgr_battery_statistics: https://gitee.com/openharmony/powermgr_battery_statistics + - powermgr_thermal_manager: https://gitee.com/openharmony/powermgr_thermal_manager - devicemanager:https://gitee.com/openharmony/device_manager ## SIG Members diff --git a/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr_cn.md b/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr_cn.md index bd7e2ac..ccc31ec 100644 --- a/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr_cn.md +++ b/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr_cn.md @@ -23,6 +23,8 @@ - powermgr_display_manager: https://gitee.com/openharmony/powermgr_display_manager - powermgr_power_manager: https://gitee.com/openharmony/powermgr_power_manager - powermgr_battery_lite: https://gitee.com/openharmony/powermgr_battery_lite + - powermgr_battery_statistics: https://gitee.com/openharmony/powermgr_battery_statistics + - powermgr_thermal_manager: https://gitee.com/openharmony/powermgr_thermal_manager - devicemanager:https://gitee.com/openharmony/device_manager ## SIG组成员 diff --git a/sig/sigs.json b/sig/sigs.json index 4ff6d64..3c08a62 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -172,6 +172,8 @@ "https://gitee.com/openharmony/powermgr_display_manager", "https://gitee.com/openharmony/powermgr_power_manager", "https://gitee.com/openharmony/powermgr_battery_lite", + "https://gitee.com/openharmony/powermgr_battery_statistics", + "https://gitee.com/openharmony/powermgr_thermal_manager", "https://gitee.com/openharmony/device_manager" ], "project-path":[ @@ -185,6 +187,8 @@ "base/powermgr/display_manager", "base/powermgr/power_manager", "base/powermgr/battery_lite", + "base/powermgr/battery_statistics", + "base/powermgr/thermal_manager", "foundation/distributedhardware/devicemanager" ] }, diff --git a/zh/committer.md b/zh/committer.md index c0e6b70..4c5b1fb 100644 --- a/zh/committer.md +++ b/zh/committer.md @@ -224,7 +224,9 @@ |222|sensors_miscdevice|base/sensors/miscdevice|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement| |223|sensors_sensor|base/sensors/sensor|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement| |224|usb_manager|base/usb/usb_manager|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement| -|225|powermgr_battery_lite|base/powermgr/battery_lite|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement| +|225|powermgr_battery_lite|base/powermgr/battery_lite|https://gitee.com/hujun211|hujun211@huawei.com| | |SIG_DistributedHardwareManagement| |226|release-management|NA|https://gitee.com/fma66169|mazhanfu@huawei.com| | |SIG_VersionRelease| |227|multimedia_medialibrary_standard|foundation/multimedia/medialibrary_standard|https://gitee.com/zhu-mingliang|zhumingliang@huawei.com| | |SIG_GraphicsandMedia| |228|multimedia_image_standard|foundation/multimedia/image_standard|https://gitee.com/zhu-mingliang|zhumingliang@huawei.com| | |SIG_GraphicsandMedia| +|229|powermgr_battery_statistics|base/powermgr/battery_statistics|https://gitee.com/hujun211|hujun211@huawei.com| | |SIG_DistributedHardwareManagement| +|230|powermgr_thermal_manager|base/powermgr/thermal_manager|https://gitee.com/hujun211|hujun211@huawei.com| | |SIG_DistributedHardwareManagement| \ No newline at end of file -- GitLab