blob: 2ab05a6cb7fa0ade2ab9c9aee2c3261fa3ab72be [file] [log] [blame]
/*
* Copyright (c) 2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#define TIMEOUT 2000
#ifdef CONFIG_RISCV32
#define STACK_SIZE 1024
#else
#define STACK_SIZE 512
#endif
#define BLK_SIZE_MIN 4
#define BLK_SIZE_MAX 16
#define BLK_NUM_MIN 8
#define BLK_NUM_MAX 2
#define BLK_ALIGN BLK_SIZE_MIN