Hi,
Looking for drivers/generic/generic in the source code, we use it quite a lot:
grep generic.generic src/mainboard/*/*/devicetree.cb |wc -l 391
However:
ls src/drivers/generic/ Kconfig Makefile.inc debug
It does not exist.
Should we drop all those sub trees? Or try to fix them? What is needed to fix them?
Am 10.05.2011 00:17, schrieb Stefan Reinauer:
Looking for drivers/generic/generic in the source code, we use it quite a lot:
Should we drop all those sub trees? Or try to fix them? What is needed to fix them?
Fix what? Is there an issue that needs fixing or should we just remove all references to that driver?
Patrick
* Patrick Georgi patrick@georgi-clan.de [110510 23:07]:
Am 10.05.2011 00:17, schrieb Stefan Reinauer:
Looking for drivers/generic/generic in the source code, we use it quite a lot:
Should we drop all those sub trees? Or try to fix them? What is needed to fix them?
Fix what? Is there an issue that needs fixing or should we just remove all references to that driver?
That's what I am trying to find out. Why were all SPD ROMs referenced in device tree.cb in the first place?
I think sconfig should through an error though if a chip XXX does not exist (but not if XXX/chip.h does not exist)
Stefan