]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Switch to using generic global_data setup
authorSimon Glass <sjg@chromium.org>
Tue, 11 Aug 2015 02:44:32 +0000 (20:44 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:21 +0000 (10:23 +0200)
commit426e68ae69f3a8c9bcbed84fc176f93009f7f176
treeb5376b711eb0ddf08441db0dd1f72ad279f08beb
parent5f27eb51ae61846570ae46ae12afbaf850191415
x86: Switch to using generic global_data setup

There is quite a bit of assembler code that can be removed if we use the
generic global_data setup. Less arch-specific code makes it easier to add
new features and maintain the start-up code.

Drop the unneeded code and adjust the hooks in board_f.c to cope.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/cpu.c
arch/x86/cpu/start.S
common/board_f.c