Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move "ar" flags to config.mk to allow for silent "make -s" | Jon Loeliger | 2006-10-11 | -1/+1 |
| | ||||
* | Modified makefile for new build mechanism. | Jon Loeliger | 2006-09-19 | -8/+11 |
| | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | Removed MPC8641HPCN DTS source file from build. | Jon Loeliger | 2006-08-09 | -15/+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> | |||
* | Add support for reading and writing mac addresses to or from ID EEPROM. | Haiying Wang | 2006-07-13 | -1/+1 |
| | | | | | | | | | | | | | | | | | | 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> | |||
* | Allow DTC path to be passed in. | Jon Loeliger | 2006-06-07 | -1/+5 |
| | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
* | Move mpc86xx PIXIS code to board directory | Jon Loeliger | 2006-05-31 | -1/+1 |
| | | | | | | | | 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> | |||
* | Initial support for MPC8641 HPCN board. | Jon Loeliger | 2006-04-26 | -0/+57 |