summaryrefslogtreecommitdiff
path: root/include/configs
Commit message (Collapse)AuthorAgeLines
* Merge branch 'mpc86xx'Jon Loeliger2006-07-28-1/+1
|\
| * Fix 8641HPCN timebaseJohn Traill2006-07-28-1/+1
| |
* | Merge branch 'mpc86xx'Jon Loeliger2006-07-13-0/+3
|\ \ | |/
| * Add support for reading and writing mac addresses to or from ID EEPROM.Haiying Wang2006-07-13-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added code for reading and writing Mac addresses to/from ID EEPROM(0x57). With attached patch, we can use command "mac/mac read/mac save/" to read and write EEPROM under u-boot prompt. U-boot will calculate the checksum of EEPROM while bootup, if it is right, then u-boot will check whether the mac address of eTSEC0/1/2/3 is availalbe (non-zero). If there is mac address availabe in EEPROM, u-boot will use it, otherewise, u-boot will use the mac address defined in MPC8641HPCN.h. This matches the requirement to set unique mac address for each TSEC port. Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: York Sun <yorksun@freescale.com>
| * Fixed initrd issue by define big RAMJin Zhengxiong2006-07-13-0/+1
| | | | | | | | Signed-off-by:Jason Jin <Jason.jin@freescale.com>
* | Merge branch 'mpc86xx'Jon Loeliger2006-06-27-6/+15
|\ \ | |/
| * Fix RTL8139 in big endianJin Zhengxiong-R641882006-06-27-0/+1
| | | | | | | | | | signed-off-by: Jason Jin <Jason.Jin@freescale.com> signed-off-by: Wei Zhang <wei.zhang@freescale.com>
| * Enable PCIE1 for MPC8641HPCN boardJin Zhengxiong-R641882006-06-27-6/+14
| | | | | | | | Signed-off-by: Jason Jin <Jason.jin@freescale.com>
* | Merge branch 'mpc86xx'Jon Loeliger2006-06-07-21/+43
|\ \ | |/
| * Enable dual DDR controllers and interleaving.Jon Loeliger2006-05-19-1/+11
| |
| * Update 86xx address map and LAWBARs.Jon Loeliger2006-05-19-20/+32
| |
* | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-06-07-21/+1483
|\ \
| * | Minor cleanup for PCS440EP boardWolfgang Denk2006-06-07-6/+5
| | |
| * | Update PCS440EP port to fit into one flash device (incl. environment)Stefan Roese2006-06-06-3/+3
| | | | | | | | | | | | Patch by Stefan Roese, 06 Jun 2006
| * | Add support for PCS440EP boardStefan Roese2006-06-02-0/+413
| | | | | | | | | | | | Patch by Stefan Roese, 02 Jun 2006
| * | * Update Intel IXP4xx supportWolfgang Denk2006-05-30-8/+571
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add IXP4xx NPE ethernet MAC support - Add support for Intel IXDPG425 board - Add support for Prodrive PDNB3 board - Add IRQ support Patch by Stefan Roese, 23 May 2006 [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still sufferes from licensing issues. Blame Intel.]
| * | Enable autoboot for M5271EVB board.Marian Balakowicz2006-05-17-0/+2
| | |
| * | Changed default ramdisk addr in yosemite/yellowstone portsStefan Roese2006-05-15-4/+4
| | | | | | | | | | | | Patch by Stefan Roese, 15 May 2006
| * | Add support for VirtLab2 boardWolfgang Denk2006-05-12-0/+461
| | | | | | | | | | | | (needed because of differences in the PCMCIA hardware).
| * | Minor cleanup.Wolfgang Denk2006-05-10-2/+2
| | |
| * | Update yosemite configuration to enable flash write buffer supportStefan Roese2006-05-10-0/+2
| | | | | | | | | | | | Patch by Stefan Roese, 10 May 2006
| * | Update omap5912osk board supportStefan Roese2006-05-10-7/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix OMAP support that omap5912osk compiles in current source tree - Update with code from "http://omap.spectrumdigital.com/osk5912" to fix problems with DDR initialization - Fix timer setup - Use CFI flash driver and support complete 32MB of onboard flash - Add "print_cpuinfo()" and "checkboard()" functions to display CPU (with frequency) and Board infos Patch by Stefan Roese, 10 May 2006
* | | Merge branch 'mpc86xx'Jon Loeliger2006-05-09-0/+592
|\ \ \ | |/ / |/| / | |/
| * Get MPC8641HPCN flash images working.Jon Loeliger2006-05-09-16/+14
| | | | | | | | | | | | | | | | Enable the CFI driver. Remove bogus LAWBAR7 cruft. Use correct TEXT_BASE, Fixup load script. Enable SPD EEPROM during DDR setup. Use generic RFC 1918 IP addresses by default.
| * Cleanup whitespaces and style issues.Jon Loeliger2006-04-27-119/+84
| | | | | | | | | | | | | | Removed //-style comments. Use 80-column lines. Remove trailing whitespace. Remove dead code and debug cruft.
| * Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-26-0/+629
| |
* | Merge with /home/m8/git/u-bootWolfgang Denk2006-05-09-0/+323
|\ \
| * | Add M5271EVB board support.Marian Balakowicz2006-05-09-0/+154
| | |
| * | Make R5200 specific low level initialization board conditional.Marian Balakowicz2006-05-09-0/+1
| | |
| * | Add support for Freescale M5271: Merge with /work/u-boot.mcf5271Marian Balakowicz2006-04-27-0/+168
| |\ \ | | |/ | |/|
| | * Add support for r5200 boardZachary P. Landau2006-01-26-0/+168
| | |
* | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-05-09-700/+47
|\ \ \
| * \ \ Merge with git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git#mpc8349emdsWolfgang Denk2006-05-03-700/+47
| |\ \ \
| | * | | Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port:Kumar Gala2006-04-20-700/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 lowboot support on MCC200 boardWolfgang Denk2006-05-05-0/+4
|/ / / /
* | | | Coding Style cleanupWolfgang Denk2006-05-03-52/+52
| | | |
* | | | NAND support for zylonite board + some minor cleanup.Markus Klotzbuecher2006-04-25-84/+56
| | | |
* | | | delta board: support for magic key detection and handling.Markus Klotzbuecher2006-04-25-0/+11
| |/ / |/| |
* | | Add support for BC3450 boarddzu@denx.de2006-04-21-0/+568
|/ / | | | | | | Signed-off-by: dzu@denx.de <dzu@denx.de>
* | Update for NC650 board. Add NC650 based CP850 configuration.dzu@denx.de2006-04-19-18/+48
| | | | | | | | Signed-off-by: dzu@denx.de <dzu@denx.de>
* | Some code cleanupWolfgang Denk2006-04-16-2/+2
| |
* | Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-04-16-4/+3
|\ \
| * | * Fix dbau1x00 BoardHeiko Schocher2006-04-11-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | - Fix dbau1x00 boards broken by dbau1550 patch PLL:s were not set for boards other than 1550. Flash CFI caused card to hang due to undefined CFG_FLASH_BANKS_LIST. Default boot is now bootp for cards other than 1550. Patch by Thomas Lange Aug 10 2005
* | | Fix Quad UART mapping on MCC200 board due to new HW revisionWolfgang Denk2006-04-13-1/+1
| | |
* | | Merge with /home/m8/git/u-bootWolfgang Denk2006-04-12-14/+19
|\ \ \ | |/ / |/| |
| * | Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-08-14/+19
| | | | | | | | | | | | Some more NAND cleanup and small fixes.
* | | Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pciWolfgang Denk2006-04-06-3/+5
|\ \ \
| * | | Set SDelay register in the DDR controller for the MPC5200B chip.Rafal Jaworowski2006-03-29-3/+5
| | | |
* | | | Merge with /home/sr/git/u-boot/cfi-flashWolfgang Denk2006-04-06-1/+2
|\ \ \ \
| * | | | * Changes/fixes for drivers/cfi_flash.c:Stefan Roese2006-04-01-0/+4
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add Intel legacy lock/unlock support to common CFI driver On some Intel flash's (e.g. Intel J3) legacy unlocking is supported, meaning that unlocking of one sector will unlock all sectors of this bank. Using this feature, unlocking of all sectors upon startup (via env var "unlock=yes") will get much faster. - Fixed problem with multiple reads of envronment variable "unlock" as pointed out by Reinhard Arlt & Anders Larsen. - Removed unwanted linefeeds from "protect" command when CFG_FLASH_PROTECTION is enabled. - Changed p3p400 board to use CFG_FLASH_PROTECTION Patch by Stefan Roese, 01 Apr 2006 * Changes/fixes for drivers/cfi_flash.c: - Correctly handle the cases where CFG_HZ != 1000 (several XScale-based boards) - Fix the timeout calculation of buffered writes (off by a factor of 1000) Patch by Anders Larsen, 31 Mar 2006