1. 26 4月, 2021 1 次提交
  2. 21 4月, 2021 3 次提交
  3. 19 4月, 2021 1 次提交
  4. 15 4月, 2021 1 次提交
    • F
      Feature: Fatfs scandir format and mmcblk read/write optimization · beca52b6
      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
      beca52b6
  5. 14 4月, 2021 1 次提交
  6. 09 4月, 2021 1 次提交
    • A
      IssueNo:#I3HGTM · 13451e9d
      arvinzzz 提交于
      Description:Fix limits.h & Adjust some macro definition positions.
      Feature or Bugfix:Bugfix
      Binary Source:NA
      
      Change-Id: Ia53c1b4b83f60862ac24c5c14a87883fe0af6db0
      13451e9d
  7. 06 4月, 2021 1 次提交
  8. 31 3月, 2021 1 次提交
    • Y
      IssueNo:#I3E0F2 · c959d436
      YOUR_NAME 提交于
      Description:Delete VM to support only kernel mode.
      Sig:liteos_a
      Feature or Bugfix:Feature
      Binary Source:No
      
      Change-Id: Ie1029c8fbc0c1b85c138663933118d2d148b7769
      c959d436
  9. 30 3月, 2021 1 次提交
  10. 29 3月, 2021 1 次提交
  11. 26 3月, 2021 3 次提交
  12. 19 3月, 2021 1 次提交
    • W
      Description:vfs refactoring · d9707508
      wangchenyang 提交于
      Feature or Bugfix:Feature
      Binary Source:Huawei
      PrivateCode(Yes/No):Yes
      
      Change-Id: I175d2648bc6f9078c34de2c0a5c93fda10b86c47
      ChangeID:13306388
      d9707508
  13. 11 3月, 2021 1 次提交
  14. 05 2月, 2021 1 次提交
  15. 31 12月, 2020 1 次提交
  16. 26 12月, 2020 1 次提交
  17. 25 12月, 2020 1 次提交
  18. 08 12月, 2020 1 次提交
  19. 17 11月, 2020 3 次提交
    • Z
      Add stub for fetching bootargs for Qemu ARM virt · cef02d93
      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
      cef02d93
    • Z
      Workaround missing machine_resource_init in BSD initialization · e559c86d
      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
      e559c86d
    • Z
      Workaround linking problem caused by missing SystemInit during build · 850a5669
      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
      850a5669
  20. 13 10月, 2020 1 次提交
  21. 08 9月, 2020 1 次提交