14 Aug, 2007

1 commit


11 Jul, 2007

1 commit


10 Jul, 2007

2 commits


04 Jul, 2007

1 commit

  • This is a compatibility step that allows both the older form
    and the new form to co-exist for a while until the older can
    be removed entirely.

    All transformations are of the form:
    Before:
    #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
    After:
    #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)

    Signed-off-by: Jon Loeliger

    Jon Loeliger
     

08 Mar, 2007

1 commit

  • Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.

    This permits the ping command to test the phy interface when the phy
    is put in loopback mode (typically by setting register 0 bit 14).

    It also allows the port to respond to an external ping when u-boot is
    processing some other net command (such as tftp). This is useful when
    tftp appears to hang.

    Signed-off-by: Ed Swarthout
    Signed-off-by: Ben Warren

    Ed Swarthout
     

01 Apr, 2006

1 commit


12 Mar, 2006

1 commit


11 Nov, 2005

1 commit


29 Oct, 2005

1 commit


13 Oct, 2005

1 commit


31 Aug, 2005

1 commit


26 Aug, 2005

1 commit


13 Aug, 2005

2 commits


03 May, 2005

1 commit


04 Apr, 2005

1 commit


03 Apr, 2005

2 commits


01 Apr, 2005

1 commit


12 Jan, 2005

1 commit

  • * Patch by Richard Woodruff, 10 Jan 2005:
    Update support for OMAP2420 (ARM11) and H4 board:
    o clean up and add new types to H4 memory probe code.
    o fix to work with internal boot.
    o added PRCM config III operation.
    o fix marginal flash timings.
    o add revison ATAG usage.
    o enable voltage scaling at power chip.
    o fix compile error for i2c.

    * Fix network problem (error when receiving multiple ARP packets)

    wdenk
     

12 Oct, 2004

1 commit


10 Oct, 2004

1 commit


03 Aug, 2004

1 commit


25 Apr, 2004

1 commit

  • Use U-boot's miiphy.h for PHY register names, rather than
    introducing a new header file.

    * Update pci_ids.h from linux-2.4.26

    * Patch by Masami Komiya, 19 Apr 2004:
    Fix problem cause by VLAN function on little endian architecture
    without VLAN environment

    wdenk
     

19 Apr, 2004

1 commit

  • * Patch by Rune Torgersen, 16 Apr 2004:
    LBA48 fixes

    * Patches by Pantelis Antoniou, 16 Apr 2004:
    - Fix some compile problems;
    add "once" functionality for the netretry variable

    wdenk
     

16 Apr, 2004

1 commit


24 Mar, 2004

1 commit

  • - show PCI clock frequency on MPC8260 systems
    - add FCC_PSMR_RMII flag for HiP7 processors
    - in do_jffs2_fsload(), take load address from load_addr if not set
    explicit, update load_addr otherwise
    - replaced printf by putc/puts when no formatting is needed
    (smaller code size, faster execution)

    wdenk
     

14 Mar, 2004

1 commit

  • Added ARM Integrator AP, CP and Versatile PB926EJ-S Reference
    Platform support.

    * Patch by Masami Komiya, 08 Mar 2004:
    Don't overwrite server IP address or boot file name
    when the boot server does not return values

    * Patch by listmember@orkun.us, 5 Mar 2004:
    Removed compile time restriction on CFG_I2C_SPEED for DS1338 RTC

    wdenk
     

24 Feb, 2004

1 commit


16 Oct, 2003

1 commit


09 Oct, 2003

1 commit

  • fix pll_pci_to_mem_multiplier table for MPC8245

    * Patch by Anders Larsen, 22 Sep 2003:
    enable timed autoboot on PXA

    * Patch by David Müller, 22 Sep 2003:

    - add $(CFLAGS) to "-print-libgcc-filename" so compiler driver
    returns correct libgcc file path
    - "latency" reduction of busy-loop waiting to improve "U-Boot" boot
    time on s3c24x0 systems

    * Patch by Jon Diekema, 19 Sep 2003:
    - Add CFG_FAULT_ECHO_LINK_DOWN option to echo the inverted Ethernet
    link state to the fault LED.
    - In NetLoop, make the Fault LED reflect the link status. The link
    status gets updated on entry, and on timeouts.

    wdenk
     

28 Aug, 2003

1 commit


18 Aug, 2003

1 commit


28 Jun, 2003

1 commit

  • - remove trailing white space, trailing empty lines, C++ comments, etc.
    - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)

    * Patches by Kenneth Johansson, 25 Jun 2003:
    - major rework of command structure
    (work done mostly by Michal Cendrowski and Joakim Kristiansen)

    wdenk
     

20 Jun, 2003

1 commit


06 Jun, 2003

1 commit


12 Nov, 2002

1 commit

  • Increase number of network RX buffers (PKTBUFSRX in
    "include/net.h") for EEPRO100 based boards (especially SP8240)
    which showed "Receiver is not ready" errors when U-Boot was
    processing the receive buffers slower than the network controller
    was filling them.

    * Get rid of obsolete include/mpc74xx.h

    wdenk
     

01 Nov, 2002

1 commit