aboutsummaryrefslogtreecommitdiffstats
path: root/Chips/Hisilicon/Pv660/Drivers
Commit message (Collapse)AuthorAgeFilesLines
* Hisilicon/IoInitDxe: add hidden dependency on MemoryAllocationLib to .infArd Biesheuvel2016-09-081-0/+1
| | | | | | | | | | | IoInitDxe uses the MemoryAllocationLib API, but does not declare it in its .inf file. This will cause breakage when this dependency is no longer fulfilled indirectly via another library, so make it explicit by adding it to the .inf. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
* Chips/Hisilicon: add sas protocolZhangfei Gao2016-06-172-0/+162
| | | | | | | | | | PlatformSasProtocol is added for init sas device as well as transferring controller base address. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
* Chips/Hisilicon: Add common files for Hisilicon platformsHeyi Guo2016-06-1713-0/+2720
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>