config.name = compatible; config.id = NVMEM_DEVID_AUTO; config.owner = THIS_MODULE; config.add_legacy_fixed_of_cells = true; config.type = NVMEM_TYPE_OTP; config.root_only = true; config.ignore_wp = true;1 change: 1 addition & 0 deletions 1 drivers/nvmem/apple-efuses.c Original...
When update to SDK BSP37 SRM release, there is a new added kernel config NVMEM_SCMI, it is to add SCMI NVMEM support, but now the ATF transport side is not ready, and this config will cause the following panic when STR: Unable to handle kernel paging request at virtual address ffffff...
So in conclusion, I run 3 NVMe SSDs but only the M.2_2 one has a significantly slower speed. What seems to be the problem I here? Do M.2 slots share bandwith, is it limited? Why is NVMe Config unavailable in UEFI, is it locked by some other setting? I'm really stumped o...
I split off the the changes into two commits which can be found here:https://github.com/openwrt/openwrt/compare/master...AiyionPrime:openwrt:sunxi-nvmem_sysfsI've left the first commit including all unrelated kernel settings aside, due to build failures. Something is rather broken in your...
So in conclusion, I run 3 NVMe SSDs but only the M.2_2 one has a significantly slower speed. What seems to be the problem I here? Do M.2 slots share bandwith, is it limited? Why is NVMe Config unavailable in UEFI, is it locked by some other setting? I'm reall...
CONFIG_NVMEM_S32CC_OCOTP From: "Radu Daia (NXP OSS)" <radu.d...@oss.nxp.com> In some custom build configurations, these NXP and s32cc-specific missing flags appear as build-time warnings in the do_kernel_configcheck task. Signed-off-by: Radu Daia (NXP OSS) <radu.d...@oss.nxp....
> +++ b/target/linux/sunxi/config-5.10 > @@ -301,6 +301,7 @@ CONFIG_NO_HZ_IDLE=y > CONFIG_NR_CPUS=8 > CONFIG_NVMEM=y > CONFIG_NVMEM_SUNXI_SID=y > +CONFIG_NVMEM_SYSFS=y > CONFIG_OF=y > CONFIG_OF_ADDRESS=y > CONFIG_OF_EARLY_FLATTREE=y ...