[PATCH 4/7] bsp/mvme167: Fix warnings

2018-01-12 Thread Sebastian Huber
--- c/src/lib/libbsp/m68k/mvme167/network/network.c | 34 - 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/c/src/lib/libbsp/m68k/mvme167/network/network.c b/c/src/lib/libbsp/m68k/mvme167/network/network.c index 146035e2a9..822db56730 100644 --- a/c/src/lib

[PATCH 2/7] libchip: Use public include path

2018-01-12 Thread Sebastian Huber
Update #3254. --- c/src/libchip/network/greth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/libchip/network/greth.c b/c/src/libchip/network/greth.c index ccf2017553..244e4a28df 100644 --- a/c/src/libchip/network/greth.c +++ b/c/src/libchip/network/greth.c @@ -22,7 +22

[PATCH 1/7] bsps/lm32: Do not include network headers in bsp.h

2018-01-12 Thread Sebastian Huber
Update #3254. --- c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h | 6 ++ c/src/lib/libbsp/lm32/milkymist/include/bsp.h | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h b/c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h index 6540488

[PATCH 6/7] bsps/m68k: Fix CACR register defines

2018-01-12 Thread Sebastian Huber
--- c/src/lib/libcpu/m68k/mcf548x/include/mcf548x.h | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/c/src/lib/libcpu/m68k/mcf548x/include/mcf548x.h b/c/src/lib/libcpu/m68k/mcf548x/include/mcf548x.h index 440f6a74bb..7a9dc73698 100644 --- a/c/src/lib/libcpu/m68k/mcf548x/inc

[PATCH 5/7] bsps: Fix redefine warning

2018-01-12 Thread Sebastian Huber
From: Chris Johns --- c/src/lib/libbsp/shared/include/gpio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/c/src/lib/libbsp/shared/include/gpio.h b/c/src/lib/libbsp/shared/include/gpio.h index 7d8f67b171..64a877ae7a 100644 --- a/c/src/lib/libbsp/shared/include/gpio.h +++ b/c/src/lib/libbs

[PATCH 3/7] bsps: Add AM_CPPFLAGS to special case CPPFLAGS

2018-01-12 Thread Sebastian Huber
This is necessary to pick up mandatory flags provided by the build system. Update #3254. --- c/src/lib/libcpu/powerpc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libcpu/powerpc/Makefile.am b/c/src/lib/libcpu/powerpc/Makefile.am index 3779ddc6c7..

[PATCH 7/7] bsps/arm: Add header guard, fix defines

2018-01-12 Thread Sebastian Huber
From: Chris Johns --- c/src/lib/libcpu/arm/shared/include/am335x.h | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libcpu/arm/shared/include/am335x.h b/c/src/lib/libcpu/arm/shared/include/am335x.h index c29ae6c761..367e97cae9 100644 --- a/c/src/lib/libcpu/ar

Re: [PATCH 0/9] 4.10 Maintenance

2018-01-12 Thread Gedare Bloom
I pushed these patches, and I also updated the 4.10 release notes page for changes in 4.10.3 with these and a few others that had not been documented yet. On Thu, Jan 11, 2018 at 2:24 PM, Joel Sherrill wrote: > These are all obviously known issues which were worthy of being included > on the 4.11

Re: [PATCH 0/9] 4.10 Maintenance

2018-01-12 Thread Joel Sherrill
Thanks! On Jan 12, 2018 3:02 PM, "Gedare Bloom" wrote: > I pushed these patches, and I also updated the 4.10 release notes page > for changes in 4.10.3 with these and a few others that had not been > documented yet. > > On Thu, Jan 11, 2018 at 2:24 PM, Joel Sherrill wrote: > > These are all obv

M32C Deprecation

2018-01-12 Thread Joel Sherrill
Hi Sebastian asked about the status of the m32c on the GCC list and it is near death. It has a number of long outstanding bugs which have kept us on an older toolset. I am not opposed to removing it before branching the next release if there is agreement. It barely survived my last pass. The onl