]> git.baikalelectronics.ru Git - uboot.git/commit
riscv: import the supervisor binary interface header file
authorLukas Auer <lukas.auer@aisec.fraunhofer.de>
Sun, 17 Mar 2019 18:28:33 +0000 (19:28 +0100)
committerAndes <uboot@andestech.com>
Mon, 8 Apr 2019 01:44:25 +0000 (09:44 +0800)
commit37911ca8a41650a08b7ed76d09494e8e063d7b1f
treebbe5d8ecdf939ae9d64066bd4e309d6434746050
parent23069748bae461af91c36cd90fcc5c97e0a0a963
riscv: import the supervisor binary interface header file

Import the supervisor binary interface (SBI) header file from Linux
(arch/riscv/include/asm/sbi.h). The last change to it was in commit
6d60b6ee0c97 ("RISC-V: Device, timer, IRQs, and the SBI").

Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
arch/riscv/include/asm/sbi.h [new file with mode: 0644]