summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_map.c
Commit message (Collapse)AuthorAgeFilesLines
* Use %j to match intmax_t.imp2012-07-011-1/+1
|
* MFP4 #212266brooks2012-06-291-10/+11
| | | | | | Fix compile on MIPS64. Sponsored by: DARPA, AFRL
* Updates to geom_map from the author.adrian2011-05-051-209/+246
| | | | | | | The major update here is to support 64 bit size/offsets. There's also style related changes. Submitted by: ray@dlink.ua
* Introduce geom_map, a GEOM provider designed for use byadrian2011-04-121-0/+356
embedded flash stores. Some devices - notably those with uboot - don't have an explicit partition table (eg like Redboot's FIS.) geom_map thus provides an easy way to export the hard-coded flash layout as geom providers for use by filesystems and other tools. It also includes a "search" function which allows for dynamic creation of partition layouts where the device only has a single hard-coded partition. For example, if there is a "kernel+rootfs" partition, a single image can be created which appends the rootfs after the kernel with an appropriate search string. geom_map can be told to search for said search string and create a partition beginning after it. Submitted by: Aleksandr Rybalko <ray@dlink.ua>
OpenPOWER on IntegriCloud