15 Jul, 2014

1 commit


14 Jul, 2014

4 commits

  • Timer on cyclone5 actually counts down. It took me a while to figure
    out, as timer counting in wrong direction actually _can_ be used, it
    just appears to tick at extremely high frequency in u-boot.

    The bug was introduced in commit
    23ab7ee0ffa9d5efd0b4ad830befba306d24a327.

    Signed-off-by: Pavel Machek
    Acked-by: Marek Vasut

    Pavel Machek
     
  • Update the board_name env variable and accordingly
    populate the dtb file.

    Signed-off-by: Lokesh Vutla

    Lokesh Vutla
     
  • In the previous commit, all the board fields were filled.

    Now we can use "-" in the board field for a different meaning.

    Going forward, "-" stands for no board directory
    as in cpu, soc, vendor fields.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     
  • The boards.cfg file has allowed to use "-" for the board (= 6th) field
    if the board name is the same as the 7th field.

    But I notice one problem.
    Because tools/reformat.py sorts the lines in the simple alphabetical
    order (= the order of character code), some entries for the same board
    are not lined up together.

    For example, "bf527-ezkit" and "bf527-ezkit-v2" share the same board.
    But they are located separately because "bf527-ezkit" fills the board
    field with "-" whereas "bf527-ezkit-v2" specifies it explicitely.

    The similar things can be seen:
    - between "trizepsive" and "polaris"
    - between "RRvision" and "RRvision_LCD"
    - between "korat" and "korat_perm"
    - between "lwmon5" and "lcd4_lwmon5"

    This commit was generated by the following command:

    awk '$6 == "-" { $6 = $7 } { print }' boards.cfg \
    | tools/reformat.py -i -d '-' -s 8 > boards0.cfg; \
    mv boards0.cfg boards.cfg

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     

12 Jul, 2014

1 commit


10 Jul, 2014

3 commits


09 Jul, 2014

11 commits


08 Jul, 2014

20 commits