summaryrefslogtreecommitdiffstats
path: root/features/debug
Commit message (Collapse)AuthorAgeFilesLines
* debug: update to cover more debug featuresAdrian Calianu2021-05-142-2/+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-092-2/+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-054-1/+21
| | | | | | | | 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>
* Added debug tools to Enea Linux 7Dragos Motrea2017-05-112-0/+6
Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>