[coreboot] What does *intelblocks* mean?

Banik, Subrata subrata.banik at intel.com
Mon Jun 5 18:26:08 CEST 2017


>> The reason 'intelblocks' is in the include path is because the include headers are namespaced. e.g. #include <intelblocks/blah.h>.

My +2 to Aaron's comment, that’s the only reason to create "intelblocks".

Thanks,
Subrata


-----Original Message-----
From: Aaron Durbin [mailto:adurbin at google.com] 
Sent: Monday, June 5, 2017 9:11 PM
To: Paul Menzel <paulepanter at users.sourceforge.net>
Cc: Coreboot <coreboot at coreboot.org>; Banik, Subrata <subrata.banik at intel.com>
Subject: Re: [coreboot] What does *intelblocks* mean?

On Mon, Jun 5, 2017 at 2:48 AM, Paul Menzel <paulepanter at 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 at coreboot.org 
> https://mail.coreboot.org/mailman/listinfo/coreboot


More information about the coreboot mailing list