summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/mscan (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-11-18 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-11-181-13/+2
| | | | | * mscan/mscan-base.c: Do not use sleep mode to enter init mode. Do not wait for sleep mode acknowledge.
* 2010-11-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-11-151-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make/custom/dp2.cfg, startup/linkcmds.dp2: New files. * Makefile.am, preinstall.am: Reflect change above. Install <bsp/utility.h>. Install BestComm header files. * configure.ac: Changed BSP options. * include/mpc5200.h: Added module structures and register defines. * bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h, bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, bestcomm/bestcomm_priv.h, bestcomm/load_task.c, bestcomm/tasksetup_bdtable.c, bestcomm/task_api/bestcomm_cntrl.h: C++ compatibility. Use special heap to manage the SRAM region. Use interrupt extension API. Fixed warnings. * console/console.c: Fixed console registration. Fixed warnings. Added GPS module registration. * ide/pcmcia_ide.h: Fixed clock value macros. * ide/pcmcia_ide.c: Update for BestComm API changes. DP2 specific initialization. Removed zero loop in PIO receive function. * include/bsp.h: Added DP2 variant. Removed obsolete defines. * include/mscan-base.h, mscan/mscan-base.c: Use volatile qualifier. Format. * irq/irq.c: Fixed peripheral interrupt handling. * network_5200/network.c: Update for BestComm API changes. * start/start.S: U-Boot fixes. * startup/cpuinit.c: Enable write-back cache strategy. Added special memory regions. * startup/linkcmds.brs5l: Fixed memory size.
* removed warningsThomas Doerfler2010-03-271-4/+4
|
* Whitespace removal.Ralf Corsepius2009-11-291-3/+3
|
* Improved parameter checks for bit rate function.Thomas Doerfler2008-09-053-26/+31
|
* update to current PPC exception and memory map structureThomas Doerfler2008-09-031-0/+538
|
* Moved general MSCAN functions intoThomas Doerfler2008-09-032-989/+538
| | | | | separate header and source files (include/mscan-base.h and mscan/mscan-base.c). Formatted code.
* 2007-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-171-3/+3
| | | | | * mscan/mscan.c: Use size_t for message sizes. Remove absurd type cast.
* mproved gen5200 MSCAN driverThomas Doerfler2007-01-213-324/+349
| | | | fixed synchronization bug between ata.c and bdbuf.c
* added vectors.h to bsp.hThomas Doerfler2006-08-132-23/+43
| | | | fixed bug in mscan
* applied patches for PR1117/1118/1119/1120Thomas Doerfler2006-07-092-232/+565
|
* Cleanup CVS data.Ralf Corsepius2006-01-012-50/+0
|
* Misc include file fixes.Ralf Corsepius2005-12-311-2/+6
|
* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'sRalf Corsepius2005-12-312-0/+1709
submission).