summaryrefslogtreecommitdiffstats
path: root/platforms/image_ubi.in
Commit message (Collapse)AuthorAgeFilesLines
* [ptxdist] add data partition to UBI ImageLuotao Fu2010-05-311-0/+53
| | | | | | | | | This one adds the option to create a data partition. Currently it is created as an empty partition. It's considerable that we can change this so we can generate it with some predefined content. The partition can either be create as a futher volume in the main root.ubi file or as a standalone flashable UBI image. Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
* [ptxdist] enhance ubi image creationLuotao Fu2010-05-311-12/+56
| | | | | | | | | | This one reworks the UBI image relevant stuffs. Creating a root volume is a selectable option, though mandatory, now. Split out the volume specific options from UBI generic options, so that we could add options for further volumes later. Also updated the help text and Add some enhancement to the makefile in printing and macro usage. Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
* [ubi] split ubi/ubifs options into two seperate filesMarc Kleine-Budde2009-12-151-47/+0
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [platforms] add SECTION identifier to image, bootloader and architecture .in ↵Marc Kleine-Budde2009-12-151-0/+2
| | | | | | files Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [image_ubi] fix menu indentionMarc Kleine-Budde2009-11-061-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* Add UBI image creation supportSascha Hauer2009-07-211-0/+91
With this patch it is possible to create ubi images and also ubifs images. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>