@@ -206,6 +206,13 @@ Architectures
206206
207207* ARC:
208208
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+
209216
210217* ARM:
211218
@@ -260,12 +267,25 @@ Boards & SoC Support
260267
261268 * ARM Cortex-M1/M3 DesignStart FPGA
262269 * NXP i.MX RT685, i.MX8M Mini, and LPC11U6x
270+ * ARC QEMU support for EM and HS family
263271
264272* Made these changes in other SoC series:
265273
266274 * STM32L4/STM32WB: Added support for Low Power Mode
267275 * STM32H7/STM32WB/STM32MP1: Added Dual Core concurrent register access
268276 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
269289
270290* Added support for these ARM boards:
271291
@@ -599,6 +619,12 @@ Bluetooth
599619Build and Infrastructure
600620************************
601621
622+ * Improved support for additional toolchains
623+
624+ * Better toolchain abstractions
625+ * Support for the ARC MetaWare toolchain
626+
627+
602628* Devicetree:
603629
604630 * Added new devicetree macros that provide a default value if the property
@@ -608,6 +634,7 @@ Build and Infrastructure
608634 to allow applications an easy way to specify application specific
609635 devicetree properties without having a binding.
610636
637+
611638* Support for multiple SOC and ARCH roots.
612639 The :ref: `SOC_ROOT <application >` and ``ARCH_ROOT `` variables used to specify
613640 support files for out of tree SoCs and architectures now accept multiple
0 commit comments