x86: fsp: Consolidate Azalia header file
authorBin Meng <bmeng.cn@gmail.com>
Fri, 13 Oct 2017 08:30:04 +0000 (01:30 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 19 Oct 2017 03:37:51 +0000 (11:37 +0800)
commitabddcd52ab4979a57dc90ce1b90f8121b43d91b2
tree1c9ce5d225e9a594463049ee48f51b6fa61a56ea
parent3322a8e1a3dd9964b249673f5922a5093bfaf201
x86: fsp: Consolidate Azalia header file

So far there are two copies of Azalia struct defines with one in
baytrail and the other one in braswell. This consolidates these
two into one, put it in the common place, and remove the prefix
pch_ to these structs to make their names more generic.

This also corrects reset_wait_timer from us to ms.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/x86/cpu/baytrail/fsp_configs.c
arch/x86/include/asm/arch-baytrail/fsp/azalia.h [deleted file]
arch/x86/include/asm/arch-braswell/fsp/fsp_vpd.h
arch/x86/include/asm/fsp/fsp_azalia.h [new file with mode: 0644]
arch/x86/include/asm/fsp/fsp_support.h