]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Make CAR and DRAM FSP code common
authorSimon Glass <sjg@chromium.org>
Wed, 28 Jan 2015 05:13:38 +0000 (22:13 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:07 +0000 (12:59 +0200)
commit53cf2ab1df062691fab3354e217be75836302786
tree23ebd16821b15803602642b7d13b293d421f0d17
parent190c121eb2e26a0270f71c5cbcd584039cef909b
x86: Make CAR and DRAM FSP code common

For now this code seems to be the same for all FSP platforms. Make it
common until we see what differences are required.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/queensbay/Makefile
arch/x86/lib/fsp/Makefile
arch/x86/lib/fsp/fsp_car.S [moved from arch/x86/cpu/queensbay/tnc_car.S with 100% similarity]
arch/x86/lib/fsp/fsp_dram.c [moved from arch/x86/cpu/queensbay/tnc_dram.c with 100% similarity]