]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/open-amp.git/shortlog
processor-sdk/open-amp.git
2016-10-14 Wendy LiangAdd Linux remoteproc between two processes
2016-10-14 Wendy LiangUpdate demo apps to use new HIL proc APIs
2016-10-14 Wendy LiangNot use remoteproc_plat in Zynq7 BM apps helpers
2016-10-14 Wendy LiangRemove remoteproc_plat from Zynq remoteproc driver
2016-10-14 Wendy LiangNot use remoteproc_plat in ZynqMP apps helper functions
2016-10-13 Wendy LiangRemove remoteproc_plat in ZynqMP rproc driver
2016-10-13 Wendy LiangNot use remoteproc_plat in ZynqMP R5 apps helpers
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 LiangIntroduce openamp_print
2016-10-13 Wendy LiangApps: update zynqmp example
2016-10-13 Wendy LiangApps: move linux helper to linux/machine
2016-10-13 Wendy LiangAdd DTSI example to OpenAMP in Linux userspace
2016-10-13 Wendy Liangzynq_remoteproc: solve the atomic warning
2016-10-13 Sam Sortaisadd option to exclude dependency check
2016-10-13 Sam Sortaisadd explicit include to errno.h
2016-10-13 Sam Sortaisadd freertos env
2016-10-13 Sam Sortaismatrix_multiplyd clarify main loop
2016-10-13 Sam Sortaisrpc_demo code cleanup
2016-10-13 Sam Sortaisecho_testd simplify main loop
2016-10-13 Sam Sortaiscleanup: const definition, unused includes,...
2016-10-13 Wendy LiangCMake: generic: ZynqMP R5: udpate to use libxil, libmetal
2016-10-13 Wendy LiangCMake: Zynq: generic: update to use xil,metal lib
2016-10-13 Wendy LiangApps: Remove the need to have old Zynq includes
2016-10-13 Wendy LiangApps: CMake: allow system machine linker option
2016-10-13 Wendy LiangApps: ZynqMP R5: specify full linker script option
2016-10-13 Wendy LiangApps: Zynq: Update to use libmetal I/O and device
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 LiangApps: Add Linux and ZynqMP layer
2016-10-13 Wendy LiangAdd Linux env
2016-10-13 Wendy LiangAdd proxy deamon service demo application
2016-10-13 Wendy LiangAdd matrix multiplication client demo application
2016-10-13 Wendy LiangAdd echo_test client demo applicaiton
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 Liangrpc_demo: print to proxy before it send shutdown
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 LiangApps: remoteproc slave: use hil_poll()
2016-10-13 Wendy LiangApps: platform info: ZynqMP r5: update IPI info
2016-10-13 Wendy LiangApps: remoteproc slave: user libmetal dev
2016-10-13 Wendy LiangApps: platform init: ZynqMP r5: use libmetal dev
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 LiangZynq7 master: Add the firmware table to app init
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 LiangApps: do the system cleanup in the app
2016-10-13 Wendy LiangApps: generic: Zynq7: add cleanup API
2016-10-13 Wendy LiangApps: generic: ZynqMP R5: add cleanup API
2016-10-13 Wendy Liangapp: Update init data def due to hil_proc change
2016-10-13 Wendy LiangIntroduce hil_proc rsc header and rsc data struct
2016-10-13 Wendy Liangapps: pass RPMsg role to remoteproc init API
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 LiangAdd checking stdatomic header file checking
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 Liangapps: zynq: remove platform_get_processor_for_fw()
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 Liangapps: update calling the remoteproc init API
2016-10-13 Wendy Liangapps: zynq7: remove setting rproc platform data funciton
2016-10-13 Wendy Liangapps: zynqmp r5: remove extra remoteproc information
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
next