1. 05 8月, 2011 1 次提交
    • T
      video: Add SHARP LQ084S3LG01 LCD support on P1022DS · 3b4a2263
      Timur Tabi 提交于
      The SHARP LQ084S3LG01 is a TFT LCD used on the P1022DS (revision "C") board.
      This device only supports 800x600 resolution, so if that resolution is selected,
      assume that this is the device.  The device is attached to the LVDS port
      on the P1022DS board.
      
      The existing 800x600 entry (for the PDM360NG board) is actually 800x480,
      so we fix that.  To support two different 800x resolutions, the Y-resolution
      is now passed to fsl_diu_init() and both values are used to pick the proper
      fb_videomode structure.
      
      The data for the 800x600 video mode is originally from Jiang Yutang.
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      Signed-off-by: NJiang Yutang <b14898@freescale.com>
      3b4a2263
  2. 03 8月, 2011 9 次提交
  3. 01 8月, 2011 7 次提交
  4. 31 7月, 2011 4 次提交
  5. 30 7月, 2011 4 次提交
    • W
      Merge branch 'master' of /home/wd/git/u-boot/custodians · dd620b26
      Wolfgang Denk 提交于
      * 'master' of /home/wd/git/u-boot/custodians:
        powerpc/8xxx: Remove dependency on <usb.h>
        powerpc/85xx: enable USB2 gadget mode for corenet ds board
        powerpc/85xx: verify the device tree before booting Linux
        MPC8xxx: drop redundant boot messages
        powerpc/85xx: Fix build failure for P1023RDS
        powerpc/p2041rdb: Enable SATA support
        powerpc/85xx: Cleanup handling of PVR detection for e500/e500mc/e5500
        powerpc/85xx: Fix up clock_freq property in CAN node of dts
        85xx: enable FDT support for STX SSA board
        powerpc/85xx: provide 85xx flush_icache for cmd_cache
        powerpc/p2041rdb: Enable backside L2 cache support
        powerpc/85xx: Handle the lack of L2 cache on P2040/P2040E
        powerpc/85xx: Add support for P2041[e] XAUI in SERDES
        powerpc/85xx: Rename P2040 id & SERDES to P2041
        powerpc/85xx: Adding configuration for DCSRCR to enable 32M access
        powerpc/85xx: Fix setting of EPAPR_MAGIC value
      dd620b26
    • W
      Constify getenv(), setenv() and hash code functions · 84b5e802
      Wolfgang Denk 提交于
      This is needed to get rid of build warnings like
      
      main.c:311: warning: passing argument 2 of 'setenv' discards qualifiers from pointer target type
      
      which result from commit 09c2e90c "unify version_string".
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Andreas Biemann <andreas.devel@googlemail.com>
      84b5e802
    • W
      7ca9296e
    • K
      powerpc/8xxx: Remove dependency on <usb.h> · 57567361
      Kumar Gala 提交于
      We used <usb.h> for USB_MAX_DEVICE.  However this requires we actual
      build in support for USB into u-boot (which should not be required for
      device tree fixup).
      
      At this time no FSL SoC that utilizies this code (83xx/85xx) has more
      than 2 USB controllers.  So we replace USB_MAX_DEVICE with a local
      define FSL_MAX_NUM_USB_CTRLS.
      
      If/when a device shows up with more than 2 controllers we can easily
      bump this value or refactor into a proper define per SoC.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      57567361
  6. 29 7月, 2011 15 次提交