x86: Split init functions out of board.c
authorGraeme Russ <graeme.russ@gmail.com>
Fri, 23 Dec 2011 05:51:29 +0000 (16:51 +1100)
committerGraeme Russ <graeme.russ@gmail.com>
Wed, 4 Jan 2012 11:41:32 +0000 (22:41 +1100)
commitd47ab0ecde1c9a66acbaf421ddd92c888d2ef344
tree51fcc96108a54f16c31a16f060414da24f10d9c9
parentb156ff09aad5a54b5a47b940ebc26aeeae56ee07
x86: Split init functions out of board.c

This patch moves towards reducing board.c to simply a set of init cores for
the three initialisation phases (Flash, Flash/RAM, and RAM), a set of three
init function arrays and a init function array processing function
arch/x86/include/asm/init_helpers.h [new file with mode: 0644]
arch/x86/include/asm/init_wrappers.h [new file with mode: 0644]
arch/x86/lib/Makefile
arch/x86/lib/board.c
arch/x86/lib/init_helpers.c [new file with mode: 0644]
arch/x86/lib/init_wrappers.c [new file with mode: 0644]