Skip to content
Snippets Groups Projects
  1. 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
  2. Aug 03, 2007
  3. Aug 01, 2007
  4. Jul 27, 2007
  5. Jul 11, 2007
  6. Jul 05, 2007
  7. Jun 15, 2007
  8. Jun 06, 2007
    • Stefan Roese's avatar
      ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board · c440bfe6
      Stefan Roese authored
      
      This patch adds NAND booting support for the AMCC Acadia eval board.
      
      Please make sure to configure jumper J7 to position 2-3 when booting
      from NOR, and to position 1-2 when booting for NAND.
      
      I also added a board command to configure the I2C bootstrap EEPROM
      values. Right now only 267MHz is support for booting either via NOR
      or NAND FLASH. Here the usage:
      
      => bootstrap 267 nor	;to configure the board for 267MHz NOR booting
      => bootstrap 267 nand	;to configure the board for 267MHz NNAND booting
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      c440bfe6
  9. Jun 01, 2007
  10. May 23, 2007
  11. May 09, 2007
  12. May 05, 2007
  13. May 04, 2007
  14. Apr 25, 2007
  15. Apr 24, 2007
  16. Mar 25, 2007
  17. Mar 21, 2007
  18. Mar 20, 2007
  19. Mar 18, 2007
  20. Mar 11, 2007
    • Michal Simek's avatar
      [Microblaze][PATCH] part 2 · cfc67116
      Michal Simek authored
      timer support
      interrupt controller support
      flash support
      ethernet support
      cache support
      board information support
      env support
      booting image support
      
      adding support for Xilinx ML401
      cfc67116
  21. Mar 09, 2007
  22. Mar 08, 2007
  23. Mar 02, 2007
  24. Feb 20, 2007
  25. Feb 09, 2007
  26. Jan 31, 2007
  27. Jan 24, 2007
  28. Jan 18, 2007
  29. Jan 16, 2007
  30. Dec 22, 2006
  31. Dec 19, 2006
  32. Nov 29, 2006
  33. Nov 04, 2006
    • Dave Liu's avatar
      mpc83xx: Add MPC8360EMDS basic board support · 5f820439
      Dave Liu authored
      Add support for the Freescale MPC8360EMDS board.
      Includes DDR, DUART, Local Bus, PCI.
      5f820439
    • Timur Tabi's avatar
      mpc83xx: Add support for the MPC8349E-mITX · 2ad6b513
      Timur Tabi authored
      
      PREREQUISITE PATCHES:
      
      * This patch can only be applied after the following patches have been applied:
      
        1) DNX#2006090742000024 "Add support for multiple I2C buses"
        2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
        3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
        4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
        5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
      
      CHANGELOG:
      
      * Add support for the Freescale MPC8349E-mITX reference design platform.
        The second TSEC (Vitesse 7385 switch) is not supported at this time.
      
      Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
      2ad6b513
  34. Nov 02, 2006
    • roy zang's avatar
      General code modification for mpc7448hpc2 board support. · 4c52783b
      roy zang authored
      1. Add 7447A and 7448 processor support.
      2. Add the following flags.
      
      CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
      (such as by switch on board), this flag should be set.
      
      CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
      relocates to RAM, this flag should be set.
      
      CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
      system hang in exception, this flag should be set.
      
      There is a design issue for tsi108/109 pci configure  read. When pci scan
      the slots, if there is no pci card, the tsi108/9 will cause a machine
      check exception for mpc7448 processor.
      
      Signed-off-by: default avatarAlexandre Bounine <alexandreb@tundra.com>
      Signed-off-by: default avatarRoy Zang <tie-fei.zang@freescale.com>
      4c52783b
  35. Oct 24, 2006
  36. Oct 13, 2006
Loading