1. 09 9月, 2021 1 次提交
  2. 08 9月, 2021 1 次提交
    • W
      fix: 解决OsMountRootfs失败问题 · 672cff7e
      wanghao-free 提交于
      主干存在该问题,下一步同步主干.
      
      挂载rootfs需要emmc驱动,emmc驱动还没有初始化好,内核就尝试挂载rootfs了,
      现修改为通过一个事件同步,emmc驱动完成后写事件,内核读到这个事件再挂载rootfs
      
      close: #I43WLG
      Signed-off-by: Nwanghao-free <wanghao453@huawei.com>
      672cff7e
  3. 11 3月, 2021 1 次提交
  4. 17 11月, 2020 1 次提交
    • Z
      Fix various build problems when building for non-HiSi config · e0406e3d
      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
      e0406e3d
  5. 13 10月, 2020 1 次提交
  6. 08 9月, 2020 1 次提交