[PATCH] Add tool patches warning

2017-11-10 Thread Sebastian Huber
Update #2949. --- tools/WARNING | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/WARNING diff --git a/tools/WARNING b/tools/WARNING new file mode 100644 index 000..cf60060 --- /dev/null +++ b/tools/WARNING @@ -0,0 +1,2 @@ +This directory and all its content is READ ONLY. Do

Re: [PATCH] Upgrade to 5.0.0

2017-11-10 Thread Sebastian Huber
On 09/11/17 23:47, Chris Johns wrote: On 09/11/2017 17:24, Sebastian Huber wrote: 2. Documentation website repo. Easy. I don't know how to do this. https://git.rtems.org/chrisj/rtems-admin.git/ Ok, should I do this? -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-8217

Re: [rtems-tools commit] Add tools/5 patches

2017-11-10 Thread Sebastian Huber
On 10/11/17 01:14, Chris Johns wrote: On 09/11/2017 19:16, Sebastian Huber wrote: Module:rtems-tools Branch:master Commit:2da13568ddc41fdeb6e8ddf067bd550bb8753bd8 Changeset:http://git.rtems.org/rtems-tools/commit/?id=2da13568ddc41fdeb6e8ddf067bd550bb8753bd8 Author:Sebastian Hube

Re: Build Windows: FAILED 5/rtems-nios2.bset on x86_64-w64-mingw32 (nios2-rtems5-gcc-7.2.0-newlib-2.5.0.20170922-x86_64-w64-mingw32-1)

2017-11-10 Thread Sebastian Huber
On 10/11/17 12:44, Chris Johns wrote: /D/opt/rtems/rsb.git/rtems/build/nrg7n2xwm1/build/./gcc/xgcc -B/D/opt/rtems/rsb.git/rtems/build/nrg7n2xwm1/build/./gcc/ -nostdinc -B/D/opt/rtems/rsb.git/rtems/build/nrg7n2xwm1/build/nios2-rtems5/newlib/ -isystem/D/opt/rtems/rsb.git/rtems/build/nrg7n2xwm1/buil

Re: [PATCH 2/2] Port BBB sd driver files to RTEMS.

2017-11-10 Thread Sebastian Huber
On 08/11/17 14:43, Sichen Zhao wrote: So BBB can mount and read eMMC and SD card. Thanks, committed. -- 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-brain

Re: [PATCH 00/10] Add wpa_supplicant to libbsd.

2017-11-10 Thread Sebastian Huber
Hello Sichen, thanks for your WPA supplicant porting contribution which was a part of GSoC this year.  It took a while to commit it. I checked in the patch series with some minor modifications. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone

Re: [PATCH 00/10] Add wpa_supplicant to libbsd.

2017-11-10 Thread Gedare Bloom
On Fri, Nov 10, 2017 at 8:28 AM, Sebastian Huber wrote: > Hello Sichen, > > thanks for your WPA supplicant porting contribution which was a part of GSoC > this year. It took a while to commit it. > > I checked in the patch series with some minor modifications. > Great effort, Sichen! Well done >

Re: [PATCH 00/10] Add wpa_supplicant to libbsd.

2017-11-10 Thread Sichen Zhao
> > On Fri, Nov 10, 2017 at 8:28 AM, Sebastian Huber > wrote: >> Hello Sichen, >> >> thanks for your WPA supplicant porting contribution which was a part of GSoC >> this year. It took a while to commit it. >> >> I checked in the patch series with some minor modifications. > Great effort, Sich

Re: [PATCH 2/4] getentropy: Add cpu counter based implementation.

