[PATCH 0/5] Adjust Doxygen groups in BSP area

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Mar 7 12:51:48 UTC 2019


This patch set adjust several hundred Doxygen groups in the BSP area. It
creates a hierarchy as follows:

* Board Support Packages
  * Arch
    * BSP
      * BSP-specific groups
        * ...

Sebastian Huber (5):
  bsps: Adjust bsp.h Doxygen groups
  bsps: Adjust shared Doxygen groups
  bsps/arm: Adjust CMSIS Doxygen groups
  bsp/altera-cyclone-v: Add Doxygen groups
  bsp/atsam: Add Doxygen groups

 bsps/arm/altera-cyclone-v/contrib/doxygen.h        |   85 ++
 bsps/arm/altera-cyclone-v/include/bsp/hwlib.h      |    8 -
 bsps/arm/atsam/contrib/doxygen.h                   | 1111 ++++++++++++++++++++
 bsps/arm/atsam/include/bsp.h                       |   20 +-
 bsps/arm/beagle/include/bsp.h                      |   24 +-
 bsps/arm/csb336/include/bsp.h                      |   26 +-
 bsps/arm/csb336/net/lan91c11x.c                    |    2 +-
 bsps/arm/csb336/net/lan91c11x.h                    |    4 +-
 bsps/arm/csb337/include/at91rm9200.h               |    2 +-
 bsps/arm/csb337/include/bits.h                     |    2 +-
 bsps/arm/csb337/include/bsp.h                      |   26 +-
 bsps/arm/csb337/include/bsp/irq.h                  |    2 +-
 bsps/arm/csb337/include/font8x16.h                 |    4 +-
 bsps/arm/csb337/include/sed1356.h                  |    4 +-
 bsps/arm/csb337/include/sed1356_16bit.h            |    4 +-
 bsps/arm/csb337/include/tm27.h                     |    2 +-
 bsps/arm/edb7312/include/bsp.h                     |   23 +-
 bsps/arm/edb7312/include/bsp/irq.h                 |    2 +-
 bsps/arm/edb7312/include/ep7312.h                  |    2 +-
 bsps/arm/gdbarmsim/include/bsp.h                   |   25 +-
 bsps/arm/gdbarmsim/include/bsp/swi.h               |    4 +-
 bsps/arm/gumstix/include/bsp.h                     |   23 +-
 bsps/arm/gumstix/net/wd80x3.h                      |    2 +-
 bsps/arm/imx/include/bsp.h                         |   18 +
 bsps/arm/include/bsp/arm-a8core-start.h            |    2 +-
 bsps/arm/include/bsp/arm-a9mpcore-irq.h            |    2 +-
 bsps/arm/include/bsp/arm-a9mpcore-regs.h           |    2 +-
 bsps/arm/include/bsp/arm-a9mpcore-start.h          |    2 +-
 bsps/arm/include/bsp/arm-errata.h                  |    2 +-
 bsps/arm/include/bsp/arm-gic.h                     |    2 +-
 bsps/arm/include/bsp/arm-pl011-regs.h              |    2 +-
 bsps/arm/include/bsp/arm-pl011.h                   |    2 +-
 bsps/arm/include/bsp/arm-pl050-regs.h              |    2 +-
 bsps/arm/include/bsp/arm-pl050.h                   |    2 +-
 bsps/arm/include/bsp/arm-pl111-fb.h                |    2 +-
 bsps/arm/include/bsp/arm-pl111-regs.h              |    2 +-
 bsps/arm/include/bsp/arm-release-id.h              |    2 +-
 bsps/arm/include/bsp/armv7m-irq.h                  |    2 +-
 bsps/arm/include/bsp/linker-symbols.h              |    2 +-
 bsps/arm/include/bsp/lpc-dma.h                     |    4 +-
 bsps/arm/include/bsp/lpc-emc.h                     |    4 +-
 bsps/arm/include/bsp/lpc-i2s.h                     |    4 +-
 bsps/arm/include/bsp/lpc-lcd.h                     |    4 +-
 bsps/arm/include/bsp/lpc-timer.h                   |    4 +-
 bsps/arm/include/bsp/start.h                       |    2 +-
 bsps/arm/include/cmsis_gcc.h                       |    2 +
 bsps/arm/include/core_cm7.h                        |    3 +
 bsps/arm/include/core_cmInstr.h                    |    1 +
 bsps/arm/include/core_cmSimd.h                     |    1 +
 bsps/arm/lm3s69xx/include/bsp.h                    |   19 +-
 bsps/arm/lm3s69xx/include/bsp/io.h                 |    2 +-
 bsps/arm/lm3s69xx/include/bsp/irq.h                |    2 +-
 bsps/arm/lm3s69xx/include/bsp/lm3s69xx.h           |    2 +-
 bsps/arm/lm3s69xx/include/bsp/ssi.h                |    2 +-
 bsps/arm/lm3s69xx/include/bsp/syscon.h             |    2 +-
 bsps/arm/lm3s69xx/include/bsp/uart.h               |    2 +-
 bsps/arm/lpc176x/btimer/btimer.c                   |    2 +-
 bsps/arm/lpc176x/can/can.c                         |    2 +-
 bsps/arm/lpc176x/console/console-config.c          |    2 +-
 bsps/arm/lpc176x/gpio/lpc-gpio.c                   |    2 +-
 bsps/arm/lpc176x/include/bsp.h                     |   26 +-
 bsps/arm/lpc176x/include/bsp/adc-defs.h            |    2 +-
 bsps/arm/lpc176x/include/bsp/adc.h                 |    2 +-
 bsps/arm/lpc176x/include/bsp/can-defs.h            |    2 +-
 bsps/arm/lpc176x/include/bsp/can.h                 |    2 +-
 bsps/arm/lpc176x/include/bsp/common-types.h        |    2 +-
 bsps/arm/lpc176x/include/bsp/dma.h                 |    4 +-
 bsps/arm/lpc176x/include/bsp/gpio-defs.h           |    2 +-
 bsps/arm/lpc176x/include/bsp/io-defs.h             |    2 +-
 bsps/arm/lpc176x/include/bsp/io.h                  |    2 +-
 bsps/arm/lpc176x/include/bsp/lpc-clock-config.h    |    2 +-
 bsps/arm/lpc176x/include/bsp/lpc-gpio.h            |    2 +-
 bsps/arm/lpc176x/include/bsp/lpc176x.h             |    2 +-
 bsps/arm/lpc176x/include/bsp/mbed-pinmap.h         |    2 +-
 bsps/arm/lpc176x/include/bsp/pwmout-defs.h         |    2 +-
 bsps/arm/lpc176x/include/bsp/pwmout.h              |    2 +-
 bsps/arm/lpc176x/include/bsp/system-clocks.h       |    4 +-
 bsps/arm/lpc176x/include/bsp/timer-defs.h          |    2 +-
 bsps/arm/lpc176x/include/bsp/timer.h               |    2 +-
 bsps/arm/lpc176x/include/bsp/watchdog-defs.h       |    2 +-
 bsps/arm/lpc176x/include/bsp/watchdog.h            |    2 +-
 bsps/arm/lpc176x/pwm/pwmout.c                      |    2 +-
 bsps/arm/lpc176x/rtc/rtc-config.c                  |    2 +-
 bsps/arm/lpc176x/start/adc.c                       |    2 +-
 bsps/arm/lpc176x/start/bspidle.c                   |    2 +-
 bsps/arm/lpc176x/start/bspstart.c                  |    2 +-
 bsps/arm/lpc176x/start/bspstarthooks.c             |    2 +-
 bsps/arm/lpc176x/start/dma-copy.c                  |    2 +-
 bsps/arm/lpc176x/start/dma.c                       |    2 +-
 bsps/arm/lpc176x/start/io.c                        |    2 +-
 bsps/arm/lpc176x/start/restart.c                   |    2 +-
 bsps/arm/lpc176x/start/system-clocks.c             |    2 +-
 bsps/arm/lpc176x/start/watchdog.c                  |    2 +-
 bsps/arm/lpc176x/timer/timer.c                     |    2 +-
 bsps/arm/lpc24xx/console/console-config.c          |    2 +-
 bsps/arm/lpc24xx/console/uart-probe-1.c            |    2 +-
 bsps/arm/lpc24xx/console/uart-probe-2.c            |    2 +-
 bsps/arm/lpc24xx/console/uart-probe-3.c            |    2 +-
 bsps/arm/lpc24xx/fb/lcd.c                          |    2 +-
 bsps/arm/lpc24xx/i2c/i2c-config.c                  |    2 +-
 bsps/arm/lpc24xx/i2c/i2c.c                         |    2 +-
 bsps/arm/lpc24xx/include/bsp.h                     |   26 +-
 bsps/arm/lpc24xx/include/bsp/dma.h                 |    4 +-
 bsps/arm/lpc24xx/include/bsp/i2c.h                 |    4 +-
 bsps/arm/lpc24xx/include/bsp/io.h                  |    4 +-
 bsps/arm/lpc24xx/include/bsp/lcd.h                 |    4 +-
 bsps/arm/lpc24xx/include/bsp/lpc-clock-config.h    |    2 +-
 bsps/arm/lpc24xx/include/bsp/lpc-ethernet-config.h |    2 +-
 bsps/arm/lpc24xx/include/bsp/lpc17xx.h             |    2 +-
 bsps/arm/lpc24xx/include/bsp/lpc24xx.h             |    4 +-
 bsps/arm/lpc24xx/include/bsp/ssp.h                 |    4 +-
 bsps/arm/lpc24xx/include/bsp/start-config.h        |    2 +-
 bsps/arm/lpc24xx/include/bsp/system-clocks.h       |    4 +-
 bsps/arm/lpc24xx/rtc/rtc-config.c                  |    2 +-
 bsps/arm/lpc24xx/spi/ssp.c                         |    2 +-
 bsps/arm/lpc24xx/start/bspidle.c                   |    2 +-
 bsps/arm/lpc24xx/start/bspreset-armv4.c            |    2 +-
 bsps/arm/lpc24xx/start/bspstart.c                  |    2 +-
 bsps/arm/lpc24xx/start/bspstarthooks.c             |    2 +-
 bsps/arm/lpc24xx/start/dma-copy.c                  |    2 +-
 bsps/arm/lpc24xx/start/dma.c                       |    2 +-
 bsps/arm/lpc24xx/start/io.c                        |    2 +-
 bsps/arm/lpc24xx/start/restart.c                   |    2 +-
 bsps/arm/lpc24xx/start/start-config-emc-dynamic.c  |    2 +-
 bsps/arm/lpc24xx/start/start-config-emc-static.c   |    2 +-
 bsps/arm/lpc24xx/start/start-config-mpu.c          |    2 +-
 bsps/arm/lpc24xx/start/start-config-pinsel.c       |    2 +-
 bsps/arm/lpc24xx/start/system-clocks.c             |    2 +-
 bsps/arm/lpc24xx/start/timer.c                     |    2 +-
 bsps/arm/lpc32xx/console/console-config.c          |    2 +-
 bsps/arm/lpc32xx/console/hsu.c                     |    2 +-
 bsps/arm/lpc32xx/include/bsp.h                     |   34 +-
 bsps/arm/lpc32xx/include/bsp/boot.h                |    2 +-
 bsps/arm/lpc32xx/include/bsp/hsu.h                 |    2 +-
 bsps/arm/lpc32xx/include/bsp/i2c.h                 |    2 +-
 bsps/arm/lpc32xx/include/bsp/irq.h                 |    2 +-
 bsps/arm/lpc32xx/include/bsp/lpc-clock-config.h    |    2 +-
 bsps/arm/lpc32xx/include/bsp/lpc-ethernet-config.h |    2 +-
 bsps/arm/lpc32xx/include/bsp/lpc32xx.h             |    2 +-
 bsps/arm/lpc32xx/include/bsp/mmu.h                 |    2 +-
 bsps/arm/lpc32xx/include/bsp/nand-mlc.h            |    2 +-
 bsps/arm/lpc32xx/include/tm27.h                    |    2 +-
 bsps/arm/lpc32xx/nand/nand-select.c                |    2 +-
 bsps/arm/lpc32xx/rtc/rtc-config.c                  |    2 +-
 bsps/arm/lpc32xx/start/bspidle.c                   |    2 +-
 bsps/arm/lpc32xx/start/bspreset.c                  |    2 +-
 bsps/arm/lpc32xx/start/bspstart.c                  |    2 +-
 bsps/arm/lpc32xx/start/bspstarthooks.c             |    2 +-
 bsps/arm/lpc32xx/start/restart.c                   |    2 +-
 bsps/arm/lpc32xx/start/system-clocks.c             |    2 +-
 bsps/arm/lpc32xx/start/timer.c                     |    2 +-
 bsps/arm/raspberrypi/include/bsp.h                 |   21 +-
 bsps/arm/raspberrypi/include/bsp/irq.h             |    2 +-
 bsps/arm/raspberrypi/include/bsp/mmu.h             |    2 +-
 bsps/arm/raspberrypi/include/bsp/raspberrypi.h     |    2 +-
 bsps/arm/raspberrypi/include/bsp/rpi-fb.h          |    2 +-
 bsps/arm/raspberrypi/include/bsp/usart.h           |    2 +-
 bsps/arm/raspberrypi/include/bsp/vc.h              |    2 +-
 bsps/arm/raspberrypi/start/vc_defines.h            |    2 +-
 bsps/arm/realview-pbx-a9/include/bsp.h             |   22 +-
 bsps/arm/realview-pbx-a9/include/bsp/irq.h         |    2 +-
 bsps/arm/realview-pbx-a9/include/tm27.h            |    2 +-
 bsps/arm/rtl22xx/console/lpc22xx_uart.h            |    2 +-
 bsps/arm/rtl22xx/include/bsp.h                     |   21 +-
 bsps/arm/shared/cache/cache-cp15.h                 |    2 +-
 bsps/arm/shared/cache/cache-l2c-310.c              |    2 +-
 bsps/arm/shared/doxygen.h                          |   22 +-
 bsps/arm/smdk2410/include/bsp.h                    |   14 +-
 bsps/arm/smdk2410/include/smc.h                    |    2 +-
 bsps/arm/stm32f4/include/bsp.h                     |   20 +-
 bsps/arm/stm32f4/include/bsp/i2c.h                 |    2 +-
 bsps/arm/stm32f4/include/bsp/io.h                  |    2 +-
 bsps/arm/stm32f4/include/bsp/irq.h                 |    2 +-
 bsps/arm/stm32f4/include/bsp/rcc.h                 |    2 +-
 bsps/arm/stm32f4/include/bsp/stm32f10xxx_exti.h    |    2 +-
 bsps/arm/stm32f4/include/bsp/stm32f4.h             |    2 +-
 bsps/arm/stm32f4/include/bsp/usart.h               |    2 +-
 bsps/arm/tms570/clock/clock.c                      |    2 +-
 bsps/arm/tms570/console/printk-support.c           |    2 +-
 bsps/arm/tms570/console/tms570-sci.c               |    2 +-
 bsps/arm/tms570/cpucounter/cpucounterread.c        |    2 +-
 bsps/arm/tms570/include/bsp.h                      |   14 +-
 bsps/arm/tms570/include/bsp/irq.h                  |    2 +-
 bsps/arm/tms570/include/bsp/system-clocks.h        |    4 +-
 bsps/arm/tms570/include/bsp/tms570-pinmux.h        |    2 +-
 bsps/arm/tms570/include/bsp/tms570-pins.h          |    2 +-
 bsps/arm/tms570/include/bsp/tms570-pom.h           |    2 +-
 bsps/arm/tms570/include/bsp/tms570-rti.h           |    2 +-
 bsps/arm/tms570/include/bsp/tms570-sci-driver.h    |    2 +-
 bsps/arm/tms570/include/bsp/tms570-sci.h           |    2 +-
 bsps/arm/tms570/include/bsp/tms570-vim.h           |    2 +-
 bsps/arm/tms570/include/bsp/tms570_selftest.h      |    2 +-
 .../tms570/include/bsp/tms570_selftest_parity.h    |    2 +-
 bsps/arm/tms570/include/bsp/tms570lc4357-pins.h    |    2 +-
 bsps/arm/tms570/include/bsp/tms570ls3137zwt-pins.h |    2 +-
 bsps/arm/tms570/irq/irq.c                          |    2 +-
 bsps/arm/tms570/start/bspreset.c                   |    2 +-
 bsps/arm/tms570/start/bspstart.c                   |    2 +-
 bsps/arm/tms570/start/bspstarthooks.c              |    2 +-
 bsps/arm/tms570/start/init_emif_sdram.c            |    2 +-
 bsps/arm/tms570/start/init_esm.c                   |    2 +-
 bsps/arm/tms570/start/init_pinmux.c                |    2 +-
 bsps/arm/tms570/start/pinmux.c                     |    2 +-
 bsps/arm/tms570/start/tms570-pom.c                 |    2 +-
 bsps/arm/tms570/start/tms570_selftest.c            |    2 +-
 bsps/arm/tms570/start/tms570_selftest_par_can.c    |    2 +-
 bsps/arm/tms570/start/tms570_selftest_par_mibspi.c |    2 +-
 bsps/arm/tms570/start/tms570_selftest_par_std.c    |    2 +-
 bsps/arm/tms570/start/tms570_selftest_parity.c     |    2 +-
 bsps/arm/tms570/start/tms570_tcram_tests.c         |    2 +-
 bsps/arm/xilinx-zynq/include/bsp.h                 |   23 +-
 bsps/arm/xilinx-zynq/include/bsp/irq.h             |    2 +-
 bsps/arm/xilinx-zynq/include/bsp/zynq-uart.h       |    2 +-
 bsps/arm/xilinx-zynq/include/tm27.h                |    2 +-
 bsps/bfin/TLL6527M/include/bsp.h                   |   25 +-
 bsps/bfin/TLL6527M/include/cplb.h                  |    2 +-
 bsps/bfin/TLL6527M/include/tm27.h                  |    2 +-
 bsps/bfin/bf537Stamp/include/bsp.h                 |   20 +
 bsps/bfin/eZKit533/include/bsp.h                   |   15 +-
 bsps/bfin/eZKit533/include/cplb.h                  |    2 +-
 bsps/bfin/eZKit533/include/tm27.h                  |    2 +-
 bsps/epiphany/epiphany_sim/include/bsp.h           |   17 +-
 bsps/epiphany/include/bsp/linker-symbols.h         |    2 +-
 bsps/epiphany/shared/doxygen.h                     |    8 +
 bsps/i386/include/bsp/irq.h                        |    2 +-
 bsps/i386/include/bsp/realmode_int.h               |    2 +-
 bsps/i386/include/bsp/smp-imps.h                   |    2 +-
 bsps/i386/pc386/console/fb_vesa_rm.c               |    2 +-
 bsps/i386/pc386/console/i386kbd.h                  |    2 +-
 bsps/i386/pc386/console/ps2_mouse.h                |    2 +-
 bsps/i386/pc386/include/bsp.h                      |   17 +-
 bsps/i386/pc386/include/bsp/exar17d15x.h           |    2 +-
 bsps/i386/pc386/include/bsp/fb_default_mode.h      |    2 +-
 bsps/i386/pc386/include/bsp/fb_vesa.h              |    2 +-
 bsps/i386/pc386/include/bsp/rtd316.h               |    2 +-
 bsps/i386/pc386/include/bsp/tblsizes.h             |    2 +-
 bsps/i386/pc386/include/bsp/vbe3.h                 |    2 +-
 bsps/i386/pc386/include/crt.h                      |    2 +-
 bsps/i386/pc386/include/edid.h                     |    2 +-
 bsps/i386/pc386/include/rtems/kd.h                 |    2 +-
 bsps/i386/pc386/include/rtems/keyboard.h           |    2 +-
 bsps/i386/pc386/include/rtems/ps2_drv.h            |    2 +-
 bsps/i386/pc386/include/rtems/vgacons.h            |    2 +-
 bsps/i386/pc386/include/tm27.h                     |    2 +-
 bsps/i386/pc386/net/3c509.h                        |    2 +-
 bsps/i386/pc386/start/realmode_int.c               |    2 +-
 bsps/i386/shared/doxygen.h                         |   12 +-
 bsps/include/bsp/console-termios.h                 |    2 +-
 bsps/include/bsp/default-initial-extension.h       |    2 +-
 bsps/include/bsp/u-boot.h                          |    2 +-
 bsps/include/grlib/ambapp.h                        |   15 +-
 bsps/include/grlib/apbuart.h                       |   15 +-
 bsps/include/grlib/b1553brm.h                      |   15 +-
 bsps/include/grlib/debug_defs.h                    |    5 +-
 bsps/include/grlib/grcan.h                         |   15 +-
 bsps/include/grlib/grlib.h                         |    8 +
 bsps/include/grlib/grspw.h                         |   15 +-
 bsps/include/grlib/i2cmst.h                        |   15 +-
 bsps/include/libchip/wd80x3.h                      |    2 +-
 bsps/lm32/include/bsp/milkymist_ac97.h             |    4 +-
 bsps/lm32/include/bsp/milkymist_buttons.h          |    4 +-
 bsps/lm32/include/bsp/milkymist_dmx.h              |    4 +-
 bsps/lm32/include/bsp/milkymist_flash.h            |    4 +-
 bsps/lm32/include/bsp/milkymist_gpio.h             |    4 +-
 bsps/lm32/include/bsp/milkymist_ir.h               |    4 +-
 bsps/lm32/include/bsp/milkymist_memcard.h          |    4 +-
 bsps/lm32/include/bsp/milkymist_midi.h             |    4 +-
 bsps/lm32/include/bsp/milkymist_pfpu.h             |    4 +-
 bsps/lm32/include/bsp/milkymist_tmu.h              |    4 +-
 bsps/lm32/include/bsp/milkymist_usbinput.h         |    4 +-
 bsps/lm32/include/bsp/milkymist_versions.h         |    4 +-
 bsps/lm32/include/bsp/milkymist_video.h            |    4 +-
 bsps/lm32/lm32_evr/include/bsp.h                   |   21 +-
 bsps/lm32/milkymist/include/bsp.h                  |   10 +-
 bsps/lm32/shared/clock/clock.h                     |    2 +-
 bsps/lm32/shared/console/uart.h                    |    4 +-
 bsps/lm32/shared/doxygen.h                         |   28 +-
 bsps/lm32/shared/gdbstub/gdb_if.h                  |    2 +-
 bsps/lm32/shared/milkymist_clock/clock.h           |    2 +-
 bsps/lm32/shared/milkymist_console/uart.h          |    2 +-
 bsps/lm32/shared/milkymist_usbinput/comloc.h       |    2 +-
 bsps/lm32/shared/net/network.h                     |    4 +-
 bsps/lm32/shared/net/tsmac.h                       |    2 +-
 bsps/m68k/av5282/include/bsp.h                     |   17 +-
 bsps/m68k/csb360/include/bsp.h                     |   13 +-
 bsps/m68k/gen68340/include/bsp.h                   |   22 +-
 bsps/m68k/gen68360/include/bsp.h                   |   22 +-
 bsps/m68k/gen68360/include/tm27.h                  |    2 +-
 bsps/m68k/gen68360/spi/m360_spi.h                  |    2 +-
 bsps/m68k/genmcf548x/include/bsp.h                 |   10 +-
 bsps/m68k/genmcf548x/include/bsp/irq.h             |    2 +-
 bsps/m68k/genmcf548x/include/tm27.h                |    2 +-
 bsps/m68k/include/bsp/linker-symbols.h             |    4 +-
 bsps/m68k/include/mvme16x_hw.h                     |    2 +-
 bsps/m68k/mcf5206elite/include/bsp.h               |   20 +
 bsps/m68k/mcf52235/include/bsp.h                   |   23 +-
 bsps/m68k/mcf5225x/include/bsp.h                   |   20 +
 bsps/m68k/mcf5235/include/bsp.h                    |   20 +
 bsps/m68k/mcf5329/include/bsp.h                    |   21 +
 bsps/m68k/mrm332/include/bsp.h                     |   20 +
 bsps/m68k/mvme147/include/bsp.h                    |   20 +
 bsps/m68k/mvme147s/include/bsp.h                   |   20 +
 bsps/m68k/mvme162/include/bsp.h                    |   20 +
 bsps/m68k/mvme167/include/bsp.h                    |   21 +-
 bsps/m68k/shared/doxygen.h                         |   14 +-
 bsps/m68k/shared/gdbstub/gdb_if.h                  |    2 +-
 bsps/m68k/uC5282/include/bsp.h                     |   20 +
 bsps/mips/csb350/include/bsp.h                     |   21 +-
 bsps/mips/hurricane/include/bsp.h                  |   18 +-
 bsps/mips/include/bsp/i8259.h                      |    2 +-
 bsps/mips/include/bsp/regs.h                       |    2 +-
 bsps/mips/jmr3904/include/bsp.h                    |   21 +-
 bsps/mips/malta/include/bsp.h                      |   19 +-
 bsps/mips/rbtx4925/include/bsp.h                   |   20 +-
 bsps/mips/rbtx4938/include/bsp.h                   |   20 +-
 bsps/mips/shared/doxygen.h                         |   12 +-
 bsps/mips/shared/gdbstub/gdb_if.h                  |    2 +-
 bsps/mips/shared/gdbstub/memlimits.h               |    2 +-
 bsps/mips/shared/gdbstub/mips_opcode.h             |    2 +-
 bsps/moxie/moxiesim/include/bsp.h                  |   20 +
 bsps/nios2/nios2_iss/include/bsp.h                 |   20 +
 bsps/no_cpu/no_bsp/include/bsp.h                   |   16 +
 bsps/or1k/generic_or1k/btimer/btimer.c             |    2 +-
 bsps/or1k/generic_or1k/include/bsp.h               |   18 +-
 bsps/or1k/generic_or1k/include/bsp/generic_or1k.h  |    2 +-
 bsps/or1k/generic_or1k/include/bsp/uart.h          |    2 +-
 bsps/or1k/generic_or1k/start/bspstart.c            |    2 +-
 bsps/or1k/include/bsp/linker-symbols.h             |    4 +-
 bsps/or1k/shared/doxygen.h                         |    2 +-
 bsps/powerpc/beatnik/include/bsp.h                 |   20 +
 bsps/powerpc/gen5200/include/bsp.h                 |   20 +
 bsps/powerpc/gen5200/include/bsp/bestcomm.h        |    2 +-
 bsps/powerpc/gen5200/include/bsp/mscan-base.h      |    4 +-
 bsps/powerpc/gen83xx/include/bsp.h                 |   20 +
 bsps/powerpc/haleakala/include/bsp.h               |   20 +
 bsps/powerpc/include/bsp/linker-symbols.h          |    4 +-
 bsps/powerpc/include/bsp/start.h                   |    4 +-
 bsps/powerpc/include/bsp/tictac.h                  |    2 +-
 bsps/powerpc/include/bsp/vectors.h                 |    8 +-
 bsps/powerpc/include/bsp/vmeUniverse.h             |    4 +-
 bsps/powerpc/include/libcpu/powerpc-utility.h      |   12 +-
 bsps/powerpc/motorola_powerpc/include/bsp.h        |   20 +
 bsps/powerpc/mpc55xxevb/clock/clock-config.c       |    2 +-
 bsps/powerpc/mpc55xxevb/include/bsp.h              |   16 +-
 bsps/powerpc/mpc55xxevb/include/bsp/irq.h          |    2 +-
 .../mpc55xxevb/include/bsp/mpc55xx-config.h        |    2 +-
 bsps/powerpc/mpc55xxevb/include/bsp/smsc9218i.h    |    2 +-
 bsps/powerpc/mpc55xxevb/include/mpc55xx/dspi.h     |    2 +-
 bsps/powerpc/mpc55xxevb/include/mpc55xx/edma.h     |    2 +-
 bsps/powerpc/mpc55xxevb/include/mpc55xx/emios.h    |    2 +-
 bsps/powerpc/mpc55xxevb/include/mpc55xx/mpc55xx.h  |    8 +-
 bsps/powerpc/mpc55xxevb/include/mpc55xx/reg-defs.h |    2 +-
 .../powerpc/mpc55xxevb/include/mpc55xx/regs-edma.h |    2 +-
 bsps/powerpc/mpc55xxevb/include/mpc55xx/regs-mmu.h |    2 +-
 bsps/powerpc/mpc55xxevb/include/mpc55xx/regs.h     |    2 +-
 bsps/powerpc/mpc55xxevb/include/mpc55xx/siu.h      |    2 +-
 bsps/powerpc/mpc55xxevb/include/mpc55xx/watchdog.h |    2 +-
 bsps/powerpc/mpc55xxevb/net/smsc9218i.c            |    2 +-
 bsps/powerpc/mpc55xxevb/start/bspgetworkarea.c     |    2 +-
 bsps/powerpc/mpc55xxevb/start/bspreset.c           |    2 +-
 bsps/powerpc/mpc55xxevb/start/bspstart.c           |    2 +-
 bsps/powerpc/mpc55xxevb/start/edma.c               |    2 +-
 bsps/powerpc/mpc55xxevb/start/emios.c              |    2 +-
 bsps/powerpc/mpc55xxevb/start/exc-vector-base.S    |    2 +-
 bsps/powerpc/mpc55xxevb/start/flash_support.c      |    2 +-
 bsps/powerpc/mpc55xxevb/start/get-system-clock.c   |    2 +-
 bsps/powerpc/mpc55xxevb/start/idle-thread.c        |    2 +-
 bsps/powerpc/mpc55xxevb/start/irq.c                |    2 +-
 bsps/powerpc/mpc55xxevb/start/sd-card-init.c       |    2 +-
 bsps/powerpc/mpc55xxevb/start/siu.c                |    2 +-
 bsps/powerpc/mpc55xxevb/start/start-clock.c        |    2 +-
 bsps/powerpc/mpc55xxevb/start/start-config-clock.c |    2 +-
 .../mpc55xxevb/start/start-config-ebi-cs-cal.c     |    2 +-
 .../powerpc/mpc55xxevb/start/start-config-ebi-cs.c |    2 +-
 bsps/powerpc/mpc55xxevb/start/start-config-ebi.c   |    2 +-
 .../mpc55xxevb/start/start-config-mmu-early.c      |    2 +-
 bsps/powerpc/mpc55xxevb/start/start-config-mmu.c   |    2 +-
 .../mpc55xxevb/start/start-config-siu-pcr.c        |    2 +-
 bsps/powerpc/mpc55xxevb/start/start-early.c        |    2 +-
 bsps/powerpc/mpc55xxevb/start/start-prologue.c     |    2 +-
 bsps/powerpc/mpc55xxevb/start/start-watchdog.c     |    2 +-
 bsps/powerpc/mpc8260ads/include/bsp.h              |   20 +
 bsps/powerpc/mvme3100/include/bsp.h                |   16 +-
 bsps/powerpc/mvme3100/include/bsp/VMEConfig.h      |    2 +-
 bsps/powerpc/mvme3100/include/bsp/if_tsec_pub.h    |    2 +-
 bsps/powerpc/mvme3100/include/bsp/irq.h            |    2 +-
 bsps/powerpc/mvme5500/include/bsp.h                |   20 +
 bsps/powerpc/psim/include/bsp.h                    |   20 +
 bsps/powerpc/qemuppc/include/bsp.h                 |   20 +
 bsps/powerpc/qoriq/btimer/btimer.c                 |    2 +-
 bsps/powerpc/qoriq/clock/clock-config.c            |    2 +-
 bsps/powerpc/qoriq/console/console-config.c        |    2 +-
 bsps/powerpc/qoriq/console/uart-bridge-master.c    |    2 +-
 bsps/powerpc/qoriq/console/uart-bridge-slave.c     |    2 +-
 bsps/powerpc/qoriq/include/bsp.h                   |   16 +-
 bsps/powerpc/qoriq/include/bsp/intercom.h          |    4 +-
 bsps/powerpc/qoriq/include/bsp/irq.h               |   22 +-
 bsps/powerpc/qoriq/include/bsp/mmu.h               |    4 +-
 bsps/powerpc/qoriq/include/bsp/qoriq.h             |    2 +-
 bsps/powerpc/qoriq/include/bsp/tsec-config.h       |    2 +-
 bsps/powerpc/qoriq/include/bsp/uart-bridge.h       |    4 +-
 bsps/powerpc/qoriq/include/tm27.h                  |    2 +-
 bsps/powerpc/qoriq/irq/irq.c                       |    2 +-
 bsps/powerpc/qoriq/mpci/intercom-mpci.c            |    2 +-
 bsps/powerpc/qoriq/mpci/intercom.c                 |    2 +-
 bsps/powerpc/qoriq/mpci/lock.S                     |    2 +-
 bsps/powerpc/qoriq/net/network.c                   |    2 +-
 bsps/powerpc/qoriq/rtc/rtc-config.c                |    2 +-
 bsps/powerpc/qoriq/start/bspreset.c                |    2 +-
 bsps/powerpc/qoriq/start/bsprestart.c              |    2 +-
 bsps/powerpc/qoriq/start/bspstart.c                |    2 +-
 bsps/powerpc/qoriq/start/mmu-config.c              |    2 +-
 bsps/powerpc/qoriq/start/mmu-tlb1.S                |    2 +-
 bsps/powerpc/qoriq/start/mmu.c                     |    2 +-
 bsps/powerpc/shared/cache/cache.c                  |    2 +-
 bsps/powerpc/shared/clock/clock.c                  |    2 +-
 bsps/powerpc/shared/doxygen.h                      |   16 +-
 bsps/powerpc/shared/exceptions/ppc-code-copy.c     |    2 +-
 bsps/powerpc/shared/start/tictac.c                 |    2 +-
 bsps/powerpc/shared/vme/doxygen.h                  |    6 +-
 bsps/powerpc/ss555/include/bsp.h                   |   20 +
 bsps/powerpc/t32mppc/include/bsp.h                 |   20 +
 bsps/powerpc/tqm8xx/include/bsp.h                  |   21 +
 bsps/powerpc/virtex/include/bsp.h                  |   20 +
 bsps/powerpc/virtex4/include/bsp.h                 |   20 +
 bsps/powerpc/virtex4/include/bsp/mmu.h             |    4 +-
 bsps/powerpc/virtex4/start/mmu.c                   |    2 +-
 bsps/powerpc/virtex5/include/bsp.h                 |   19 +-
 bsps/powerpc/virtex5/include/bsp/mmu.h             |    4 +-
 bsps/powerpc/virtex5/start/mmu.c                   |    2 +-
 bsps/riscv/griscv/include/amba.h                   |   19 +-
 bsps/riscv/griscv/include/bsp.h                    |   21 +
 bsps/riscv/include/bsp/linker-symbols.h            |    4 +-
 bsps/riscv/riscv/include/bsp.h                     |   20 +
 bsps/riscv/shared/doxygen.h                        |    8 +
 bsps/sh/gensh1/include/bsp.h                       |   20 +
 bsps/sh/gensh2/include/bsp.h                       |   20 +
 bsps/sh/gensh4/include/bsp.h                       |   20 +
 bsps/sh/shsim/include/bsp.h                        |   21 +
 bsps/shared/doxygen.h                              |    8 +
 bsps/sparc/erc32/include/bsp.h                     |   24 +-
 bsps/sparc/leon2/btimer/btimer.c                   |    2 +-
 bsps/sparc/leon2/clock/ckinit.c                    |    2 +-
 bsps/sparc/leon2/console/console.c                 |    2 +-
 bsps/sparc/leon2/console/debugputs.c               |    2 +-
 bsps/sparc/leon2/gnatsupp/gnatsupp.c               |    2 +-
 bsps/sparc/leon2/include/bsp.h                     |   13 +-
 bsps/sparc/leon2/include/bsp/irq.h                 |    2 +-
 bsps/sparc/leon2/include/leon.h                    |    7 +-
 bsps/sparc/leon2/include/tm27.h                    |    2 +-
 bsps/sparc/leon2/net/leon_open_eth.c               |    2 +-
 bsps/sparc/leon2/net/leon_smc91111.c               |    2 +-
 bsps/sparc/leon2/start/bspdelay.c                  |    2 +-
 bsps/sparc/leon2/start/bspidle.c                   |    2 +-
 bsps/sparc/leon2/start/bspstart.c                  |    2 +-
 bsps/sparc/leon2/start/setvec.c                    |    2 +-
 bsps/sparc/leon2/start/spurious.c                  |    2 +-
 bsps/sparc/leon3/include/amba.h                    |   19 +-
 bsps/sparc/leon3/include/bsp.h                     |   13 +-
 bsps/sparc/shared/doxygen.h                        |   14 +-
 bsps/sparc/shared/start/bsp_fatal_exit.c           |    2 +-
 bsps/sparc/shared/start/bsp_fatal_halt.c           |    2 +-
 bsps/sparc64/niagara/include/bsp.h                 |   20 +
 bsps/sparc64/usiii/include/bsp.h                   |   20 +
 bsps/v850/gdbv850sim/include/bsp.h                 |   19 +
 bsps/x86_64/amd64/include/bsp.h                    |   16 +
 bsps/x86_64/shared/doxygen.h                       |    2 +-
 467 files changed, 3167 insertions(+), 833 deletions(-)
 create mode 100644 bsps/arm/altera-cyclone-v/contrib/doxygen.h
 create mode 100644 bsps/arm/atsam/contrib/doxygen.h

-- 
2.16.4



More information about the devel mailing list