Skip to content

Commit a0107b5

Browse files
committed
feat(linux): Foundational components: Bump up to 10.01.10
- Bump up the URLs under Foundational Components to 10.01.10 - Indent content under note directive as per guidelines [1] [1]: https://github.com/TexasInstruments/processor-sdk-doc/blob/master/CONTRIBUTING.md#indentation-and-whitespace Signed-off-by: Chirag Shilwant <[email protected]>
1 parent 385c16c commit a0107b5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

source/linux/Foundational_Components/Kernel/Kernel_Drivers/E5010_JPEG_Encoder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ in both TI SDK and upstream at below paths:
1313
- `E5010 JPEG encoder source code in Upstream Linux kernel
1414
<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/media/platform/imagination>`__
1515
- `E5010 JPEG encoder source code in TI Linux kernel
16-
<https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/drivers/media/platform/imagination/e5010/e5010-jpeg-enc.c?h=10.00.07>`__
16+
<https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/drivers/media/platform/imagination/e5010/e5010-jpeg-enc.c?h=10.01.10>`__
1717

1818
Hardware Specification
1919
======================

source/linux/Foundational_Components/U-Boot/UG-Splash-Screen.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,14 @@ To enable splash screen on custom board based on |__PART_FAMILY_DEVICE_NAMES__|
216216
2. Enable the A53 SPL splash screen related configurations in the |__PART_FAMILY_DEVICE_NAMES__| defconfig by referring to below patches and files:
217217

218218
* `configs: am62px: Enable A53 splashscreen <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ti-u-boot-2024.04&id=82c3fa8a15602248df035e423059236e00a01519>`_
219-
* `Splash screen config fragment for AM62x and AM62P <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/configs/am62x_a53_splashscreen.config?h=10.00.07>`_
219+
* `Splash screen config fragment for AM62x and AM62P <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/configs/am62x_a53_splashscreen.config?h=10.01.10>`_
220220

221221
.. ifconfig:: CONFIG_part_variant in ('AM62X')
222222

223223
2. Enable the A53 SPL splash screen related configurations in the |__PART_FAMILY_DEVICE_NAMES__| defconfig by referring to below patches and files:
224224

225225
* `configs: am62x_evm_a53_defconfig: Enable A53 splashscreen at U-Boot SPL <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ti-u-boot-2024.04&id=aed6660b3edf348c91208322d8ff9cd530def7fa>`_
226-
* `Splash screen config fragment for AM62x and AM62P <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/configs/am62x_a53_splashscreen.config?h=10.00.07>`_
226+
* `Splash screen config fragment for AM62x and AM62P <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/configs/am62x_a53_splashscreen.config?h=10.01.10>`_
227227

228228
.. note::
229229

@@ -396,8 +396,8 @@ Flicker free display across boot stages and Linux Kernel
396396

397397
.. note::
398398

399-
More information regarding simple-framebuffer can be found in `the simple-framebuffer device-tree binding doc <https://github.com/torvalds/linux/blob/master/Documentation/devicetree/bindings/display/simple-framebuffer.yaml>`_
400-
Even if a non-Linux based custom bootloader is used to display the splash screen before transitioning to Linux, the framebuffer-related information can be updated in aforementioned device-tree nodes to enable seamless and flicker-free transition during operating system bootup along with reduced memory footprint.
399+
More information regarding simple-framebuffer can be found in `the simple-framebuffer device-tree binding doc <https://github.com/torvalds/linux/blob/master/Documentation/devicetree/bindings/display/simple-framebuffer.yaml>`_
400+
Even if a non-Linux based custom bootloader is used to display the splash screen before transitioning to Linux, the framebuffer-related information can be updated in aforementioned device-tree nodes to enable seamless and flicker-free transition during operating system bootup along with reduced memory footprint.
401401

402402

403403
Flicker free and persistent display until display server

source/linux/Foundational_Components_IPC62px.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,6 @@ M4F and R5F external memory section sizes in their respective linker mapfiles.
252252
The reserved memory sizes listed above are provided as a reference only and
253253
subject to change between releases. For latest memory reservations, please
254254
refer to the kernel device tree repository :
255-
'https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts?h=10.00.07'
255+
'https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts?h=10.01.10'
256256

257257
.. include:: Foundational_Components/IPC/_RPMsg_char_driver.rst

source/linux/Foundational_Components_IPC62x.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,6 @@ M4F and R5F external memory section sizes in their respective linker mapfiles.
243243
.. warning:: Be careful not to overlap carveouts!
244244

245245
.. note:: The DT fragments are provided as a reference and subject to change between releases. For latest memory reservations, please refer to the kernel device tree repository :
246-
'https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi?h=10.00.07'
246+
'https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi?h=10.01.10'
247247

248248
.. include:: Foundational_Components/IPC/_RPMsg_char_driver.rst

0 commit comments

Comments
 (0)