- 24 6月, 2021 1 次提交
-
-
由 zhushengle 提交于
功能描述: 在proc目录下增加power目录,添加powr_mode,power_lock,power_unlock和power_count节点, power_mode:节点用于查询和设置系统支持的功耗模式 power_lock:用于查询和获取低功耗锁,持锁后,将会阻止系统进入低功耗状态 power_unlock: 用于释放已经持有的低功耗锁,也可查询当前有那些持有低功耗锁 power_count:用于查询当前持有低功耗锁的个数 Close #I3VS5N Change-Id: I2e2881cc968eab3c5fa6f9dbd7e8c5e448609407 Signed-off-by: Nzhushengle <zhushengle@huawei.com>
-
- 22 6月, 2021 1 次提交
-
-
由 mucor 提交于
close: I3WTLZ Signed-off-by: Nmucor <mucorwang@gmail.com>
-
- 21 6月, 2021 1 次提交
-
-
由 YOUR_NAME 提交于
update lwip version to 2.1.2 for lwip_enhanced close: #I3WL4J Signed-off-by: Nliujiandong <liujiandong1@huawei.com>
-
- 19 6月, 2021 1 次提交
-
-
由 mucor 提交于
1.remove redundant headfile in kernel, such as: compiler.h;debug.h;automount.h;inode.h;syslog.h;net.h; 2.split fs.h to file.h and driver.h 3.move vnode.h and path_cache.h to vfs/include 4.remove redundant interface and defines close: #I3RTNR Signed-off-by: Nmucor <mucorwang@gmail.com>
-
- 11 6月, 2021 1 次提交
-
-
由 Caoruihong 提交于
do not copy or link file from //third_party to this repository, just use the files needed from its origin. Change-Id: I43f60d8aa7dc91925b8ace973933de366d6cb589 Signed-off-by: NCaoruihong <crh.cao@huawei.com>
-
- 04 6月, 2021 1 次提交
-
-
由 chenwei 提交于
1, this RomFS's codebase is Nuttx romfs, then it is compatible with Linux RomFS and you can create such a file system using the tool genromfs. 2, there are two major changes against with the original Nuttx romfs: 1), it is memory-based: all contents of the fs are stored in the memory in the very first stage of "mount". 2), this version of romfs is altered to be compatible with our new version of VFS to take advantage of vnode cache and path cache. close: #I3S0CP
-
- 21 5月, 2021 2 次提交
- 14 5月, 2021 1 次提交
-
-
由 zhuoli 提交于
-
- 06 5月, 2021 1 次提交
-
-
由 Guangyao Ma 提交于
Change-Id: I0a6e6f2962ca6904c858898eb93a5b2f93e85b69
-
- 28 4月, 2021 1 次提交
-
-
由 boxi 提交于
feat: Add /dev/quickstart to support synchronous communication between processes in user mode startup. Add /dev/quickstart to support synchronous communication between processes in user mode startup. Support ioctl cmd: QUICKSTART_LISTEN,QUICKSTART_STAGE1,QUICKSTART_STAGE2,QUICKSTART_STAGE3,QUICKSTART_UNREGISTER only for init process; QUICKSTART_NOTIFY for other app process. Close #I3OHO5 Change-Id: If6a56123be93a5bc6b6d1069abda8d872b15fae1
-
- 14 4月, 2021 1 次提交
-
-
由 Caoruihong 提交于
Change-Id: Ie48b96fe9c8ab036d7234b56a169d6668171a895
-
- 26 3月, 2021 1 次提交
-
-
由 YOUR_NAME 提交于
Change-Id: I6f7c469e96da9cc89c5c33bf7a9afe19625e175f
-
- 16 3月, 2021 1 次提交
-
-
由 zhangfanfan2 提交于
-
- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 31 12月, 2020 2 次提交
-
-
由 Zbigniew Bodek 提交于
Keep flag enabled for HiSi cameras whereas LTO will be disabled for Qemu as a workaround. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: Iad7295d108dfea0928537281f87eb46836ee6681
-
由 Zbigniew Bodek 提交于
Change "vendor" to "device" where the latest version of MR puts stuff related to Qemu ARM Virt. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com>
-
- 17 11月, 2020 2 次提交
-
-
由 Zbigniew Bodek 提交于
Disable LTO to avoid undefined __stack_chk_guard symbol problem. "externally_visible" attribute could be a fix for that but it is not known to our LLVM. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: I39e0ccaee5897c696a7a9a235e433cf9113853ce
-
由 Zbigniew Bodek 提交于
Remove some dependencies on HiSilicon and add new platform to build. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: I8504bcc9a1bf1756e1e20694986d7774156f8b8e
-
- 13 10月, 2020 1 次提交
-
-
由 Caoruihong 提交于
Change-Id: Ia6c1f6302407a707b3ec9b805f4c92d8a7970b86
-
- 08 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-