summaryrefslogtreecommitdiffstats
path: root/util/sconfig/main.c
Commit message (Expand)AuthorAgeFilesLines
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* sconfig: add cpu device typeAaron Durbin2014-10-071-0/+4
* sconfig: improve argument parsingPatrick Georgi2014-08-041-1/+4
* util/sconfig/main.c: Remove assigned but unused variable `link`Paul Menzel2014-08-041-1/+0
* sconfig: more careful string resource handlingPatrick Georgi2014-08-041-1/+2
* util/sconfig: fix check for count of command line argumentsDaniele Forsi2014-07-301-1/+1
* sconfig: don't "const" structs twicePatrick Georgi2014-01-201-2/+2
* AMD: Drop empty root_complexKyösti Mälkki2013-06-241-2/+7
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-141-2/+2
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-141-5/+5
* 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-081-28/+25
* 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
* MPTAPLE: generate from devicetree.cbSven Schnelle2012-07-131-12/+60
* 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-011-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 subsystemid option to sconfigSven Schnelle2011-03-011-0/+46
* Simplify last_dev_p so that it matches comments.Myles Watson2010-09-011-1/+1
* sconfig parser:Stefan Reinauer2010-08-161-3/+19
* Fix build error introduced in r5868.Patrick Georgi2010-08-091-4/+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
* sconfig: Make cur_bus and cur_parent local to the parser.Patrick Georgi2010-05-051-30/+30
* Split C code in sconfig's parser into a separate file.Patrick Georgi2010-05-051-0/+417