aboutsummaryrefslogtreecommitdiff
path: root/board/xilinx/common/fru_ops.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-1/+1
2024-05-07board: xilinx: Remove <common.h> and add needed includesTom Rini1-1/+1
2023-01-27fru: ops: Display FRU fields properly for 0xc1 fieldsAlgapally Santosh Sagar1-15/+28
2022-12-05xilinx: Add option to select SC id instead of DUT id for SC supportMichal Simek1-1/+5
2022-03-07fru: ops: Add support to read mac addresses from multirecordAshok Reddy Soma1-0/+39
2022-03-07fru: ops: Return error from checksum if data is all zero'sAshok Reddy Soma1-0/+8
2022-03-07fru: ops: Clear fru table before storing dataAshok Reddy Soma1-1/+1
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn1-1/+1
2021-01-05fru: ops: avoid out of bounds accessHeinrich Schuchardt1-1/+1
2020-11-20fru: ops: Do not let parser to write data to not allocated spaceMichal Simek1-1/+7
2020-11-20fru: common: Switch capture variable with the restMichal Simek1-1/+1
2020-10-27xilinx: cmd: Add basic fru format generatorMichal Simek1-1/+100
2020-10-27xilinx: cmd: Add support for FRU commandsSiva Durga Prasad Paladugu1-0/+263