[PATCH 1/2] Beaglebone black i2c code, modify by Punit Vara - Add beagle/bbb-i2c.c i2c driver - Modify include/i2c.h - Modify Makefile.am But i2c cannot work currently

2017-03-29 Thread Sichen Zhao
--- c/src/lib/libbsp/arm/beagle/Makefile.am | 4 +- c/src/lib/libbsp/arm/beagle/i2c/bbb-i2c.c | 788 ++ c/src/lib/libbsp/arm/beagle/include/i2c.h | 153 +- 3 files changed, 926 insertions(+), 19 deletions(-) create mode 100644 c/src/lib/libbsp/arm/beagle/i2c/bb

[PATCH] libdl: Support link ordered loading of ELF sections.

2017-03-29 Thread Chris Johns
The ARM C++ exception ABI uses an address ordered index table to locate the correct frame data and this requires the EXIDX sections are loaded in the order the order the matching text is loaded. The EXIDX sections set the SHF_LINK_ORDER flag and link field. This patch adds support to load those fl

Re: Interested in GSoC 2017 Project: Memory Protection.

2017-03-29 Thread Abhimanyu Rawat
Hello Dr. Bloom and other folks, I have developed an initial draft of my application, kindly review it. I can be more verbose in explaining the granular details regarding the concepts and approaches, so kindly tell me how and where I can amend the proposal. On Sat, Mar 25, 2017 at 12:15 PM, Hesha