1. 22 1月, 2015 9 次提交
  2. 19 1月, 2015 4 次提交
    • A
      mxsboot : Support of 224-bytes OOB area length · ca6dc4f8
      Alexandre Coffignal 提交于
      Add support for the NAND Flash chip with page size of 4096+224-bytes OOB area length
      
      For example Micron MT29F4G08 NAND flash device defines a OOB area which is
      224 bytes long (oobsize).
      Signed-off-by: NAlexandre Coffignal <acoffignal@geral.com>
      ca6dc4f8
    • S
      arm: mx6: Add Barco platinum-picon and platinum-titanium · 5d6050fd
      Stefan Roese 提交于
      This patch adds the new Barco platinum platform. It currently
      includes those two boards:
      
      platinum-titanium
      -----------------
      This is the same board as the titanium that is already supported in
      mainline U-Boot. But its now moved to this new platform to support
      multiple "flavors" of imx6 boards in one directory. Its also moved
      to support SPL booting. And with this we use the run-time DDR
      configuration of this SPL support. The board is equipped with the
      Micron MT41J128M16JT-125 DDR chips. We now can remove the DDR
      related registers tuples from the imximage.cfg file. As all this
      is done in the SPL at run-time.
      
      platinum-picon
      --------------
      This board is new and based on the MX6DL with 1GiB DDR using the
      Micron MT41K256M16HA DDR3 chips. Its also equipped with 2 NAND
      chips (each 512MiB).
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Pieter Ronsijn <pieter.ronsijn@barco.com>
      5d6050fd
    • F
      mx6sxsabresd: Remove unneeded board_late_init() · 834670ea
      Fabio Estevam 提交于
      Since commit 1f98e31b ("imx: mx6sxsabresd: Use the pfuze common init
      function") board_late_init() became empty, so we can safely remove this unneeded
      function.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      834670ea
    • O
      wandboard: Use 32bit color depth for Fusion LCD · 99c618ff
      Otavio Salvador 提交于
      The Fusion LCD needs the 32bit color depth to properly work; the
      default is different on the 3.10.17 kernels and it is better to ensure
      it work out of box using proper default color setting.
      Signed-off-by: NOtavio Salvador <otavio@ossystems.com.br>
      99c618ff
  3. 16 1月, 2015 4 次提交
  4. 15 1月, 2015 23 次提交