summaryrefslogtreecommitdiffstats
path: root/payloads/nvramcui
Commit message (Expand)AuthorAgeFilesLines
* payloads/nvramcui/nvramcui.c: Reformat codeElyes Haouas2022-05-161-23/+12
* nvramcui: Use libpayload's new `Makefile.payload`Nico Huber2021-02-072-31/+8
* nvramcui: Unexport COREBOOT_EXPORTSNico Huber2021-02-071-0/+2
* nvramcui: Make local render_form() function staticNico Huber2021-01-131-1/+1
* .gitignore: Split into subdirectory filesPatrick Georgi2020-10-301-0/+2
* payloads/nvramcui: Fix `make clean`Nico Huber2020-08-181-2/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* Makefile.inc, payloads: Enable -WvlaJacob Garber2019-08-201-1/+1
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-1/+1
* payloads/nvramcui/payload.sh: Fix shellcheck warningsMartin Roth2018-01-241-2/+2
* nvramcui: Use regular `if` over `#if` for `IS_ENABLED`Paul Menzel2017-06-061-3/+2
* nvramcui: Add USB supportNicola Corna2017-03-131-0/+4
* nvramcui: Declare variable outside for loopPaul Menzel2017-01-251-2/+4
* nvramcui: remove undeclared variableAntonello Dettori2016-09-011-2/+2
* nvramcui: refactor codeAntonello Dettori2016-08-231-28/+54
* nvramcui: Update MakefileMartin Roth2016-06-291-6/+8
* nvramcui: Cast u8 * values to char * to eliminate warningsMartin Roth2016-05-031-8/+8
* payloads/nvramcui: Make the makefile non-executableJonathan Neuschäfer2016-05-011-0/+0
* nvramcui: Reformat nvramcui.cMartin Roth2016-04-261-51/+67
* nvramcui: Remove unnecessary header filesMartin Roth2016-04-261-3/+0
* nvramcui: Update MakefileIru Cai2016-04-201-2/+22
* nvramcui: Add distclean targetMartin Roth2016-03-111-0/+2
* nvramcui: Add MakefileDenis 'GNUtoo' Carikli2016-02-261-0/+10
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* nvramcui: reboot at the end as TODO suggestsVladimir Serbinenko2015-05-191-1/+2
* nvramcui: don't init curses too earlyLubomir Rintel2015-02-251-18/+19
* nvramcui: fix a buffer overflowLubomir Rintel2015-02-251-1/+1
* nvramcui: don't wait for the first key update to render the formLubomir Rintel2015-02-251-1/+3
* nvramcui: drop unused variableLubomir Rintel2015-02-251-1/+0
* nvramcui: Trim values when setting.Vladimir Serbinenko2014-01-191-0/+4
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Add nvramcuiPatrick Georgi2012-11-192-0/+254