[PATCH 00/11] More minor clean-ups and improvements

Simon Glass sjg at chromium.org
Thu Jan 21 21:57:05 CET 2021


This series includes a collection of small things noticed while bringing
up verified boot on Coral.


Simon Glass (11):
  spl: Tidy up SPL/TPL malloc sizes
  x86: coral: Support TPM and RTC in SPL
  i2c: desigware: Add an alias for Intel Apollo Lake
  sandbox: Disable I2C emulators in SPL
  dm: core: Don't inline dev_read...() calls with of-platdata
  clk: Add debugging for return values
  clk: x86: Correct the driver name
  dm: core: Add a comment about pinctrl_select_state()
  dm: core: Update ofnode_read_fmap_entry() to read hashes
  Add a symlink for ctype.h
  binman: Print a debug message when binman selects a node

 Kconfig                                      | 13 ++++---
 arch/sandbox/dts/sandbox.dtsi                | 10 ++++--
 arch/sandbox/dts/test.dts                    | 10 ++++++
 arch/x86/dts/chromebook_coral.dts            | 20 ++++++++++-
 arch/x86/include/asm/arch-apollolake/iomap.h |  3 ++
 configs/sandbox_spl_defconfig                |  1 -
 drivers/clk/clk-uclass.c                     | 16 ++++++---
 drivers/clk/intel/clk_intel.c                |  4 +--
 drivers/core/device.c                        |  9 +++++
 drivers/core/of_extra.c                      | 21 ++++++-----
 drivers/i2c/Makefile                         |  2 ++
 drivers/i2c/designware_i2c_pci.c             |  2 ++
 include/ctype.h                              |  1 +
 include/dm/read.h                            |  3 +-
 lib/binman.c                                 |  2 ++
 test/dm/Makefile                             |  1 +
 test/dm/of_extra.c                           | 38 ++++++++++++++++++++
 test/dm/of_platdata.c                        |  8 ++---
 18 files changed, 132 insertions(+), 32 deletions(-)
 create mode 120000 include/ctype.h
 create mode 100644 test/dm/of_extra.c

-- 
2.30.0.280.ga3ce27912f-goog



More information about the U-Boot mailing list