summaryrefslogtreecommitdiffstats
path: root/src/drivers/ipmi/ipmi_fru.c
Commit message (Expand)AuthorAgeFilesLines
* src/drivers: Remove unnecessary space after castsElyes Haouas2022-11-221-2/+2
* drivers/ipmi: prepare for adding more interfacesSergii Dmytruk2022-10-021-1/+2
* drivers: Get rid of unnecessary blank lines {before,after} braceElyes HAOUAS2022-07-171-1/+0
* drivers/ipmi: Use correct unsigned int length modifierPaul Menzel2022-01-071-3/+3
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-051-1/+1
* drivers/ipmi: Read more FRU data fields for Product and Board InfoJohnny Lin2020-06-281-14/+165
* drivers/ipmi: Add IPMI read FRU chassis info areaJohnny Lin2020-06-251-2/+100
* drivers/ipmi: Add function read_data_string() to make code cleanerJohnny Lin2020-06-251-124/+53
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-14/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* drivers/ipmi: Fix buffer double-freeJacob Garber2020-03-091-1/+1
* drivers/ipmi/ipmi_fru: Add missing <stdlib.h>Elyes HAOUAS2019-12-271-0/+2
* drivers/ipmi: Add IPMI Read FRU functionJohnny Lin2019-12-191-0/+409