commit | abddcd52ab4979a57dc90ce1b90f8121b43d91b2 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Oct 13 01:30:04 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Oct 19 11:37:51 2017 +0800 |
tree | 1c9ce5d225e9a594463049ee48f51b6fa61a56ea | |
parent | 3322a8e1a3dd9964b249673f5922a5093bfaf201 [diff] |
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>