- 06 7月, 2021 1 次提交
-
-
由 qidechun 提交于
1、在内核增加BlackBox核心框架,对外提供模块回调接口注册和故障处理接口。 2、增加默认的系统模块适配层,处理通用内核态和用户态故障日志抓取和保存。 Close #I3NN7V Signed-off-by: Nqidechun <qidechun@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 1 次提交
-
-
由 SimonLi 提交于
编译工具链的选项不应该依赖单板的宏,否则每增加一块单板都需要去新增配置。 NULL_ADDRESS_PROTECT这个宏配置没有地方使用,去掉冗余宏,内存是一一映射,可以 访问0地址,且不会立马报错,需要这个功能,现在不是一一映射,而且访问空指针会 立马报错,所以不存在这个问题。
-
- 17 5月, 2021 1 次提交
-
-
由 arvinzzz 提交于
close: #I3R70T Change-Id: Idec4ba2f692cf357368c2fa437dddeba945f2e07
-
- 11 5月, 2021 1 次提交
-
-
由 lnlan 提交于
Change-Id: Ia14a3413b6c974771cef2e147083c7748abd1c59
-
- 06 5月, 2021 1 次提交
-
-
由 YOUR_NAME 提交于
storage medium is separated from the shell module. Change-Id: Id56939001d70bb92d9cc02bd7c9f55ca8b61cf5b
-
- 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
-
- 19 4月, 2021 1 次提交
-
-
由 Caoruihong 提交于
Change-Id: I052d930d54e63179b17b77f02c107a015f3cfc3f
-
- 31 3月, 2021 1 次提交
-
-
由 YOUR_NAME 提交于
Description:Delete VM to support only kernel mode. Sig:liteos_a Feature or Bugfix:Feature Binary Source:No Change-Id: Ie1029c8fbc0c1b85c138663933118d2d148b7769
-
- 26 3月, 2021 1 次提交
-
-
由 li_zan 提交于
-
- 19 3月, 2021 1 次提交
-
-
由 wangchenyang 提交于
Feature or Bugfix:Feature Binary Source:Huawei PrivateCode(Yes/No):Yes Change-Id: I175d2648bc6f9078c34de2c0a5c93fda10b86c47 ChangeID:13306388
-
- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 17 11月, 2020 1 次提交
-
-
由 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 提交于
-