Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-27 | Fix bug for io_bar size during pci scan | Jin Zhengxiong-R64188 | |
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> | |||
2006-06-27 | Enable PCIE1 for MPC8641HPCN board | Jin Zhengxiong-R64188 | |
Signed-off-by: Jason Jin <Jason.jin@freescale.com> | |||
2006-06-22 | Fix bug in 8641hpcn reset command with no args. | Jon Loeliger | |
Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Acked-by: Jon Loeliger <jdl@freescale.com> | |||
2006-06-22 | Reworked IRQ mapping in OF-tree. | Zhang Wei | |
2006-06-15 | Do not enable address translation on secondary CPUs. | Jon Loeliger | |
Do not set up BATs on secondary CPUs. Let Linux do the nasty. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-06-07 | Fix a get_board_sys_clk() use-before-def warning. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
2006-06-07 | Allow DTC path to be passed in. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
2006-06-07 | Modify the IRQ of DUART2 | Haiying Wang | |
2006-05-31 | Review cleanups. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-05-31 | White space cleanup. | Jon Loeliger | |
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> | |||
2006-05-31 | Removed unneeded local_bus_init() from 8641HPCN board. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-05-31 | Moved mpc8641hpcn_board_reset() out of cpu/ into board/. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-05-31 | Remove dead debug code. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
2006-05-31 | Move mpc86xx PIXIS code to board directory | Jon Loeliger | |
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> | |||
2006-05-30 | Improve "reset" command's interaction with watchdog. | Haiying Wang | |
"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> | |||
2006-05-30 | Fix two SDRAM setup bugs. | Haiying Wang | |
Fix ECC setup bug. Enable 1T/2T based on number of DIMMs present. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> | |||
2006-05-26 | Add first draft of the MPC8641HPCN doc/README. | Haiying Wang | |
Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
2006-05-26 | Added pci@8000 block. | Haiying Wang | |
Updated ethernet interrupt mappings (moved up 48). Cleaned up a few comments. Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
2006-05-26 | Allow args on reset command. | Haiying Wang | |
Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
2006-05-19 | Change arbitration to round-robin for SMP linux. | Jon Loeliger | |
2006-05-19 | Enable dual DDR controllers and interleaving. | Jon Loeliger | |
2006-05-19 | Update 86xx address map and LAWBARs. | Jon Loeliger | |
2006-05-19 | Remove L2 Cache invalidate polling. | Jon Loeliger | |
2006-05-19 | Enable 2nd CPU and I2C. | Jon Loeliger | |
2006-05-15 | Update interrupt mapping. | Jon Loeliger | |
2006-05-10 | Remove unneeded INIT_RAM_LOCK cache twiddling. | Haiying Wang | |
Correctly tracks r29 as global data pointer now. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> | |||
2006-05-10 | Remove unnecessary flash.c file. | Jon Loeliger | |
2006-05-09 | Get MPC8641HPCN flash images working. | Jon Loeliger | |
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. | |||
2006-04-27 | Cleanup whitespaces and style issues. | Jon Loeliger | |
Removed //-style comments. Use 80-column lines. Remove trailing whitespace. Remove dead code and debug cruft. | |||
2006-04-27 | Revert bad PCI prefetch limit change. | Jon Loeliger | |
2006-04-26 | Initial support for MPC8641 HPCN board. | Jon Loeliger | |
2006-04-24 | Include BC3450 board in configurations in README | Detlev Zundel | |
2006-04-21 | Add support for BC3450 board | dzu@denx.de | |
Signed-off-by: dzu@denx.de <dzu@denx.de> | |||
2006-04-19 | Added missing nand.c for NC650 board | dzu@denx.de | |
Signed-off-by: dzu@denx.de <dzu@eddie.localdomain> | |||
2006-04-19 | Update for NC650 board. Add NC650 based CP850 configuration. | dzu@denx.de | |
Signed-off-by: dzu@denx.de <dzu@denx.de> | |||
2006-04-18 | MPC5200: enable snooping of DMA transactions on XLB even if no PCI | Wolfgang Denk | |
is configured; othrwise DMA accesses aren't cache coherent which causes for example USB to fail. | |||
2006-04-16 | Some code cleanup | Wolfgang Denk | |
2006-04-16 | Merge with /home/hs/U-Boot/u-boot-dev | Wolfgang Denk | |
2006-04-13 | Fix Quad UART mapping on MCC200 board due to new HW revision | Wolfgang Denk | |
2006-04-12 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2006-04-11 | * Fix dbau1x00 Board | Heiko Schocher | |
- 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 | |||
2006-04-11 | Fixes common/cmd_flash.c: | Heiko Schocher | |
- 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 | |||
2006-04-08 | Fix JFFS2 support for legacy NAND driver. | Marian Balakowicz | |
Some more NAND cleanup and small fixes. | |||
2006-04-06 | MCC200 Board: fix flash unprotection code for flash > 32 MB. | Wolfgang Denk | |
2006-04-06 | Update CHANGELOG | Wolfgang Denk | |
2006-04-06 | Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pci | Wolfgang Denk | |
2006-04-06 | Merge with /home/sr/git/u-boot/cfi-flash | Wolfgang Denk | |
2006-04-05 | Merge with /home/sr/git/u-boot/4xx-sdram | Wolfgang Denk | |
2006-04-05 | Remove dependencies between DoC code and old legacy NAND driver. | Marian Balakowicz | |
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. | |||
2006-04-05 | Correct PM828_PCI_config Makefile target. | Marian Balakowicz | |