summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/moxie/moxiesim/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber2015-12-101-1/+1
| | | | | | Use the bsp_predriver_hook() instead. Update #2408.
* bsp/moxiesim: Add cache manager implementationSebastian Huber2014-12-171-0/+5
| | | | Close #2220.
* moxie/moxiesim: Remove __main()Joel Sherrill2014-10-191-1/+1
| | | | Moxie has .init section and that is what handles the constructors.
* moxie/moxiesim: Remove unused method MOXIEBD_Install_IRQJoel Sherrill2014-10-191-2/+1
|
* Add console-polled.h and update all BSPs that should use it.Joel Sherrill2014-10-101-0/+1
| | | | | | | | | | | The file console-polled.h provides the prototypes for the three required methods when implementing a single port polled console driver. This paradigm is common on simulators and simple hardware. + Updated the BSPs Makefile.am to make console-polled.h available. + Regenerated the BSPs preinstall.sm. + Updated console support files to include <bsp/console-polled.h>. + Updated console support files to make printk() support method static.
* Add sample Moxie BSP for GDB simAnthony Green2013-02-281-0/+49
Signed-off-by: Anthony Green <green@moxielogic.com>