Skip to content
Snippets Groups Projects
Commit ed1e6d3a authored by Frieder Schrempf's avatar Frieder Schrempf
Browse files

docs: release: Minor adjustments to format, spelling and wording

parent 62f0d347
No related branches found
No related tags found
1 merge request!34docs: Split release notes and update content
...@@ -13,20 +13,20 @@ ...@@ -13,20 +13,20 @@
version number to indicate that this is the successor of the legacy version number to indicate that this is the successor of the legacy
i.MX Dunfell BSP with version number v5.0. i.MX Dunfell BSP with version number v5.0.
### General ### General Information
* Usage of `kas` integration tool, replacing the custom scripts used in previous * Usage of `kas` integration tool, replacing the custom scripts used in previous
BSPs BSPs
* Usage of a new monorepo `meta-ked-bsp`, replacing the build and meta layer * Usage of a new monorepo `meta-ked-bsp`, replacing the build and meta layer
repositories used in previous BSPs repositories used in previous BSPs
### Components ### Integrated Components
* Yocto 4.0 LTS "Kirkstone" (layers compatible with 3.1 LTS "Dunfell") * Yocto 4.0 LTS "Kirkstone" (layers compatible with 3.1 LTS "Dunfell")
* Linux 6.1 LTS with KED backports and patches * Linux 6.1 LTS with KED backports and patches
* U-Boot 2023.04 with KED backports and patches * U-Boot 2023.04 with KED backports and patches
### Hardware ### Supported Hardware
| Product Numbers | Product Name | Product Type | Status | | Product Numbers | Product Name | Product Type | Status |
| --------------- | ------------ | ------------ | ------ | | --------------- | ------------ | ------------ | ------ |
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
| 40099 176 | BL STM32 MP157 | Board | Not Supported (Planned) | | 40099 176 | BL STM32 MP157 | Board | Not Supported (Planned) |
| 40099 187<br>40099 220 | BL i.MX8M-Mini Quad | Board | Supported (Basic[^1]) | | 40099 187<br>40099 220 | BL i.MX8M-Mini Quad | Board | Supported (Basic[^1]) |
### Breaking Changes compared to Dunfell BSP (5.0) ### Breaking Changes Compared to Dunfell BSP (5.0)
* SPL and U-Boot proper images are now merged into a single `flash.bin` instead * SPL and U-Boot proper images are now merged into a single `flash.bin` instead
of two separate images. of two separate images.
......
...@@ -20,36 +20,37 @@ ...@@ -20,36 +20,37 @@
| 40099 176 | BL STM32 MP157 | Board | Not Supported (Planned) | | 40099 176 | BL STM32 MP157 | Board | Not Supported (Planned) |
| 40099 187<br>40099 220 | BL i.MX8M-Mini Quad | Board | Supported (Basic[^1]) | | 40099 187<br>40099 220 | BL i.MX8M-Mini Quad | Board | Supported (Basic[^1]) |
### Common changes for all plattforms ### Core/Distro Changes (all HW Platforms)
- Start of virtual terminal on tty0 deactivated in ktn distro (`USE_VT = "0"`) * Start of virtual terminal on `tty0` deactivated in `ked` distro (`USE_VT =
"0"`)
### Changes for i.MX8 plattform ### Changes for i.MX8 Platform
- none * none
### Changes for i.MX6 plattform ### Changes for i.MX6 Platform
- Added support for DPI display interface on BL boards (configuration `imx6ull-kontron-dl`) * Added support for DPI display interface on BL boards (configuration `imx6ull-kontron-dl`)
- u-boot: Default device tree boot configuration changed from `imx6ul-kontron-bl` * u-boot: Default device tree boot configuration changed from `imx6ul-kontron-bl`
to `imx6ull-kontron-dl` to `imx6ull-kontron-dl`
- linux: Changes in kernel config * linux: Changes in kernel config
- Virtual terminals deactivated (`CONFIG_VT`) * Virtual terminals deactivated (`CONFIG_VT`)
- Most resistive touch drivers removed * Most resistive touch drivers removed
### Changes for STM32 MP1 plattform ### Changes for STM32MP1 Platform
- none * none
### Breaking Changes ### Breaking Changes
- i.MX6: Default u-boot configuration changed from SOC `ul` variant to `ull` * i.MX6: Default u-boot configuration changed from SOC `ul` variant to `ull`
variant. So for `ul` variants the boot config has to be adapted manually in variant. So for `ul` variants the boot config has to be adapted manually in
u-boot environment now! u-boot environment now!
### Known Issues ### Known Issues
Currently none * none
[^1]: Basic support doesn't include all features of the board. Especially [^1]: Basic support doesn't include all features of the board. Especially
advanced peripherals like display, graphics, hardware acceleration units, advanced peripherals like display, graphics, hardware acceleration units,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment