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
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
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
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]
---
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