mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
platform(x86): report features via platform_info
Report via platform_info the capabilities of the kernel, e.g. ACPI and MSI. With the commit the try-catch pattern on IRQ session creation by the platform driver is avoided. Issue #4016
This commit is contained in:
committed by
Christian Helmuth
parent
e1abd2db4e
commit
509e5aa776
@@ -404,7 +404,10 @@ 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("kernel", [&] () {
|
||||
xml.attribute("name", "sel4");
|
||||
xml.attribute("acpi", true);
|
||||
});
|
||||
xml.node("hardware", [&] () {
|
||||
xml.node("features", [&] () {
|
||||
#ifdef CONFIG_VTX
|
||||
|
||||
Reference in New Issue
Block a user