summaryrefslogtreecommitdiffstats
path: root/arch/ppc/mach-mpc5xxx
Commit message (Collapse)AuthorAgeFilesLines
* make reset_cpu a __noreturn functionSascha Hauer2010-03-301-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Remove PPC support for IDE.Robert P. J. Day2009-12-211-88/+0
| | | | | | | | | Based on a suggestion from S. Hauer, we don't currently need any IDE support, but we can always add it back later if we choose. There don't appear to be any other IDE-related source files in the tree. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | This has been done with the following script: find -path ./.git -prune -o -type f -print0 | xargs -0 -r sed -i \ -e 's/u2boot/barebox/g' \ -e 's/U2Boot/barebox/g' \ -e 's/U-boot V2/barebox/g' \ -e 's/u-boot v2/barebox/g' \ -e 's/U-Boot V2/barebox/g' \ -e 's/U-Boot-v2/barebox/g' \ -e 's/U_BOOT/BAREBOX/g' \ -e 's/UBOOT/BAREBOX/g' \ -e 's/uboot/barebox/g' \ -e 's/u-boot/barebox/g' \ -e 's/u_boot/barebox/g' \ -e 's/U-Boot/barebox/g' \ -e 's/U-boot/barebox/g' \ -e 's/U-BOOT/barebox/g' find -path ./.git -prune -o \( -name "*u-boot*" -o -name "*uboot*" -o -name "*u_boot*" \) -print0 | \ xargs -0 -r rename 's/u[-_]?boot/barebox/' It needs some manual fixup following in the next patch Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [PPC] Move include/asm-ppc/arch-* to arch/ppc/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-2210-8/+909
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* mpc5200: remove undefined function strmhzSascha Hauer2009-07-211-2/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [mpc5200] fix compiler warningsSascha Hauer2008-07-031-8/+8
|
* [ppc] Fixed orphaned CONFIG_INTERRUPTSCarsten Schlote2008-02-212-3/+3
| | | | | | Changed CONFIG to CONFIG_USE_IRQ Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de>
* [MPC5200]: call early_init() after we've setup our timing. OtherwiseSascha Hauer2008-02-211-2/+2
| | | | the console gets messed up afterwards.
* Make the early console device/baudrate configurable instead of usingSascha Hauer2008-02-211-0/+3
| | | | hardcoded values
* remove CONFIG_IDENT_STRING. It's unusedsascha2007-10-191-4/+0
|
* move ppc assembler templates to include/asm-ppcSascha Hauer2007-09-221-2/+2
|
* whitespace cleanupSascha Hauer2007-09-131-2/+2
|
* further reloc fixesSascha Hauer2007-07-251-12/+22
|
* remove unneeded include, use cpu_init()Sascha Hauer2007-07-121-2/+1
|
* consolidate cpu_init_*Sascha Hauer2007-07-121-7/+5
|
* add reloc_offset functionSascha Hauer2007-07-121-8/+47
|
* do loadtask in ethernet driverSascha Hauer2007-07-121-6/+2
|
* use reset_cpu()Sascha Hauer2007-07-051-1/+1
|
* svn_rev_687Sascha Hauer2007-07-051-0/+12
| | | | split board specific stuff apart
* svn_rev_673Sascha Hauer2007-07-0514-0/+3084