Searched full:mpc86xx (Results 1 – 25 of 49) sorted by relevance
12
/openbmc/u-boot/drivers/ddr/fsl/ |
H A D | Kconfig | 5 PowerPC- based SoCs (such as mpc83xx, mpc85xx, mpc86xx) and ARM- 79 depends on !MPC86xx 85 depends on MPC86xx 87 Enable Freescale DDR2 controller for MPC86xx SoCs. 139 select SYS_FSL_DDRC_GEN2 if (!MPC86xx && !SYS_FSL_DDRC_GEN3) 140 select SYS_FSL_DDRC_86XX_GEN2 if MPC86xx
|
/openbmc/u-boot/arch/powerpc/ |
H A D | Kconfig | 28 config MPC86xx config in PowerPC architecture""choice8861fd740104 29 bool "MPC86xx" 44 source "arch/powerpc/cpu/mpc86xx/Kconfig"
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | Kconfig | 1 menu "mpc86xx CPU" 2 depends on MPC86xx 5 default "mpc86xx"
|
H A D | u-boot.lds | 14 arch/powerpc/cpu/mpc86xx/start.o (.text*) 15 arch/powerpc/cpu/mpc86xx/traps.o (.text*)
|
H A D | interrupts.c | 12 * (C) Copyright 2004, 2007 Freescale Semiconductor. (MPC86xx Port) 18 #include <mpc86xx.h>
|
H A D | cpu_init.c | 14 #include <mpc86xx.h>
|
H A D | speed.c | 12 #include <mpc86xx.h>
|
H A D | release.S | 7 #include <mpc86xx.h>
|
H A D | cpu.c | 13 #include <mpc86xx.h>
|
/openbmc/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | mpc8xxx-wdt.txt | 6 "fsl,mpc8610-wdt" for an mpc86xx 16 Reset Status Register (called RSTRSCR on the mpc86xx)
|
/openbmc/linux/arch/powerpc/platforms/86xx/ |
H A D | common.c | 3 * Routines common to most mpc86xx-based boards. 12 #include "mpc86xx.h"
|
H A D | gef_sbc310.c | 9 * Based on: mpc86xx_hpcn.c (MPC86xx HPCN board specific routines) 37 #include "mpc86xx.h"
|
H A D | gef_sbc610.c | 9 * Based on: mpc86xx_hpcn.c (MPC86xx HPCN board specific routines) 37 #include "mpc86xx.h"
|
H A D | gef_ppc9a.c | 9 * Based on: mpc86xx_hpcn.c (MPC86xx HPCN board specific routines) 37 #include "mpc86xx.h"
|
H A D | pic.c | 15 #include "mpc86xx.h"
|
H A D | mvme7100.c | 29 #include "mpc86xx.h"
|
H A D | mpc86xx_smp.c | 24 #include "mpc86xx.h"
|
/openbmc/linux/drivers/watchdog/ |
H A D | mpc8xxx_wdt.c | 3 * mpc8xxx_wdt.c - MPC8xx/MPC83xx/MPC86xx watchdog userspace interface 264 MODULE_DESCRIPTION("Driver for watchdog timer in MPC8xx/MPC83xx/MPC86xx "
|
/openbmc/linux/drivers/edac/ |
H A D | fsl_ddr_edac.h | 5 * Support Power-based SoCs including MPC85xx, MPC86xx, MPC83xx and
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | Kconfig | 103 and MPC86xx family of chips, the eTSEC on LS1021A and the FEC
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | ppc.h | 19 #include <mpc86xx.h>
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | fsl_rio.h | 3 * Freescale MPC85xx/MPC86xx RapidIO support
|
/openbmc/qemu/tests/functional/ |
H A D | test_ppc_74xx.py | 78 wait_for_console_pattern(self, '>> CPU type PowerPC,MPC86xx')
|
/openbmc/u-boot/doc/ |
H A D | git-mailrc | 94 alias mpc86xx uboot, afleming, prabhu_kush
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ |
H A D | fdt.c | 6 * arch/powerpc/cpu/mpc86xx/cpu.c. Basically this file contains
|
12