31 Jan, 2015

3 commits

  • When run with the --dry-run argument patman prints out information
    showing what it would do. This information currently doesn't line up
    with what patman/git send-email really do. Some basic examples:
    - If an email address is addressed via "Series-cc" and "Patch-cc" patman
    shows that email address would be CC-ed two times.
    - If an email address is addressed via "Series-to" and "Patch-cc" patman
    shows that email address would be sent TO and CC-ed.
    - If an email address is addressed from a combination of tag aliases,
    get_maintainer.pl output, "Series-cc", "Patch-cc", etc patman shows
    that the email address would be CC-ed multiple times.

    Patman currently does try to send duplicate emails like the --dry-run
    output shows, but "git send-email" intelligently removes duplicate
    addresses so this patch shouldn't change the non-dry-run functionality.

    Change patman's output and email addressing to line up with the
    "git send-email" logic. This trims down patman's dry-run output and
    prevents confusion about what patman will do when emails are actually
    sent.

    Signed-off-by: Peter Tyser
    Acked-by: Simon Glass
    Tested-by: Simon Glass

    Peter Tyser
     
  • It is painful to specify the full path to the device tree with the -d
    option. It is normally kept in the same directory as U-Boot, so provide
    an option to use this by default.

    Signed-off-by: Simon Glass

    Simon Glass
     
  • The other boards got updated to the standard binding. Update sandbox as
    well.

    Signed-off-by: Simon Glass

    Simon Glass
     

29 Jan, 2015

3 commits

  • This commit 904672e (lcd: refactor lcd console stuff into its
    own file), which cause lcd console address is not initialized.

    This patch initialize the lcd console use the default value,
    will be update when splash screen is enabled.

    Signed-off-by: Bo Shen

    Bo Shen
     
  • When build for Atmel related boards which support SPL,
    it will generate boot.bin, also clean when it when do
    "make clean" operation.

    Signed-off-by: Bo Shen
    Acked-by: Masahiro Yamada

    Bo Shen
     
  • Microblaze currently doesn't use printf in SPL. So this one line was the only
    reference to it and resulted in the printf functionality to be pulled in.
    Exceeding the 4k size limit. Lets change the printf back to puts so that
    Microblaze is fixed again. The only drawback is that the detected boot-device
    number will not be printed. But this message alone should be helpful enough
    to get an idea where the boot process is broken.

    Signed-off-by: Stefan Roese
    Cc: Tom Rini
    Cc: Michal Simek
    Acked-by: Michal Simek

    Stefan Roese
     

27 Jan, 2015

1 commit


26 Jan, 2015

27 commits


24 Jan, 2015

6 commits