doc: releases: 2.5: add misc x86 to boards and socs
Add misc changes still needed in release notes for x86 Boards and SoCs after checking their history: - zefi.py: Use cross compiler while building zephyr - boards: x86: ehl_crb: Add board variant for Slim Bootloader - tests: enable the code coverage report for qemu_x86_64 - drivers/timer: Remove legacy APIC driver - x86: add common memory.ld - x86: reserve the first megabyte Signed-off-by: Jennifer Williams <jennifer.m.williams@intel.com>
This commit is contained in:
parent
2b3a2c8573
commit
af81648a18
1 changed files with 6 additions and 0 deletions
|
@ -306,6 +306,7 @@ Boards & SoC Support
|
|||
|
||||
* Elkhart Lake CRB board
|
||||
* ACRN configuration on Elkhart Lake CRB board
|
||||
* Slim Bootloader configuration on Elkhart Lake CRB board
|
||||
|
||||
* Added support for these SPARC boards:
|
||||
|
||||
|
@ -365,6 +366,11 @@ Boards & SoC Support
|
|||
protection by default.
|
||||
* Fixed Segger RTT and SystemView support on NXP i.MX RT boards.
|
||||
* Demand paging is turned on by default for ``qemu_x86_tiny``.
|
||||
* Updated zefi.py to use cross-compiler while building Zephyr.
|
||||
* Enabled code coverage report for ``qemu_x86_64``.
|
||||
* Removed support for legacy APIC timer driver.
|
||||
* Added common memory linker for x86 SoCs.
|
||||
* Enabled configuration to reserve the first megabyte in x86 SoCs.
|
||||
|
||||
* Added support for these following shields:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue