aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt/fdt_slicer.c
Commit message (Expand)AuthorAgeFilesLines
* fdt_slicer: bump to SI_ORDER_THIRD following r347183Kyle Evans2019-09-291-4/+4
* fdt: Explicitly mark fdt_slicer as dependent on geom_flashmapJustin Hibbits2019-03-171-0/+1
* Add support to fdt_slicer for the new style partition data documented inIan Lepore2019-02-271-21/+44
* Child nodes with a compatible property are not slices, according to theIan Lepore2019-02-271-0/+4
* Rename some functions and variables to have shorter names, which allowsIan Lepore2019-02-271-28/+18
* Make it possible to load fdt_slicer as a module (unloading works too fwiw).Ian Lepore2019-02-261-2/+30
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-2/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - Allow different slicers for different flash types to be registeredMarius Strobl2017-02-221-5/+31
* Create a RouterBoard platform and use it to create a flash mapJustin Hibbits2015-08-221-1/+1
* Remove all the instances of '#undef DEBUG' from kernel.Luiz Otavio O Souza2013-10-251-3/+0
* Add a new geom class which allows to divide NAND Flash chipGrzegorz Bernacki2012-05-221-0/+115