aboutsummaryrefslogtreecommitdiffstats
path: root/Chips/Hisilicon/Drivers/Smbios
Commit message (Collapse)AuthorAgeFilesLines
* Hisilicon: Remove unnesseary variable initializtionHeyi Guo2016-12-081-2/+1
| | | | | | | | | The variable will be initialized in the function code, so it is not nesseary to be filled a data in the definition. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo <heyi.guo@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
* Hisilicon/SMBIOS: Update ProcessorID from MIDRHeyi Guo2016-12-081-0/+3
| | | | | | | | | | | | There is no register restore processor id at ARM Platform,we talked with ARM Charles and made a agreement that we can use MIDR instead,maybe there will be a specific register to read the processor id in future. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo <heyi.guo@linaro.org> Reviewed-by: Charles Garcia-Tobin <charles.garcia-tobin@arm.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
* Hisilicon/D02/D03: refine serdes lib structureHeyi Guo2016-12-081-7/+7
| | | | | | | | | Refine serdes lib structure and modify the file which using this lib accordingly. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo <heyi.guo@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
* Hisilicon/Serdes: add support for D05Peicong Li2016-11-291-13/+10
| | | | | | | | | | | | Modify OemGetSerdesParam interface to support D05, for it has 2 sockets on the board, and each socket has 2 IO super clusters. The interface is modified to support getting serdes parameter for both IO super clusters (denoted as A and B) on each socket. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Peicong Li <lipeicong@huawei.com> Signed-off-by: Heyi Guo <heyi.guo@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
* Chips/Hisilicon: Add common files for Hisilicon platformsHeyi Guo2016-06-1738-0/+4872
This patch contains common drivers and libraries for Hisilicon platforms, used by the subsequent support for D02 and D03. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo <heyi.guo@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>