Re: arm/rtl22xx_t build failures

2017-05-24 Thread Chris Johns
On 24/05/2017 15:30, Sebastian Huber wrote: ../../../../../.././lpc1768_mbed/lib/include/bsp/lpc-i2s.h:26:25: fatal error: bsp/utility.h: No such file or directory #include ^ compilation terminated. Maybe its time to get rid of the make preinstall. I have not

Re: [rtems commit] arm: Optimize context switch

2017-05-24 Thread Gedare Bloom
On Tue, May 23, 2017 at 3:09 AM, Sebastian Huber wrote: > On 22/05/17 16:49, Gedare Bloom wrote: > >> Everything. 'hello' doesn't even work. I can't debug until later. >> Probably gem5 deals with some processor context a bit differently and >> may be

[PATCH v2] Add the i2c driver for Beaglebone Black:

2017-05-24 Thread Sichen Zhao
Update ticket #2891 and my GSOC project add c/src/lib/libbsp/arm/beagle/i2c/bbb-i2c.c modify c/src/lib/libbsp/arm/beagle/include/i2c.h modify c/src/lib/libbsp/arm/beagle/include/bbb-gpio.h modify c/src/lib/libcpu/arm/shared/include/am335x.h modify c/src/lib/libbsp/arm/beagle/Makefile.am Now can

[PATCH] Add RTEMS port of Linux FB user-space API

2017-05-24 Thread Kevin Kirspel
--- cpukit/dev/include/linux/fb.h | 1188 + 1 file changed, 1188 insertions(+) create mode 100644 cpukit/dev/include/linux/fb.h diff --git a/cpukit/dev/include/linux/fb.h b/cpukit/dev/include/linux/fb.h new file mode 100644 index 000..eebe1d4 ---

[PATCH] build-system: Parallel build all subdirs.

2017-05-24 Thread Chris Johns
--- c/Makefile.am | 4 +- c/src/Makefile.am | 2 +- c/src/automake/subdirs.am | 117 +++-- c/src/lib/Makefile.am | 7 +- c/src/lib/libbsp/Makefile.am

Re: [PATCH] Add the i2c driver for Beaglebone Black:

2017-05-24 Thread Christian Mauderer
Hi Sichen, Am 24.05.2017 um 05:50 schrieb Sichen Zhao: > Hi Christian, > > > I got you, and there are some advice i don't understand: > > >> +static void am335x_i2c_continue_write(bbb_i2c_bus *bus, >> + volatile bbb_i2c_regs *regs) >> +{ >> + >> + > > > Why the two empty lines? And