summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8641HPCN.h
Commit message (Collapse)AuthorAgeFilesLines
* Converted all 85xx boards to use a common FSL I2C driver.Jon Loeliger2006-10-201-2/+3
| | | | | | | | Introduced COFIG_FSL_I2C to select the common FSL I2C driver. And removed hard i2c path from a few u-boot.lds scipts too. Minor whitespace cleanups along the way. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.cJon Loeliger2006-10-191-0/+1
| | | | | | | in an effort to begin to unify the umpteen FSL I2C drivers that are all otherwise very similar. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Fix whitespace issues.Jon Loeliger2006-10-101-9/+0
|
* Change ramdiskaddr and dtbaddrHaiying Wang2006-08-251-7/+2
| | | | | | | Remove PEX fluff commands. Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Add AHCI define and sata support for MPC8641HPCN board.Jin Zhengxiong2006-08-231-3/+20
| | | | Signed-off-by:Jason Jin<jason.jin@freescale.com>
* Add dtb boot-up parameter to default boot commands.Zhang Wei2006-08-231-2/+6
| | | | Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
* Fix BAT0 to actually be cacheable, non-guarded as documented.Jon Loeliger2006-08-141-4/+3
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Fix 8641HPCN timebaseJohn Traill2006-07-281-1/+1
|
* Add support for reading and writing mac addresses to or from ID EEPROM.Haiying Wang2006-07-131-0/+2
| | | | | | | | | | | | | | | | | | 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-131-0/+1
| | | | Signed-off-by:Jason Jin <Jason.jin@freescale.com>
* Fix RTL8139 in big endianJin Zhengxiong-R641882006-06-271-0/+1
| | | | | signed-off-by: Jason Jin <Jason.Jin@freescale.com> signed-off-by: Wei Zhang <wei.zhang@freescale.com>
* Enable PCIE1 for MPC8641HPCN boardJin Zhengxiong-R641882006-06-271-6/+14
| | | | Signed-off-by: Jason Jin <Jason.jin@freescale.com>
* Enable dual DDR controllers and interleaving.Jon Loeliger2006-05-191-1/+11
|
* Update 86xx address map and LAWBARs.Jon Loeliger2006-05-191-20/+32
|
* Get MPC8641HPCN flash images working.Jon Loeliger2006-05-091-16/+14
| | | | | | | | 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 Loeliger2006-04-271-119/+84
| | | | | | | Removed //-style comments. Use 80-column lines. Remove trailing whitespace. Remove dead code and debug cruft.
* Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-261-0/+629
OpenPOWER on IntegriCloud