[PATCH 0/3] Fix warnings from check_submission for sparc bsp
Joel Sherrill
joel.sherrill at OARcorp.com
Mon May 12 14:53:33 UTC 2014
On 5/12/2014 9:39 AM, Daniel Cederman wrote:
> Hi everyone,
>
> I'm trying to fix some of the warnings that check_submission emits for the sparc bsp. In these patches I've shortened lines so that they are less than 80 characters, I've added copyright and license information, and changed tabs into spaces. The last patch touches many lines in a couple of files, but these have a relatively short commit history, so I hope that is alright.
>
> I'm unsure about the copyright for the following files so I let them be:
>
> tm27.h - OAR?
For Leon3, it should be AG. Base template was from OAR.
> include/bsp/irq.h - embedded brains?
git log is your friend. :)
Daniel Hellstrom wrote this. Based on a template from EB.
> leon_open_eth/leon_open_eth.c
> leon_smc91111/leon_smc91111.c
git history starts in 2006 on these. I would assume they came from AG.
> Best regards,
> Daniel Cederman
>
> Daniel Cederman (3):
> bsps/sparc: Make lines in SPARC BSPs adhere to 80 character limit.
> bsps/sparc: Add copyright and license information
> bsps/sparc: Change tabs to spaces.
>
> c/src/lib/libbsp/sparc/configure.ac | 3 +-
> c/src/lib/libbsp/sparc/erc32/clock/ckinit.c | 6 +-
> c/src/lib/libbsp/sparc/erc32/configure.ac | 13 +-
> .../lib/libbsp/sparc/erc32/console/erc32_console.c | 11 +-
> .../lib/libbsp/sparc/erc32/erc32sonic/erc32sonic.c | 12 +-
> c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c | 12 +-
> c/src/lib/libbsp/sparc/erc32/include/bsp.h | 8 +-
> c/src/lib/libbsp/sparc/erc32/include/erc32.h | 34 +-
> c/src/lib/libbsp/sparc/erc32/startup/boardinit.S | 96 +++--
> c/src/lib/libbsp/sparc/erc32/startup/spurious.c | 4 +-
> c/src/lib/libbsp/sparc/leon2/cchip/cchip.c | 433 ++++++++++----------
> c/src/lib/libbsp/sparc/leon2/clock/ckinit.c | 6 +-
> c/src/lib/libbsp/sparc/leon2/configure.ac | 13 +-
> c/src/lib/libbsp/sparc/leon2/console/console.c | 2 +-
> c/src/lib/libbsp/sparc/leon2/gnatsupp/gnatsupp.c | 8 +
> c/src/lib/libbsp/sparc/leon2/include/bsp.h | 6 +-
> c/src/lib/libbsp/sparc/leon2/include/cchip.h | 9 +
> c/src/lib/libbsp/sparc/leon2/include/leon.h | 98 ++---
> c/src/lib/libbsp/sparc/leon2/include/rasta.h | 26 +-
> c/src/lib/libbsp/sparc/leon2/pci/pci.c | 181 +++++---
> c/src/lib/libbsp/sparc/leon2/rasta/rasta.c | 17 +-
> c/src/lib/libbsp/sparc/leon2/startup/spurious.c | 6 +-
> c/src/lib/libbsp/sparc/leon3/Makefile.am | 3 +-
> c/src/lib/libbsp/sparc/leon3/configure.ac | 7 +-
> c/src/lib/libbsp/sparc/leon3/gnatsupp/gnatsupp.c | 8 +
> c/src/lib/libbsp/sparc/leon3/include/bsp.h | 19 +-
> c/src/lib/libbsp/sparc/leon3/include/leon.h | 20 +-
> .../sparc/leon3/leon_smc91111/leon_smc91111.c | 8 +-
> c/src/lib/libbsp/sparc/leon3/pci/pci.c | 118 ++++--
> c/src/lib/libbsp/sparc/leon3/shmsupp/getcfg.c | 5 +-
> c/src/lib/libbsp/sparc/leon3/shmsupp/lock.c | 4 +-
> c/src/lib/libbsp/sparc/leon3/startup/spurious.c | 6 +-
> 32 files changed, 686 insertions(+), 516 deletions(-)
>
--
Joel Sherrill, Ph.D. Director of Research & Development
joel.sherrill at OARcorp.com On-Line Applications Research
Ask me about RTEMS: a free RTOS Huntsville AL 35805
Support Available (256) 722-9985
More information about the devel
mailing list