diff options
author | Bunnaroath Sou <bsou@sifive.com> | 2019-02-11 17:03:33 -0800 |
---|---|---|
committer | Bunnaroath Sou <bsou@sifive.com> | 2019-02-11 17:03:33 -0800 |
commit | 5016845c243e08c21e21c623c33c744da5689f6f (patch) | |
tree | a0ac1ea6bf16c93a9f31b5ab825ae8f2e65f24cc /bsp | |
parent | 9fbff1434211e4e6e3e0fa18316eeadc484b2986 (diff) |
Update BSPs for hw-exec-breakpoint
Diffstat (limited to 'bsp')
-rw-r--r-- | bsp/coreip-e24-arty/design.dts | 1 | ||||
-rw-r--r-- | bsp/coreip-e31-arty/design.dts | 1 | ||||
-rw-r--r-- | bsp/coreip-e31/design.dts | 1 | ||||
-rw-r--r-- | bsp/coreip-s51-arty/design.dts | 1 | ||||
-rw-r--r-- | bsp/coreip-s51/design.dts | 1 | ||||
-rw-r--r-- | bsp/freedom-e310-arty/design.dts | 1 | ||||
-rw-r--r-- | bsp/sifive-hifive1/design.dts | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/bsp/coreip-e24-arty/design.dts b/bsp/coreip-e24-arty/design.dts index 780cc7b..9699fae 100644 --- a/bsp/coreip-e24-arty/design.dts +++ b/bsp/coreip-e24-arty/design.dts @@ -23,6 +23,7 @@ riscv,isa = "rv32imafc"; status = "okay"; timebase-frequency = <1000000>; + hardware-exec-breakpoint-count = <4>; L3: interrupt-controller { #interrupt-cells = <1>; compatible = "riscv,cpu-intc"; diff --git a/bsp/coreip-e31-arty/design.dts b/bsp/coreip-e31-arty/design.dts index c69740e..03e100b 100644 --- a/bsp/coreip-e31-arty/design.dts +++ b/bsp/coreip-e31-arty/design.dts @@ -28,6 +28,7 @@ sifive,itim = <&L4>; status = "okay"; timebase-frequency = <1000000>; + hardware-exec-breakpoint-count = <4>; L3: interrupt-controller { #interrupt-cells = <1>; compatible = "riscv,cpu-intc"; diff --git a/bsp/coreip-e31/design.dts b/bsp/coreip-e31/design.dts index f7e9868..c589362 100644 --- a/bsp/coreip-e31/design.dts +++ b/bsp/coreip-e31/design.dts @@ -21,6 +21,7 @@ sifive,itim = <&L4>; status = "okay"; timebase-frequency = <1000000>; + hardware-exec-breakpoint-count = <4>; L3: interrupt-controller { #interrupt-cells = <1>; compatible = "riscv,cpu-intc"; diff --git a/bsp/coreip-s51-arty/design.dts b/bsp/coreip-s51-arty/design.dts index 6c7379d..0378ec3 100644 --- a/bsp/coreip-s51-arty/design.dts +++ b/bsp/coreip-s51-arty/design.dts @@ -28,6 +28,7 @@ sifive,itim = <&L4>; status = "okay"; timebase-frequency = <1000000>; + hardware-exec-breakpoint-count = <4>; L3: interrupt-controller { #interrupt-cells = <1>; compatible = "riscv,cpu-intc"; diff --git a/bsp/coreip-s51/design.dts b/bsp/coreip-s51/design.dts index a1cb9fc..9cf3a29 100644 --- a/bsp/coreip-s51/design.dts +++ b/bsp/coreip-s51/design.dts @@ -21,6 +21,7 @@ sifive,itim = <&L4>; status = "okay"; timebase-frequency = <1000000>; + hardware-exec-breakpoint-count = <4>; L3: interrupt-controller { #interrupt-cells = <1>; compatible = "riscv,cpu-intc"; diff --git a/bsp/freedom-e310-arty/design.dts b/bsp/freedom-e310-arty/design.dts index 74da572..0935af9 100644 --- a/bsp/freedom-e310-arty/design.dts +++ b/bsp/freedom-e310-arty/design.dts @@ -29,6 +29,7 @@ sifive,itim = <&itim>; status = "okay"; timebase-frequency = <1000000>; + hardware-exec-breakpoint-count = <4>; hlic: interrupt-controller { #interrupt-cells = <1>; compatible = "riscv,cpu-intc"; diff --git a/bsp/sifive-hifive1/design.dts b/bsp/sifive-hifive1/design.dts index abccd6c..ff95ae0 100644 --- a/bsp/sifive-hifive1/design.dts +++ b/bsp/sifive-hifive1/design.dts @@ -28,6 +28,7 @@ sifive,dtim = <&dtim>; status = "okay"; timebase-frequency = <1000000>; + hardware-exec-breakpoint-count = <4>; hlic: interrupt-controller { #interrupt-cells = <1>; compatible = "riscv,cpu-intc"; |