@@ -206,6 +206,13 @@ Architectures
206
206
207
207
* ARC:
208
208
209
+ * Added ARC MetaWare toolchain support
210
+ * General arch improvements for stacks & memory domains
211
+ * API improvements for cache flush and cache invalidate
212
+ * Debugging help: show all registers on exception
213
+ * Fix for fast irq (one register bank configuration)
214
+ * Fix for undefined shift behavior (CID 211523)
215
+
209
216
210
217
* ARM:
211
218
@@ -260,12 +267,25 @@ Boards & SoC Support
260
267
261
268
* ARM Cortex-M1/M3 DesignStart FPGA
262
269
* NXP i.MX RT685, i.MX8M Mini, and LPC11U6x
270
+ * ARC QEMU support for EM and HS family
263
271
264
272
* Made these changes in other SoC series:
265
273
266
274
* STM32L4/STM32WB: Added support for Low Power Mode
267
275
* STM32H7/STM32WB/STM32MP1: Added Dual Core concurrent register access
268
276
protection using HSEM
277
+ * Increase cpu frequency for ARC nsim_hs_smp
278
+
279
+
280
+ * Changes for ARC boards:
281
+
282
+ * ARC QEMU boards for ARC EM and HS
283
+ * ARC MetaWare toolchain support, including mdb runner for various ARC boards
284
+ * gcov coverage support for ARC QEMU
285
+ * New nSIM configuration, corresponding to em7d_v22 EMSK board
286
+ * Enable SMP on HSDK board, including dual core and quad core configurations
287
+ * Switch from legacy ARC-nSIM UART to ns16550 UART model and driver
288
+ * Fix EMSDP secure config for emsdp_em7d_esp
269
289
270
290
* Added support for these ARM boards:
271
291
@@ -599,6 +619,12 @@ Bluetooth
599
619
Build and Infrastructure
600
620
************************
601
621
622
+ * Improved support for additional toolchains
623
+
624
+ * Better toolchain abstractions
625
+ * Support for the ARC MetaWare toolchain
626
+
627
+
602
628
* Devicetree:
603
629
604
630
* Added new devicetree macros that provide a default value if the property
@@ -608,6 +634,7 @@ Build and Infrastructure
608
634
to allow applications an easy way to specify application specific
609
635
devicetree properties without having a binding.
610
636
637
+
611
638
* Support for multiple SOC and ARCH roots.
612
639
The :ref: `SOC_ROOT <application >` and ``ARCH_ROOT `` variables used to specify
613
640
support files for out of tree SoCs and architectures now accept multiple
0 commit comments