]> git.baikalelectronics.ru Git - uboot.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)
commit36f28a7b7032453ac920be87e5bcd172f051543a
tree7e6552b0e7e0388191c1929e2c711ac2155af04b
parent6cca92376901604aa3ae92b35766ac2490344cf6
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