summaryrefslogtreecommitdiff
path: root/board/xilinx/common/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* xilinx: cmd: Add support for FRU commandsSiva Durga Prasad Paladugu2020-10-271-0/+3
| | | | | | | | | | | | | | | | | This patch adds support for fru commands "fru capture" and "fru display". The fru capture parses the FRU table present at an address and stores in a structure for later use. The fru display prints the content of captured structured in a readable format. As of now, it supports only common header and board area of FRU. Also, it supports only English language code and ASCII8/BINARY formats. fru_data variable is placed to data section because fru parser can be called very early before bss is initialized. And also information needs to be shared that's why it is exported via header. Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* xilinx: common: Add Makefile to common folderMichal Simek2020-10-271-0/+7
There is no need to reference files in common folder back. Simply adding Makefile to this folder does the job because this "common" location is already wired in main Makefile. Signed-off-by: Michal Simek <michal.simek@xilinx.com>