1. 28 9月, 2021 1 次提交
    • S
      fix(mtd): 去除mtd对hisilicon驱动的依赖 · f7d010df
      SimonLi 提交于
      【背景】
      1. liteos-a内核drivers/mtd/multi_partition/用到了device/hisilicon下的驱动函数实
      现,这样导致三方芯片适配时,会依赖hisilicon的驱动。
      2. HDF的mtd驱动提供了这几个函数的实现,但是未暴露头文件出来。
      
      【修改方案】
      1. 修改BUILD.gn去除/device/hisilicon的依赖。
      2. 修改mtd_partition.c,将hisilicon的头文件改为hdf的头文件依赖。
      
      【遗留问题】
      liteos-a内核与HDF mtd驱动的分界线还不明确,导致依赖关系不清楚
      
      close: #I49FKL
      Signed-off-by: NSimonLi <likailong@huawei.com>
      f7d010df
  2. 13 9月, 2021 1 次提交
  3. 26 6月, 2021 1 次提交
  4. 19 6月, 2021 1 次提交
    • M
      fix: remove redundant headfile · 73a77777
      mucor 提交于
      1.remove redundant headfile in kernel, such as:
        compiler.h;debug.h;automount.h;inode.h;syslog.h;net.h;
      2.split fs.h to file.h and driver.h
      3.move vnode.h and path_cache.h to vfs/include
      4.remove redundant interface and defines
      
      close: #I3RTNR
      Signed-off-by: Nmucor <mucorwang@gmail.com>
      73a77777
  5. 30 3月, 2021 1 次提交
  6. 11 3月, 2021 1 次提交
  7. 13 10月, 2020 1 次提交
  8. 08 9月, 2020 1 次提交