]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - packages/ti/ipc/remoteproc/rsc_table_vayu_ipu.h
DRA7xx: Adjust carveout sizes and addresses
[ipc/ipcdev.git] / packages / ti / ipc / remoteproc / rsc_table_vayu_ipu.h
index df8c0f1a2c860e152f5b526ba44ab5e580e967b0..ce77f06a0ef2245a8ea445c580acc8a6f0e05125 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2013, Texas Instruments Incorporated
+ * Copyright (c) 2012-2014, Texas Instruments Incorporated
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 #define IPU_MEM_TEXT_SIZE       (SZ_1M * 6)
 #endif
 
-#if defined(VAYU_IPU_2)
-#define IPU_MEM_DATA_SIZE       (SZ_1M * 156)
-#elif defined(VAYU_IPU_1)
+#if defined(VAYU_IPU_1)
 #define IPU_MEM_DATA_SIZE       (SZ_1M * 5)
+#elif defined(VAYU_IPU_2)
+#define IPU_MEM_DATA_SIZE       (SZ_1M * 48)
 #endif
 
 #define IPU_MEM_IOBUFS_SIZE     (SZ_1M * 90)
  */
 /* See CMA BASE addresses in Linux side: arch/arm/mach-omap2/remoteproc.c */
 #if defined(VAYU_IPU_1)
-#define PHYS_MEM_IPC_VRING      0x94000000
+#define PHYS_MEM_IPC_VRING      0x9D000000
 #elif defined (VAYU_IPU_2)
 #define PHYS_MEM_IPC_VRING      0x95800000
 #endif