summaryrefslogtreecommitdiff
path: root/include/mpc5xxx.h
Commit message (Collapse)AuthorAgeFilesLines
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-161-893/+0
| | | | | | | | | There was for long time no activity in the mpx5xxx area. We need to go further and convert to Kconfig, but it turned out, nobody is interested anymore in mpc5xxx, so remove it. Signed-off-by: Heiko Schocher <hs@denx.de>
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
| | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
* mpc5xxx: add pci_mpc5xxx_init prototype to common headerAnatolij Gustschin2012-09-011-0/+3
| | | | | | | Add pci_mpc5xxx_init() prototype to the header file, so board .c files do not need to add extern pci_mpc5xxx_init() declaration. Signed-off-by: Anatolij Gustschin <agust@denx.de>
* A4M072: Added support for the board.Sergei Poselenov2010-10-121-1/+2
| | | | | | | | | | | | | | | | This patch provides support for the A4M072 board with the following features: UART NOR flash FEC Ethernet External SRAM I2C EEPROM CompactFlash cards on IDE/ATA port USB Host PCI initialization The 7-segment LED indicator is not yet supported. Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
* mpc5xxx: Remove all references to MGT5100Detlev Zundel2010-03-211-68/+1
| | | | | | We do not support a processor that never reached a real customer. Signed-off-by: Detlev Zundel <dzu@denx.de>
* mpc5xxx.h: Add structure definition for XLB arbiter block.Detlev Zundel2010-01-181-0/+17
| | | | Signed-off-by: Detlev Zundel <dzu@denx.de>
* mpc52xx: Add SPI driver.Grzegorz Bernacki2009-06-141-0/+18
| | | | Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
* mpc5xxx: Add structure definition for several more register blocks.Detlev Zundel2009-03-271-0/+124
| | | | Signed-off-by: Detlev Zundel <dzu@denx.de>
* Add define for mpc5200 CDM_CLK_ENAJon Smirl2009-03-231-0/+1
| | | | Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-54/+54
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 BoardsAxel Beierlein2008-08-211-0/+1
| | | | | | Tested with TQM5200S on STK52XX.200 Board Signed-off-by: Axel Beierlein <belatronix@web.de>
* mpc5xxx: Add MVBC_P board supportAndre Schwarz2008-07-151-0/+29
| | | | | | | | The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet controller (using e1000) and custom Altera Cyclone-II FPGA on PCI. Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* [ppc] Fix build breakage for all non-4xx PowerPC variants.Rafal Jaworowski2007-06-221-0/+1
| | | | | - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros - minor 4xx cleanup
* - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change theBartlomiej Sieka2006-11-011-1/+8
| | | | | | | | MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with MPC5XXX_WU_GPIO_DATA_O for affected boards. - Add defintions for some MPC5XXX GPIO pins.
* Added interrupt handling capabilities for mpc5xxx processors.Detlev Zundel2006-09-011-0/+59
| | | | Also added Linux like BUG() macros.
* Add support for WTK FO300 board (TQM5200 based).Marian Balakowicz2006-08-181-0/+10
|
* Set SDelay register in the DDR controller for the MPC5200B chip.Rafal Jaworowski2006-03-291-0/+1
|
* Add new board specific commands for TQM5200/STK52XXWolfgang Denk2005-08-191-6/+103
| | | | | | - Sound commands (beep, wav, sound) - Test commands (led, can, backlight, rs232) Patch by Martin Krause, 02 May 2005
* INKA4x0: Allow initialization of LCD backlight dimming fromwdenk2005-03-141-0/+1
| | | | "brightness" environment variable.
* Add port initialization for digital I/O on INKA4x0LABEL_2005_03_06_0225wdenk2005-03-061-0/+15
|
* Patch by Mark Jonas, 01 Jul 2004:wdenk2004-07-111-0/+17
| | | | | Added support for Total5100 and Total5200 (Rev.1 and Rev.2) MGT5100 and MPC5200 based Freescale platforms.
* * Patch by Pierre Aubert, 26 Feb 2004wdenk2004-02-271-0/+23
| | | | | | | | | | | add IDE support for MPC5200 * Patch by Masami Komiya, 26 Feb 2004: add autoload via NFS * Patch by Stephen Williams Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses elsewhere in the source.
* * Patch by Markus Pietrek, 24 Feb 2004:wdenk2004-02-261-0/+2
| | | | | | | | | | | | | NS9750 DevBoard added * Patch by Pierre AUBERT, 24 Feb 2004 add USB support for MPC5200 * Patch by Steven Scholz, 24 Feb 2004: - fix MII commands to use values from last command * Patch by Torsten Demke, 24 Feb 2004: Add support for the eXalion platform (SPSW-8240, F-30, F-300)
* * Modify XLB arbiter priorities on MPC5200 so all devices use samewdenk2003-09-161-0/+7
| | | | | priority; configure critical interrupts to be handled like external interrupts
* * Patch by David Müller, 13 Sep 2003:LABEL_2003_09_13_2100wdenk2003-09-131-0/+29
| | | | | | various changes to VCMA9 board specific files * Add I2C support for MGT5100 / MPC5200
* * Add support for SK98xx driverLABEL_2003_09_06_0055wdenk2003-09-051-0/+9
| | | | | | | | | | | | | | | * Add PCI support for SL8245 board * Support IceCube board configurations with 1 x AMD AM29LV065 (8 MB) or 1 x AM29LV652 (two LV065 in one chip = 16 MB); Run IPB at 133 Mhz; adjust the MII clock frequency accordingly * Set BRG_CLK on PM825/826 to 64MHz (VCO_OUT / 4, instead of 16 MHz) to allow for more accurate baudrate settings (error now 0.7% at 115 kbps, instead of 3.5% before) * Patch by Andreas Mohr, 4 Sep 2003: Fix a lot of spelling errors
* * Fix ICU862 environment problemwdenk2003-08-281-0/+5
| | | | | | * Fix RAM size detection for RMU board * Implement "reset" for MGT5100/MPC5200 systems
* * Fix PCI support for MPC5200 / IceCube Boardwdenk2003-08-051-0/+32
|
* * Add support for IceCube board (with MGT5100 and MPC5200 CPUs)U-Boot-0_4_4wdenk2003-07-161-0/+467
* Add support for MGT5100 and MPC5200 processors