Increase SMEM size to 256KB
This commit is contained in:
@@ -180,7 +180,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SMEM_LOG_SIZE
|
#ifndef SMEM_LOG_SIZE
|
||||||
#define SMEM_LOG_SIZE 17
|
#define SMEM_LOG_SIZE 19
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef IO_BASE_ADDR
|
#ifndef IO_BASE_ADDR
|
||||||
|
|||||||
@@ -5,8 +5,12 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SMEM_BASE 0xff000000
|
#define SMEM_BASE 0xff000000
|
||||||
//#define SMEM_SIZE 0x4000
|
// 16KB
|
||||||
#define SMEM_SIZE 0x10000
|
// #define SMEM_SIZE 0x4000
|
||||||
|
// 64KB
|
||||||
|
// #define SMEM_SIZE 0x10000
|
||||||
|
// 256KB
|
||||||
|
#define SMEM_SIZE 0x40000
|
||||||
|
|
||||||
#define SMEM_MASK (SMEM_SIZE - 1)
|
#define SMEM_MASK (SMEM_SIZE - 1)
|
||||||
#define SMEM_ADDR_END (SMEM_BASE + SMEM_SIZE)
|
#define SMEM_ADDR_END (SMEM_BASE + SMEM_SIZE)
|
||||||
|
|||||||
Reference in New Issue
Block a user