[U-Boot] [PATCH v2 13/20] x86: Store the GDT pointer in global_data

Simon Glass sjg at chromium.org
Thu Apr 30 06:22:36 CEST 2015


On 28 April 2015 at 20:25, Simon Glass <sjg at chromium.org> wrote:
> When we start up additional CPUs we want them to use the same Global
> Descriptor Table. Store the address of this in global_data so we can
> reference it later.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2: None
>
>  arch/x86/cpu/cpu.c                 | 1 +
>  arch/x86/include/asm/global_data.h | 1 +
>  2 files changed, 2 insertions(+)

Applied to u-boot-x86.


More information about the U-Boot mailing list