[U-Boot] [PATCH] x86: baytrail: Add BayTrail-I D0 stepping microcode

Bin Meng bmeng.cn at gmail.com
Fri Jun 5 02:25:09 CEST 2015


+Wolfgang, +Tom,

On Thu, Jun 4, 2015 at 8:09 PM, Bin Meng <bmeng.cn at gmail.com> wrote:
> New microcode for BayTrail-I D0 stepping.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>

Looks that this patch is still pending on mailing list admin's
approval as its size exceeds the 100KB limit thus not showing on
patchwork. Wolfgang/Tom, would you take a look at this? Thanks,

>  arch/x86/dts/microcode/m0130679901.dtsi | 3284 +++++++++++++++++++++++++++++++
>  1 file changed, 3284 insertions(+)
>  create mode 100644 arch/x86/dts/microcode/m0130679901.dtsi
>
> diff --git a/arch/x86/dts/microcode/m0130679901.dtsi b/arch/x86/dts/microcode/m0130679901.dtsi
> new file mode 100644
> index 0000000..11aaaa0
> --- /dev/null
> +++ b/arch/x86/dts/microcode/m0130679901.dtsi
> @@ -0,0 +1,3284 @@
> +/*
> + * ---
> + * This is a device tree fragment. Use #include to add these properties to a
> + * node.
> + *
> + * Date:
> + */
> +
> +compatible = "intel,microcode";
> +intel,header-version = <1>;
> +intel,update-revision = <0x901>;
> +intel,date-code = <0x4212014>;
> +intel,processor-signature = <0x30679>;
> +intel,checksum = <0x69c4e6f1>;
> +intel,loader-revision = <1>;
> +intel,processor-flags = <0x1>;
> +
> +/* The first 48-bytes are the public header which repeats the above data */
> +data = <

[snip]

Regards,
Bin


More information about the U-Boot mailing list