- Nov 17, 2007
-
-
Shinya Kuribayashi authored
Signed-off-by:
Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
-
Shinya Kuribayashi authored
Signed-off-by:
Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
-
Shinya Kuribayashi authored
Signed-off-by:
Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Luotao Fu authored
rsdproto board support has wrong I2C frequency and wrong return value handling. Signed-off-by:
Luotao Fu <l.fu@pengutronix.de>
-
Wolfgang Denk authored
Apply Grant Likely's backout to MPC5121 code, too. Pointed out by Rafal Jaworowski <raj@semihalf.com> Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Grant Likely authored
Ugh. I *hate* to back this change out, but these compiler flags don't work for relocation on all versions of GCC. I've not been able to reproduce the environment in my setup (and hence, not been able to find a combination that *does* work), so I've got no choice but to go back to the old gcc flags and linker script. Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
Jean-Christophe PLAGNIOL-VILLARD authored
This patch has been sent on: - 29 Sep 2007 Although mips_io_port_base is currently a part of IDE command, it is quite fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move it to MIPS general part, and introduce `set_io_port_base()' from Linux. This patch is triggered by multiple definition of `mips_io_port_base' build error on gth2 (and tb0229 also needs this fix.) board/gth2/libgth2.a(gth2.o): In function `log_serial_char': /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base' common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here make: *** [u-boot] Error 1 Signed-off-by:
Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Wolfgang Denk authored
Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if the most significant bit was set, which did not work on any architecture where "char" defaulted to be an unsigned type. Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com> Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Nov 16, 2007
-
-
Jon Loeliger authored
Sometimes you can't reference the DDR2 controller variables. Signed-off-by:
Jon Loeliger <jdl@freescale.com>
-
Jason Jin authored
Signed-off-by:
Jason Jin <Jason.jin@freescale.com>
-
Jason Jin authored
Basically, refactor the CFG_PIXIS_VBOOT_MASK values into the separate board config files. Signed-off-by:
Jason Jin <Jason.jin@freescale.com> Signed-off-by:
Jon Loeliger <jdl@freescale.com>
-
Wolfgang Denk authored
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
- Nov 15, 2007
-
-
Grant Likely authored
This reverts commit 3649cd99. Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
Grant Likely authored
This reverts commit 6f7576b2. Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
Grant Likely authored
This reverts commit a85dd254. Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
Grant Likely authored
This reverts commit f3a52fe0. Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
Grant Likely authored
This reverts commit 5af61b2f. Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
Grant Likely authored
This reverts commit 057004f4. Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
Grant Likely authored
This reverts commit 8d17979d. Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
- Nov 13, 2007
-
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
git://www.denx.de/git/u-bootStefan Roese authored
-
Heiko Schocher authored
Signed-off-by:
Heiko Schocher <hs@denx.de>
-
- Nov 08, 2007
-
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
- Nov 07, 2007
-
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
- Nov 06, 2007
-
-
Roy Zang authored
This patch implements general ULi 526x Ethernet driver. Until now, it is the only native Ethernet port on MPC8610HPCD board, but it could be used on other boards with ULi 526x Ethernet port as well. Signed-off-by:
Roy Zang <tie-fei.zang@freescale.com> Signed-off-by:
Zhang Wei <wei.zhang@freescale.com> Acked-by:
Jon Loeliger <jdl@freescale.com> Signed-off-by:
Ben Warren <bwarren@qstreams.com>
-
Larry Johnson authored
This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and "miiphy_duplex()". It also adds function "miiphy_is_1000base_x ()", which returns non-zero iff the PHY registers are configured for 1000BASE-X. The "mii info" command is modified to distinguish between 1000BASE-T and -X. Signed-off-by:
Larry Johnson <lrj@acm.org> Signed-off-by:
Ben Warren <bwarren@qstreams.com>
-
Larry Johnson authored
Signed-off-by:
Larry Johnson <lrj@acm.org> Signed-off-by:
Ben Warren <bwarren@qstreams.com>
-
git://www.denx.de/git/u-bootBen Warren authored
-
- Nov 03, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-