[U-Boot] [PATCH v2 33/51] x86: Add basic support for broadwell

Bin Meng bmeng.cn at gmail.com
Mon Mar 14 07:09:08 CET 2016


On Sat, Mar 12, 2016 at 1:07 PM, Simon Glass <sjg at chromium.org> wrote:
> This adds the broadwell architecture, with the CPU driver and some useful
> header files.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Acked-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2: None
>
>  arch/x86/Kconfig                            |   1 +
>  arch/x86/cpu/Makefile                       |   1 +
>  arch/x86/cpu/broadwell/Kconfig              |  30 ++
>  arch/x86/cpu/broadwell/Makefile             |   7 +
>  arch/x86/cpu/broadwell/cpu.c                | 761 ++++++++++++++++++++++++++++
>  arch/x86/include/asm/arch-broadwell/cpu.h   |  48 ++
>  arch/x86/include/asm/arch-broadwell/iomap.h |  53 ++
>  arch/x86/include/asm/arch-broadwell/me.h    | 200 ++++++++
>  arch/x86/include/asm/arch-broadwell/rcb.h   |  58 +++
>  arch/x86/include/asm/arch-broadwell/spi.h   |  87 ++++
>  10 files changed, 1246 insertions(+)
>  create mode 100644 arch/x86/cpu/broadwell/Kconfig
>  create mode 100644 arch/x86/cpu/broadwell/Makefile
>  create mode 100644 arch/x86/cpu/broadwell/cpu.c
>  create mode 100644 arch/x86/include/asm/arch-broadwell/cpu.h
>  create mode 100644 arch/x86/include/asm/arch-broadwell/iomap.h
>  create mode 100644 arch/x86/include/asm/arch-broadwell/me.h
>  create mode 100644 arch/x86/include/asm/arch-broadwell/rcb.h
>  create mode 100644 arch/x86/include/asm/arch-broadwell/spi.h
>

applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list