]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Simplify the fsp hob access functions
authorBin Meng <bmeng.cn@gmail.com>
Tue, 30 Dec 2014 08:02:05 +0000 (16:02 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 13 Jan 2015 01:03:41 +0000 (17:03 -0800)
commit949dbc12db8ba628004ac70359ca0e0edf98432e
tree1557be2bed61a765a125fab614f74ebdf4afc978
parent8f9052fd98e2e97e33b0e5ccf57f028e595abb5d
x86: Simplify the fsp hob access functions

Remove the troublesome union hob_pointers so that some annoying casts
are no longer needed in those hob access routines. This also improves
the readability.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/queensbay/fsp_support.c
arch/x86/cpu/queensbay/tnc_dram.c
arch/x86/include/asm/arch-queensbay/fsp/fsp_hob.h
arch/x86/include/asm/arch-queensbay/fsp/fsp_support.h
arch/x86/lib/cmd_hob.c