GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)

This commit is contained in:
lai
2026-09-06 03:52:57 +08:00
commit b1928b41c0
21813 changed files with 4413081 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#ifndef H_PM_AUX_H
#define H_PM_AUX_H
#include "xmedia_type.h"
#include "xmedia_errcode.h"
#define UBOOT_HEADER_PARAM_LEN 0x2800
#define AUX_AREA_SIZE 0x5000
#define AUX_LEN_POS 0x400
struct aux_mem {
xmedia_u64 phy_addr;
xmedia_u32 size;
};
xmedia_s32 aux_read(xmedia_char *buf, xmedia_u32 size);
xmedia_s32 read_aux_to_ddr(struct aux_mem *paux);
xmedia_s32 aux_free_mem(void);
#endif