From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 21 Jan 2021 13:57:05 -0700 Subject: [PATCH 00/11] More minor clean-ups and improvements Message-ID: <20210121205716.964652-1-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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