summaryrefslogtreecommitdiffstats
path: root/util/sconfig
Commit message (Expand)AuthorAgeFilesLines
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-146-96/+96
* use a relative path for #line 3David Hendricks2013-01-161-1/+1
* Make mainboard_ops and mainboard.c file optionalKyösti Mälkki2012-11-291-2/+1
* Provide weak empty declarations of all chip_ops used on a boardPatrick Georgi2012-11-271-1/+1
* Cleanup sconfigKyösti Mälkki2012-11-171-12/+32
* Drop redundant CHIP_NAME in mainboard.cKyösti Mälkki2012-11-061-0/+2
* Every chip must have chip_operationsKyösti Mälkki2012-10-082-28/+26
* Auto-declare chip_operationsKyösti Mälkki2012-08-221-0/+8
* Fix SMBIOS generationStefan Reinauer2012-08-081-0/+6
* Make the device tree available in the rom stageStefan Reinauer2012-08-041-12/+20
* Drop mainboard chip.hStefan Reinauer2012-07-261-2/+11
* sconfig: typo fixPatrick Georgi2012-07-201-1/+1
* sconfig: fix up shipped codePatrick Georgi2012-07-131-102/+108
* MPTAPLE: generate from devicetree.cbSven Schnelle2012-07-137-375/+508
* sconfig: Some fixesPatrick Georgi2012-05-301-2/+3
* Sconfig: parse Kconfig options from devicetree.cbKyösti Mälkki2011-12-241-37/+136
* remove trailing whitespaceStefan Reinauer2011-11-012-0/+0
* sconfig: check whether component directory actually existsStefan Reinauer2011-10-191-0/+7
* [SCONFIG] remove unused variable in inherit_subsystem_ids()Sylvain "ythier" Hitier2011-03-011-2/+1
* Add lex outputSven Schnelle2011-03-011-91/+110
* Add subsystemid option to sconfigSven Schnelle2011-03-016-55/+137
* Simplify last_dev_p so that it matches comments.Myles Watson2010-09-011-1/+1
* sconfig parser:Stefan Reinauer2010-08-161-3/+19
* make sconfig parser regeneration menu selectableStefan Reinauer2010-08-091-1/+3
* Fix build error introduced in r5868.Patrick Georgi2010-08-092-5/+0
* non-root devices are not supposed to be accessed outside of static.c except byStefan Reinauer2010-08-091-2/+4
* Trivial: Improve error reporting of sconfig slightly by reporting the line nu...Patrick Georgi2010-07-151-1/+3
* Check for NULL before calling device_match()Myles Watson2010-06-101-1/+1
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-28/+40
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-211-13/+23
* Improve the sconfig parser:Patrick Georgi2010-05-052-46/+44
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-052-117/+135
* sconfig: Make cur_bus and cur_parent local to the parser.Patrick Georgi2010-05-054-93/+102
* Split C code in sconfig's parser into a separate file.Patrick Georgi2010-05-056-891/+548
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-273-53/+53
* Build utils into their source directory equivalent inPatrick Georgi2010-04-161-6/+6
* sconfig should return success when it's successfulPatrick Georgi2010-04-142-0/+2
* output cosmeticsStefan Reinauer2010-04-081-2/+2
* Remove #line statements in processed parser source,Patrick Georgi2010-04-084-73/+3
* sconfig: Mangle - to _ for struct names, too.Patrick Georgi2010-04-082-8/+10
* Remove duplicate registers in digitallogic/adl855pc's device treePatrick Georgi2010-04-081-0/+1
* Replace sconfig with a C implementation.Patrick Georgi2010-04-0815-3500/+4691
* Make sconfig only complain about real conflicts.Patrick Georgi2010-03-261-2/+2
* Remove all build/ prefixes in the build output.Uwe Hermann2009-10-283-4/+4
* Prefix all build output file names of files which end up in the buildUwe Hermann2009-10-273-8/+6
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-273-7/+7
* Kconfig!Patrick Georgi2009-08-129-0/+3502