]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/open-amp.git/history - lib/remoteproc
Add Linux application generic initialization
[processor-sdk/open-amp.git] / lib / remoteproc /
2016-10-14 Wendy LiangAdd Linux remoteproc between two processes
2016-10-14 Wendy LiangRemove remoteproc_plat from Zynq remoteproc driver
2016-10-13 Wendy LiangRemove remoteproc_plat in ZynqMP rproc driver
2016-10-13 Wendy LiangRemove remoteproc_plat from ZynqMP R5 rproc driver
2016-10-13 Wendy Liangupdate hil_proc not to add new user data struct
2016-10-13 Wendy Liangzynq_remoteproc: solve the atomic warning
2016-10-13 Sam Sortaisadd explicit include to errno.h
2016-10-13 Wendy LiangZynq remoteproc: update to use libmetal APIs
2016-10-13 Wendy LiangAdd zynqMP APU to RPU remoteproc driver
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 Liangremoteproc: shutdown before rpmsg deinit
2016-10-13 Wendy Liangremoteproc: not del remoteproc after deinit rpmsg
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 LiangZynqmp R5 remoteproc: implement poll function
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 Liangzynqmp remoteproc: cleanup IPI in the driver probe
2016-10-13 Wendy Liangremoteproc: remove system cleanup related from lib
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 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 Liangzynqmp_r5 remoteproc: remove platform_get_processor_for...
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 Liangrproc init: remove system init
2016-10-13 Wendy Liangrpmsg_init: caller to control whether to init env
2016-10-13 Wendy Liangremove memory barrier from zynqmp remoteproc driver
2016-10-13 Wendy LiangReplace env_strncmp() wisth strncmp()
2016-10-13 Wendy LiangReplace env_strcmp() with strcmp()
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-12 Wendy Liangswap the trace and devmem rsc handler
2016-03-07 Sam Sortaisrm compilation warnings, clean comments, file rename
2016-03-05 Sam Sortaisrename and define some local var/funcs static
2016-03-05 Sam Sortaisinvalidate cache instead of disabling
2016-03-05 Sam Sortaiszynqmp: drivers use platform_isr instead of hil_isr
2016-03-05 Sam Sortaiszynqmp: replace logical-AND by bit-AND with ipi_chn_mask
2016-02-13 Wendy Liangremoteproc: zynqmp to a53: always enable IPI intr
2016-02-09 Wendy LiangUse CMake for compilation
2016-02-09 Wendy Liangzynqmp_r5: remove IPI handler
2016-02-09 Wendy LiangMove remoteproc drv from system/machaine to remoteproc
2016-02-09 Wendy LiangUse lib/ for source files for OpenAMP library