All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masami Hiramatsu <masami.hiramatsu@linaro.org>
To: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Cc: Peng Fan <peng.fan@nxp.com>, Simon Glass <sjg@chromium.org>,
	Tom Rini <trini@konsulko.com>,
	 Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Alexander Graf <agraf@csgraf.de>,
	 Jagan Teki <jagan@amarulasolutions.com>,
	Vignesh R <vigneshr@ti.com>,
	 Joe Hershberger <joe.hershberger@ni.com>,
	Ramon Fried <rfried.dev@gmail.com>,
	 Sughosh Ganu <sughosh.ganu@linaro.org>,
	Jassi Brar <jaswinder.singh@linaro.org>,
	Masahisa Kojima <masahisa.kojima@linaro.org>,
	Takahiro Akashi <takahiro.akashi@linaro.org>,
	 Tim Harvey <tharvey@gateworks.com>,
	Bin Meng <bmeng.cn@gmail.com>,
	 U-Boot Mailing List <u-boot@lists.denx.de>,
	Jaehoon Chung <jh80.chung@samsung.com>
Subject: Re: [PATCH v4 00/14] arm64: synquacer: Add SynQuacer/DeveloperBox support
Date: Mon, 24 May 2021 09:54:29 +0900	[thread overview]
Message-ID: <CAA93ih36W-rFzqbAiNr=iZT2g37AN-rpB402XxFiAMkgBuhrig@mail.gmail.com> (raw)
In-Reply-To: <YKoNNpQm2ycMUcmM@apalos.home>

Hello Ilias,

2021年5月23日(日) 17:07 Ilias Apalodimas <ilias.apalodimas@linaro.org>:

>
> Hi Masami,
>
> On Wed, May 19, 2021 at 02:44:21PM +0900, Masami Hiramatsu wrote:
> > Hi,
> >
> > Here is the 4th version of the series (including some fixes for build
> > errors) to add SynQuacer/DeveloperBox 96board EE suport on U-Boot.
> >
> > This series includes not only DeveloperBox support but also some fixes
> > for the issues which I faced while porting U-Boot on the DeveloperBox.
> > First 3 patches are fixes, next 1 patch is a code cleanup for generic
> > gpio for arm. The next 7 patches adding DeveloperBox devices
> > and board support. The last 3 patches are related to the UEFI capsule
> > update (including bugfixes).
> >
> > Previous version is here:
> >
> >  https://lists.denx.de/pipermail/u-boot/2021-May/449305.html
> >
> >
>
> The default debug level is set to 7.  I think it would be better to set it
> to something more reasonable for the final commit.

Yes, it was for the development value. It should be removed from
defconfig at last, because it depends on the builder's choice.

>  Unfortunately I don't
> have time for a more detailed review, but I did manage to run this on my
> Synquacer and managed to run a full linux distro with EFI.
>
> Tested-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>

Thanks for testing!

Thank you,

