]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Add support for clrsetio_32() and friends
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:56:02 +0000 (08:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:40 +0000 (13:57 +0800)
commit239cdcff5a5df19e69ee2a97f5540a82678cbec7
tree7e6552b0e7e0388191c1929e2c711ac2155af04b
parent3414581380d9dace84ac6347aa1b448d12ba900d
sandbox: Add support for clrsetio_32() and friends

These functions are available on x86 but not sandbox. They are useful
shortcuts and clarify the code, so add them to sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/sandbox/include/asm/io.h
arch/sandbox/lib/pci_io.c