[linux-yocto] [PATCH 08/13] bsp/intel-common: add intel-core* extended bsps

Paul Gortmaker paul.gortmaker at windriver.com
Sun Feb 7 15:27:39 PST 2016


[[linux-yocto] [PATCH 08/13] bsp/intel-common: add intel-core* extended bsps] On 04/02/2016 (Thu 16:25) California Sullivan wrote:

> These bsps use the extended ktype and add the intel-extended-drivers.scc
> file. They should have the same functionality as the -standard bsps had
> previously.

If we move from a new ktype to just using a feature or similar, we'll
have to retool this commit, obviously....

P.
--

> 
> Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
> ---
>  bsp/intel-common/intel-core2-32-extended.scc  | 14 ++++++++++++++
>  bsp/intel-common/intel-corei7-64-extended.scc | 13 +++++++++++++
>  2 files changed, 27 insertions(+)
>  create mode 100644 bsp/intel-common/intel-core2-32-extended.scc
>  create mode 100644 bsp/intel-common/intel-corei7-64-extended.scc
> 
> diff --git a/bsp/intel-common/intel-core2-32-extended.scc b/bsp/intel-common/intel-core2-32-extended.scc
> new file mode 100644
> index 0000000..46fd7c0
> --- /dev/null
> +++ b/bsp/intel-common/intel-core2-32-extended.scc
> @@ -0,0 +1,14 @@
> +# intel-core2-32-extended.scc
> +#
> +# Extended ktype for 32 bit Core 2 and later CPUs.
> +#
> +
> +define KMACHINE intel-core2-32
> +define KARCH i386
> +define KTYPE extended
> +
> +include ktypes/extended/extended.scc
> +include intel-common-drivers.scc
> +include intel-common-drivers-32.scc
> +include intel-extended-drivers.scc
> +include intel-core2-32.scc
> diff --git a/bsp/intel-common/intel-corei7-64-extended.scc b/bsp/intel-common/intel-corei7-64-extended.scc
> new file mode 100644
> index 0000000..cfba0f6
> --- /dev/null
> +++ b/bsp/intel-common/intel-corei7-64-extended.scc
> @@ -0,0 +1,13 @@
> +# intel-core2-32-extended.scc
> +#
> +# Extended ktype for 32 bit Core 2 and later CPUs.
> +#
> +
> +define KMACHINE intel-corei7-64
> +define KARCH x86_64
> +define KTYPE extended
> +
> +include ktypes/extended/extended.scc
> +include intel-common-drivers.scc
> +include intel-extended-drivers.scc
> +include intel-corei7-64.scc
> -- 
> 2.5.0
> 
> -- 
> _______________________________________________
> linux-yocto mailing list
> linux-yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/linux-yocto


More information about the linux-yocto mailing list