Re: [PATCH 2/6] Modify the support for multiple memory resources.

2017-07-12 Thread Sichen Zhao
...@gmail.com; christian.maude...@embedded-brains.de Subject: Re: [PATCH 2/6] Modify the support for multiple memory resources. Is patch 1 and 2 still needed for the later patches? If not, then please drop them. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim

Re: [PATCH 2/6] Modify the support for multiple memory resources.

2017-07-11 Thread Sebastian Huber
Is patch 1 and 2 still needed for the later patches? If not, then please drop them. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Publ

[PATCH 2/6] Modify the support for multiple memory resources.

2017-07-11 Thread Sichen Zhao
rtems-libbsd only support single resource for a device. But some usb control need two resources, such as musb. So modify support for multiple device resources allocation. --- rtemsbsd/rtems/rtems-kernel-nexus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtemsbsd/rtems/rtem