2011-11-22 |
Simon Glass | sandbox: Fix warnings in hashtable.c Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-11-22 |
Simon Glass | Fix warnings in cmd_nvedit.c Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-11-22 |
Simon Glass | Define uintptr_t as long int to simplify printf() format... Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-11-16 |
Simon Glass | Fix warnings in yaffs Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-11-03 |
Simon Glass | sandbox: Change md command to use map_physmem Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-11-03 |
Simon Glass | sandbox: Adjust Makefile so that standalone/api are... Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-27 |
Simon Glass | zlib: Fix integer cast of pointer Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-27 |
Simon Glass | net: Export auto_load, use it in rarp Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-27 |
Simon Glass | net: Change for loop to memset() Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-27 |
Simon Glass | net: Add more #ifdefs for tftpput to reduce code size Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-27 |
Simon Glass | net: Make net_transfer() a static function Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-27 |
Simon Glass | net: Hide more code behind CONFIG_CMD_TFTPPUT Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-27 |
Simon Glass | tegra2: Add more pinmux functions Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-27 |
Simon Glass | tegra2: Rename PIN_ to PINGRP_ Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-27 |
Simon Glass | tegra2: Add more clock functions Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-27 |
Simon Glass | tegra2: Clean up board code a little Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-27 |
Simon Glass | tegra2: Rename CLOCK_PLL_ID to CLOCK_ID Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | fdt: ARM: Add fdtcontroladdr to set device tree address... Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | fdt: ARM: Implement and verify embedded and separate... Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | fdt: add decode helper library Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | fdt: Add support for a separate device tree (CONFIG_OF_SEPARATE) Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | fdt: Add support for embedded device tree (CONFIG_OF_EMBED) Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL) Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | net: tftpput: add tftpput command Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | net: tftpput: implement tftp logic Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | tftpput: add save_addr and save_size global variables Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | net: tftpput: Support selecting get/put for tftp Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | net: tftpput: Factor out start, restart and next block... Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | net: tftpput: move common code into separate functions Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | net: tftpput: Rename TFTP to TFTPGET Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | net: tftpput: Add support for receiving ICMP packets Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | net: tftpput: Move ICMP code into its own function Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | Add setenv_ulong() and setenv_addr() Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-26 |
Simon Glass | Move simple_itoa to vsprintf Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-24 |
Simon Glass | arm: Correct build error introduced by getenv_ulong... Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-24 |
Simon Glass | powerpc: Correct build warning introduced by getenv_ulong... Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-23 |
Simon Glass | x86: Use getenv_ulong() in place of getenv(), strtoul Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-23 |
Simon Glass | sparc: Use getenv_ulong() in place of getenv(), strtoul Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-23 |
Simon Glass | powerpc: Use getenv_ulong() in place of getenv(), strtoul Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-23 |
Simon Glass | mips: Use getenv_ulong() in place of getenv(), strtoul Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-23 |
Simon Glass | microblaze: Use getenv_ulong() in place of getenv(... Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-23 |
Simon Glass | m68k: Use getenv_ulong() in place of getenv(), strtoul Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-23 |
Simon Glass | blackfin: Use getenv_ulong() in place of getenv(),... Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-23 |
Simon Glass | avr32: Use getenv_ulong() in place of getenv(), strtoul Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-23 |
Simon Glass | arm: Use getenv_ulong() in place of getenv(), strtoul Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-23 |
Simon Glass | Add getenv_ulong() to read an integer from an environment... Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-23 |
Simon Glass | NS16550: trivial code clean for checkpatch Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-18 |
Simon Glass | Correct dependency rule to fix SPL build Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | Move timestamp and version files into 'generated' subdir Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Makefile changes to build sandbox architecture Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | Add generic gpio.h in asm-generic Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | Adjust dependency rules to permit per-file flags Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Use uintptr_t for 32/64-bit compatibility Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Add basic config file Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Add serial uart Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Add main program Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Add OS dependent layer Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Force command sections to be 4-byte aligned Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Disable standalone/API support Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Disable built-in malloc Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Add bootm support Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Add board info for architecture Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Add sandbox board Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Add architecture lib files Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Add cpu files Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Add compiler defines to support a 64-bit x86_64... Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Add architecture image support Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | Fix use of int as pointer in image.c Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-17 |
Simon Glass | sandbox: Add architecture header files Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-10-01 |
Simon Glass | Small refactor to remove duplicate serial code Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-09-29 |
Simon Glass | cmd_sf: add "update" subcommand to do smart SPI flash... Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-09-09 |
Simon Glass | Add assert() for debug assertions Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-09-05 |
Simon Glass | Correct call to eth_write_hwaddr() Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-09-04 |
Simon Glass | Tegra2: Use clock and pinmux functions to simplify... Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-09-04 |
Simon Glass | Tegra2: Add additional pin multiplexing features Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-09-04 |
Simon Glass | Tegra2: Add more clock support Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-09-04 |
Simon Glass | Tegra2: Add microsecond timer function Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-08-08 |
Simon Glass | Put common autoload code into auto_load() function Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-08-08 |
Simon Glass | Add documentation for USB Host Networking Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-08-08 |
Simon Glass | Add Ethernet hardware MAC address framework to usbnet Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-08-08 |
Simon Glass | Add support for SMSC95XX USB 2.0 10/100MBit Ethernet... Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-04-13 |
Simon Glass | Fix bad padding of bootp request packet Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-02-19 |
Simon Glass | Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet... Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-02-19 |
Simon Glass | Add USB host ethernet adapter support Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
2011-02-19 |
Simon Glass | Fix EHCI usb submit timeout and unify with OHCI Signed-off-by: Simon Glass <sjg@chromium.org>
|
commit | commitdiff | tree |
|