cavs_v25: switch over to Tigerlake H configuration
Tigerlake H has less RAM and fewer cores. Both should be supported, selectable at the board level. For now use the H configuration as more readily available for testing. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
parent
183076289d
commit
2a6c70ab19
4 changed files with 6 additions and 6 deletions
|
@ -97,11 +97,12 @@
|
|||
/* low power ram where DMA buffers are typically placed */
|
||||
#define LPRAM_BASE (DT_REG_ADDR(DT_NODELABEL(sram1)))
|
||||
#define LPRAM_SIZE (DT_REG_SIZE(DT_NODELABEL(sram1)))
|
||||
#define SRAM_BANK_SIZE (64 * 1024)
|
||||
|
||||
/* bootloader */
|
||||
|
||||
#define HP_SRAM_BASE 0xbe000000
|
||||
#define HP_SRAM_SIZE (3008 * 1024)
|
||||
#define HP_SRAM_SIZE (30 * SRAM_BANK_SIZE)
|
||||
#define SOF_STACK_BASE (HP_SRAM_BASE + HP_SRAM_SIZE)
|
||||
|
||||
/* boot loader in IMR */
|
||||
|
@ -224,8 +225,6 @@
|
|||
/* Host page size */
|
||||
#define HOST_PAGE_SIZE 4096
|
||||
|
||||
#define SRAM_BANK_SIZE (64 * 1024)
|
||||
|
||||
/* LP SRAM */
|
||||
#define LP_SRAM_BASE 0xBE800000
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#define MAX_CORE_COUNT 4
|
||||
|
||||
#define PLATFORM_HPSRAM_EBB_COUNT 47
|
||||
#define PLATFORM_HPSRAM_EBB_COUNT 30
|
||||
|
||||
#define EBB_SEGMENT_SIZE 32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue