intel / intel/Intel-Linux-Processor-Microcode-Data-Files

Z3735G update to 0x838 microcode causes tablet to hang at boot

未关闭
#55 15 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
没有语言数据
星标
818
派生
86
PR 合并指标
30 天内没有已合并 PR

描述

While running Linux on a [Glavey TM800A550L tablet](https://www.aliexpress.com/item/32837708061.html) I noticed that it hangs at boot, sometimes showing various color patterns on the display, suggesting that the processor is writing over random memory, including the framebuffer.

It took me a while to figure this out, but adding `dis_ucode_ldr` on the kernel commandline fixes this. This is quite a sever bug, at one point in when I forgot to add `dis_ucode_ldr` on the kernel commandline the CPU overwrote parts of the memory-mapped SPI flash which contains the EFI nvram variables, including the Setup EFI variable which contains the BIOS settings. After this the tablet would no longer boot at all. I eventually managed to unbrick it without needing an eeprom programmer by using [DNX mode which still worked, see the blogpost which I wrote on this](https://hansdegoede.livejournal.com/25342.html).

The BIOS on the troublesome tablet comes with ucode version 0x830 and the attempted update (which breaks things) tries to update it to 0x838. Perhaps there is a problem with the specific jump from 0x830 to 0x838 ?

Note I have an Acer S1002 tablet which also has a Z3735G processor and there the microcode update works fine.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。