- 26 4月, 2021 1 次提交
-
-
由 boxi 提交于
Provide a separate configuration macro for boot environment in RAM. Depends on: Need to copy boot environment data to the specified ram by boot. Closes #I3OADR Change-Id: Ie36a92c0a44f245482d1602c3a6851395944776d
-
- 21 4月, 2021 3 次提交
-
-
由 shenchenkai 提交于
-
由 JING 提交于
-
由 JING 提交于
-
- 19 4月, 2021 1 次提交
-
-
由 Caoruihong 提交于
Change-Id: I052d930d54e63179b17b77f02c107a015f3cfc3f
-
- 15 4月, 2021 1 次提交
-
-
由 Far 提交于
1. Bcache block with high mem address is after lower mem address in RCU list when initing bcache. 2. Format will clear the bcache before writing the FAT. 3. The fatfs_readdir use the bcache writing block to reduce the chance of data switching out 4. Add performance analysing macron switch Change-Id: I8fbc48418509d2e660d725d2c265266e931c26f8
-
- 14 4月, 2021 1 次提交
-
-
由 Caoruihong 提交于
Change-Id: Ie48b96fe9c8ab036d7234b56a169d6668171a895
-
- 09 4月, 2021 1 次提交
-
-
由 arvinzzz 提交于
Description:Fix limits.h & Adjust some macro definition positions. Feature or Bugfix:Bugfix Binary Source:NA Change-Id: Ia53c1b4b83f60862ac24c5c14a87883fe0af6db0
-
- 06 4月, 2021 1 次提交
-
-
由 arvinzzz 提交于
Description: Fix the problem that the actual implementation of the function does not match the description. Change-Id: Icdbc0182efc023734ccbe7e80b1926d64a18d01c
-
- 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
-
- 30 3月, 2021 1 次提交
-
-
由 laokz 提交于
Change-Id: I94175fa89a61f4f08d9f921203bedfc2dd9e53e4
-
- 29 3月, 2021 1 次提交
-
-
由 li_zan 提交于
-
- 26 3月, 2021 3 次提交
- 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 提交于
-
- 05 2月, 2021 1 次提交
-
-
由 laokz 提交于
-
- 31 12月, 2020 1 次提交
-
-
由 Zbigniew Bodek 提交于
Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: I3c93fd703eb184d946f25a7f6be3c70124b469c1
-
- 26 12月, 2020 1 次提交
-
-
由 likailong 提交于
Reviewed-by: shenwei and zhangfanfan
-
- 25 12月, 2020 1 次提交
-
-
由 zhangfanfan2 提交于
-
- 08 12月, 2020 1 次提交
-
-
由 laokz 提交于
-
- 17 11月, 2020 3 次提交
-
-
由 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 提交于
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
-
- 13 10月, 2020 1 次提交
-
-
由 Caoruihong 提交于
Change-Id: Ia6c1f6302407a707b3ec9b805f4c92d8a7970b86
-
- 08 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-