[ACTIVITY] 29 July - 01 August 2013

2013-08-05 Thread Venkataramanan Kumar
== Progress == * Libssp support for AArch64 TCWG 23: Basic support is enabled by default when frame is made to grow downwards. Wrote machine descriptions for stack_protect_set and stack_protect_test to override this default behavior. Testing the patch internally. Plan is to emit inst

[ACTIVITY] 29 July - 2 August 2013

2013-08-05 Thread Omair Javaid
== Progress == * Generated arm syscall xml file for gdb and made few code changes in arm-linux-tdep for catch syscall support on arm TCWG-182. * Ran reverse debugging test suites on arm with arm/thumb and mix mode. == Plan == * Short week due to EID holidays * Try to Complete code changes and

[ACTIVITY] July 29 - Aug 2

2013-08-05 Thread Christophe Lyon
== Progress == * 2013-08 4.8 release: - Reviewed merge requests sent by Yvan. A few instabilities in x86/x86_64: re-spawned jobs came back clean. Unexpected improvements in a9: actually the reference had unexpected regression; re-spawned reference job came back clean. - prepared anothe

[ACTIVITY] Week 31

2013-08-05 Thread Charles Baylis
Last week * Wrote up notes on gcc cross-compiler building (WIP: https://wiki.linaro.org/WorkingGroups/ToolChain/BuildingGNUToolchains) * started looking at gcc test suite This week * produce at least one fix for a gcc testsuite test problem * book LCU13 * with luck, receive new laptop

Re: [PATCH] omap_i2c: don't end I2C transfer immediately when STP bit is set

2013-08-05 Thread Peter Maydell
On 24 June 2013 19:21, Francesco Lavra wrote: > When the OMAP I2C controller is operated in master mode, setting the > STP bit in the CON register instructs the controller to generate an I2C > stop condition only after the programmed number of bytes has been sent > on the I2C bus. The current code