mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 08:21:08 +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 |
||
---|---|---|
.. | ||
backdrop | ||
cpu_load_display | ||
depot_download | ||
drivers_managed-pc | ||
drivers_nic-pc | ||
file_vault | ||
file_vault_config_report | ||
fonts_fs | ||
goa | ||
goa-linux | ||
motif_decorator | ||
motif_wm | ||
nano3d | ||
osci | ||
screenshot_trigger | ||
sculpt | ||
sculpt_distribution | ||
sculpt_distribution-pc | ||
sticks_blue_backdrop | ||
terminal | ||
test-depot_query_index | ||
test-file_vault_config_report | ||
test-file_vault_config_report_no_entropy | ||
test-fs_tool | ||
test-libc_vfs_audit | ||
themed_decorator | ||
themed_wm | ||
touch_keyboard | ||
trace_fs | ||
trace_recorder | ||
unconfigured_nano3d | ||
window_layouter | ||
wm |