]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/open-amp.git/history - lib/rpmsg
Remove ZynqMP R5 system/machine specific files
[processor-sdk/open-amp.git] / lib / rpmsg /
2016-10-13 Wendy LiangReplace alloc/free memory with the libmetal APIs
2016-10-13 Wendy LiangUse libmetal_memset/memcpy_io for device memory
2016-10-13 Wendy Liangvirtqueue: Add shared memory I/O region
2016-10-13 Wendy LiangReplace llist rpmsg buf with libmetal scatter/gather...
2016-10-13 Wendy Liangrpmsg: run cache ops against cacheable buffers
2016-10-13 Wendy Liangremoteproc: remove system cleanup related from lib
2016-10-13 Wendy Liangrpmsg: Not convert va to pa when getting tx/rx buf
2016-10-13 Wendy Lianghil_proc: Use logical address in proc_vring
2016-10-13 Wendy LiangMake platform data as remote proc init input
2016-10-13 Wendy Liangrproc init: remove system init
2016-10-13 Wendy Liangrpmsg_init: caller to control whether to init env
2016-10-13 Wendy LiangReplace llist with metal_list for rpmsg endpoint
2016-10-13 Wendy LiangReplace llist with metal_list for rpmsg channels
2016-10-13 Wendy LiangIntroduce RPMSG_ASSERT
2016-10-13 Wendy LiangReplace env_strncmp() wisth strncmp()
2016-10-13 Wendy LiangReplace env_strncpy() with strncpy()
2016-10-13 Wendy LiangReplace env_memcpy() with memcpy()
2016-10-13 Wendy LiangReplace env_memset() with memset()
2016-10-13 Wendy LiangReplace env_init() with metal_init()
2016-10-13 Wendy LiangReplace ENV mutex with the libmetal mutex
2016-07-01 Wendy LiangRemove redundant checking in rpmsg send
2016-07-01 Cyril ChemparathyUse standard types in rpmsg
2016-04-21 Wendy LiangFix rpmsg_end on REMOTE causes buffer "leak"
2016-04-19 Michal Princ (NXA1... Change the NXP copyright to Freescale
2016-04-11 Michal Princ (NXA1... Fix double free, occurs if a channel destroyed callback...
2016-03-31 Michal Princ (NXA1... Fix deadlock in rpmsg_send_ns_message caused by error
2016-03-07 Sam Sortaisrm compilation warnings, clean comments, file rename
2016-02-18 Michal Princ (NXA1... Fix the way the create endpoint function returns the...
2016-02-18 Michal Princ (NXA1... Avoid using zero length arrays in rpmsg_hdr struct
2016-02-12 Michal Princ (NXA1... Avoid memory leak in rpmsg_init()
2016-02-12 Marian Cingel (B37642)Switch params for sh_mem_free_buffer call
2016-02-09 Wendy LiangUse CMake for compilation
2016-02-09 Wendy LiangUse lib/ for source files for OpenAMP library