Oopenvela-robotarch/arm: fix the compile error
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
boards/arm/samv7: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
compile: fix compile error error: implicit declaration of function 'enter_critical_section' [-Werror=implicit-function-declaration] error: implicit declaration of function 'leave_critical_section' [-Werror=implicit-function-declaration] Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
arch/arm: fix the compile error error: implicit declaration of function 'cpsid' Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
boards/arm/samv7: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
boards/arm/samv7: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
[FTL/BCH] Always use register_mtddriver() to register the MTD device. We have adjusted the registration method for MTD , replacing the previous approach using ftl_initialize() and bchdev_register() with register_mtddriver(). After registering with register_mtddriver(), the behavior of the device will vary depending on the access method: 1. When accessing the device node via the open() interface, the MTD device will be automatically converted to a character device, provided that BCH support is enabled. During this process, both FTL (Flash Translation Layer) and BCH wrappers will be implicitly added. 2. When calling find_blockdriver followed by open_blockdriver(), the MTD device will be treated as a block device, with only the FTL wrapper automatically applied. For these reasons, the legacy registration methods ftl_initialize() and bchdev_register() are no longer required and will be used as internal interface. Signed-off-by: jingfei <jingfei@xiaomi.com> | 2 个月前 | |
boards/arm/samv7: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 |