- Feb 02, 2009
-
-
Mike Frysinger authored
Rather than having the on-chip MAC hardcoded to phy address 1 and a speed of 2.5mhz, use these as defaults if the board doesn't specify otherwise. Signed-off-by:
Mike Frysinger <vapier@gentoo.org> Acked-by:
Ben Warren <biggerbadderben@gmail.com>
-
Mike Frysinger authored
Cleanup and rewrite the MII/PHY related functions so that we can reuse the existing common linux/miiphy.h code and hook into the `mii` command. Signed-off-by:
Mike Frysinger <vapier@gentoo.org> Acked-by:
Ben Warren <biggerbadderben@gmail.com>
-
Mike Frysinger authored
Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK), use the real algorithm so it gets set correctly regardless of SCLK. Signed-off-by:
Mike Frysinger <vapier@gentoo.org> Acked-by:
Ben Warren <biggerbadderben@gmail.com>
-
- Feb 01, 2009
-
-
- Jan 31, 2009
-
-
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>
-
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>
-
Jean-Christophe PLAGNIOL-VILLARD authored
need by arm-elf toolchains and no impact on the arm-linux one Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Jean-Christophe PLAGNIOL-VILLARD authored
instead the board will have to load it from flash or ram which will be specified by npe_ucode env var Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
- Jan 30, 2009
-
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
- Jan 29, 2009
-
-
Jean-Christophe PLAGNIOL-VILLARD authored
In the V2 the 2 flash has been replace by one 32MB flash 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>
-
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>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Larry Johnson authored
This patch updates the default environmental variables for the Korat PPC 440EPx board, and makes additional minor fixes. Signed-off-by:
Larry Johnson <lrj@acm.org> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Larry Johnson authored
The new environment variable "korat_usbcf" selects the USB port used by the Korat board's CompactFlash controller. Signed-off-by:
Larry Johnson <lrj@acm.org> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Gunnar Rangoy authored
This patch adds support for searching through available PHY-addresses in the macb-driver. This is needed for the ATEVK1100 evaluation board, where the PHY-address will be initialized to either 1 or 7. This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when enabled tells the driver to search for the PHY address. Signed-off-by:
Gunnar Rangoy <gunnar@rangoy.com> Signed-off-by:
Paul Driveklepp <pauldriveklepp@gmail.com> Signed-off-by:
Olav Morken <olavmrk@gmail.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Olav Morken authored
This patch removes volatile from: volatile IP_t *ip = (IP_t *)xip; Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when using volatile, which causes an exception since xip isn't aligned on a word boundary. Signed-off-by:
Gunnar Rangoy <gunnar@rangoy.com> Signed-off-by:
Paul Driveklepp <pauldriveklepp@gmail.com> Signed-off-by:
Olav Morken <olavmrk@gmail.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Ron Madrid authored
This patch adjusts the LED control so that interrupt lines are not reading LEDs and effectively causing indefinite interrupts to the controller. Signed-off-by:
Ron Madrid <ron_madrid@sbcglobal.net> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Mike Frysinger authored
Import the is_valid_ether_addr() function from the Linux kernel. Signed-off-by:
Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Michal Simek authored
Signed-off-by:
Michal Simek <monstr@monstr.eu> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
- Jan 28, 2009
-
-
-
Wolfgang Denk authored
This fixes an error which raises just a warning: sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Mike Frysinger authored
Since the SPD823TS board does not actually have any writable flash to save its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is disabled. This fixes the build error: common/libcommon.a(cmd_nvedit.o): In function `do_saveenv': common/cmd_nvedit.c:557: undefined reference to `saveenv' make: *** [u-boot] Error 1 Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Dirk Behme authored
Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here: http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit Signed-off-by:
Nishanth Menon <nm@ti.com> Signed-off-by:
Jason Kridner <jkridner@beagleboard.org>
-
Dirk Behme authored
Add Pandora support. Signed-off-by:
Grazvydas Ignotas <notasas@gmail.com> Signed-off-by:
Dirk Behme <dirk.behme@googlemail.com> Signed-off-by:
Jason Kridner <jkridner@beagleboard.org>
-
Dirk Behme authored
Add EVM board support. Signed-off-by:
Manikandan Pillai <mani.pillai@ti.com> Signed-off-by:
Dirk Behme <dirk.behme@googlemail.com> Signed-off-by:
Jason Kridner <jkridner@beagleboard.org>
-
Dirk Behme authored
Add Overo board support. Signed-off-by:
Steve Sakoman <sakoman@gmail.com> Signed-off-by:
Dirk Behme <dirk.behme@googlemail.com> Signed-off-by:
Jason Kridner <jkridner@beagleboard.org>
-
Dirk Behme authored
Add BeagleBoard support, common power code and README. Signed-off-by:
Jason Kridner <jkridner@beagleboard.org> Signed-off-by:
Dirk Behme <dirk.behme@googlemail.com>
-
-
-
Kumar Gala authored
Configuring for MPC8540EVAL board... mpc8540eval.c: In function 'checkboard': mpc8540eval.c:53: error: invalid operands to binary / make[1]: *** [mpc8540eval.o] Error 1 Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Bryan Wu authored
We should check the return of usb_new_device() so that if no USB device is found, we print out the right message rather than always saying "new usb device found". Signed-off-by:
Bryan Wu <bryan.wu@analog.com> Signed-off-by:
Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Remy Bohmer <linux@bohmer.net>
-
Stefan Roese authored
With this patch the USB related connection speed output ("usb tree" command and debug output) is now high-speed enabled. This patch also fixes a compilation warning when debugging is enabled. Signed-off-by:
Stefan Roese <sr@denx.de> Signed-off-by:
Remy Bohmer <linux@bohmer.net>
-
Stefan Roese authored
This patch adds routines to handle (flush/invalidate) the dcache for the QH and qTD structures and data buffers. This is needed on platforms using this EHCI support with dcache enabled (like the MIPS VCT board port). Signed-off-by:
Stefan Roese <sr@denx.de> Signed-off-by:
Remy Bohmer <linux@bohmer.net>
-