12 Jan, 2016

1 commit


02 Sep, 2015

1 commit

  • Currently we need to build one U-boot image for each of the udoo
    variants: quad and dual-lite.

    By switching to SPL we can support all two variants with a single binary.

    Based on the SPL for wandboard.

    Tested with OpenELEC (Open Embedded Linux Entertainment Center)
    on both boards.

    Signed-off-by: Peter Vicman
    Cc: Fabio Estevam
    Cc: Stefano Babic
    Acked-by: Stefano Babic
    Signed-off-by: Peter Vicman
    Acked-by: Fabio Estevam

    vpeter4
     

30 Jul, 2014

1 commit

  • We have switched to Kconfig and the boards.cfg file is going to
    be removed. We have to retrieve the board status and maintainers
    information from it.

    The MAINTAINERS format as in Linux Kernel would be nice
    because we can crib the scripts/get_maintainer.pl script.

    After some discussion, we chose to put a MAINTAINERS file under each
    board directory, not the top-level one because we want to collect
    relevant information for a board into a single place.

    TODO:
    Modify get_maintainer.pl to scan multiple MAINTAINERS files.

    Signed-off-by: Masahiro Yamada
    Suggested-by: Tom Rini
    Acked-by: Simon Glass

    Masahiro Yamada