Skip to content

Commit b03cbc0

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 fc6a7f3 commit b03cbc0

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
@@ -174,32 +174,32 @@ Buildroot (Buildroot External TI)
174174
- Tag Info
175175
- Config Info
176176
* - U-Boot
177-
- `ti-u-boot-2025.01 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?h=ti-u-boot-2025.01>`__
178-
- `11.02.08 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tag/?h=11.02.08>`__
179-
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62x_sk_defconfig#L60>`__
177+
- `ti-u-boot-2026.01 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?h=ti-u-boot-2026.01>`__
178+
- `12.00.00.07 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tag/?h=12.00.00.07>`__
179+
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62lx_evm_defconfig#L55>`__
180180
* - ATF
181-
- `master <https://github.com/TexasInstruments/arm-trusted-firmware.git>`__
182-
- `v2.13+ <https://github.com/TexasInstruments/arm-trusted-firmware/commit/5939ceaeb664b8da5499dc4ecfa1caa7f5bcc31a>`__
183-
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62lx_evm_rt_defconfig#L39>`__
181+
- `ti-tfa-2.14.y <https://github.com/TexasInstruments/arm-trusted-firmware/tree/ti-tfa-2.14.y>`__
182+
- `v2.14+ <https://github.com/TexasInstruments/arm-trusted-firmware/commit/d203b8453905178252094416448de009931087e0>`__
183+
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62lx_evm_defconfig#L40>`__
184184
* - OPTEE
185185
- `master <https://github.com/OP-TEE/optee_os/tree/master>`__
186-
- `4.7.0+ <https://github.com/OP-TEE/optee_os/commit/a9690ae39995af36a31b7a4f446f27ea0787e3a4>`__
187-
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62lx_evm_rt_defconfig#L46>`__
186+
- `4.9.0+ <https://github.com/OP-TEE/optee_os/commit/f2a7ad0638aeff5243593b33cc56ad064cae7615>`__
187+
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62lx_evm_defconfig#L46>`__
188188
* - Linux Firmware
189189
- `ti-linux-firmware <https://github.com/TexasInstruments/ti-linux-firmware/tree/ti-linux-firmware>`__
190-
- `11.02.08 <https://github.com/TexasInstruments/ti-linux-firmware/releases/tag/11.02.08>`__
190+
- `12.00.00.07 <https://github.com/TexasInstruments/ti-linux-firmware/releases/tag/12.00.00.07>`__
191191
- `Git Clone <https://github.com/buildroot/buildroot/blob/1a17185606161d7a03198e249c02bdc2bdc972d0/boot/ti-k3-boot-firmware/ti-k3-boot-firmware.mk#L8>`__
192192
* - Linux Kernel
193-
- `ti-linux-6.12.y <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?h=ti-linux-6.12.y>`__
194-
- `11.02.08 <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tag/?h=11.02.08>`__
195-
- `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>`__
193+
- `ti-linux-6.18.y <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?h=ti-linux-6.18.y>`__
194+
- `12.00.00.07 <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tag/?h=12.00.00.07>`__
195+
- `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>`__
196196
* - Buildroot External TI
197197
- `main <https://github.com/TexasInstruments/buildroot-external-TI/tree/main>`__
198-
- `11.02.08.02 <https://github.com/TexasInstruments/buildroot-external-TI/releases/tag/11.02.08.02>`__
198+
- `12.00.00.07.04 <https://github.com/TexasInstruments/buildroot-external-TI/releases/tag/12.00.00.07.04>`__
199199
- `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>`__
200200
* - Buildroot
201-
- `2025.08.x <https://github.com/buildroot/buildroot/tree/2025.08.x>`__
202-
- `2025.08.2 <https://github.com/buildroot/buildroot/releases/tag/2025.08.2>`__
201+
- `2026.02.x <https://github.com/buildroot/buildroot/tree/2026.02.x>`__
202+
- `2026.02 <https://github.com/buildroot/buildroot/releases/tag/2026.02>`__
203203
-
204204

