Skip to content
Snippets Groups Projects
  1. Sep 15, 2017
    • Alison Chaiken's avatar
      GPT: create block device for sandbox testing · bf6d76b8
      Alison Chaiken authored and Tom Rini's avatar Tom Rini committed
      
      Provide a Python function that creates a small block device for the
      purpose of testing the cmd/gpt.c or cmd/part.c functions in the u-boot
      sandbox.
      
      Signed-off-by: default avatarAlison Chaiken <alison@peloton-tech.com>
      Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      bf6d76b8
    • Suman Anna's avatar
      ARM: DRA7: Cleanup old pinctrl macros · 2f9455c8
      Suman Anna authored and Tom Rini's avatar Tom Rini committed
      
      Commit 6ae4c3ef ("ARM: DRA7: Add pinctrl register definitions")
      has added new macros for pinmux configuration in line with the kernel
      definitions. Cleanup the old pinctrl macros from the common header
      file so that they are not used by any new boards.
      
      Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
      2f9455c8
    • Suman Anna's avatar
      arm: am57xx: cl-som-am57x: Use new pinctrl macros · 101d2171
      Suman Anna authored and Tom Rini's avatar Tom Rini committed
      
      Commit 6ae4c3ef ("ARM: DRA7: Add pinctrl register definitions")
      has added new macros for pinmux configuration in line with the
      kernel definitions. Fixup the current pinctrl data for the CompuLab
      CL-SOM-AM57x board to use these new macros to facilitate the removal
      of the old macros.
      
      NOTE:
      The PEN and PDIS macro values used previously were actually defined
      inversely, a value of 1 in bit position 16 actually means that the
      internal pullup/pulldown is disabled and not enabled as inferred by
      PEN. So, previous pinmux config data such as (PDIS | PTU) is confusing
      as it actually was meant for enabling internal pullup. The data is
      fixed up only to be equivalent to the previous data.
      
      Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
      101d2171
  2. Sep 14, 2017
  3. Sep 13, 2017
  4. Sep 12, 2017
Loading