]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Rename some FSP functions to have an fsp_ prefix
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:11:25 +0000 (08:11 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:53:34 +0000 (13:53 +0800)
commit3577fd74c7318bfaad54a6dda3a99dcfe68294cb
tree156d486fb1a9d1cad14e71283460a7a281ae7a18
parent6c166921ec5df1b7ce734a9fb181c3fe1f20c44b
x86: Rename some FSP functions to have an fsp_ prefix

Given these exported function an fsp_ prefix since they are declared in an
fsp.h header.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/baytrail/fsp_configs.c
arch/x86/cpu/braswell/fsp_configs.c
arch/x86/cpu/ivybridge/fsp_configs.c
arch/x86/cpu/queensbay/fsp_configs.c
arch/x86/include/asm/fsp1/fsp_support.h
arch/x86/lib/fsp1/fsp_car.S
arch/x86/lib/fsp1/fsp_support.c
cmd/x86/fsp.c