diff options
| author | Asherah Connor <[email protected]> | 2021-03-19 18:21:41 +1100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-04-12 17:45:39 -0400 |
| commit | 69512551aa8453b8ea9d1c5c896de9b3ad9cbfdf (patch) | |
| tree | 9d19e433e15c29965cf26316baac4a72531adb1d /drivers/misc/Makefile | |
| parent | 5b0b43e0e25dbeed62a2155e7f3be562b9ceb9bd (diff) | |
test: qemu: add qfw sandbox driver, dm tests, qemu tests
A sandbox driver and test are added for the qfw uclass, and a test in
QEMU added for qfw functionality to confirm it doesn't break in real
world use.
Signed-off-by: Asherah Connor <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'drivers/misc/Makefile')
| -rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 53bff72428c..2864b84af99 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -58,6 +58,7 @@ obj-$(CONFIG_$(SPL_)PWRSEQ) += pwrseq-uclass.o ifdef CONFIG_QFW obj-y += qfw.o obj-$(CONFIG_QFW_PIO) += qfw_pio.o +obj-$(CONFIG_SANDBOX) += qfw_sandbox.o endif obj-$(CONFIG_ROCKCHIP_EFUSE) += rockchip-efuse.o obj-$(CONFIG_ROCKCHIP_OTP) += rockchip-otp.o |
