summaryrefslogtreecommitdiffstats
path: root/features/reduced_kernel_footprint/reduced_kernel_footprint.scc
Commit message (Collapse)AuthorAgeFilesLines
* Kernel: Remove XZ compression in order to increase boot speedGabriel Ionescu2017-06-201-1/+0
| | | | | | | | Removing XZ compression increases the kernel size, but reduces boot time. Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* net: add sit_n.scc in kernel footprint featureGabriel Sandu2017-06-191-0/+1
| | | | Signed-off-by: Gabriel Sandu <gabriel.sandu@enea.com>
* Kernel: Optimize boot time and add start/end messagesGabriel Ionescu2017-06-091-2/+11
| | | | | Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Optimized the kernel foot print of the Host ImageDragos Motrea2017-06-051-0/+57
In order to decrease the size of the kernel I removed unnecessary modules (drivers, debug capabilities) Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>