I'm trying to porting SysLink to QNX on OMAP-L138. I use existing Linux OMAP-L138 source code as an example. A few questions during the porting process.
- Why there is no addrTable for SYSLINK_PLATFORM_OMAPL1XX under "\ti\syslink\utils\hlos\knl\osal\Linux\OsalDriver.c" ? Does default addr=0x80000000 and size =0x80000000 work?
- In "ti/syslink/ipc/hlos/knl/notifyDrivers/arch/OMAPL1XX/Omapl1xxIpcInt.c", why there is no define for IO_PHYS and IO_SIZE ? How Linux make its build success?