summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/startup/cpuinit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mpc83xx: Add MPC83XX_HAS_NAND_LP_FLASH_ON_CS0Sebastian Huber2013-03-141-5/+13
|
* bsp/gen83xx: Invalidate caches only if disabledSebastian Huber2013-01-091-3/+10
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-3/+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.
* bsp/gen83xx: Support cache BSP optionsSebastian Huber2012-04-021-1/+1
|
* bsp/gen83xx: Support for MPC830XSebastian Huber2012-04-021-1/+5
|
* 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-09-261-3/+3
| | | | | | | | | | | * make/custom/mpc8309som.cfg, startup/linkcmds.mpc8309som: New file. * Makefile.am, preinstall.am: Reflect changes above. * configure.ac, console/console-config.c, include/bsp.h, include/hwreg_vals.h, include/irq.h, network/network.c, spi/spi_init.c, startup/cpuinit.c: Renamed various BSP options. * make/custom/gen83xx.inc, make/custom/hsc_cm01.cfg, make/custom/mpc8313erdb.cfg, make/custom/mpc8349eamds.cfg: Avoid special linkcmds.
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-2/+2
| | | | | * startup/cpuinit.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* 2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-301-0/+1
| | | | | | | | | * include/u-boot.h: Removed file. * include/u-boot-config.h, include/tsec-config.h: New files. * include/bsp.h, start/start.S, startup/bspstart.c: Use new U-Boot support. * network/network.c: Update for API changes. * Makefile.am, preinstall.am: Reflect changes above.
* Whitespace removal.Ralf Corsepius2009-11-301-12/+12
|
* * start/start.S, include/hwreg_vals.h, startup/cpuinit.c:Thomas Doerfler2009-03-191-1/+1
| | | | correct some init values for HSC_CM01 boards
* 2008-09-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-201-9/+9
| | | | | | | * Makefile.am, include/bsp.h, start/start.S, startup/bspstart.c, startup/cpuinit.c: Use top level shared bsp_get_work_area() implementation. Augment it to know about U-Boot. * startup/bspgetworkarea.c: Removed.
* various changes to gen83xx BSP and othersThomas Doerfler2008-08-261-0/+14
|
* 2008-08-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-211-134/+180
| | | | | | * startup/cpuinit.h: Uses now powerpc-utility.h. Changed invalid usage of a boolean type to a proper integer type in calc_dbat_regvals(). Througout code formatting.
* 2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-191-3/+3
| | | | | * include/bsp.h, network/network.c, spi/spi_init.c, startup/cpuinit.c, startup/uboot_support.c: Fixed warnings.
* 2008-08-18 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-181-0/+6
| | | | | | * Makefile.am, startup/bspstart.c, startup/cpuinit.c: For the MPC8313ERDB -- The BAT entry for the eLBC was missing and add hard reset sequence in bsp_cleanup().
* updated gen83xx BSPThomas Doerfler2008-07-141-6/+31
| | | | | updated haleakala BSP added MPC55xx BSP
* reenable instruction MMUThomas Doerfler2007-10-261-1/+1
|
* 2007-07-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-131-0/+5
| | | | | | | * Makefile.am, preinstall.am: Install a linkcmds all the time. * startup/bspstart.c, startup/cpuinit.c, startup/linkcmds.mpc8349eamds, startup/mpc83xx_regs.c: Add missing $Id$. * startup/linkcmds: New file.
* compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged ↵Thomas Doerfler2007-07-101-0/+216
many different versions of new exception handling code to shared sources.