summaryrefslogtreecommitdiff
path: root/meta-amd/recipes-amd/amd-fpga/files/ethanolx/fpgardu.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-03-07meta-amd: added meta-common folderJayanth Othayoth1-398/+0
This is to keep all AMD layer common recipes at one place. Change-Id: I5e407e9673437e203dc46d1bb4dea51387a91afd Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
2023-04-14meta-amd: fix up new shellcheck warningsAndrew Geissler1-139/+139
New docker container is flagging some issues in this shell script: ``` SC2322 (style): In arithmetic contexts, ((x)) is the same as (x). Prefer only one layer of parentheses. SC2046 (warning): Quote this to prevent word splitting. SC2219 (style): Instead of 'let expr', prefer (( expr )). ``` Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I46dac4da799a9e3256bb5f1829784253be67716f
2021-04-21meta-amd: FPGA Register Dump Utility ScriptKonstantin Aladyshev1-0/+398
Usage: fpgardu.sh Uses i2c bus 2 to access FPGA registers and display the data Signed-off-by: Paul Erb <paul.erb@amd.com> Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@amd.com> Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I2608eb48fa4cb3ef2d8837bc22a8efe3dc339d37