summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc83xx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/powerpc: Fix warningSebastian Huber2017-02-151-2/+0
|
* bsp/mpc83xx: Update due to header guard changeSebastian Huber2015-07-172-6/+6
| | | | Close #2373.
* bsps/mpc83xx: Fix warningsSebastian Huber2015-01-091-4/+5
|
* bsps/powerpc: SMP support for one TSEC driverSebastian Huber2014-04-151-13/+16
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-218-8/+8
|
* mpc83xx: Add and use mpc83xx_reset()Sebastian Huber2013-03-141-0/+19
| | | | | The inline version makes it possible to use this code in different memory areas.
* bsps/powerpc: Add probe handler to I2C driverSebastian Huber2013-01-091-0/+1
|
* bsps/powerpc: Fix compiler warningsSebastian Huber2013-01-091-4/+1
|
* bsp/gen83xx: Add GPR_1 to register mapSebastian Huber2012-12-211-1/+3
|
* bsp/gen83xx: Fix RCWLR_CEVCO definesSebastian Huber2012-12-211-2/+3
|
* libnetworking: Use system eventsSebastian Huber2012-11-021-3/+3
| | | | | | | Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
* Use proper 3 line form of license textJoel Sherrill2012-10-112-4/+6
|
* bsp/gen83xx: Add br_uid BSP variantThomas Doerfler2012-08-201-0/+15
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-4/+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.
* 2011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-101-4/+5
| | | | | PR 1927/bsps: * mpc83xx/network/tsec.c: Fixed integer truncation.
* 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-09-262-7/+5
| | | | | * mpc83xx/include/mpc83xx.h, mpc83xx/network/tsec.c: Update due to API changes.
* 2011-02-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-02-251-22/+33
| | | | | | * mpc83xx/network/tsec.c: New default MAC configuration. Set MDIO clock according to actual CCB frequency. Print media info only if we have a PHY. Avoid infinite loop in media adaption.
* 2011-01-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-01-142-99/+51
| | | | | | * mpc83xx/network/tsec.c, mpc83xx/network/tsec.h: Use configuration structure instead of many function parameters. Moved board specific initializations. Added support for interfaces without PHY access.
* 2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-303-688/+612
| | | | | | * mpc83xx/include/mpc83xx.h, mpc83xx/network/tsec.c, mpc83xx/network/tsec.h: Make it possible to use the TSEC driver for other systems.
* 2010-12-23 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-231-1/+5
| | | | | * mpc83xx/i2c/mpc83xx_i2cdrv.c: Fixed interrupt flag clearing for MPC55XX family.
* 2010-11-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-11-123-50/+74
| | | | | | | * mpc55xx/include/irq.h: Include missing <bspopts.h>. Format. * mpc83xx/include/mpc83xx.h, mpc83xx/i2c/mpc83xx_i2cdrv.h, mpc83xx/i2c/mpc83xx_i2cdrv.c: Changes to use this driver for the MPC55XX familiy.
* code changes to remove warningsThomas Doerfler2010-03-271-59/+48
|
* Whitespace removal.Ralf Corsepius2009-11-306-141/+141
|
* shared/include/utility.h: Removed file.Thomas Doerfler2008-10-101-4/+4
| | | | | | shared/include/powerpc-utility.h: Use constraint "b" for address base registers in inline assembler statements. Update for status-checks.h changes.
* 2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-10-011-0/+2
| | | | | * mpc83xx/include/mpc83xx.h: #include <bspopts.h> to make sure defines from bspopts.h get propagated.
* minor additionsThomas Doerfler2008-09-091-1/+6
| | | | i2c-driver: wait, 'til stop executed
* Convert to "bool".Ralf Corsepius2008-09-061-1/+1
|
* Convert to "bool".Ralf Corsepius2008-09-051-8/+8
|
* Eliminate rtems_boolean.Ralf Corsepius2008-09-021-2/+2
|
* various changes to gen83xx BSP and othersThomas Doerfler2008-08-263-9/+82
|
* 2008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-201-4/+4
| | | | | | | * mpc55xx/fec/fec.c: Added copyright information. * mpc55xx/dspi/dspi.c, mpc55xx/edma/edma.c, mpc55xx/esci/esci.c: Fixed nexted extern declarations. Fixed integer conversion warnings. * shared/include/cpuIdent.c: Added missing initializers.
* Changed special purpose register inline functions to macros.Thomas Doerfler2008-07-181-2/+2
| | | | | fixed some minors in mpc83xx support added file for mpc55xx watchdog support
* mpc8249eamds support for Gigabit Ethernet works againThomas Doerfler2008-07-181-9/+10
| | | | initialize PHY registers late enough, so that phy access is possible
* updated gen83xx BSPThomas Doerfler2008-07-146-26/+422
| | | | | updated haleakala BSP added MPC55xx BSP
* speed inprovements in mpc83xx tsec driverThomas Doerfler2008-05-271-1/+5
|
* 2008-05-16 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-161-1/+5
| | | | | * mpc83xx/include/mpc83xx.h: or is not a good name for any name in C/C++. See iso646.h for the reason.
* disabled debugging outputThomas Doerfler2008-05-151-1/+1
|
* adapted gen83xx to new boardThomas Doerfler2008-05-156-37/+97
|
* added missing mpc83xx/spi driverThomas Doerfler2007-12-042-0/+838
|
* added SPI support to libi2cThomas Doerfler2007-10-253-74/+236
| | | | | added IRQ support to MPC83xx i2c driver added mpc83xx spi driver
* added i2c supportThomas Doerfler2007-08-103-6/+627
|
* compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged ↵Thomas Doerfler2007-07-103-0/+3140
many different versions of new exception handling code to shared sources.