>
> > Changes in v4
> > -------------
> >
> > I dropped a PCI bugfix because it has been merged. And add I2C driver
> > and enable RTC and EBBR support on the configuration.
> >
> > [06/14]:
> >       - Add Jaehoon's reviewed-by (Thanks!)
> > [09/14]:
> >       - Add a new i2c driver.
> > [10/14]:
> >       - Add i2c0 and RTC node.
> > [11/14]:
> >       - Add I2C and RTC configuration.
> >       - Enable RTC and Date command.
> >       - Remove I2C0 node before booting linux to hide it same as EDK2 does.
> >       - Add some configurations to make it EBBR compliant.
> > [14/14]:
> >       - Add some config options for EBBR.
> >
> >
> > BTW, should I split fixes from this series? (since I didn't expect this took
> > so long...)
> >
> >
> > DeveloperBox
> > ============
> >
> > DeveloperBox is a certified 96boards Enterprise Edition board. The board/SoC has: -
> > * Socionext SC2A11 24-cores ARM Cortex-A53 on tbe Mini-ATX form factor motherboard
> > * 4 DIMM slots (4GB DDR4-2400 UDIMM shipped by default)
> > * 1 4xPCIe Gen2 slot and 2 1xPCIe Gen2 slots
> >   (1x slots are connected via PCIe bridge chip)
> > * 4 USB-3.0 ports
> > * 2 SATA ports
> > * 1 GbE network port
> > * 1 USB-UART serial port (micro USB)
> > * 64MB SPI NOR Flash
> > * 8GB eMMC Flash Storage
> > * 96boards LS connector
> >
> > The DeveloperBox schematic can be found here: -
> > https://www.96boards.org/documentation/enterprise/developerbox/hardware-docs/mzsc2am_v03_20180115_a.pdf
> >
> > And the other documents can be found here: -
> > https://www.96boards.org/documentation/enterprise/developerbox/
> >
> >
> > Currently, the U-Boot port supports: -
> > * USB
> > * eMMC
> > * SPI-NOR
> > * SATA
> > * GbE
> >
> > The DeveloperBox boots the TF-A and EDK2 as a main bootloader by default.
> > The DeveloperBox U-Boot port will replace the EDK2 and boot from TF-A as
> > BL33, but no need to combine with it.
> >
> >
> > Thank you,
> >
> > ---
> >
> > Jassi Brar (4):
> >       mmc: synquacer: Add SynQuacer F_SDH30 SDHCI driver
> >       spi: synquacer: Add HSSPI SPI controller driver for SynQuacer
> >       net: synquacer: Add netsec driver
> >       i2c: synquacer: SNI Synquacer I2C controller
> >
> > Masami Hiramatsu (10):
> >       ata: ahci-pci: Use scsi_ops to initialize ops
> >       dm: pci: Skip setting VGA bridge bits if parent device is the host bus
> >       efi: Fix to use null handle to create new handle for efi_fmp_raw
> >       gpio: Introduce CONFIG_GPIO_EXTRA_HEADER to cleanup #ifdefs
> >       pci: synquacer: Add SynQuacer ECAM based PCIe driver
> >       ARM: dts: synquacer: Add device trees for DeveloperBox
> >       board: synquacer: Add DeveloperBox 96boards EE support
> >       dfu_mtd: Ignore non-implemented lock device failure
> >       doc: qemu: arm64: Fix the documentation of capsule update
> >       configs: synquacer: Enable EFI capsule update support
> >
> >
> >  arch/arm/Kconfig                                   |  108 ++
> >  arch/arm/dts/Makefile                              |    2
> >  arch/arm/dts/synquacer-sc2a11-caches.dtsi          |   73 +
> >  .../dts/synquacer-sc2a11-developerbox-u-boot.dtsi  |   75 +
> >  arch/arm/dts/synquacer-sc2a11-developerbox.dts     |   56 +
> >  arch/arm/dts/synquacer-sc2a11.dtsi                 |  595 ++++++++++
> >  arch/arm/include/asm/gpio.h                        |    8
> >  board/socionext/developerbox/Kconfig               |   36 +
> >  board/socionext/developerbox/MAINTAINERS           |   14
> >  board/socionext/developerbox/Makefile              |    9
> >  board/socionext/developerbox/developerbox.c        |  146 +++
> >  configs/synquacer_developerbox_defconfig           |  131 ++
> >  doc/board/emulation/qemu_capsule_update.rst        |   11
> >  doc/board/index.rst                                |    1
> >  doc/board/socionext/developerbox.rst               |   87 ++
> >  doc/board/socionext/index.rst                      |    9
> >  drivers/ata/ahci-pci.c                             |    2
> >  drivers/dfu/dfu_mtd.c                              |    2
> >  drivers/i2c/Kconfig                                |    7
> >  drivers/i2c/Makefile                               |    1
> >  drivers/i2c/synquacer_i2c.c                        |  338 ++++++
> >  drivers/mmc/Kconfig                                |   10
> >  drivers/mmc/Makefile                               |    1
> >  drivers/mmc/f_sdh30.c                              |   81 +
> >  drivers/net/Kconfig                                |    8
> >  drivers/net/Makefile                               |    1
> >  drivers/net/sni_netsec.c                           | 1134 ++++++++++++++++++++
> >  drivers/pci/Kconfig                                |   12
> >  drivers/pci/Makefile                               |    1
> >  drivers/pci/pci-uclass.c                           |    3
> >  drivers/pci/pcie_ecam_synquacer.c                  |  600 +++++++++++
> >  drivers/spi/Kconfig                                |    8
> >  drivers/spi/Makefile                               |    1
> >  drivers/spi/spi-synquacer.c                        |  491 +++++++++
> >  include/configs/synquacer.h                        |  115 ++
> >  lib/efi_loader/efi_capsule.c                       |    2
> >  36 files changed, 4162 insertions(+), 17 deletions(-)
> >  create mode 100644 arch/arm/dts/synquacer-sc2a11-caches.dtsi
> >  create mode 100644 arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi
> >  create mode 100644 arch/arm/dts/synquacer-sc2a11-developerbox.dts
> >  create mode 100644 arch/arm/dts/synquacer-sc2a11.dtsi
> >  create mode 100644 board/socionext/developerbox/Kconfig
> >  create mode 100644 board/socionext/developerbox/MAINTAINERS
> >  create mode 100644 board/socionext/developerbox/Makefile
> >  create mode 100644 board/socionext/developerbox/developerbox.c
> >  create mode 100644 configs/synquacer_developerbox_defconfig
> >  create mode 100644 doc/board/socionext/developerbox.rst
> >  create mode 100644 doc/board/socionext/index.rst
> >  create mode 100644 drivers/i2c/synquacer_i2c.c
> >  create mode 100644 drivers/mmc/f_sdh30.c
> >  create mode 100644 drivers/net/sni_netsec.c
> >  create mode 100644 drivers/pci/pcie_ecam_synquacer.c
> >  create mode 100644 drivers/spi/spi-synquacer.c
> >  create mode 100644 include/configs/synquacer.h
> >
> > --
> > Masami Hiramatsu <masami.hiramatsu@linaro.org>



