[PATCH] x86: use invd instead of wbinvd in real mode start code

Simon Glass sjg at chromium.org
Thu Jan 30 03:17:15 CET 2020


On Wed, 8 Jan 2020 at 04:09, Masahiro Yamada <masahiroy at kernel.org> wrote:
>
> I do not know why the boot code immediately after the system reset
> should write-back the cache content. I think the cache invalidation
> should be enough.
>
> I tested this commit with qemu-x86_defconfig, and it worked for me.
>
> Signed-off-by: Masahiro Yamada <masahiroy at kernel.org>
> ---
>
>  arch/x86/cpu/start.S   | 2 +-
>  arch/x86/cpu/start16.S | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list