summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Merge branch 'mpc86xx'Jon Loeliger2006-08-09-100/+97
|\
| * Add Rapidio support for the MPC8641HPCNJohn Traill2006-08-09-0/+54
| | | | | | | | Signed-off-by: John Traill <john.traill@freescale.com>
| * Fix caslat calculationJohn Traill2006-08-09-96/+39
| | | | | | | | Signed-off-by: John Traill <john.traill@freescale.com>
| * Convert to mac-address in ethernet nodes.Jon Loeliger2006-08-09-4/+4
| |
* | Merge branch 'mpc86xx'Jon Loeliger2006-07-31-69/+67
|\ \ | |/
| * Correct the irq value of DUART2Haiying Wang2006-07-31-1/+1
| |
| * Change the space size of PEX IO in READMEHaiying Wang2006-07-31-2/+2
| |
| * Move get_board_sys_clk to board directoryHaiying Wang2006-07-31-66/+64
| |
* | Merge branch 'mpc86xx'Jon Loeliger2006-07-28-1/+3
|\ \ | |/
| * Fix 8641HPCN pollutionJohn Traill2006-07-28-0/+2
| |
| * Fix 8641HPCN timebaseJohn Traill2006-07-28-1/+1
| |
* | Merge branch 'mpc86xx'Jon Loeliger2006-07-27-61/+75
|\ \ | |/
| * Fixed OF device tree of mpc86xxhpcn board.Zhang Wei2006-07-27-61/+75
| | | | | | | | | | | | The changes works in with kernel irq mapping rework. Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
* | Merge branch 'mpc86xx'Jon Loeliger2006-07-13-3/+322
|\ \ | |/
| * Add support for reading and writing mac addresses to or from ID EEPROM.Haiying Wang2006-07-13-2/+321
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | | | | | | | Signed-off-by:Jason Jin <Jason.jin@freescale.com>
* | Merge branch 'mpc86xx'Jon Loeliger2006-07-07-0/+1
|\ \ | |/
| * We made a u-boot patch to fix the hang up issueJason Jin2006-07-07-0/+1
| | | | | | | | | | | | when booting filesystem from ramdisk. Signed-off-by:Jason Jin <Jason.jin@freescale.com>
* | Merge branch 'mpc86xx'Jon Loeliger2006-06-28-1/+4
|\ \ | |/
| * Change Id to symbolic name for RTL8139Jin Zhengxiong2006-06-28-1/+4
| | | | | | | | Signed-off-by: Jason Jin <Jason.jin@freescale.com>
* | Merge branch 'mpc86xx'Jon Loeliger2006-06-27-148/+335
|\ \ | |/
| * Fix RTL8139 in big endianJin Zhengxiong-R641882006-06-27-0/+2
| | | | | | | | | | signed-off-by: Jason Jin <Jason.Jin@freescale.com> signed-off-by: Wei Zhang <wei.zhang@freescale.com>
| * Fix Tsec bug when no linkJin Zhengxiong-R641882006-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 scanJin Zhengxiong-R641882006-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 boardJin Zhengxiong-R641882006-06-27-146/+330
| | | | | | | | Signed-off-by: Jason Jin <Jason.jin@freescale.com>
* | Merge branch 'mpc86xx'Jon Loeliger2006-06-22-40/+56
|\ \ | |/
| * Fix bug in 8641hpcn reset command with no args.Jon Loeliger2006-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 Wei2006-06-22-39/+55
| |
* | Merge branch 'mpc86xx'Jon Loeliger2006-06-15-15/+0
|\ \ | |/
| * Do not enable address translation on secondary CPUs.Jon Loeliger2006-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>
* | Merge branch 'mpc86xx'Jon Loeliger2006-06-07-65/+69
|\ \ | |/
| * Fix a get_board_sys_clk() use-before-def warning.Jon Loeliger2006-06-07-64/+64
| | | | | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com>
| * Allow DTC path to be passed in.Jon Loeliger2006-06-07-1/+5
| | | | | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com>
* | Merge branch 'jdl'Jon Loeliger2006-06-07-0/+0
|\ \
| * \ Merge branch 'mpc86xx'Jon Loeliger2006-05-31-117/+53
| |\ \
| * \ \ Merge branch 'mpc86xx'Jon Loeliger2006-05-31-479/+521
| |\ \ \
| * \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-05-30-12/+39
| |\ \ \ \
| * \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-05-26-12/+243
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-05-19-170/+611
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-06-07-743/+1420
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Modify the IRQ of DUART2Haiying Wang2006-06-07-1/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Review cleanups.Jon Loeliger2006-05-31-117/+53
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | | | White space cleanup.Jon Loeliger2006-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 Loeliger2006-05-31-34/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | | | Moved mpc8641hpcn_board_reset() out of cpu/ into board/.Jon Loeliger2006-05-31-84/+99
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | | | Remove dead debug code.Jon Loeliger2006-05-31-24/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com>
| * | | | | Move mpc86xx PIXIS code to board directoryJon Loeliger2006-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 Wang2006-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 Wang2006-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 Wang2006-05-26-0/+123
| | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com>