Skip to content
Snippets Groups Projects
  1. Jul 26, 2011
  2. Jul 17, 2011
    • Mingkai Hu's avatar
      powerpc/p2041rdb: Add p2041rdb board support · 4f1d1b7d
      Mingkai Hu authored
      
      P2041RDB Specification:
      -----------------------
      Memory subsystem:
       * 4Gbyte unbuffered DDR3 SDRAM SO-DIMM(64bit bus)
       * 128 Mbyte NOR flash single-chip memory
       * 256 Kbit M24256 I2C EEPROM
       * 16 Mbyte SPI memory
       * SD connector to interface with the SD memory card
      
      Ethernet:
       * dTSEC1: connected to the Vitesse SGMII PHY (VSC8221)
       * dTSEC2: connected to the Vitesse SGMII PHY (VSC8221)
       * dTSEC3: connected to the Vitesse SGMII PHY (VSC8221)
       * dTSEC4: connected to the Vitesse RGMII PHY (VSC8641)
       * dTSEC5: connected to the Vitesse RGMII PHY (VSC8641)
      
      PCIe:
       * Lanes E, F, G and H of Bank1 are connected to one x4 PCIe SLOT1
       * Lanes C and Land D of Bank2 are connected to one x4 PCIe SLOT2
      
      SATA: Lanes C and Land D of Bank2 are connected to two SATA connectors
      
      USB 2.0: connected via a internal UTMI PHY to two TYPE-A interfaces
      
      I2C:
       * I2C1: Real time clock, Temperature sensor, Memory module
       * I2C2: Vcore Regulator, 256Kbit I2C Bus EEPROM, PCIe slot1/2
      
      UART: supports two UARTs up to 115200 bps for console
      
      Signed-off-by: default avatarMingkai Hu <Mingkai.hu@freescale.com>
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      4f1d1b7d
  3. Jul 11, 2011
  4. Jul 07, 2011
  5. Jul 01, 2011
  6. Jun 22, 2011
  7. Jun 01, 2011
  8. May 19, 2011
  9. May 12, 2011
  10. Apr 28, 2011
    • Timur Tabi's avatar
      video: parse the video-mode environment variable · a5dbdc81
      Timur Tabi authored
      
      Add function video_get_video_mode(), which parses the "video-mode" environment
      variable and returns each of its components.  The format matches the video=
      command-line option used for Linux:
      
      	video-mode=<driver>:<xres>x<yres>-<depth>@<freq><,option=string>
      
      	<driver> The video driver, ignored by U-Boot
      	<xres> The X resolution (in pixels) to use.
      	<yres> The Y resolution (in pixels) to use.
      	<depth> The color depth (in bits) to use.
      	<freq> The frequency (in Hz) to use.
      	<options> A comma-separated list of device-specific options
      
      Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
      a5dbdc81
  11. Apr 13, 2011
  12. Apr 10, 2011
  13. Apr 08, 2011
  14. Apr 02, 2011
  15. Mar 27, 2011
  16. Feb 19, 2011
    • Simon Glass's avatar
      Add USB host ethernet adapter support · 89d48367
      Simon Glass authored
      
      This adds support for using USB Ethernet dongles in host mode. This is just
      the framework - drivers will come later. A new config option called
      CONFIG_USB_HOST_ETHER can be defined in board config files to switch this
      on.
      
      The was originally written by NVIDIA and was cleaned up for release by the
      Chromium authors.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      89d48367
  17. Feb 02, 2011
  18. Feb 01, 2011
  19. Jan 20, 2011
  20. Jan 18, 2011
    • Loïc Minier's avatar
      Escape minus signs in manpage · 3f1266d6
      Loïc Minier authored
      
      By default, "-" chars are interpreted as hyphens (U+2010) by groff, not
      as minus signs (U+002D). Since options to programs use minus signs
      (U+002D), this means for example in UTF-8 locales that you cannot cut
      and paste options, nor search for them easily.
      
      (Reported by lintian.)
      
      Signed-off-by: default avatarLoc Minier <loic.minier@linaro.org>
      3f1266d6
    • 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
  21. Jan 14, 2011
  22. Dec 09, 2010
    • 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
  23. Nov 30, 2010
    • 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
  24. Nov 26, 2010
  25. Nov 19, 2010
  26. Oct 29, 2010
Loading