aboutsummaryrefslogtreecommitdiff
path: root/core/nvram-format.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-14nvram: add nvram_query_eq()Oliver O'Halloran1-0/+11
2016-10-14nvram: force re-verification after writingOliver O'Halloran1-4/+19
2016-08-30core/nvram: add support for skiboot config stringsOliver O'Halloran1-0/+68
2016-08-30nvram: ibm,skiboot NUL terminator checkOliver O'Halloran1-5/+22
2016-08-30nvram: rename nvram-format.h to nvram.hOliver O'Halloran1-1/+1
2016-08-02log_level: Reduce the in memory console log_level to lower priorityPridhiviraj Paidipeddi1-1/+1
2016-07-27nvram: Add extra debug printing when NVRAM needs formattingCyril Bur1-3/+9
2016-07-11nvram-format: fix inconsistent indentingStewart Smith1-3/+3
2015-06-24Use memcpy for NVRAM free partition name, is part of stdStewart Smith1-1/+2
2015-06-24Expand nvram-format unit test to cover all error pathsStewart Smith1-1/+9
2015-06-24Move NVRAM format/check code out into separate file to unit testStewart Smith1-0/+149