From bcb0c61e1a7f2a418e986044a9ade06561f8f8a8 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 29 Apr 2015 22:26:01 -0600 Subject: x86: Allow CPUs to be set up after relocation This permits init of additional CPU cores after relocation and when driver model is ready. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- arch/x86/include/asm/u-boot-x86.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/x86/include/asm/u-boot-x86.h') diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h index 122e05425f..be103c055c 100644 --- a/arch/x86/include/asm/u-boot-x86.h +++ b/arch/x86/include/asm/u-boot-x86.h @@ -69,6 +69,8 @@ uint64_t timer_get_tsc(void); void quick_ram_check(void); +int x86_init_cpus(void); + #define PCI_VGA_RAM_IMAGE_START 0xc0000 #endif /* _U_BOOT_I386_H_ */ -- cgit v1.2.1