Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
container:
image: ghcr.io/texasinstruments/processor-sdk-doc:latest
options: --entrypoint /bin/bash
permissions:
contents: read
outputs:
build-matrix: "${{ steps.matrix.outputs.matrix }}"
steps:
Expand All @@ -36,6 +38,8 @@ jobs:
container:
image: ghcr.io/texasinstruments/processor-sdk-doc:latest
options: --entrypoint /bin/bash
permissions:
contents: read
needs: collect
strategy:
matrix:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_toc_txt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
container:
image: ghcr.io/texasinstruments/processor-sdk-doc:latest
options: --entrypoint /bin/bash
permissions:
contents: read

steps:
- name: Checkout repository
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
name: Comment
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.event == 'pull_request' }}
permissions:
pull-requests: write

steps:
- name: Download artifact
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
container:
image: ghcr.io/texasinstruments/processor-sdk-doc:latest
options: --entrypoint /bin/bash
permissions: {}

steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rstcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
container:
image: ghcr.io/texasinstruments/processor-sdk-doc:latest
options: --entrypoint /bin/bash
permissions:
contents: read

steps:
- name: Checkout repository
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
container:
image: ghcr.io/staticrocket/processor-sdk-doc:latest
options: --entrypoint /bin/bash
permissions:
contents: read

steps:
- name: Prepare GitHub workdir
Expand Down
2 changes: 1 addition & 1 deletion configs/AM335X/AM335X_linux_toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ linux/Overview_Directory_Structure_Overview
linux/Overview_Software_Stack
linux/Overview_Technical_Support
linux/Overview_Training
linux/Overview_GPLv3_Disclaimer
linux/Overview_GPLv3claimer
linux/Overview/Processor_SDK_Linux_Getting_Started_Guide
linux/Overview/Processor_SDK_Linux_create_SD_card
linux/Overview/Download_and_Install_the_SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
Introduction
############

A gneral spelling mistake.

Check warning on line 8 in source/linux/Foundational_Components/Graphics/Rogue/Overview.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Spelling] Verify the word 'gneral'. It is not in the American English spelling dictionary used by Vale. Raw Output: {"message": "[RedHat.Spelling] Verify the word 'gneral'. It is not in the American English spelling dictionary used by Vale.", "location": {"path": "source/linux/Foundational_Components/Graphics/Rogue/Overview.rst", "range": {"start": {"line": 8, "column": 3}}}, "severity": "WARNING"}

.. ifconfig:: CONFIG_gpu_ip in ('Rogue_8XE')

|__PART_FAMILY_DEVICE_NAMES__| device is enabled with 3D graphics
Expand Down
2 changes: 1 addition & 1 deletion source/linux/Foundational_Components_ATF.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
software for Armv7-A and Armv8-A, including a Secure Monitor executing at
Exception Level 3 (EL3).

Arm Trusted Firmware (ATF) is the initial code on ARMv8-A cores for all K3 platforms.
Arm Trusted Firmware (ATF) is the intial code on ARMv8-A cores for all K3 platforms.

Check warning on line 11 in source/linux/Foundational_Components_ATF.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Spelling] Verify the word 'intial'. It is not in the American English spelling dictionary used by Vale. Raw Output: {"message": "[RedHat.Spelling] Verify the word 'intial'. It is not in the American English spelling dictionary used by Vale.", "location": {"path": "source/linux/Foundational_Components_ATF.rst", "range": {"start": {"line": 11, "column": 35}}}, "severity": "WARNING"}
After setting up the initial core state and applying any needed errata fixes
it sets up itself as the EL3 monitor handler. Following that, it installs the secure
world open source Trusted Execution Environment (OP-TEE) software and passes execution
Expand Down
Loading