1. 18 Oct, 2021 1 commit
  2. 15 Oct, 2021 1 commit
  3. 13 Oct, 2021 2 commits
  4. 12 Oct, 2021 6 commits
  5. 08 Oct, 2021 2 commits
  6. 06 Oct, 2021 1 commit
  7. 04 Oct, 2021 5 commits
  8. 01 Oct, 2021 2 commits
  9. 29 Sep, 2021 2 commits
  10. 28 Sep, 2021 3 commits
  11. 27 Sep, 2021 2 commits
  12. 21 Sep, 2021 2 commits
  13. 20 Sep, 2021 3 commits
  14. 17 Sep, 2021 5 commits
  15. 16 Sep, 2021 1 commit
  16. 15 Sep, 2021 1 commit
  17. 13 Sep, 2021 1 commit
    • Rob Herring's avatar
      kbuild: Enable DT schema checks for %.dtb targets · 53182e81
      Rob Herring authored
      It is possible to build a single dtb, but not with DT schema validation
      enabled. Enable the schema validation to run for %.dtb and %.dtbo
      targets. Anyone building a dtb for a specific platform *should* pay
      attention to schema warnings.
      
      This could be supported with a separate %.dt.yaml target instead.
      However, the .dt.yaml format is considered an intermediate format and
      could possibly go away at some point if schema checking is integrated
      into dtc. Also, the plan is to enable the schema checks by default once
      platforms are free of warnings, and this is a move in that direction.
      
      Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Masahiro Yamada <masahiroy@kernel.org>
      Cc: linux-kbuild@vger.kernel.org
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      Acked-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
      Link: https://lore.kernel.org/r/20210913145146.766080-1-robh@kernel.org
      53182e81