- Feb 19, 2011
-
-
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
-
Graeme Russ authored
Fix minor issues with the configuration of the hardware interrupts for Linux when booting the eNET board
-
Graeme Russ authored
In later patches, cpu_init_f will be called before console has been initialised and printf will not be legitimately available
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
early_board_init has been skipped to avoid SDRAM corruption in the case that a fully relocatable image has been loaded into SDRAM and is being executed from SDRAM. x86 is being aligned with other architectures (ARM and PPC in particlar) and will be using Cache-As-RAM to run a C environment from Flash (or SRAM if you have some). early_board_init may be needed to assist in the setup of Cache-As-RAM and the early C environment
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
git mergetool has a nasty habit of mangling umlats - fix ones that have been missed in previous submissions
-
Graeme Russ authored
-
Graeme Russ authored
-
Graeme Russ authored
Position independant functionality is due for removal from the x86 architecture, so create two distinct configurations - One for Flash and one for SRAM
-
Graeme Russ authored