Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix Tsec bug when no link | Jin Zhengxiong-R64188 | 2006-06-27 | -1/+1 |
| | | | | | | | | When tftp a non-exist file from the tftp server, u-boot will check the link of all eth port. The original file will return wrong link state on the no link ports. signed-off-by: Jason Jin <Jason.Jin@freescale.com> | |||
* | Fix bug for io_bar size during pci scan | Jin Zhengxiong-R64188 | 2006-06-27 | -1/+2 |
| | | | | | | | | During the pci scan process, Some devices return bar_reponse with the highest bytes 0, such as the pci bridge in uli1575 return bar_response with 0xffffff, So the bar_size should be manually set under 64K. Signed-off-by: Jason Jin <jason.jin@freescale.com> | |||
* | Enable PCIE1 for MPC8641HPCN board | Jin Zhengxiong-R64188 | 2006-06-27 | -146/+330 |
| | | | | Signed-off-by: Jason Jin <Jason.jin@freescale.com> | |||
* | Fix bug in 8641hpcn reset command with no args. | Jon Loeliger | 2006-06-22 | -1/+1 |
| | | | | | Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Acked-by: Jon Loeliger <jdl@freescale.com> | |||
* | Reworked IRQ mapping in OF-tree. | Zhang Wei | 2006-06-22 | -39/+55 |
| | ||||
* | Do not enable address translation on secondary CPUs. | Jon Loeliger | 2006-06-15 | -15/+0 |
| | | | | | | Do not set up BATs on secondary CPUs. Let Linux do the nasty. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | Fix a get_board_sys_clk() use-before-def warning. | Jon Loeliger | 2006-06-07 | -64/+64 |
| | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
* | Allow DTC path to be passed in. | Jon Loeliger | 2006-06-07 | -1/+5 |
| | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
* | Modify the IRQ of DUART2 | Haiying Wang | 2006-06-07 | -1/+1 |
| | ||||
* | Review cleanups. | Jon Loeliger | 2006-05-31 | -117/+53 |
| | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | White space cleanup. | Jon Loeliger | 2006-05-31 | -124/+130 |
| | | | | | | | | | Some 80-column cleanups. Convert printf() to puts() where possible. Use #include "spd_sdram.h" as needed. Enhanced reset command usage message a bit. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | Removed unneeded local_bus_init() from 8641HPCN board. | Jon Loeliger | 2006-05-31 | -34/+0 |
| | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | Moved mpc8641hpcn_board_reset() out of cpu/ into board/. | Jon Loeliger | 2006-05-31 | -84/+99 |
| | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | Remove dead debug code. | Jon Loeliger | 2006-05-31 | -24/+0 |
| | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
* | Move mpc86xx PIXIS code to board directory | Jon Loeliger | 2006-05-31 | -294/+373 |
| | | | | | | | | First cut at moving the PIXIS platform code out of the 86xx cpu directory and into board/mpc8641hpcn where it belongs. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | Improve "reset" command's interaction with watchdog. | Haiying Wang | 2006-05-30 | -5/+32 |
| | | | | | | | | "reset altbank" will reset another bank WITHOUT watch dog timer enabled "reset altbank wd" will reset another bank WITH watch dog enabled "diswd" will disable watch dog after u-boot boots up successfully Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> | |||
* | Fix two SDRAM setup bugs. | Haiying Wang | 2006-05-30 | -7/+7 |
| | | | | | | | Fix ECC setup bug. Enable 1T/2T based on number of DIMMs present. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> | |||
* | Add first draft of the MPC8641HPCN doc/README. | Haiying Wang | 2006-05-26 | -0/+123 |
| | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
* | Added pci@8000 block. | Haiying Wang | 2006-05-26 | -11/+119 |
| | | | | | | | Updated ethernet interrupt mappings (moved up 48). Cleaned up a few comments. Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
* | Allow args on reset command. | Haiying Wang | 2006-05-26 | -1/+1 |
| | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
* | Change arbitration to round-robin for SMP linux. | Jon Loeliger | 2006-05-19 | -6/+9 |
| | ||||
* | Enable dual DDR controllers and interleaving. | Jon Loeliger | 2006-05-19 | -122/+505 |
| | ||||
* | Update 86xx address map and LAWBARs. | Jon Loeliger | 2006-05-19 | -27/+54 |
| | ||||
* | Remove L2 Cache invalidate polling. | Jon Loeliger | 2006-05-19 | -11/+17 |
| | ||||
* | Enable 2nd CPU and I2C. | Jon Loeliger | 2006-05-19 | -4/+26 |
| | ||||
* | Update interrupt mapping. | Jon Loeliger | 2006-05-15 | -11/+11 |
| | ||||
* | Remove unneeded INIT_RAM_LOCK cache twiddling. | Haiying Wang | 2006-05-10 | -16/+6 |
| | | | | | | Correctly tracks r29 as global data pointer now. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> | |||
* | Remove unnecessary flash.c file. | Jon Loeliger | 2006-05-10 | -550/+0 |
| | ||||
* | Get MPC8641HPCN flash images working. | Jon Loeliger | 2006-05-09 | -37/+17 |
| | | | | | | | | 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 Loeliger | 2006-04-27 | -555/+439 |
| | | | | | | | Removed //-style comments. Use 80-column lines. Remove trailing whitespace. Remove dead code and debug cruft. | |||
* | Revert bad PCI prefetch limit change. | Jon Loeliger | 2006-04-27 | -1/+1 |
| | ||||
* | Initial support for MPC8641 HPCN board. | Jon Loeliger | 2006-04-26 | -20/+8435 |
| | ||||
* | Include BC3450 board in configurations in README | Detlev Zundel | 2006-04-24 | -7/+7 |
| | ||||
* | Add support for BC3450 board | dzu@denx.de | 2006-04-21 | -4/+2326 |
| | | | | Signed-off-by: dzu@denx.de <dzu@denx.de> | |||
* | Added missing nand.c for NC650 board | dzu@denx.de | 2006-04-19 | -0/+117 |
| | | | | Signed-off-by: dzu@denx.de <dzu@eddie.localdomain> | |||
* | Update for NC650 board. Add NC650 based CP850 configuration. | dzu@denx.de | 2006-04-19 | -28/+137 |
| | | | | Signed-off-by: dzu@denx.de <dzu@denx.de> | |||
* | MPC5200: enable snooping of DMA transactions on XLB even if no PCI | Wolfgang Denk | 2006-04-18 | -4/+8 |
| | | | | | is configured; othrwise DMA accesses aren't cache coherent which causes for example USB to fail. | |||
* | Some code cleanup | Wolfgang Denk | 2006-04-16 | -570/+577 |
| | ||||
* | Merge with /home/hs/U-Boot/u-boot-dev | Wolfgang Denk | 2006-04-16 | -13/+27 |
|\ | ||||
| * | * Fix dbau1x00 Board | Heiko Schocher | 2006-04-11 | -5/+13 |
| | | | | | | | | | | | | | | | | - 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 | |||
| * | Fixes common/cmd_flash.c: | Heiko Schocher | 2006-04-11 | -8/+14 |
| | | | | | | | | | | | | | | - fix some compiler/parser error, if using m68k tool chain - optical fix for protect on/off all messages, if using more then one bank Patch by Jens Scharsig, 28 July 2005 | |||
* | | Fix Quad UART mapping on MCC200 board due to new HW revision | Wolfgang Denk | 2006-04-13 | -1/+3 |
| | | ||||
* | | Merge with /home/m8/git/u-boot | Wolfgang Denk | 2006-04-12 | -126/+176 |
|\ \ | |/ |/| | ||||
| * | Fix JFFS2 support for legacy NAND driver. | Marian Balakowicz | 2006-04-08 | -117/+78 |
| | | | | | | | | Some more NAND cleanup and small fixes. | |||
| * | Remove dependencies between DoC code and old legacy NAND driver. | Marian Balakowicz | 2006-04-05 | -4/+91 |
| | | | | | | | | | | | | Necessary defines and data structures were copied to DoC specific files so that legacy NAND code could be entirely removed from u-boot tree in the near future. | |||
| * | Correct PM828_PCI_config Makefile target. | Marian Balakowicz | 2006-04-05 | -1/+1 |
| | | ||||
* | | MCC200 Board: fix flash unprotection code for flash > 32 MB. | Wolfgang Denk | 2006-04-06 | -0/+10 |
| | | ||||
* | | Update CHANGELOG | Wolfgang Denk | 2006-04-06 | -0/+4 |
| | | ||||
* | | Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pci | Wolfgang Denk | 2006-04-06 | -8/+32 |
|\ \ | ||||
| * | | Set SDelay register in the DDR controller for the MPC5200B chip. | Rafal Jaworowski | 2006-03-29 | -8/+32 |
| | | |