[PATCH 1/6] basedefs.h: Add compiler attributes

2015-10-15 Thread Sebastian Huber
--- cpukit/score/include/rtems/score/basedefs.h | 41 - 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/cpukit/score/include/rtems/score/basedefs.h b/cpukit/score/include/rtems/score/basedefs.h index 695ab8f..8e145f5 100644 --- a/cpukit/score/include/rtem

[PATCH 3/6] basdefs.h: Add RTEMS_PURE

2015-10-15 Thread Sebastian Huber
--- cpukit/score/include/rtems/score/basedefs.h | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cpukit/score/include/rtems/score/basedefs.h b/cpukit/score/include/rtems/score/basedefs.h index 5575a06..9e6bc0a 100644 --- a/cpukit/score/include/rtems/score/basedefs.h +++

[PATCH 6/6] basdefs.h: Add and use RTEMS_PACKED

2015-10-15 Thread Sebastian Huber
--- c/src/lib/libbsp/i386/pc386/include/edid.h | 20 ++-- c/src/lib/libbsp/i386/pc386/include/vbe3.h | 14 +++--- .../libbsp/i386/shared/realmode_int/realmode_int.c | 4 ++-- .../libbsp/i386/shared/realmode_int/realmode_int.h | 2 +- c/src/lib/libc

Re: [PATCH] libfdt: Initial import

2015-10-15 Thread Chris Johns
On 16/10/2015 12:42 am, Sebastian Huber wrote: > Import from: > > git://git.kernel.org/pub/scm/utils/dtc/dtc.git > Many thanks for doing this. It is great to see this go into RTEMS. I have attached code which I would like to also go in. Please feel free to add it, update as you see fit. I curre