Skip to content
Snippets Groups Projects
  1. Feb 01, 2011
  2. Jan 27, 2011
  3. Jan 19, 2011
  4. Jan 18, 2011
    • Heiko Schocher's avatar
      mpc5200, digsy_mtc: add support for rev5 board version · 466f0137
      Heiko Schocher authored
      
      difference to previous board version:
      - M29W128GH flash from Numonyx
      - SDRAM ISSI IS45S16800 (Option A2 105°C)
      - rev5 uses RTC RV-3029-C2
      - update cs0 and cs1 baseaddr and length
        depending on the detected flash size.
      - added Werner Pfister <Pfister_Werner@intercontrol.de>
        as maintainer for the digsy board variants
      - As the M29W128GH needs a special flash_cmd_reset()
        document that in the new file doc/README.cfi.
      - move "#endif /* CONFIG_CMD_IDE */" to the right place
      - remove LOWBOOT config option for digsy_mtc and digsy_mtc_rev5
        boards
      - change doc/README.cfi as Stefan Roese suggested
      
      Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Acked-by: default avatarDetlev Zundel <dzu@denx.de>
      cc: Wolfgang Denk <hs@denx.de>
      cc: Stefan Roese <sr@denx.de>
      cc: Werner Pfister <Pfister_Werner@intercontrol.de>
      cc: Detlev Zundel <dzu@denx.de>
      466f0137
    • Holger Brunck's avatar
      ppc, 8xx: remove obsolete km8xx boards from keymile · 1514579f
      Holger Brunck authored
      
      The MPC852 based mgsuvd and kmsupx4 boards from keymile
      were initially ported but later on not developed further. So
      the respective files were removed to avoid unneeded merging
      and maintenance.
      
      Signed-off-by: default avatarHolger Brunck <holger.brunck@keymile.com>
      Acked-by: default avatarHeiko <Schocher&lt;hs@denx.de>
      1514579f
  5. Jan 14, 2011
  6. Jan 11, 2011
  7. Dec 17, 2010
  8. Dec 16, 2010
    • Prafulla Wadaskar's avatar
      Armada100: Add Board Support for Marvell Aspenite-DB · c291e2fc
      Prafulla Wadaskar authored
      
      Aspenite is a Development Board for ASPEN/ARMADA168(88AP168) with
      	* Processor upto 1.2GHz
              * Parallel 1Gb x8 DDR2-1066 MHz
              * 16 Mb x16 NOR, 4Gb x8 SLC NAND, footprint for SPI NOR
              * Footprints for eMMC/eSD NAND & MMC x8 card
              * 4-in-1 card reader (xD, MMC/SD/MS Pro), CF True IDE socket
              * SEAF memory board, subset of PISMO2
          With Peripherals:
              * 4.3” WVGA 24-bit LCD
              * Audio codecs (AC97 & I2S), TSI
              * VGA camera
              * Video in via 3 RCA jacks, and HDMI type C out
              * Marvell 88W8688 802.11bg/BT module
              * GPS RF IC
              * Dual analog mics & speakers, headset jack, LED, ambient light sensor
              * USB2.0 HS host  (A), OTG (micro AB)
              * FE PHY, PCIE Mini Card  slot
              * GPIO, GPIO expander with DIP switches for easier selection UART serial over USB, CIR
      
      This patch adds basic board support with DRAM and UART functionality
      The patch is tested for boot from DRAM using XDB
      
      Signed-off-by: default avatarMahavir Jain <mjain@marvell.com>
      Signed-off-by: default avatarPrafulla Wadaskar <prafulla@marvell.com>
      c291e2fc
    • Heiko Schocher's avatar
      mpc52xx: add support for tqm52xx based board charon · 98e69567
      Heiko Schocher authored
      
      - serial console in PSC1
      - 128MiB DRAM
      - 32MiB Flash
      - FEC Ethernet
      - 2 I2C busses
      - FPGA on CS3
      - IDE
      - VGA SMI501
      
      Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      98e69567
  9. Dec 09, 2010
    • Stefano Babic's avatar
      Davinci: add support for the ea20 board · 76bfe76b
      Stefano Babic authored
      
      This board uses the OMAP-L138 SOM stacked on a
      custom baseboard. It supports SPI Flash, Ethernet
      with RMII.
      
      Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
      Signed-off-by: default avatarBen Gardiner <bengardiner@nanometrics.ca>
      Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
      76bfe76b
    • Sughosh Ganu's avatar
      Add board support for hawkboard · dfddb5e6
      Sughosh Ganu authored
      
      The patch adds basic board support for TI's OMAP-L138 based
      Hawkboard. This board is pretty similar to the da850 EVM. Support for
      nand and network access is added in this version.
      
      The following bootup procedure is used.
      
      At reset, the Rom Boot Loader(RBL), initialises the ddr and the nand
      controllers and copies the second stage bootloader(nand_spl) to
      RAM. The secondary bootloader then copies u-boot from a predefined
      location in the nand flash to the RAM, and passes control to the
      u-boot image.
      
      Three config options are supported
      * hawkboard_config - Used to create the u-boot.bin. Tftp the
       u-boot.bin image to the RAM from u-boot, and flash to the nand flash
       at address 0xe0000.
      
      * hawkboard_nand_config - Used to generate the secondary
       bootloader(nand_spl) image. This creates an elf file u-boot-spl
       under nand_spl/. Create an AIS signed image using this file, and
       flash it to the nand flash at address 0x20000. The ais file should
       fit in one block.
      
      * hawkboard_uart_config - This is same as the first image, but with
       the TEXT_BASE as expected by the RBL(0xc1080000). Create the AIS
      
      Signed-off-by: default avatarSughosh Ganu <urwithsughosh@gmail.com>
      Signed-off-by: default avatarBen Gardiner <bengardiner@nanometrics.ca>
      Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
      dfddb5e6
  10. Dec 07, 2010
  11. Nov 30, 2010
    • Stefano Babic's avatar
      Davinci: add support for the ea20 board · 649a33e4
      Stefano Babic authored
      
      This board uses the OMAP-L138 SOM stacked on a
      custom baseboard. It supports SPI Flash, Ethernet
      with RMII.
      
      Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
      Signed-off-by: default avatarBen Gardiner <bengardiner@nanometrics.ca>
      Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
      649a33e4
    • Sughosh Ganu's avatar
      Add board support for hawkboard · 48571ff0
      Sughosh Ganu authored
      
      The patch adds basic board support for TI's OMAP-L138 based
      Hawkboard. This board is pretty similar to the da850 EVM. Support for
      nand and network access is added in this version.
      
      The following bootup procedure is used.
      
      At reset, the Rom Boot Loader(RBL), initialises the ddr and the nand
      controllers and copies the second stage bootloader(nand_spl) to
      RAM. The secondary bootloader then copies u-boot from a predefined
      location in the nand flash to the RAM, and passes control to the
      u-boot image.
      
      Three config options are supported
      * hawkboard_config - Used to create the u-boot.bin. Tftp the
       u-boot.bin image to the RAM from u-boot, and flash to the nand flash
       at address 0xe0000.
      
      * hawkboard_nand_config - Used to generate the secondary
       bootloader(nand_spl) image. This creates an elf file u-boot-spl
       under nand_spl/. Create an AIS signed image using this file, and
       flash it to the nand flash at address 0x20000. The ais file should
       fit in one block.
      
      * hawkboard_uart_config - This is same as the first image, but with
       the TEXT_BASE as expected by the RBL(0xc1080000). Create the AIS
      
      Signed-off-by: default avatarSughosh Ganu <urwithsughosh@gmail.com>
      Signed-off-by: default avatarBen Gardiner <bengardiner@nanometrics.ca>
      Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
      48571ff0
  12. Nov 27, 2010
  13. Nov 26, 2010
  14. Nov 24, 2010
  15. Nov 10, 2010
  16. Oct 26, 2010
  17. Oct 25, 2010
  18. Oct 24, 2010
  19. Oct 22, 2010
  20. Oct 21, 2010
  21. Oct 19, 2010
Loading