summaryrefslogtreecommitdiffstats
path: root/core/nvram-format.c
Commit message (Expand)AuthorAgeFilesLines
* nvram: Fix wait-for-nvram messageOliver O'Halloran2018-09-171-2/+3
* nvram: Print how long we waited for nvramOliver O'Halloran2018-09-171-0/+2
* nvram: Fix a possible NULL pointer de-ref in nvram_query_eq()Vaibhav Jain2018-09-171-0/+9
* nvram: run nvram_validate() after nvram_reformat()Nicholas Piggin2018-03-271-0/+3
* nvram: Fix 'missing' nvram on FSP systems.Cyril Bur2017-11-301-0/+9
* Big log level reduction...Benjamin Herrenschmidt2017-06-261-6/+3
* nvram-format: Fix endian issuesStewart Smith2017-02-231-15/+20
* treewide: squash sparse static warningsAndrew Donnellan2017-01-051-1/+1
* nvram: add nvram_query_eq()Oliver O'Halloran2016-10-141-0/+11
* nvram: force re-verification after writingOliver O'Halloran2016-10-141-4/+19
* core/nvram: add support for skiboot config stringsOliver O'Halloran2016-08-301-0/+68
* nvram: ibm,skiboot NUL terminator checkOliver O'Halloran2016-08-301-5/+22
* nvram: rename nvram-format.h to nvram.hOliver O'Halloran2016-08-301-1/+1
* log_level: Reduce the in memory console log_level to lower priorityPridhiviraj Paidipeddi2016-08-021-1/+1
* nvram: Add extra debug printing when NVRAM needs formattingCyril Bur2016-07-271-3/+9
* nvram-format: fix inconsistent indentingStewart Smith2016-07-111-3/+3
* Use memcpy for NVRAM free partition name, is part of stdStewart Smith2015-06-241-1/+2
* Expand nvram-format unit test to cover all error pathsStewart Smith2015-06-241-1/+9
* Move NVRAM format/check code out into separate file to unit testStewart Smith2015-06-241-0/+149
OpenPOWER on IntegriCloud