2017-11-10 Thread Gedare Bloom
> diff --git a/c/src/lib/libbsp/shared/getentropy-cpucounter-based.c > b/c/src/lib/libbsp/shared/getentropy-cpucounter-based.c > new file mode 100644 > index 00..137fdfbb6c > --- /dev/null > +++ b/c/src/lib/libbsp/shared/getentropy-cpucounter-based.c > @@ -0,0 +1,46 @@ > +/* > + * Copyrigh

Re: [PATCH 3/4] getentropy: Add test.

2017-11-10 Thread Gedare Bloom
This is a necessary test, but I don't think it is that sufficient to give a good idea of the quality of the entropy returned. It would be better instead to calculate an actual entropy (information theoretic) measure over multiple calls to getentropy(). The program test logic could be something like

Why is aarch64 missing from rtems-all.bset?

2017-11-10 Thread Joel Sherrill
Hi Just curious why this wasn't included? Is it just an accident? There are tool chains for other architectures which we hope to have a port for included. --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH 2/4] getentropy: Add cpu counter based implementation.

2017-11-10 Thread Christian Mauderer
- Ursprüngliche Mail - > Von: "Gedare Bloom" > An: "Christian Mauderer" > CC: devel@rtems.org > Gesendet: Freitag, 10. November 2017 16:55:33 > Betreff: Re: [PATCH 2/4] getentropy: Add cpu counter based implementation. >> diff --git a/c/src/lib/libbsp/shared/getentropy-cpucounter-based.c

Re: [PATCH 3/4] getentropy: Add test.

2017-11-10 Thread Christian Mauderer
- Ursprüngliche Mail - > Von: "Gedare Bloom" > An: "Christian Mauderer" > CC: devel@rtems.org > Gesendet: Freitag, 10. November 2017 17:14:38 > Betreff: Re: [PATCH 3/4] getentropy: Add test. > This is a necessary test, but I don't think it is that sufficient to > give a good idea of the

Re: [PATCH 2/4] getentropy: Add cpu counter based implementation.

2017-11-10 Thread Gedare Bloom
On Fri, Nov 10, 2017 at 2:34 PM, Christian Mauderer wrote: > - Ursprüngliche Mail - >> Von: "Gedare Bloom" >> An: "Christian Mauderer" >> CC: devel@rtems.org >> Gesendet: Freitag, 10. November 2017 16:55:33 >> Betreff: Re: [PATCH 2/4] getentropy: Add cpu counter based implementation. > >

Re: [PATCH 3/4] getentropy: Add test.

2017-11-10 Thread Gedare Bloom
On Fri, Nov 10, 2017 at 2:49 PM, Christian Mauderer wrote: > - Ursprüngliche Mail - >> Von: "Gedare Bloom" >> An: "Christian Mauderer" >> CC: devel@rtems.org >> Gesendet: Freitag, 10. November 2017 17:14:38 >> Betreff: Re: [PATCH 3/4] getentropy: Add test. > >> This is a necessary test,

Re: Why is aarch64 missing from rtems-all.bset?

2017-11-10 Thread Chris Johns
On 11/11/17 3:32 am, Joel Sherrill wrote: > > Just curious why this wasn't included? Is it just an accident? > There are tool chains for other architectures which we hope > to have a port for included. > Looks like it was missed. I have raised #3228 to track this issue. Chris __

Re: [rtems-tools commit] Add tools/5 patches

2017-11-10 Thread Chris Johns
On 10/11/17 5:20 pm, Sebastian Huber wrote: > > These are not new patches. They just moved from tools/4.12 to tools/5. > Understood. They follow the pattern of the RSB I started and this approach is now a mistake. The improvement in the RSB, such as per release versions and better ways to bring

Re: [PATCH] Upgrade to 5.0.0

2017-11-10 Thread Chris Johns
On 10/11/2017 20:16, Sebastian Huber wrote: > On 09/11/17 23:47, Chris Johns wrote: >> On 09/11/2017 17:24, Sebastian Huber wrote: 2. Documentation website repo. Easy. >>> I don't know how to do this. >>> >> https://git.rtems.org/chrisj/rtems-admin.git/ >> > > Ok, should I do this? > Yes if

Re: [PATCH] Upgrade to 5.0.0

2017-11-10 Thread Chris Johns
On 10/11/2017 17:30, Sebastian Huber wrote: > On 09/11/17 23:52, Joel Sherrill wrote: >> My question about the version number went unanswered. Is this the point >> were we are switching to two digit versions? This thread has 5.0.0 in the >> title (3 digits, no change in style) but the current tool

Re: [PATCH 09/10] libbsd.txt: Describe current state of WLAN.

2017-11-10 Thread Chris Johns
On 10/11/2017 17:59, Christian Mauderer wrote: > > I took a quick glance to find out the behaviour on FreeBSD: It supports > hot-plugging. If I for example add a > > wlans_rtwn0="wlan7" > ifconfig_wlan7="DHCP" > > to rc.conf a RTL8188 USB WiFi dongle is created as wlan7. I'll add that > pice

Re: [PATCH] Add tool patches warning

2017-11-10 Thread Chris Johns
On 10/11/2017 19:43, Sebastian Huber wrote: > Update #2949. > --- > tools/WARNING | 2 ++ > 1 file changed, 2 insertions(+) > create mode 100644 tools/WARNING > > diff --git a/tools/WARNING b/tools/WARNING > new file mode 100644 > index 000..cf60060 > --- /dev/null > +++ b/tools/WARNING > @@