Skip to content
Snippets Groups Projects
  1. Sep 04, 2011
  2. Aug 08, 2011
  3. Aug 04, 2011
  4. Aug 03, 2011
  5. Jul 28, 2011
  6. Jul 26, 2011
  7. 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
  8. Jul 11, 2011
  9. Jul 07, 2011
  10. Jul 01, 2011
  11. Jun 22, 2011
  12. Jun 01, 2011
  13. May 19, 2011
  14. May 12, 2011
  15. 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
  16. Apr 13, 2011
  17. Apr 10, 2011
  18. Apr 08, 2011
  19. Apr 02, 2011
  20. Mar 27, 2011
  21. 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
Loading