Skip to content
Snippets Groups Projects
  1. Feb 10, 2015
  2. Jan 28, 2015
  3. Jan 10, 2015
  4. Dec 08, 2014
  5. Nov 25, 2014
  6. Nov 23, 2014
  7. Nov 12, 2014
  8. Oct 29, 2014
    • Georges Savoundararadj's avatar
      kconfig: arm: introduce symbol for ARM CPUs · 2e07c249
      Georges Savoundararadj authored
      
      This commit introduces a Kconfig symbol for each ARM CPU:
      CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136,
      CPU_ARM1176, CPU_V7, CPU_PXA, CPU_SA1100.
      Also, it adds the CPU feature Kconfig symbol HAS_VBAR which is selected
      for CPU_ARM1176 and CPU_V7.
      
      For each target, the corresponding CPU is selected and the definition of
      SYS_CPU in the corresponding Kconfig file is removed.
      
      Also, it removes redundant "string" type in some Kconfig files.
      
      Signed-off-by: default avatarGeorges Savoundararadj <savoundg@gmail.com>
      Acked-by: default avatarAlbert ARIBAUD <albert.u.boot@aribaud.net>
      Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
      2e07c249
  9. Oct 16, 2014
  10. Aug 11, 2014
  11. Aug 10, 2014
  12. Jul 23, 2014
    • Simon Glass's avatar
      stdio: Pass device pointer to stdio methods · 709ea543
      Simon Glass authored
      
      At present stdio device functions do not get any clue as to which stdio
      device is being acted on. Some implementations go to great lengths to work
      around this, such as defining a whole separate set of functions for each
      possible device.
      
      For driver model we need to associate a stdio_dev with a device. It doesn't
      seem possible to continue with this work-around approach.
      
      Instead, add a stdio_dev pointer to each of the stdio member functions.
      
      Note: The serial drivers have the same problem, but it is not strictly
      necessary to fix that to get driver model running. Also, if we convert
      serial over to driver model the problem will go away.
      
      Code size increases by 244 bytes for Thumb2 and 428 for PowerPC.
      
      22: stdio: Pass device pointer to stdio methods
             arm: (for 2/2 boards)  all +244.0  bss -4.0  text +248.0
         powerpc: (for 1/1 boards)  all +428.0  text +428.0
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      Acked-by: default avatarMarek Vasut <marex@denx.de>
      Reviewed-by: default avatarMarek Vasut <marex@denx.de>
      709ea543
  13. Mar 18, 2014
  14. Feb 03, 2014
  15. Nov 12, 2013
    • Anatolij Gustschin's avatar
      lcd: allow overriding lcd_get_size() · cefa4717
      Anatolij Gustschin authored
      
      Remove the redundant lcd_line_length initialisation which
      sneaked in when an earlier version of the patch of commit
      6d330719 has been rebased.
      
      Some lcd drivers need to setup lcd_line_length not from the
      panel_info parameters but by different means. Make the
      lcd_get_size() weak to allow setting lcd_line_length in
      a driver specific way.
      
      Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      cefa4717
  16. Oct 14, 2013
  17. Aug 12, 2013
  18. Jul 24, 2013
  19. Jul 08, 2013
  20. Jul 01, 2013
  21. Jun 05, 2013
    • Stephen Warren's avatar
      lcd: add functions to set up simplefb device tree · 6a195d2d
      Stephen Warren authored
      
      simple-framebuffer is a new device tree binding that describes a pre-
      configured frame-buffer memory region and its format. The Linux kernel
      contains a driver that supports this binding. Implement functions to
      create a DT node (or fill in an existing node) with parameters that
      describe the framebuffer format that U-Boot is using.
      
      This will be immediately used by the Raspberry Pi board in U-Boot, and
      likely will be used by the Samsung ARM ChromeBook support soon too. It
      could well be used by many other boards (e.g. Tegra boards with built-in
      LCD panels, which aren't yet supported by the Linux kernel).
      
      Signed-off-by: default avatarStephen Warren <swarren@wwwdotorg.org>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      6a195d2d
Loading