[PATCH 2/2] libmisc/capture: Removal all use of the reserved _t in types.

2016-08-30 Thread Chris Johns
--- cpukit/libmisc/capture/capture-cli.c| 82 ++--- cpukit/libmisc/capture/capture.c| 148 +++- cpukit/libmisc/capture/capture.h| 139 +++--- cpukit/libmisc/capture/capture_buffer.c | 10 +- cpukit/li

[PATCH 1/2] libmisc/capture: Fix the capture engine on SMP.

2016-08-30 Thread Chris Johns
This patches some issues with the capture engine: 1. Check is the engine is open in ctrace commands. 2. Check all record open and appends for overflow. 3. Fix the record open to take the size of user data and not the record header. 4. Use packed structs for data being written to the per

Flight Software Abstracts Due September 19

2016-08-30 Thread Joel Sherrill
This is a reminder that the deadline for submission of abstracts to the 2016 Flight Software Workshop is **Monday, September 19th**. Thank you to those of you who have already submitted abstracts. Those of you who haven't yet done so can submit using this link: Submit Abstract

[PATCH v3] arm/xilinx_zynq: Disable the MMU and the data and instruction cache on boot.

2016-08-30 Thread Chris Johns
The u-boot loader can enable the MMU plus the data and instruction caches. Disable them and if the data cache is enabled clear it before turn the caches off. Closes #2774. --- c/src/lib/libbsp/arm/shared/include/arm-cp15-start.h | 4 c/src/lib/libbsp/arm/xilinx-zynq/startup/bspstartmmu.c

[PATCH] arm/xilinx_zynq: Start the second core when an SMP build.

2016-08-30 Thread Chris Johns
--- c/src/lib/libbsp/arm/xilinx-zynq/startup/bspsmp.c | 15 +++ c/src/lib/libbsp/arm/xilinx-zynq/startup/bspstartmmu.c | 7 +++ 2 files changed, 22 insertions(+) diff --git a/c/src/lib/libbsp/arm/xilinx-zynq/startup/bspsmp.c b/c/src/lib/libbsp/arm/xilinx-zynq/startup/bspsmp