Re: [PATCH 009/111] DRVMGR: added driver manager to cpukit/libdrvmgr

2015-03-05 Thread Gedare Bloom
On Thu, Mar 5, 2015 at 5:29 PM, Joel Sherrill wrote: > > > On 3/5/2015 3:44 PM, Gedare Bloom wrote: >> Continued... >> >> A high-level question I have is whether we want to consider this >> drvmgr as an externally-supported library, or if it is to be part of >> RTEMS proper. It makes sense to trea

Re: [PATCH 009/111] DRVMGR: added driver manager to cpukit/libdrvmgr

2015-03-05 Thread Joel Sherrill
On 3/5/2015 3:44 PM, Gedare Bloom wrote: > Continued... > > A high-level question I have is whether we want to consider this > drvmgr as an externally-supported library, or if it is to be part of > RTEMS proper. It makes sense to treat it as third-party code if there > are other OSs that gaisler

Re: [PATCH 009/111] DRVMGR: added driver manager to cpukit/libdrvmgr

2015-03-05 Thread Gedare Bloom
Continued... A high-level question I have is whether we want to consider this drvmgr as an externally-supported library, or if it is to be part of RTEMS proper. It makes sense to treat it as third-party code if there are other OSs that gaisler uses the same API for, but if this is specifically des

Fwd: [PATCH 009/111] DRVMGR: added driver manager to cpukit/libdrvmgr

2015-03-03 Thread Gedare Bloom
On Thu, Feb 26, 2015 at 11:38 AM, Daniel Hellstrom wrote: [...] > diff --git a/c/src/aclocal/enable-drvmgr.m4 b/c/src/aclocal/enable-drvmgr.m4 > new file mode 100644 > index 000..489f60e > --- /dev/null > +++ b/c/src/aclocal/enable-drvmgr.m4 > @@ -0,0 +1,12 @@ > +AC_DEFUN([RTEMS_ENABLE_DRVMGR]

[PATCH 009/111] DRVMGR: added driver manager to cpukit/libdrvmgr

2015-02-26 Thread Daniel Hellstrom
--- aclocal/enable-drvmgr.m4 | 12 + c/src/aclocal/enable-drvmgr.m4 | 12 + c/src/lib/libbsp/shared/bspdriverlevelhook.c | 16 + c/src/lib/libbsp/shared/include/bootcard.h |2 + c/src/make/configure.ac |1 + configure.ac