All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v4 08/13] rockchip: Use devicetree for SMBIOS settings
Date: Tue, 3 Nov 2020 16:51:44 +0800	[thread overview]
Message-ID: <CAEUhbmWSadNu57oOFdN5QJ-NAaYs9LoCFL6srJNabRgYD4z3wQ@mail.gmail.com> (raw)
In-Reply-To: <20201022141949.711984-8-sjg@chromium.org>

On Thu, Oct 22, 2020 at 10:21 PM Simon Glass <sjg@chromium.org> wrote:
>
> Add settings and enable the default sysinfo driver so that these can come
> from the device tree.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> (no changes since v1)
>
>  arch/arm/dts/rk3328-roc-cc-u-boot.dtsi    | 21 +++++++++++++++++++++
>  arch/arm/dts/rk3328-rock-pi-e-u-boot.dtsi | 23 +++++++++++++++++++++++
>  arch/arm/dts/rk3328-rock64-u-boot.dtsi    | 21 +++++++++++++++++++++
>  arch/arm/dts/rk3368-lion-u-boot.dtsi      | 20 ++++++++++++++++++++
>  configs/lion-rk3368_defconfig             |  4 ++--
>  configs/roc-cc-rk3328_defconfig           |  4 ++--
>  configs/rock-pi-e-rk3328_defconfig        |  4 ++--
>  configs/rock64-rk3328_defconfig           |  4 ++--
>  8 files changed, 93 insertions(+), 8 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

  reply	other threads:[~2020-11-03  8:51 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-22 14:19 [PATCH v4 00/13] x86: Updates to SMBIOS Simon Glass
2020-10-22 14:19 ` [PATCH v4 01/13] board: Rename uclass to sysinfo Simon Glass
2020-11-03  8:39   ` Bin Meng
2020-10-22 14:19 ` [PATCH v4 02/13] doc: Add a binding for sysinfo Simon Glass
2020-11-03  8:39   ` Bin Meng
2020-10-22 14:19 ` [PATCH v4 03/13] x86: Pass an ofnode into each SMBIOS function Simon Glass
2020-11-03  8:39   ` Bin Meng
2020-10-22 14:19 ` [PATCH v4 04/13] smbios: Allow properties to come from the device tree Simon Glass
2020-11-03  8:39   ` Bin Meng
2020-10-22 14:19 ` [PATCH v4 05/13] smbios: Add more properties Simon Glass
2020-11-03  8:39   ` Bin Meng
2020-11-03  9:02     ` Bin Meng
2020-11-04 16:20     ` Simon Glass
2020-10-22 14:19 ` [PATCH v4 06/13] smbios: Add documentation and devicetree binding Simon Glass
2020-11-03  8:51   ` Bin Meng
2020-10-22 14:19 ` [PATCH v4 07/13] sysinfo: Provide a default driver to set SMBIOS values Simon Glass
2020-11-03  8:51   ` Bin Meng
2020-10-22 14:19 ` [PATCH v4 08/13] rockchip: Use devicetree for SMBIOS settings Simon Glass
2020-11-03  8:51   ` Bin Meng [this message]
2020-10-22 14:19 ` [PATCH v4 09/13] imx: Use devicetree for SMBIOS settings on MYiR MYS-6ULX Simon Glass
2020-11-03  8:51   ` Bin Meng
2020-10-22 14:19 ` [PATCH v4 10/13] odroid-c2: Use devicetree for SMBIOS settings Simon Glass
2020-11-03  8:51   ` Bin Meng
2020-10-22 14:19 ` [PATCH v4 11/13] arm64: mvebu: Use devicetree for SMBIOS settings on uDPU Simon Glass
2020-11-03  8:55   ` Bin Meng
2020-10-22 14:19 ` [PATCH v4 12/13] x86: galileo: Use devicetree for SMBIOS settings Simon Glass
2020-11-03  8:55   ` Bin Meng
2020-10-22 14:19 ` [PATCH v4 13/13] smbios: Drop the unused Kconfig options Simon Glass
2020-11-03  9:11   ` Bin Meng
2020-11-04  1:21   ` Bin Meng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAEUhbmWSadNu57oOFdN5QJ-NAaYs9LoCFL6srJNabRgYD4z3wQ@mail.gmail.com \
    --to=bmeng.cn@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.