- 31 12月, 2020 7 次提交
-
-
由 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
-
由 openharmony_ci 提交于
Merge pull request !33 from WojciechZmuda/qemu-arm-dev
-
由 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
-
由 Zbigniew Bodek 提交于
High resolution timer can now be excluded from the build. There is currently no HR Timer implementation for other platform than HiSi. Note: HR Timer will be enabled by default Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: I5daf8e0ceec2a17025b579513e3bd74db1040916
-
由 Zbigniew Bodek 提交于
The macros assume that constants that are compared against "addr" are either unsigned or less than INT_MAX. In some cases it is not true so change costants to unsigned using U32_C macros. The correct solution would be to change teh MEM_ADDR, PMM_BASE, etc. to be unsigned long but currently "U" suffix is appended in various places so the assumption is that those macros use default definition (which is int). Put "addr" into brackets by the way since it could be an expression rather than one variable. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: Ife9bc5863b4934ecaab64b24faa084b87d7d7ea5
-
由 Zbigniew Bodek 提交于
The macro to append "U" suffix should be named according to what it actually does which is defining U32 constant. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: I55701f0650c88bd083c062581af5c7a1b966bc0b
-
- 26 12月, 2020 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !51 from likailong/master
-
由 likailong 提交于
Reviewed-by: shenwei and zhangfanfan
-
- 25 12月, 2020 4 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !50 from zhangfanfan2/N/A
-
由 openharmony_ci 提交于
Merge pull request !49 from zhangfanfan2/N/A
-
由 zhangfanfan2 提交于
-
由 zhangfanfan2 提交于
-
- 24 12月, 2020 5 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !46 from zhangfanfan2/N/A
-
由 openharmony_ci 提交于
Merge pull request !47 from zhangfanfan2/N/A
-
由 zhangfanfan2 提交于
-
由 zhangfanfan2 提交于
-
由 openharmony_ci 提交于
Merge pull request !44 from likailong/master
-
- 23 12月, 2020 1 次提交
-
-
由 likailong 提交于
Reviewed-by: zhangfanfan
-
- 09 12月, 2020 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !39 from laokz/signal
-
由 openharmony_ci 提交于
Merge pull request !40 from laokz/hilog
-
- 08 12月, 2020 1 次提交
-
-
由 laokz 提交于
-
- 05 12月, 2020 1 次提交
-
-
由 laokz 提交于
-
- 04 12月, 2020 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !26 from JING/N/A
-
- 03 12月, 2020 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !37 from laokz/shm
-
- 01 12月, 2020 2 次提交
-
-
由 laokz 提交于
-
由 openharmony_ci 提交于
Merge pull request !35 from laokz/liteipc
-
- 30 11月, 2020 1 次提交
-
-
由 laokz 提交于
-
- 28 11月, 2020 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !34 from laokz/vmmap
-
- 27 11月, 2020 1 次提交
-
-
由 laokz 提交于
修改region相关:优化OsVmRegionSplit红黑树节点操作,修改OsVmRegionAdjust起始地址不在region时的行为,修复OsIsRegionCanExpand计算错误,更正几处typos
-
- 17 11月, 2020 10 次提交
-
-
由 Zbigniew Bodek 提交于
For some reason more brackets is worse than no brackets and warning is generated that is threated as error. Therefore remove brackets to fix the build when LOSCFG_PLATFORM_ROOTFS is defined Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: I610a5893217039a36d894641c54a83ff4d4b7822
-
由 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 提交于
If the platform doesn't support rootfs but shell and serial console are enabled, create Shell task in kernel. Note that normally, shell task is created by /bin/init. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: If3bf55313d897569b59902b07eaa042eee71a8df
-
由 Zbigniew Bodek 提交于
Currently unused but when rootfs is enabled we should get this error and quickly narrow down where to add proper bootargs handling. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: Ie8d96fc3b6ad7cc33abe67530ca8ff9526b46855
-
由 Zbigniew Bodek 提交于
Allows to disable NET_LWIP_SACK in the kernel configuration. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: Ibcde4a811e67d61bc713d405414c4991cbc1bdd3
-
由 Zbigniew Bodek 提交于
BSD compatibility is not optional for the kernel to build, however platform dependent portion of this configuration, machine_resource_init(), which is called by nexus_init() is implemented only in the platform specific library for HiSilicon chips (libhi35xx_bsp.a). Workaround lack of this library, so that the kernel can be built for other platforms as well, by excluding it from the compilation. This change should be removed as soon as the appropriate function is implemented for other platforms. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: I66f15b167b9769f17820f5f0edb7ae8b0ebc9246
-
由 Zbigniew Bodek 提交于
During LiteOS consolidation, system_init.o object that contains SystemInit() doesn't exist yet as it is being built later and linked in ./vendor directory when OHOS_Image is created. This is not the case when building for HiSilicon platforms as SystemInit is provided for them in precompiled libraries. Workaround this issue by creating "weak" function in LiteOS that will be replaced by the "strong" symbol from ./vendor in linking phase of the OHOS_Image. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: I39f327a350722a3e41a370ee93ba3b734c5681b0
-
由 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 提交于
Fix unused function warning treated as error when KERNEL_DYNLOAD option is switched off. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: I21a01ff3d7ecb7b2e65bacbaa985c6390f5e4be7
-