Re: [PATCH v4 1/3] arm: npcm: add basic support for Nuvoton BMCs

2017-09-07 Thread Avi Fishman
On Thu, Sep 7, 2017 at 8:09 AM, Brendan Higgins wrote: > On Wed, Sep 6, 2017 at 2:04 PM, Avi Fishman wrote: >> Sorry for sending again some mailing list rejected it due to HTML >> involved (althoug I tried Plain Text), Trying again. >> >> 2017-09-06 11:07 GMT+03:00 Brendan Higgins : >>> Adds basi

Re: [PATCH v4 1/3] arm: npcm: add basic support for Nuvoton BMCs

2017-09-07 Thread Tomer Maimon
On 6 September 2017 at 11:07, Brendan Higgins wrote: > Adds basic support for the Nuvoton NPCM750 BMC. > > Signed-off-by: Brendan Higgins > --- > arch/arm/Kconfig | 2 + > arch/arm/Makefile| 1 + > arch/arm/mach-npcm/Kconfig | 50 + > arch/arm/

Re: [PATCH v4 1/3] arm: npcm: add basic support for Nuvoton BMCs

2017-09-06 Thread Brendan Higgins
On Wed, Sep 6, 2017 at 2:04 PM, Avi Fishman wrote: > Sorry for sending again some mailing list rejected it due to HTML > involved (althoug I tried Plain Text), Trying again. > > 2017-09-06 11:07 GMT+03:00 Brendan Higgins : >> Adds basic support for the Nuvoton NPCM750 BMC. >> >> Signed-off-by: Bre

Re: [PATCH v4 1/3] arm: npcm: add basic support for Nuvoton BMCs

2017-09-06 Thread Avi Fishman
Sorry for sending again some mailing list rejected it due to HTML involved (althoug I tried Plain Text), Trying again. 2017-09-06 11:07 GMT+03:00 Brendan Higgins : > Adds basic support for the Nuvoton NPCM750 BMC. > > Signed-off-by: Brendan Higgins > --- > arch/arm/Kconfig | 2 + >

[PATCH v4 1/3] arm: npcm: add basic support for Nuvoton BMCs

2017-09-06 Thread Brendan Higgins
Adds basic support for the Nuvoton NPCM750 BMC. Signed-off-by: Brendan Higgins --- arch/arm/Kconfig | 2 + arch/arm/Makefile| 1 + arch/arm/mach-npcm/Kconfig | 50 + arch/arm/mach-npcm/Makefile | 3 ++ arch/arm/mach-npcm/headsmp.S | 17 ++