- 05 6月, 2021 1 次提交
-
-
由 Caoruihong 提交于
support turn off as many features as possible. current only libc and posix and bsd can not be turned off. Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I1e97570c67593207a56dc11f357eca4b4a018bfd
-
- 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
-
- 02 6月, 2021 1 次提交
-
-
由 arvinzzz 提交于
close: #I3T5HR Change-Id: I2e2452d59c82726614fb78d1177d3f0f03d6e315 Signed-off-by: Narvinzzz <fcykztyu@163.com> Change-Id: I7f0b44c15a296bd8d15f0bf1fbdde60f67bb0a6c
-
- 21 5月, 2021 1 次提交
-
-
由 SimonLi 提交于
编译工具链的选项不应该依赖单板的宏,否则每增加一块单板都需要去新增配置。 NULL_ADDRESS_PROTECT这个宏配置没有地方使用,去掉冗余宏,内存是一一映射,可以 访问0地址,且不会立马报错,需要这个功能,现在不是一一映射,而且访问空指针会 立马报错,所以不存在这个问题。
-
- 20 5月, 2021 1 次提交
-
-
由 arvinzzz 提交于
close: #I3I768 Change-Id: I4f801df4abe1a9afdf43391c28276e96a5e81513
-
- 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
-
- 19 4月, 2021 1 次提交
-
-
由 Caoruihong 提交于
Change-Id: I052d930d54e63179b17b77f02c107a015f3cfc3f
-
- 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 提交于
-
- 05 2月, 2021 1 次提交
-
-
由 laokz 提交于
-
- 31 12月, 2020 3 次提交
-
-
由 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>
-
由 Zbigniew Bodek 提交于
Update only those configuration files that are used during build (clang and clang+debug). Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: I5639b0074e8c4e0fef4e21d9f3b8c1582bb038d5
-
- 17 11月, 2020 4 次提交
-
-
由 Zbigniew Bodek 提交于
Minimal system configuration for Qemu ARM Virtual platform based on Cortex-A7, with GICv2. Some debugging options are enabled to allow for shell bring-up, hence debug configuration type. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: Ifa01cd44733fd0154044013f45772d178e19e78e
-
由 Zbigniew Bodek 提交于
Mainly adding missing headers, removing redundant headers that induce undefined symbols or rearranging existing headers according to dependencies betheen them. Also add missing include paths to makefiles and make configs. Note: direct inclusion of pthread.h in disk.h is caused by the latter being used almost everywhere, including third_party libraries. Putting pthread.h there releases us from affecting more code. Basically fixes build for anything that is not default HiSi configuration. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: Icdcb0874d9fed34d01fa282d33bd2e041c2ac436
-
由 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 提交于
-