File tree Expand file tree Collapse file tree
apollolake/include/platform
cannonlake/include/platform
suecreek/include/platform Expand file tree Collapse file tree Original file line number Diff line number Diff line change 250250
251251#define SOF_TEXT_START (HP_SRAM_VECBASE_RESET + 0x400)
252252#define SOF_TEXT_BASE (SOF_TEXT_START)
253- #define SOF_TEXT_SIZE (0x1a000 - 0x400)
253+ #define SOF_TEXT_SIZE (0x1a000 - 0x400 + 0x1000 )
254254
255255/* initialized data */
256256#define SOF_DATA_START (SOF_TEXT_BASE + SOF_TEXT_SIZE)
Original file line number Diff line number Diff line change 237237/* text and data share the same HP L2 SRAM on Cannonlake */
238238#define SOF_TEXT_START 0xBE040400
239239#define SOF_TEXT_BASE (SOF_TEXT_START)
240- #define SOF_TEXT_SIZE (0x1b000 - 0x400)
240+ #define SOF_TEXT_SIZE (0x1b000 - 0x400 + 0x1000 )
241241
242242/* initialized data */
243243#define SOF_DATA_START (SOF_TEXT_BASE + SOF_TEXT_SIZE)
Original file line number Diff line number Diff line change 237237/* text and data share the same HP L2 SRAM on Icelake */
238238#define SOF_TEXT_START 0xBE040400
239239#define SOF_TEXT_BASE (SOF_TEXT_START)
240- #define SOF_TEXT_SIZE (0x1a000 - 0x400)
240+ #define SOF_TEXT_SIZE (0x1a000 - 0x400 + 0x1000 )
241241
242242/* initialized data */
243243#define SOF_DATA_START (SOF_TEXT_BASE + SOF_TEXT_SIZE)
Original file line number Diff line number Diff line change 177177#define SOF_TEXT_START (HP_SRAM_BASE + L2_VECTOR_SIZE)
178178#define SOF_TEXT_START_SIZE 0x400
179179#define SOF_TEXT_BASE (SOF_TEXT_START + SOF_TEXT_START_SIZE)
180- #define SOF_TEXT_SIZE (0x40000 - SOF_TEXT_START_SIZE)
180+ #define SOF_TEXT_SIZE (0x40000 - SOF_TEXT_START_SIZE + 0x1000 )
181181
182182/* initialized data */
183183#if defined CONFIG_DMIC
You can’t perform that action at this time.
0 commit comments