summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
| |
* | Add support for AMCC 440EP Rev C and 440GR Rev BStefan Roese2006-05-101-0/+2
| | | | | | | | Patch by John Otken, 08 May 2006
* | 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
* | Fix style issues primarily in 85xx and 83xx boards.Jon Loeliger2005-08-014-270/+304
| | | | | | | | | | | | | | | | - C++ comments - Trailing white space - Indentation not by TAB - Excessive amount of empty lines - Trailing empty lines
* | * Patch by Eran LibertyEran Liberty2005-07-287-3/+1459
| | | | | | | | Add support for the Freescale MPC8349ADS board.
* | * Patch by Jon Loeliger, 2005-05-05Jon Loeliger2005-07-252-10/+29
| | | | | | | | | | | | | | | | Implemented support for MPC8548CDS board. Added DDR II support based on SPD values for MPC85xx boards. This roll-up patch also includes bugfies for the previously published patches: DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
* | * Patch by Jon Loeliger, Kumar Gala 2005-02-08Jon Loeliger2005-07-233-6/+4
|/ | | | | | | | - Convert the CPM2 based functionality to use new CONFIG_CPM2 option rather than a myriad of CONFIG_MPC8560-like variants. Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560. Eliminates the CONFIG_MPC8560 option entirely. Distributes the new CONFIG_CPM2 option to each 8260 board.
* Fix timer handling on MPC85xx systemswdenk2005-05-131-0/+2
|
* Add PPC440GX Revision Cstroese2005-04-071-0/+1
|
* * Patch by Yusdi Santoso, 22 Oct 2004:wdenk2005-04-032-3/+7
| | | | | | | | - Add support for HIDDEN_DRAGON board - fix endianess problem in driver/rtl1839.c * Patch by Allen Curtis, 21 Oct 2004: support multiple serial ports
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-311-3/+3
| | | | | | | | | | | | * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresses. * Cleanup drivers/i82365.c - avoid duplication of code * Fix bogus "cannot span across banks" flash error message * Add support for CompactFlash for the CPC45 Board.
* Patch by TsiChung Liew, 23 Sep 2004:wdenk2004-10-283-0/+262
| | | | | - add support for MPC8220 CPU - Add support for Alaska and Yukon boards
* * Patch by Gridish Shlomi, 30 Aug 2004:wdenk2004-10-101-0/+1
| | | | | | | | | | | | | | | | | - Add support to revA version of PQ27 and PQ27E. - Reverted MPC8260ADS baudrate back to original 115200 * Patch by Hojin, 17 Sep 2004: Fix typo in cfi_flash.c * Patch by Mark Jonas, 09 September 2004: mtest's data line test (with CFG_ALT_MEMTEST set) returned a wrong error message * Patch by Mark Jonas, 31 August 2004: Added option CFG_XLB_PIPELINING to enable XLB pipelining. This improves FTP performance for MPC5200 systems. Enabled for IceCube by default.
* Patches by Jon Loeliger, 24 Aug 2004:wdenk2004-10-102-15/+11
| | | | | - Add support for the MPC8541 and MPC8555 CDS boards - Cleanup eth?addr handling: make dependent on CONFIG_ETH?ADDR
* Patch by Jon Loeliger, 17 June 2004:wdenk2004-07-092-3/+40
| | | | | | | | Completion of the 8540ADS/8560ADS updates: Fix some PCI and Rapid I/O memory maps, Initialize both TSEC 1 and 2, Initialize SDRAM Update MAINTAINER for 85xx boards and README.mpc85xxads
* * Patch by Mark Jonas, 08 June 2004:wdenk2004-06-091-0/+19
| | | | | | | | - Make MPC5200 boards evaluate the SVR to print processor name and version in checkcpu() (cpu/mpc5xxx/cpu.c). * Patch by Kai-Uwe Bloem, 06 May 2004: Fix endianess problem in cramfs code
* Patch by Thomas Viehweger, 14 May 2004:wdenk2004-06-091-2/+35
| | | | | | | - flash.h: more flash types added - immap_8260.h: some bits added (useful for RMII) - cmd_coninfo.c: typo corrected, printf -> puts - reduced size by replacing spaces with tab
* Patches by Jon Loeliger, 11 May 2004:wdenk2004-06-092-4/+11
| | | | (partially, as they contained a lot of crap)
* Patch by Yuli Barcohen, 19 Apr 2004:wdenk2004-06-061-1/+1
| | | | | | | - Rename DUET_ADS to MPC885ADS - Rename CONFIG_DUET to CONFIG_MPC885_FAMILY - Rename CONFIG_866_et_al to CONFIG_MPC866_FAMILY - Clean up FADS family port to use the new defines
* * Patch by Dan Malek, 07 Apr 2004:wdenk2004-04-181-1/+1
| | | | | | | | | | | | | | | | | - Add support for RPC/STx GP3, Motorola 8560 board - Update 85xx TSEC driver so it searches MII for first available PHY and uses that one. - Add functions to support console MII commands. * Patch by Tolunay Orkun, 07 Apr 2004: Move initialization of bi_iic_fast[] from board_init_f() to board_init_r() * Patch by Yasushi Shoji, 07 Apr 2004: Cleanup microblaze port * Patch by Sangmoon Kim, 07 Apr 2004: Add auto SDRAM module detection for Debris board
* * Add missing microblaze header fileswdenk2004-04-181-4/+8
| | | | | | * Patch by Rune Torgersen, 06 Apr 2004: - Fix some PCI problems on the MPC8266ADS board - Fix the location of some PCI entries in the immap structure
* Patches by Pantelis Antoniou, 30 Mar 2004:wdenk2004-04-151-1/+5
| | | | | | | | | | | | Improve and fix various things in the MPC8xx FEC driver: 1. The new 87x and 88x series of processors have two FECs, and the new driver supports them both. 2. Another change in the 87x/88x series is support for the RMII (Reduced MII) interface. However numerous changes are needed to make it work since the PHYs are connected to the same lines. That means that you have to address them correctly over the MII interface.
* * Patches by Pantelis Antoniou, 30 Mar 2004:wdenk2004-04-151-1/+6
| | | | | | | | | | - add auto-complete support to the U-Boot CLI - add support for NETTA and NETPHONE boards; fix NETVIA board * Patch by Yuli Barcohen, 28 Mar 2004: - Add support for MPC8272 family including MPC8247/8248/8271/8272 - Add support for MPC8272ADS evaluation board (another flavour of MPC8260ADS) - Change configuration method for MPC8260ADS family
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-231-0/+1
| | | | | | | | | - show PCI clock frequency on MPC8260 systems - add FCC_PSMR_RMII flag for HiP7 processors - in do_jffs2_fsload(), take load address from load_addr if not set explicit, update load_addr otherwise - replaced printf by putc/puts when no formatting is needed (smaller code size, faster execution)
OpenPOWER on IntegriCloud