aboutsummaryrefslogtreecommitdiff
path: root/core/nvram-format.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-07-26SPDX-ify all skiboot codeStewart Smith1-17/+4
2019-05-15nvram: Flag dangerous NVRAM optionsMichael Neuling1-6/+49
2018-09-17nvram: Fix wait-for-nvram messageOliver O'Halloran1-2/+3
2018-09-17nvram: Print how long we waited for nvramOliver O'Halloran1-0/+2
2018-09-17nvram: Fix a possible NULL pointer de-ref in nvram_query_eq()Vaibhav Jain1-0/+9
2018-03-27nvram: run nvram_validate() after nvram_reformat()Nicholas Piggin1-0/+3
2017-11-30nvram: Fix 'missing' nvram on FSP systems.Cyril Bur1-0/+9
2017-06-26Big log level reduction...Benjamin Herrenschmidt1-6/+3
2017-02-23nvram-format: Fix endian issuesStewart Smith1-15/+20
2017-01-05treewide: squash sparse static warningsAndrew Donnellan1-1/+1
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