31 Jan, 2015

6 commits

  • Add an explanation for how to set up git so that patman can find the alias
    file. Fix up the get_maintainers message too.

    Reported-by: Scott Wood
    Signed-off-by: Simon Glass

    Simon Glass
     
  • This brings in a additional small fix which was missed in a recent update
    to the README.

    Suggested-by: Masahiro Yamada
    Signed-off-by: Simon Glass
    Acked-by: Jagannadha Sutradharudu Teki

    Simon Glass
     
  • True commit lines start at column zero. Anything that is indented
    is part of the commit message instead. I noticed this by trying to
    run buildman with commit e3a4facdfc07179ebe017a07b8de6224a935a9f3
    as master, which contained a reference to a Linux commit inside
    the commit message. ProcessLine saw that as a genuite commit
    line, and thus buildman tried to build it, and died with an
    exception because that SHA is not present in the U-Boot tree.

    Signed-off-by: Scott Wood
    Acked-by: Simon Glass

    Scott Wood
     
  • 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

3 commits