summaryrefslogtreecommitdiffstats
path: root/features/debug/debug_kernel_n.cfg
Commit message (Collapse)AuthorAgeFilesLines
* debug: update to cover more debug featuresAdrian Calianu2021-05-141-1/+12
| | | | | | | | | | Make sure final config file does not contain debug features because it will increase the kernel size. New configs were induces by upstream changes like default machine(intel-corei7-64-standard). Change-Id: I9f8915f5829322b2caedcc8b174b41580ae30f50 Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* linux-intel: Remove disabling early printk from debug_kernel_n fragmentGabriel Ionescu2017-06-271-1/+0
| | | | | | | | | Since there already is a fragment that enables or disables earlyprintk, remove the config symbol from debug_kernel_n to avoid conflicts when both are applied in alternative orders. Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Kernel: Optimize boot time and add start/end messagesGabriel Ionescu2017-06-091-1/+0
| | | | | 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/+9
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>