mirror of
https://github.com/riscv-software-src/opensbi
synced 2025-10-17 06:08:16 +01:00
We expect the payloads to be 4 bit alligned as we later AND them with ~0xf. As most of the addresses are manually specified we don't really need this, but better to be over cautious. Signed-off-by: Alistair Francis <alistair.francis@wdc.com>