config: Remove unused, platform specific, memory region definitions

After commit 916fc2cd73ff: "config: Remove unused adsp structs"
those defines are unused.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
This commit is contained in:
Karol Trzcinski 2021-09-01 08:19:22 +02:00 committed by Daniel Baluta
parent fc4d7b8519
commit dcfcef80cb
1 changed files with 0 additions and 44 deletions

View File

@ -11,50 +11,6 @@
#include <rimage/rimage.h>
#include <rimage/manifest.h>
#define BYT_IRAM_BASE 0xff2c0000
#define BYT_IRAM_HOST_OFFSET 0x0C0000
#define BYT_IRAM_SIZE (80 * 1024)
#define BYT_DRAM_BASE 0xff300000
#define BYT_DRAM_HOST_OFFSET 0x100000
#define BYT_DRAM_SIZE (160 * 1024)
#define HSW_IRAM_BASE 0x00000000
#define HSW_IRAM_HOST_OFFSET 0x00080000
#define HSW_IRAM_SIZE (384 * 1024)
#define HSW_DRAM_BASE 0x00400000
#define HSW_DRAM_HOST_OFFSET 0x00000000
#define HSW_DRAM_SIZE (512 * 1024)
#define BDW_IRAM_BASE 0x00000000
#define BDW_IRAM_HOST_OFFSET 0x000A0000
#define BDW_IRAM_SIZE (320 * 1024)
#define BDW_DRAM_BASE 0x00400000
#define BDW_DRAM_HOST_OFFSET 0x00000000
#define BDW_DRAM_SIZE (640 * 1024)
#define IMX8_IRAM_BASE 0x596f8000
#define IMX8_IRAM_HOST_OFFSET 0x10000
#define IMX8_IRAM_SIZE 0x800
#define IMX8_DRAM_BASE 0x596e8000
#define IMX8_DRAM_SIZE 0x8000
#define IMX8_SRAM_BASE 0x92400000
#define IMX8_SRAM_SIZE 0x800000
#define IMX8M_IRAM_BASE 0x3b6f8000
#define IMX8M_IRAM_HOST_OFFSET 0x10000
#define IMX8M_IRAM_SIZE 0x800
#define IMX8M_DRAM_BASE 0x3b6e8000
#define IMX8M_DRAM_SIZE 0x8000
#define IMX8M_SRAM_BASE 0x92400000
#define IMX8M_SRAM_SIZE 0x800000
#define MT8195_IRAM_BASE 0x40000000
#define MT8195_IRAM_HOST_OFFSET 0x00000
#define MT8195_IRAM_SIZE 0x4000
#define MT8195_SRAM_BASE 0x60000000
#define MT8195_SRAM_SIZE 0x600000
#define MT8195_SRAM_HOST_OFFSET 0x00000
static int get_mem_zone_type(struct image *image, Elf32_Shdr *section)
{
const struct adsp *adsp = image->adsp;