summaryrefslogtreecommitdiffstats
path: root/arch/ppc/mach-mpc5xxx
Commit message (Expand)AuthorAgeFilesLines
* of: Add a context pointer to fixup functionsSascha Hauer2013-11-061-2/+2
* Set model and hostname at boardlevelSascha Hauer2013-08-161-3/+0
* OF: base: sync of_find_node_by_path with linux OF APISebastian Hesselbarth2013-06-201-2/+2
* of: fixup unflattened devicetreeSascha Hauer2013-03-061-8/+18
* Remove bad Kconfig reference to HAS_CFIAlexander Shiyan2012-12-081-1/+0
* Cleanup Kconfig filesAlexander Shiyan2012-12-081-0/+1
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-039-36/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-179-36/+0
* | net fec_mpc5200: Use same platform_data as i.MX fec driverSascha Hauer2012-09-231-14/+0
|/
* ppc reloc.S: use a common trap relocation functionRenaud Barbier2012-05-111-14/+0
* Preparation stage to support multiple PPC architecturesRenaud Barbier2012-05-027-28/+105
* ppc: remove unused init_board_data functionSascha Hauer2012-04-131-10/+0
* ppc: switch to libfdt based oftree implementationSascha Hauer2011-12-151-23/+19
* Merge branch 'next'Sascha Hauer2011-12-073-359/+0
|\
| * remove irq support fragmentsSascha Hauer2011-11-283-359/+0
* | ppc mpc5200: remove unused variableSascha Hauer2011-12-071-2/+0
|/
* ppc mpc5200: remove various board specific register setup from generic codeSascha Hauer2011-09-271-21/+0
* ppc mpc5200: remove cs setup from cpu_initSascha Hauer2011-09-271-87/+0
* ppc mpc5200: remove bus clock switching from generic codeSascha Hauer2011-09-271-15/+0
* mpc5200: hardcode internal sram for initramSascha Hauer2011-09-271-3/+2
* mpc5200: hardcode MBAR to 0xf0000000Sascha Hauer2011-09-271-0/+2
* ppc: hardcode sdram base to 0x0Sascha Hauer2011-09-271-1/+1
* ppc mpc5200b: cleanup lowlevel startupSascha Hauer2011-09-271-55/+18
* ppc mpc5200: add function to setup bus clocksSascha Hauer2011-09-272-0/+41
* ppc mpc5200: add function to configure a chipselectSascha Hauer2011-09-272-0/+74
* ppc mpc5200: add function to determine configured sdram sizeSascha Hauer2011-09-272-0/+20
* remove EARLY_INIT and EARLY_CONSOLE supportSascha Hauer2011-09-273-21/+0
* ppc: remove mgt5100 support from codeSascha Hauer2011-09-273-27/+2
* introduce io.hSascha Hauer2011-09-222-2/+2
* mpc5xxx: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
* reset_cpu: unify declarationRobert Schwebel2010-10-221-1/+1
* make reset_cpu a __noreturn functionSascha Hauer2010-03-301-1/+1
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* Remove PPC support for IDE.Robert P. J. Day2009-12-211-88/+0
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-5/+5
* [PPC] Move include/asm-ppc/arch-* to arch/ppc/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-2210-8/+909
* mpc5200: remove undefined function strmhzSascha Hauer2009-07-211-2/+1
* [mpc5200] fix compiler warningsSascha Hauer2008-07-031-8/+8
* [ppc] Fixed orphaned CONFIG_INTERRUPTSCarsten Schlote2008-02-212-3/+3
* [MPC5200]: call early_init() after we've setup our timing. OtherwiseSascha Hauer2008-02-211-2/+2
* Make the early console device/baudrate configurable instead of usingSascha Hauer2008-02-211-0/+3
* 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