]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add basic Intel Quark processor support
authorBin Meng <bmeng.cn@gmail.com>
Mon, 2 Feb 2015 14:35:27 +0000 (22:35 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:10 +0000 (12:59 +0200)
commit2f2b603dccc106fecad71b97fe1c7d44d46013cb
tree29c85aafb08fd82090d97d0c89ba910f65e089a5
parente2612bd5ecae11ed0b0f0c1a51476768f912b896
x86: Add basic Intel Quark processor support

Add minimum codes to support Intel Quark SoC. DRAM initialization
is not ready yet so a hardcoded gd->ram_size is assigned.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/quark/Kconfig [new file with mode: 0644]
arch/x86/cpu/quark/Makefile [new file with mode: 0644]
arch/x86/cpu/quark/dram.c [new file with mode: 0644]
arch/x86/cpu/quark/pci.c [new file with mode: 0644]
arch/x86/cpu/quark/quark.c [new file with mode: 0644]
arch/x86/include/asm/arch-quark/gpio.h [new file with mode: 0644]