--
Masami Hiramatsu

      reply	other threads:[~2021-05-24  0:54 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19  5:44 [PATCH v4 00/14] arm64: synquacer: Add SynQuacer/DeveloperBox support Masami Hiramatsu
2021-05-19  5:44 ` [PATCH v4 01/14] ata: ahci-pci: Use scsi_ops to initialize ops Masami Hiramatsu
2021-05-19  5:44 ` [PATCH v4 02/14] dm: pci: Skip setting VGA bridge bits if parent device is the host bus Masami Hiramatsu
2021-05-19  5:44 ` [PATCH v4 03/14] efi: Fix to use null handle to create new handle for efi_fmp_raw Masami Hiramatsu
2021-05-19  5:45 ` [PATCH v4 04/14] gpio: Introduce CONFIG_GPIO_EXTRA_HEADER to cleanup #ifdefs Masami Hiramatsu
2021-05-19  5:45 ` [PATCH v4 05/14] pci: synquacer: Add SynQuacer ECAM based PCIe driver Masami Hiramatsu
2021-05-19  5:45 ` [PATCH v4 06/14] mmc: synquacer: Add SynQuacer F_SDH30 SDHCI driver Masami Hiramatsu
2021-05-19  5:45 ` [PATCH v4 07/14] spi: synquacer: Add HSSPI SPI controller driver for SynQuacer Masami Hiramatsu
2021-05-19  5:45 ` [PATCH v4 08/14] net: synquacer: Add netsec driver Masami Hiramatsu
2021-05-19  5:46 ` [PATCH v4 09/14] i2c: synquacer: SNI Synquacer I2C controller Masami Hiramatsu
2021-05-19  5:46 ` [PATCH v4 10/14] ARM: dts: synquacer: Add device trees for DeveloperBox Masami Hiramatsu
2021-05-19  5:46 ` [PATCH v4 11/14] board: synquacer: Add DeveloperBox 96boards EE support Masami Hiramatsu
2021-05-19  5:46 ` [PATCH v4 12/14] dfu_mtd: Ignore non-implemented lock device failure Masami Hiramatsu
2021-05-19  6:07   ` Sughosh Ganu
2021-05-19  6:34     ` Masami Hiramatsu
2021-05-28  8:50     ` Patrick DELAUNAY
2021-05-19  5:46 ` [PATCH v4 13/14] doc: qemu: arm64: Fix the documentation of capsule update Masami Hiramatsu
2021-05-19  5:46 ` [PATCH v4 14/14] configs: synquacer: Enable EFI capsule update support Masami Hiramatsu
2021-05-23  8:07 ` [PATCH v4 00/14] arm64: synquacer: Add SynQuacer/DeveloperBox support Ilias Apalodimas
2021-05-24  0:54   ` Masami Hiramatsu [this message]

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='CAA93ih36W-rFzqbAiNr=iZT2g37AN-rpB402XxFiAMkgBuhrig@mail.gmail.com' \
    --to=masami.hiramatsu@linaro.org \
    --cc=agraf@csgraf.de \
    --cc=bmeng.cn@gmail.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jagan@amarulasolutions.com \
    --cc=jaswinder.singh@linaro.org \
    --cc=jh80.chung@samsung.com \
    --cc=joe.hershberger@ni.com \
    --cc=masahisa.kojima@linaro.org \
    --cc=peng.fan@nxp.com \
    --cc=rfried.dev@gmail.com \
    --cc=sjg@chromium.org \
    --cc=sughosh.ganu@linaro.org \
    --cc=takahiro.akashi@linaro.org \
    --cc=tharvey@gateworks.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    --cc=xypron.glpk@gmx.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.