sandbox: Provide a cmdline flag to bind disk images
Normally it is possible to bind disk images using the 'host bind' command. But when CONFIG_CMDLINE is not enabled, this is not possible. Add a -B flag to provide equivalent functionality. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -20,6 +20,7 @@ EVT_FT_FIXUP bootmeth_vbe_simple_ft_fixup .*boot/vbe_simple_os.c:.*
|
||||
EVT_LAST_STAGE_INIT alloc_write_acpi_tables .*lib/acpi/acpi_table.c:.*
|
||||
EVT_LAST_STAGE_INIT efi_block_device_create .*lib/efi_driver/efi_block_device.c:.*
|
||||
EVT_LAST_STAGE_INIT install_smbios_table .*lib/efi_loader/efi_smbios.c:.*
|
||||
EVT_LAST_STAGE_INIT last_stage_init .*arch/sandbox/cpu/start.c:.*
|
||||
EVT_MISC_INIT_F sandbox_early_getopt_check .*arch/sandbox/cpu/start.c:.*
|
||||
EVT_TEST h_adder_simple .*test/common/event.c:'''
|
||||
assert re.match(expect, out, re.MULTILINE) is not None
|
||||
|
||||
Reference in New Issue
Block a user