diff options
-rw-r--r-- | documentation/migration-guides/release-notes-4.3.rst | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst index 63ee186af2..1cae8f19b5 100644 --- a/documentation/migration-guides/release-notes-4.3.rst +++ b/documentation/migration-guides/release-notes-4.3.rst | |||
@@ -10,6 +10,13 @@ New Features / Enhancements in 4.3 | |||
10 | 10 | ||
11 | - New variables: | 11 | - New variables: |
12 | 12 | ||
13 | - :term:`FIT_ADDRESS_CELLS` and :term:`UBOOT_FIT_ADDRESS_CELLS`. | ||
14 | See details below. | ||
15 | |||
16 | - :term:`KERNEL_DTBDEST`: directory where to install DTB files. | ||
17 | |||
18 | - :term:`KERNEL_DTBVENDORED`: whether to keep vendor subdirectories. | ||
19 | |||
13 | - Architecture-specific enhancements: | 20 | - Architecture-specific enhancements: |
14 | 21 | ||
15 | - Kernel-related enhancements: | 22 | - Kernel-related enhancements: |
@@ -22,14 +29,20 @@ New Features / Enhancements in 4.3 | |||
22 | 29 | ||
23 | - QEMU/runqemu enhancements: | 30 | - QEMU/runqemu enhancements: |
24 | 31 | ||
32 | - QEMU has been upgraded to version 8.0 | ||
33 | |||
34 | - Rust improvements: | ||
35 | |||
36 | - Rust has been upgraded to version 1.69 | ||
37 | |||
25 | - Image-related enhancements: | 38 | - Image-related enhancements: |
26 | 39 | ||
27 | - wic Image Creator enhancements: | 40 | - wic Image Creator enhancements: |
28 | 41 | ||
29 | - FIT image related improvements: | 42 | - FIT image related improvements: |
30 | 43 | ||
31 | - New :term:`FIT_ADDRESS_CELLS` variable allowing | 44 | - New :term:`FIT_ADDRESS_CELLS` and :term:`UBOOT_FIT_ADDRESS_CELLS` variables allowing |
32 | to specify 64 bit addresses. | 45 | to specify 64 bit addresses, typically for loading U-Boot. |
33 | 46 | ||
34 | - SDK-related improvements: | 47 | - SDK-related improvements: |
35 | 48 | ||