mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 18:06:50 +00:00
parent
bc2a998261
commit
a6a196f042
@ -378,6 +378,16 @@ void Platform::_init_rom_modules()
|
||||
Genode::Xml_generator xml(reinterpret_cast<char *>(virt_addr),
|
||||
rom_size, rom_name, [&] ()
|
||||
{
|
||||
xml.node("hardware", [&] () {
|
||||
xml.node("features", [&] () {
|
||||
xml.attribute("svm", false);
|
||||
xml.attribute("vmx", false);
|
||||
});
|
||||
xml.node("tsc", [&] () {
|
||||
xml.attribute("freq_khz" , bi.archInfo * 1000UL);
|
||||
});
|
||||
});
|
||||
|
||||
if (!bi.extraLen)
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user