1. 06 1月, 2015 17 次提交
  2. 05 1月, 2015 1 次提交
  3. 02 1月, 2015 2 次提交
  4. 01 1月, 2015 3 次提交
  5. 31 12月, 2014 8 次提交
  6. 30 12月, 2014 9 次提交
    • T
      Merge branch 'master' of git://git.denx.de/u-boot-uniphier · f23041a3
      Tom Rini 提交于
      f23041a3
    • T
      Merge branch 'master' of git://git.denx.de/u-boot-samsung · 87b27c7a
      Tom Rini 提交于
      87b27c7a
    • F
      mx6slevk: Remove get_board_rev() · 87e47e90
      Fabio Estevam 提交于
      get_board_rev() just returns the cpu revision, which does not make it really
      useful for distinguishing between revisions of the board.
      
      Let's get rid of get_board_rev() as it is not being used with its correct
      meaning.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      87e47e90
    • M
      arm: mx6: novena: Add proper LVDS display support · 331ae846
      Marek Vasut 提交于
      Repair the register configuration and add proper support for the
      display attached to both LVDS channels.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Cc: Nikita Kiryanov <nikita@compulab.co.il>
      Cc: Sean Cross <xobs@kosagi.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Tim Harvey <tharvey@gateworks.com>
      331ae846
    • M
      arm: mx6: novena: Pull video handling into separate file · f2e4d6a5
      Marek Vasut 提交于
      Pull all of the video handling into a separate file, since a lot
      more code will be added and such code would polute the board file.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Cc: Nikita Kiryanov <nikita@compulab.co.il>
      Cc: Sean Cross <xobs@kosagi.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Tim Harvey <tharvey@gateworks.com>
      f2e4d6a5
    • M
      arm: mx6: novena: Pull GPIO definitions into header · d59d7b91
      Marek Vasut 提交于
      Pull the definitions of GPIOs into a separate header file, so that
      they can be used across all source files.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Cc: Nikita Kiryanov <nikita@compulab.co.il>
      Cc: Sean Cross <xobs@kosagi.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Tim Harvey <tharvey@gateworks.com>
      d59d7b91
    • M
      arm: mx6: novena: Minor config file fix · 00ff950a
      Marek Vasut 提交于
      Sequence like the following is completely useless and results from
      an errorneous ordering of the statements during development. Zap it.
       #ifdef FOO
       #define FOO
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Cc: Nikita Kiryanov <nikita@compulab.co.il>
      Cc: Sean Cross <xobs@kosagi.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Tim Harvey <tharvey@gateworks.com>
      00ff950a
    • M
      arm: mx6: novena: Minor coding style fix · 998e121a
      Marek Vasut 提交于
      Just zap multiple spaces and replace them with tabs properly.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Cc: Nikita Kiryanov <nikita@compulab.co.il>
      Cc: Sean Cross <xobs@kosagi.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Tim Harvey <tharvey@gateworks.com>
      998e121a
    • M
      arm: mx6: novena: Define CONFIG_SYS_MALLOC_F_LEN · 8744d3b9
      Marek Vasut 提交于
      This board uses setup_i2c() in SPL. The setup_i2c() function internally
      calls gpio_request(), which in turn internally calls strdup(). The strdup()
      requires a running mallocator, so this patch makes the mallocator available.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Cc: Nikita Kiryanov <nikita@compulab.co.il>
      Cc: Sean Cross <xobs@kosagi.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Tim Harvey <tharvey@gateworks.com>
      8744d3b9