mirror of
https://github.com/riscv-software-src/opensbi
synced 2025-11-02 21:18:45 +00: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>