1. 27 10月, 2014 6 次提交
    • M
      ppc: Zap IDS8247 board · 6afb3574
      Marek Vasut 提交于
      This board is old and is using CONFIG_I2C_X, which is wrong.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Heiko Schocher <hs@denx.de>
      6afb3574
    • M
      ppc: Zap HWW1U1A board · 4109cb02
      Marek Vasut 提交于
      This is the only used of CONFIG_SPI_X macro, just zap this.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Heiko Schocher <hs@denx.de>
      4109cb02
    • M
      ppc: Zap Hymod board · 5038d7f1
      Marek Vasut 提交于
      Remove this board as this is the only one last user of eeprom_probe(),
      which is pretty non-standard stuff.
      
      This patch also removes all the PHP, SQL and CSS stuff from U-Boot,
      which probably makes U-Boot a bit less IoT ;-)
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Heiko Schocher <hs@denx.de>
      5038d7f1
    • M
      ppc: Zap MHPC board · 1655f9f6
      Marek Vasut 提交于
      This board uses eeprom accessors in an incorrect way. The board
      is old and unsupported, just zap it.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Heiko Schocher <hs@denx.de>
      1655f9f6
    • M
      ppc: Zap ICU862 board · 4af5f0f3
      Marek Vasut 提交于
      This board is the only user of CONFIG_SYS_EEPROM_X40430 , remove
      it so the EEPROM command code can be cleansed of the related code
      as well.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Heiko Schocher <hs@denx.de>
      4af5f0f3
    • W
      PowerPC: drop some 74xx_7xx boards and related code · 03b00407
      Wolfgang Denk 提交于
      The file  board/Marvell/include/mv_gen_reg.h  is incompatible with
      the GPL (see for example the "MARVELL RESERVES THE RIGHT AT ITS SOLE
      DISCRETION TO REQUEST THAT THIS CODE BE IMMEDIATELY RETURNED TO
      MARVELL" clause).  As this cannot be fixed, we remove the file and all
      code that depends on it.  Fortunately this only affects some very old
      boards that have long reached EOL:
      	CPCI750
      	DB64360
      	DB64460
      	p3m750
      	p3m7448
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Roger Meier <r.meier@siemens.com>
      03b00407
  2. 24 10月, 2014 8 次提交
  3. 23 10月, 2014 3 次提交
  4. 17 10月, 2014 1 次提交
  5. 11 10月, 2014 1 次提交
  6. 10 10月, 2014 5 次提交
  7. 08 10月, 2014 3 次提交
  8. 06 10月, 2014 1 次提交
    • C
      imx6: add Bachmann OT1200 board · 39d09733
      Christian Gmeiner 提交于
      This patch adds support for the OT1200 series of devices.
      
      Following components are used in u-boot:
      + ethernet
      + i2c
      + emmc
      + gpio
      
      For more details see README.
      
      Changes v1 > v2
        - make use of enable_cspi_clock(..)
        - fix usage of OUTPUT_40OHM define
        - added README
      
      Changes v2 > v3
        - improve spelling in README
        - added own copy of mx6q_4x_mt41j128.cfg
      Signed-off-by: NChristian Gmeiner <christian.gmeiner@gmail.com>
      39d09733
  9. 05 10月, 2014 1 次提交
  10. 30 9月, 2014 2 次提交
    • Y
      imx: mx6dlarm2: Add support for i.MX6Q/DL arm2 LPDDR2 boards · 661139fa
      Ye.Li 提交于
      Update the ddr scripts for LPDDR2 and add two build configs for LPDDR2
      arm2 board. Since the LPDDR2 arm2 board has different DDR size, use
      CONFIG_DDR_MB in defconfig to replace the PHYS_SDRAM_SIZE.
      Signed-off-by: NYe.Li <B37916@freescale.com>
      661139fa
    • Y
      imx: mx6dlarm2: Add support for i.MX6DL arm2 DDR3 board · b357503f
      Ye.Li 提交于
      This patch adds the i.MX6DL arm2 board support. The i.MX6DL ARM2
      shared the same board with i.MX6Q ARM2 board since the i.MX6DL is
      pin-pin compatible with i.MX6Q.
      
      The patch also support the DDR 32-BIT mode option. Please define
      CONFIG_DDR_32BIT in the board configure file to enable DDR 32-BIT
      mode.But due to the board design, it's 64bit DDR buswidth physically,
      so, if you CONFIG_DDR_32BIT, the DDR memory size will be half of it.
      Signed-off-by: NYe.Li <B37916@freescale.com>
      b357503f
  11. 26 9月, 2014 1 次提交
    • Y
      board/ls1021aqds: Add DDR4 support · c7eae7fc
      York Sun 提交于
      LS1021AQDS has a variant with DDR4 slot. This patch adds a new defconfig
      for this variant to enable DDR4 support. RAW timing parameters are not
      added for DDR4. The board timing parameters are only tuned for single-
      rank 1600 and 1800MT/s with Micron DIMM 9ASF51272AZ-2G1A1 due to DIMM
      availability.
      Signed-off-by: NYork Sun <yorksun@freescale.com>
      CC: Alison Wang <alison.wang@freescale.com>
      c7eae7fc
  12. 25 9月, 2014 8 次提交