summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc55xxevb/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-10-02bsp/mpc55xx: Fix bsp_idle_thread()Sebastian Huber1-12/+3
2012-09-28bsp/mpc55xx: Add e200z7 specific idle taskSebastian Huber1-0/+13
2012-08-21bsp/mpc55xx: Fix SMSC9218I_BIG_ENDIAN_SUPPORTChristian Mauderer1-4/+8
2012-08-06Revert "Add bspopts.h.in."Gedare Bloom1-135/+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-25bsp/mpc55xx: Add MPC55XX_CONSOLE_MINORSebastian Huber1-3/+3
Remove MPC55XX_ESCI_CONSOLE_MINOR.
2012-07-18bsp/mpc55xx: Add SMSC9218I_IRQ_PINSebastian Huber1-0/+3
2012-07-18bsp/mpc55xx: Add SMSC9218I_RESET_PINSebastian Huber1-0/+3
2012-07-18bsp/mpc55xx: Add SMSC9218I_ENABLE_LED_OUTPUTSSebastian Huber2-0/+6
2012-07-18bsp/mpc55xx: Add SMSC9218I_BIG_ENDIAN_SUPPORTSebastian Huber2-16/+40
2012-07-18bsp/mpc55xx: New ECU508 BSPsSebastian Huber1-0/+3
2012-07-18bsp/mpc55xx: Add MPC55XX_SYSTEM_CLOCK_DIVIDERSebastian Huber1-0/+3
2012-07-18bsp/mpc55xx: Add MPC55XX_NULL_POINTER_PROTECTIONSebastian Huber1-0/+3
2012-07-18bsp/mpc55xx: Add MPC55XX_NEEDS_LOW_LEVEL_INITSebastian Huber1-0/+3
2012-07-18bsp/mpc55xx: Add bsp_restart()Christian Mauderer1-1/+3
2012-07-18bsp/mpc55xx: Add output value to PCR configSebastian Huber1-2/+3
2012-06-05powerpc/mpc55xx: BSP variant changes for MPC5643LSebastian Huber1-4/+1
2012-05-24Add bspopts.h.in.Ralf Corsépius1-0/+114
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2-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.
2012-02-01Remove all .cvsignore files.Joel Sherrill1-4/+0
2012-01-23Support for MPC5643L.Sebastian Huber4-11/+281
Rework of the start sequence to reduce the amount assembler code and to support configuration tables which may be provided by the application.
2011-08-312011-08-31 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-8/+79
* startup/bspgetworkarea.c, startup/linkcmds.base: Removed files. * include/mpc55xx-config.h, make/custom/mpc5674fevb.cfg, startup/early-init.c, startup/ebi-cal-cs-config.c, startup/ebi-cs-config.c, startup/exc-vector-base.S, startup/fmpll-syncr-vals.c, startup/linkcmds.mpc5674fevb, startup/mmu-config.c, startup/siu-pcr-config.c: New files. * Makefile.am, preinstall.am: Reflect changes above. * startup/linkcmds.gwlcfm, startup/linkcmds.mpc5566evb, startup/linkcmds.phycore_mpc5554: Use linker command base file. * configure.ac: Support MPC5674F. Changed eSCI options. * clock/clock-config.c: Support MPC5674F. * i2c/i2c_init.c, network/smsc9218i.c, startup/sd-card-init.c: Update due to API changes. * include/bsp.h: Define BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGIN. * network/if_smc.c: Use HAS_SMC91111. * startup/start.S, startup/bspstart.c: Moved low-level initialization into new files. Overall cleanup.
2011-08-302011-08-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+2
* include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
2011-06-072011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-156/+37
* clock/clock-config.c: Fixes to pass psnsext01. * startup/bspstart.c: Workaround for GCC 4.6 bug. * include/smsc9218i.h, network/smsc9218i.c, Makefile.am: Changes throughout.
2010-12-222010-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-3/+5
* configure.ac: Added I2C options. Fixed eMIOS prescaler. Use standard linker command file support. * include/bsp.h: Declare I2C initialization function. * i2c/i2c_init.c: Implementation. * make/custom/gwlcfm.cfg, make/custom/mpc5566evb.cfg, make/custom/mpc55xx.inc: Use standard linker command file support. * startup/bspstart.c: More board specific settings. * Makefile.am, preinstall.am: Reflect changes above.
2010-05-102010-05-10 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-0/+2
* include/bsp.h: Add BSP_SMALL_MEMORY.
2010-04-302010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-76/+0
* libcpu/powerpc/mpc55xx/include/irq.h: Move defines from 'libbsp/powerpc/mpc55xxevb/include/irq-config.h'. * libbsp/powerpc/mpc55xxevb/include/irq-config.h: Removed file. * libbsp/powerpc/mpc55xxevb/Makefile.am, libbsp/powerpc/mpc55xxevb/preinstall.am: Reflect changes above.
2010-03-25add support for mpc551x based GW_LCFM systemThomas Doerfler1-0/+4
2009-11-30Whitespace removal.Ralf Corsepius1-50/+50
2009-07-21Update for MPC55XX changesThomas Doerfler2-1/+809
2008-10-022008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-32/+0
* Makefile.am, preinstall.am: Use shared tm27.h stub. * include/tm27.h: Removed.
2008-09-302008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+32
* Makefile.am, preinstall.am: Now links all tests. * include/tm27.h: New file.
2008-08-202008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2-13/+11
* include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c, tests/tests.c: Added copyright information. Added missing prototypes. Fixed integer conversion warning. * startup/bspclean.c: Include bootcard.h.
2008-07-152008-07-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* .cvsignore, include/.cvsignore: New files.
2008-07-14updated gen83xx BSPThomas Doerfler3-0/+158
updated haleakala BSP added MPC55xx BSP