- Feb 21, 2011
-
-
Tom Warren authored
Signed-off-by:
Tom Warren <twarren@nvidia.com>
-
Tom Warren authored
Signed-off-by:
Tom Warren <twarren@nvidia.com>
-
Tom Warren authored
Signed-off-by:
Tom Warren <twarren@nvidia.com>
-
Fabio Estevam authored
Use board_early_init_f so that the full boot log output can be displayed. Signed-off-by:
Fabio Estevam <fabio.estevam@freescale.com>
-
Fabio Estevam authored
Signed-off-by:
Fabio Estevam <fabio.estevam@freescale.com>
-
Loïc Minier authored
Upstream linux moved from MACH_TYPE_MX51_LANGE51 to MACH_TYPE_MX51_EFIKAMX. Signed-off-by:
Loïc Minier <loic.minier@linaro.org>
-
- Feb 19, 2011
-
-
Remy Bohmer authored
Signed-off-by:
Remy Bohmer <linux@bohmer.net>
-
Remy Bohmer authored
These variables are only used in case CONFIG_SYS_NO_FLASH is NOT set: struct mtd_device *dev; struct part_info *part; u8 dev_type, dev_num, pnum; Signed-off-by:
Remy Bohmer <linux@bohmer.net>
-
Vitaly Kuzmichev authored
Add waiting for receiving Ethernet gadget state on the Windows host side before dropping pullup, but keep it for debug. Signed-off-by:
Vitaly Kuzmichev <vkuzmichev@mvista.com>
-
Vitaly Kuzmichev authored
Port USB gadget RNDIS protocol support from linux-2.6.26 (.27 gadget stack actually has composite drivers). Signed-off-by:
Vitaly Kuzmichev <vkuzmichev@mvista.com>
-
Vitaly Kuzmichev authored
Signed-off-by:
Vitaly Kuzmichev <vkuzmichev@mvista.com>
-
Vitaly Kuzmichev authored
Port struct net_device_stats and statistics collecting needed for RNDIS protocol. Signed-off-by:
Vitaly Kuzmichev <vkuzmichev@mvista.com>
-
Vitaly Kuzmichev authored
Disconnecting USB gadget with pending interrupt may cause its wrong handling in the next time when interface will be started again (especially actual for RNDIS). This interrupt may force the gadget to queue unexpected response before setup stage. Despite the fact that such interrupt handled after dropped pullup also may add pending response, this will not bring to any issues due to usb_ep_disable (which clears the queue) called on gadget unregistering. Signed-off-by:
Vitaly Kuzmichev <vkuzmichev@mvista.com>
-
Simon Glass authored
Driver originally written by NVIDIA Corporation, modified to handle odd-length packets. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
This adds support for using USB Ethernet dongles in host mode. This is just the framework - drivers will come later. A new config option called CONFIG_USB_HOST_ETHER can be defined in board config files to switch this on. The was originally written by NVIDIA and was cleaned up for release by the Chromium authors. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Changed both to use a common timeout for URB submission, since they were using different values and EHCI's was too short. Also fixed EHCI to actually check if urb submission succeeded, rather than silently continuing into the weeds. Change-Id: I7f71499ffaa05187d8e5618db2419e1606007b82 Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Feb 15, 2011
-
-
Yoshihiro Shimoda authored
Fix the problem which cannot build the U-boot, if we only set the CONFIG_ENV_IS_IN_SPI_FLASH. Signed-off-by:
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Acked-by:
Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-
Nobuhiro Iwamatsu authored
Add infomation of RTL-8016AS to hw_info. Signed-off-by:
Nobuhiro Iwamatsu <iwamatsu@nigauri.org> CC: Ben Warren <biggerbadderben@gmail.com>
-
Wolfgang Denk authored
The unzip command did not provide a way for the caller to get any information about the uncompressed size. To make it better usable in scripts, we now store the uncompressed size in the `filesize' variable, like we do when for example loading a file over the network or when reading it from a file system. Following that analogy, it is only consequent to also print the size. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
The implementation of the string compare function of the "itest" command was weird, as only the length of the shortest argument was included in the compare, with the result that something like "itest.s abd == abddef" would return TRUE. Fix this. Signed-off-by:
Wolfgang Denk <wd@denx.de> Acked-by:
Detlev Zundel <dzu@denx.de>
-
Michal Simek authored
Fix ancient code which worked with MSR in a bad way. Use rtid instruction which enable IRQs and jump. Signed-off-by:
Michal Simek <monstr@monstr.eu>
-
Michal Simek authored
u-boot BSP generates XILINX_USE_MSR_INSTR macro even for system with MSR=0. That's why explicitly check that MSR=1. Signed-off-by:
Michal Simek <monstr@monstr.eu>
-
- Feb 12, 2011
-
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
x86 has always used relocation offset in the opposite sense to the ELF standard - Fix this
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
The SC520 has an inbuilt MC146818 - Enable it for the eNET board