summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-092-403/+3
| | |\| | | | | | | | | | |
| | | * | | | | | | | | | | Removed MPC8641HPCN DTS source file from build.Jon Loeliger2006-08-092-403/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is no longer linked into U-Boot; its sources are now located in the kernel tree. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | | | | | | | | | | | Merge branch 'mpc85xx'Jon Loeliger2006-08-0932-488/+799
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/ft_build.h include/pci.h Resolved, though.
| | | * | | | | | | | | | | * Switched default PCI speed for 8540 ADS back to 33MHzMatthew McClintock2006-08-093-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added comments and a printf to warn that PCI-X won't work at 33MHz Patch by Andy Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| | | * | | | | | | | | | | * Fixed a bug where 8555 PCI code used the old variable and function names ↵Matthew McClintock2006-08-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Andy Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| | | * | | | | | | | | | | * Added VIA configuration tableMatthew McClintock2006-08-0915-112/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support for PCI2 on CDS Patch by Andy Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| | | * | | | | | | | | | | * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006Matthew McClintock2006-08-092-21/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Fleming <afleming@freescale.com>
| | | * | | | | | | | | | | * Added support for initializing second PCI bus on 85xx Patch by Andy ↵Matthew McClintock2006-08-092-37/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| | | * | | | | | | | | | | * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on ↵Matthew McClintock2006-08-091-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| | | * | | | | | | | | | | * Made sure the code which disables prefetch for PCI devices sets the size ↵Matthew McClintock2006-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the prefetch region to 0 Patch by Andy Fleming on 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| | | * | | | | | | | | | | * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon ↵Matthew McClintock2006-08-0913-4/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Loeliger 17-Jan-2006 Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | | * | | | | | | | | | | * Removed the oftree.dts for stxxtx in light of the changes to the flat ↵Matthew McClintock2006-08-092-61/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | device tree handling code Patch by Matthew McClintock 26-June-2006
| | | * | | | | | | | | | | * Patch to modify ft_build.c to update flat device trees in place Patch by ↵Matthew McClintock2006-08-093-247/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Matthew McClintock 26-June-2006
| | | * | | | | | | | | | | * Modify bootm command to support booting with flat device trees Patch by ↵Matthew McClintock2006-08-092-14/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Matthew McClintock 26-June-2006
| | * | | | | | | | | | | | Merge branch 'wd'Jon Loeliger2006-08-09248-6616/+24170
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-08-094-100/+97
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | Add Rapidio support for the MPC8641HPCNJohn Traill2006-08-092-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Traill <john.traill@freescale.com>
| | | * | | | | | | | | | | | Fix caslat calculationJohn Traill2006-08-091-96/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Traill <john.traill@freescale.com>
| | | * | | | | | | | | | | | Convert to mac-address in ethernet nodes.Jon Loeliger2006-08-091-4/+4
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-07-314-69/+67
| | |\| | | | | | | | | | | |
| | | * | | | | | | | | | | | Correct the irq value of DUART2Haiying Wang2006-07-311-1/+1
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Change the space size of PEX IO in READMEHaiying Wang2006-07-311-2/+2
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Move get_board_sys_clk to board directoryHaiying Wang2006-07-312-66/+64
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-07-282-1/+3
| | |\| | | | | | | | | | | |
| | | * | | | | | | | | | | | Fix 8641HPCN pollutionJohn Traill2006-07-281-0/+2
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Fix 8641HPCN timebaseJohn Traill2006-07-281-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-07-271-61/+75
| | |\| | | | | | | | | | | |
| | | * | | | | | | | | | | | Fixed OF device tree of mpc86xxhpcn board.Zhang Wei2006-07-271-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-138-3/+322
| | |\| | | | | | | | | | | |
| | | * | | | | | | | | | | | Add support for reading and writing mac addresses to or from ID EEPROM.Haiying Wang2006-07-137-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-132-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by:Jason Jin <Jason.jin@freescale.com>
| | * | | | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-07-071-0/+1
| | |\| | | | | | | | | | | |
| | | * | | | | | | | | | | | We made a u-boot patch to fix the hang up issueJason Jin2006-07-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when booting filesystem from ramdisk. Signed-off-by:Jason Jin <Jason.jin@freescale.com>
| | * | | | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-282-1/+4
| | |\| | | | | | | | | | | |
| | | * | | | | | | | | | | | Change Id to symbolic name for RTL8139Jin Zhengxiong2006-06-282-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jason Jin <Jason.jin@freescale.com>
| | * | | | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-278-148/+335
| | |\| | | | | | | | | | | |
| | | * | | | | | | | | | | | Fix RTL8139 in big endianJin Zhengxiong-R641882006-06-272-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-271-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-271-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-275-146/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jason Jin <Jason.jin@freescale.com>
| | * | | | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-222-40/+56
| | |\| | | | | | | | | | | |
| | | * | | | | | | | | | | | Fix bug in 8641hpcn reset command with no args.Jon Loeliger2006-06-221-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-221-39/+55
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-151-15/+0
| | |\| | | | | | | | | | | |
| | | * | | | | | | | | | | | Do not enable address translation on secondary CPUs.Jon Loeliger2006-06-151-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-072-65/+69
| | |\| | | | | | | | | | | |
| | | * | | | | | | | | | | | Fix a get_board_sys_clk() use-before-def warning.Jon Loeliger2006-06-071-64/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com>
| | | * | | | | | | | | | | | Allow DTC path to be passed in.Jon Loeliger2006-06-071-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com>
| | * | | | | | | | | | | | | Merge branch 'jdl'Jon Loeliger2006-06-070-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-05-3110-117/+53
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \