summaryrefslogtreecommitdiffstats
path: root/util/kconfig
Commit message (Expand)AuthorAgeFilesLines
...
* kconfig: properly build parser when LKC_GENPARSER=1Patrick Georgi2015-05-121-2/+6
* kconfig: handle globbed files backwardsPatrick Georgi2015-05-112-675/+925
* kconfig: avoid using wordexpPatrick Georgi2015-05-042-898/+691
* kconfig: Add wildcard support for "source"Stefan Reinauer2015-04-066-165/+186
* kconfig: Replace mentions of "list_struct" to "list_head"Stefan Reinauer2015-04-061-3/+3
* kconfig: calloc/xcalloc: Fix argument orderStefan Reinauer2015-04-061-2/+2
* kconfig: Fix warning "‘jump’ may be used uninitialized"Stefan Reinauer2015-04-061-2/+2
* kbuild: trivial - remove trailing empty linesStefan Reinauer2015-04-064-5/+0
* kconfig: lxdialog: fix spellingStefan Reinauer2015-04-061-1/+1
* kconfig: use va_end to match corresponding va_startStefan Reinauer2015-04-061-0/+1
* kbuild: trivial - use tabs for code indent where possibleStefan Reinauer2015-04-0612-18/+18
* kconfig/lxdialog: get ncurses CFLAGS with pkg-configStefan Reinauer2015-04-061-1/+5
* util: Add miniconfig, a script to minimize coreboot configurationsStefan Reinauer2015-03-261-0/+88
* kconfig: create files in target directory if requestedPatrick Georgi2014-11-181-3/+21
* kconfig: update to follow upstream more closelyPatrick Georgi2014-05-0739-2619/+6814
* kconfig: fix choice dependency checkRoman Zippel2013-05-261-18/+76
* kconfig: reversed borderlines in inputboxRoel Kluin2013-05-261-1/+1
* kconfig: add named choice groupRoman Zippel2013-05-266-223/+206
* kconfig: Some terms or curses libraries treat backspace as 0x08Zheng Bao2012-10-231-0/+1
* build: build coreboot on mingw.Zheng Bao2012-10-221-1/+1
* Isolate Kconfig host compiler optionsPatrick Georgi2012-09-141-0/+2
* kconfig: Fix 'make gconfig'.Uwe Hermann2012-04-132-1/+2
* Force coreboot mconf to create temp files in the output directoryVadim Bendebury2012-04-021-10/+43
* Respect linker orderChristian Ruppert2011-12-211-2/+2
* kconfig: Use more collision resistant temporary filenamesPatrick Georgi2011-11-061-4/+7
* Emit unwritten symbols in Kconfig so we don't have to do constructs likeStefan Reinauer2011-04-181-1/+8
* fix compilation of mconf on some systems.Stefan Reinauer2011-01-051-1/+1
* More "prepare"-dependencies we don't need anymorePatrick Georgi2010-04-271-14/+14
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-278-338/+338
* Make the kconfig-style build work in mingw:Patrick Georgi2009-11-215-4/+5470
* In the mainboard selection, the selected mainboard is printed twice inPatrick Georgi2009-09-141-0/+3
* Use the gnu make .SILENT: mechanism instead of requiringPatrick Georgi2009-08-251-39/+39
* Kconfig!Patrick Georgi2009-08-1235-0/+19427