All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bhupesh Sharma <bhupesh.sharma@linaro.org>
To: u-boot@lists.denx.de
Cc: jh80.chung@samsung.com, peng.fan@nxp.com, rfried.dev@gmail.com,
	sjg@chromium.org, trini@konsulko.com, dsankouski@gmail.com,
	bhupesh.linux@gmail.com, bhupesh.sharma@linaro.org
Subject: [PATCH 0/5] New boards support: Qualcomm RB2 board
Date: Fri, 24 Mar 2023 13:34:13 +0530	[thread overview]
Message-ID: <20230324080418.3856409-1-bhupesh.sharma@linaro.org> (raw)

Add initial support for Qualcomm RB2 robotics board (see [1]).
It is based on the Robotics version of the Snapdragon SM4250
Soc, i.e. QRB4210.

Currently it supports standard u-boot and booting upstream linux kernel
Subsequent patchset(s) will add more peripherals like USB, uSD card etc.

As with the existing Snapdragon platforms, u-boot is chain-loaded
in 64-bit mode via Android Boot Loader (ABL) which is an EFI application.

For further details on chain-loading refer to platform specific
documentation:
- doc/board/qualcomm/qrb4210-rb2.rst 

[1]. https://www.qualcomm.com/products/internet-of-things/industrial/industrial-automation/qualcomm-robotics-rb2-platform#Overview

Bhupesh Sharma (5):
  dt-bindings: clock: Import qcom,gcc-sm6115.h
  clocks: qcom: Add clock driver for SM6115 SoC
  reset: qcom: Add support for SM6115 SoC reset table
  pinctrl: qcom: Add pinctrl driver for SM6115 SoC
  board: qualcomm: Add support for QRB4210-RB2

 arch/arm/dts/Makefile                         |   1 +
 arch/arm/dts/qrb4210-rb2-uboot.dtsi           |  24 +++
 arch/arm/dts/qrb4210-rb2.dtsi                 | 120 +++++++++++
 arch/arm/mach-snapdragon/Kconfig              |  11 +
 arch/arm/mach-snapdragon/Makefile             |   3 +
 arch/arm/mach-snapdragon/clock-qrb4210-rb2.c  | 110 ++++++++++
 arch/arm/mach-snapdragon/clock-snapdragon.c   |   1 +
 arch/arm/mach-snapdragon/clock-snapdragon.h   |   2 +
 .../include/mach/sysmap-qrb4210rb2.h          |  46 ++++
 .../arm/mach-snapdragon/pinctrl-qrb4210-rb2.c |  59 +++++
 arch/arm/mach-snapdragon/pinctrl-snapdragon.c |   1 +
 arch/arm/mach-snapdragon/pinctrl-snapdragon.h |   1 +
 arch/arm/mach-snapdragon/sysmap-qrb4210-rb2.c |  35 +++
 board/qualcomm/qrb4210-rb2/Kconfig            |  15 ++
 board/qualcomm/qrb4210-rb2/MAINTAINERS        |   6 +
 board/qualcomm/qrb4210-rb2/Makefile           |   6 +
 board/qualcomm/qrb4210-rb2/qrb4210-rb2.c      |  51 +++++
 board/qualcomm/qrb4210-rb2/qrb4210-rb2.its    |  64 ++++++
 configs/qrb4210rb2_defconfig                  |  56 +++++
 doc/board/qualcomm/index.rst                  |   1 +
 doc/board/qualcomm/qrb4210-rb2.rst            |  79 +++++++
 drivers/reset/reset-qcom.c                    |  18 ++
 include/configs/qrb4210-rb2.h                 |  21 ++
 include/dt-bindings/clock/qcom,gcc-sm6115.h   | 201 ++++++++++++++++++
 24 files changed, 932 insertions(+)
 create mode 100644 arch/arm/dts/qrb4210-rb2-uboot.dtsi
 create mode 100644 arch/arm/dts/qrb4210-rb2.dtsi
 create mode 100644 arch/arm/mach-snapdragon/clock-qrb4210-rb2.c
 create mode 100644 arch/arm/mach-snapdragon/include/mach/sysmap-qrb4210rb2.h
 create mode 100644 arch/arm/mach-snapdragon/pinctrl-qrb4210-rb2.c
 create mode 100644 arch/arm/mach-snapdragon/sysmap-qrb4210-rb2.c
 create mode 100644 board/qualcomm/qrb4210-rb2/Kconfig
 create mode 100644 board/qualcomm/qrb4210-rb2/MAINTAINERS
 create mode 100644 board/qualcomm/qrb4210-rb2/Makefile
 create mode 100644 board/qualcomm/qrb4210-rb2/qrb4210-rb2.c
 create mode 100644 board/qualcomm/qrb4210-rb2/qrb4210-rb2.its
 create mode 100644 configs/qrb4210rb2_defconfig
 create mode 100644 doc/board/qualcomm/qrb4210-rb2.rst
 create mode 100644 include/configs/qrb4210-rb2.h
 create mode 100644 include/dt-bindings/clock/qcom,gcc-sm6115.h

-- 
2.38.1


             reply	other threads:[~2023-03-24 12:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-24  8:04 Bhupesh Sharma [this message]
2023-03-24  8:04 ` [PATCH 1/5] dt-bindings: clock: Import qcom,gcc-sm6115.h Bhupesh Sharma
2023-03-24  8:04 ` [PATCH 2/5] clocks: qcom: Add clock driver for SM6115 SoC Bhupesh Sharma
2023-03-24  8:04 ` [PATCH 3/5] reset: qcom: Add support for SM6115 SoC reset table Bhupesh Sharma
2023-03-24  8:04 ` [PATCH 4/5] pinctrl: qcom: Add pinctrl driver for SM6115 SoC Bhupesh Sharma
2023-03-24  8:04 ` [PATCH 5/5] board: qualcomm: Add support for QRB4210-RB2 Bhupesh Sharma
2023-03-24 15:56   ` Tom Rini

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=20230324080418.3856409-1-bhupesh.sharma@linaro.org \
    --to=bhupesh.sharma@linaro.org \
    --cc=bhupesh.linux@gmail.com \
    --cc=dsankouski@gmail.com \
    --cc=jh80.chung@samsung.com \
    --cc=peng.fan@nxp.com \
    --cc=rfried.dev@gmail.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.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.