1. 03 8月, 2011 2 次提交
  2. 01 8月, 2011 7 次提交
  3. 31 7月, 2011 4 次提交
  4. 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
  5. 29 7月, 2011 23 次提交