mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 0/9] ARM: OMAP: beaglebone: add PBL SD xload support
Date: Tue, 22 Apr 2025 07:26:26 +0200	[thread overview]
Message-ID: <20250422052635.3423961-1-a.fatoum@pengutronix.de> (raw)

To allow for easier BSP integration, add support for generating a MLO
capable of SD-Card boot in the same build as barebox proper

For raw flash boot, the route with the separate config needs to be used.

Ahmad Fatoum (9):
  clocksource: make available in PBL
  clocksource: ti-dm: make available in PBL
  mci: move mci_setup_cmd definition into header
  mci: add common PBL helper for chainloading after BootROM
    initialization
  mci: pbl: add autodetection of BootROM-initialized standard capacity
    cards
  mci: omap_hsmmc: split out common code
  ARM: OMAP: add am33xx_hsmmc_start_image for PBL
  mci: omap_hsmmc: add xload implementation for PBL
  ARM: OMAP: beaglebone: add PBL SD xload support

 arch/arm/boards/beaglebone/lowlevel.c |  10 +-
 arch/arm/mach-omap/Kconfig            |   9 +-
 arch/arm/mach-omap/Makefile           |   1 +
 arch/arm/mach-omap/am33xx_generic.c   |  38 +-
 arch/arm/mach-omap/am33xx_xload.c     |  66 ++++
 common/Makefile                       |   1 +
 common/clock.c                        |   5 +-
 drivers/clocksource/Makefile          |   2 +-
 drivers/clocksource/timer-ti-dm.c     |  19 +-
 drivers/mci/Kconfig                   |   3 +
 drivers/mci/Makefile                  |   4 +-
 drivers/mci/mci-core.c                |  15 -
 drivers/mci/mci-pbl.c                 | 212 +++++++++++
 drivers/mci/omap_hsmmc.c              | 509 +------------------------
 drivers/mci/omap_hsmmc.h              |  17 +
 drivers/mci/omap_hsmmc_common.c       | 530 ++++++++++++++++++++++++++
 drivers/mci/omap_hsmmc_pbl.c          |  32 ++
 images/Makefile.am33xx                |   4 +
 include/mach/omap/am33xx-clock.h      |   3 +
 include/mach/omap/am33xx-generic.h    |   2 +
 include/mach/omap/xload.h             |  14 +
 include/mci.h                         |  16 +
 include/pbl/mci.h                     |  37 ++
 include/sched.h                       |   2 +-
 pbl/Kconfig                           |   3 +
 25 files changed, 1000 insertions(+), 554 deletions(-)
 create mode 100644 arch/arm/mach-omap/am33xx_xload.c
 create mode 100644 drivers/mci/mci-pbl.c
 create mode 100644 drivers/mci/omap_hsmmc.h
 create mode 100644 drivers/mci/omap_hsmmc_common.c
 create mode 100644 drivers/mci/omap_hsmmc_pbl.c
 create mode 100644 include/mach/omap/xload.h
 create mode 100644 include/pbl/mci.h

-- 
2.39.5




             reply	other threads:[~2025-04-22  5:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-22  5:26 Ahmad Fatoum [this message]
2025-04-22  5:26 ` [PATCH 1/9] clocksource: make available in PBL Ahmad Fatoum
2025-04-22  5:26 ` [PATCH 2/9] clocksource: ti-dm: " Ahmad Fatoum
2025-04-22  5:26 ` [PATCH 3/9] mci: move mci_setup_cmd definition into header Ahmad Fatoum
2025-04-22  5:26 ` [PATCH 4/9] mci: add common PBL helper for chainloading after BootROM initialization Ahmad Fatoum
2025-04-22  5:26 ` [PATCH 5/9] mci: pbl: add autodetection of BootROM-initialized standard capacity cards Ahmad Fatoum
2025-04-22  5:26 ` [PATCH 6/9] mci: omap_hsmmc: split out common code Ahmad Fatoum
2025-04-22  5:26 ` [PATCH 7/9] ARM: OMAP: add am33xx_hsmmc_start_image for PBL Ahmad Fatoum
2025-04-22  5:26 ` [PATCH 8/9] mci: omap_hsmmc: add xload implementation " Ahmad Fatoum
2025-04-22  5:26 ` [PATCH 9/9] ARM: OMAP: beaglebone: add PBL SD xload support Ahmad Fatoum
2025-04-22 10:55 ` [PATCH 0/9] " Sascha Hauer

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=20250422052635.3423961-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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