Searched hist:"27 afdbaa51c08bb63cacef701d51ffe6db72c56a" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/conf/ |
H A D | files | diff 27afdbaa51c08bb63cacef701d51ffe6db72c56a Tue Apr 12 10:10:25 CEST 2011 Adrian Chadd <adrian@FreeBSD.org> Introduce geom_map, a GEOM provider designed for use by 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>
|