mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 15:56:41 +00:00
dea53f635f
* Use jitterentropy only if supported. On certain targets like pbxa9 or zynq_qemu, the performance counter always yields 0, which renders jitterentropy unusable. On these platforms, the Tresor tests now use a static value as entropy source instead. * Adds a new package test-file_vault_config_report_no_entropy that is used by the Depot Autopilot on targets without jitterentropy support instead of test-file_vault_config_report. The only difference between the two packages is the value of the above described new config attribute of the File Vault. * Circumvent alignment fault. The Tresor lib for now has the deficiency of using on-disc data structures directly in code instead of decoding them first to unpacked, naturally aligned structures. This causes problems with memory-access alignment on several platforms (rpi, imx6q_sabrelite, imx53_qsb, imx7d_sabre). As fixing this properly is a bit of work, the commit disables the tresor_tester and file_vault_config_report test on the affected platforms in autopilot mode for now. * Further adjustments * Make benchmarks optional * Use a smaller tresor for rekeying * Clean up image parameters * No use implicit routes/resources * Reduce ram consumption * Reduce test timeout * Raise cap quota, required for sel4 x86_64. Ref #4819 |
||
---|---|---|
.. | ||
sculpt | ||
aes_cbc_4k.run | ||
cpu_load_display.run | ||
cpu_sampler.run | ||
decorator_stress.run | ||
decorator.run | ||
depot_autopilot.run | ||
depot_deploy.run | ||
depot_download.run | ||
depot_query.run | ||
driver_manager.run | ||
file_vault_config_report.run | ||
file_vault.inc | ||
file_vault.run | ||
fs_query.run | ||
gpt_write.run | ||
gui_fader.run | ||
leitzentrale.run | ||
menu_view.run | ||
mixer_gui_qt_test.run | ||
nano3d.run | ||
screenshot_trigger.run | ||
sculpt_image.run | ||
sculpt_test.run | ||
sculpt.run | ||
tcp_terminal.run | ||
terminal_echo.run | ||
terminal_log.run | ||
text_area.run | ||
text_painter.run | ||
tiled_wm.run | ||
trace_recorder_ctf.run | ||
trace_recorder_pcapng.run | ||
trace_recorder.run | ||
tresor_tester.run | ||
vfs_import.run | ||
vfs_tresor_init.run | ||
vfs_tresor.run | ||
vfs_tresor.sh | ||
wm.run |