summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/leon3/start/drvmgr_def_drivers.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-14bsps/sparc: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman1-3/+22
This patch changes the license to BSD-2 for all source files where the copyright is held by Aeroflex Gaisler, Cobham Gaisler, or Gaisler Research. Some files also includes copyright right statements from OAR and/or embedded Brains in addition to Gaisler. Updates #3053.
2021-03-11leon3: avoid dependency on apbuart/timer driverDaniel Hellstrom1-0/+28
Moves drvmgr_drivers[] from amba.c to a separate file in order to avoid the dependecy on APBUART/GPTIMER drivers. This has an effect when user configured not to use timer or uart in their project.