summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: remove all files with "All Rights Reserved" notices.GPL-CleanupWolfgang Denk2009-09-02259-125483/+0
* License cleanup: remove unintended "All Rights Reserved" notices.Wolfgang Denk2009-09-027-7/+0
* Merge branch 'next' of ../nextWolfgang Denk2009-08-31245-4436/+5680
|\
| * fsl: simplify the "mac id" command, improve boot-time informational messageTimur Tabi2009-08-281-32/+49
| * 85xx: Added PCIe support for P1 P2 RDBPoonam Aggrwal2009-08-283-1/+125
| * driver/fsl_pci: Add fsl_pci_init_port function to initialize a PCI controllerPoonam Aggrwal2009-08-282-0/+70
| * 85xx: Improve MPIC initializationTimur Tabi2009-08-281-5/+7
| * 85xx: Added support for P1011RDB and P2010RDBPoonam Aggrwal2009-08-282-0/+12
| * 85xx: Added single core members of FSL P1xx/P2xx processors seriesPoonam Aggrwal2009-08-284-6/+17
| * 85xx: P1020RDB Support AddedPoonam Aggrwal2009-08-282-0/+6
| * 85xx: Added CONFIG_MAX_CPUS for P1020Poonam Aggrwal2009-08-281-2/+2
| * 85xx: Add L2SRAM Register's macro definitionMingkai Hu2009-08-282-2/+8
| * 85xx: Fix memory test range on MPC8536DSFelix Radensky2009-08-281-2/+2
| * 85xx: Removed BEDBUG support on P1_P2_RDBKumar Gala2009-08-281-1/+0
| * 85xx: Init pci ethernet cards if we enable any on MPC8572DSKumar Gala2009-08-281-1/+2
| * xes: Use proper IO access functionsPeter Tyser2009-08-284-38/+37
| * 85xx: Move to a common linker scriptKumar Gala2009-08-2825-3349/+3
| * 85xx: Added P1020 Processor Support.Poonam Aggrwal2009-08-284-2/+7
| * 85xx: Add support for P2020RDB boardPoonam Aggrwal2009-08-2813-1/+1521
| * 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal2009-08-2822-75/+127
| * 8xxx: Refactored common cpu specific code for 85xx/86xx into one file.Poonam Aggrwal2009-08-285-100/+135
| * stx: create common vendor/board hierarchy for STx boardsAlex Dubov2009-08-2821-3/+3
| * 85xx: Remove unused CONFIG_CLEAR_LAW0 definesPeter Tyser2009-08-283-3/+0
| * 86xx: Remove redudant PLATFORM_CPPFLAGSKumar Gala2009-08-285-13/+2
| * 85xx: Remove redudant PLATFORM_CPPFLAGSKumar Gala2009-08-2822-82/+1
| * 85xx: Add a 36-bit physical configuration for MPC8536DSKumar Gala2009-08-282-11/+76
| * 85xx: Cleanup whitespace in mpc8536ds.cKumar Gala2009-08-281-11/+5
| * pci/fsl_pci_init: Rework PCI ATMU setup to handle >4G of memoryKumar Gala2009-08-283-63/+164
| * pci/fsl_pci_init: Use PCIe capability to determine if controller is PCIeKumar Gala2009-08-282-19/+14
| * pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_initKumar Gala2009-08-2816-120/+7
| * pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_initKumar Gala2009-08-2816-95/+42
| * Merge branch 'next' of git://git.denx.de/u-boot-nand-flash into nextWolfgang Denk2009-08-2810-12/+1538
| |\
| | * NAND: DaVinci: V2 Adding 4 BIT ECC supportSandeep Paulraj2009-08-262-2/+292
| | * MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRSTSandeep Paulraj2009-08-262-0/+60
| | * mxc_nand: add nand driver for MX2/MX3Ilya Yanok2009-08-262-0/+881
| | * NAND: ADD page Parameter to all read_page/read_page_raw API'sSandeep Paulraj2009-08-263-10/+12
| | * 83xx, kmeter1: added NAND supportHeiko Schocher2009-08-263-0/+142
| | * OneNAND: Remove unused read_spareramKyungmin Park2009-08-262-5/+2
| | * KB9202: Add NAND supportMatthias Kaehlcke2009-08-262-0/+151
| * | OneNAND: Remove unused read_spareramKyungmin Park2009-08-262-5/+2
| * | galaxy5200: Cleanup typo and trailing whitespaceEric Millbrandt2009-08-261-4/+4
| |/
| * Merge branch 'next' of git://www.denx.de/git/u-boot-coldfire into nextWolfgang Denk2009-08-264-8/+14
| |\
| | * ColdFire: Fix compile warning messagesTsiChung Liew2009-08-263-8/+10
| | * ColdFire: Fix missing _IO_BASE which caused compile errorTsiChung Liew2009-08-261-0/+4
| * | Support up to 7 banks for ids as specified in JEDEC JEP106ZNiklaus Giger2009-08-263-3/+89
| |/
| * Merge branch 'next' of git://git.denx.de/u-boot-net into nextWolfgang Denk2009-08-2544-221/+728
| |\
| | * net: tsec - handle user interrupt while waiting for PHY auto negotiation to c...Kim Phillips2009-08-251-0/+7
| | * Add Transfer Size Option to tftpRobin Getz2009-08-251-2/+36
| | * Add debug message for Blackfin Ethernet Rx function.Robin Getz2009-08-251-0/+3
| | * Convert CS8900 Ethernet driver to CONFIG_NET_MULTI APIBen Warren2009-08-2538-210/+476