[PATCH v2 0/6] misc: Various misc patches

Simon Glass sjg at chromium.org
Fri Mar 26 04:17:24 CET 2021


This series includes some minor tools updates and conversion of
CONFIG_MISC_INIT_F to Kconfig.

Changes in v2:
- Add new patch to adjust detection of 64-bit properties
- Drop the reg_val temporary var
- Add two new tests

Simon Glass (6):
  dtoc: Show driver warnings once at the end
  dtoc: Adjust detection of 64-bit properties
  dtoc: Improve handling of reg properties
  log: Fix up debug_cond() when LOG is enabled
  moveconfig: Handle binary files cleanly
  Convert CONFIG_MISC_INIT_F to Kconfig

 common/Kconfig                           |  6 ++++
 configs/MPC8349ITXGP_defconfig           |  1 +
 configs/MPC8349ITX_LOWBOOT_defconfig     |  1 +
 configs/MPC8349ITX_defconfig             |  1 +
 configs/kmcoge4_defconfig                |  1 +
 configs/sandbox64_defconfig              |  2 +-
 configs/sandbox_defconfig                |  1 +
 configs/sandbox_flattree_defconfig       |  2 +-
 configs/sandbox_spl_defconfig            |  2 ++
 configs/tools-only_defconfig             |  1 +
 include/configs/MPC8349ITX.h             |  2 --
 include/configs/kmp204x.h                |  2 --
 include/configs/sandbox.h                |  2 --
 include/log.h                            | 11 ++++---
 scripts/config_whitelist.txt             |  1 -
 tools/dtoc/dtb_platdata.py               | 20 ++++++++-----
 tools/dtoc/src_scan.py                   | 15 ++++++----
 tools/dtoc/test/dtoc_test_noprops.dts    | 21 +++++++++++++
 tools/dtoc/test/dtoc_test_single_reg.dts | 30 +++++++++++++++++++
 tools/dtoc/test_dtoc.py                  | 25 ++++++++++++----
 tools/dtoc/test_src_scan.py              | 38 ++++++++++++------------
 tools/moveconfig.py                      | 16 ++++++++--
 22 files changed, 149 insertions(+), 52 deletions(-)
 create mode 100644 tools/dtoc/test/dtoc_test_noprops.dts
 create mode 100644 tools/dtoc/test/dtoc_test_single_reg.dts

-- 
2.31.0.291.g576ba9dcdaf-goog



More information about the U-Boot mailing list