]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: coreboot: Move non-board specific files to coreboot arch directory
authorStefan Reinauer <reinauer@chromium.org>
Wed, 10 Oct 2012 13:12:56 +0000 (13:12 +0000)
committerSimon Glass <sjg@chromium.org>
Wed, 28 Nov 2012 19:40:04 +0000 (11:40 -0800)
commitbadcb343d7844e81be92ba9a7a02f22159591650
tree05b7e7ffe9d8ff4f6c742581dc744b13ff3474fa
parentc953fbee540c4c5a13f747a92daa59c24a9aaacf
x86: coreboot: Move non-board specific files to coreboot arch directory

coreboot.c and coreboot_pci.c don't contain board specific but only
coreboot specific code. Hence move it to the coreboot directory in
arch/x86/cpu (which should probably be moved out of cpu/ in another
commit)

Signed-off-by: Stefan Reinauer <reinauer@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/coreboot/Makefile
arch/x86/cpu/coreboot/coreboot.c [moved from board/chromebook-x86/coreboot/coreboot.c with 100% similarity]
arch/x86/cpu/coreboot/pci.c [moved from board/chromebook-x86/coreboot/coreboot_pci.c with 100% similarity]
board/chromebook-x86/coreboot/Makefile