25 Sep, 2014

2 commits

  • This option specifies the default Device Tree used for the run-time
    configuration of U-Boot.

    Signed-off-by: Masahiro Yamada
    Cc: Simon Glass
    Cc: Stephen Warren
    Cc: Minkyu Kang
    Cc: Michal Simek

    Masahiro Yamada
     
  • This commit moves:
    CONFIG_OF_CONTROL
    CONFIG_OF_SEPARATE
    CONFIG_OF_EMBED
    CONFIG_OF_HOSTFILE

    Because these options are currently not supported for SPL,
    the "Device Tree Control" menu does not appear in the SPL
    configuration.

    Note:
    zynq-common.h should be adjusted so as not to change the
    default value of CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME.

    Signed-off-by: Masahiro Yamada
    Acked-by: Simon Glass
    Cc: Stephen Warren
    Cc: Minkyu Kang
    Acked-by: Michal Simek

    Masahiro Yamada
     

24 Jul, 2013

1 commit


16 Apr, 2013

1 commit


15 Mar, 2013

1 commit

  • Enable a common set of partition types, filesystems, and related
    commands in tegra-common.h, so that they are available on all Tegra
    boards. This allows boot.scr (loaded and executed by the default
    built-in environment) on those boards to assume that certain features
    are always available.

    Do this in tegra-common.h, so that individual board files can undefine
    the features if they really don't want any of them.

    Signed-off-by: Stephen Warren
    Acked-by: Simon Glass
    Signed-off-by: Tom Warren

    Stephen Warren
     

17 Jan, 2013

2 commits


16 Oct, 2012

1 commit

  • Medcom is the marketing name for an older, PXA-based version of the same
    device. In order to avoid confusion, rename the Tegra-based version to
    the new marketing name.

    Signed-off-by: Thierry Reding
    Acked-by: Stephen Warren
    Signed-off-by: Tom Warren

    Thierry Reding