aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorAndrew Scull <ascull@google.com>2022-05-30 10:00:12 +0000
committerTom Rini <trini@konsulko.com>2022-06-23 12:58:19 -0400
commit0518e7a28fdbaf27cda7a43d1a52d457536e1d9b (patch)
tree2309dcfddb3c19b0cec341a504fceec6de487198 /arch/sandbox
parentd9962b12f200156238a4c825c0b540a203c72042 (diff)
downloadu-boot-0518e7a28fdbaf27cda7a43d1a52d457536e1d9b.zip
u-boot-0518e7a28fdbaf27cda7a43d1a52d457536e1d9b.tar.gz
u-boot-0518e7a28fdbaf27cda7a43d1a52d457536e1d9b.tar.bz2
sandbox: Implement fuzzing engine driver
Add a fuzzing engine driver for the sandbox to take inputs from libfuzzer and expose them to the fuzz tests. Signed-off-by: Andrew Scull <ascull@google.com>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/dts/test.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index e068d0c..0194b9b 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -92,6 +92,10 @@
};
};
+ fuzzing-engine {
+ compatible = "sandbox,fuzzing-engine";
+ };
+
reboot-mode0 {
compatible = "reboot-mode-gpio";
gpios = <&gpio_c 0 GPIO_ACTIVE_HIGH>, <&gpio_c 1 GPIO_ACTIVE_HIGH>;