01 Sep, 2017

1 commit

  • SUNXI_GMAC was still used to configure the code where as the
    same has been renamed and moved to Kconfig in below commit
    "sunxi: Move SUNXI_GMAC to Kconfig"
    (sha1: 4d43d065db3262f9a9918ba72457bf36dfb8e0bb)

    Signed-off-by: Dave Prue
    Reviewed-by: Simon Glass
    Reviewed-by: Jagan Teki
    Reviewed-by: Mark Kettenis
    Tested-by: Mark Kettenis
    [Tweek commit message, config_whitelist.txt, build-whitelist.sh]
    Signed-off-by: Jagan Teki

    Dave Prue
     

29 Jun, 2017

1 commit


07 Oct, 2016

1 commit

  • If somebody adds references to new CONFIG options in source files,
    they will be added in the whitelist when we sync it. (For example,
    if we run scripts/build-whitelist.sh against commit 42f75050667b,
    new options CONFIG_SPL_DFU_SUPPORT and CONFIG_USB_XHCI_UNIPHIER will
    appear in the list.)

    In order to make steady progress of Kconfig migration, we want to
    only decrease whitelist options, but never increase.

    So, when we update the whitelist, we should create a temporary list,
    then take the intersection of the temporary one and the current one.

    Signed-off-by: Masahiro Yamada
    Reviewed-by: Simon Glass

    Masahiro Yamada
     

17 Sep, 2016

1 commit