remove trailing whitespace
[coreboot.git] / util / sconfig / main.c
2011-11-01 Stefan Reinauerremove trailing whitespace
2011-10-19 Stefan Reinauersconfig: check whether component directory actually...
2011-03-01 Sylvain "ythier... [SCONFIG] remove unused variable in inherit_subsystem_ids()
2011-03-01 Sven SchnelleAdd subsystemid option to sconfig
2010-09-01 Myles WatsonSimplify last_dev_p so that it matches comments.
2010-08-16 Stefan Reinauersconfig parser:
2010-08-09 Patrick GeorgiFix build error introduced in r5868.
2010-08-09 Stefan Reinauernon-root devices are not supposed to be accessed outsid...
2010-07-15 Patrick GeorgiTrivial: Improve error reporting of sconfig slightly...
2010-06-10 Myles WatsonCheck for NULL before calling device_match()
2010-06-09 Myles WatsonSame conversion as with resources from static arrays...
2010-05-21 Myles WatsonUse lists instead of arrays for resources in devices...
2010-05-05 Patrick Georgisconfig: Make cur_bus and cur_parent local to the parser.
2010-05-05 Patrick GeorgiSplit C code in sconfig's parser into a separate file.