]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
x86: Add basic support to queensbay platform and crownbay board
authorBin Meng <bmeng.cn@gmail.com>
Wed, 17 Dec 2014 07:50:36 +0000 (15:50 +0800)
committerSimon Glass <sjg@chromium.org>
Fri, 19 Dec 2014 00:26:06 +0000 (17:26 -0700)
commitb2e02d28653edac48d6def9791f2fa0ebc491498
tree474039a2c4c513ab89e8655efb2e23fb3f15197e
parentefbeeafe9527f66852d05f206da73b10662cefb6
x86: Add basic support to queensbay platform and crownbay board

Implement minimum required functions for the basic support to
queensbay platform and crownbay board.

Currently the implementation is to call fsp_init() in the car_init().
We may move that call to cpu_init_f() in the future.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/queensbay/Makefile [new file with mode: 0644]
arch/x86/cpu/queensbay/tnc.c [new file with mode: 0644]
arch/x86/cpu/queensbay/tnc_car.S [new file with mode: 0644]
arch/x86/cpu/queensbay/tnc_dram.c [new file with mode: 0644]
arch/x86/cpu/queensbay/tnc_pci.c [new file with mode: 0644]
arch/x86/include/asm/ibmpc.h
board/intel/crownbay/MAINTAINERS [new file with mode: 0644]
board/intel/crownbay/Makefile [new file with mode: 0644]
board/intel/crownbay/crownbay.c [new file with mode: 0644]
board/intel/crownbay/start.S [new file with mode: 0644]