summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-22Cleanup even more poorly introduced whitespace.Jon Loeliger
2006-08-22Cleanup more poorly introduced whitespace.Jon Loeliger
2006-08-22Cleanup poorly introduced whitespace.Jon Loeliger
2006-08-22General indent and whitespace cleanups.Jon Loeliger
2006-08-22General indent and whitespace cleanups.Jon Loeliger
2006-08-22Cleanup compiler warnings.Jon Loeliger
2006-08-17Unlock cache before kernel starts up for MPC86xxHaiying Wang
2006-08-17Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTRHaiying Wang
2006-08-14Fix BAT0 to actually be cacheable, non-guarded as documented.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-08-09Removed MPC8641HPCN DTS source file from build.Jon Loeliger
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>
2006-08-09Add Rapidio support for the MPC8641HPCNJohn Traill
Signed-off-by: John Traill <john.traill@freescale.com>
2006-08-09Fix caslat calculationJohn Traill
Signed-off-by: John Traill <john.traill@freescale.com>
2006-08-09Convert to mac-address in ethernet nodes.Jon Loeliger
2006-07-31Correct the irq value of DUART2Haiying Wang
2006-07-31Change the space size of PEX IO in READMEHaiying Wang
2006-07-31Move get_board_sys_clk to board directoryHaiying Wang
2006-07-28Fix 8641HPCN pollutionJohn Traill
2006-07-28Fix 8641HPCN timebaseJohn Traill
2006-07-27Fixed OF device tree of mpc86xxhpcn board.Zhang Wei
The changes works in with kernel irq mapping rework. Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
2006-07-13Add support for reading and writing mac addresses to or from ID EEPROM.Haiying Wang
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>
2006-07-13Fixed initrd issue by define big RAMJin Zhengxiong
Signed-off-by:Jason Jin <Jason.jin@freescale.com>
2006-07-07We made a u-boot patch to fix the hang up issueJason Jin
when booting filesystem from ramdisk. Signed-off-by:Jason Jin <Jason.jin@freescale.com>
2006-06-28Change Id to symbolic name for RTL8139Jin Zhengxiong
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2006-06-27Fix RTL8139 in big endianJin Zhengxiong-R64188
signed-off-by: Jason Jin <Jason.Jin@freescale.com> signed-off-by: Wei Zhang <wei.zhang@freescale.com>
2006-06-27Fix Tsec bug when no linkJin Zhengxiong-R64188
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>
2006-06-27Fix bug for io_bar size during pci scanJin 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-27Enable PCIE1 for MPC8641HPCN boardJin Zhengxiong-R64188
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2006-06-22Fix 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-22Reworked IRQ mapping in OF-tree.Zhang Wei
2006-06-16Do 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-07Fix a get_board_sys_clk() use-before-def warning.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@jdl.com>
2006-06-07Allow DTC path to be passed in.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@jdl.com>
2006-06-07Modify the IRQ of DUART2Haiying Wang
2006-05-31Review cleanups.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-05-31White 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-31Removed unneeded local_bus_init() from 8641HPCN board.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-05-31Moved mpc8641hpcn_board_reset() out of cpu/ into board/.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-05-31Remove dead debug code.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@jdl.com>
2006-05-31Move mpc86xx PIXIS code to board directoryJon 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-30Improve "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-30Fix 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-26Add first draft of the MPC8641HPCN doc/README.Haiying Wang
Signed-off-by: Jon Loeliger <jdl@jdl.com>
2006-05-26Added 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-26Allow args on reset command.Haiying Wang
Signed-off-by: Jon Loeliger <jdl@jdl.com>
2006-05-19Change arbitration to round-robin for SMP linux.Jon Loeliger
2006-05-19Enable dual DDR controllers and interleaving.Jon Loeliger
2006-05-19Update 86xx address map and LAWBARs.Jon Loeliger
2006-05-19Remove L2 Cache invalidate polling.Jon Loeliger
2006-05-19Enable 2nd CPU and I2C.Jon Loeliger
2006-05-15Update interrupt mapping.Jon Loeliger