All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] misc: Various misc patches
@ 2021-03-26  3:17 Simon Glass
  2021-03-26  3:17 ` [PATCH v2 1/6] dtoc: Show driver warnings once at the end Simon Glass
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Simon Glass @ 2021-03-26  3:17 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-04-06  4:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26  3:17 [PATCH v2 0/6] misc: Various misc patches Simon Glass
2021-03-26  3:17 ` [PATCH v2 1/6] dtoc: Show driver warnings once at the end Simon Glass
2021-03-26  3:17 ` [PATCH v2 2/6] dtoc: Adjust detection of 64-bit properties Simon Glass
2021-03-26  3:17 ` [PATCH v2 3/6] dtoc: Improve handling of reg properties Simon Glass
2021-03-26  3:17 ` [PATCH v2 4/6] log: Fix up debug_cond() when LOG is enabled Simon Glass
2021-03-26  3:17 ` [PATCH v2 5/6] moveconfig: Handle binary files cleanly Simon Glass
2021-03-26  3:17 ` [PATCH v2 6/6] Convert CONFIG_MISC_INIT_F to Kconfig Simon Glass
2021-04-06  4:34 ` Simon Glass
2021-04-06  4:34 ` [PATCH v2 5/6] moveconfig: Handle binary files cleanly Simon Glass
2021-04-06  4:34 ` [PATCH v2 4/6] log: Fix up debug_cond() when LOG is enabled Simon Glass
2021-04-06  4:34 ` [PATCH v2 3/6] dtoc: Improve handling of reg properties Simon Glass
2021-04-06  4:34 ` [PATCH v2 2/6] dtoc: Adjust detection of 64-bit properties Simon Glass
2021-04-06  4:34 ` [PATCH v2 1/6] dtoc: Show driver warnings once at the end Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.