]> git.proxmox.com Git - mirror_edk2.git/commit
Add Sample I2C Library for Baytrail I2C Controller.
authorDavid Wei <david.wei@intel.com>
Tue, 2 Jun 2015 01:47:57 +0000 (01:47 +0000)
committerzwei4 <zwei4@Edk2>
Tue, 2 Jun 2015 01:47:57 +0000 (01:47 +0000)
commit4e5220964b7108bbc9f731b326680e865aa63560
tree9d6e583c666ef58ab8d142c4858fe1f24e76ec36
parentc85bc0c9d425c04055496fd2111e12ab3471ef31
Add Sample I2C Library for Baytrail I2C Controller.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: David Wei <david.wei@intel.com>
Reviewed-by: Tim He <time.he@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17546 6f19259b-4bc3-4df7-8a09-765794883524
12 files changed:
Vlv2TbltDevicePkg/Include/Library/I2CLib.h [new file with mode: 0644]
Vlv2TbltDevicePkg/Library/I2CLibDxe/I2CLib.c [new file with mode: 0644]
Vlv2TbltDevicePkg/Library/I2CLibDxe/I2CLibDxe.inf [new file with mode: 0644]
Vlv2TbltDevicePkg/Library/I2CLibDxe/I2CRegs.h [new file with mode: 0644]
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CAccess.h [new file with mode: 0644]
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CDelayPei.c [new file with mode: 0644]
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CDelayPei.h [new file with mode: 0644]
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CIoLibPei.c [new file with mode: 0644]
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CIoLibPei.h [new file with mode: 0644]
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CLibPei.c [new file with mode: 0644]
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CLibPei.h [new file with mode: 0644]
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CLibPei.inf [new file with mode: 0644]