Skip to content

Commit 75707a3

Browse files
committed
feat(buildroot): Update 12.00 Release Notes Links
update 12.00 release version tag for buildroot update release specific information for buildroot for platforms AM62X and AM62LX Signed-off-by: Mahammed Sadik Shaik <s-sadik@ti.com>
1 parent d2e8be4 commit 75707a3

5 files changed

Lines changed: 39 additions & 39 deletions

File tree

source/buildroot/Building_Buildroot_Image.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Buildroot tags for Platforms supported are as follws:
4040
- AM62LX
4141
- AM62X
4242
* - https://github.com/buildroot/buildroot
43-
- 2025.02.x
44-
- 2025.02.x
43+
- 2026.02
44+
- 2026.02
4545
* - https://github.com/TexasInstruments/buildroot-external-TI.git
46-
- 11.01.16.13
47-
- 11.01.05.03
46+
- 12.00.00.07.04
47+
- 12.00.00.07.04
4848

4949
You can fetch the repos with an explicit tag using:
5050

@@ -113,17 +113,17 @@ TI_K3_BOOT_FIRMWARE_VERSION will be as follows:
113113
* - Platform
114114
- version_tag
115115
* - AM62X
116-
- 11.01.05
116+
- 12.00.00.07
117117
* - AM62LX
118-
- 11.01.16
118+
- 12.00.00.07
119119

120120

121121
.. code-block:: console
122122
123123
$ make TI_K3_BOOT_FIRMWARE_VERSION=<version_tag>
124124
125-
For Example, version_tag will be 11.01.05 or 10.01.10
126-
$ make TI_K3_BOOT_FIRMWARE_VERSION=11.01.05
125+
For Example, version_tag will be 12.00.00.07
126+
$ make TI_K3_BOOT_FIRMWARE_VERSION=12.00.00.07
127127
128128
The build process can take some time, depending on your system's resources and
129129
the complexity of the configuration.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11_02_08_02
1+
12_00_00_07_04

source/devices/AM62LX/linux/Release_Specific_Release_Notes.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -177,32 +177,32 @@ Buildroot (Buildroot External TI)
177177
- Tag Info
178178
- Config Info
179179
* - U-Boot
180-
- `ti-u-boot-2025.01 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?h=ti-u-boot-2025.01>`__
181-
- `11.02.08 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tag/?h=11.02.08>`__
182-
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62x_sk_defconfig#L60>`__
180+
- `ti-u-boot-2026.01 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?h=ti-u-boot-2026.01>`__
181+
- `12.00.00.07 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tag/?h=12.00.00.07>`__
182+
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62lx_evm_defconfig#L55>`__
183183
* - ATF
184-
- `master <https://github.com/TexasInstruments/arm-trusted-firmware.git>`__
185-
- `v2.13+ <https://github.com/TexasInstruments/arm-trusted-firmware/commit/5939ceaeb664b8da5499dc4ecfa1caa7f5bcc31a>`__
186-
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62lx_evm_rt_defconfig#L39>`__
184+
- `ti-tfa-2.14.y <https://github.com/TexasInstruments/arm-trusted-firmware/tree/ti-tfa-2.14.y>`__
185+
- `v2.14+ <https://github.com/TexasInstruments/arm-trusted-firmware/commit/d203b8453905178252094416448de009931087e0>`__
186+
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62lx_evm_defconfig#L40>`__
187187
* - OPTEE
188188
- `master <https://github.com/OP-TEE/optee_os/tree/master>`__
189-
- `4.7.0+ <https://github.com/OP-TEE/optee_os/commit/a9690ae39995af36a31b7a4f446f27ea0787e3a4>`__
190-
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62lx_evm_rt_defconfig#L46>`__
189+
- `4.9.0+ <https://github.com/OP-TEE/optee_os/commit/f2a7ad0638aeff5243593b33cc56ad064cae7615>`__
190+
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62lx_evm_defconfig#L46>`__
191191
* - Linux Firmware
192192
- `ti-linux-firmware <https://github.com/TexasInstruments/ti-linux-firmware/tree/ti-linux-firmware>`__
193-
- `11.02.08 <https://github.com/TexasInstruments/ti-linux-firmware/releases/tag/11.02.08>`__
193+
- `12.00.00.07 <https://github.com/TexasInstruments/ti-linux-firmware/releases/tag/12.00.00.07>`__
194194
- `Git Clone <https://github.com/buildroot/buildroot/blob/1a17185606161d7a03198e249c02bdc2bdc972d0/boot/ti-k3-boot-firmware/ti-k3-boot-firmware.mk#L8>`__
195195
* - Linux Kernel
196-
- `ti-linux-6.12.y <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?h=ti-linux-6.12.y>`__
197-
- `11.02.08 <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tag/?h=11.02.08>`__
198-
- `non-RT <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62lx_evm_defconfig#L15C58-L15C60>`__, `RT <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62lx_evm_rt_defconfig#L15C58-L15C60>`__
196+
- `ti-linux-6.18.y <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?h=ti-linux-6.18.y>`__
197+
- `12.00.00.07 <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tag/?h=12.00.00.07>`__
198+
- `non-RT <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62lx_evm_defconfig#L15>`__, `RT <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62lx_evm_rt_defconfig#L15>`__
199199
* - Buildroot External TI
200200
- `main <https://github.com/TexasInstruments/buildroot-external-TI/tree/main>`__
201-
- `11.02.08.02 <https://github.com/TexasInstruments/buildroot-external-TI/releases/tag/11.02.08.02>`__
201+
- `12.00.00.07.04 <https://github.com/TexasInstruments/buildroot-external-TI/releases/tag/12.00.00.07.04>`__
202202
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/tree/main/configs>`__, `Board <https://github.com/TexasInstruments/buildroot-external-TI/tree/main/board/ti/am62lx-evm>`__
203203
* - Buildroot
204-
- `2025.08.x <https://github.com/buildroot/buildroot/tree/2025.08.x>`__
205-
- `2025.08.2 <https://github.com/buildroot/buildroot/releases/tag/2025.08.2>`__
204+
- `2026.02.x <https://github.com/buildroot/buildroot/tree/2026.02.x>`__
205+
- `2026.02 <https://github.com/buildroot/buildroot/releases/tag/2026.02>`__
206206
-
207207

