summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32/milkymist (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-16Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guardJoel Sherrill1-2/+2
This was done by the following script run from libbsp: find * -name bsp.h | xargs -e grep -l "#ifndef.*_BSP_H" | while read b do echo $b cpu=`echo $b | cut -d'/' -f1 | tr '[:lower:]' '[:upper:]' ` bsp=`echo $b | cut -d'/' -f2 | tr '[:lower:]' '[:upper:]' ` g="LIBBSP_${cpu}_${bsp}_BSP_H" # echo $g sed -e "s/ifndef _BSP_H/ifndef ${g}/" \ -e "s/define _BSP_H/define ${g}/" \ -i $b done
2015-04-05lm32 BSPs: Add lm32_evr variant for running on gdb.Joel Sherrill1-2/+5
Lay groundwork for a simulator configuration configuration for the Milkymist. This is needed to use the shared code.
2014-12-05Update bug report URLSebastian Huber1-1/+1
2014-10-19lm32/milkymist/startup/bspclean.c: Include <bsp.h> to fix warningJoel Sherrill1-3/+6
2014-08-29Regenerate all preinstall.am files.Chris Johns1-3/+3
With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
2014-08-28Regenerate all preinstall.am files.Joel Sherrill1-6/+6
Apparently, at some point automake output changed and these were not updated.
2014-04-22bsps: Fix TLS support in linker command filesSebastian Huber1-1/+3
The TLS section symbols had wrong values in case of an empty TLS data section and a nonempty TLS BSS section.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns3-3/+3
2014-02-24bsps: Add empty cache managerSebastian Huber1-0/+5
This is necessary to add tests that use the cache manager. For example to get better estimates of worst-case timings.
2014-02-04bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber1-0/+14
2013-12-24lm32_milkymist: improve doxygenToma2-0/+24
Add doxygen to the header files in the /lm32/milymist/include directory.
2013-08-09Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers1-1/+1
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-48/+0
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2012-12-07score: rtems_initialize_start_multitasking()Sebastian Huber1-5/+0
Do not return from rtems_initialize_start_multitasking() and call rtems_fatal() instead with a fatal source of RTEMS_FATAL_SOURCE_EXIT and a fatal code with the exit status. Remove all bsp_cleanup() functions. The boot_card() is now a no return function.
2012-11-15score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber2-2/+12
Include <bsp/default-initial-extension.h> in all BSPs. Call rtems_fatal() with RTEMS_FATAL_SOURCE_EXIT as source and the exit() status code as fatal code in every bsp_cleanup(). Move previous bsp_cleanup() code into bsp_fatal_extension().
2012-11-14bsps: Include <bsp/bootcard.h>Sebastian Huber1-1/+1
Use <bsp/bootcard.h> to get prototype for bsp_cleanup(). Fix bsp_cleanup() definition if necessary.
2012-08-06Revert "Add bspopts.h.in."Gedare Bloom1-39/+0
This reverts commit daffa606cc4a45d93c1f0f4fe365fde0fda6acbb. Conflicts: c/src/lib/libbsp/arm/lpc24xx/include/bspopts.h.in c/src/lib/libbsp/powerpc/mpc55xxevb/include/bspopts.h.in c/src/lib/libbsp/powerpc/qoriq/include/bspopts.h.in Manually deleted conflicting files.
2012-07-19Reformat AC_INIT.Ralf Corsépius1-2/+1
2012-07-19Require automake-1.12.2.Ralf Corsépius1-1/+1
2012-07-19Require autoconf-2.69.Ralf Corsépius1-1/+1
2012-05-24Add bspopts.h.in.Ralf Corsépius1-0/+39
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill4-10/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-05-04Remove CVS-Ids.Ralf Corsépius2-6/+0
2012-03-06Milkymist - Increase SOFTUSB_PMEM_SIZE to 8 KBWerner Almesberger1-1/+1
We increased PMEM to 8 kB but never updated SOFTUSB_PMEM_SIZE. This didn't have much of an effect because all we used it for was to zero unused program memory - which we should never touch anyway. But now that "usb load" in FN uses SOFTUSB_PMEM_SIZE, this caused it to silently truncate the firmware, producing rather puzzling effects. Signed-off-by: Joel Sherrill <joel.sherrill@oarcorp.com>
2012-02-01Remove all .cvsignore files.Joel Sherrill2-12/+0
2011-11-272011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2-3/+11
PR 1970/bsps * include/system_conf.h: Support for the new Milkymist sysctl and clock frequency detection.
2011-11-272011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2-20/+43
PR 1966/bsps * include/system_conf.h: support for the new UART core and interrupt map
2011-08-012011-08-01 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>Joel Sherrill10-132/+514
PR 1869/bsps * startup/bspclean.c: New file. * include/tm27.h: Removed. * ChangeLog, Makefile.am, README, preinstall.am, include/bsp.h, include/system_conf.h, make/custom/milkymist.cfg, startup/linkcmds: Complete BSP for Milkymist One supporting Milkymist SOC 1.0.x. Includes new or updated drivers for: - Multi-standard video input (PAL/SECAM/NTSC) - Two DMX512 (RS485) ports - MIDI IN and MIDI OUT ports - VGA output - AC'97 audio - NOR flash - 10/100 Ethernet - Memory card (experimental and incomplete) - USB host connectors (input devices only) - RC5 infrared receiver - RS232 debug port
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-08-252010-08-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-0/+12
* .cvsignore: New file.
2010-08-202010-08-20 <yann.sionneau@telecom-sudparis.eu>Joel Sherrill13-0/+732
Add Milkymist BSP developed as part of GSOC 2010. * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, Documentation/uart.txt, include/.cvsignore, include/bsp.h, include/system_conf.h, include/tm27.h, make/custom/milkymist.cfg, startup/linkcmds: New files.