summaryrefslogtreecommitdiff
path: root/payloads/nvramcui
AgeCommit message (Expand)Author
2021-02-07nvramcui: Use libpayload's new `Makefile.payload`Nico Huber
2021-02-07nvramcui: Unexport COREBOOT_EXPORTSNico Huber
2021-01-13nvramcui: Make local render_form() function staticNico Huber
2020-10-30.gitignore: Split into subdirectory filesPatrick Georgi
2020-08-18payloads/nvramcui: Fix `make clean`Nico Huber
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2019-08-20Makefile.inc, payloads: Enable -WvlaJacob Garber
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-01-24payloads/nvramcui/payload.sh: Fix shellcheck warningsMartin Roth
2017-06-06nvramcui: Use regular `if` over `#if` for `IS_ENABLED`Paul Menzel
2017-03-13nvramcui: Add USB supportNicola Corna
2017-01-25nvramcui: Declare variable outside for loopPaul Menzel
2016-09-01nvramcui: remove undeclared variableAntonello Dettori
2016-08-23nvramcui: refactor codeAntonello Dettori
2016-06-29nvramcui: Update MakefileMartin Roth
2016-05-03nvramcui: Cast u8 * values to char * to eliminate warningsMartin Roth
2016-05-01payloads/nvramcui: Make the makefile non-executableJonathan Neuschäfer
2016-04-26nvramcui: Reformat nvramcui.cMartin Roth
2016-04-26nvramcui: Remove unnecessary header filesMartin Roth
2016-04-20nvramcui: Update MakefileIru Cai
2016-03-11nvramcui: Add distclean targetMartin Roth
2016-02-26nvramcui: Add MakefileDenis 'GNUtoo' Carikli
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-19nvramcui: reboot at the end as TODO suggestsVladimir Serbinenko
2015-02-25nvramcui: don't init curses too earlyLubomir Rintel
2015-02-25nvramcui: fix a buffer overflowLubomir Rintel
2015-02-25nvramcui: don't wait for the first key update to render the formLubomir Rintel
2015-02-25nvramcui: drop unused variableLubomir Rintel
2014-01-19nvramcui: Trim values when setting.Vladimir Serbinenko
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-11-19Add nvramcuiPatrick Georgi