Home
last modified time | relevance | path

Searched full:mpc8xx (Results 1 – 25 of 82) sorted by relevance

1234

/openbmc/u-boot/doc/
H A DREADME.scrapyard173 cogent_8xx powerpc mpc8xx d19f6a60 2015-01-05 Murray Jensen <Murray.Jensen@cs…
174 ESTEEM192E powerpc mpc8xx af0e3514 2015-01-05 Conn Clark <clark@esteem.com>
175 IP860 powerpc mpc8xx 5ec71100 2015-01-05 Wolfgang Denk <wd@denx.de>
176 IVML24 powerpc mpc8xx ca620cd1 2015-01-05 Wolfgang Denk <wd@denx.de>
177 IVMS8 powerpc mpc8xx ca620cd1 2015-01-05 Wolfgang Denk <wd@denx.de>
178 lwmon powerpc mpc8xx acc2372d 2015-01-05 Wolfgang Denk <wd@denx.de>
179 NETVIA powerpc mpc8xx f017cd7f 2015-01-05 Pantelis Antoniou <panto@intrac…
180 R360MPI powerpc mpc8xx 79cbecb8 2015-01-05 Wolfgang Denk <wd@denx.de>
181 RRvision powerpc mpc8xx 8737fc75 2015-01-05 Wolfgang Denk <wd@denx.de>
182 SPD823TS powerpc mpc8xx 72ba368f 2015-01-05 Wolfgang Denk <wd@denx.de>
[all …]
H A DREADME.bedbug66 arch/powerpc/cpu/mpc8xx/Makefile
69 arch/powerpc/cpu/mpc8xx/start.S
72 arch/powerpc/cpu/mpc8xx/traps.c
77 arch/powerpc/cpu/mpc8xx/bedbug_860.c
H A DREADME.console84 video (mpc8xx video controller)
92 lcd (mpc8xx lcd controller; to )
H A DREADME.POST388 This project will also develop a set of POST tests for MPC8xx- based
693 2.2.3. MPC8xx peripherals tests
696 units of MPC8xx processors. Namely, the following controllers of the
697 MPC8xx communication processor module (CPM) will be tested:
712 arch/powerpc/cpu/mpc8xx/scc.c.
724 arch/powerpc/cpu/mpc8xx/serial.c.
H A DREADME.serial_multi5 MPC8XX Specific
/openbmc/linux/arch/powerpc/platforms/8xx/
H A DKconfig52 support for the mpc8xx based boards from TQM.
91 # MPC8xx Communication options
94 menu "MPC8xx CPM Options"
99 comment "Generic MPC8xx Options"
106 Saying Y here will cause the ports on an MPC8xx processor to be used
116 This enables a workaround for erratum CPU15 on MPC8xx chips.
H A Dpic.c75 /* For MPC8xx, read the SIVEC register and shift the bits down in mpc8xx_get_irq()
135 np = of_find_node_by_type(NULL, "mpc8xx-pic"); in mpc8xx_pic_init()
151 printk(KERN_ERR "MPC8xx PIC: failed to allocate irq host!\n"); in mpc8xx_pic_init()
H A Dtqm8xx_setup.c2 * Platform setup for the MPC8xx based boards from TQM.
42 #include "mpc8xx.h"
H A Dmpc8xx.h2 * Prototypes, etc. for the Freescale MPC8xx embedded cpu chips
H A Dm8xx_setup.c29 #include "mpc8xx.h"
133 /* The RTC on the MPC8xx is an internal register.
/openbmc/u-boot/arch/powerpc/
H A DKconfig34 config MPC8xx config in PowerPC architecture""choice8861fd740104
35 bool "MPC8xx"
45 source "arch/powerpc/cpu/mpc8xx/Kconfig"
/openbmc/qemu/target/ppc/
H A Dcpu-models.c189 /* MPC8xx family (aka PowerQUICC) */
191 POWERPC_DEF("mpc8xx", CPU_POWERPC_MPC8xx, MPC8xx,
192 "Generic MPC8xx core")
775 { "powerquicc", "mpc8xx" },
776 /* MPC8xx microcontrollers */
777 { "mgt823", "mpc8xx" },
778 { "mpc821", "mpc8xx" },
779 { "mpc823", "mpc8xx" },
780 { "mpc850", "mpc8xx" },
781 { "mpc852t", "mpc8xx" },
[all …]
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A DKconfig1 menu "mpc8xx CPU"
2 depends on MPC8xx
5 default "mpc8xx"
H A Dspeed.c8 #include <mpc8xx.h>
35 /* The MPC8xx has only one BDF: half clock speed */ in get_clocks()
/openbmc/u-boot/drivers/watchdog/
H A DKconfig154 bool "MPC8xx watchdog timer support"
155 depends on WDT && MPC8xx
158 Select this to enable mpc8xx watchdog timer
/openbmc/linux/arch/powerpc/boot/
H A Dmpc8xx.c3 * MPC8xx support functions
13 #include "mpc8xx.h"
H A Dep88xc.c13 #include "mpc8xx.h"
/openbmc/u-boot/board/cssi/MCR3000/
H A Du-boot.lds19 arch/powerpc/cpu/mpc8xx/start.o (.text)
20 arch/powerpc/cpu/mpc8xx/traps.o (.text*)
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_8xx.S10 * MPC8xx modifications by Dan Malek
60 /* MPC8xx
75 * The MPC8xx does not have any BATs, but it supports large page sizes.
161 /* On the MPC8xx, this is a software emulation interrupt. It occurs
172 * For the MPC8xx, this is a software tablewalk to load the instruction
307 /* This is an instruction TLB error on the MPC8xx. This could be due
325 /* This is the data TLB error on the MPC8xx. This could be due to
352 /* On the MPC8xx, these next four traps are used for development
/openbmc/linux/drivers/watchdog/
H A Dmpc8xxx_wdt.c3 * mpc8xxx_wdt.c - MPC8xx/MPC83xx/MPC86xx watchdog userspace interface
33 #define SWCRR_SWF 0x00000008 /* Software Watchdog Freeze (mpc8xx). */
264 MODULE_DESCRIPTION("Driver for watchdog timer in MPC8xx/MPC83xx/MPC86xx "
/openbmc/u-boot/drivers/spi/
H A Dmpc8xx_spi.c11 * MPC8xx CPM SPI interface.
21 #include <mpc8xx.h>
206 { .compatible = "fsl,mpc8xx-spi" },
H A DKconfig144 bool "MPC8XX SPI Driver"
145 depends on MPC8xx
147 Enable support for SPI on MPC8XX
/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfc_multi_8xx.h152 /* Prepare the MPC8XX PortA 10 as output (address/data selector) */ in setup_embedded()
158 /* Prepare the MPC8xx PortB __X__ as input (ISDN__X__IRQ) */ in setup_embedded()
/openbmc/u-boot/drivers/net/
H A DKconfig421 bool "Fast Ethernet Controller on MPC8XX"
422 depends on MPC8xx
426 on MPC8XX
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dmpc8xxx-wdt.txt7 "fsl,mpc823-wdt" for an mpc8xx

1234