All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCHv4 0/7] spl: Lightweight UBI and UBI fastmap support
@ 2016-01-17  3:09 Ladislav Michl
  2016-01-17  3:11 ` [U-Boot] [PATCHv4 1/7] mtd: Sort subsystem directories aplhabeticaly in Makefile Ladislav Michl
                   ` (6 more replies)
  0 siblings, 7 replies; 28+ messages in thread
From: Ladislav Michl @ 2016-01-17  3:09 UTC (permalink / raw)
  To: u-boot

Hi,

yet another update of ubispl support. Please note, that igep00x0 specific
part depends on yet unapplied "[PATCHv2 0/5] igep00x0: Minor cleanup"
series

---
 README                             |    4
 arch/arm/lib/Makefile              |    2
 arch/arm/lib/bootm.c               |   32 -
 arch/arm/lib/zimage.c              |   40 +
 board/isee/igep00x0/igep00x0.c     |   12
 common/spl/Makefile                |    3
 common/spl/spl.c                   |   27 +
 common/spl/spl_ubi.c               |   68 ++
 doc/README.ubispl                  |  141 +++++
 drivers/Makefile                   |    5
 drivers/mtd/nand/nand_spl_simple.c |   62 ++
 drivers/mtd/ubispl/Makefile        |    1
 drivers/mtd/ubispl/ubi-wrapper.h   |  106 ++++
 drivers/mtd/ubispl/ubispl.c        |  926 +++++++++++++++++++++++++++++++++++++
 drivers/mtd/ubispl/ubispl.h        |  136 +++++
 include/configs/omap3_igep00x0.h   |   80 +--
 include/nand.h                     |    1
 include/spl.h                      |    4
 include/ubispl.h                   |   90 +++

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

end of thread, other threads:[~2016-06-04 20:48 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-17  3:09 [U-Boot] [PATCHv4 0/7] spl: Lightweight UBI and UBI fastmap support Ladislav Michl
2016-01-17  3:11 ` [U-Boot] [PATCHv4 1/7] mtd: Sort subsystem directories aplhabeticaly in Makefile Ladislav Michl
2016-01-21  6:04   ` Heiko Schocher
2016-01-17  3:12 ` [U-Boot] [PATCHv4 2/7] nand_spl_simple: Add a simple NAND read function Ladislav Michl
2016-01-21  6:05   ` Heiko Schocher
2016-01-17  3:13 ` [U-Boot] [PATCHv4 3/7] spl: Lightweight UBI and UBI fastmap support Ladislav Michl
2016-01-17  3:13 ` [U-Boot] [PATCHv4 4/7] spl: support loading from UBI volumes Ladislav Michl
2016-01-21  6:06   ` Heiko Schocher
2016-01-17  3:15 ` [U-Boot] [PATCHv5 5/7] spl: zImage support in Falcon mode Ladislav Michl
2016-01-21  6:07   ` Heiko Schocher
2016-01-17  3:16 ` [U-Boot] [PATCHv7 6/7] igep00x0: UBIize Ladislav Michl
2016-01-21  6:07   ` Heiko Schocher
2016-01-22 22:35     ` Enric Balletbo Serra
2016-01-24 13:44       ` Ladislav Michl
2016-01-25  6:39       ` Heiko Schocher
2016-01-25  7:26         ` Enric Balletbo Serra
2016-01-25  8:13           ` Heiko Schocher
2016-01-25 15:56           ` Ladislav Michl
2016-01-25 16:56             ` Enric Balletbo Serra
2016-04-13  5:19               ` Heiko Schocher
2016-04-13 11:39                 ` Enric Balletbo Serra
2016-04-19 10:15                   ` Enric Balletbo Serra
2016-06-04 20:48             ` [U-Boot] [RFC] runtime mtdparts_default; was: " Ladislav Michl
2016-01-25 15:13         ` [U-Boot] [PATCHv7 6/7] " Tom Rini
2016-01-25 15:35           ` Heiko Schocher
2016-01-17  3:16 ` [U-Boot] [PATCHv4 7/7] igep00x0: Falcon mode Ladislav Michl
2016-01-21  6:08   ` Heiko Schocher
2016-01-22 22:38     ` Enric Balletbo Serra

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.