Skip to content
Snippets Groups Projects
  1. Sep 24, 2014
    • Masahiro Yamada's avatar
      tools/genboardscfg.py: pick up also commented maitainers · 5dff844d
      Masahiro Yamada authored
      
      We are still keeping invalid email addressed in MAINTAINERS
      because they carry information.
      
      The problem is that scripts/get_maintainer.pl adds emails in the
      "M:" field including invalid ones.
      
      We want to comment out invalid email addresses in MAINTAINERS
      to prevent scripts/get_maintainer.pl from picking them up.
      On the other hand, we want to collect them for boards.cfg
      to know the last known maintainer of each board.
      
      This commit adjusts tools/genboardscfg.py to parse also
      the commented "M:" fields, which is useful for the next commit.
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
      5dff844d
  2. Sep 16, 2014
  3. Aug 28, 2014
  4. Aug 21, 2014
  5. 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