Skip to content
Snippets Groups Projects
  1. Aug 28, 2014
  2. Aug 21, 2014
  3. Jul 30, 2014
    • Masahiro Yamada's avatar
      tools: add genboardscfg.py · 3c08e8b8
      Masahiro Yamada authored
      
      Now the primary data for each board is in Kconfig, defconfig and
      MAINTAINERS.
      
      It is true boards.cfg is needed for MAKEALL and buildman and might be
      useful to brouse all the supported boards in a single database.
      But it would be painful to maintain the boards.cfg in sync.
      
      So, this is the solution.
      Add a tool to generate the equivalent boards.cfg file based on
      the latest Kconfig, defconfig and MAINTAINERS.
      
      We can keep all the functions of MAKEALL and buildman with it.
      
      The best thing would be to change MAKEALL and buildman for not
      depending on boards.cfg in the future, but it would take some time.
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      3c08e8b8
Loading