platform_info: add kernel information (fix #3295)
This commit is contained in:
committed by
Christian Helmuth
parent
c38c80fd43
commit
f42c21f16b
@@ -404,6 +404,7 @@ void Platform::_init_rom_modules()
|
||||
|
||||
tsc_freq const * boot_freq = reinterpret_cast<tsc_freq const *>(reinterpret_cast<addr_t>(element) + sizeof(* element));
|
||||
|
||||
xml.node("kernel", [&] () { xml.attribute("name", "sel4"); });
|
||||
xml.node("hardware", [&] () {
|
||||
xml.node("features", [&] () {
|
||||
#ifdef CONFIG_VTX
|
||||
|
||||
Reference in New Issue
Block a user