Skip to content

Commit 850de56

Browse files
authored
Merge branch 'master' into selinux_enable_guide
2 parents 5b01efb + cfb13bd commit 850de56

File tree

17 files changed

+608
-1154
lines changed

17 files changed

+608
-1154
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,3 @@ jobs:
6767
name: ${{ matrix.device }}-${{ matrix.os }}
6868
path: build/
6969
retention-days: 1
70-
71-
agregate:
72-
name: Agregate build artifacts
73-
runs-on: ubuntu-latest
74-
needs: build
75-
76-
steps:
77-
- name: Download all artifacts
78-
uses: actions/download-artifact@v4
79-
with:
80-
github-token: ${{ secrets.GITHUB_TOKEN }}
81-
path: build
82-
merge-multiple: true
83-
84-
- name: Upload static files as single artifact
85-
uses: actions/upload-pages-artifact@v3
86-
with:
87-
path: build

.github/workflows/deploy.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,60 @@ on:
99
- completed
1010

1111
jobs:
12+
agregate:
13+
name: Agregate build artifacts
14+
runs-on: ubuntu-latest
15+
16+
steps:
17+
- name: Download all artifacts
18+
uses: actions/download-artifact@v4
19+
with:
20+
github-token: ${{ secrets.GITHUB_TOKEN }}
21+
path: build
22+
merge-multiple: true
23+
run-id: ${{ github.event.workflow_run.id }}
24+
25+
- name: Generate root index
26+
run: |
27+
cat << EOF > build/index.html
28+
<!DOCTYPE html>
29+
<html lang="en">
30+
<head>
31+
<meta charset="utf-8">
32+
<title>PSDK Documentation Landing Page</title>
33+
</head>
34+
<body>
35+
<main>
36+
<h1>PSDK Documentation Landing Page</h1>
37+
<ul>
38+
EOF
39+
40+
for path in build/*/; do
41+
root_index=$(find "$path" -name index.html | sort -u | tail -1)
42+
if [ -n "$root_index" ]; then
43+
text=$(basename "$path")
44+
relative_path=$(realpath "$root_index" --relative-to=build)
45+
printf ' <li><a href="%s">%s</a></li>\n' \
46+
"$relative_path" "$text" >> build/index.html
47+
fi
48+
done
49+
50+
cat << EOF >> build/index.html
51+
</ul>
52+
</main>
53+
</body>
54+
</html>
55+
EOF
56+
57+
- name: Upload static files as single artifact
58+
uses: actions/upload-pages-artifact@v3
59+
with:
60+
path: build
61+
1262
deploy:
1363
name: Deploy
1464
runs-on: ubuntu-latest
65+
needs: agregate
1566
permissions:
1667
pages: write
1768
id-token: write

source/devices/AM335X/linux/Release_Specific_Release_Notes.rst

Lines changed: 3 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -179,114 +179,11 @@ Yocto
179179
Issues Tracker
180180
==============
181181

182-
Issues opened in previous releases that were closed on this release
183-
-------------------------------------------------------------------
184-
.. csv-table::
185-
:header: "Record ID", "Title", "Platform"
186-
:widths: 15, 70, 20
187-
188-
"SITSW-706","Top level makefile broken in AM335x & AM437x","am335x-evm,am335x-ice,am335x-sk"
189-
"SITSW-703","AM335x SDK 7.3 has misleading information on HSR/PRP support","am335x-ice"
190-
"LCPD-24835","ADC_S_FUNC_TSCADC_ONESHOT_0001 fails","am335x-evm"
191-
"LCPD-24834","ADC continuous mode test failed ","am335x-evm"
192-
"LCPD-24826","Power Manager Runtime is not suspending SERIAL","am335x-evm"
193-
"LCPD-24811","LTP test fail- No Timers","am335x-evm"
194-
"LCPD-24792","RTC reliable test by using alarm fails","am335x-evm"
195-
"LCPD-24786","DRM Stress Test: Test setting different video modes frequently 1000 times fails","am335x-evm"
196-
"LCPD-24649","dma-heaps-test fails to build with 5.16-rc3 kernel+","am335x-evm"
197-
"LCPD-24239","IPC performance test","am335x-evm"
198-
"LCPD-22828","Convert tps62360-regulator.txt: ""ti,tps62363"" to yaml","am335x-evm"
199-
"LCPD-19858","OE: OPTEE label used in SDK is old and wrong","am335x-evm,am335x-hsevm,am335x-ice,am335x-sk"
200-
"LCPD-19838","Cryptodev not building against 5.10 kernel","am335x-evm,am335x-hsevm,am335x-ice,am335x-sk"
201-
"LCPD-19279","openssl_perf.sh functionality to be included in rootfs (decouple from matrixgui)","am335x-evm"
202-
"LCPD-18643","U-Boot: AM335x/AM473x: Both SPI CS signals get asserted","am335x-evm,am335x-hsevm,am335x-ice,am335x-sk"
203-
"LCPD-17817","Images created with Proc-SECDEV grow with number of times SECDEV has been used","am335x-hsevm"
204-
"LCPD-7366","uboot McSPI driver drives multiple chip selects simultaneously","am335x-evm"
205-
206-
207-
|
208-
209-
210-
Issues found and closed on this release that may be applicable to prior releases
211-
--------------------------------------------------------------------------------
212-
.. csv-table::
213-
:header: "Record ID", "Title", "Platform"
214-
:widths: 15, 70, 20
215-
216-
"SITSW-3404","installer-scripts: Version not auto updated for installer","am335x-evm,am335x-hsevm,am335x-ice,am335x-sk,beaglebone-black"
217-
"SITSW-3378","systemd-networkd-wait-online service timeouts ","am335x-evm,am335x-hsevm,am335x-ice,am335x-sk,beaglebone-black"
218-
"SITSW-1649","Create-sdcard.sh: Displays command not found error","am335x-evm,am335x-hsevm,am335x-sk"
219-
"LCPD-37016","u-boot NAND boot failure with SDK 9.1 on AM335x EVM","am335x-evm"
220-
"LCPD-36892","am335 : Fails to Boot : Halts at ""Starting Kernel"" Stage","am335x-evm,am335x-hsevm"
221-
"LCPD-36626","am335x: am43xx: Display and Touchscreen is not functional","am335x-evm,am335x-hsevm,am335x-sk"
222-
"LCPD-36625","am335x: kernel crash reported on few boards with default SMP config","am335x-evm,am335x-hsevm"
223-
"LCPD-36624","am335x: boot to console root prompt is taking longer","am335x-evm,am335x-hsevm"
224-
"LCPD-34990","am335x: initcall sequence failure in u-boot (USB ether init failed)","am335x-evm,am335x-ice,am335x-sk"
225-
"LCPD-29349","[AM335x] Write to Write Protected Block on 16GB, 32GB eMMC Causes Timeout and Data Corruption","am335x-evm"
226-
"LCPD-28032","AM335x HS Boot Failure","am335x-hsevm"
227-
"LCPD-27524","Yocto: SRCIPK Packaging Build Failures for Kernel/U-Boot","am335x-evm,am335x-sk"
228-
"LCPD-26692","Hardware + Software IPSec Performance Test Failures","am64xx-evm,am335x-evm"
229-
230-
|
231-
232-
SDK Known Issues
233-
----------------
234-
.. csv-table::
235-
:header: "Record ID", "Platform", "Title", "Workaround"
236-
:widths: 25, 30, 50, 600
237-
238-
SITSW-1357,"am335x-evm,am335x-sk","Some of the Matrix QT5 demos (Touch, Thermostat, Browser) are failing",""
239-
SITSW-1358,"am335x-evm,am335x-sk","Matrix KMScube demo is failing",""
240-
SITSW-1376,"am335x-evm,am335x-sk","Matrix demo does not start until XFRM netlink socket initialization is complete","Reload localhost URL after XFRM netlink socket initialization is completed"
241-
242-
|
243-
244-
.. _release-specific-u-boot-known-issues:
245-
246-
U-Boot Known Issues
247-
-------------------
248-
.. csv-table::
249-
:header: "Record ID","Platform", "Title","Workaround"
250-
:widths: 15, 30, 70, 30
251-
252-
"LCPD-37017","am335x-evm","u-boot NAND boot failure with SDK 8.2 on AM335x EVM",""
253-
"LCPD-19133","am335x-evm,am335x-hsevm,am335x-ice,am335x-sk","Netconsole output corrupted when CONFIG_NETCONSOLE_BUFFER_SIZE >= 281",""
254-
255-
256-
|
257-
258-
.. _release-specific-linux-kernel-known-issues:
259-
260-
Linux Kernel Known Issues
261-
-------------------------
262-
.. csv-table::
263-
:header: "Record ID", "Platform", "Title", "Workaround"
264-
:widths: 5, 10, 70, 10
265-
266-
"LCPD-27472","am335x-evm","DRM stress failed ,Test setting different video modes frequently 1000 times",""
267-
"LCPD-25272","am335x-evm","Crypto_M_PERF_openssl_perf_software test Fails",""
268-
"LCPD-24728","am335x-evm","Power measurement with Standby/Suspend/Resume failure",""
269-
"LCPD-24456","am335x-evm,am335x-hsevm,am335x-ice,am335x-sk","Move IPC validation source from github to git.ti.com",""
270-
"LCPD-24302","am335x-evm","The speed test built in to OpenSSL - cryptographic",""
271-
"LCPD-24182","am335x-evm,beaglebone-black","Powermgr_xs_func_simple_suspend/standby resume tests",""
272-
"LCPD-24104","am335x-evm","nandtest util crashes NAND ubifs filesystem",""
273-
"LCPD-23096","am335x-ice","PTP broken with PRU-ETH on AM335x ICEv2",""
274-
"LCPD-22417","am335x-evm","No throughput on ipsec aes128 hardware test",""
275-
"LCPD-17790","am335x-evm","AM335x: USB Device: 15% performance drop",""
276-
"LCPD-17673","am335x-evm,beaglebone-black","No software documentation for the Timer module",""
277-
"LCPD-17449","am335x-evm,am335x-hsevm,am335x-ice,am335x-sk,beaglebone-black","libasan_preinit.o is missing in devkit",""
278-
"LCPD-14855","am335x-evm,am335x-ice,am335x-sk","omap_i2c_prepare_recovery() function can Lock System",""
279-
"LCPD-13947","am335x-evm","nativesdk-opkg is broken in the devkit",""
280-
"LCPD-10221","am335x-evm","Longer resume times observed on setup with usb device cable",""
281-
"LCPD-9455","am335x-evm","Kernel Warning reported for a USB audio device when listing with pulseaudio",""
282-
"LCPD-9372","am335x-evm","Nand stress tests failed on a particular am335x-evm board",""
283-
"LCPD-8636","am335x-evm","Serial corruption being seen in kernel",""
284-
"LCPD-8133","am335x-evm","USB: ""cannot reset"" errors observed sometimes",""
285-
"LCPD-7955","am335x-evm","Uncorrectable Bitflip errors seen after switch to SystemD","Workaround to erase the NAND flash completely if flashed with an incompatible flash writer. SystemD tries to mount all partitions and that is the reason this is being seen now."
286-
"LCPD-5362","am335x-evm","MUSB: Isoch IN only utilises 50% bandwidth",""
182+
.. note::
287183

288-
|
184+
- Release Specific Issues including details will be published through Software Incident Report (SIR) portal
289185

186+
- Further Information can be found at `SIR Portal <https://sir.ext.ti.com/>`_
290187

291188

292189

source/devices/AM437X/linux/Release_Specific_Release_Notes.rst

Lines changed: 3 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -176,90 +176,11 @@ Yocto
176176
Issues Tracker
177177
==============
178178

179-
Issues opened in previous releases that were closed on this release
180-
-------------------------------------------------------------------
181-
.. csv-table::
182-
:header: "Record ID", "Title", "Platform"
183-
:widths: 15, 70, 20
184-
185-
"SITSW-706","Top level makefile broken in AM335x & AM437x","am437x-idk,am437x-sk"
186-
"LCPD-25313","HDMI Audio playback tests are failing for all the frequencies ","am43xx-gpevm"
187-
"LCPD-25277","NAND rootfs as ubifs mount, read, write and delete test Fails","am43xx-gpevm"
188-
"LCPD-24853","USBDEV msc_mmc g_mass_storage.ko module not available ","am43xx-gpevm"
189-
"LCPD-24826","Power Manager Runtime is not suspending SERIAL","am43xx-gpevm"
190-
"LCPD-24820","HW SHA crypto acceleration error getting irq for crypto","am43xx-gpevm"
191-
"LCPD-24811","LTP test fail- No Timers","am43xx-gpevm"
192-
"LCPD-24239","IPC performance test","am43xx-gpevm"
193-
"LCPD-23019","OPTEE tests are failing (Impact 5)","am43xx-hsevm"
194-
"LCPD-22828","Convert tps62360-regulator.txt: ""ti,tps62363"" to yaml","am437x-idk"
195-
"LCPD-21523","alpha blending test failure","am43xx-gpevm"
196-
"LCPD-20673","packaging: ipsec: command not found","am43xx-gpevm"
197-
"LCPD-19858","OE: OPTEE label used in SDK is old and wrong","am43xx-gpevm,am43xx-hsevm,am437x-idk,am437x-sk"
198-
"LCPD-19838","Cryptodev not building against 5.10 kernel","am43xx-gpevm,am43xx-hsevm,am437x-idk,am437x-sk"
199-
"LCPD-19279","openssl_perf.sh functionality to be included in rootfs (decouple from matrixgui)","am43xx-gpevm"
200-
"LCPD-18643","U-Boot: AM335x/AM473x: Both SPI CS signals get asserted","am43xx-gpevm,am43xx-hsevm,am437x-idk,am437x-sk"
201-
"LCPD-17817","Images created with Proc-SECDEV grow with number of times SECDEV has been used","am43xx-hsevm"
202-
"LCPD-7025","System takes more than 10 seconds to go from login prompt to system prompt","am43xx-gpevm"
203-
204-
205-
|
206-
207-
208-
Issues found and closed on this release that may be applicable to prior releases
209-
--------------------------------------------------------------------------------
210-
.. csv-table::
211-
:header: "Record ID", "Title", "Platform"
212-
:widths: 15, 70, 20
213-
214-
"SITSW-3404","installer-scripts: Version not auto updated for installer","am437x-idk,am437x-sk,am43xx-gpevm,am43xx-hsevm"
215-
"SITSW-3378","systemd-networkd-wait-online service timeouts ","am437x-idk,am437x-sk,am43xx-gpevm,am43xx-hsevm"
216-
"SITSW-1649","Create-sdcard.sh: Displays command not found error","am437x-sk,am43xx-gpevm,am43xx-hsevm"
217-
"LCPD-36626","am335x: am43xx: Display and Touchscreen is not functional","am43xx-gpevm,am43xx-hsevm"
218-
"LCPD-34652","AM437x: Failing POWERMGR_S_FUNC_CPUFREQ_BASIC test","am43xx-gpevm,am43xx-hsevm,am437x-sk"
219-
"LCPD-29650","AM437x: kernel init routine execution time regression","am43xx-gpevm"
220-
"LCPD-26692","Hardware + Software IPSec Performance Test Failures","am43xx-gpevm"
221-
222-
|
223-
224-
225-
.. _release-specific-u-boot-known-issues:
226-
227-
U-Boot Known Issues
228-
-------------------
229-
.. csv-table::
230-
:header: "Record ID","Platform", "Title","Workaround"
231-
:widths: 15, 30, 70, 30
232-
233-
234-
|
235-
236-
.. _release-specific-linux-kernel-known-issues:
237-
238-
Linux Kernel Known Issues
239-
-------------------------
240-
.. csv-table::
241-
:header: "Record ID", "Platform", "Title", "Workaround"
242-
:widths: 5, 10, 70, 10
243-
244-
"LCPD-26730","am43xx-gpevm","Stack Exception observed while modetest command in HDMI tests ",""
245-
"LCPD-25498","am43xx-gpevm","Test to validate poweroff voltage on all voltage domains fails",""
246-
"LCPD-25272","am43xx-gpevm","Crypto_M_PERF_openssl_perf_software test Fails",""
247-
"LCPD-24728","am43xx-gpevm","Power measurement with Standby/Suspend/Resume failure",""
248-
"LCPD-24650","am43xx-gpevm","VPFE sensor capture fails",""
249-
"LCPD-24505","am43xx-gpevm","KMS properties test failed",""
250-
"LCPD-24456","am43xx-gpevm,am43xx-hsevm,am437x-idk,am437x-sk","Move IPC validation source from github to git.ti.com",""
251-
"LCPD-24302","am43xx-gpevm","The speed test built in to OpenSSL - cryptographic",""
252-
"LCPD-24182","am43xx-gpevm","Powermgr_xs_func_simple_suspend/standby resume tests",""
253-
"LCPD-17673","am43xx-gpevm","No software documentation for the Timer module",""
254-
"LCPD-17449","am43xx-gpevm,am43xx-hsevm,am437x-idk,am437x-sk","libasan_preinit.o is missing in devkit",""
255-
"LCPD-10974","am43xx-gpevm","am43xx-gpevm - usb camera gadget shows halting frames","None"
256-
"LCPD-9254","am43xx-hsevm","Kernel warnings in boot for am437x-hsevm",""
257-
"LCPD-7955","am43xx-gpevm","Uncorrectable Bitflip errors seen after switch to SystemD","Workaround to erase the NAND flash completely if flashed with an incompatible flash writer. SystemD tries to mount all partitions and that is the reason this is being seen now."
258-
"LCPD-1207","am43xx-gpevm","AM43XX/AM57XX/DRA7: CONNECTIVITY: dwc3_omap on am43xx and xhci_plat_hcd on dra7 - removal results in segmentation fault",""
259-
179+
.. note::
260180

261-
|
181+
- Release Specific Issues including details will be published through Software Incident Report (SIR) portal
262182

183+
- Further Information can be found at `SIR Portal <https://sir.ext.ti.com/>`_
263184

264185

265186
.. rubric:: Installation and Usage

0 commit comments

Comments
 (0)