public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/9] arm: mvebu: clearfog: support boot from SATA disk
Date: Thu, 16 May 2019 13:03:52 +0300	[thread overview]
Message-ID: <cover.1557999190.git.baruch@tkos.co.il> (raw)

This series enables support for boot from SATA on the SolidRun Clearfog
platform.

Patches 1-3 are preparations for the addition of loading U-Boot main image from
raw SATA device. They make spl sata code independent of board macros and
specific kconfig symbols.

Patch 4 adds to SPL generic support for loading U-Boot from a raw SATA device.
This code is modeled after the similar support for MMC devices.

Patches 5-6 are mvebu specific. Patch 5 fixes SATA access from SPL. Patch 6
adds the SATA boot option at the SoC level.

Patches 7-9 are the board specific update that enable SATA boot in Clearfog,
and document the offset setting requirement.

Baruch Siach (9):
  spl: sata: add default partition and image name
  spl: sata: fix build with DM_SCSI
  spl: sata: don't force FS_FAT support
  spl: sata: support U-Boot load from raw sata disk
  arm: mvebu: fix ahci mbus config in SPL
  arm: mvebu: add support for boot from SATA
  arm: mvebu: clearfog: enable SATA in SPL
  arm: mvebu: clearfog: set U-Boot offset for SATA boot
  arm: mvebu: clearfog: document boot from SATA

 arch/arm/dts/armada-388-clearfog-u-boot.dtsi |  8 ++++
 arch/arm/mach-mvebu/Kconfig                  |  5 ++
 arch/arm/mach-mvebu/Makefile                 |  3 ++
 arch/arm/mach-mvebu/cpu.c                    |  4 ++
 arch/arm/mach-mvebu/include/mach/soc.h       |  2 +
 arch/arm/mach-mvebu/spl.c                    |  5 ++
 board/solidrun/clearfog/README               |  6 +++
 common/spl/Kconfig                           | 14 ++++++
 common/spl/spl_sata.c                        | 49 ++++++++++++++++++--
 include/configs/clearfog.h                   |  2 +-
 10 files changed, 94 insertions(+), 4 deletions(-)

-- 
2.20.1

             reply	other threads:[~2019-05-16 10:03 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-16 10:03 Baruch Siach [this message]
2019-05-16 10:03 ` [U-Boot] [PATCH 1/9] spl: sata: add default partition and image name Baruch Siach
2019-05-16 10:03 ` [U-Boot] [PATCH 2/9] spl: sata: fix build with DM_SCSI Baruch Siach
2019-05-16 10:03 ` [U-Boot] [PATCH 3/9] spl: sata: don't force FS_FAT support Baruch Siach
2019-05-16 10:03 ` [U-Boot] [PATCH 4/9] spl: sata: support U-Boot load from raw sata disk Baruch Siach
2019-07-11  8:57   ` Stefan Roese
2019-05-16 10:03 ` [U-Boot] [PATCH 5/9] arm: mvebu: fix ahci mbus config in SPL Baruch Siach
2019-05-17  7:49   ` Chris Packham
2019-05-16 10:03 ` [U-Boot] [PATCH 6/9] arm: mvebu: add support for boot from SATA Baruch Siach
2019-05-17  7:58   ` Chris Packham
2019-05-16 10:04 ` [U-Boot] [PATCH 7/9] arm: mvebu: clearfog: enable SATA in SPL Baruch Siach
2019-05-17  7:59   ` Chris Packham
2019-05-16 10:04 ` [U-Boot] [PATCH 8/9] arm: mvebu: clearfog: set U-Boot offset for SATA boot Baruch Siach
2019-05-17  8:01   ` Chris Packham
2019-05-16 10:04 ` [U-Boot] [PATCH 9/9] arm: mvebu: clearfog: document boot from SATA Baruch Siach
2019-05-17  8:02   ` Chris Packham

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=cover.1557999190.git.baruch@tkos.co.il \
    --to=baruch@tkos.co.il \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox