]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/open-amp.git/history - lib
add explicit include to errno.h
[processor-sdk/open-amp.git] / lib /
2016-10-13 Sam Sortaisadd explicit include to errno.h
2016-10-13 Sam Sortaisadd freertos env
2016-10-13 Wendy LiangRemove Zynq7 generic system implementation
2016-10-13 Wendy LiangZynq remoteproc: update to use libmetal APIs
2016-10-13 Wendy LiangRemove ZynqMP R5 system/machine specific files
2016-10-13 Wendy LiangUpdate CMake files to compile OpenAMP for Linux
2016-10-13 Wendy LiangAdd Linux env
2016-10-13 Wendy LiangAdd zynqMP APU to RPU remoteproc driver
2016-10-13 Wendy Liangenv: introduce OpenAMP debug
2016-10-13 Wendy LiangOpenAMP: env: remove unused env funcitons
2016-10-13 Wendy LiangReplace alloc/free memory with the libmetal APIs
2016-10-13 Wendy Liangremoteproc: r5 to a53: remove shm mem map
2016-10-13 Wendy Liangremoteproc plat: init shmem if required
2016-10-13 Wendy Liangrpmsg_retarget: check if proxy is created
2016-10-13 Wendy Liangremoteproc: shutdown before rpmsg deinit
2016-10-13 Wendy Liangremoteproc: not del remoteproc after deinit rpmsg
2016-10-13 Wendy LiangUse libmetal_memset/memcpy_io for device memory
2016-10-13 Wendy LiangApps: generic: ZynqMP R5: use libmetal ISR
2016-10-13 Wendy LiangUse uintptr_t for firmware addr
2016-10-13 Wendy Liangremoteproc: zynqmp_r5: Update to use libmetal irq
2016-10-13 Wendy Liangrpmsg proxy: Use hil_proc poll to wait
2016-10-13 Wendy LiangZynqmp R5 remoteproc: implement poll function
2016-10-13 Wendy LiangAdd hil_proc poll()
2016-10-13 Wendy Liangvirtqueue: Use I/O region for pa to va convertion
2016-10-13 Wendy LiangRemove llist from the library
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 Liangremoteproc: rsc table: use libmetal to map memory
2016-10-13 Wendy Liangremoteproc: ZynqMP R5: remove flushing caches
2016-10-13 Wendy LiangZynqMP: init hil_proc with remoteproc plat API
2016-10-13 Wendy LiangAdd remoteproc platform APIs
2016-10-13 Wendy Liangrpmsg: run cache ops against cacheable buffers
2016-10-13 Wendy LiangAdd metal device and I/O region to hil_proc
2016-10-13 Wendy Liangzynqmp remoteproc: cleanup IPI in the driver probe
2016-10-13 Wendy Liangfirmware: move the firmware table out from lib
2016-10-13 Wendy Liangremoteproc: remove system cleanup related from lib
2016-10-13 Wendy LiangIntroduce hil_proc rsc header and rsc data struct
2016-10-13 Edgar E. Iglesiasremoteproc: Add support for peers without firmware
2016-10-13 Wendy Liangremoteproc: remove ipi deinit function
2016-10-13 Wendy LiangZynq7:platform_patova: return the correct va
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 Lianghil_proc: initialize with proc->ops->initialize()
2016-10-13 Wendy Lianghil_proc: use proc->ops->release()
2016-10-13 Wendy Lianghil_proc: introduce release()
2016-10-13 Wendy Liangzynqmp_r5 remoteproc: remove platform_get_processor_for...
2016-10-13 Wendy LiangRemove hil_get_cpuforfw()
2016-10-13 Wendy LiangRemove platform_get_processor_info() from hil_proc
2016-10-13 Wendy Liangremoteproc: Remove getting CPU Id from firmware
2016-10-13 Wendy Liangzynq a9 remoteproc: implement _initialize()
2016-10-13 Wendy Liangzynqmp r5 remoteproc: implement _initialize()
2016-10-13 Wendy LiangMake platform data as remote proc init input
2016-10-13 Wendy LiangAdd initialize() hil_proc API
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 Liangport hil_proc to use metal_list
2016-10-13 Wendy Liangreplace env_print with printf
2016-10-13 Wendy LiangRemove OpenAMP env_print and env_assert
2016-10-13 Wendy LiangIntroduce RPMSG_ASSERT
2016-10-13 Wendy LiangRemove memory barrier definition from OpenAMP env
2016-10-13 Wendy LiangReplace OpenAMP memory barrier with atomic operation
2016-10-13 Wendy Liangremove memory barrier from zynqmp remoteproc driver
2016-10-13 Wendy LiangRemove env_strncmp()
2016-10-13 Wendy LiangReplace env_strncmp() wisth strncmp()
2016-10-13 Wendy LiangRemove env_strcmp()
2016-10-13 Wendy LiangReplace env_strcmp() with strcmp()
2016-10-13 Wendy LiangRemove env_strncpy()
2016-10-13 Wendy LiangReplace env_strncpy() with strncpy()
2016-10-13 Wendy LiangRemove undefined env_strcpy()
2016-10-13 Wendy LiangRemove undefined env_strlen()
2016-10-13 Wendy LiangRemove env_memcpy()
2016-10-13 Wendy LiangReplace env_memcpy() with memcpy()
2016-10-13 Wendy LiangRemove env_memset()
2016-10-13 Wendy LiangReplace env_memset() with memset()
2016-10-13 Wendy LiangRemove env_init()
2016-10-13 Wendy LiangReplace env_init() with metal_init()
2016-10-13 Wendy Liangsh_mem.c: Remove unused status var
2016-10-13 Wendy LiangRemove OpenAMP env mutex implementation
2016-10-13 Wendy LiangReplace ENV mutex with the libmetal mutex
2016-10-13 Wendy LiangCheck libmetal include dir
2016-10-13 Wendy LiangZynqMP_R5: Add support to out of repo libxil
2016-10-13 Wendy Liangshared mem: fix the get first zero bit function
2016-10-12 Wendy Liangswap the trace and devmem rsc handler
2016-09-22 Simon BrummerFixed cast to (void *) preventing error free compilatio...
2016-07-01 Edgar E. Iglesiasvirtio: Redefine vring_avail_event
2016-07-01 Wendy LiangUse standard types in resource table
2016-07-01 Wendy Liangrpmsg.h: move code to maximize match against Linux
2016-07-01 Wendy LiangRemove redundant checking in rpmsg send
2016-07-01 Wendy Liangrpmsg.h: remove leading space of function declare
2016-07-01 Cyril ChemparathyUse standard types in rpmsg
2016-04-21 Wendy Liangchange rpmsg error base v2016.04
2016-04-21 Wendy LiangFix rpmsg_end on REMOTE causes buffer "leak"
2016-04-21 Wendy LiangAdd env_assert() API
2016-04-20 Michal Princ (NXA1... Add missing #else statement into the compiler.h
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 Sortaisfix deallocation issue on deinit
next