208208
Issues Tracker
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11_02_08_02
1+
12_00_00_07_04

source/devices/AM62X/linux/Release_Specific_Release_Notes.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -172,32 +172,32 @@ Buildroot (Buildroot External TI)
172172
- Tag Info
173173
- Config Info
174174
* - U-Boot
175-
- `ti-u-boot-2025.01 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?h=ti-u-boot-2025.01>`__
176-
- `11.02.08 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tag/?h=11.02.08>`__
177-
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62x_sk_defconfig#L60>`__
175+
- `ti-u-boot-2026.01 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?h=ti-u-boot-2026.01>`__
176+
- `12.00.00.07 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tag/?h=12.00.00.07>`__
177+
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62x_sk_defconfig#L60>`__
178178
* - ATF
179179
- `master <https://github.com/ARM-Software/arm-trusted-firmware/tree/master>`__
180-
- `v2.13+ <https://github.com/ARM-software/arm-trusted-firmware/commit/e0c4d3903b382bf34f552af53e6d955fae5283ab>`__
181-
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62x_sk_defconfig#L40>`__
180+
- `v2.14+ <https://github.com/ARM-software/arm-trusted-firmware/commit/76500ceaeefcda967d8a1f4e30bb04f9fe0425a2>`__
181+
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62x_sk_defconfig#L40>`__
182182
* - OPTEE
183183
- `master <https://github.com/OP-TEE/optee_os/tree/master>`__
184-
- `4.7.0+ <https://github.com/OP-TEE/optee_os/commit/a9690ae39995af36a31b7a4f446f27ea0787e3a4>`__
185-
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62x_sk_defconfig#L47>`__
184+
- `4.9.0+ <https://github.com/OP-TEE/optee_os/commit/f2a7ad0638aeff5243593b33cc56ad064cae7615>`__
185+
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62x_sk_defconfig#L47>`__
186186
* - Linux Firmware
187187
- `ti-linux-firmware <https://github.com/TexasInstruments/ti-linux-firmware/tree/ti-linux-firmware>`__
188-
- `11.02.08 <https://github.com/TexasInstruments/ti-linux-firmware/releases/tag/11.02.08>`__
188+
- `12.00.00.07 <https://github.com/TexasInstruments/ti-linux-firmware/releases/tag/12.00.00.07>`__
189189
- `Git Clone <https://github.com/buildroot/buildroot/blob/1a17185606161d7a03198e249c02bdc2bdc972d0/boot/ti-k3-boot-firmware/ti-k3-boot-firmware.mk#L8>`__
190190
* - Linux Kernel
191-
- `ti-linux-6.12.y <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?h=ti-linux-6.12.y>`__
192-
- `11.02.08 <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tag/?h=11.02.08>`__
193-
- `non-RT <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62x_sk_defconfig#L15>`__, `RT <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62x_sk_rt_defconfig#L15>`__
191+
- `ti-linux-6.18.y <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?h=ti-linux-6.18.y>`__
192+
- `12.00.00.07 <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tag/?h=12.00.00.07>`__
193+
- `non-RT <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62x_sk_defconfig#L15>`__, `RT <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62x_sk_rt_defconfig#L15>`__
194194
* - Buildroot External TI
195195
- `main <https://github.com/TexasInstruments/buildroot-external-TI/tree/main>`__
196-
- `11.02.08.02 <https://github.com/TexasInstruments/buildroot-external-TI/releases/tag/11.02.08.02>`__
196+
- `12.00.00.07.04 <https://github.com/TexasInstruments/buildroot-external-TI/releases/tag/12.00.00.07.04>`__
197197
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/tree/main/configs>`__, `Board <https://github.com/TexasInstruments/buildroot-external-TI/tree/main/board/ti/am62x-sk>`__
198198
* - Buildroot
199-
- `2025.08.x <https://github.com/buildroot/buildroot/tree/2025.08.x>`__
200-
- `2025.08.2 <https://github.com/buildroot/buildroot/releases/tag/2025.08.2>`__
199+
- `2026.02.x <https://github.com/buildroot/buildroot/tree/2026.02.x>`__
200+
- `2026.02 <https://github.com/buildroot/buildroot/releases/tag/2026.02>`__
201201
-
202202

203203
Issues Tracker

0 commit comments

Comments
 (0)