205205
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
@@ -170,32 +170,32 @@ Buildroot (Buildroot External TI)
170170
- Tag Info
171171
- Config Info
172172
* - U-Boot
173-
- `ti-u-boot-2025.01 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?h=ti-u-boot-2025.01>`__
174-
- `11.02.08 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tag/?h=11.02.08>`__
175-
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62x_sk_defconfig#L60>`__
173+
- `ti-u-boot-2026.01 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?h=ti-u-boot-2026.01>`__
174+
- `12.00.00.07 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tag/?h=12.00.00.07>`__
175+
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62x_sk_defconfig#L60>`__
176176
* - ATF
177177
- `master <https://github.com/ARM-Software/arm-trusted-firmware/tree/master>`__
178-
- `v2.13+ <https://github.com/ARM-software/arm-trusted-firmware/commit/e0c4d3903b382bf34f552af53e6d955fae5283ab>`__
179-
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62x_sk_defconfig#L40>`__
178+
- `v2.14+ <https://github.com/ARM-software/arm-trusted-firmware/commit/76500ceaeefcda967d8a1f4e30bb04f9fe0425a2>`__
179+
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62x_sk_defconfig#L40>`__
180180
* - OPTEE
181181
- `master <https://github.com/OP-TEE/optee_os/tree/master>`__
182-
- `4.7.0+ <https://github.com/OP-TEE/optee_os/commit/a9690ae39995af36a31b7a4f446f27ea0787e3a4>`__
183-
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/78d0a34cec662b7fd96bf7319e9c59d2b79c1df3/configs/ti_release_am62x_sk_defconfig#L47>`__
182+
- `4.9.0+ <https://github.com/OP-TEE/optee_os/commit/f2a7ad0638aeff5243593b33cc56ad064cae7615>`__
183+
- `Build <https://github.com/TexasInstruments/buildroot-external-TI/blob/main/configs/ti_release_am62x_sk_defconfig#L47>`__
184184
* - Linux Firmware
185185
- `ti-linux-firmware <https://github.com/TexasInstruments/ti-linux-firmware/tree/ti-linux-firmware>`__
186-
- `11.02.08 <https://github.com/TexasInstruments/ti-linux-firmware/releases/tag/11.02.08>`__
186+
- `12.00.00.07 <https://github.com/TexasInstruments/ti-linux-firmware/releases/tag/12.00.00.07>`__
187187
- `Git Clone <https://github.com/buildroot/buildroot/blob/1a17185606161d7a03198e249c02bdc2bdc972d0/boot/ti-k3-boot-firmware/ti-k3-boot-firmware.mk#L8>`__
188188
* - Linux Kernel
189-
- `ti-linux-6.12.y <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?h=ti-linux-6.12.y>`__
190-
- `11.02.08 <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tag/?h=11.02.08>`__
191-
- `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>`__
189+
- `ti-linux-6.18.y <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?h=ti-linux-6.18.y>`__
190+
- `12.00.00.07 <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tag/?h=12.00.00.07>`__
191+
- `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>`__
192192
* - Buildroot External TI
193193
- `main <https://github.com/TexasInstruments/buildroot-external-TI/tree/main>`__
194-
- `11.02.08.02 <https://github.com/TexasInstruments/buildroot-external-TI/releases/tag/11.02.08.02>`__
194+
- `12.00.00.07.04 <https://github.com/TexasInstruments/buildroot-external-TI/releases/tag/12.00.00.07.04>`__
195195
- `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>`__
196196
* - Buildroot
197-
- `2025.08.x <https://github.com/buildroot/buildroot/tree/2025.08.x>`__
198-
- `2025.08.2 <https://github.com/buildroot/buildroot/releases/tag/2025.08.2>`__
197+
- `2026.02.x <https://github.com/buildroot/buildroot/tree/2026.02.x>`__
198+
- `2026.02 <https://github.com/buildroot/buildroot/releases/tag/2026.02>`__
199199
-
200200

201201
Issues Tracker

0 commit comments

Comments
 (0)