]> git.baikalelectronics.ru Git - uboot.git/commit
Revert "x86: use invd instead of wbinvd in real mode start code"
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 17 Feb 2020 15:30:12 +0000 (17:30 +0200)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 5 Mar 2020 10:19:40 +0000 (18:19 +0800)
commite5456d776cc3bff96382ce7d1c25fd0260b7d559
treebae1009710d58529b7a74796654a2ee2d262cb2b
parent6ad3d293f528e991eb1e5cb1649eb957aac4f83c
Revert "x86: use invd instead of wbinvd in real mode start code"

This reverts commit 4d082110ff608e966a32421271492385cdc46f09.

As real hardware testing (*) shows the above mentioned commit
breaks U-Boot on it. Revert for the upcoming release. We may get
more information in the future and optimize the code accordingly.

(*) on Intel Edison board.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Bin Meng <bmeng.cn@gmail.com>
[bmeng: fix a typo in the commit message]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/start.S
arch/x86/cpu/start16.S