summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
Commit message (Collapse)AuthorAgeFilesLines
* Use generic I2C register block on 85xx and 86xx.Jon Loeliger2006-10-202-76/+9
| | | | | | | Replace private IMMAP I2C structures with generic reg block and allow 86xx to have multiple I2C device busses. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.cJon Loeliger2006-10-191-0/+90
| | | | | | | in an effort to begin to unify the umpteen FSL I2C drivers that are all otherwise very similar. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Fixed leading whitespace issues.Jon Loeliger2006-10-131-3/+2
| | | | | | Removed spurious LAWAR thing. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Fix whitespace issues.Jon Loeliger2006-10-101-233/+233
|
* Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-09-192-1/+6
|\ | | | | | | | | | | Conflicts: board/stxxtc/Makefile
| * Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-072-1/+6
| | | | | | | | | | | | | | | | | | | | | | - Add support for PPC440EPx & PPC440GRx - Add support for PPC440EP(x)/GR(x) NAND controller in cpu/ppc4xx directory - Add NAND boot functionality for Sequoia board, please see doc/README.nand-boot-ppc440 for details - This Sequoia NAND image doesn't support environment in NAND for now. This will be added in a short while. Patch by Stefan Roese, 07 Sep 2006
* | Merge branch 'mpc86xx'Jon Loeliger2006-09-141-2/+3
|\ \
| * | Handle 86xx SVR values according to the new Reference Manual.Jon Loeliger2006-09-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Both 8641 and 8641D have SVR == 0x8090, and are distinguished by the byte in bits 16-23 instead. Thanks to Jason Jin for noticing. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | Merge branch 'mpc86xx'Jon Loeliger2006-08-221-5/+5
|\ \ \ | |/ /
| * | Cleanup more poorly introduced whitespace.Jon Loeliger2006-08-221-5/+5
| | |
* | | Merge branch 'mpc86xx'Jon Loeliger2006-08-221-9/+9
|\ \ \ | |/ /
| * | Cleanup poorly introduced whitespace.Jon Loeliger2006-08-221-9/+9
| | |
* | | Merge branch 'mpc85xx'Jon Loeliger2006-08-091-2/+23
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/ft_build.h include/pci.h Resolved, though.
| * | | * Added support for initializing second PCI bus on 85xx Patch by Andy ↵Matthew McClintock2006-08-091-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
* | | | Merge branch 'wd'Jon Loeliger2006-08-092-0/+43
|\ \ \ \ | | |_|/ | |/| |
| * | | Cleanup config file and bootup output for Yucca board.Marian Balakowicz2006-07-031-1/+1
| | | |
| * | | Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-302-0/+43
| |\ \ \ | | |/ / | |/| |
| | * | Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-302-0/+43
| | | |
* | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-271-30/+32
|\ \ \ \ | | |_|/ | |/| |
| * | | Enable PCIE1 for MPC8641HPCN boardJin Zhengxiong-R641882006-06-271-30/+32
| | | | | | | | | | | | | | | | Signed-off-by: Jason Jin <Jason.jin@freescale.com>
* | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-071-2/+2
|\ \ \ \ | |/ / /
| * | | Update 86xx address map and LAWBARs.Jon Loeliger2006-05-191-2/+2
| | | |
* | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-06-071-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Add support for AMCC 440EP Rev C and 440GR Rev BStefan Roese2006-05-101-0/+2
| | | | | | | | | | | | | | | | Patch by John Otken, 08 May 2006
* | | | Merge branch 'mpc86xx'Jon Loeliger2006-05-094-4/+1393
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-264-4/+1393
| | |
* | | Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port:Kumar Gala2006-04-201-1/+1
|/ / | | | | | | | | | | | | | | | | - Removed MPC8349ADS port - Added PCI support to MPC8349ADS - reworked memory map to allow mapping of all regions with BATs Patch by Kumar Gala 20 Apr 2006 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* | Fix DDR ECC bit definitions for MPC83xx.Marian Balakowicz2006-03-161-2/+2
| |
* | Add DMA support for MPC83xx.Marian Balakowicz2006-03-141-1/+86
| |
* | Add bit definitions for MPC83xx DDR controller registers.Marian Balakowicz2006-03-141-0/+52
| |
* | Add CPM2 I/O pin functions for MPC85xx processorsWolfgang Denk2006-03-121-0/+146
| | | | | | | | Patch by Murray Jensen, 08 Jul 2005
* | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349adsWolfgang Denk2006-03-121-0/+1
|\ \
| * | Added PCI support for MPC8349ADS boardKumar Gala2006-01-121-0/+1
| |/ | | | | | | Patch by Kumar Gala 11 Jan 2006
* | Fixed defines for MPC83xx SICRL register to match current specsKumar Gala2006-01-231-2/+2
|/ | | | Patch by Kumar Gala, 23 Jan 2006
* Fix DPRAM offset/size for MPC8541/8555.Wolfgang Denk2005-12-061-2/+7
| | | | Simplify TQM85xx Makefile handling.
* Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.Stefan Roese2005-11-291-0/+2
| | | | Patch by John Otken, 23 Nov 2005
* Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.hWolfgang Denk2005-11-251-1/+7
|
* Correct PPC Timebase register definitions (SPRN_TBRL...)Stefan Roese2005-11-071-4/+4
| | | | Patch by Stefan Roese, 07 Nov 2005
* Add support for Ocotea pass 3 with 440GX Rev. FStefan Roese2005-11-011-0/+1
| | | | Patch by Stefan Roese, 01 Nov 2005
* Add PCI support for the TQM834x board.Rafal Jaworowski2005-10-172-37/+1
|
* Merge with /home/m8/git/u-bootWolfgang Denk2005-10-152-3/+29
|\
| * Added support for TQM834x boards.Marian Balakowicz2005-10-112-3/+29
| |
* | Cleanup for GCC-4.xWolfgang Denk2005-10-131-2/+2
|/
* Fix 440GR to print correct cpu revisionStefan Roese2005-10-041-1/+2
| | | | Patch by Stefan Roese, 4 Oct 2005
* Add iopset command on mpc8xxWolfgang Denk2005-09-261-0/+395
| | | | Patch by Daniel Eisenhut, 25 Mar 2005
* Cleanup (PPC4xx is AMCC now)Wolfgang Denk2005-09-232-3/+3
|
* Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese2005-08-161-4/+8
| | | | | now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005
* Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)Stefan Roese2005-08-081-4/+4
| | | | Patch by Stefan Roese, 08 Aug 2005
* Merge with rsync://git-user@source.denx.net/git/u-boot.gitJon Loeliger2005-08-022-1/+8
|\
| * Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.Stefan Roese2005-08-012-1/+8
| | | | | | | | Patch by Steven Blakeslee, 27 Jul 2005