x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigThis is architecture-dependent early initialization hence shouldbe put in the platform Kconfig.Signed-off-by: Bin Meng <bmeng.cn@gma
x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigThis is architecture-dependent early initialization hence shouldbe put in the platform Kconfig.Signed-off-by: Bin Meng <bmeng.cn@gmail.com>Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
x86: Drop all the old pin configuration codeWe don't need this anymore - we can use device tree and the new pinconfigdriver instead.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Bin
x86: Drop all the old pin configuration codeWe don't need this anymore - we can use device tree and the new pinconfigdriver instead.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
x86: Add EFI board codeAdd support for the efi-x86 board, which supports running U-Boot as anEFI 32-bit application.Signed-off-by: Ben Stoltz <stoltz@google.com>Signed-off-by: Simon Glass <sjg@
x86: Add EFI board codeAdd support for the efi-x86 board, which supports running U-Boot as anEFI 32-bit application.Signed-off-by: Ben Stoltz <stoltz@google.com>Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Bin Meng <bmeng.cn@gmail.com>Tested-by: Bin Meng <bmeng.cn@gmail.com>