platform_info: add kernel information (fix #3295)

This commit is contained in:
Stefan Kalkowski
2019-04-17 12:51:39 +02:00
committed by Christian Helmuth
parent c38c80fd43
commit f42c21f16b
9 changed files with 91 additions and 80 deletions

View File

@ -489,6 +489,7 @@ Platform::Platform() :
pages << get_page_size_log2(),
"platform_info", [&] ()
{
xml.node("kernel", [&] () { xml.attribute("name", "foc"); });
xml.node("hardware", [&] () {
_setup_platform_info(xml, sigma0_map_kip());
});