]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Introduce generic pre-relocation board_f.c
authorSimon Glass <sjg@chromium.org>
Mon, 11 Mar 2013 06:49:53 +0000 (06:49 +0000)
committerTom Rini <trini@ti.com>
Fri, 15 Mar 2013 20:13:59 +0000 (16:13 -0400)
commit1938f4a5b62fc03c52b47697a89b2bb47b77c90c
treede3f0cdbd68d2f74dff99aa134ba080dd5891bdc
parenta6741bce507151f561250a00f28bcbfb2372ba02
Introduce generic pre-relocation board_f.c

This file handles common pre-relocation init for boards which use
the generic framework.

It starts up the console, DRAM, performs relocation and then jumps
to post-relocation init.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Wolfgang Denk <wd@denx.de>
Acked-by: Wolfgang Denk <wd@denx.de>
arch/x86/lib/board.c
arch/x86/lib/init_helpers.c
arch/x86/lib/relocate.c
common/Makefile
common/board_f.c [new file with mode: 0644]
include/asm-generic/global_data.h
include/common.h