12 Jan, 2016

1 commit


22 May, 2015

1 commit

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

    By switching to SPL we can support all these variants with a single binary,
    which is very convenient.

    Based on the work from Richard Hu.

    Tested kernel booting on the three boards.

    Signed-off-by: Richard Hu
    Signed-off-by: Fabio Estevam
    Tested-by: Vagrant Cascadian
    Reviewed-by: Stefano Babic

    Fabio Estevam
     

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