Dear coreboot folks,
In commit a554b0c5b7 (soc/intel/common/block: Add Intel XHCI driver support) [1] the directory `src/soc/intel/common/block/include/intelblocks` is created.
Could somebody please help me, what *intelblocks* means here, and why *intel* is twice in the path?
Thanks,
Paul
On Mon, Jun 5, 2017 at 2:48 AM, Paul Menzel paulepanter@users.sourceforge.net wrote:
Dear coreboot folks,
In commit a554b0c5b7 (soc/intel/common/block: Add Intel XHCI driver support) [1] the directory `src/soc/intel/common/block/include/intelblocks` is created.
Could somebody please help me, what *intelblocks* means here, and why *intel* is twice in the path?
It's common code to be used for intel SoCs. 'ipblock' would be more appropriate, but I think people didn't want to freak anyone out with the name 'ip'. The reason 'intelblocks' is in the include path is because the include headers are namespaced. e.g. #include <intelblocks/blah.h>.
Thanks,
Paul
[1] https://review.coreboot.org/18221/
-- coreboot mailing list: coreboot@coreboot.org https://mail.coreboot.org/mailman/listinfo/coreboot