Skip to content
Snippets Groups Projects
  1. Jan 08, 2008
  2. Jan 04, 2008
  3. Nov 18, 2007
  4. Nov 15, 2007
  5. Nov 06, 2007
  6. Nov 03, 2007
  7. Nov 01, 2007
    • Justin Flammia's avatar
      DHCP Client Fix · e5c794e4
      Justin Flammia authored
      
      This is a multi-part message in MIME format.
      
      commit e6e505eae94ed721e123e177489291fc4544b7b8
      Author: Justin Flammia <jflammia@savantav.com>
      Date:   Mon Oct 29 17:19:03 2007 -0400
      
          Found a bug in the way the DHCP Request packet is built, where the IP address
          that is offered by the server is bound to prematurely. This patch is a fix of
          that bug where the IP address offered by the DHCP server is not used until
          after the DHCP ACK from the server is received.
      
      Signed-off-by: default avatarJustin Flammia <jflammia@savantav.com>
      Signed-off-by: default avatarBen Warren <bwarren@qstreams.com>
      e5c794e4
  8. Oct 29, 2007
    • Justin Flammia's avatar
      DHCP Client Fix · 31548249
      Justin Flammia authored
      
      This is a multi-part message in MIME format.
      
      commit e6e505eae94ed721e123e177489291fc4544b7b8
      Author: Justin Flammia <jflammia@savantav.com>
      Date:   Mon Oct 29 17:19:03 2007 -0400
      
          Found a bug in the way the DHCP Request packet is built, where the IP address
          that is offered by the server is bound to prematurely. This patch is a fix of
          that bug where the IP address offered by the DHCP server is not used until
          after the DHCP ACK from the server is received.
      
      Signed-off-by: default avatarJustin Flammia <jflammia@savantav.com>
      Signed-off-by: default avatarBen Warren <bwarren@qstreams.com>
      31548249
  9. Sep 18, 2007
  10. Sep 11, 2007
  11. Aug 31, 2007
    • Wolfgang Denk's avatar
      Fix TFTP OACK code for short packets. · 60174746
      Wolfgang Denk authored
      
      The old code had a loop limit overflow bug which caused a semi-
      infinite loop for small packets, because in "i<len-8", "i" was signed,
      but "len" was unsigned, and "len-8" became a huge number for small
      values of "len".
      
      This is a workaround which replaces broken commit 8f1bc284.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      60174746
  12. Aug 30, 2007
  13. Aug 29, 2007
  14. Aug 15, 2007
  15. Aug 14, 2007
  16. Aug 10, 2007
    • Sergey Kubushyn's avatar
      [ARM] TI DaVinci support, hopefully final · c74b2108
      Sergey Kubushyn authored
      
      Add support for the following DaVinci boards:
      - DV_EVM
      - SCHMOOGIE
      - SONATA
      
      Changes:
      
      - Split into separate board directories
      - Removed changes to MTD_DEBUG (or whatever it's called)
      - New CONFIG_CMD party line followed
      - Some cosmetic fixes, cleanup etc.
      - Patches against the latest U-Boot tree as of now.
      - Fixed CONFIG_CMD_NET in net files.
      - Fixed CONFIG_CMD_EEPROM for schmoogie.
      - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
         DV_EVM. Can't check if it works on SONATA, don't have a board any more,
         but it at least compiles.
      
      Here is an excerpt from session log on SCHMOOGIE...
      
      U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
      
      DRAM:  128 MB
      NAND:  128 MiB
      In:    serial
      Out:   serial
      Err:   serial
      ARM Clock : 297MHz
      DDR Clock : 162MHz
      ETH PHY   : DP83848 @ 0x01
      U-Boot > iprobe
      Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
      U-Boot > ping 192.168.253.10
      host 192.168.253.10 is alive
      U-Boot >
      
      Signed-off-by: default avatarSergey Kubushyn <ksi@koi8.net>
      Acked-by: default avatarDirk Behme <dirk.behme@gmail.com>
      Acked-by: default avatarZach Sadecki <Zach.Sadecki@ripcode.com>
      Acked-by: default avatarStefan Roese <sr@denx.de>
      c74b2108
  17. Jul 27, 2007
  18. Jul 13, 2007
  19. Jul 11, 2007
  20. Jul 10, 2007
  21. Jul 09, 2007
  22. Jul 03, 2007
  23. Jun 22, 2007
    • Heiko Schocher's avatar
      [PCS440EP] upgrade the PCS440EP board: · 566a494f
      Heiko Schocher authored
                      - Show on the Status LEDs, some States of the board.
                      - Get the MAC addresses from the EEProm
                      - use PREBOOT
                      - use the CF on the board.
                      - check the U-Boot image in the Flash with a SHA1
                        checksum.
                      - use dynamic TLB entries generation for the SDRAM
      
      Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
      566a494f
  24. Jun 18, 2007
    • TsiChung Liew's avatar
      Added M5329AFEE and M5329BFEE Platforms · 8e585f02
      TsiChung Liew authored
      
      Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
      drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
      include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
      rtc/mcfrtc.c
      
      Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
      common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
      include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
      include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
      include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
      lib_m68k/time.c, net/eth.c and rtc/Makefile
      
      Signed-off-by: default avatarTsiChung Liew <Tsi-Chung.Liew@freescale.com>
      8e585f02
  25. May 16, 2007
  26. Apr 14, 2007
  27. Apr 05, 2007
  28. Mar 07, 2007
  29. Nov 29, 2006
  30. Nov 04, 2006
Loading