mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] MCI: support boot partitions
@ 2013-05-23 13:56 Sascha Hauer
  2013-05-23 13:56 ` [PATCH 1/3] param: Add info function Sascha Hauer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sascha Hauer @ 2013-05-23 13:56 UTC (permalink / raw)
  To: barebox

(newer?) eMMCs have some areas intended for bootloaders. This series
adds support for them. i.MX SoCs support booting from these areas which
is quite convenient since we no longer have to take care about the
regular partition table.

Also this series adds a new device parameter convenience helper for enums.

Sascha

----------------------------------------------------------------
Sascha Hauer (3):
      param: Add info function
      param: Add helpers to provide an enum parameter
      mci: Add support for MMC boot partitions

 drivers/base/driver.c  |   8 ++-
 drivers/mci/Kconfig    |   3 +
 drivers/mci/mci-core.c | 192 ++++++++++++++++++++++++++++++++++++++-----------
 include/mci.h          |  31 +++++++-
 include/param.h        |  15 ++++
 lib/parameter.c        | 104 +++++++++++++++++++++++++++
 6 files changed, 308 insertions(+), 45 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-23 13:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-23 13:56 [PATCH] MCI: support boot partitions Sascha Hauer
2013-05-23 13:56 ` [PATCH 1/3] param: Add info function Sascha Hauer
2013-05-23 13:56 ` [PATCH 2/3] param: Add helpers to provide an enum parameter Sascha Hauer
2013-05-23 13:56 ` [PATCH 3/3] mci: Add support for MMC boot partitions Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox