1. 26 5月, 2015 3 次提交
  2. 10 5月, 2015 1 次提交
  3. 23 4月, 2015 1 次提交
  4. 13 3月, 2015 1 次提交
    • F
      novena: Use the default CONFIG_SYS_PBSIZE · 1f62482e
      Fabio Estevam 提交于
      Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
      the console and hitting enter afterwards, causes a hang in the system because
      CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
      message:
      "Unknown command '' - try 'help'".
      
      Use the default CONFIG_SYS_PBSIZE definition from config_fallbacks.h to solve
      this problem.
      
      Cc: Marek Vasut <marex@denx.de>
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Acked-by: NMarek Vasut <marex@denx.de>
      1f62482e
  5. 13 2月, 2015 1 次提交
  6. 30 12月, 2014 3 次提交
    • 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: 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: 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
  7. 30 10月, 2014 1 次提交