[linux] Upgrade the MMF SDK from V4.0.0 to V4.1.0
1. 181x support secureboot 2. add .gitignore Change-Id: I34cd45663d92eeb8e3b5ddfbf1a876111ce46bd1
This commit is contained in:
committed by
sam.xiang
parent
221f3d937b
commit
95dcbe5649
11
linux_5.10/include/linux/cv180x_efuse.h
Normal file
11
linux_5.10/include/linux/cv180x_efuse.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef __CVI_EFUSE_H__
|
||||
#define __CVI_EFUSE_H__
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
int64_t cvi_efuse_read_from_shadow(uint32_t addr);
|
||||
int cvi_efuse_write(uint32_t addr, uint32_t value);
|
||||
|
||||
int cvi_efuse_read_buf(u32 addr, void *buf, size_t buf_size);
|
||||
|
||||
#endif /* __CVI_EFUSE_H__ */
|
||||
Reference in New Issue
Block a user