Changeset 774515b in rtems
- Timestamp:
- 10/05/05 19:26:31 (17 years ago)
- Children:
- 3ffa814
- Parents:
- 1348869f
- Location:
- c/src/lib/libbsp/sparc
- Files:
-
- 44 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/.cvsignore
r1348869f r774515b 1 Makefile.in 1 2 aclocal.m4 2 autom4te*.cache 3 config.cache 4 config.guess 5 config.log 6 config.status 7 config.sub 3 autom4te.cache 8 4 configure 9 depcomp10 install-sh11 Makefile12 Makefile.in13 missing14 mkinstalldirs -
c/src/lib/libbsp/sparc/ChangeLog
r1348869f r774515b 1 2005-10-05 Jiri Gaisler <jiri@gaisler.com> 2 Edvin Catovic <edvin@gaisler.com> 3 Konrad Eisele <konrad@gaisler.com> 4 5 PR 827/bsps 6 * .cvsignore, acinclude.m4: Portion of large update of SPARC BSPs. 7 Includes addition of sis, leon2 and leon3 BSPs, deletion of leon BSP, 8 addition of SMC91111 NIC driver and much more. 9 * leon/.cvsignore, leon/ChangeLog, leon/Makefile.am, leon/README, 10 leon/bsp_specs, leon/configure.ac, leon/times, leon/clock/.cvsignore, 11 leon/clock/Makefile.am, leon/clock/ckinit.c, leon/console/.cvsignore, 12 leon/console/Makefile.am, leon/console/console.c, 13 leon/console/consolereserveresources.c, leon/console/debugputs.c, 14 leon/gnatsupp/.cvsignore, leon/gnatsupp/Makefile.am, 15 leon/gnatsupp/gnatsupp.c, leon/include/.cvsignore, 16 leon/include/Makefile.am, leon/include/bsp.h, leon/include/coverhd.h, 17 leon/include/leon.h, leon/leon_open_eth/.cvsignore, 18 leon/leon_open_eth/Makefile.am, leon/leon_open_eth/leon_open_eth.c, 19 leon/start/.cvsignore, leon/start/Makefile.am, 20 leon/startup/.cvsignore, leon/startup/Makefile.am, 21 leon/startup/boardinit.S, leon/startup/linkcmds, 22 leon/startup/setvec.c, leon/startup/spurious.c, 23 leon/timer/.cvsignore, leon/timer/Makefile.am, leon/timer/timer.c, 24 leon/tools/.cvsignore, leon/tools/ChangeLog, leon/tools/Makefile.am, 25 leon/tools/configure.ac, leon/tools/runtest.in, 26 leon/wrapup/.cvsignore, leon/wrapup/Makefile.am: Removed. 27 1 28 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 29 -
c/src/lib/libbsp/sparc/acinclude.m4
r1348869f r774515b 6 6 erc32 ) 7 7 AC_CONFIG_SUBDIRS([erc32]);; 8 leon ) 9 AC_CONFIG_SUBDIRS([leon]);; 8 leon2 ) 9 AC_CONFIG_SUBDIRS([leon2]);; 10 leon3 ) 11 AC_CONFIG_SUBDIRS([leon3]);; 10 12 *) 11 13 AC_MSG_ERROR([Invalid BSP]);;
Note: See TracChangeset
for help on using the changeset viewer.