24 May, 2017

1 commit

  • Right now the u-boot,dm-pre-reloc flag will make each marked node
    always appear in both spl and tpl. But systems needing an additional
    tpl might have special constraints for each, like the spl needing to
    be very tiny.

    So introduce two additional flags to mark nodes for only spl or tpl
    environments and introduce a function dm_fdt_pre_reloc to automate
    the necessary checks in code instances checking for pre-relocation
    flags.

    The behaviour of the original flag stays untouched and still marks
    a node for both spl and tpl.

    Signed-off-by: Heiko Stuebner
    Reviewed-by: Simon Glass
    Tested-by: Kever Yang

    Heiko Stübner
     

09 Feb, 2017

1 commit

  • Pick commit 66b47b4a9dad0 checkpatch: look for common misspellings
    from the Linux kernel for spelling check from Kees Cook

    In addition pulled in additional changes
    commit ebfd7d6237531 checkpatch: add optional --codespell dictionary to find more typos
    from the Linux kernel for codespell from Joe Perches

    commit f1a63678554f8 checkpatch: remove local from codespell path
    from the Linux kernel for dictionary path from Maxim Uvarov

    Signed-off-by: Dan Murphy

    Dan Murphy
     

23 Jan, 2017

1 commit


09 Jan, 2017

1 commit


05 Jan, 2017

18 commits


03 Jan, 2017

1 commit

  • To being able to sign created binaries, we need to know the HAB Blocks
    for that image. Especially for the imximage type the HAB Blocks are
    only available during creation of the image. We want to preserve the
    information until we get to sign the files.
    In the verbose case we still get them printed out instead of writing
    to log files.

    Cc: sbabic@denx.de

    v2-Changes:
    - No usage of MKIMAGEOUTPUT_$(@F) macro.
    - Predefine default value /dev/null in every involved Makefile.

    Signed-off-by: Sven Ebenfeld
    Reviewed-by: George McCollister
    Tested-by: George McCollister

    Sven Ebenfeld
     

24 Dec, 2016

1 commit


21 Dec, 2016

2 commits


20 Dec, 2016

3 commits

  • Move sunxi boards to use binman. This involves adding the image definition
    to the device tree and using it in the Makefile.

    Signed-off-by: Simon Glass
    Reviewed-by: Tom Rini

    Simon Glass
     
  • For boards that need U-Boot-specific additions to the device tree, it is
    a minor annoyance to have to add these each time the tree is synced with
    upstream.

    Add a means to include a file (e.g. u-boot.dtsi) automatically into the .dts
    file before it is compiled.

    The file uses is the first one that exists in this list:

    arch//dts/-u-boot.dtsi
    arch//dts/-u-boot.dtsi
    arch//dts/-u-boot.dtsi
    arch//dts/-u-boot.dtsi
    arch//dts/u-boot.dtsi

    Signed-off-by: Simon Glass
    Suggested-by: Tom Rini
    Reviewed-by: Bin Meng
    Tested-by: Bin Meng

    Simon Glass
     
  • It is sometimes useful to be able to reference configuration options in a
    device tree source file. Add the necessary includes so that this works.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    Tested-by: Bin Meng

    Simon Glass
     

05 Dec, 2016

5 commits


04 Dec, 2016

6 commits